/*	Theme for AVATEC   */

html {
	
}

body {
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #333;
	background: #eaeaea;
	font-family: 'Roboto Condensed', sans-serif, Arial;
	font-weight: 300;
	position: relative;
}

#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 9999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url(../img/loader.gif) no-repeat center 40%; 
}

::selection {
	color: #fff;
	background: #87888A; /* Safari */
	}

::-moz-selection {
	color: #fff;
	background: #87888A; /* Firefox */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

a {
	color: #87888A;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-ms-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	transition: color 0.4s ease 0s;
}

a:hover, a:active, a:focus {
	color: #333;
	outline: none;
}

.list-inline li {
	display: inline-block;
}

.slicknav_menu {
	display: none;
	background: transparent !important;
	padding: 0;
}

.slicknav_btn {
	z-index: 1040;
	background: transparent;
	margin: 18px 0 0 0;
	padding: 14px 10px;

	position: absolute;
	top: 0;
	right: 20px;
	border: 3px solid #7b8d97;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: border-color 0.4s ease;
	-moz-transition: border-color 0.4s ease;
	-ms-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease 0s;
	
}

.slicknav_btn.slicknav_open {
	border: 3px solid #00aeef;
}

.slicknav_btn .slicknav_icon-bar {
	text-shadow: 0 1px #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #7b8d97;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar {
	background: #00aeef;
}

.slicknav_nav {
	background: #fff;
	background: rgba(255,255,255,.9);
	font-size: 14px;
	position: absolute;
	top: 80px;
	right: 0;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

.slicknav_nav li a,
.slicknav_nav .slicknav_row {
	margin: 0;
	padding: 12px 20px;
	color: #7b8d97;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none !important;
}

.slicknav_nav li a:hover, 
.slicknav_nav li a:active, 
.slicknav_nav li a:focus,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:active,
.slicknav_nav .slicknav_row:focus {
	color: #00aeef;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.slicknav_nav .slicknav_arrow {
	display: none;
}

.btn-hero {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	padding: 10px 25px; 
	color: #333;
	background: #87888A;
	color: #fff;
	margin: 0 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4); 
	text-shadow: 0 1px #000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease 0s;
	text-shadow: 0 1px #333;
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
}

.btn-fill {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
	display: block;
	width: 100%; 
	font-weight: 400;
	background: none;
	padding: 20px 30px;
	margin: 0;
	border-top: 1px solid #eaeaea;
	text-align: right;
}

.btn-hero.ghost {
	background: none;
	border: 3px solid #fff;
} 

.btn-hero:hover { 
	background: #333;
	color: #fff;
}
.btn-hero.ghost:hover {
	background: #fff;
	border-color: #fff;
	color: #00AEEF;
} 

.btn-arrow {
	display: block;
	width: 50px;
	height: 50px;
	margin: 5px auto;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	background: url(../img/down_sprite.png) no-repeat -5px -5px #87888A;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: background-color 0.4s ease;
	-moz-transition: background-color 0.4s ease;
	-ms-transition: background-color 0.4s ease;
	-o-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease 0s;
}

.btn-arrow:hover {
	/*background-position: left bottom;*/
	background-color: #00AEEF;
}

img {
	width: 100%;
}

.strong, b, strong {
	font-weight: 600;
}

.full_width {
	width: 100%;
	margin: 0;
}

/* images styles */
.cover {
	display: block;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-webkit-transition: border 0.4s ease;
	-moz-transition: border 0.4s ease;
	-ms-transition: border 0.4s ease;
	-o-transition: border 0.4s ease;
	transition: border 0.4s ease 0s;
}

.cover.cover-round {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.cover.no-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cover:hover  {
	/*border-color: #333300;*/
}

div.cover:hover  {
	/*border-color: #87888A;*/
}

.cover img {
	display: block;
	width: 100%;
	height: auto;
}

.part .cover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* header area starts here */
#header {
	background: #fff;
	/*background: rgba(255,255,255,.90);*/
	/*background: rgba(255,255,255,.9);*/
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-moz-box-shadow: 0 2px 20px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 20px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 20px rgba(0,0,0,.3);
}

#header #title {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
	width: 231px;
	height: 100px;
}

#header #title a { 
	margin-top: 0;
	margin-bottom: 0;
	padding: 0; 
	line-height: 20px;
	font-size: 20px;
	font-weight: 700;
	display: block;
	width: 231px;
	height: 100px;
	overflow: hidden;
	color: #fff;
	text-indent: -9999em;
	background: url(../img/logo.png) no-repeat left center transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	background-size: cover;
}

.small #header #title, 
.small #header #title a { 
	width: 185px;
	height: 80px; 
}

#header .nav_container {
	width: auto;
	margin: 20px 0;
	font-size: 20px;
	-webkit-transition: margin 0.1s ease;
	-moz-transition: margin 0.1s ease;
	-ms-transition: margin 0.1s ease;
	-o-transition: margin 0.1s ease;
	transition: margin 0.1s ease;
}

.small #header .nav_container {
	margin: 20px 0;
}

#lang_nav {
	display: none;
}

#lang_nav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: auto;
	text-align: right;
}

#lang_nav ul li {
	display: inline-block;
	margint: 0;
	padding: 7px 0;
}

