@charset "utf-8";

/* CSS Document start 

Sudip Karmakar css style 04.08.2014 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body {
	margin: 0;
	padding: 0px 0 0px 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
	background: #ffffff;
}
/*======================general==========================*/	

div, tr, td, img, form, input, select, p, h1, h2, h3, h4, h5, h6, ul, li, label, textarea, chexbox, radiobutton, ol, option {
	padding: 0;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
img {
	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
}
chexbox {
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
}
.spacer {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.eot');
	src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*=======header part======*/

header {
	width: 937px;
	margin: 0 auto;
}
/*=======logo part======*/

header figure {
	float: left;
	margin: 25px 0 0 18px;
}
header figure img {
	display: block;
}
/*=======logo part end======*/

/*=======top right part======*/

header .top_right_part {
	float: right;
}
header .top_right_part form {
	float: right;
	background: #e9f0ef;
	padding: 14px 15px;
}
header .top_right_part form input[type=text], header .top_right_part form input[type=password] {
	width: 125px;
	height: 27px;
	border: 1px solid #cacaca;
	float: left;
	outline: none;
	padding: 0 0 0 11px;
	margin: 0 11px 0 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #9dbebb;
}
header .top_right_part form input[type=button] {
	float: left;
	background: #00c5b5;
	border: none;
	outline: none;
	padding: 7px 11px;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 13px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
header .top_right_part form input[type=button]:hover {
	background: #455560;
}
/*

header .top_right_part nav{

		float:right;

		padding:17px 0 0 0px;

}

header .top_right_part nav ul{

		padding:0;

		margin:0;

}

header .top_right_part nav ul li{

		float:left;

		padding:0 0px 0 21px;

}



header .top_right_part nav ul li a{

		float:left;

		font:normal 15px "robotoregular";

		line-height:35px;

		color:#00c5b5;

		text-transform:uppercase;

		padding:0;

}

header .top_right_part nav ul li a:hover, header .top_right_part nav ul li a.active{

		color:#455560;

}

*/



li.current-menu-item {
	background: #00c5b1;
	color: #FFF;
}
li.current-menu-item a {
	color: #FFF !important;
}
#menu-about-menu li.current-menu-item a {
	color: #00C5B5 !important;
}
/*EDIT*/

.top_right_part nav {
	margin: 20px auto 0;
	text-align: center;
}
.top_right_part nav ul ul {
	display: none;
}
.top_right_part nav ul li:hover > ul {
	display: block;
}
.top_right_part nav ul {
	list-style: none;
	position: relative;
	display: block;
}
.top_right_part nav ul:after {
	content: "";
	clear: both;
	display: block;
}
.top_right_part nav ul li {
	float: left;
	display: block;
	margin-right: 1px;
}
.top_right_part nav ul li:hover {
	background: #00c5b1;
}
.top_right_part nav ul li:hover a {
	color: #fff;
}
.top_right_part nav ul li a {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 35px;
	color: #00c5b5;
	text-transform: uppercase;
	text-align: left;
}
.top_right_part nav ul ul {
	background: #00c5b4;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 99999;
	text-align: left;
	width: 150px;
	text-transform: none;
}
.top_right_part nav ul ul li {
	float: none;
	border: 1px solid #FFF;
	position: relative;
	margin-bottom: 1px;
	text-transform: none;
}
.top_right_part nav ul ul li a {
	padding: 0px 0px 0 15px;
	color: #fff;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 35px;
	color: #00c5b5;
}
.top_right_part nav ul ul li a:hover {
	background: #079e95;
}
.top_right_part nav ul ul ul {
	position: absolute;
	left: 100%;
	top: -1px;
}
/*=======top right part end======*/

/*=======header banner part======*/

.header_banner {
	width: auto;
	padding: 25px 0 0 0px;
}
.header_banner {
	position: relative;
	width: auto;
}
.header_banner img {
	max-width: 100%;
	height: auto;
}
.header_banner li {
	height: 385px;
	width: auto;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}
.header_banner img {
	display: none;
}
.header_banner article {
	width: 937px;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
}
.header_banner article div {
	background: url(../images/header_text_bg.png) center top no-repeat;
	padding: 32px 0 0 0px;
	position: absolute;
	left: 0;
	top: 58px;
	width: 600px;
}
.header_banner article div h2 {
	font-size: 50px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 50px;
	color: #fff;
	letter-spacing: -3px;
}
.header_banner article div h2 span {
	font-size: 40px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 40px;
	color: #115256;
	display: block;
	margin: 7px 0 0 0px;
	letter-spacing: -1px;
}
/*=======header banner part end======*/

/*=======header part end======*/

/*=======body container part======*/

#body_container_part {
	width: 937px;
	margin: 0 auto;
	padding: 30px 0 72px 0px;
}
#body_container_part p {
	font: normal 13px 'Open Sans', sans-serif;
	line-height: 19px;
	color: #656565;
	padding: 20px 0 0px 0px;
}
#body_container_part ul {
	padding: 20px 0 30px 0px;
}
#body_container_part ul li {
	font: normal 13px 'Open Sans', sans-serif;
	line-height: 20px;
	color: #656565;
	padding: 0px 0 0px 12px;
	background: url(../images/list_icon.jpg) left 8px no-repeat;
}
#body_container_part .tab_container_part {
	width: auto;
}
#body_container_part .tab_container_part aside {
	width: 272px;
	float: left;
	height: 267px;
	margin: 0 0 0 15px;
	padding: 22px 14px 16px 14px;
	background: #f1f1f1;
}
#body_container_part .tab_container_part aside h4 a {
	font-size: 12px;
	color: #333;
	font-style: italic;
}
#body_container_part .tab_container_part aside:first-child {
	margin: 0 0 0 0px;
}
#body_container_part .tab_container_part aside img {
	display: block;
}
#body_container_part .tab_container_part aside h2 {
	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	color: #00c5b5;
	padding: 16px 0 10px 0px;
}
#body_container_part .tab_container_part aside h3 {
	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	color: #00c5b5;
	padding: 0px 0 0px 0px;
	display: block;
}
#body_container_part .tab_container_part aside p {
	font: normal 12px 'Open Sans', sans-serif;
	line-height: 14px;
	color: #656565;
	padding: 0 0 22px 0px;
}
.home_min_text {
	min-height: 77px;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}
