a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,.h1,h2,.h2,h3,.h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top}
ul{list-style:none}
blockquote,q{quotes:none}
table,table td{padding:0;border:none;border-collapse:collapse}
img{vertical-align:top}
embed{vertical-align:top}
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}
mark,rp,rt,ruby,summary,time{display:inline}



/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
	#Base 960 Grid
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)
	#Clearing */



/* #Base 960 Grid
================================================== */

.container_12{position: relative; width: 1160px; margin: 0 auto; padding: 0;}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

/* Nested Column Classes */
.container_12 .alpha {
	margin-left: 0;
}
.container_12 .omega {
	margin-right: 0;
}

/* Base Grid */
.container_12 .grid_1		{width: 60px; }
.container_12 .grid_2		{width: 140px;}
.container_12 .grid_3		{width: 220px;}
.container_12 .grid_4		{width: 366px;}
.container_12 .grid_5		{width: 380px;}
.container_12 .grid_6		{width: 460px;}
.container_12 .grid_7		{width: 540px;}
.container_12 .grid_8		{width: 620px;}
.container_12 .grid_9		{width: 700px;}
.container_12 .grid_10		{width: 780px;}
.container_12 .grid_11		{width: 860px;}
.container_12 .grid_12		{width: 1140px;}
/* Prefix Extra Space >> 12 Columns */
.container_12 .prefix_1 	{padding-left:80px;}
.container_12 .prefix_2 	{padding-left:160px;}
.container_12 .prefix_3 	{padding-left:240px;}
.container_12 .prefix_4 	{padding-left:320px;}
.container_12 .prefix_5 	{padding-left:400px;}
.container_12 .prefix_6 	{padding-left:480px;}
.container_12 .prefix_7 	{padding-left:560px;}
.container_12 .prefix_8 	{padding-left:640px;}
.container_12 .prefix_9 	{padding-left:720px;}
.container_12 .prefix_10 	{padding-left:800px;}
.container_12 .prefix_11 	{padding-left:880px;}
/* Suffix Extra Space >> 12 Columns */
.container_12 .suffix_1 	{padding-right:80px;}
.container_12 .suffix_2 	{padding-right:160px;}
.container_12 .suffix_3 	{padding-right:240px;}
.container_12 .suffix_4 	{padding-right:320px;}
.container_12 .suffix_5 	{padding-right:400px;}
.container_12 .suffix_6 	{padding-right:480px;}
.container_12 .suffix_7 	{padding-right:560px;}
.container_12 .suffix_8 	{padding-right:640px;}
.container_12 .suffix_9 	{padding-right:720px;}
.container_12 .suffix_10 	{padding-right:800px;}
.container_12 .suffix_11 	{padding-right:880px;}

/* #Laptop (Portrait)
================================================== */