#lang_nav ul li a {
	display: block;
	color: #7b8d97;
	line-height: 20px;
    font-weight: 600;
	line-height: 20px;
	padding: 10px;
	border: 3px solid #7b8d97;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: border-color 0.4s ease;
	-moz-transition: border-color 0.4s ease;
	-ms-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease 0s;
} 
#lang_nav ul li a:hover, 
#lang_nav ul li a:active, 
#lang_nav ul li a:focus {
	color: #00aeef;
	border-color: #00aeef;
}

#lang_nav ul li.selected a {
	color: #87888A;
}

#nav {

}

#nav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-right: -15px;
	height: auto;
	text-align: right;
}

#nav ul li {
	display: inline-block;
	margin: 0;
 	padding: 0;
	/*border-right: 2px solid #7b8d97;*/
}

#nav ul li a {
	display: block;
	color: #87888A;
    font-weight: 600;
	line-height: 20px;
	padding: 40px 15px;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: padding 0.1s ease;
	-moz-transition: padding 0.1s ease;
	-ms-transition: padding 0.1s ease;
	-o-transition: padding 0.1s ease;
	transition: padding 0.1s ease;
	text-shadow: 0 1px #fff;
}

.small #nav ul li a {
	padding: 30px 15px;
}

#nav ul li:last-child {
	border-right: none;
}

#nav ul li.selected a, 
#nav ul li a:hover, 
#nav ul li a:active, 
#nav ul li a:focus {
	color: #333;
}

#nav ul li.selected a.arrow span, 
#nav ul li a.arrow:hover span, 
#nav ul li a.arrow:active span, 
#nav ul li a.arrow:focus span {
	background-position: right bottom;
}

#nav ul li > ul {
	display: none;
}

#submenu {
	display: none;
	width: 100%;
	clear: both;
}

#submenu .key_point {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box; 		/* Opera/IE 8+ */
	height: 100px;
	padding: 15px;
	border: 5px solid transparent;
	display: table;
	background: transparent;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

#submenu .key_point:hover {
	background: #fff;
}

#submenu .key_point h3 {
	height: 60px;
	display: table;
	vertical-align: middle;
	color: #92944a;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

#submenu .key_point h3 a {
	display: table-cell;
	vertical-align: middle;
	color: #87888A;
	width: 100%;
}

#submenu .key_point h3 a span {
	display: block;
	width: 50px;
	height: 103px;
	background-size: cover;
	float: left;
}

#submenu .key_point img {
	width: auto;
	height: 60px;
	float: left;
	margin-right: 10px;
} 


/* slider styling */ 
.bx-wrapper .bx-viewport {
	border: none;
	margin: 0;
	top: 0;
	left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.bx-wrapper .bx-controls-direction a {
    height: 60px;
    margin-top: -30px;
    width: 60px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease 0s;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
} 

.bx-wrapper .bx-next {
    background: url("../img/arrows_sprite.png") no-repeat -60px 0 transparent;
    right: -5px;
}

.bx-wrapper .bx-prev {
    background: url("../img/arrows_sprite.png") no-repeat 0 0 transparent;
    left: -5px;
}

.bx-wrapper .bx-next:hover {
    background-position: -60px -60px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 -60px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #87888A;
	width: 8px;
	height: 8px;
	margin: 0 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #00AEEF;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -40px;
}

#main_slider {
	position: relative;
	overflow: hidden;
}

#main_slider {
    background: #00AEEF !important;
    height: 100%;
}

#main_slider .item {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover !important;
}

#main_slider .item .item_body {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,.85);
	padding: 20px 0;
}

#main_slider .item .item_body h3 {
	margin: 0;
}

#main_slider .item .item_body h3 a {
	color: #333;
}

#main_slider .item .item_body h3 a:hover {
	color: #00aeef;
}

/* home key points start here */
#key_points {
	background: #EAEAEA;
	padding: 80px 10px;
	/*border-bottom: 1px solid #d6d6cc;*/
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
} 

#key_points .section-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #87888A;
	padding: 10px;
	/*font-style: italic;*/
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
}

#key_points .key_point {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box; 		/* Opera/IE 8+ */
	/*height: 100px;*/
	padding: 0;
	margin-bottom: 20px;
	/*border: 5px solid #fff;*/
	/*display: table;*/
	/*background: #eaeaea;*/
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
}

#key_points .key_point h3 {
	height: 60px;
	/*display: table;*/
	vertical-align: middle;
	color: #92944a;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

#key_points .key_point h3 a {
	display: block;
	vertical-align: middle;
	color: #fff;
	background: #87888A;
	padding: 10px; 
	height: 60px;
	font-size: 18px;
	font-weight: 400;
} 

#key_points .key_point img {  
	background: #B6C808; 
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
} 

#key_points .key_point:hover img {
	background: #87888A;
}

/* home about area start here */
#home_about {
	background: #fff !important;
	padding: 50px 0;
	color: #333;
	text-shadow: 0 1px #fff;
}

#home_about .backstretch img {
	opacity: .6;
}

.about_card {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box; 		/* Opera/IE 8+ */
	overflow: hidden;
	padding: 0;
}

.about_card h3 {
	margin-top: 0;
	font-size: 32px;
	font-weight: 300;
}

.about_card .lead {
	font-size: 18px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 20px;
}

#works {
	padding: 0 0 20px 0;
}

/* home works area starts here */
#home_works {
	background: #EAEAEA;
	padding: 80px 0 60px 0;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.article_container {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box; 		/* Opera/IE 8+ */
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0;
	margin-bottom: 20px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
}