.comment-body a, .type-news a {
	color: #00C5B5;
}
.comment-body footer {
	padding: 10px;
}
.comment-author img {
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 15px;
}
.more {
	background: #00c5b5;
	font: normal 13px 'Open Sans', sans-serif;
	line-height: 13px;
	color: #fff;
	padding: 6px 14px;
	display: inline-block;
	margin-bottom: 15px;
}
.more:hover {
	background: #007f75;
}
#body_container_part .tab_container_part aside div {
	border-bottom: 1px dashed #7bddd8;
	padding: 11px 0 11px 0px;
}
#body_container_part .tab_container_part aside div.wpvl_auto_thumb_box_wrapper{height: 129px;
 width: 271px;
 padding: 0; border-bottom: none;}
#body_container_part .tab_container_part aside div.wpvl_auto_thumb_box {
	border-bottom: none;
	padding: 0px 0px 0px 0px;
	
}

#body_container_part .tab_container_part aside div.wpvl_auto_thumb_box img {
	height: 129px;
    width: 271px;
	
	
}

#body_container_part .tab_container_part aside div.wpvl_auto_thumb_play {
	border-bottom: none;
	padding: 0px 0 0px 0px;
	
}
#body_container_part .tab_container_part aside div.wpvl_auto_thumb_play img {height: 48px;
    margin-left: 34%;
    width: 48px;}
