/*
Theme Name: 	Temps
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/
/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries
===========================
*/
/*  ----------------------------------------------------------------------------------------------------------
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@import url(css/reset.css);
div,
article,
section,
header,
footer,
nav,
li {
  position: relative;
  /* For absolutely positioning elements within containers (add more to the list if need be) */
}

.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */
}

body {
  background: #fff;
  /* Don't forget to style your body to avoid user overrides */
}

::-moz-selection {
  background: #e7e4df;
  color: #fff;
}

::selection {
  background: #e7e4df;
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------------
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/
body,
input,
textarea {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  /* This helps to identify headings at the initial build stage, but you should write something more precise later on */
}

/* */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
  padding-bottom: 0.3em;
  font-weight: 700;
  color: #000;
}

a, a:link, a:visited {
  color: #c10100;
  text-decoration: underline;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

h2 a, h2 a:link, h2 a:visited {
  color: #000;
  text-decoration: none !important;
}

h2 a:hover {
  color: #c10100;
  text-decoration: none;
}

.content a,
.content a:link,
.content a:visited,
.content a:hover {
  text-decoration: underline;
}

h1 {
  font-style: italic;
  font-size: 33px;
  line-height: 33px;
  padding-bottom: 0.8em;
}

h2 {
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  padding-bottom: 0.5em;
}

h3 {
  font-size: 17px;
  line-height: 30px;
  color: #9a9388 !important;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 1.5em;
}

h3 strong {
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 18px;
  color: #c10100 !important;
  font-weight: 400;
  padding-bottom: 0.8em;
  font-style: italic;
}

h5 {
  font-size: 16px;
  line-height: 16px;
  color: #b2aa9d !important;
  font-weight: 400;
  padding-bottom: 0.8em;
  font-style: italic;
}

h6 {
  font-size: 1em;
  padding-bottom: 0.8em;
}

p, ul, ol {
  padding-bottom: 1.5em;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* */
body {
  background: #e7e4df;
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */
  padding: 0;
  margin: 0;
  color: #9a9388;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  min-width: 980px;
}

header,
footer,
section,
nav {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}

.section-wrap {
  width: 960px;
  min-width: 960px;
  display: block;
  margin: 0 auto;
  position: relative;
}

header {
  height: 148px;
  background: #000 url(images/header.jpg) 50% 0 no-repeat;
  border-bottom: 7px solid #c10100;
}

header.home {
  height: 513px;
  background: #000 url(images/home.jpg) 50% 0 no-repeat;
  border-bottom: none;
}

header.home a.logo {
  position: absolute;
  top: 0;
  left: 418px;
}

header nav {
  position: absolute;
  top: 0;
  right: 0;
}

header .homenav {
  position: absolute;
  top: 0;
}

header .homenav-1 {
  right: 580px;
}

header .homenav-2 {
  left: 580px;
}

header nav .menu {
  position: absolute;
  top: 0;
  right: 0;
}

header nav ul li,
header .homenav ul li {
  float: left;
}

header nav ul li a,
header .homenav ul li a {
  display: block;
  line-height: 86px;
  font-style: italic;
  font-size: 17px;
  color: #fff !important;
  padding-left: 17px;
  text-shadow: 1px 1px 2px #000;
  text-decoration: none !important;
  transition: all 0.5s ease;
}

header .homenav ul li a {
  font-size: 18px !important;
}

header .homenav-2 ul li a {
  padding-left: 0 !important;
  padding-right: 17px !important;
}

header nav ul li a:hover,
header .homenav ul li a:hover {
  color: #ccc !important;
  text-decoration: none !important;
}

header nav ul li.current-page-ancestor a,
header nav ul li.current-menu-item a,
header nav ul li.current_menu_item a,
header nav ul li.current_page_item a,
header .homenav ul li.current-page-ancestor a,
header .homenav ul li.current-menu-item a,
header .homenav ul li.current_menu_item a,
header .homenav ul li.current_page_item a {
  color: #f41510 !important;
  text-decoration: none !important;
}

header.home h3 {
  font-size: 21px;
  text-align: center;
  color: #fff !important;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 21px;
  position: absolute;
  top: 414px;
  left: 0;
}

header div.lang-select {
  color: #3f3f3f;
  position: absolute;
  top: 38px;
  left: 140px;
  font-size: 13px;
  line-height: 13px;
  text-shadow: 1px 1px 2px #000;
  font-style: italic;
}

header.home div.lang-select {
  top: 474px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

header div.lang-select a {
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.5s ease;
}

header div.lang-select a:hover {
  color: #f41510 !important;
  text-decoration: none !important;
}

header div.lang-select span {
  color: #868686;
}

header.home div.lang-select a,
header.home div.lang-select span {
  padding: 0 6px;
}

/* */
section.content {
  background: #e7e4df url(images/content.gif) repeat-x;
}

body.home section.content {
  background: #e7e4df url(images/contenthome.gif) repeat-x;
}

section.feat {
  background: #eeece9;
}

section.feat.feat-first {
  background: #f3f1ef;
  border-bottom: 1px solid #e7e4df;
}

section.feat.feat-first div.feats {
  padding-bottom: 35px;
}

section.feat h3.section-title {
  display: block;
  font-size: 18px;
  color: #000 !important;
  font-style: italic;
  padding: 30px 0 20px 0 !important;
  margin: 0 !important;
  text-align: center;
}

section.content div.container {
  width: 960px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 10px 15px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 10px 15px rgba(50, 50, 50, 0.25);
  position: relative;
  top: -69px;
  z-index: 600;
  margin-bottom: -69px;
}

article {
  padding: 85px 60px 69px 60px;
}

article.item {
  padding: 0;
  margin: 0 0 35px 0;
}

article.item.item-file {
  margin-bottom: 0px;
}

article.item h3 {
  margin-bottom: 10px;
  padding-bottom: 0.0em;
  font-weight: 700;
  color: #000 !important;
}

article.item h3 a {
  color: #000 !important;
  text-decoration: underline !important;
}

article.item h3 a:hover {
  color: #c10100 !important;
  text-decoration: underline !important;
}

article.item img {
  float: left;
  width: 160px;
}

article.item .item-content {
  margin-left: 160px;
  padding: 5px 0 25px 35px;
  min-height: 160px;
  max-width: 570px;
}

body.home article {
  padding-top: 35px;
}

article strong {
  color: #000 !important;
  font-weight: 400;
}

article ul {
  list-style: disc;
  margin-left: 25px;
}

article ul li {
  list-style: disc;
}

article ol {
  list-style: decimal;
  margin-left: 25px;
}

article ol li {
  list-style: decimal;
}

article blockquote {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #35322e;
  border-top: 5px solid #e7e4df;
  padding: 30px 0 20px 0;
  margin-top: 20px;
  font-style: italic;
}

article .main-content-area img.alignnone,
article .main-content-area img.aligncenter {
  max-width: 100%;
  height: auto;
}

article .main-content-area h4 {
  margin-top: 15px;
}

.header-area {
  border-bottom: 10px solid #e7e4df;
  margin-bottom: 30px;
}

body.home .header-area {
  border-bottom: 3px solid #e7e4df;
}

.header-area h1 {
  padding: 0 0 8px 0;
}

.header-area h1.alone {
  padding: 0 0 23px 0;
}

.header-area h3 {
  padding-bottom: 15px;
}

.container span.email {
  background: #f2f0ed;
  position: absolute;
  top: 0;
  right: 60px;
  line-height: 33px;
  z-index: 700;
}

.container span.email a {
  color: #9a9388;
  display: block;
  padding: 0 10px;
  font-style: italic;
}

.container span.email a:hover {
  color: #000;
}

/* */
html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 178px;
}

/* must be same height as the footer */
/*Opera Fix*/
body:before {
  /* thanks to Maleika (Kohoutec)*/
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float*/
}

/* */
footer {
  background: #1d1d1d;
  border-top: 8px solid #6e6e6e;
  z-index: 601;
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
  margin-top: -178px;
  /* negative value of footer height */
  clear: both;
}

footer {
  font-size: 13px;
  line-height: 21px;
  color: #6a6763;
  font-style: italic;
}

footer .section-wrap {
  width: 840px;
  min-width: 840px;
}

footer .section-wrap div * {
  padding: 0;
  margin: 0;
}

footer strong {
  color: #aeaca9;
}

footer a,
footer a:link,
footer a:visited {
  color: #aeaca9;
}

footer a:hover {
  color: #fff;
}

footer .contact {
  width: 50%;
  float: left;
  padding: 33px 0 0 0;
}

footer .copyright {
  padding: 54px 0 0 0;
  width: 50%;
  float: right;
  text-align: right;
}

/* */
.alignleft {
  float: left;
  margin: 5px 35px 25px 0;
}

.alignright {
  float: right;
  margin: 5px 0 25px 35px;
}

div.aligncenter {
  margin: 0 auto;
  text-align: center;
  margin: 0 0 25px 0;
  width: 100% !important;
}

div.aligncenter[style] {
  width: 100% !important;
}

.wp-caption-text {
  text-align: center;
  color: #a49e95;
  font-size: 13px;
  line-height: 18px;
  padding: 15px 20px 0 20px;
}

/* */
body .gallery dt img {
  border: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

body .gallery dt img:hover {
  border: none !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

body .gallery dl.gallery-item {
  margin-bottom: 10px;
}

div.photos p {
  display: none;
}

/*
body .gallery dt img {
	border: 4px solid #fff !important;
	padding: 0 !important;
}

body .gallery dt a {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	width: 158px;
	height: 158px;
}

body .gallery dt a:hover {
	-webkit-box-shadow: 0 0 5px #bbb;
	-moz-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
}

body .gallery dl.gallery-item {
	margin-bottom: 10px;
}
*/
.presentation {
  float: left;
  display: block;
  width: 420px;
}

.presentation .alignright {
  float: none;
  margin: 0;
}

.even .presentation-content {
  padding-left: 20px;
}

.products {
  padding-top: 25px;
}

.product {
  padding-bottom: 40px;
}

.product-image {
  float: left;
  display: block;
  width: 120px;
  height: 150px;
}

.product-content {
  float: left;
  width: 720px;
}

.product-content form br {
  display: none;
}

.product-content h2 {
  font-size: 24px;
  font-style: italic;
  padding-bottom: 0.3em;
}

.product-content p {
  padding-bottom: 1em;
}

.product-image img {
  display: block;
  width: 75px;
  height: 75px;
  border: 10px solid #f6f5f3;
}

form input.wpcf7-text,
form textarea.wpcf7-textarea {
  border: none;
  padding: 10px;
  background: #eeece9;
  font-weight: 400;
  font-size: 18px;
}

form input.wpcf7-submit {
  border: none;
  padding: 10px;
  background: #cc160f;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

a.readmore {
  padding: 8px 12px;
  background: #cc160f;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none !important;
  margin: 0px 0 25px 0;
}

form input.wpcf7-submit:hover,
a.readmore:hover {
  background: #000;
  color: #fff;
}

form p span {
  color: #bcb9b4;
}

/* cf7 */
div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0.5em !important;
}

div.wpcf7-mail-sent-ok {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
}

div.wpcf7-mail-sent-ng {
  background: #cc160f !important;
  color: #fff !important;
  border: none !important;
}

div.wpcf7-spam-blocked {
  background: #cc160f !important;
  color: #fff !important;
  border: none !important;
}

div.wpcf7-validation-errors {
  background: #cc160f !important;
  color: #fff !important;
  border: none !important;
}

span.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  top: -5px !important;
  left: 10px !important;
  z-index: 100;
  background: none !important;
  border: none !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  width: auto !important;
  padding: 0 !important;
  color: #000 !important;
}

.tuotteet span.wpcf7-not-valid-tip {
  top: 5px !important;
}

span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

/* */
.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  width: 50%;
  text-align: right;
}

/* */
div.newspost {
  padding: 20px 0 25px 0;
}

div.sidetime {
  background: #f6f5f3;
  display: block;
  text-align: right;
  width: 240px;
  position: absolute;
  top: 55px;
  right: -60px;
}

div.sidetime h4 {
  padding: 20px 60px 20px 0;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}

body.home div.sidetime h4 {
  padding: 20px 60px 10px 0;
}

div.sidetime h5 {
  padding: 0px 60px 20px 0;
  margin: 0;
}

div.newspost-content {
  padding: 0 220px 0 0;
  font-size: 17px;
  line-height: 28px;
  color: #9a9388;
  font-style: italic;
}

div.newspost-content p {
  padding: 0;
}

a.readmore-inline {
  font-size: 17px;
  line-height: 28px;
  color: #cc160f;
  font-style: italic;
}

a.readmore-inline:hover {
  color: #000;
}

nav.mobileonly,
.mobileonly {
  display: none !important;
}

.archives {
  color: #9a9388;
  font-size: 15px;
  font-style: italic;
}

.archives a,
.archives a:link,
.archives a:visited {
  text-decoration: underline;
  color: #b7b3ac;
}

.archives a:hover {
  text-decoration: underline;
  color: #000;
}

.secondary {
  display: block;
  width: 960px;
  position: relative;
  left: -60px;
  border-top: 1px solid #e7e4df;
  margin-top: 35px;
}

.secondary-container {
  padding: 50px 60px 0 60px;
}

.sec-column h4 {
  font-weight: 700;
  color: #000 !important;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
}

.sec-column p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

.sec-column1 {
  float: left;
  width: 400px;
}

.sec-column2 {
  float: right;
  width: 420px;
}

/* */
div.feats {
  padding-bottom: 100px;
  text-align: center;
}

div.feat {
  width: 320px;
  float: left;
}

div.feat h3 {
  display: block;
  width: 300px;
  height: 70px;
  background: url(images/homeline.gif) no-repeat;
  font-size: 18px;
  line-height: 70px;
  color: #000 !important;
  font-style: italic;
  padding: 0 !important;
  margin: 0 !important;
}

div.feat h4 {
  font-size: 17px;
  line-height: 30px;
  color: #000 !important;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  margin-top: 10px;
}

div.feat p {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  font-style: italic;
  padding: 20px 0 5px 0;
}

div.feat a {
  display: block;
}

div.feat a :not(.readmore) {
  font-size: 16px;
  line-height: 24px;
  color: #9a9996;
  font-style: italic;
}

div.feat a :not(.readmore):hover {
  color: #000;
}

div.feat a + a {
  display: inline-block;
  margin-top: 10px;
}

.feat1 .feat-container {
  padding: 0 20px 0 0;
}

.feat2 .feat-container {
  padding: 0 10px 0 10px;
}

.feat3 .feat-container {
  padding: 0 0 0 20px;
}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .section-wrap,
  footer .section-wrap {
    width: 292px;
    min-width: 292px;
    padding: 14px 14px 14px;
  }
  header .section-wrap {
    padding-top: 0;
  }
  section.content div.container {
    width: 292px;
  }
  span.email {
    display: none;
  }
  article,
  body.home article {
    padding: 25px 20px 25px 20px;
    overflow: hidden;
  }
  article img,
  article img[style],
  article .wp-caption,
  article .wp-caption[style] {
    width: 252px !important;
    height: auto !important;
    float: none !important;
  }
  article form img,
  article form img[style] {
    width: 1px !important;
    height: 1px !important;
    float: none !important;
  }
  article ul,
  article ul li {
    list-style: none;
    margin-left: 0;
  }
  article ul li {
    border-bottom: 1px solid #e7e4df;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .header-area {
    border-bottom: 3px solid #e7e4df;
    margin-bottom: 25px;
  }
  footer {
    height: auto;
    color: #999795;
  }
  footer .contact,
  footer .copyright {
    width: 100%;
    float: none;
    padding: 14px 0 14px 0;
    text-align: left;
  }
  h1 {
    font-size: 24px;
    line-height: 27px;
  }
  h2 {
    font-size: 18px;
    line-height: 21px;
  }
  article blockquote {
    font-size: 18px;
    line-height: 27px;
    border-top: 3px solid #e7e4df;
    padding: 25px 0 15px 0;
    margin-top: 15px;
  }
  .alignleft {
    float: none;
    margin: 5px 0px 25px 0 !important;
  }
  .alignright {
    float: none;
    margin: 5px 0 25px 0 !important;
  }
  /* */
  header {
    height: auto !important;
    background: #000 !important;
    padding-bottom: 55px;
  }
  body.home header {
    padding-bottom: 0;
  }
  header nav {
    position: static;
    top: auto;
    right: auto;
    left: auto;
  }
  header nav .menu {
    position: static;
    top: auto;
    right: auto;
  }
  header .homenav {
    position: static;
    top: auto;
    right: auto;
    left: auto;
  }
  header nav ul li,
  header .homenav ul li {
    float: none;
    width: 100%;
    display: block;
  }
  header nav ul li a,
  header .homenav ul li a {
    float: left;
    display: block;
    line-height: 34px;
    font-size: 17px;
    color: #fff !important;
    padding: 0 10px !important;
    text-align: left;
  }
  header .homenav-1 {
    right: auto;
  }
  header .homenav-2 {
    left: auto;
  }
  header .homenav ul li a {
    font-size: 17px !important;
  }
  header .homenav-2 ul li a {
    padding-right: 0px !important;
  }
  header.home h3 {
    font-size: 18px;
    text-align: left;
    color: #fff !important;
    width: 100%;
    display: block;
    padding: 15px 0 5px 0;
    margin: 15px 10px 0 10px;
    line-height: 24px;
    position: static;
    top: auto;
    left: auto;
    border-top: 1px solid #444;
  }
  header div.lang-select,
  header.home div.lang-select {
    position: absolute;
    top: 35px !important;
    left: auto !important;
    right: 20px !important;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    width: auto !important;
  }
  header.home div.lang-select a,
  header.home div.lang-select span {
    padding: 0;
  }
  #gallery-1 .gallery-item,
  #gallery-1 .gallery-item[style] {
    float: left !important;
    width: 126px !important;
  }
  #gallery-1 .gallery-item img,
  #gallery-1 .gallery-item img[style] {
    width: 100px !important;
    height: 100px !important;
  }
  #gallery-1 br {
    display: none;
  }
  .presentation-content p object {
    display: none;
  }
  .presentation {
    float: none;
    width: 100%;
    height: auto;
  }
  .even .presentation-content {
    padding-left: 0;
  }
  .presentation-content p {
    padding: 0;
  }
  form input.wpcf7-text,
  form textarea.wpcf7-textarea {
    margin: 0 auto;
    width: 90%;
  }
  form input.wpcf7-submit {
    width: 90%;
    margin: 0 auto;
  }
  .products {
    padding-top: 0;
  }
  .product {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e4df;
    margin-bottom: 15px;
  }
  .product-image {
    display: block;
    float: none;
    width: auto;
    height: auto;
    padding-bottom: 15px;
  }
  .product-content {
    float: none;
    width: 100%;
  }
  .product-content h2 {
    font-size: 18px;
  }
  .product-image img {
    width: 75px !important;
    height: 75px !important;
  }
  div.newspost {
    padding: 0 0 25px 0;
  }
  div.sidetime {
    background: none;
    text-align: left;
    width: 100%;
    position: static;
    top: auto;
    right: auto;
  }
  div.sidetime h4 {
    padding: 0 0 10px 0;
  }
  div.newspost-content {
    padding: 0 0 0 0;
    font-size: 15px;
    line-height: 26px;
    color: #9a9388;
    font-style: italic;
  }
  header.home a.logo {
    position: static;
    top: auto;
    left: auto;
  }
  .homenav {
    display: none !important;
  }
  nav.mobileonly,
  .mobileonly {
    display: block !important;
  }
  .nomobile {
    display: none !important;
  }
  .secondary {
    display: block;
    width: 100%;
    position: relative;
    left: auto;
    border-top: 1px solid #e7e4df;
    margin-top: 25px;
  }
  .secondary-container {
    padding: 0;
  }
  .sec-column h4 {
    font-weight: 700;
    color: #000 !important;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
  }
  .sec-column p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
  }
  .sec-column1 {
    float: none;
    width: auto;
    padding-top: 25px;
  }
  .sec-column2 {
    float: none;
    width: auto;
    padding-top: 25px;
  }
  div.feats {
    padding-bottom: 60px;
    text-align: center;
  }
  div.feat {
    width: 100%;
    float: none;
  }
  div.feat h3 {
    display: block;
    width: 100%;
    height: 70px;
    background: url(images/homeline.gif) 50% 0 no-repeat;
    font-size: 18px;
    line-height: 70px;
    color: #000 !important;
    font-style: italic;
    padding: 0 !important;
    margin: 0 !important;
  }
  div.feat img {
    width: 100%;
    height: auto;
  }
  div.feat p {
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    font-style: italic;
    padding: 20px 0 5px 0;
  }
  .feat1 .feat-container {
    padding: 0;
  }
  .feat2 .feat-container {
    padding: 0;
  }
  .feat3 .feat-container {
    padding: 0;
  }
  #main {
    padding-bottom: 0;
  }
  footer {
    margin-top: 0;
  }
  /*Opera Fix*/
  body:before {
    content: "";
    height: 0 !important;
    float: none;
    width: 0;
    margin-top: 0;
  }
}