.article_container .thumbnail {
	position: relative;
	overflow: hidden;
	max-height: 247px;
}

.article_container .thumbnail .tags {
	background: rgba(255,255,255,.8);
	padding: 30px 30px 25px 30px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 990;
	display: none;
}

.article_container .cover {
	margin: 0 -40px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	-webkit-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(11deg, 0deg);
}

.article_container .article_text {
	padding: 0;
	overflow: hidden;
}

.article_title {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	max-height: 60px;
}

.article_title a {
	color: #87888A;
}

.article_title a:hover {
	color: #333;
}

.data {
	font-size: 12px;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
}

.data a {
	font-weight: 600;
}

.tags {
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
}

#article .tags {
	padding: 0 0 20px 0;
}

.tags a {
	display: inline-block;
	line-height: 20px;
	padding: 3px 8px 0 8px;
	background: #87888A;
	color: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: 600; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tags a:hover {
	background: #333;
}

.excerpt {
	font-size: 16px;
	color: #333;
	padding: 0 30px 20px 30px;
	margin: 0 0;
}

.excerpt p {
	margin: 0
}

#home_news .btn-hero {

}

/* home recipes area starts here */
#home_recipes {
	/*background: #ececda;*/
	background: #eee;
	padding: 50px 0;
	border-top: 1px solid #d6d6cc;
	border-bottom: 1px solid #d6d6cc;
}

#home_recipes .recipe {
	min-height: 280px;
	position: relative;
	padding-bottom: 40px;
}

/*#home_recipes .article_title {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin-top: -4px;	
}*/

#home_recipes .excerpt {
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

#home_recipes .excerpt p {
	margin: 0;
} 

#home_recipes .more {
	line-height: 16px;
	font-size: 14px;
	display: block;
	padding-left: 20px;
    background: url("../img/link_arrow.png") no-repeat left bottom transparent;
}

#home_recipes .more:hover {
	background-position: left top;
}

/* Single article styles here */
#article {
	
}

#article .article-container {
	padding: 0 0 30px 0;
}

#article #main_title {
	margin-top: 0;
	padding: 25px 0 10px 0;
}

#article .article-cover {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	padding: 5px;
	background: #fff;
	border: 1px solid #87888A;
	-moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,.2);
	box-shadow: 0 15px 10px -10px rgba(0,0,0,.2);
}

#article .data {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	background: #d0d3af;
	/*color: #fff;*/
	font-weight: 600;
}

#article .sidebar {
	padding: 0 10px 20px 30px;
}

#article .side {
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	/*background: #dedfc6;*/
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

#article .side-container {

}

#home_faq .side-container.center {
	text-align: center;
}

#home_faq .side-container.center iframe {
	margin: 0 auto !important;
}

#article .sidebar .side-title {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: -20px -20px 10px -20px;
    padding: 20px 20px 15px 20px;
	border-bottom: 3px solid #dedfc6;
}

#article .side .cover {
	margin: -20px -20px 20px -20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#article .side h5 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D6D6CC;
}

#article .side h5 a {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 14px;
	line-height: 18px;
}

#article .side h5:last-child {
	border-bottom: none;
}

#article .side h5:last-child a {
	margin-bottom: 0;
}

#article .side-featured h5 {
	border-bottom: none;
}

#article .side-featured h5:last-child {
	margin-bottom: 0;
}

#article .side-featured h5 a {
	display: block;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease 0s;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

#article .side-featured h5 a:hover {
}

/* article navs */
.nav_links {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.nav_links .prev_link {
	/*padding-right: 10px;*/
}

.nav_links .next_link {
	/*padding-left: 10px;*/
}

.nav_links .prev_link,
.nav_links .next_link {
	display: block;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	color: #87888A;
}

.nav_links .prev_link span,
.nav_links .next_link span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-indent: -9999em;
	background: url("../img/arrows_sprite_small.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.nav_links .prev_link span {
	background-position: top left;
}

.nav_links .next_link span {
	background-position: top right;
}

.nav_links .prev_link:hover,
.nav_links .next_link:hover {
	color: #333;
}

.nav_links .prev_link:hover span {
	background-position: bottom left;
}

.nav_links .next_link:hover span {
	background-position: bottom right;
}

/* tag-cloud styles */
#tag-cloud {
	padding: 10px 0 0 0 !important;
}

#tag-cloud.tags a {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 12px;
	margin: 0 5px 8px 0;
}

#tag-cloud.tags a:hover {

}

/* parts styling */
#article #parts-container {
	padding-top: 5px;
}

#parts-container {
	margin-bottom: 10px;
}

.part {
	text-shadow: 0 1px #fff;
}

.part.full {
	padding: 50px 10px 30px 10px;
}

.part.stripes {
	border-bottom: 1px solid #D6D6CC;
} 

.part.stripes.last {
	border-bottom: none;
} 

.part.stripes.part-odd {
	background: #DEDFC6;
} 

.part h1,
.part h2,
.part h3,
.part h4,
.part h5 {
	padding: 0 0 10px 0;
	margin: 0;
}

.part h1,
.part h2,
.part h3 {
	line-height: 1.3em;
}

.part h4,
.part h5 {
	line-height: 1.4em;
}

.part_title {
	font-size: 20px;
	font-weight: 400;
}

.part p {
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 1.5em;
}

.part.important p {
	font-size: 22px; 
}