/* Note: Design for a width of 995px */
@media only screen and (max-width: 1199px) {
	.container_12				{width: 965px;}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12					{margin-left: 10px; margin-right: 10px; }
	.container_12 .alpha		{margin-left: 0;}
	.container_12 .omega		{margin-right: 0;}

	.container_12 .grid_1		{width: 44px;}
	.container_12 .grid_2		{width: 108px;}
	.container_12 .grid_3		{width: 172px;}
	.container_12 .grid_4		{width: 301px;}
	.container_12 .grid_5		{width: 300px;}
	.container_12 .grid_6		{width: 364px;}
	.container_12 .grid_7		{width: 428px;}
	.container_12 .grid_8		{width: 492px;}
	.container_12 .grid_9		{width: 556px;}
	.container_12 .grid_10		{width: 620px;}
	.container_12 .grid_11		{width: 684px;}
	.container_12 .grid_12		{width: 945px;}
	/* Prefix Extra Space >> 12 Columns */
	.container_12 .prefix_1 	{padding-left:64px;}
	.container_12 .prefix_2 	{padding-left:128px;}
	.container_12 .prefix_3 	{padding-left:192px;}
	.container_12 .prefix_4 	{padding-left:256px;}
	.container_12 .prefix_5 	{padding-left:320px;}
	.container_12 .prefix_6 	{padding-left:384px;}
	.container_12 .prefix_7 	{padding-left:448px;}
	.container_12 .prefix_8 	{padding-left:512px;}
	.container_12 .prefix_9 	{padding-left:576px;}
	.container_12 .prefix_10 	{padding-left:640px;}
	.container_12 .prefix_11 	{padding-left:768px;}
	/* Suffix Extra Space >> 12 Columns */
	.container_12 .suffix_1 	{padding-right:64px;}
	.container_12 .suffix_2 	{padding-right:128px;}
	.container_12 .suffix_3 	{padding-right:192px;}
	.container_12 .suffix_4 	{padding-right:256px;}
	.container_12 .suffix_5 	{padding-right:320px;}
	.container_12 .suffix_6 	{padding-right:384px;}
	.container_12 .suffix_7 	{padding-right:448px;}
	.container_12 .suffix_8 	{padding-right:512px;}
	.container_12 .suffix_9 	{padding-right:576px;}
	.container_12 .suffix_10 	{padding-right:640px;}
	.container_12 .suffix_11 	{padding-right:768px;}
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (max-width: 995px) {
	.container_12				{width: 738px;}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12					{margin-left: 10px; margin-right: 10px; }
	.container_12 .alpha		{margin-left: 0;}
	.container_12 .omega		{margin-right: 0;}

	.container_12 .grid_1		{width: 44px;}
	.container_12 .grid_2		{width: 108px;}
	.container_12 .grid_3		{width: 172px;}
	.container_12 .grid_4		{width: 226px;}
	.container_12 .grid_5		{width: 300px;}
	.container_12 .grid_6		{width: 364px;}
	.container_12 .grid_7		{width: 428px;}
	.container_12 .grid_8		{width: 492px;}
	.container_12 .grid_9		{width: 556px;}
	.container_12 .grid_10		{width: 620px;}
	.container_12 .grid_11		{width: 684px;}
	.container_12 .grid_12		{width: 718px;}
	/* Prefix Extra Space >> 12 Columns */
	.container_12 .prefix_1 	{padding-left:64px;}
	.container_12 .prefix_2 	{padding-left:128px;}
	.container_12 .prefix_3 	{padding-left:192px;}
	.container_12 .prefix_4 	{padding-left:256px;}
	.container_12 .prefix_5 	{padding-left:320px;}
	.container_12 .prefix_6 	{padding-left:384px;}
	.container_12 .prefix_7 	{padding-left:448px;}
	.container_12 .prefix_8 	{padding-left:512px;}
	.container_12 .prefix_9 	{padding-left:576px;}
	.container_12 .prefix_10 	{padding-left:640px;}
	.container_12 .prefix_11 	{padding-left:768px;}
	/* Suffix Extra Space >> 12 Columns */
	.container_12 .suffix_1 	{padding-right:64px;}
	.container_12 .suffix_2 	{padding-right:128px;}
	.container_12 .suffix_3 	{padding-right:192px;}
	.container_12 .suffix_4 	{padding-right:256px;}
	.container_12 .suffix_5 	{padding-right:320px;}
	.container_12 .suffix_6 	{padding-right:384px;}
	.container_12 .suffix_7 	{padding-right:448px;}
	.container_12 .suffix_8 	{padding-right:512px;}
	.container_12 .suffix_9 	{padding-right:576px;}
	.container_12 .suffix_10 	{padding-right:640px;}
	.container_12 .suffix_11 	{padding-right:768px;}
}


/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container_12 {/*width: 420px;*/width: 100%;}
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12{margin: 0;}

	.container_12 .grid_1,
	.container_12 .grid_2,
	.container_12 .grid_3,
	.container_12 .grid_4,
	.container_12 .grid_5,
	.container_12 .grid_6,
	.container_12 .grid_7,
	.container_12 .grid_8,
	.container_12 .grid_9,
	.container_12 .grid_10,
	.container_12 .grid_11,
	.container_12 .grid_12{/*width: 420px;*/width: 100%;}
	/* Prefix Extra Space >> 12 Columns */
	.container_12 .prefix_1,
	.container_12 .prefix_2,
	.container_12 .prefix_3,
	.container_12 .prefix_4,
	.container_12 .prefix_5,
	.container_12 .prefix_6,
	.container_12 .prefix_7,
	.container_12 .prefix_8,
	.container_12 .prefix_9,
	.container_12 .prefix_10,
	.container_12 .prefix_11{padding-left:0;}
	/* Suffix Extra Space >> 12 Columns */
	.container_12 .suffix_1,
	.container_12 .suffix_2,
	.container_12 .suffix_3,
	.container_12 .suffix_4,
	.container_12 .suffix_5,
	.container_12 .suffix_6,
	.container_12 .suffix_7,
	.container_12 .suffix_8,
	.container_12 .suffix_9,
	.container_12 .suffix_10,
	.container_12 .suffix_11{padding-right:0;}
}


/* #Mobile (Landscape)
================================================== */
	
