@charset "utf-8";
/* CSS Document */

/* GLOBAL
----------------------------------------------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	line-height: 1.6;
	background: #fff;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
h2 {
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
a, a:visited, a:focus {
	color:#007CF9;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover {
	color:#0058B0;
	text-decoration:none;
}
ul, ol, dl {
	font-size: 0.8rem;
}
ul {
	list-style-type:square;
}
p {
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1.6;
	text-align: justify;
}

table {
	border: 0;
	background: none;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
	background: none;
}
table tbody tr th, table tbody tr td {
	vertical-align: top;
	font-size: 0.8rem;
	padding: 0.7rem 1rem;
	line-height: 1.5;
}
label {
	font-size: 0.8rem;
	color: #222;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	font-size: 0.8rem;
}
input[type="submit"].button {
	border-radius: 4px;
}
input[type="submit"].button:hover {
}
textarea {
	margin-bottom: 1rem;
}
.button, a.button {
	font-family: "Open Sans", sans-serif;
	font-size:0.82rem;
	padding:0.5rem 1.2rem 0.65rem;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 1rem;
}
.button.tight {
	margin-bottom: 0.7rem;
}
.button:hover {
}
.label {
	font-size: 0.8rem;
	border-radius: 3px;
}
.section_separator {
	margin-bottom:1rem;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:1rem;
}
.disabled {
	background-color:#efefef;
}
.disappear {
	display: none;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#header_wrapper {
}
#header_wrapper .tab-bar h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 0.9rem;
}
#header_wrapper ul.off-canvas-list li label {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
#header_wrapper ul.off-canvas-list li a {
	padding: 0.66667rem 0.9375rem;
}
#header {
	max-width: 1200px;
	padding:1rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#header #top_links {
	margin-top:0.3rem;
}
#header #logo {
}


/* MAIN FRAMES
----------------------------------------------------------------------------------------------------*/
#main_wrapper {
	max-width: 1200px;
	margin-bottom: 1.5rem;
}
#main_wrapper #main_content_wrapper {
	margin-bottom: 1rem;
}
#main_wrapper #main_content_wrapper > h1 {
	border-bottom: 1px solid #EFEFEF;
    margin: 0 0 0.6rem;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
    font-size: 1.3rem;
}

/* Banner FRAMES
----------------------------------------------------------------------------------------------------*/
#banner_wrapper {
	position: relative;
	width: 100%;
}
#banner_wrapper .banner_image {
	width: 100%;
}
#banner_wrapper .promo_orange {
	position: relative;
	bottom: 2rem;
	width: 55%;
}
#banner_wrapper .promo {
	position: absolute;
	bottom: 11rem;
	left: 4rem;
}
#banner_wrapper .banner_content_image {
	position: absolute;
	bottom: 2rem;
	width: 100%;
}
#banner_wrapper .buy_free {
	text-align: right;
	bottom: 25rem; /*11rem;*/
}
#banner_wrapper .buy_free h4 {
	color: #333333;
	font-weight: normal;
	text-decoration: line-through;
	text-shadow: 2px 2px 8px #ffffff;
	font-size: 3rem;
    line-height: 0.5;

}
#banner_wrapper .buy_free h3 {
	color: #333333;
	font-weight: bold;
	font-size: 4rem;
}
#banner_wrapper .buy_free h1 {
	color: #413818;
	font-weight: bold;
	text-shadow: 2px 2px 8px #ffffff;
	font-size: 5rem;
}
#banner_wrapper .buy_free p {
	color: #333333;
	font-weight: bold;
	text-shadow: 2px 2px 8px #ffffff;
	text-align: right;
	font-size: 1.3rem;
	line-height: 0.5;
}
#banner_wrapper .buy_free .free_delivery {
	color: #333333;
	font-weight: 300;
	text-shadow: 2px 2px 8px #ffffff;
	text-align: right;
	font-size: 1.3rem;
	line-height: 0.5;
}
#banner_wrapper .banner_content {
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	padding: 20px 10px;
	bottom: 0;
	width: 100%;
}
#banner_wrapper .banner_content h1 {
	color: #c5b36a;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
}
#banner_wrapper .banner_content span {
	color: #fff;
	font-size: 1.5rem;
	text-align: right;
	margin-right: -22rem;
	font-weight: normal;
}
@media only screen and (max-width: 64em) {
	#banner_wrapper .banner_content_image {
		bottom: 2rem !important;
	}
	#banner_wrapper .promo {
		bottom: 4rem !important;
	}
	#banner_wrapper .promo_orange {
		bottom: 2rem !important;
	}
	#banner_wrapper .buy_free {
		bottom: 4rem;
	}
	#banner_wrapper .banner_image {
		/*height: 550px;*/
	}
	#banner_wrapper .banner_content span {
		margin-right: 0 !important;
		font-size: 1rem !important;
	}
	#banner_wrapper .banner_content h1 {
		font-size: 1rem !important;
		line-height: 1 !important;
	}
	#banner_wrapper .buy_free h4 {
		font-size: 2rem !important;
	}
	#banner_wrapper .buy_free h3 {
		font-size: 3rem !important;
	}
	#banner_wrapper .buy_free h1 {
		font-size: 3rem !important;
	}
	#banner_wrapper .buy_free p {
		font-size: 1rem !important;
	}
	#banner_wrapper .buy_free .free_delivery {
		font-size: 1rem !important;
	}
}
@media only screen and (max-width: 40em) {
	#banner_wrapper .banner_content {
		padding: 10px !important;
	}
	#banner_wrapper .banner_content_image {
		bottom: 2rem !important;
	}
	#banner_wrapper .promo {
		bottom: 2rem !important;
	}
	#banner_wrapper .promo_orange {
		bottom: 1rem !important;
	}
	#banner_wrapper .buy_free {
		bottom: 2rem !important;
		padding-left: 0 !important;
	}
	#banner_wrapper .banner_image {
		/*height: 340px !important;*/
	}
	#banner_wrapper .buy_free h4 {
		font-size: 0.8rem !important;
	}
	#banner_wrapper .buy_free h3 {
		font-size: 1.3rem !important;
	}
	#banner_wrapper .buy_free h1 {
		font-size: 1.3rem !important;
	}
	#banner_wrapper .buy_free p {
		font-size: 0.55rem !important;
		line-height: 1 !important;
		margin-bottom: 0.1rem !important;
	}
	#banner_wrapper .buy_free .free_delivery {
		font-size: 0.55rem !important;
		line-height: 1 !important;
	}
}

