body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #97d46b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h2 {
	font-size: 3em;
}

p, ol, ul {
	margin-top: 0px;
	padding: 0px;
}

p, ol {
	line-height: 180%;
}

strong {
}

a {
	color: #5C5539;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid black;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: inset 0 0 0px 9999px white;
  transition: background-color 5000s ease-in-out 0s;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF;
}

.container {
	width: 1200px;
	margin: 0px auto;
	max-width: 100%;
}

.clearfix, .clear {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	background: #97d46b;
}

#header {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0px;
	position: relative;
	max-width: 100%;
}

/* Logo */

#logo {
	float: left;
	/*width: 310px;*/
	padding: 5px 0px 0px 30px;
}

#logo h1 {
	padding: 50px 0px 0px 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin-top: -10px;
	color: #D5806F;
}

#logo p a {
	color: #D5806F;
}

/* Menu */

#menu {
	/*float: right;*/
	/*width: 810px;*/
	/*height: 80px;*/
	/*padding: 0px 40px 0px 40px;*/
}

#menu ul {
	float: right;
	margin: 0;
	padding: 15px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-left: 1px;
	padding: 10px 10px 7px 10px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background: #0098DA;
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.1);
	border-radius: 5px;
	color: #FFFFFF;
}
/*
#menu .icon {
	display: none;
}
*/
/* Page */

#page-wrapper {
	overflow: hidden;
}

#page {
	overflow: hidden;
	width: 1120px;
	max-width: 100%;
	margin: 30px auto;
	/* padding: 50px 40px;*/
	color: #8F8F8F;
}

.error {
	color: red;
}

/** CONTENT */

#wide-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}


/** CONTENT */

#frontPage {
	margin: 0 auto;
}

#content {
	float: right;
	width: 70%;
	padding: 0px 10px 0px 10px;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 290px;
	padding: 0px 0px 20px 0px;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
}

#footer p {
	font-size: 12px;
	color: #222222;
}

#footer a {
	color: #C5351E;
}

/* Three Column Footer Content */


#footer-bg {
	overflow: hidden;
	padding: 40px 0px;
	background:#E5E0DD;
}

#footer-content {
	color: #67C8E3;
}

#footer-content h2, #footer-content .h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #303030;
}

#footer-content a:hover {
	text-decoration: underline;
}


#column1 {
	float: left;
	width: 200px;
	margin: 10px 30px;
}

#column1 p {
	line-height: 1;
}

#column2 {
	float: left;
	width: 200px;
	margin: 10px 30px;
}

#column3 {
	float: left;
	width: 200px;
	margin: 10px 30px;
}

#column4 {
	float: left;
	width: 200px;
	margin: 10px 30px;
}

/* Banner Style */

#banner {
	overflow: hidden;
	width: 1160px;
	margin: 20px auto 50px auto;
}

#banner .img-border {
	height: 500px;
	border: 20px solid #FFFFFF;
}

/* Button Style */

.button-style {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 30px;
	background: #36332E;
	border-radius: 5px;
}

.button-style a, input[type=submit] {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px 30px;
}

.button-style-alt {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	background: #36332E;
	border-radius: 5px;
	padding: 7px 30px;
	margin-bottom: 10px;
}

/* List Style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 15px 0px 15px 0px;
	border-top: 1px dashed #C0AFA8;
}

ul.style1 a {
	text-shadow: 1px 1px 0px #FFFFFF;
	text-decoration: none;
	color: #9E8076;
}

ul.style1 a:hover {
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first-pos {
	padding-top: 0px;
	border-top: none;
}

ul.style1 .last-pos {
	border-bottom: 1px dashed #C0AFA8;
}

.footerContacts {
	margin: 0px;
	padding: 0px;
}

.footerContacts p {
	text-shadow: 1px 1px 0px #FFFFFF;
	text-decoration: none;
	color: #9E8076;
}


/* Recent News */

#recent-news {
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	background: #36332E;
	color: #8C8C8C;
}

#recent-news h2 {
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #EDEDED;
}

#recent-news .date {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p {
	font-style: italic;
}

#recent-news a {
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3 {
	float: left;
	width: 250px;
}

#recent-news #rbox4 {
	float: right;
	width: 250px;
}

.faq h2 {
	text-align: center;
}

.faq ul {
	margin-top: 35px;
}

.faq li {
	font-size: 16px;
}

.faq .q {
	color: black;
	margin-top: 20px;
	font-size: 18px;
}

/* Button Style */

.button-style1 {
	margin-top: 30px;
}

.button-style1 a {
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}

.fieldWrap {
	margin: 10px auto;
}

.fieldWrap label {
	font-size: 15px;
	color: black;
}


.formFieldTitle {
	font-size: 18px;
	color: green;	
}

.rfqLeft {
	width: 50%;
	margin: auto;
	float: left;
}

.rfqRight {
	width: 50%;
	margin: auto;
	float: right;
}

.rfqWrapper .formFieldTitle {
	font-size: 13px;
	color: black;	
}

.rfqWrapper h2 {
	text-align: center;
}

.rfqWrapper .button-style {
	text-align: center;
}

input[type=text] {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid black;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
}

.rfqWrapper input[type=text] {
	font-size: 14px;
	padding:5px;
} 

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
  cursor: pointer;
  
}

#globalnav {
	margin: 0 auto;
	padding: 10px;
}

#globalnav a {
	font-size: 15px;
	color: olive;
	text-decoration: none;
}

.btnTable {
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: #97d46b;
}

.btnTable:hover {
	background-color: #97d46b;
}

.content h1 {
	margin-bottom: 20px;
	
}

.content-list li {
	background-color: #E5E0DD;
	margin-top: 2px;
	margin-bottom: 2px;
}