.part ul,
.part ol {
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
}

.part ul li { 
	list-style-type: none;
	background: transparent url("../img/bullet.png") no-repeat scroll left center;
    margin: 0;
    padding: 0 0 5px 36px;
}

.part ol li {
	margin: 0 0 0 15px;
	padding: 0 0 3px 0;
}

.part .cover.full-width {
	width: 100%;
}

.part .cover.left,
.part .cover.right {
	max-width: 45%;
}

.part.round .cover {
	overflow: hidden;
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.part.no-border .cover {
	border: none;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.part.width-362 .cover {
	max-width: 362px;
}

.part.width-420 .cover {
	max-width: 420px;
}

.part.video .cover {
	height: 338px;
	padding: 0;
	border: none;
	margin-bottom: 20px;
}

.part.video .cover iframe {
	z-index: 1;
}

.part .cover {
	margin-bottom: 10px;
}

.part .cover .caption {
	display: block;
	padding: 10px 20px 5px 20px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #333;
}

.part blockquote {
	border-top: 1px solid #D6D6CC;
	margin: 0 0 20px 0;
	padding: 30px 45px;
	background: #DEDFC6;
	-moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,.2);
	box-shadow: 0 15px 10px -10px rgba(0,0,0,.2);
}

.part blockquote p {
	padding-bottom: 10px
}

.part a {
	font-weight: 600;
}

.article-container .container {
	padding-left: 10px;
	padding-right: 10px;
}

.article-container .container-full {
	padding-left: 0;
	padding-right: 0;
}

/* home FAQ area starts here */
#home_faq {
	/*background: #DEDFC6;*/
	padding: 80px 0 80px 0;
}

#home_faq .home_faq_container {
	margin-left: 10px;
	margin-right: 10px;
	/*border-top: 1px solid #D6D6CC;*/
}

.section-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px; 
	text-transform: uppercase;
	color: #87888A;
	padding: 10px;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
}

.section-title .right {
	padding: 0;
	display: inline-block;
	text-align: right;
	float: right;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}

#faqs {
	
}

#faqs .faq {
	margin: 0 0 10px 0;
	padding: 30px 20px 27px 20px;
	position: relative;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-bottom: 3px solid #fff;
	-webkit-transition: border-color 0.4s ease;
	-moz-transition: border-color 0.4s ease;
	-ms-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease 0s;
}

#faqs .faq:last-child {
	/*border-bottom-color: #DEDFC6*/
	margin-bottom: 5px; 

}

#faqs .faq:hover{
	border-color: #81902a;
}

#faqs .faq .article_title {
	margin: 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    padding: 0;
    position: relative;
}

#faqs .faq .article_title .answer_link {
	display: block;
	padding: 0;
}

#faqs .faq .article_title .more {
	line-height: 16px;
	font-size: 14px;
	text-align: right;
	padding: 0 0 10px 0;
	float: right; 
}

#faqs .faq .article_title .more span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
    background: url("../img/link_arrow.png") no-repeat left bottom transparent;
}

#faqs .faq .article_title .more:hover span {
	background-position: left top;
}

#home_faq .more_left {
	float: left;
    position: relative;
    top: -9px;
}

/* quotes slider */
#partners,
#customers {
	background: #fff;
	padding: 80px 0;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #eaeaea;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;*/
}

#customers {
	border-top: 1px solid #EAEAEA;
}

#partners .section-title,
#customers .section-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}

#partners .bx-wrapper,
#customers .bx-wrapper {
	margin-bottom: 0;
	width: 100% !important;
	max-width: 100% !important;
}

#partners .bx-wrapper .bx-viewport,
#customers .bx-wrapper .bx-viewport {
    
}

#partners_slider,
#customers_slider {
	margin: 0;
}

#partners_slider .partner,
#customers_slider .partner {
	padding: 0;
} 

#partners-container {
	
}

#partners-container li {
	
}

#partners-container li a {
	display: block;
	padding: 20px;
}

/* product slider area starts here */
#product_slider {
	border-top: 1px solid #d6d6cc;
	background: #fff;
}

#slider2 {
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

#slider2 li.product_slider_item {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
}

#slider2 li .product_slide_link {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	padding: 0 90px;
	width: 120px;
	height: 300px;
}

#slider2 li .product_slide_img {
	display: block;
	width: 120px;
	height: 300px;
}

#slider2 li .product_title {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
}

#slider2 li .product_title a {
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease 0s;
}

#slider2 li:hover .product_title a {
	opacity: 1;
}


#product_slider .bx-wrapper .bx-prev {
	left: -40px;
}

#product_slider .bx-wrapper .bx-next {
	right: -40px;
}

/* main title starts here */
#main_title {
	padding: 20px 0;
}

#main_title.no-margin-top {
	margin-top: 0;
}

#main_title img {
	float: left;
	height: 70px; 
	width: auto;
	margin-right: 10px;
}

#main_title h2 {
	padding: 5px 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	text-align: left;
}

#article #main_title h2 {
	font-size: 34px;
	line-height: 42px;
	font-weight: 600;
}

#top_slider #main_title h2 {
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	margin-top: 360px;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.96);
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	text-shadow: 0 1px #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

/* share buttons */
.share {
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px 0;
	height: 40px;
	overflow: hidden;
	text-align: right;
}

