﻿@charset "utf-8";
/* ======== MAIN NAVIGATION AREA ======== */

/* Main Colors used in this template
#594638-dark color
#705846-medium color
#95755d-light color
#7a8520-contrasting color
#3e4410-darker contrasting color
*/
/* ==================== GENERAL RULES =================== */
html {
	height: 100%; 
	background: url('../images/back.jpg');
}
body {
	font: normal 1.2em 'Muli', Verdana, Helvetica, sans-serif;
	color: #202020;
	padding: 0;
	margin: 0;
	height: 100%;
}
header, footer, nav, article, section, aside, figure, figcaption {
	display: block;
}
img {
	border: none;
}
hr {
    background: #ffffff url('../images/hr.png') center center no-repeat;
    color: #eee;
    border: none;
    height: 30px;
}
ul li a {
	color: #0C7B6A;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #705846;
	text-decoration: none;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
}
blockquote {
	padding: 5px 50px 5px 50px;
	line-height: 24px;
	font-style: italic;
	background: url('../images/quote.png') no-repeat top left;
	color: #404040;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	border-right: dotted 1px #404040;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
	border-left: dotted 1px #404040;
}
fieldset {
	border: 1px dashed #c0c0c0;
	padding: 1%;
	margin: 2% 0;
}
legend {
	color: #594638;
	background-color: transparent;
	font: 1.9em 'Raleway', Verdana, Helvetica, sans-serif;
	color: #594638;
	margin: 0 0 0 1%;
	letter-spacing: .08em;
	padding: 1%;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: center;
}
.cellborder {
	border: solid 1px #c0c0c0;
	padding: 5px;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #0C7B6A;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #705846;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
h1 {
	font: 2.9em 'Playfair Display', Verdana, Helvetica, sans-serif;
	color: #594638;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
}
h2 {
	font: 2.1em 'Playfair Display', Arial, Verdana, Helvetica, sans-serif;
	color: #705846;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #705846;
}
h3 {
	font: 1.9em 'Jura', Verdana, Helvetica, sans-serif;
	color: #7a8520;
	padding: 0;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 5px 0;
	border-top: 3px solid #7a8520;
	border-bottom: 1px solid #7a8520;
}
h4 {
	font: normal 1.5em 'Jura', Verdana, Helvetica, sans-serif;
	color: #594638;
	margin: .3em 0;
}
h5 {
	font: normal 1.35em 'Playfair Display', Verdana, Helvetica, sans-serif;
	color: #95755d;
	margin: .3em 0;
}
h6 {
	font: normal 1.2em 'Playfair Display',Verdana, Helvetica, sans-serif;
	color: #3e4410;
	margin: .3em 0;
}
.alternate {
	font: 1.6em 'Playfair Display', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	background: #705846;
	background-image: radial-gradient(#705846, #000);
	background-image: -moz-radial-gradient(#705846, #000);
	background-image: -webkit-radial-gradient(#705846, #000);
	background-image: -ms-radial-gradient(#705846, #000);
	background-image: -o-radial-gradient(#705846, #000);
	border: 1px solid #404040;
	border-radius: 10px 10px;
}
.alternate:before {
	content: "\2724";
  	display: inline;
  	font-size: 22px;
  	margin-right: 5px;
  	color: #ffffff;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.alternate:after {
	content: "\2724";
  	display: inline;
  	font-size: 22px;
  	color: #ffffff;
  	margin-left: 5px;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.alternate2 {
	font: 1.6em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	background: #95755d;
	background-image: radial-gradient(#7a8520, #3e4410);
	background-image: -moz-radial-gradient(#7a8520, #3e4410);
	background-image: -webkit-radial-gradient(#7a8520, #3e4410);
	background-image: -ms-radial-gradient(#7a8520, #3e4410);
	background-image: -o-radial-gradient(#7a8520, #3e4410);
	margin: .3em 0;
	text-align: center;
	border-radius: 10px 10px;
}
.dropcap {
	float: left;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	color: #fff;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 15px 15px;
	background-color: #594638;
  	box-shadow: 0 0 0 2px #999 inset, 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  	margin: -3px 10px 0 0;
  	text-align: center;
  	border-radius: 50%;
  	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
p.dropcap {
	overflow: hidden;
}
.bignumber {
	font: 24px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	display: inline-block;
	color: #ffffff;
	height: 1.4em;
	width: 1.4em;
	line-height: 1.5em;
	background: #594638;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	padding-bottom: .1em;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bignumber2 {
	font: 24px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	display: inline-block;
	color: #ffffff;
	height: 1.4em;
	width: 1.4em;
	line-height: 1.5em;
	background: #705846;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	padding-bottom: .1em;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bignumber3 {
	font: 24px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	display: inline-block;
	color: #ffffff;
	height: 1.4em;
	width: 1.4em;
	line-height: 1.5em;
	background: #7a8520;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	padding-bottom: .1em;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bigletters {
	font: 2.0em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.0em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #7a8520;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.button {
	font-size: 0.85em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #594638;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #505050;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
.button a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.button a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.inside {padding: 10px;}
/* ======== LAYOUT RULES ======== */
.wrapper {
	width: 1200px;
	margin: 10px auto;
	text-align: left;
	background: #fff;
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
	border-radius: 30px;
}
/* ======== HEADER AREA ======== */
header {
	width: 100%;
	padding: 0;
	color: #fff;
	text-align: left;
	background: #9b9087;
	background-image: -o-linear-gradient(135deg, #594638, #95755d, #594638);
	border-radius: 30px 30px 0 0;
	border-bottom: 1px solid #ffffff;
	box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.4), 0 15px 20px -15px rgba(0, 0, 0, 0.4);
}
#nameplate {
	width: 90%;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0 auto;
}
#nameplate h1 {
	font: 38px 'Playfair Display', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: 0.02em;
	margin: 0;
	text-align: center;
}
#nameplate p {
	font-size: 18px;
	font-family: 'Playfair Display', cursive, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#nameplate a {
	color: #fff;
	font-weight: normal;
}
#nameplate a:hover {
	color: #777;
	font-weight: normal;
}
#address {
	float: right;
	width: 20%;
	text-align: right;
	padding: 22px 10px 0 0;
	font-size: 16px;
	font-family: 'Playfair Display', cursive, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	width: 100%;
	height: 40px;
	color: #000000;
	text-align: center;
	margin: 0 auto;
	font-size: .95em;
	text-transform: uppercase;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 3px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	border-radius: 10px 10px 0 0;
	color: #fff;
	background: transparent;
	text-align: left;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
	background: #594638;
	background-image: radial-gradient(center, circle cover, #705846, #594638);
	background-image: -moz-radial-gradient(center, circle cover, #705846, #594638);
	background-image: -webkit-radial-gradient(center center, circle cover, #705846, #594638);
	background-image: -ms-radial-gradient(center center, circle cover, #705846, #594638);
	background-image: -o-radial-gradient(center center, circle cover, #705846, #594638);
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 2px;
	display: none;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px #000;
}
#nav ul li {
	width: 170px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;
	height: 18px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 10px;
	color: #fff;
	background-color: #594638;
	background-image: none;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
}
#nav ul a:hover {
	font-weight: normal;
	color: #ffffff;
	padding: 5px 3px 5px 10px;
	text-transform: none;
	text-decoration: none;
	border-top: none;
	background: #594638;
	background-image: linear-gradient(135deg, #594638, #95755d, #594638);
	background-image: -moz-linear-gradient(135deg, #594638, #95755d, #594638);
	background-image: -webkit-linear-gradient(135deg, #594638, #95755d, #594638);
	background-image: -ms-linear-gradient(135deg, #594638, #95755d, #594638);
	background-image: -o-linear-gradient(135deg, #594638, #95755d, #594638);
	border-radius: 0;
	box-shadow: none;
}
.selectnav {
	display: none;
}
/* ========  TOP SECTION WITH NIVO SLIDER ======== */
#topsection {
	padding: 20px 0 20px 0;
	width: 100%;
	margin: 0 auto;
}
#topsection h2 {
	font: 38px 'Playfair Display', Verdana, Helvetica, sans-serif;
	color: #594638;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	text-align: center;
	border-bottom: none;
}
#topsection p {
	font: 1.2em 'Playfair Display', Verdana, Helvetica, sans-serif;
	color: #594638;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
}
#slider {
	height: 550px;
	width: 550px;
	float: left;
	border: 1px #f2f2f2 solid;
	margin: 10px 0 0 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}
.nivo-caption {
	position:absolute;
	left:10%;
	bottom:10px;
	background: rgba(50, 52, 64, 0.5);	
	text-align:center;
    font-family: 'Poiret One', Garamond, serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
	text-align: center;
    width: 80%;
    margin: 0 auto;
    border-radius:10px;
	z-index: 8;
	padding: 5px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption h1 {
	font: 34px 'Poiret One', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin: .1em 0 .1em 0;
	letter-spacing: 1px;
}
.nivo-caption p {padding: 0; margin: 0;}
/* ========  TOP TEXT BOX ======== */
#toptextarea {
	float:right;
	width: 46%;
	margin: 10px 2% 0 2%;
}
#toptextarea p:first-of-type {
	color: #802c01;
	font: normal 38px 'Jura', Georgia, Garamond, serif;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 10px;
	line-height: 40px;
}
#toptextarea p:last-of-type {
	color: #404040;
	font: 16px 'Philosopher', Georgia, Garamond, serif;
	font-style: italic;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
#toptextarea p {
	color: #404040;
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* ========  TOP CONTENT BOXES ======== */
.topcontentBox3a {
	float: left;	
	width: 31%; 
	padding: 5px; 
	margin: 10px 0 0 1%;
	min-height: 180px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.topcontentBox3a .box:hover figure {
	-webkit-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease
}
.topcontentBox3a figure {
	text-align:center;
	line-height:116px;
	float:left;
	margin-right:15px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease
}
.topcontentBox3b {
	float: left;	
	width: 31%; 
	padding: 5px; 
	margin: 10px 1% 0 1%;
	min-height: 180px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.topcontentBox3b .box:hover figure {
	-webkit-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease
}
.topcontentBox3b figure {
	text-align:center;
	line-height:116px;
	float:left;
	margin-right:15px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease
}
.topcontentBox3c {
	float: left;	
	width: 31%; 
	padding: 5px; 
	min-height: 180px;
	margin: 10px 0 0 1%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.topcontentBox3c .box:hover figure {
	-webkit-transform:rotateY(-180deg);
	-ms-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease
}
.topcontentBox3c figure {
	text-align:center;
	line-height:116px;
	float:left;
	margin-right:15px;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease
}
.topcontentBox3a h2, .topcontentBox3b h2, .topcontentBox3c h2 {border-bottom: none;} 
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {float: left; width: 30%; padding: 10px 0 0 10px; margin: 15px 0 0 1%; line-height: 1.5em;}
#sidebarRight {float: right; width: 30%; padding: 10px 0 0 0; margin: 15px 1% 0 0; line-height: 1.5em;}

/* ======== CONTENT AREA ======== */
#contentRight {float: right; width: 65%; padding: 0; margin: 10px 0; line-height: 1.5em;}
#contentLeft {float: left; width: 65%; padding: 10px 0 0 10px; margin: 10px 0; line-height: 1.5em;}
#contentMiddle {float: left; width: 32%; padding: 0 1%; margin: 10px 0.50%; line-height: 1.5em; overflow: hidden;}
#contentFull {float: left; width: 94%; margin: 0; padding: 10px 10px 0 10px; line-height: 1.5em;}

/* ======== SECTION BLOCKS ======== */
.contentBox1 {width: 100%;	padding: 20px 0;}

.contentBox2a {float: left;	width: 48%;	padding: 0;	margin: 0 2% 0 0; line-height: 1.4em;}
.contentBox2b {float: left;	width: 48%;	padding: 0;	margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox2a-deco {float: left; width: 45.5%;	padding: 0;	margin: 0 1% 0 0; line-height: 1.4em; padding: 5px; margin-bottom: 10px;}
.contentBox2b-deco {float: right; width: 45.5%;	padding: 0;	margin: 0 0 0 1%; line-height: 1.4em; padding: 5px; margin-bottom: 10px;}

.contentBox3a {float: left;	width: 31.33333%; padding: 0; margin: 0 2% 0 0;	line-height: 1.4em;}
.contentBox3b {float: left;	width: 31.33333%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox3c {float: left;	width: 31.33333%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox4a {float: left;	width: 21.0%; padding: 0 5px 0 20px; margin: 0 1% 0 0; line-height: 1.4em;}
.contentBox4b {float: left;	width: 21.0%; padding: 0 5px; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4c {float: left;	width: 21.0%; padding: 0 5px; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4d {float: left;	width: 21.0%; padding: 0 10px 0 5px; margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox4-gallery {width: 21%; padding: 0 1%; margin: 0 1%; line-height: 1.4em; text-align: center;}

.shadow {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-bottom: 20px;
}
/* ======== FOOTER ======== */
footer {
	clear: both;
	color: #202020;
	letter-spacing: 2px;
	font-size: 85%;
	line-height: 1.5em;
	padding: 20px 0;
}
footer p {
	padding: 0;
	margin: 0;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 98%;
	text-align: left;
}
.contactform label {
	width: 98%;
	text-align: left;
}
.contactform input {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
	margin-bottom: 10px;
}
.contactform textarea {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
}
.contactform .submit {
	width: 100px;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #594638;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #808080;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.8);
}
/* ======= PHOTO GALLERY ========= */
.photogallery {
  background-color: #f2f2f2;
  border: 15px #ffffff solid;
  padding: 20px;
  margin: 0 1% 40px 1%;
  text-align: center;
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.8);
}
.photogallery img {
  background-color: #ffffff;
  padding: 7px;
  border: 1px #c0c0c0 solid;
  margin: 3px 3px 12px 3px;
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}
.photogallery p {
  text-align: center;
}
/* ======== MISCELLANEOUS CLASSES ======== */
.center {
	text-align: center;
}
.tiny {
	font-size: 75%;
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, *:first-child + html .clearfix {
	zoom: 1;
}
.calendar {
	text-align: center;
}
.highlight {
	background-color: #ffff00;
	color: #000000;
}
.home {
	background: url('../images/home.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.call {
	background: url('../images/call.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.email {
	background: url('../images/email.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.hours {
	background: url('../images/hours.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.comment {
	background: url('../images/comment.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
/* ======== BACK TO TOP FORMATTING ======== */
.scroll-to-top {
    display: none;
    position: fixed; bottom: 0; right: 0;
    z-index: 5;
    width: 65px; height: 65px;
    text-align:center;
	font: 16px 'Oswald', Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
}
.scroll-to-top:hover {
    text-decoration: none;
}
.scroll-to-top a {text-decoration: none;}
.scroll-to-top a:hover {text-decoration: none;}
/* ======== IMAGE BOXES - USED IN SMALLER VIEWPORTS TO DECREASE IMAGE SIZE ======== */
.imgBox {width: 95%;}
.imgBox2 {width: 50%;}
/* ======== IMAGE FORMATTING ======== */
img {border: none; max-width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;}
.imageleft {margin: 0 10px 0 0;	float: left;}
.imageright {margin: 0 0 0 10px; float: right;}

.imageleft-border {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-catalog2 {
    border: 3px solid #f2f2f2;
    box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
    margin: 0;
}
.image-round {
	border-radius: 50%;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.image-border, .image-googlemap {
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.image-gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.lgproduct-image {
	padding: 1%;
	margin: 0 auto;
	width: 80%;
}
.lgproduct-text {
	float: left;
	width: 200px;
	padding: 1%;
	margin: 2%;
	text-align: center;
}
/* ======== TICKER ======== */
#ticker {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	min-height: 300px;
}
.testimonial {
	line-height: 28px;
	padding: 20px 20%;
}
.tcontent {
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.author {
	font-weight: bold;
	color: #000000;
	height: 36px;
	font-style: italic;
	padding-left: 1.8em;
	text-align:right;
}
/* ======= ACCORDION CONTENT ======== */
#acc dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc dt {
	margin: 0 0 1px 0;
	padding: 4px 4px 4px 20px;
	text-align: left;
	font: 22px 'Oswald', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	background: #594638;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#acc dt:hover {
	color: #ffffff;
	background: #7a8520;
	box-shadow: 0 0 15px #222 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc dd {
	width: 94%;
	padding: 5px 2%;
	margin: 0 auto;
	border-top: none;
}
/* ======= ANIMATE ======== */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/* ================================ MEDIA QUERIES =============================== */
/* ========================================================== */
/* ====================== MENU BAR ONLY ==================== */
/* ========================================================== */
@media screen and (max-width: 768px) {
#mainnav {
  	width: 240px; 
	margin: 0 auto; 
	overflow: hidden;
	float: none;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
	margin: 0;
}
select#selectnav1 {
	background-color: transparent;
	color: #ffffff;
	width: 260px;
	margin: 0 auto;
	padding: 3px;
	font-size: 0.95em;
	letter-spacing: 1px;
	border: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/menu32.png') no-repeat 208px 0;
}
select#selectnav1 option {
	background-color: #594638;
	color: #fff;
	font-size: 0.80em;
	padding: 1px 20px 1px 10px;
}
}
/* ========================================================== */
/* ====================== SMALL DEVICE 01 ==================== */
/* ========================================================== */
@media screen and (max-width: 320px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
	background: none;
	padding-left: 5px;
}
#nameplate h1 {
	text-align: center;
}
#nameplate p {
	text-align: center;
}
#address {display: none;}
/* === topsection block ==== */
#topsection {width:98%; padding-top: 10px;}
#topsection h2 {font-size: 2.0em;}
#topsection p {font-size: 1.3em;}
#slider {width: 95%; height: auto;}
.nivo-caption {display: none; visibility: hidden;}
#toptextarea {width: 95%; height: auto;}
.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {width: 98%; float: none; margin: 10px auto;}
/* === content box coding ==== */

#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1.%; padding: 0;}

.contentBox2a, .contentBox2b {width: 96%; margin: 1%; padding: 1%;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 96%; margin: 1%; padding: 1%;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 94%; margin: 1%; padding: 2%;}
.contentBox2a-deco {width: 90%;	margin: 0 auto; float: none;}
.contentBox2b-deco {width: 90%;	margin: 0 auto; margin-top: 10px; float: none;}

.imgBox {width: 90%; margin: 0 auto; float: none;}
.sidebarimgBox {width: 98%; margin: 0 auto;}

/* === header block ==== */
.bigletters {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.0em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #d77e3a;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
/* === miscellaneous coding ==== */
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h1 {font-size: 1.9em;
	margin-top: 0;
}
h2 {font-size: 1.5em;}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
}
/* ========================================================== */
/* ===================== SMALL DEVICE 02 ==================== */
/* ========================================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
.wrapper {
	width: 95%;
	margin: 0 auto;
}
.nocolor {
	width: 100%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
	background: none;
	padding-left: 5px;
} 
#nameplate h1 {text-align: center;}
#nameplate p {text-align: center;}
#address {display: none;}
/* === topsection block ==== */
#topsection {width:90%; padding-top: 10px; margin-bottom: 10px;}
#topsection h2 {font-size: 2.0em;}
#topsection p{font-size: 1.3em;}
#slider {width: 95%; height: auto;}
#toptextarea {width: 95%; height: auto;}
.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {width: 98%; float: none; margin: 10px auto;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.contentBox2a, .contentBox2b {width: 96%; margin: 1%; padding: 1%;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 96%; margin: 1%; padding: 1%;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 92%; margin: 1%; padding: 3%; float: none;}

.contentBox2a-deco {width: 96%;	margin: 0 auto; float: none; text-align:center;}
.contentBox2b-deco {width: 96%;	margin: 0 auto; margin-top: 10px; float: none;}

.imgBox {width: 60%; margin: 0 auto; float: none;}
.imgBox2 {width: 40%; margin: 0 auto; }
.sidebarimgBox {width: 90%; margin: 0 auto;}

.bigletters {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.0em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #d77e3a;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
/* === miscellaneous coding ==== */
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h1 {
	font: 1.9em 'Playfair Display', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
h2 {font-size: 1.5em;}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
}
/* ========================================================== */
/* ================== SMALL DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#nameplate {width: 80%;}
#address {display: none;}
h1 {
	font: 2.5em 'Playfair Display', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
/* === topsection block ==== */
#topsection {width:90%; padding-top: 10px; margin-bottom: 10px;}
#topsection h2 {font-size: 2.4em;}
#topsection p{font-size: 1.5em;}
#slider {width: 95%; height: auto;}
#toptextarea {width: 95%; height: auto;}
.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {width: 98%; float: none; margin: 10px auto; }
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.contentBox2a, .contentBox2b {width: 98%; margin: 1%; padding: 0;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 44%;	padding: 0 1%; margin: 1%;}
.contentBox2a-deco {width: 96%;	margin: 0 auto; float: none;}
.contentBox2b-deco {width: 96%;	margin: 0 auto; margin-top: 10px; float: none;}

.imgBox {width: 70%; margin: 0 auto; float: none;}
.sidebarimgBox {width: 78%; margin: 0 auto;}

/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #d77e3a;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== MID DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#address {display: none;}
/* === topsection block ==== */
#topsection {width:90%; padding-top: 10px; margin-bottom: 10px;}
#topsection h2 {font-size: 2.4em;}
#topsection p{font-size: 1.5em;}
#slider {width: 95%; height: auto;}
#toptextarea {width: 95%; height: auto;}
.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {width: 98%; float: none; margin: 10px auto;}

/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}

.imgBox {width: 90%; margin: 0 auto; float: none;}
.sidebarimgBox {width: 78%; margin: 0 auto;}

/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #d77e3a;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== MID DEVICE 02 ================ */
/* ========================================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#address {display: none;}
/* === topsection block ==== */
#topsection {width:90%; padding-top: 10px; margin-bottom: 10px;}
#topsection h2 {font-size: 2.4em;}
#topsection p{font-size: 1.5em;}
#slider {width: 80%; height: auto; float: none; margin: 0 auto;}
#toptextarea {width: 95%; height: auto;}
.topcontentBox3a, .topcontentBox3b {width: 47%; margin: 20px 5px;} 
.topcontentBox3c {clear: both; width: 98%; float: none; margin: 20px auto; min-height: 200px;}

/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}

.imgBox {width: 90%; margin: 0 auto; float: none;}
.sidebarimgBox {width: 68%; margin: 0 auto;}

/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #d77e3a;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== MID DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 769px) and (max-width: 800px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#address {display: none;}
/* === topsection block ==== */
#topsection {width:90%; padding-top: 10px; margin-bottom: 10px;}
#topsection h2 {font-size: 2.4em;}
#topsection p{font-size: 1.5em;}
#slider {width: 80%; height: auto; float: none; margin: 0 auto;}
#toptextarea {width: 95%; height: auto;}
.topcontentBox3a, .topcontentBox3b {width: 47%; margin: 20px 5px;} 
.topcontentBox3c {clear: both; width: 98%; float: none; margin: 20px auto;}

/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}

.imgBox {width: 90%; margin: 0 auto; float: none;}
.sidebarimgBox {width: 65%; margin: 0 auto;}

/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #d77e3a;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== LG DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#topsection {width:90%; padding-top: 10px;}
#toptextarea {width: 30%; height: auto;}

/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentMiddle {
	width: 20%;
	margin: 1%;
	padding: 0;
}
#contentRight, #contentLeft {width: 75%; margin: 1%; padding: 0;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 22%;	padding: 0; margin: 1%;}
.topcontentBox4a, .topcontentBox4b, .topcontentBox4c, .topcontentBox4d {width: 25%;  margin: 2% 0;}
.contentBox20a, .contentBox20b {width: 98%; margin: 1%; padding: 0;}

.imgBox {width: 90%; margin: 0 auto; float: none;}
.imgBox2 {width: 60%;}

/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #594638;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #d77e3a;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== LG DEVICE 02 ================= */
/* ========================================================== */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#topsection {width:98%; padding-top: 10px;}
#toptextarea {width: 40%; height: auto;}

}