#body_container_part .tab_container_part aside div:nth-child(3) {
	border-bottom: none !important;
}
#body_container_part .tab_container_part aside div p {
	padding: 0 30px 0 0px;
}
#body_container_part .tab_container_part aside div p span {
	padding: 0 0px 6px 0px;
	display: block;
	color: #0ec8b9;
}
#body_container_part .tab_container_part aside div img {
	float: left;
	margin: 0 16px 0 0px;
}
#body_container_part .our_brands {
	width: auto;
	padding: 34px 0 0 0px;
}
#body_container_part .our_brands h2 {
	/*border-bottom: 1px solid #ebebeb;*/

	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	color: #00c5b5;
	padding: 0 0 7px 0px;/*margin: 0 0 9px 0px;*/

}
#body_container_part .our_brands aside {
	float: left;
	border: 1px solid #ebebeb;
	height: 103px;
	width: 146px;
	margin: 0 0 0 8px;
	text-align: center;
	line-height: 103px;
}
#body_container_part .our_brands aside:first-child {
	margin: 0 0 0 0px;
}
#body_container_part .our_brands aside img {
	vertical-align: middle;
}
#body_container_part .left_cotaier_part {
	float: left;
	width: 617px;
}
#body_container_part .left_cotaier_part h1 {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #00c5b5;
	padding: 30px 0 0px 0px;
}
#body_container_part .left_cotaier_part h2 {
	font-size: 26px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	color: #00c5b5;
	padding: 30px 0 0px 0px;
}
#body_container_part .left_cotaier_part h3 {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #00c5b5;
	padding: 10px 0 0px 0px;
}
#body_container_part .left_cotaier_part h4 {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #00c5b5;
	padding: 10px 0 0px 0px;
}
#body_container_part .left_cotaier_part h5 {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #00c5b5;
	padding: 10px 0 0px 0px;
}
#body_container_part .left_cotaier_part ol {
	list-style: decimal;
	margin-left: 20px;
}
#body_container_part .left_cotaier_part h2 sup {
	font-size: 12px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 12px;
	color: #00c5b5;
	padding: 0px 0 0px 0px;
}
#body_container_part {
	min-height: 400px;
}
#body_container_part .left_cotaier_part .youtube {
	margin: 35px 0 0 0px;
}
#body_container_part .right_cotaier_part {
	float: right;
	width: 262px;
}
#body_container_part .right_cotaier_part form {
	padding: 15px 0 27px 0px;
}
#body_container_part .right_cotaier_part h2 {
	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	color: #00c5b5;
	padding: 0px 0 12px 0px;
	border-bottom: 1px solid #ebebeb;
}
#body_container_part .right_cotaier_part h3 {
	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	color: #00c5b5;
	border-bottom: none;
}
#body_container_part .right_cotaier_part ul {
	padding: 0;
}
#body_container_part .right_cotaier_part ul li {
	font: normal 13px 'Open Sans', sans-serif;
	line-height: 55px;
	color: #656565;
	border-bottom: 1px solid #ebebeb;
	background: none;
	padding: 0;
	margin: 0;
}
#body_container_part .right_cotaier_part ul li a {
	color: #656565;
}
#body_container_part .right_cotaier_part ul li a:hover {
	color: #00c5b5;
}
#body_container_part .right_cotaier_part ul li a span {
	color: #00c5b5;
}
#body_container_part .right_cotaier_part form input[type=text] {
	width: 200px;
	height: 25px;
	border: 1px solid #ebebeb;
	float: left;
	outline: none;
	padding: 0 0 0 10px;
	margin: 0 9px 0 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	line-height: 27px;
	color: #9dbebb;
}
#body_container_part .right_cotaier_part form input[type=button] {
	float: left;
	background: #00c5b5;
	border: none;
	outline: none;
	padding: 5px 8px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 13px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
/*=======body container part end======*/

/*=======footer part======*/

footer {
	background: #f1f1f1;
}
footer section {
	width: 937px;
	margin: 0 auto;
	padding: 23px 0;
	font: normal 11px 'Open Sans', sans-serif;
	line-height: 12px;
	color: #656565;
	position: relative;
}
footer section a {
	color: #656565;
	padding: 0 10px 0 10px;
}
footer section span {
	padding: 0px 0;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 14px;
	color: #00c5b5;
	text-transform: uppercase;
}
footer section strong {
	font: normal 10px 'Open Sans', sans-serif;
	line-height: 11px;
	color: #656565;
	padding: 0 0 0 30px;
	position: absolute;
	right: 0;
	top: 25px;
}
/*=======footer part end======*/

/*=======inner======*/

.header_banner_inner {
	background: url(../images/inner_header_banner.jpg) center top no-repeat;
	height: 247px;
	margin: 25px 0 0 0px;
}
.header_banner_inner article {
	width: 937px;
	position: relative;
 z-index:;
	margin: 0 auto;
}
.header_banner_inner article div {
	background: url(../images/header_text_bg.png) center top no-repeat;
	padding: 23px 0 0 0px;
	position: absolute;
	left: 0;
	top: 0px;
	width:100%;
/*width:600px;*/
}
.header_banner_inner article div h1 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 14px;
	color: #baf1ed;
	padding: 0 0 30px 0px;
}
.header_banner_inner article div h1 a {
	color: #baf1ed;
	text-transform: capitalize;
}
.header_banner_inner article div h2 {
	font-size: 50px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 50px;
	color: #fff;
	letter-spacing: -3px;
}
.header_banner_inner article div h2 span {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
	color: #115256;
	display: block;
	margin: 13px 0 0 0px;
	letter-spacing: -1px;
}
#pull {
	display: none;
}
/*=======inner end======*/