#article .share {
	border-top: 1px solid #d6d6cc;
	border-bottom: 1px solid #d6d6cc;
	padding: 20px 0;
	height: auto;
	text-align: left;
}

#faq .question_share {
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	height: auto;
}

.share li {
	text-align: left;
	display: inline-block;
	line-height: 32px;
	margin-left: 4px;
	vertical-align: middle;
	font-size: 12px;
}

.share li#share_title {
	line-height: 16px;
	padding: 8px 4px;
}

.share li span {
	text-align: center;
}

.share li a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
    background: url("../img/social_sprite.png") no-repeat transparent;
}

.share li#ML a {
	background-position: 0 -192px;
}

.share li#FB a {
	background-position: 0 0;
}	

.share li#TW a {
	background-position: 0 -64px;
}	

.share li#GO a {
	background-position: 0 -128px;
}	

.share li#ML a:hover {
	background-position: 0 -224px;
}

.share li#FB a:hover {
	background-position: 0 -32px;
}	

.share li#TW a:hover {
	background-position: 0 -96px;
}	

.share li#GO a:hover {
	background-position: 0 -160px;
}	


/* news area starts here */
.featured {
	display: block;
	width: 80px;
	height: 80px;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
    background: url("../img/feat.png") no-repeat left top transparent;
    z-index: 999;
}

.feat_title {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
	overflow: hidden; 
    background: url("../img/feat_title.png") no-repeat left top transparent;
}

#news {
	padding: 0 0 20px 0;
}

#news.tags_page {
	padding-top: 0;
}

#news ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
}

#news ul li {
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

#news .article_title {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}

#news .data {
	font-size: 12px;
	color: #333;
}

#news .data a {
	font-weight: 600;
}

#news .excerpt {
	font-size: 14px;
	color: #333;
	margin: 5px 0;
}

#news .excerpt p {
	margin: 0;
}

#news .tags {
	padding: 0 10px;
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
}

#featured_news .tags {
	padding-left: 10px;
	padding-right: 10px;
}

#news .more {
	line-height: 16px;
	font-size: 14px;
	display: block;
	padding-left: 20px;
    background: url("../img/link_arrow.png") no-repeat left bottom transparent;
}

#news .more:hover {
	background-position: left top;
}

.pagination {
	padding: 28px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
}

.pagination .first_page_hold {
	text-align: left;
}

.pagination .first_page_hold span, 
.pagination .first_page_hold a {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

.pagination .middle_page_hold {
	text-align: center;
}

.pagination .middle_page_hold span,
.pagination .middle_page_hold a {
	display: inline-block;
	margin: 0 3px;
	padding: 10px;
	text-align: center;
}

.pagination .middle_page_hold .selected {
	min-width: 40px;
	background: #87888A;
	color: #fff; 
}

.pagination .last_page_hold {
	text-align: right;
}

.pagination .last_page_hold span,
.pagination .last_page_hold a {
	display: inline-block;
	margin-left: 20px;
}

.pagination .first_page_hold .disabled,
.pagination .last_page_hold .disabled {
	color: #999;
	cursor: not-allowed;
}

/* about page starts here */
#bio {
	padding: 10px 0 30px 0;
}

#bio p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 10px;
}

#bio .part ul li {
	/*list-style-type: none;*/
}

#about {
	padding: 80px 0 40px 0;
	/*background:	url("../img/bg_centered.png") no-repeat scroll center top transparent;*/
}

#about .section-point {
	padding-bottom: 40px;
}

#about .section-title {
	color: #fff;
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 auto 15px;
    padding: 8px 10px 2px;
    text-transform: uppercase;
    background: rgba(129, 144, 42, 0.95); 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#about .lead {
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}

/* product categories page starts here */
#cats {
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
}

.cat_info {

}

.cat_item {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cat_title {
	margin: 0;
	padding: 10px 20px 20px 20px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	text-align: center
}

.cat_desc {
	text-align: center;
	padding: 0 90px 20px 90px;
	
}

.cat_desc p {
	margin: 0;
}

.cat_link {
	height: 16px;
    display: block;
    font-size: 14px;
    line-height: 16px;
	text-align: center;
}

.cat_link span {
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 16px;
	line-height: 16px;
	padding-right: 5px;
	background: url("../img/link_arrow.png") no-repeat scroll left bottom transparent;
}

.cat_link:hover span {
	background-position: left top;
}

/* product category page starts here */
#products {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 10px;
	text-align: center;
}

.pr_item {
	padding-bottom: 20px;
	float: none;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 230px;
}

.pr_img {

}

.pr_title {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
}

.pr_item:hover img {
	opacity: 0.8;
}

.pr_item:hover .pr_title a {

}

/* product page starts here */
#product {
	padding-bottom: 0;
}

#product .pr_text {
	margin: 0;
	padding: 20px 0 10px 0;
}

#product .pr_text p {
	margin: 0;
	padding-bottom: 10px;
	line-height: 1.8em;
}

h2 small {
	font-size: 60%;
	color: #333;
	font-weight: 600;
	/*vertical-align: middle;*/
	line-height: 1;
}

h2 strong {
	font-weight: 400;
}

.shipping_info {
	padding: 0;
}

#info_table {
	width: 100%;
	border: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

#info_table thead {
	font-size: 16px;
	font-weight: 300;
}

#info_table th {
	font-size: 16px;
	font-weight: 400;
	padding: 12px 0;
	background: none;
	vertical-align: middle;
	text-align: center;
	border: none;
}