/* Note: Design for a width of 480px
@media only screen and (max-width: 479px) {
	.container_12,
	.container_12 .grid_1,
	.container_12 .grid_2,
	.container_12 .grid_3,
	.container_12 .grid_4,
	.container_12 .grid_5,
	.container_12 .grid_6,
	.container_12 .grid_7,
	.container_12 .grid_8,
	.container_12 .grid_9,
	.container_12 .grid_10,
	.container_12 .grid_11,
	.container_12 .grid_12{width:300px;}
} */

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container_12:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* ========================= */
nav.menu-top-container {
	float: right;
	padding-top: 18px;
}
.menu {
	list-style: none;
}
.menu > li {
	position: relative;
	float: left;
	font: 500 16px/18px 'Maven Pro', sans-serif;
	margin-left: 15px;
}
.menu > li > a {
	color: #333;
}
.menu > li.sfHover > a, .menu > li > a:hover , .menu > li.current-menu-item > a, .menu > li.current-menu-parent > a {
	text-decoration: none;
	color: #95c602;
}
.menu .menu-arrow {
	display: none;
}


/***submenu***/
.menu ul {
	position: absolute;
	top: -999em;
	/*width: 184px;*/width: 198px;
	display: none;
	background: #fff;
	z-index: 99;
}
.menu li li {
	width: 100%;
	padding: 0;
	margin-bottom: 1px;
	position: relative;
	font: 16px/18px Arial, Helvetica, sans-serif;
}
.menu li li a {
	display: block;
	padding: 5px 10px;
	color: #333;
	background: #cdd5d9;
}
.menu li li > a:hover, .menu li li.sfHover > a, .menu li li.current-menu-item > a {
	color: #eee;
	text-decoration: none;
	background-color: #95c602;
}
.menu li li > a:hover, .menu li li.sfHover > a {
	color: #fff;
	background-color: #95c602;
}
.menu li:hover ul, .menu li.sfHover ul {
	left: 0px;
	top: 30px;
}
.menu li:hover li ul, .menu li.sfHover li ul {
	top: -999em;
}
/***subsubmenu***/
.menu li li:hover ul, .menu li li.sfHover ul {
	/*left: 185px;*/left: 198px;
	top: 0px;
}
.menu li li:hover li ul, .menu li li.sfHover li ul {
	top: -999em;
}

/* Design for a width of 768px */
@media only screen and ( max-width: 995px; ) {
	.menu > li {
		margin-right: 10px;
	}
	.menu .menu-arrow {
		display: inline-block;
		width: 4px;
		height: 8px;
		overflow: hidden;
		text-indent: -999em;
		background: url(images/menu-arrow.gif) center top no-repeat;
		margin-left: 4px;
		vertical-align: 1px;
	}
	.menu li.sfHover > a .menu-arrow,.menu li > a:hover .menu-arrow, .menu li.current > a .menu-arrow {
		background-position: center -17px;
	}
	.menu ul .menu-arrow {
		background-image: url(images/submenu-arrow.gif);
		vertical-align: 0px;
	}
}

/* Design for a width of 320 and 480px*/
@media only screen and (max-width: 767px) {
	#slides {
		padding-top: 20px !important;
	}
	header .border-bottom {
		border-bottom: none !important;
	}
	nav {
		width: 100%;
		padding-bottom: 15px;
	}
	.menu > li {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 0;
	}
	.menu > li > a {
		display: block;
		background: #fcfcfc;
		border: 1px solid #f2f2f2;
		padding: 4px 10px 7px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	/***submenu***/
	.menu ul {
		position: static;
		width: auto;
		padding: 3px 0;
		background: none;
	}
	/***subsubmenu***/
	.menu ul ul {
		padding: 1px 0 0;
	}
	.menu ul ul li {
		text-transform: lowercase;
	}
	.menu ul ul li a {
		padding-left: 30px;
	}
}