ul.productList {
	text-align: center;
}
ul.productList li {
	width: 120px;
	height: 133px;
	display: inline-block;
	margin: 10px;
	list-style-type: none;
	background-image: none!important;
	border: 1px solid #ccc;
	padding: 2px!important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
ul.productList li a {
	display: block;
}
ul.productList li img {
	max-width: 100%;/*height: 150px;*/

}
div.cotaier_full ul.productList li:hover {
	width: 150px;
	cursor: pointer;
	height: 150px;
}
/*CSS ADD*/

#body_container_part .cotaier_full {
	width: 99%;
	padding: 5px;
}
.news_section {
	padding: 0 0 20px 0px;
	width: 100%;
	border-bottom: 1px #CCCCCC solid;
}
.news_section p {
	color: #4b4b4b !important;
}
h2.news-had {
	font-size: 18px;
	padding: 5px 0;
	color: #4b4b4b;
	font-weight: normal;
}
h2.news-had a {
	text-decoration: none;
	color: #4b4b4b;
	text-transform: uppercase;
}
h2.news-had a:hover {
	text-decoration: underline;
}
.time_tst {
	color: #05c0b7;
	font-weight: bold;
}
div.cotaier_full h1.entry-title {
	font-size: 16px;
	padding: 10px 0;
	color: #4b4b4b;
	font-weight: normal;
	text-transform: uppercase;
}
.edit-link {
	background: #CCC;
	padding: 5px;
	border: 1px solid #b5b5b5;
	margin: 10px 0;
}
.entry-content p {
	color: #4b4b4b !important;
}
.comment-respond {
	padding: 10px 0;
	margin-top: 30px;
}
h3#reply-title {
	font-size: 30px;
	text-transform: uppercase;
}
.comment-form input {
	background-color: #fff;
	border: 1px solid #4b4b4b;
	padding: 10px 5px;
	transition: border 0.2s linear 0s;
}
div.cotaier_full label {
	float: left;
	min-width: 10%;
}
.comment-form textarea {
	background-color: #fff;
	border: 1px solid #4b4b4b;
	padding: 10px 5px;
	transition: border 0.2s linear 0s;
}
.right_cotaier_part_img {
	float: left;
	margin: 0 20px 0 0px;
}
.left_cotaier_part_right {
	float: left;
	margin: 0 0px 0 0px;
	width: 500px;
}
.page-id-14 #body_container_part .left_cotaier_part, .page-id-20 #body_container_part .left_cotaier_part {
	float: none;
	width: auto;
}
.left_contact {
	float: left;
	width: 50%;
}
.contact_img_part {
	float: right;
	width: 42%;
}
.contact_img_part img {
	max-width: 100%;
	height: auto;
}
.page-id-20 #body_container_part .left_cotaier_part h1 {
	font-size: 30px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
	color: #00C5B5;
}
.page-id-20 #body_container_part .left_cotaier_part .left_contact h3 {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	color: #00C5B5;
	padding: 12px 0 0px 0px;
}
.page-id-20 #body_container_part .left_cotaier_part .left_contact p {
	padding: 10px 0 0 0;
	margin: 0;
}
.page-id-20 #body_container_part .left_cotaier_part .left_contact h6 {
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	padding: 10px 0 5px 0px;
}
.page-id-20 #body_container_part .left_cotaier_part .left_contact ul {
	padding: 0;
	margin: 20px 0 0 0;
	width: 400px;
}
.page-id-20 #body_container_part .left_cotaier_part .left_contact ul li {
	list-style: none;
	position: relative;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #656565;
	background: none;
	padding: 0;
	margin: 0;
}
.page-id-20 #body_container_part .left_cotaier_part .left_contact ul li span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #656565;
	text-decoration: underline;
}
.page-id-20 .wpcf7-form {
	margin: 0px 0 0 0px;/*width:60%;

		float:left;*/

}
.page-id-20 .wpcf7-form label {
	float: left;
	width: 120px;
	font: bold 13px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #939393;
}
.page-id-20 .wpcf7-form input[type=text], .page-id-20 .wpcf7-form input[type=email] {
	width: 90%;
	height: 40px;
	background-color: #f5f5f5;
	padding: 0 0 0 10px;
	margin: 8px 0 8px 0;
	border-radius: 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #000;
	outline: none;
	border: none;
}
.page-id-20 .wpcf7-form span {
	display: block;
}
.page-id-20 .wpcf7-form select {
	width: 92%;
	height: 40px;
	background-color: #f5f5f5;
	padding: 10px;
	margin: 8px 0 8px 0;
	border-radius: 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #000;
	outline: none;
	border: none;
}
.page-id-20 .wpcf7-form textarea {
	width: 90%;
	height: 130px;
	background-color: #f5f5f5;
	padding: 5px 0 0 10px;
	margin: 8px 0 8px 0;
	border-radius: 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000;
	outline: none;
	border: none;
}
.page-id-20 .wpcf7-form input[type=submit] {
	background-color: #01c4b3;
	padding: 6px 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 5px;
	margin: 12px 0 15px 0px;
	cursor: pointer;
}
.page-id-20 .wpcf7-form input[type=reset] {
	background-color: #579903;
	padding: 6px 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 5px;
	margin: 12px 0 15px 0px;
	cursor: pointer;
}
.page-id-20 .wpcf7-form label span.red {
	color: #FF0000;
}
.form-allowed-tags {
	display: none;
}
.vid_box {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.vid_box aside {
	float: left;
	padding: 10px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin: 8px;
}
.vid_box aside img {
	border-radius: 5px;
}
.vid_box aside span {
	display: block;
	padding: 5px 0;
	text-align: center;
}
.vid_box aside a span {
	font-family: 12px;
	color: #656565 !important;
}
.nbs-flexisel-container .nbs-flexisel-inner ul li {
	list-style: none !important;
}
.bx-controls {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#flexiselDemo3 li {
	list-style: none;
	background: none !important;
	padding: 0 !important;
}
.pdf_icon {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
#body_container_part .left_cotaier_part h2.top_heading {
	padding-top: 0;
}
#body_container_part .left_contact h2 {
	font-size: 26px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	color: #00c5b5;
	padding: 0 0px 10px;
}
#body_container_part .contact_img_part h3 {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #00c5b5;
	padding: 0px 0 0px 0px;
}
.page_left {
	float: left;
	width: 617px;
}
.page_right {
	float: right;
	width: 262px;
}
span.larger a {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #09C;
}
span.larger a:hover {
	color: #333;
	text-decoration: underline;
}
ul.productList {
	float: left;
	clear: both;
}
.img_tham {
	float: left;
}
ul.productList li {
	float: left;
}
.img_tham {
	float: left;
	height: 100%;
	width: 100%;
}
ul.productList li .img_tham img {
	width: 122px;
	height: auto;
}
ul.productList li .img_tham a {
	width: 135px;
	height: 135px;
	display: table-cell;
	vertical-align: middle;
}
.maillink {
	padding-bottom: 12px !important;
}
.maillink a {
	color: #00c5b5
}
@media screen and (min-width:600px) and (max-width: 800px) {
	.header_banner li {
		background-size: 192% auto;
		height: 298px !important;
	}
	.bx-wrapper .bx-viewport {
		height:	299px !important;
	}
	.nbs-flexisel-nav-right {
		right:0 !important;
	}
	.nbs-flexisel-nav-left {
		left:0 !important;
	}
	.nbs-flexisel-inner {
		width:80% !important;
		margin:0 auto;
		float:none !important;
	}
	.header_banner {
		overflow:hidden;
	}
}
/*================*/
#body_container_part .tab_container_part aside {
	height:290px;	
}

#body_container_part .tab_container_part aside div > h4 {
	height:36px;
	overflow:hidden;	
}
#body_container_part .tab_container_part aside div > p {
	height:48px;
	overflow:hidden;	
}
#body_container_part .tab_container_part aside .home_min_text {
	min-height:93px;	
}
#body_container_part .tab_container_part aside .home_min_text > p {
	min-height:inherit;
	overflow:visible;
	white-space:normal;
	text-overflow: none;	
}
.single .header_banner_inner article div h2 {
	letter-spacing:-1px;
	font-size:34px;
	line-height:38px;	
}

/*====================*/

@media all and (max-width: 1000px) and (min-width: 760px) {
	#body_container_part .tab_container_part aside {
		position: relative;
	} 
	.more {
		position: absolute;
		bottom: 0;
		left: 14px;
		/*margin-bottom: 0;*/
	}
	.nbs-flexisel-item img {
		max-width: 90%;
	}
}
#body_container_part .left_cotaier_part img { max-width:100%;height: auto;}
.left_cotaier_part img { max-width:100%; height: auto;}