#info_table .title_row {
	border-top: 3px solid #555;
	border-bottom: 1px solid #555;
}

#info_table .values_row {
	font-weight: 600;
}

#info_table td {
	padding: 12px 0;
	border: none;
	text-align: center;
	vertical-align: middle;
}

#info_table .divider_row td {
	padding: 15px 0;
}

.pdf_container {

}

.pdf_link {
	font-size: 12px;
	line-height: 30px;
	padding: 0 0 20px 0;
}

.pdf_link a {
	display: inline-block;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 25px;
	background: url("../img/pdf_.png") no-repeat scroll left bottom transparent;
}

.pdf_link a:hover {
	background-position: left top;
}

/* FAQ page starts here */
#faq {
	/*background: #fff;*/
	padding: 0;
	margin-bottom: -1px;
	text-shadow: 0 1px #fff;
}

#faq ul {
	margin: 0 auto;
}

#faq ul .faq_item {
	/*margin: 0;
	padding: 20px 0;
	margin: 0;*/
	border-bottom: 3px solid #fff;
	background: none repeat scroll 0 0 #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
    padding: 30px 30px 27px 30px;
    position: relative;
	-webkit-transition: border-color 0.4s ease;
	-moz-transition: border-color 0.4s ease;
	-ms-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease 0s;
}

#faq ul .faq_item:hover{
	border-color: #81902a;
}

#faq ul .faq_item.open {
	border-color: #555500;
}

#faq ul li h3 {
	margin: 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    padding: 0;
    position: relative;}

#faq ul li h3 a {
	display: block;
	padding: 0;
}

#faq ul li .answer {
	padding: 10px 0 0 0;
	display: none;
}

#faq ul .open .answer {
	display: block;
}

#faq ul .answer ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#faq ul .answer ul li {
	margin: 0 0 0 15px;
	padding: 0 0 3px 0;
	list-style-type: circle;
	/*background: url("../img/bullet.png") no-repeat scroll left top transparent;*/
}

#faq ul .answer .share li {
	margin: 0 0 0 4px;
	padding: 0;
	background: none;
}

#faq ul .answer blockquote {
	font-size: 16px;
	line-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	border-left: 3px solid #d0d3af;
}

#faq ul li .answer p {
	margin: 0 0 10px 0;
}

#new_question {
	padding: 50px 0 60px 0;
	text-align: center;
	text-shadow: 0 1px #fff;
}

#new_question p {
	padding: 0;
	margin: 0;
}

#new_question h4 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

/* contact area starts here */
#contact {
	width: 100%; 
	padding-bottom: 0;
}

ul.errors {
	display: none;
}

.message {
	border: none;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 30px 30px;
	text-shadow: 0 1px #fff;
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.message.success {
	color: green;
}

.message.error {
	color: red;
}

.form_item {
	padding-bottom: 20px;
	-webkit-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-11deg, 0deg);
}

#contact_form {
	padding: 0 0 40px 0;
}

#contact_form h4 {
	margin: 0;
	padding-bottom: 10px;
}

#contact_form .lead {
	font-weight: 600;
}

#contact_form .contact_info {
	padding: 0 20px 0 0;
}

label {
	display: block;
	font-size: 12px;
	font-weight: 600;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="search"], 
input[type="tel"] {
	border: 1px solid #eaeaea;
	background: none repeat scroll 0 0 #eaeaea;
	color: #333; 
	font-family: 'Roboto Condensed', sans-serif, Arial;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 20px;
    padding: 15px;
    width: 100%; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4); 
	text-shadow: 0 1px #fff;
}

textarea {
	border: 1px solid #eaeaea;
	background: none repeat scroll 0 0 #eaeaea;
	color: #333; 
	font-family: 'Roboto Condensed', sans-serif, Arial;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 8px 10px;
    resize: none;
    width: 100%;
    height: 155px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4); 
	text-shadow: 0 1px #fff;
}

#captcha-element {
	overflow: hidden;
	float: left;
}

#captcha-element img {
	font-size: 12px;
	width: 100px;
	height: 50px;
	float: left;
	border: 1px solid #eaeaea; 
	margin-right: 10px;
}

#captcha-input-label {
	display: none;
}

#captcha-element #captcha-input {
	float: left;
	max-width: 100px;
}

#refresh {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
    background: url("../img/refresh.png") no-repeat left top transparent;
	-webkit-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(11deg, 0deg);
	transform: translate3d(0, 0, 0) skew(11deg, 0deg);
}

#refresh:hover {
	background-position: left bottom;
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="email"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover,
textarea:hover  {
	border-color: #333;
}

input[type="text"]:active, 
input[type="password"]:active, 
input[type="email"]:active, 
input[type="search"]:active, 
input[type="tel"]:active,
textarea:active, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus,
textarea:focus {
	border-color: #333;
}

.submit_container {
	/*text-align: right;*/
}

.submit_item {
	display: inline-block;
	float: right;
	vertical-align: middle;
}

.submit_item label {
	display: inline-block;
	font-size: 16px;
	padding-right: 5px;
}

.submit_item input:not([type="radio"]):not([type="checkbox"]) {
	width: 50px;
}

input#submit {
	background: #87888A;
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif, Arial;
	display: inline-block;
    border: none; 
    cursor: pointer;
	font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 30px;
    padding: 10px 20px;
	margin: -5px 0 0;
    text-shadow: none;
    width: 180px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4); 
	text-shadow: 0 1px #000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease 0s;

}