/* ============================ */
html, body {
	height: 100%;
}
body {
	background: url(images/body-tail.gif) top center repeat;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	position: relative;
	min-width: 320px;
}
.bg {
	background: url(images/bg-tail.gif) center top repeat;
}
.bg1 {
	background: url(images/bg1-tail.jpg) center top repeat-x;
}
.light {
	background: url(images/light.jpg) center top no-repeat;
}
.main {
	width: 1179px;
	margin: 0 auto;
	background: url(images/main-tail.png) center top repeat;
	box-shadow: 1px 1px 9px rgba(0,0,0,0.02);
	-moz-box-shadow: 1px 1px 9px rgba(0,0,0,0.02);
	-webkit-box-shadow: 1px 1px 9px rgba(0,0,0,0.02);
}
.main.border-rad {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

/*********************************header*************************************/
header {
	width: 100%;
	background: url(images/header-border-tail.gif) center top repeat-x;
	padding-top: 27px;
}
header .main {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding-top: 19px;
}
header .order-link {
	display: none;
	margin: 0;
	font-size: 18px;
}
header .order-link .indents4 {
	padding: 20px;
}
header .order-link .h1 {
	border-bottom: none;
	margin-bottom: 0;
}

.contact {
	text-align: right;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
.contact {
    text-align: center;
	margin-bottom: 5px;
}
}
.contact .phone {
	display: inline-block;
	/*padding-left: 27px;
	background: url(images/phones.png) 0 3px no-repeat;*/
	font: 500 26px/30px 'Maven Pro', sans-serif;
	/*color: #95c602;*/
	letter-spacing: 0.3px;
	/*margin-left: 30px;*/
/*	position: relative; */
}
.contact .phone .fa {
	font-size: 24px;
    padding-top:2px;
}
.contact .whatsapp {
	display: inline-block;
	/*padding-left: 27px;
	background: url(images/phones.png) 0 3px no-repeat;*/
	font: 500 26px/30px 'Maven Pro', sans-serif;
	/*color: #95c602;*/
	letter-spacing: 0.2px;
	/*margin-left: 30px;*/
/*	position: relative; */
}
.contact .whatsapp .fa {
    color:#00e676;
	font-size: 24px;
    padding-top:2px;
}
.contact .email {
	display: inline-block;
	/*padding-left: 27px;
	background: url(images/phones.png) 0 3px no-repeat;*/
	font: 500 20px/24px 'Maven Pro', sans-serif;
	/*color: #95c602;*/
	letter-spacing: 0px;
	/*margin-left: 30px;*/
/*	position: relative; */
}
.contact .email .fa {
    color:#bd392c;
	font-size: 21px;
    /*padding-top:3px;*/
}
/*.contact .phone .viber {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/phones.png) 0 -22px no-repeat;
	position: relative;
	top: 3px;
	left: -4px;
	margin: 0 3px 0 0;
}
.contact .phone .whatsapp {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(images/phones.png) 0 -44px no-repeat;
	position: relative;
	top: 3px;
	left: -4px;
	margin: 0 3px 0 0;
}*/
.contact a {
	color: #95c602;
}

header .border-bottom {
	border-bottom: 1px solid #ccd4d7;
}
@media (min-width: 768px) and (max-width: 994px) {
header .border-bottom {
	padding-bottom: 10px;
}
}
#logo {
	float: left;
	margin-left: -1px;
}
#logo strong {
	display: inline-block;
	font-weight: normal;
	margin-bottom: -6px;
	text-indent: -999em;
}
#logo a {
	display: block;
	/*width: 300px;*/
	height: 47px;
	overflow: hidden;
	/*background: url(images/logo.png) 0 0 no-repeat;
	text-indent: -999em;*/
}
@media (max-width: 767px){
#logo a {
    text-align: center;
}
}
/*@media (min-width: 480px) and (max-width: 767px)
@media (max-width: 767px){
#logo a {
	display: block;
	width: 300px;
	height: 53px;
	overflow: hidden;
	background: url(images/logo.png) 0 0 no-repeat;
    margin-left: 60px;
	text-indent: -999em;
}
}*/
/*@media (min-width: 700px) and (max-width: 767px){
#logo a {
    margin-left: 192px;
}
}
@media (min-width: 650px) and (max-width: 699px){
#logo a {
    margin-left: 162px;
}
}
@media (min-width: 600px) and (max-width: 649px){
#logo a {
    margin-left: 142px;
}
}
@media (min-width: 550px) and (max-width: 599px){
#logo a {
    margin-left: 115px;
}
}
@media (min-width: 480px) and (max-width: 549px){
#logo a {
    margin-left: 100px;
}
}
@media (min-width: 379px) and (max-width: 479px){
#logo a {
    margin-left: 50px;
}
}
@media (max-width: 378px){
#logo a {
    margin-left: 20px;
}
}*/
#logo a:hover {
	text-decoration: none;
}
#logo > span {}

/********************************* Content **********************************/
#content {
	width: 100%;
	overflow: hidden;
}
#content .main {
	padding: 0 0 50px 0;
}

/*----- Global Structure -----*/
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	height: 0;
	width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.extra-wrap {
	overflow: hidden;
	display: block;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.img-indent {
	float: left;
	margin-right: 20px;
}
.last-item {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}


/* ---------- Tags ---------*/
#content .two_col {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 20px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
}
#content .two_col h2, #content .two_col .h2 {
	break-inside: avoid;
	-webkit-break-inside: avoid;
	break-after: avoid;
}
#content .two_col h2:first-child, #content .two_col .h2:first-child {
	margin-top: 0;
}
#content .two_col p {
	break-inside: avoid;
	-webkit-break-inside: avoid;
}