/* Letter FRAMES
----------------------------------------------------------------------------------------------------*/
#letter_wrapper {
	margin-top: 2rem;
}
#letter_wrapper img {
	float: left;
}
#letter_wrapper .letter_content {
	margin-left: 10px;
}
#letter_wrapper .letter_content h3 {
	font-weight: bold;
	font-size: 1rem;
}
#letter_wrapper .read_letter h1 {
	border-left: 1px solid #ddd;
	font-size: 1.5rem;
}
#letter_wrapper .read_letter a {
	color: #c5b36a;
	padding-left: 20px;
}
#letter_wrapper .fa-angle-right {
	color: #c5b36a;
}
#letter_wrapper hr {
	color: #ddd;
}
.reveal-modal > :first-child {
	margin-top: 1rem !important;
}
@media only screen and (max-width: 40em) {
	#letter_wrapper .read_letter h1 {
		border-left: none !important;
	}
	#letter_wrapper .letter_image {
		float: initial !important;
		margin-bottom: 1.5rem;
	}
	#letter_wrapper .letter_content {
		margin-left: 0 !important;
	}
	#letter_wrapper .read_letter a {
		padding-left: 0 !important;
	}
}

/* List FRAMES
----------------------------------------------------------------------------------------------------*/
#list_wrapper {

}
#list_wrapper h1 {
	color: #ad9f69;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#list_wrapper .list_content {
	margin-bottom: 1rem;
}
#list_wrapper .fa-check {
	color: #c5b36a;
}

#list_wrapper .left {
	width: 5%;
	float: left;
}
#list_wrapper .right {
	width: 95%;
	float: right;
}
#list_wrapper a {
	color: #c5b36a;
	font-weight: bold;
	text-decoration: underline;
}
#list_wrapper .fa-angle-right {
	font-weight: bold;
	text-decoration: underline;
}
@media only screen and (max-width: 40em) {
	#list_wrapper .product_brochure h1 {
		margin-top: 1rem;
	}
	#list_wrapper .left {
		width: 10% !important;
	}
	#list_wrapper .right {
		width: 90% !important;
	}
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#footer_wrapper {
	background-color: #fff;
	padding: 1.5rem 0;
	margin-top: 1rem;
	color: #333;
	font-size: 0.75rem;
}
#footer_wrapper #footer {
	max-width: 1200px;
	color: #d0d0d0;
}
#footer_wrapper #footer h1 {
	color: #fff;
	margin:0 0 0.5rem;
	font-size: 1.2rem;
}
#footer_wrapper #footer ul {
	list-style: none;
	margin-left: 0;
}
#footer_wrapper #footer ul li {
	margin-bottom: 0.33rem;
}
#footer_wrapper #footer a {
	color: #4aa5ff;
}
#footer_wrapper #footer a:hover {
	color: #007cf9;
}
#footer_wrapper #footer_bottom {
	margin:1rem 0;
}