input#submit:hover,
input#submit:active,
input#submit:focus {
	background: #333; 
}



#map {
	padding: 0;
	height: 400px;
	position: relative;
	background: #eaeaea;
}

#map_container {
	width: 100%; 
	padding: 0;  
	background: #eaeaea;
}

#map_container .info {
	margin: 0 10px;
	list-style-type: none;
	padding: 20px 30px;
	position: absolute;
	top: 90px;
	left: 0;
	background: rgba(255,255,255,.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	z-index: 888;
	width: 332px;
}

#map_container .info h2 {
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
}

#map_container .info p {
	margin: 0;
	padding: 0 0 10px 0;
}

#map_container .info p.lead {
	font-weight: 600;
}

#map_container .info p.address span {
	font-weight: 600;
} 

#map_container .info li {
	height: 64px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 0 10px 70px;
	margin: 0;
    background: url("../img/info_sprite.png") no-repeat transparent;
}

#map_container .info #address {
	background-position: left top;
}

#map_container .info #phone {
	background-position: left center;
}

#map_container .info #mail {
	background-position: left bottom;
	height: 64px;
	padding: 19px 0 19px 70px;
}

/* top banner stuff */
#top_slider {
	margin-top: 140px;
	background: #EAEAEA !important;
	height: 480px;
}

/* main body area starts here */
.main {
	background: #fff;
	padding: 30px 0;
}

#index {
	/*margin-top: 183px;*/
	-webkit-transition: margin 0.4s ease;
	-moz-transition: margin 0.4s ease;
	-ms-transition: margin 0.4s ease;
	-o-transition: margin 0.4s ease;
	transition: margin 0.4s ease 0s;
	padding: 0;
}

.small #index {
	/*margin-top: 120px;*/
}

/* services area */
#services {
	padding-bottom: 0;
}

#services #key_points {
	margin-top: 0;
    padding: 0 0 30px 0;
	border: none;
	background: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#service #main_title h2 {
	padding: 15px 0;
}

/* certifications area */
#cert {
	padding-top: 30px;
	padding-bottom: 10px;
}

#cert .cert-item {
	margin-bottom: 20px;
	overflow: hidden;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d6d6cc;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease 0s;
}

#cert .cert-item:hover {
	border-color: #9A9D34;
}

#cert .cert-item img {
	
}

#cert .cert-item h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	border-top: 1px solid #d6d6cc;
	padding: 0;
	text-align: center;
	display: table;
}

#cert .cert-item h3 a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	padding: 20px;
}

/* balance sheets area here */
#balance {
	padding-top: 30px;
	padding-bottom: 10px;
}

#balance .balance-item {
	margin-bottom: 20px;
	overflow: hidden;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 100%;
	border: 1px solid #d6d6cc;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease 0s;
}

#balance .balance-item:hover {
	border-color: #9A9D34;
}

#balance .balance-item img {

}

#balance .balance-item h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	border-top: 1px solid #d6d6cc;
	padding: 0;
	text-align: center;
}

#balance .balance-item h3 a {
	display: block;
	padding: 20px;
}

/* footer area starts here */
#footer {
	padding: 60px 0 0 0;
	background: #87888A;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

#footer .address {
	font-weight: 400;
}

#footer .address h5 {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0 12px 0;
	font-weight: 600;
}

#footer .address p {
	margin: 0;
	padding: 0 0 8px 0;
}

#footer .foot_nav {

}

#footer .foot_nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

#footer .foot_nav li {
	display: inline-block;
}

#footer .foot_nav li a {
	display: block;
	padding: 5px 18px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
}

#footer .foot_nav li a:hover {
	color: #333;
}

#footer .foot_nav li > ul {
	display: none;
}

#footer #company h3 {
	display: block;
	margin: 0;
	width: 322px;
	height: 140px;
    background: url("../img/logo_footer.png") no-repeat 0 0 transparent;
    text-indent: -9999em;
    background-size: cover;
}

#footer #company p {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
}

#footer #contact_info h3 {
	font-weight: 300;
	font-size: 32px;
}

#footer .info {
	text-align: left;
	padding: 0;
	/*border-bottom: 1px solid #25270B;
	border-top: 1px solid rgba(153, 157, 52, 0.2);*/
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	list-style-type: none;
	margin: 0 auto;
}

#footer .info li {
	display: block;
	vertical-align: text-top;
	margin: 0;
	padding: 0;
	line-height: 20px;
	min-height: 40px;
}

#footer .info li a {
	display: block;
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0 10px 60px
} 

#footer .info li#address a {
    background: url("../img/address.png") no-repeat 0 0 transparent;
}

#footer .info li#phone a {
    background: url("../img/phone.png") no-repeat 0 0 transparent;
}

#footer .info li#mail a {
	padding-top: 20px;
	padding-bottom: 20px;
    background: url("../img/mail.png") no-repeat 0 0 transparent;
    margin-right: 0;
    min-height: 20px;
}

#footer .info li#facebook a {
	padding-top: 20px;
	padding-bottom: 20px;
    background: url("../img/facebook.png") no-repeat 0 0 transparent;
    margin-right: 0;
    min-height: 20px;
}

#footer #certs {
	margin: 20px 0;
}

#footer #certs .col {
	padding: 0;
}