#content h1, .h1 {
	font: 500 30px/36px Arial, sans-serif;
	color: #333;
	letter-spacing: -1px;
	margin: 15px 0;
}
#content h1:first-child, .h1:first-child {
	margin-top: 0;
}
#content h2, #content .h2 {
	font: 20px/24px Arial, sans-serif;
	color: #95c602;
	margin: 12px 0;
}
h3 em, .h3 em {
	font-style: normal;
	display: block;
}
h6 {
	font-weight: normal;
	color: #4b8cb9;
}
h6 a {
	color: #4b8cb9;
}
#content ul, #content ol {
	margin-bottom: 6px;
}
#content ul, #content ol, #content p {
	font-size: 14px;
	line-height: 18px;
	color: #666;
}
#content ul a, #content ol a, #content p a {
	color: #666;
	text-decoration: underline;
}
#content ul a:hover, #content ol a:hover, #content p a:hover {
	color: #8f8f8f;
}

#content ul {
	list-style: disc;
}
#content ul li, #content ol li {
	margin: 0 0 12px 18px;
}


#content .big {
	font-size: 18px;
}


blockquote {
	width: 100%;
}
.quote-caption {
	text-align: right;
}
/*---------- Columns --------*/
.col-3 {
	float: left;
	width: 220px;
	margin-right: 20px;
}
/*----------- Boxes ----------*/
.box1 {
	background: #fff;
	border: 1px solid #f3f3f3;
	line-height: 18px;
	color: #a5a5a5;
	box-shadow: inset 0px 0px 65px rgba(0,0,0,0.02), 5px 5px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0px 0px 65px rgba(0,0,0,0.02), 5px 5px 5px rgba(0,0,0,0.03);
	-webkit-box-shadow: inset 0px 0px 65px rgba(0,0,0,0.02), 5px 5px 5px rgba(0,0,0,0.03);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.box1 .boxh300 {
	height: 300px;
	overflow: hidden;
}
.box1 .boxh {
	height: 580px;
	overflow: hidden;
}
.box1.bg1{
	background: url(images/box1-bg1.png) right bottom no-repeat;
}
.box1 .indents1 {
	padding: 19px 29px 30px;
}
.box1 .indents2 {
	padding: 25px 20px 98px 26px;
}
.box1 .indents3 {
	padding: 18px 25px 19px 29px;
}
.box1 .indents4 {
	padding: 18px 25px 30px 29px;
}
.box1 .indents5 {
	padding: 19px 29px 43px;
}
.box1 .h1 {
	font-size: 30px;
	line-height: 39px;
	color: #4b8cb9;
	letter-spacing: -2px;
	border-bottom: 1px solid #e5e5e5;
}
.box1 .h1 span {
	font-weight: 500;
	color: #333;
}
.box1 .h1 a {
	color: #95c602 !important;
	text-decoration: none;
}
.box1 .h1 a span {
	color: #333 !important;
}
.box1 h4 {
	font: 500 32px/26px 'Maven Pro', sans-serif;
	color: #333;
	letter-spacing: -2px;
}
.box1 h4 strong {
	display: block;
	font-weight: 500;
}
.box1 h4 span {
	display: block;
	padding-top: 8px;
	text-transform: uppercase;
	color: #4b8cb9;
}
.box1.bg1 .button {
	background-color: #727272;
	border-color: #5a5a5a;
}
.box1.bg1 .button:hover {
	background-color: #4b8cb9;
	border-color: #4483af;
}


.box2 {
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
span.box2 {
	display: inline-block;
}



#flash, #flash1, #flash2 {
	float: left;
	margin-right: 20px;
	width: 218px;
	height: 154px;
}
/*---------- Fonts ----------*/
.font-1 {
	color: #333;
	line-height: 18px;
}
.font-2 {
	color: #a3a3a3;
	line-height: 18px;
}

/*---------- Links ----------*/
a {
	color: #8f8f8f;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*a[href^="tel:"] {
	color: #8f8f8f;
}*/
.button {
	display: inline-block;
	cursor: pointer;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #95c602;
	border: 1px solid #95c602;
	padding: 4px 10px 5px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}
.button.big {
	font: 22px/27px Arial, Helvetica, sans-serif;
	text-align: center;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
}
.button.center {
	display: block;
}
.button:hover {
	text-decoration: none;
	background-color: #727272;
	border-color: #5a5a5a;
}
.link {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.link:hover {
	color: #4b8cb9;
}
.link-1 {
	color: #4b8cb9;
}
.link-1:hover {
	text-decoration: none;
	color: #333;
}

/*---------- Lists -----------*/
.list-1 {
	padding-left: 26px;
	list-style-type: decimal-leading-zero;
}
.list-1 li {
	padding: 0;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #434950;
	margin-bottom: 18px;
}
.list-1 a {
	color: #434950;
}
.list-1 a:hover {
	text-decoration: none;
	color: #4b8cb9;
}

/*---------- Indents ---------*/
p, .p3-1 { margin-bottom: 18px; }
.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
.p3{margin-bottom:15px;}
.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
.p5{margin-bottom:25px;}	.p5-1{margin-bottom:28px;}
.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
#content .indent-bottom{padding-bottom:11px;}
.indent-top1-1{padding-top:8px;}
.indent-top5{padding-top:25px;}
.indent-right5{padding-right:21px;}
.indent-right6{padding-right:30px;}
.indent-right7{padding-right:42px;}
.indent-right16{padding-right:80px;}
.indent-right48{padding-right:240px;}
.indent-bottom7{padding-bottom:35px;}
@media only screen and (max-width: 767px) {
    .indent-right7{padding-right:0px;}
    }
/*----------- Map ------------*/
figure.map {
	border: 1px solid #fff;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
iframe {
	width: 100%;
	height: 173px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/********************************* Content **********************************/
aside {
	width: 100%;
	border-top: 1px solid #e2e2e2;
	background: url(images/aside-tail.gif) center top repeat;
	padding-bottom: 11px;
	overflow: hidden;
}
aside .main {
	margin-top: -1px;
	border-top: 1px solid #eeeeee;
	padding: 35px 0 37px;
}

/* ==================== */
.brands-list {
	text-align: center;
}
.brands-list li {
	display: inline-block;
	width: 85px;
	height: 90px;
	font-size: 12px;
}
.brands-list li a {
	display: block;
}
.brands-list li span {
	display: block;
	text-align: center;
}
.brands-list li span img {
	display: block;
	margin: 0 auto;
}
#content .brands-list li {
	width: 184px;
	height: 190px;
	font-size: 20px;
	margin: 0;
}
#content .brands-list li span {
	padding: 5px 0;
}


/* ==================== */
#form-side form p {
	margin-bottom: 4px;
}
#form-side form input[type=text], #form-side form input[type=email], #form-side form input[type=file], .captcha input[type=text] {
	/*width: 240px;*/
    width: 97%;
}