.content-list li a {
	padding: 8px;
	text-decoration: none;
	font-size: 18px;
}

.textContent ol {
	padding: 20px;
}

.textContent h1 {
	font-size: 2.5em;
	margin: 10px 0;
	font-weight: bold;
}

.textContent h2 {
	font-size: 2em;
	margin: 10px 0;
}

.textContent li {
	color: #666666;
	font-size: 12px;
}

.contact-box {
	width: 60%;
	float: left;
	margin: 0 auto;
}

.address-box {
	width: 40%;
	float: right;
	margin: 0 auto;
}


.contact-address {
	margin-top: 45px;
	font-size: 22px;
	color: black;
}

.address-box span {
	font-size: 18px;
	color: black;
}

textarea {
	width: 80%;
	height: 120px;
	border: 1px solid black;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

.rfqWrapper {
	padding: 5px;
}

.rfqWrapper textarea {
        width: 70%;
        height: 70px;
}

.component-images-wrapper {
	float: left;
	padding: 5px;
	width: 30%;
	margin-right: 15px;
}
.component-image-item {
	width: 90%;
	margin: 10px auto;
}
/*
.component-box {
	float: right;
	padding: 5px;
	width: 60%;
}

.component-box h2 {
	font-size: 2.5em;
	margin: 10px 0;
}

.component-box a {
	text-decoration: none;
}
*/
.component-box th,td {
	font-size: 20px;
	text-align: left;
}

.component-box th {
	color: #777777;
}

.component-box td{
	color: 	#9E190A;
}


.iconBack {
	display: block;
	padding-left: 35px;	
	background: #fff url('../images/icon_back2.png') no-repeat 5px -2px;
	font: bold 13px/25px Arial, Verdana, sans-serif;
	text-decoration: none;
	margin-top: 15px;
}

.search-box-top {
	
	/* margin: 0 auto; */
	padding: 5px;
	text-align: right;
	/* max-width: 90%; */
	margin-right: 33px;
}

.search-box-top input[type=text] {
	display: inline-block;
	margin-top: 5px;
	margin-left: 30px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
}

.search-box-top .fieldWrap {
    margin: 5px auto;
}

div.gallery-container {
	margin-left: 95px;
    margin-right: auto;
}

div.gallery {
	position: relative;
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 300px;
}

.gallery .gallery-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

.gallery-image{
  width: 100%;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.gallery:hover .gallery-overlay {
  opacity: 1;
}


.gallery-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.gallery:hover .gallery-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.gallery-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.gallery-details h2{
	font-size: 2em;
}

p.h1{
	font-size: 1.5em; font-weight: 500;
}

.gallery-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.gallery-collapsed-list {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  transition: max-height 0.2s ease-out;
}


@media (max-device-width: 500px) {
	div.container {
		width: 100%;
	}

	#page {
		width: 100%;
	}

	div.gallery {
		width: 90%;
	}

	div.gallery-container {
		margin: 0px auto;
	}
}
@media screen and (max-width: 750px) {

	#menu {
		padding-left: 10px;
	}

	#menu ul {
		float: none;
		text-align: left;
	}

	#menu li {
		display: block;
		float: none;
	}
        #componentImg .gallery{
        margin-top: 0;
        margin-left: 0;
        width: 302px;
        height: 252px;
        }
}

.slideshow-container {
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: auto;
}

.mySlides {
	display: none;
}

.mySlides img {
	width: 100%;
}

.prevSlide, .nextSlide {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

.nextSlide {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prevSlide:hover, .nextSlide:hover {
	background-color: rgba(0,0,0,0.8);
}

.slideshow-container .sliderContent {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #f1f1f1;
	width: 100%;
}

.sliderContent p {
	padding: 20px;
	font-size: 2em;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4;}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4;}
	to {opacity: 1}
}

.footerRow {
	padding: 10px;
}

.footerRow img {
	vertical-align: middle;
	margin: 15px auto;
}

.footerRow span {
	vertical-align: middle;
	margin: 15px auto;
}

.callActionBtn {
	height: auto;
    width: auto;
    text-align: center;
    background-color: #97d46b;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 10px;
	font-size: 16px;
}

.callActionBtn a {
	color: black;
}

.callActionBtn a:link {
	text-decoration: none;
}

.callActionBtn a:visited {
	text-decoration: none;
}

.callActionBtn a:hover {
	text-decoration: none;
}

.callActionBtn a:active {
	text-decoration: none;
}
.fancybox-iframe
{
    max-width : 880px;
    max-height: 610px;
}


.rating{float:left}
#response{float:right}
div.rateit,div.rateit div.rateit-range{position:relative;display:-moz-inline-box}
div.rateit{float:left;display:inline-block;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-touch-callout:none;margin-right:15px}
div.rateit div.rateit-range{display:inline-block;background:url(../images/star.png);height:16px}
* html div.rateit,* html div.rateit div.rateit-range{display:inline}
div.rateit div.rateit-hover,div.rateit div.rateit-selected{position:absolute;left:0}
div.rateit div.rateit-hover-rtl,div.rateit div.rateit-selected-rtl{left:auto;right:0}
div.rateit div.rateit-hover{background:url(../images/star.png) left -32px}
div.rateit div.rateit-hover-rtl{background-position:right -32px}
div.rateit div.rateit-selected{background:url(../images/star.png) left -16px}
div.rateit div.rateit-selected-rtl{background-position:right -16px}
div.rateit div.rateit-preset,div.rateit div.rateit-preset-rtl{background:url(../images/star.png) left -48px}
div.rateit div.rateit-reset{background:url(../images/delete.gif);width:16px;height:16px;display:-moz-inline-box;display:inline-block;float:left}
div.rateit div.rateit-reset:hover{background-position:0 -16px}