#footer #certs img {
	opacity: .75;
	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	-ms-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
	transition: opacity .7s ease 0s;
}

#footer #certs img:hover {
	opacity: 1;
}

#footer #links {
	overflow: hidden;
	margin-bottom: 20px;
}

#footer #links .navigation {
	padding: 0;
	margin: 0;
	text-align: right;
}

#footer #links .navigation li {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	display: inline-block;

}

#footer #links .navigation li a,
.pdf_link {
	color: #fff;
	font-size: 18px;
    display: block;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; 
}

.pdf_link {
	font-size: 14px;
	opacity: .75;
}


.pdf_link:hover, 
.pdf_link:active, 
.pdf_link:focus {
	opacity: 1;
}

#footer .footer-main a {
	opacity: .75;
	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	-ms-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
	transition: opacity .7s ease 0s;
}

#footer .footer-main a:hover, 
#footer .footer-main a:active, 
#footer .footer-main a:focus {
	color: #fff;
	opacity: 1;
}

#footer .extra_links {
	overflow: hidden;
	padding: 40px 0 40px 0;
	margin: 50px auto 0 auto;
	text-align: center;
	font-weight: 400;
	text-shadow: none; 
	color: #fff; 
	font-size: 15px;
	border-top: 1px solid rgba(255,255,255,.2);
    /*background: url("../img/centered_light.png") no-repeat 50% 0 transparent;*/
} 

#footer .extra_links p {
	margin: 0;
}

#footer .extra_links p span {
	opacity: .75;
}

#footer .extra_links p a {
	font-weight: 600;
	color: #fff;
	opacity: .75;
	-webkit-transition: opacity .7s ease;
	-moz-transition: opacity .7s ease;
	-ms-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
	transition: opacity .7s ease 0s;
}

#footer .extra_links p a:hover, 
#footer .extra_links p a:active, 
#footer .extra_links p a:focus {
	opacity: 1;
}

@media only screen and (max-width: 1226px) {

	 

}

@media only screen and (max-width: 960px) { 

	#nav ul li a {
		padding-right: 8px;
		padding-left: 8px;
	}

	#header #title,
	#header #title a,
  	.small #header #title a { 
  		width: 185px;
		height: 80px; 
	}
}

@media only screen and (max-width: 739px) {
	#top_slider {
		height: 380px;
		margin-top: 120px;
	}

	#header #title,
	#header #title a,
  	.small #header #title a { 
  		width: 185px;
		height: 80px; 
	}

	#nav .hidden_menu {
		display: none !important;
	}

	#nav .item-37 a {
		background: none;
		padding-right: 0;
	} 

	#nav,
	#nav .navigation {
		display: none;
	}
	
	.slicknav_menu {
		display: block;
	}

	#nav ul {
		padding: 10px 0 20px 0;
	}

	#nav ul, #lang_nav ul {
		/*margin: 0 auto;
		text-align: center;*/
		position: absolute;
		top: 0;
		right: 20px;
	}

	#nav ul li, #lang_nav ul li {
		margin: 0 2px;
	}

	#nav ul li {
		padding: 0;
	}

	.container-full .container-full {
		padding-left: 0;
		padding-right: 0;
	}

	.article-container .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#nav ul,
	#lang_nav ul {
		/*padding-top: 0;*/
	}

	#main_title h2 {
		/*text-align: center;*/
		/*margin-bottom: 20px;*/
	}

	#main_title ul {
		text-align: center;
	}

	.about_title {

	}

	#faq .share {
		text-align: center;
	}

	.share li#share_title {
		text-align: center;
	}

	#home_news .more {
		margin-bottom: 20px;
	}

	#home_recipes .article_title {
		margin-top: 10px;
	}

	.more_left,
	.more_right,
	#home_faq .more_left,
	.featured {
		position: static;
		background: none;
		padding: 20px 10px 0 10px;
		text-align: center;
		float: none;
	}

	.featured {
		padding-bottom: 20px;
	}

	.more_left a,
	.more_right a,
	#home_faq .more_left a,
	.featured span {
		padding: 10px 20px;
		-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
		-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
		box-shadow: 1px 2px 2px rgba(0,0,0,.2);
	}

	#faqs {
		padding-left: 10px;
		padding-right: 10px;
	}

	#home_faq .faq {
		min-height: 0;
	}

	#home_faq .article_title {
		line-height: 36px;
	}

	#home_faq .faq .article_title .more {
		display: none;
	}

	.cat_desc {
		padding-left: 20px;
		padding-right: 20px;
	}

	#featured_news .bx-wrapper .bx-pager {
		position: static;
	    width: 100%;
	    padding-top: 0;
	    text-align: center;
	}

	#home_news .more, 
	#featured_news .more {
		margin-bottom: 20px;
	}

	#news ul {

	}

	#news .data {
		margin-top: 20px;
	}

	#article .sidebar {
		padding: 20px 10px;
		text-shadow: 0 1px #fff;
	}

	#article .sidebar .side-title {
		margin: 0 0 10px 0;
		background: none;
	    padding-bottom: 0;
	    position: static;
	}

	#map_container .info {
		margin: 0;
		padding: 10px 0;
		position: static;
		background: #fff;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
	}

	#footer .foot_nav,
	#footer .info,
	#footer .more_links,
	#footer .copyright {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media only screen and (max-width: 480px) {

 

}

@media only screen and (max-height: 420px) {

 

}