#content form.wpcf7-form p {
	color: #000;
}
#content form.wpcf7-form p.more-fotos {
	color: #95c602;
	text-decoration: underline;
	cursor: pointer;
}
#content form.wpcf7-form p .minus-foto {
	display: inline-block;
	padding: 0 5px;
	background-color: #eee;
	border: 1px solid #444;
	cursor: pointer;
}

#content form.wpcf7-form input[type=text],
#content form.wpcf7-form input[type=email],
#content form.wpcf7-form select,
#content form.wpcf7-form textarea
{
	font-size: 16px;
	padding: 7px 10px;
	border: 1px solid #000;
	background-color: white;
}
#content form.wpcf7-form input[type=text],
#content form.wpcf7-form input[type=email],
#content form.wpcf7-form textarea
{
	width: 550px;
}
#content form.wpcf7-form input[type=submit]
{
	font-size: 16px;
	padding: 7px 10px;
}
#content form.wpcf7-form div.wpcf7-response-output {
	font-size: 16px;
}

.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery .gallery-caption {
	margin: 0 10px;
	color: #777;
	font-size: 14px;
	padding: 6px 0;
}
.gallery .gallery-caption .imagecaption {
	font-weight: bold;
}
.gallery .gallery-caption .imagedescription {
	font-size: 12px;
}

/********************************* Footer ***********************************/
footer {
	width: 100%;
	background: url(images/body-tail.gif) center top repeat;
	padding: 34px 0 40px;
}
.footer-menu {
	float: left;
	overflow: hidden;
	padding-top: 3px;
}
.footer-menu li {
	font: 16px/18px Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 21px;
}
.footer-menu a {
	color: #747474;
}
.footer-menu a.active, .footer-menu li.current-menu-item a, .footer-menu li.current-menu-parent a, .footer-menu a:hover {
	text-decoration: none;
	color: #fff;
}
.footer-right {
	float: right;
	color: #fff;
	text-align: right;
}
.footer-right a {
	color: #fff;
}
.footer-right .footer-counters {
	padding: 30px 0 0;
}
.footer-contacts {
	float: left;
	padding: 20px 0 0;
	line-height: 16px;
	clear: left;
}


@media only screen and (max-width: 1199px) {
	.main {
		width: 975px;
	}
}

/*=================================================================================*/
@media only screen and (max-width: 995px) {
	.container_12 .grid_10.grid_gal {
		width: 748px;
	}
	#slides .slide img, .box1.map img {
		width: 100%;
		height: auto;
	}
	.hide-pl {
		display: none;
	}
	.img-indent-none-pl {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	p, .p3, .p3-1 {
		margin-bottom: 15px;
	}
	.col-3 {
		width: 170px;
	}
	/*-----------------------------------------*/
	.main {
		width: 748px;
	}
	.box1 h4 strong {
		display: inline;
	}
	.box1 h4 span {
		display: inline;
		padding-top: 0;
	}
	.box1 .indents2 {
		padding: 25px 15px 136px;
	}
	.box1 .indents3 {
		padding: 18px 20px 19px;
	}
	.box1 .indents4 {
		padding: 18px 20px 30px;
	}
	span.box2 {
		display: block;
	}
	.footer-text {
		padding-right: 0;
	}
	.indent-right6, .indent-right16, .indent-right48 {
		padding-right: 0;
	}
	.indent-bottom7 {
		padding-bottom: 25px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
	#page6 iframe {
		height: 280px;
	}
	.contacts span {
		display: block;
	}
	.box1 .h1 {
		font-size: 25px;
	}
	.box1 .testimonial_rotator_description .testimonial_rotator_slide_title {
		font-size: 15px;
	}
	.box1 .testimonial_rotator_description .testimonial_rotator_quote {
		font-size: 11px;
		line-height: 15px;
	}
	#form-side form input[type=text], #form-side form input[type=email] {
		width: 190px;
	}
}
@media only screen and (max-width: 767px) {
	.container_12 .grid_10.grid_gal {
		width: 420px;
		clear: both;
	}
	.container_12 .grid_10.grid_gal .gallery .gallery-item {
		width: 100%;
	}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
		margin-bottom: 25px;
	}
	.last-col {
		margin-bottom: 0 !important;
	}
	.hide-iw {
		display: none;
	}
	.img-indent-none-iw {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.col-3 {
		width: 200px;
	}
	/*-----------------------------------------*/
	.main {
		/*width: 460px;*/width: 95%;margin: 0 10px;
	}
	#logo {
		float: none;
		border-bottom: 1px solid #ccd4d7;
		margin-bottom: 20px;
	}
	.box1 h4 strong {
		display: block;
	}
	.box1 h4 span {
		display: block;
		padding-top: 8px;
	}
	.box1 .indents1, .box1 .indents2, .box1 .indents3, .box1 .indents4, .box1 .indents5 {
		padding: 20px 20px 30px;
	}
	#flash, #flash1, #flash2 {
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
		width: 100%;
		height: 250px;
	}
	.footer-menu {
		float: none;
		margin-bottom: 10px;
		padding-top: 0;
	}
	.footer-text {
		float: none;
	}
	.indent-top5 {
		padding-top: 0;
	}
	.box1 .h1 {
		font-size: 25px;
		line-height: 28px;
	}
	.box1.map img {
		width: 244px;
		height: 208px;
	}

	#content form.wpcf7-form input[type=text],
	#content form.wpcf7-form input[type=email],
	#content form.wpcf7-form textarea
	{
		width: 390px;
	}

	footer #bottom-menu {
		text-align: center;
	}
	footer #bottom-menu li {
		display: inline-block;
		float: none;
	}
	footer .footer-right {
		text-align: center;
		float: none;
	}
	footer .footer-contacts {
		text-align: center;
		float: none;
	}
	#content p img {
		/*width: 100%;*/
		height: auto;
	}
/*
	header .order-link {
		display: block;
	}
*/
}

@media only screen and (max-width: 479px) {
	.container_12 .grid_10.grid_gal {
		width: 300px;
	}
	.hide-ip {
		display: none;
	}
	.img-indent-none-ip {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.col-3 {
		width: 300px;
		margin-right: 0;
		margin-bottom: 25px;
	}
	/*-----------------------------------------*/
	/*.main {
		width: 320px;
	}*/
	.box1 .indents2 {
		padding: 20px 20px 95px;
	}
	#flash, #flash1, #flash2 {
		height: 200px;
	}


	#content form.wpcf7-form input[type=text],
	#content form.wpcf7-form input[type=email],
	#content form.wpcf7-form textarea
	{
		width: 270px;
	}




	.box1 ul.brands-list li {
		width: 80px;
	}
}




/* ============================ */
#slides {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 48px;
}
.slides_container {
	width: 940px;
	height: 423px;
	overflow: hidden;
}
.slide {
	width: 940px;
	height: auto;
}

/* Control Nav */
.pagination {
	position: absolute;
	bottom: 121px;
	right: 0;
	width: 153px;
	height: 23px;
	padding-left: 327px;
	padding-top: 11px;
	overflow: hidden;
	background: url(images/pagination-bg.png) 0 0 no-repeat;
	z-index: 999;
}
.pagination li {
	float: left;
	margin-right: 4px;
	font-size: 0px;
	line-height: 0;
	text-indent: -5000px;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 11px;
	background: url(images/pagination.png) -15px 0 no-repeat;
}
.pagination li.current a, .pagination li a:hover {
	background-position: 0 0;
}
.pagination li.current a {
	cursor: default;
}

/* Caption */
.caption {
	z-index: 999;
	position: absolute;
	bottom: 30px;
	right: 0px;
	width: 736px;
	height: 91px;
	overflow: hidden;
	background: url(images/caption-bg.png) 0 0 no-repeat;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #8e8e8e;
}
.caption .indents {
	padding: 13px 30px 20px 120px;
	font-size: 16px;
	line-height: 18px;
}
.caption h2, .caption .h2 {
	font: 32px/42px 'Maven Pro', sans-serif;
	color: #95c602;
	letter-spacing: -2px;
	margin-left: -2px;
}
.caption h2 span, .caption .h2 span {
	color: #333;
}

@media only screen and (max-width: 995px) {
	.slides_container {
		width: 748px;
		height: 337px;
	}
	.slide {
		width: 748px;
	}
	.pagination {
		bottom: 91px;
	}
	.caption {
		bottom: 0px;
	}
}
@media only screen and (max-width: 767px) {
	#slides, .slides_container {
		width: 420px;
		height: 189px;
	}
	.slide {
		width: 420px;
	}
	.pagination {
		bottom: 0px;
	}
	.caption {
		display: none !important;
	}
}
@media only screen and (max-width: 479px) {
	#slides, .slides_container {
		width: 300px;
		height: 135px;
	}
	.slide{
		width: 300px;
	}
}

.order-front-page {
	padding-top: 40px;
	margin-bottom: -60px;
	position: relative;
}
.order-front-page img {
	/*width: 100%;*/
	height: auto;
}
.front-page-img {
	width: 100%;
	height: auto;
}
.order-front-page .order-form {
	position: absolute;
	top: 90px;
	left: 40px;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 15px;
	padding: 20px 30px;
}
.order-front-page .order-form .h1 a {
	color: #95c602 !important;
	text-decoration: none;
}
.order-front-page .order-form .h1 a span {
	color: #333 !important;
}
.order-front-page .order-form p {
	color: #000;
}
.order-front-page .order-form p input[type=submit] {
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 995px) {
	.order-front-page .order-form {
		top: 58px;
		left: 20px;
		padding: 15px;
	}
	.order-front-page .order-form .h1 {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.order-front-page .order-form {
		display: none;
	}
}
/* ============================== front-page-text ====================================== */
.front-page-text {
	padding-top: 20px;
	margin-bottom: -60px;
	position: relative;
}
.front-page-text img {
	/*width: 100%;*/
	height: auto;
}
.front-page-text .front-page-slogan {
	position: absolute;
	top: 90px;
	left: 40px;
	right: 40px;
    color: #fff;
    font-size: 30px;
    line-height: 100%;
	background-color: rgba(136, 136, 136, .6);
	border-radius: 15px;
	padding: 20px 30px;
}
.front-page-text .front-page-slogan .h1 a {
	color: #95c602 !important;
	text-decoration: none;
}
.front-page-text .front-page-slogan .h1 a span {
	color: #333 !important;
}
.front-page-text .front-page-slogan p {
	color: #000;
}
@media only screen and (max-width: 995px) {
	.front-page-text .front-page-slogan {
		top: 58px;
		left: 20px;
        right: 20px;
		padding: 15px;
    font-size: 16px;
	}
	.front-page-text .front-page-slogan .h1 {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.front-page-text .front-page-slogan {
		/*display: none;*/
        top: 36px;
    font-size: 16px;
	}
}
@media only screen and (max-width: 480px) {
	.front-page-text .front-page-slogan {
		/*display: none;*/
        top: 30px;
    font-size: 12px;
	}
}
.slogan {
	position: relative;
    color:#95c602;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 995px) {
	.slogan {
    font-size: 16px;
}
}