/* CSS Document */

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot') format('embedded-opentype'),
         url('../fonts/Georgia.woff') format('woff2'),
         url('../fonts/Georgia.woff') format('woff'),
         url('../fonts/Georgia.ttf') format('truetype'),
         url('../fonts/Georgia.svg') format('svg');
}


* {
	padding:0;
	margin:0;
	list-style:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: 'Georgia';
	background:#F3F4F4;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; max-height:100%;height:auto;width:auto;display:block;margin:0 auto;}
a	{ outline:none; cursor:pointer;text-decoration:none;display:block; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
/*responsive menu*/
.menu {color: #333333; cursor: pointer; float: left; font-family: 'Lato',sans-serif; font-size: 22px; line-height: 31px; display:none;}
.menu .menu-trigger { float: left; margin: 8px 20px 0 25px;}
.menu .line:nth-child(1):after { transition: all 0.6s linear 0.1s;}
.menu .line:nth-child(2):after { transition: all 0.6s linear 0.2s;}
.menu .line:nth-child(3):after { transition: all 0.6s linear 0.3s;}
.menu .line:after { background: #1307D5; content: ""; display: block; height: 3px; width: 0;}
.menu .line { background: #333333; display: block; height: 3px; margin-bottom: 5px; width: 33px;}
.menu:hover .line:after { width: 100%;}
.show-menu .side-menu { transition: all 1.4s ease 0s; z-index: 1;}
.side-menu {display:none; background:#333333; height: 100%; overflow: hidden; padding: 25px 0px 0; position: fixed; left: 0; top: 0; transition: all 0.4s ease 0s; width: 225px; z-index: -1;}
.show-menu #wrapper { -moz-transform: translateX(225px); -webkit-transform: translateX(225px); -o-transform: translateX(225px); transform: translateX(225px);}
#wrapper { background: #FFFFFF; position: relative; transition: all 0.3s ease 0s; z-index: 99999;}
.slider,.bx-wrapper,.bx-wrapper .bx-viewport,.slidermain,.slidermain li,.images-slider{height:100% !important;}
/*responsive menu end */
.container{
	max-width:1170px;
	width:100%;
	margin:0 auto;
}
p{
	font-family: 'Lato',sans-serif;
}
/**************** Header ****************/
.header_top_wrap .header_top {
  background: #000;
  padding: 6.5px 0;
  position:relative;
}
.header_top_wrap .social_icon {
  padding-left: 23px;
}
.header_top_wrap  .social_icon a {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
   margin-right:4px;
   -moz-transition:0.5s;
   -webkit-transition:0.5s;
   -o-transition:0.5s;
   transition:0.5s;
}
.header_top_wrap .social_icon a:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.header_top_wrap  .social_icon a img {
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}
.header_top_wrap .mail ,.header_top_wrap .phone{
	background:url("../images/hedaer_top_divider.png") no-repeat left center;
	padding-left: 25px;
	margin-left: 25px;
}
.header_top_wrap .mail a {
  color: #fff;
  background:url("../images/header_icon.png") no-repeat 0 0;
   font-family: 'Georgia';
   font-size:16px;
   padding-left:40px;
   line-height: 32px;
}
.header_top_wrap .mail a:hover {
  color: rgba(255,255,255,0.8);
}
.header_top_wrap .phone p {
  color: #fff;
  background:url("../images/header_icon.png") no-repeat 0 0;
   font-family: 'Georgia';
   font-size:18px;
   padding-left:40px;
   line-height: 32px;
   background-position:0 -170px;
}
.header_top_wrap .header_top:before {
  border-color: #000 #000 transparent transparent;
  border-style: solid;
  border-width: 51px 0 0 34px;
  bottom: 0;
  content: "";
  left: -33px;
  position: absolute;
  top: 0;
}
.header_top_after {
  background: #000;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header_main_wrap .logo {
  margin-top: -36px;
}
.slider_wapper{
	position:relative;
}
.slider-img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 670px;
}
.slider_wapper .bx-wrapper .bx-prev {
  background:url("../images/slider-aerow.png") no-repeat 0 0;
  height: 51px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor:pointer;
  left:10px;
}
.slider_wapper .bx-wrapper .bx-next {
  background:url("../images/slider-aerow.png") no-repeat 0 0;
  height: 51px;
  width: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position:0 -281px; 
  right:10px;
  cursor:pointer;
}
.header_main_wrap .header_main .header_menu {
  padding-top: 45px;
}
.header_main_wrap .header_menu li{
	float:left;
	margin-right:30px;
}
.header_main_wrap .header_menu li:last-child{
	margin-right:0;
}
.header_main_wrap .header_menu li a {
  font-size: 20px;
  color: #000;
  line-height: 100%;
  font-family: 'Georgia';
  padding-bottom: 10px;
  position:relative;
  transition: all 0.2s ease-in-out 0s;
}
.header_main_wrap .header_menu li a:after{
	content:"";
	left:0;
	right:0;
	border-style:solid;
	border-width:4px;
	border-color:transparent transparent #2113EB;
	bottom:0;
	margin:auto;
	position:absolute;
	width: 3px;
	transition: all 0.5s ease-in-out 0s;
	transform:translateY(3px);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-webkit-transform:translateY(3px);
	opacity: 0;
}
.header_main_wrap .header_menu li a:hover ,.header_main_wrap .header_menu li a.active{
	color:#2113EB;
	border-bottom:2px solid #2113EB;
}
.header_main_wrap .header_menu li a:hover:after , .header_main_wrap .header_menu li a.active:after{
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	opacity: 1;
}
.header_main_wrap .header_main {
  padding-bottom: 15px;
}
.caption {

	/* IE10+ */ 
background-image: -ms-linear-gradient(left, transparent 0%, rgba(0,0,0,0.5) 50%, transparent 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, transparent 0%, rgba(0,0,0,0.5) 50%, transparent 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, transparent 0%, rgba(0,0,0,0.5) 50%, transparent 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50, rgba(0,0,0,0.5)), color-stop(100, transparent));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0,0,0,0.5) 50%, transparent 100%);

/* W3C Markup */ 
background-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
position: absolute;
left: 0;
  right: 0;
  margin: 0 auto;
  bottom:53px;
}
.caption  .gallery-caption{
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.caption .gallery-caption p{
	font-size: 38px;
  color: #fff;
  line-height: 134%;
  font-family: 'Georgia';
  text-align:center;
  padding: 15px 0;
}
/**************** Close ****************/













/**************** Content ****************/
.section1 {
  padding: 60px 0;
}
h2{
  line-height: 100%;
  font-family: 'Georgia';
  font-size: 46px;
  color:#000;
  text-align:center;
  font-weight:normal;
  position:relative;
  padding-bottom: 26px;
}
h2 span{
	color:#2113EB;
}
h2:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	border-bottom:2px solid #1B0DE0;
	width:90px;
	bottom:0;
}
.welcome_sec p{
	font-size:18px;
	line-height:31px;
	color:#000;
	margin-top: 15px;
}
.welcome_sec .wel-readmore a {
  color: #fff;
  font-family: 'Lato',sans-serif;
  font-size:15px;
  font-weight:bold;
  background:#2113EB;
  border-radius:21px;
  padding:12px 35px 13px 18px;
  text-transform: uppercase;
  display: block;
  position:relative;
}
.welcome_sec .wel-readmore a:hover {
  background: #000;
}
.welcome_sec .wel-readmore a:after{
	background:url(../images/btn-aerow.png) no-repeat 0 center;
	content:"";
	position:absolute;
	left:auto;
	margin:auto;
	bottom:0;
	top:0;
	width:10px;
	height:11px;
	right: 16px;
}
.welcome_sec .wel-readmore{
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #857C7F));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #857C7F 100%);
border-radius: 31px;
display: inline-block;
padding: 3px 5px;
margin: 20px 0 0;
}
.section2{
	background:url(../images/section2-bg.jpg) no-repeat center 0;
	background-size:cover;
	min-height:450px; 
}
.section3{
	background:url(../images/video_bg.jpg) no-repeat center 0;
	background-size:cover;
	padding:60px 0;
}
.section3 .video_desc {
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  margin: 15px 0 0;
}
.video_sec .main_video {
  width: 64.1%;
  border-radius:10px;
  overflow:hidden;
  box-shadow: 0 0 4px 2px #000;
  height:380px;
}
.video_sec .main_video iframe{
	width:100%;
	height:100%;
}
.video_sec .thumbnail_video {
  width: 34%;
}
.video_sec .main_video iframe {
  display: none;
}
.video_sec .main_video iframe:first-child {
  display: block;
}
.video_sec .thumbnail_video .thumbnail_box .thum_video {
  width: 35.1%;
  height:110px;
  border:2px solid #999;
  border-radius:10px;
  overflow:hidden;
  position: relative;
  background:#000;
  cursor: pointer;
	background-size: 160% !important;
	background-position: center center !important;
}
.video_sec .thumbnail_video .thumbnail_box .thum_video img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
	bottom:0;
}
.video_sec .thumbnail_video .thumbnail_box .thum_video span{
	background:url(../images/thumb-videoicon.png) no-repeat center center;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
	bottom:0;
	width:36px;
	height:25px;
}
.video_sec .thumbnail_video .thumbnail_box .thum_video_desc {
  width: 60%;
}
.video_sec .thumbnail_video .thumbnail_box .thum_video_desc a.title{
	color:#fff;
	font-size:18px;
	line-height:100%;
	margin-bottom:14px;
	font-family: 'Lato',sans-serif;
}
.video_sec .thumbnail_video .thumbnail_box .thum_video_desc a.title:hover {
  color: rgba(255, 255, 255, 0.6);
}
.video_sec .thumbnail_video .thumbnail_box .thum_video_desc p{
	color:#E9E9E9;
	font-size:15px;
	line-height:21px;
}
.video_sec .thumbnail_video .thumbnail_box {
  margin-bottom: 20px;
}
.video_sec .thumbnail_video .thumbnail_box:last-child {
  margin-bottom: 0px;
}
.section3 .video_sec {
  margin: 42px 0 0 0;
}
.section3 h2 {
  color: #fff;
}
.section3 h2:after {
  border-color: #999;
}
.section4{
	background:url(../images/section4-bg.jpg) no-repeat center 0;
	background-size:cover;
	min-height:430px; 
}
.section5{
	padding:60px 0;
	background:url(../images/airboat-model-bg.jpg) no-repeat center 0;
	background-size:cover;
}
.airboat_model h2{
	color:#fff;
}
.airboat_model h2:after{
	border-color:#999;
}
.airboat_model .owl-carousel .model_img {
  width: 100%;
}
.airboat_model .owl-carousel .model_desc {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  display: block;
}
.airboat_model .owl-carousel .model_desc h4 a {
  color:#fff;
  line-height: 100%;
  font-family: 'Georgia';
  font-size:22px;
  font-weight: normal;
  text-align:center;
  margin:0 0 15px 0;
  text-transform: uppercase;
}
.airboat_model .owl-carousel .model_desc h4 a:hover {
  color: #FCE8D3;
}
.airboat_model .owl-carousel .model_desc a.price{
	font-size:21px;
	color:#333;
	font-weight:bold;
	line-height:100%;
	background:#fff;
	border-radius:5px;
	padding:6px 7px 9px;
	text-align: center;
	position:relative;
	z-index:1;
	font-family: 'Lato',sans-serif;
}
.airboat_model .owl-carousel .model_desc a.price:before{
	background: #FCE8D3;
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:0;
	height:100%;
	transition:all 0.5s ease-in-out 0s;
	-webkit-transition:all 0.5s ease-in-out 0s;
	border-radius:5px;
	z-index:-1;
}
.airboat_model .owl-carousel .model_desc a.price:hover:before {
  width:100%;
}
.section5 .airboat_slider {
  margin: 56px 0 0;
}
.owl-carousel .owl-item img{
	width:auto;
}
.airboat_slider .owl-controls .owl-prev {
  background:url(../images/model-slider-aerow.png) no-repeat 99.5% 0;
  font-size: 0;
  width:50%;
  height:32px;
  display: inline-block;
  position:relative;
  vertical-align: top;
}
.airboat_slider .owl-controls .owl-prev:hover{
	background-position:99.5% -130px;
}
.airboat_slider .owl-controls .owl-next {
	background:url(../images/model-slider-aerow.png) no-repeat left 0;
  font-size: 0;
  width:50%;
  height:32px;
  display: inline-block;
  background-position: 8px -59px;
  position:relative;
  vertical-align: top;
}
.airboat_slider .owl-controls .owl-next:hover{
	background-position:8px -200px;
}
.airboat_slider .owl-controls {
  margin: 28px 0 0;
  position:relative;
}
.airboat_slider .owl-controls:before{
	content:"";
	position:absolute;
	left:0;
	height:1px;
	width:48%;
	background:#ccc;
	z-index:-1;
	top:16px;
}
.airboat_slider .owl-controls:after{
	content:"";
	position:absolute;
	right:0;
	height:1px;
	width:48%;
	background:#ccc;
	z-index:-1;
	top:16px;
}
.section6 {
  padding: 60px 0;
}
.section6 .client_testimonial .client_slider{
	margin:35px 0 35px 0;
}
.section6 .client_testimonial h2{
	text-align:left;
	background:url("../images/testimonial-heading-border.png") repeat-x left bottom;
}
.section6 .client_testimonial h2:after{
	display:none;
}	
.section6 .client_testimonial .testi_desc {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding:30px 60px 30px 30px;
  position:relative;
  background:#E8E8E8;
}
.section6 .client_testimonial .testi_desc:before {
	content:"";
	position:absolute;
	left: 28%;
	height:18px;
	width:46px;
	background:url(../images/testi-aerow.png) no-repeat 0 0;
	bottom: -18px;
}
.section6 .client_testimonial .testi_desc p {
	font-size:17px;
	font-style:italic;
	line-height:38px;
	position:relative;
	display:inline-block;
	text-indent: 52px;
}
.section6 .client_testimonial .testi_desc p:before {
	content:"";
	position:absolute;
	left:0;
	height:31px;
	width:39px;
	background:url(../images/left-quaot.png) no-repeat 0 0;
	top: -4px;
}
.section6 .client_testimonial .testi_desc p:after {
	content:"";
	position:absolute;
	height:31px;
	width:39px;
	background:url(../images/right-quaot.png) no-repeat 0 0;
	bottom: 8px;
	margin-left:10px;
}
.section6 .client_testimonial .testi_owner {
  border: 3px solid #196A98;
  border-radius: 50%;
  float: right;
  height: 108px;
  margin: -55px 25px 0 0;
  overflow: hidden;
  width: 108px;
  position: relative;
  z-index:1;
   -webkit-border-radius:50%;
}
.section6 .client_testimonial .testi_owner img {
  border-radius: 50%;
}
.section6 .client_testimonial .testi_name{
	font-size:16px;
	color:#333;
	font-weight:bold;
	font-family:"Lato",sans-serif;
	float: right;
	line-height: 100%;
	margin: 14px 14px 0 0;
}
.client_slider .owl-controls {
  position: absolute;
  right: 0;
  top: -88px;
}
.client_slider .owl-controls .owl-prev {
  background:url(../images/clientslider-aerow.png) no-repeat 0 0;
  width:15px;
  height:29px;
  display: inline-block;
  vertical-align: top;
  font-size:0;
  margin-right:15px;
}
.client_slider .owl-controls .owl-prev:hover{
	background-position:0px -80px;
}
.client_slider .owl-controls .owl-next {
  background:url(../images/clientslider-aerow.png) no-repeat 0 0;
  width:15px;
  height:29px;
  display: inline-block;
  vertical-align: top;
  background-position:-30px 0;
  font-size:0;
}
.client_slider .owl-controls .owl-next:hover{
	background-position:-30px -80px;
}
.section7 {
  background: #E8E8E8;
  padding: 60px 0;
}
.section7 h2:after {
  border-color: #999;
}
.motors_sec {
	margin-top:34px;
}
.motors_sec ul li{
	background:#fff;
	position:relative;
	padding:10px;
	border: 1px solid #ccc;
	height:100px;
	border-radius: 12px;
	overflow: hidden;
}
.motors_sec ul li .motor_img {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.motors_sec ul li .motor_img img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.motors_sec .owl-controls .owl-prev {
  background:url("../images/motor-slider-aerow.png") no-repeat 0 0;
  bottom: 0;
  display: block !important;
  height: 30px;
  left: -35px;
  margin: auto;
  top: 0;
  width: 16px;
  font-size:0;
  position: absolute;
}
.motors_sec .owl-controls .owl-next {
  background:url("../images/motor-slider-aerow.png") no-repeat 0px -80px;
  bottom: 0;
  display: block !important;
  height: 30px;
  margin: auto;
  right: -35px;
  top: 0;
  width: 16px;
  font-size:0;
  position: absolute;
}
.motors_sec .owl-controls .owl-prev:hover , .motors_sec .owl-controls .owl-next:hover{
	opacity:0.7;
}
/**************** Close ****************/













/**************** Footer ****************/
.footer_sec{
	background:#000000;
	padding:60px 0;
	position:relative;
}
.footer_sec h5{
	color:#fff;
	font-size:28px;
	line-height: 100%;
    font-family: 'Georgia';
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-bottom: 22px;
	position:relative;
	margin-bottom: 20px;
	font-weight:normal;
}
.footer_sec h5:after{
	content:"";
	left:0px;
	bottom:-1px;
	display:block;
	width:40px;
	height:1px;
	position:absolute;
	background: #0066FF;
}
.footer_sec .footer1{
	width:13%;
	margin-right:2.9%;
	background:url(../images/footer-divider.png) no-repeat right top;
	padding-right: 2.8%;
}
.footer_sec .footer1 ul li{
	margin-bottom:15px;
	position: relative;
}
.footer_sec .footer1 ul li a{
	color:#fff;
	line-height:100%;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	padding-left:12px;
	position:relative;
	text-transform: capitalize;
}
.footer_sec .footer1 ul li a:before{
	content:"";
	left:0px;
	top:6px;
	display:block;
	width:5px;
	height:5px;
	position:absolute;
	border-radius:50%;
	background: #fff;
}
.footer_sec .footer1 ul li a.active , .footer_sec .footer1 ul li a:hover	{
	color:rgba(255,255,255,0.5);
}
.footer_sec .footer2{
	width:23.3%;
	margin-right:2.9%;
	background:url(../images/footer-divider.png) no-repeat right top;
	padding-right: 2.8%;
}
.footer_sec .footer2 p{
	color:#fff;
	font-size:15px;
}
.footer_sec .footer2 .add p{
	background:url(../images/footer-add.png) no-repeat 0 3px;
	padding-left:53px;
	line-height: 21px;
}
.footer_sec .footer2 .add p span{
	font-size:16px;
	font-weight:bold;
	display: block;
	margin-bottom: 5px;
}
.footer_sec .footer2 .phone p{
	background:url(../images/footer-add.png) no-repeat 0 -134px;
	padding-left:53px;
	font-size:22px;
	line-height: 40px;
}
.footer_sec .footer2 .mail{
	background:url(../images/footer-add.png) no-repeat 0 -227px;
	padding-left:53px;
}
.footer_sec .footer2 .mail a{
	color:#fff;
	font-size:18px;
	font-family: 'Lato', sans-serif;
}
.footer_sec .footer2 .mail a , .footer_sec .footer2 .mail p{
	line-height:150%;
}
.footer_sec .footer2 .mail a:hover ,.footer4 .copyright_sec p a:hover{
	color:#0066FF;
}
.footer_sec .footer2 .phone {
  margin: 25px 0;
}
.footer_sec .footer3{
	width: 25.6%;
	margin-right:2.9%;
	background:url(../images/footer-divider.png) no-repeat right top;
	padding-right: 2.8%;
	position:relative;
}
.footer_sec .footer3 #result {
  position: absolute;
  bottom: -22px;
}
.footer_sec .footer3 input[type="text"]{
	color:#666;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	height:40px;
	border:1px solid transparent;
	border-radius:5px;
	background:#fff;
	padding:0 10px;
	margin-bottom:8px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.footer_sec .footer3 textarea{
	color:#666;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	height:70px;
	resize:none;
	border:1px solid transparent;
	border-radius:5px;
	background:#fff;
	padding:10px;
	margin-bottom:8px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.footer_sec .footer3 input[type="text"]::-webkit-input-placeholder { color: #666; opacity:1; }
.footer_sec .footer3 input[type="text"]:-moz-placeholder { color: #666; opacity:1; } 
.footer_sec .footer3 input[type="text"]::-moz-placeholder { color: #666; opacity:1; } 
.footer_sec .footer3 input[type="text"]:-ms-input-placeholder { color: #666; opacity:1; }

.footer_sec .footer3 textarea::-webkit-input-placeholder { color: #666; opacity:1; }
.footer_sec .footer3 textarea:-moz-placeholder { color: #666; opacity:1; } 
.footer_sec .footer3 textarea::-moz-placeholder { color: #666; opacity:1; } 
.footer_sec .footer3 textarea:-ms-input-placeholder { color: #666; opacity:1; }


.footer_sec .footer3 .submit_btn{
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #857C7F));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #857C7F 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #857C7F 100%);
border-radius: 31px;
display: inline-block;
padding: 3px 5px;
margin: 6px 0 0;
  position:relative;
}
.footer_sec .footer3 input[type="submit"]{
  color: #fff;
  font-family: 'Lato',sans-serif;
  font-size:15.08px;
  font-weight:bold;
  background:#2113EB;
  border-radius:21px;
  padding:7px 35px 7px 18px;
  text-transform: uppercase;
  display: block;
  position:relative;
  cursor:pointer;
}
.footer_sec .footer3 input[type="submit"]:hover{
	background:#000;
}
.footer_sec .footer3 .submit_btn:after{
	background:url(../images/btn-aerow.png) no-repeat 0 center;
	content:"";
	position:absolute;
	left:auto;
	margin:auto;
	bottom:0;
	top:0;
	width:10px;
	height:11px;
	right: 21px;
}
.footer4 {
  width: 21%;
  padding-top: 55px;
}
.footer4 .copyright_sec{
	margin: 32px 0 0;
}
.footer4 .copyright_sec p {
  color:#fff;
	font-size:15px;
	line-height: 150%;
    font-family: 'Georgia';
    text-align:center;
}
.footer4 .copyright_sec p a{
	display:inline-block;
	color:#fff;
	font-size:15px;
	line-height: 100%;
    font-family: 'Georgia';
}
#quick-enquiry-form > div#ajaxLoader {
  bottom: 32px;
  left: auto;
  position: relative;
}
/**************** Close ****************/
.sec_404{padding:50px 0;}
.sec_404 h3{font-weight:normal;font-size:20px;line-height:100%;margin:10px 0;color:#000;font-family: 'Georgia';}
.sec_404 p{text-align:center;color:#000;line-height: 130%;}
.sec_404 a{font-size:16px;color:#000;display:inline-block;}
.sec_404 a:hover{color:#1A0DD7;}
.sec_404 .error_text{text-align:center;}

/**************innerpage*************/
.inner_page{
	padding:54px 0 60px;
}
.inner_banner .slider-img {
  min-height: 350px;
}
.inner_page p{
	font-size:18px;
	color:#000;
	line-height:29px;
}
.abt_wrap .abt_box .abt_desc {
  text-align: justify;
  width: 70%;
}
.inner_page.about .abt_wrap {
  padding: 26px 0 0;
}
.abt_wrap .abt_box .abt_img {
  border-radius: 6px;
  overflow: hidden;
  width: 27.3%;
}
.inner_page.about .abt_wrap .abt_box {
  margin-bottom: 50px;
}
.inner_page.about .abt_wrap .abt_box:last-child {
  margin-bottom: 0px;
}
.inner_page.motors {
  background: #E8E8E8;
  border-top: 1px solid #fff;
}
.inner_page.motors .motors_wrap ul li {
  float:left;
  margin-right:1.6%;
   background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 100px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 15.3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inner_page.motors .motors_wrap ul li .motor_img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.inner_page.motors .motors_wrap ul li .motor_img img{
	bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.inner_page.motors .motors_wrap ul li:nth-child(6n){
	margin-right:0;
}
.inner_page.motors .motors_wrap ul li:nth-child(6n +1){
	clear:both;
}
.inner_page.motors .motors_wrap ul li {
  margin-top: 30px;
}
.inner_page.model {
  background: url("../images/model-bg.jpg") no-repeat center 0;
  background-size:cover;
}
.inner_page.model h2:after {
  border-color:#999;
}
.inner_page.model h2{
	color:#fff;
}
.inner_page.model .model_wrap *{
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inner_page.model .model_wrap{
	float:left;
}
.inner_page.model .model_wrap .model_box{
	float:left;
	margin-right: 1.4%;
	width:23.9%;
	margin-top:40px;
}
.inner_page.model .model_wrap .model_box:nth-child(4n){
	margin-right:0;
}
.inner_page.model .model_wrap .model_box:nth-child(4n +1){
	clear:both;
}
.inner_page.model .model_wrap .model_box .model_img {
  width: 100%;
}
.inner_page.model .model_wrap .model_box .model_desc {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 25px;
}
.inner_page.model .model_wrap .model_box .model_desc h4 a {
  color: #fff;
  font-family: "Georgia";
  font-size: 22px;
  font-weight: normal;
  line-height: 100%;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.inner_page.model .model_wrap .model_box .model_desc h4 a:hover{
	color:#FCE8D3;
}
.inner_page.model .model_wrap .model_box .model_desc a.price:before {
  background: #FCE8D3;
  border-radius: 5px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
   -webkit-transition: all 0.5s ease-in-out 0s;
  width: 0;
  z-index: -1;
}
.inner_page.model .model_wrap .model_box .model_desc  a.price {
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-family: "Lato",sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 100%;
  padding: 6px 7px 9px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.inner_page.model .model_wrap .model_box .model_desc  a.price:hover:before {
  width: 100%;
}
.inner_page.model .model_wrap .model_box .model_desc p {
  color:#fff;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
  text-align: center;
}
.inner_page.support .support_wrap * ,.inner_page.contact_us .contact_wrap *{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inner_page.support .support_wrap .support_box {
  float: left;
  width: 31.2%;
  margin-top: 30px;
  margin-right:3%;
}
.inner_page.support .support_wrap .support_box:nth-child(3n){
	margin-right:0;
}
.inner_page.support .support_wrap .support_box:nth-child(3n+1){
	clear:both;
}
.inner_page.support .support_wrap .support_box .suppoert_desc {
  background: #E8E8E8;
  padding: 25px;
}
.inner_page.support .support_wrap .support_box .suppoert_desc h4 a{
	color:#333;
	line-height:100%;
	font-size:30px;
	font-family: "Georgia";
	font-weight: normal;
}
.inner_page.support .support_wrap .support_box .suppoert_desc h4 a:hover{
	color:#2113EB;
}
.inner_page.support .support_wrap .support_box .suppoert_desc p{
  color:#000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  margin-top: 14px;
}
.inner_page.support .support_wrap .support_box .suppoert_desc .read_more{
	background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(133, 124, 127) 100%);
  border-radius: 31px;
  display: inline-block;
  padding: 3px 5px;
}
.inner_page.support .support_wrap .support_box .suppoert_desc .read_more a{
	background: #2113EB;
  border-radius: 21px;
  color: #fff;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 35px 13px 18px;
  position: relative;
  text-transform: uppercase;
}
.inner_page.support .support_wrap .support_box .suppoert_desc .read_more a:after {
  background:url("../images/btn-aerow.png") no-repeat 0 center;
  bottom: 0;
  content: "";
  height: 11px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 16px;
  top: 0;
  width: 10px;
}
.inner_page.support .support_wrap .support_box .suppoert_desc .read_more a:hover{
	background:#000;
}
.inner_page.contact_us .contact_wrap .contact_sec1 h5:after {
  background: #0066FF;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 40px;
}
.inner_page.contact_us .contact_wrap .contact_sec1 h5 {
  border-bottom:1px solid rgba(204, 204, 204,0.5);
  color: #000;
  font-family: "Georgia";
  font-size: 28px;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 22px;
  position: relative;
}
.inner_page.contact_us .contact_wrap .contact_sec1 {
  padding: 30px 0 0;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .contact_detail {
  width: 26.7%;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .contact_detail p{
	color:#333;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .add p {
  background:url("../images/contact_icon.png") no-repeat 0 0px;
  line-height: 28px;
  padding-left: 53px;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .add p span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1px;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .phone {
  margin: 25px 0;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .phone  p {
  background: url("../images/contact_icon.png") no-repeat 0 -151px;
  font-size: 22px;
  line-height: 40px;
  padding-left: 53px;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .mail {
  background: url("../images/contact_icon.png") no-repeat 0 -235px;
  padding-left: 53px;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .mail a {
  color: #333;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  line-height: 150%;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .mail p{
	font-size:15px;
	font-style:italic;
	line-height: 150%;
}
.inner_page.contact_us .contact_wrap .contact_sec1 .mail a:hover {
  color:#2113EB;
}
.inner_page.contact_us .contact_wrap .contact_map {
  width: 66.7%;
}
.inner_page.contact_us .contact_wrap .contact_map .map_sec{
  width: 100%;
  height:250px;
}
.inner_page.contact_us .contact_wrap .contact_map .map_sec iframe{
	width:100%;
	height:100%;
}
.inner_page.contact_us .contact_sec2 {
  background: #ccc;
  position: relative;
  margin: 60px auto 0;
  width: 73.5%;
  border-radius:12px;
  padding:30px;
}
.inner_page.contact_us .contact_sec2  h6{
	text-align:center;
	font-size:22px;
	color:#000;
	 font-family: "Georgia";
	 line-height:100%;
	 font-weight:normal;
	 margin:0 0 25px 0;
}
.inner_page.contact_us .contact_sec2:before {
  border-color: transparent transparent #ccc transparent;
  border-style: solid;
  border-width: 22px 29px 22px 29px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -43px;
  width: 0px;
  content: "";
}
.inner_page.contact_us .contact_sec2 input[type="text"] {
  background: #fff;
  height: 35px;
  padding: 0 10px;
  border-radius: 5px;
  float: left;
  line-height: 18px;
  margin-right:2%;
  font-size:16px;
  color:#666;
  font-family: "Lato",sans-serif;
  border:1px solid #ccc;
  width: 32.0%;
  margin-bottom:15px;
}
.inner_page.contact_us .contact_sec2 input[type="text"].phone_num{
	margin-right:0;
}
.inner_page.contact_us .contact_sec2 textarea{
	background: #fff;
  height: 70px;
  padding:10px;
  border-radius: 5px;
  line-height: 100%;
  font-size:16px;
  color:#666;
  font-family: "Lato",sans-serif;
  border:1px solid #ccc;
  width: 32.0%;
  resize:none;
  width:85%;
   margin-right:2%;
   float: left;
}
.inner_page.contact_us .contact_sec2 input[type="text"]::-webkit-input-placeholder { color: #666; opacity:1; }
.inner_page.contact_us .contact_sec2 input[type="text"]:-moz-placeholder { color: #666; opacity:1; } 
.inner_page.contact_us .contact_sec2 input[type="text"]::-moz-placeholder { color: #666; opacity:1; } 
.inner_page.contact_us .contact_sec2 input[type="text"]:-ms-input-placeholder { color: #666; opacity:1; }

.inner_page.contact_us .contact_sec2 textarea::-webkit-input-placeholder { color: #666; opacity:1; }
.inner_page.contact_us .contact_sec2 textarea:-moz-placeholder { color: #666; opacity:1; } 
.inner_page.contact_us .contact_sec2 textarea::-moz-placeholder { color: #666; opacity:1; } 
.inner_page.contact_us .contact_sec2 textarea:-ms-input-placeholder { color: #666; opacity:1; }

.inner_page.contact_us .contact_sec2 .submit_btn {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(133, 124, 127) 100%);
  border-radius: 12px;
  display:block;
  padding:5px;
  position: relative;
  float: right;
  max-width: 13%;
  width: 100%;
}
.inner_page.contact_us .contact_sec2 input[type="submit"] {
  background: #2113EB;
  border-radius: 9px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 17px;
  font-weight: bold;
  padding: 19px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.inner_page.contact_us .contact_sec2 input[type="submit"]:hover{
	background:#000;
}
#quick-enquiry-form-contact > div#ajaxLoadercontact {
  bottom: 53px;
  position: absolute;
  right: 4px;
}
#quick-enquiry-form-contact > div#result_contact {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  text-align: center;
}
.dealer_add_wrap{
	margin-top:50px;
}
.dealer_add_wrap h3 {
  text-align: center;
  font-size:35px;
  color:#000;
  font-weight:normal;
  font-family: "Georgia";
  line-height:100%;
  margin-bottom: 50px;
}
.dealer_add_wrap h3 span{
	color:#2113EB;
}
.dealer_add_wrap .dealer_add{
	background:url(../images/dealer-icon.png) no-repeat left 0;
	padding-left:60px;
	width: 77%;
	margin-bottom: 50px;
}
.dealer_add_wrap .dealer_add:last-child{
	margin-bottom:0;
}
.dealer_add_wrap .dealer_add h6{
	color:#2113EB;
	font-size:20px;
	font-weight:normal;
  font-family: "Georgia";
  line-height:100%;
  margin: 0 0 10px 0;
}
.dealer_add_wrap .dealer_add p{
	font-size:15px;
	color:#000;
	line-height:24px;
}
.dealer_add_wrap .dealer_add .dealer_phone{
	background:url(../images/dealer-icon.png) no-repeat left 0;
	font-size:15px;
	color:#000;
	font-family: "Lato",sans-serif;
	background-position: 0 -182px;
	padding-left:27px;
	line-height: 134%;
	margin: 8px 0 0;
}
.dealer_add_wrap .dealer_left {
  width: 24%;
}
.dealer_add_wrap .dealer_middle {
  width: 24%;
  border-left: 1px dotted #999;
  border-right:1px dotted #999;
    margin: 0 6.9%;
  padding: 0 7%;
}
.dealer_add_wrap .dealer_right {
  width: 24%;
}
.dealer_map {
  background: #e4e4e4;
  border-radius: 15px;
  padding: 20px;
  margin: 33px 0 0 0;
}
.inner_page.service_tips .service_box{
	margin:35px 0 0 0;
}
.inner_page.service_tips .service_box .service_video {
  width: 38.5%;
  height:300px;
}
.inner_page.service_tips .service_box .service_video iframe{
  width: 100%;
  height:100%;
}
.inner_page.service_tips .service_box .service_desc{
	background:#e8e8e8;
	padding: 45px 35px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width:58.4%;
}
.inner_page.service_tips .service_box .service_desc h6{
	color:#333;
	font-size:30px;
	font-weight:normal;
	font-family: "Georgia";
    line-height:100%;
    margin: 0 0 22px;
}
.inner_page.service_tips .service_box .service_desc p {
  font-size: 16px;
  line-height: 26px;
}
.inner_page.service_tips .service_box .service_desc a{
	color:#2113EB;
	font-size:20px;
	line-height:100%;
	font-family: "Georgia";
	position: relative;
	margin: 32px 0 0;
}
.inner_page.service_tips .service_box .service_desc a:hover{
	color:#333;
}
.inner_page.service_tips .service_box .service_desc a:after{
	content:"";
	position:absolute;
	left:auto;
	top:2px;
	bottom:0;
	margin:auto;
	background:url(../images/tips-read.png) no-repeat right center;
	width:7px;
	height:13px;
	padding:  0px 0 0 9px;
}
.inner_page.service_tips .viewall_tips {
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(133, 124, 127) 100%);
  border-radius: 31px;
  display: inline-block;
  margin: 30px 0 0;
  padding: 3px 5px;
}
.inner_page.service_tips .viewall_tips a {
  background: #2113EB;
  border-radius: 21px;
  color: rgb(255, 255, 255);
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 48px 12px 30px;
  position: relative;
  text-transform: uppercase;
}
.inner_page.service_tips .viewall_tips a:after {
  background:url("../images/btn-aerow.png") no-repeat 0 center;
  bottom: 0;
  content: "";
  height: 11px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  width: 10px;
}
.inner_page.service_tips .viewall_tips a:hover{
	background:#000;
}
.show-menu{overflow:hidden;}
.store_wrap .store_sec .store_box {
  width: 23.9%;
   margin: 33px 1.4% 0 0;
}
.store_wrap .store_sec .store_box:nth-child(4){
	margin-right:0;
}
.store_wrap .store_sec .store_box:nth-child(4n+1){
	clear:both;
}
.store_wrap .store_sec .store_box .store_desc {
  background: #333;
  padding:25px;
  text-align:center;
}
.store_wrap .store_sec .store_box .store_desc .title{
	font-size:22px;
	color:#fff;
	font-family: 'Georgia';
	line-height:100%;
	margin: 0 0 15px;
}
.store_wrap .store_sec .store_box .store_desc p{
	font-size:16px;
	color:#fff;
	line-height:24px;
}
.store_wrap .store_sec .store_box .store_desc a{
	background:#336699;
	border-radius:5px;
	padding: 11px 17px 7px;
	display:inline-block;
	margin: 19px 0 0;
}
.store_wrap .store_sec .store_box .store_desc a:hover{
	background:rgba(33, 19, 235, 0.5);
}
.inner_page.Warranty .Warranty_desc h5 {
  font-size: 26px;
  color: #333;
  line-height: 35px;
  font-family: "Lato",sans-serif;
  font-weight:normal;
  margin-bottom: 17px;
}
.inner_page.Warranty .Warranty_img {
  width: 34%;
  margin-right: 2%;
}
.inner_page.Warranty .Warranty_desc {
  width: 63.3%;
}
.inner_page.Warranty .Warranty_wrap {
  margin-top: 33px;
}



.model_detail h5 {
    color: #333333;
    font-family: "Lato",sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 17px;
}
.main_tabs h3{
	background:url("../images/tabli-arrow.png") no-repeat 98% center #333333;
	display: block;
    line-height: 80px;
    margin-bottom: 6px;
    position: relative;
}
.main_tabs h3 span.ui-accordion-header-icon {
  background:url("../images/tab-arrow-act.png") no-repeat 0 0;
  bottom: -40px;
    display: none;
    height: 40px;
    left: 56px;
    position: absolute;
    top: auto;
    width: 80px;
}
.main_tabs h3.ui-state-active span.ui-accordion-header-icon{
	display: block;
}
.main_tabs h3.ui-state-active{
	background:url("../images/tabli-arrow-act.png") no-repeat 98% center #333333;
}
.main_tabs h3 a{
font-family: 'Georgia';
font-size: 40px;
color: #fff;
font-weight: normal;
padding-left: 25px;
}
.main_tabs .top_images {
  margin: 30px 0;
}
.model_detail .model_desc {
    border-right: 1px dotted #cccccc;
    margin: 0 3.3% 0 0;
    padding: 0 3.7% 0 0;
    width: 72%;
}
.model_detail .model_share {
    margin: 20px 0 0;
}

.model_detail .model_share .model_social {
    margin: 37px 0 0;
}

.model_detail .model_social .icon a{
	background:url(../images/social-icon.png) no-repeat 0 0;
	width:43px;
	height:41px;
	transition: all 0.5s ease 0s;
	display:inline-block;
}
.model_detail .model_social .icon a.twiter{
	background-position:0 0;
}
.model_detail .model_social .icon a.facebook{
	background-position:-56px 0;
}
.model_detail .model_social .icon a.linkedin{
	background-position:-112px 0;
}
.model_detail .model_social .icon a.google{
	background-position:-169px 0;
}
.model_detail .model_social .icon a.youtube{
	background-position:-225px 0;
}
.model_detail .model_social .icon  a:hover {
  transform: rotate(360deg);
}
.model_detail .request_quote > a:after {
    background: url("../images/quote-icon.png") no-repeat 0 center;
    bottom: 0;
    content: "";
    height: 25px;
    left: 16px;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 25px;
}
.model_detail .request_quote {
    background-image: linear-gradient(to bottom, #ffffff 0%, #857c7f 100%);
    border-radius: 31px;
    display: inline-block;
    padding: 4px 5px;
}
.model_detail .request_quote > a {
    background:#2113eb;
    border-radius: 21px;
    color: #ffffff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding:15px 25px 16px 47px;
    position: relative;
    text-transform: uppercase;
}
.model_detail .request_quote > a:hover {
    background:#000000;
}
.model_detail .model_social > p {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.inner_page .model_specifi {
  padding: 50px 0 0;
}
.inner_page .model_specifi .specification {
  width: 36.75%;
}
.inner_page .model_specifi .specification h2:after {
  display: none;
}
.inner_page .model_specifi .specification h2  {
    background: url("../images/wel-border.png") repeat-x center bottom;
    color: #000000;
    font-family: 'Georgia';
    font-size: 36px;
    font-weight: normal;
    line-height: 100%;
    padding: 0 0 20px;
    text-align: left;
    text-transform: capitalize;
}
.model_detail .model_specifi table {
  margin: 30px 0 0;
  max-width: 100%;
  width: 100%;
}
.model_detail .model_specifi table tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #efefef;
    border-bottom: 1px dotted #b4b4b4;
    box-shadow: 0 1px 0 0 #ffffff;
}
.model_detail .model_specifi table tr:nth-child(2n) {
  background: none repeat scroll 0 0 #f4f4f4;
  border-bottom: 1px dotted #b4b4b4;
  box-shadow: 0 1px 0 0 #ffffff;
}
.model_specifi table tr td {
  border-right: 1px solid #ffffff;
    color: #000;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    padding: 12px 14px;
    width: 20%;
}
.inner_page .model_specifi .spec_tab {
  width: 59.8%;
}

.spec_tab .title, .feature_content .fea_title {
    border-bottom: 1px dotted #b4b4b4;
    color: #333333;
    display:block;
    font-family: 'Georgia';
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.spec_tab .Options .title {
  display: inline-block;
  min-width: 238px;
}
.inner_page .model_specifi .spec_tab .tabing_sec ul.ui-tabs-nav li:first-child{
	background:url(../images/tab-seprator.png) no-repeat left center , url(../images/tab-seprator.png) no-repeat right center;
}
.inner_page .model_specifi .spec_tab .tabing_sec ul.ui-tabs-nav li {
  float: left;
  background:url(../images/tab-seprator.png) no-repeat right center;
  margin-bottom: -4px;
}
.inner_page .model_specifi .spec_tab .tabing_sec ul.ui-tabs-nav li a{
  font-family: 'Georgia';
	font-size:20px;
	color:#333;
	line-height:100%;
	font-weight:normal;
	padding: 19px 25.2px;
}
.inner_page .model_specifi .spec_tab .ui-widget-content ul.ui-tabs-nav {
  border-bottom: 4px solid #cccccc;
 float: left;
    width: 100%;
}
.inner_page .model_specifi .spec_tab .tabing_sec ul.ui-tabs-nav li.ui-tabs-active a {
  background: none repeat scroll 0 0 #333333;
  border-bottom: 4px solid #000000;
  color: #ffffff;
}
.inner_page .model_specifi .spec_tab .tab_common {
  background: none repeat scroll 0 0 #efefef;
  padding: 25px;
}
.inner_page .model_specifi .feature_content.standard {
  display: block;
  margin-top: 50px;
}
.inner_page .model_specifi .spec_tab .tab_common ul li {
  background: url("../images/list_arrow.png") no-repeat left 0;
  color: #333333;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 14px;
  padding-left: 30px;
}
.inner_page .model_specifi .spec_tab .color .color_name{
	font-size:15px;
	color:#333;
	 font-family: 'Georgia';
	font-weight:bold;
	 vertical-align: middle;
	 display: inline-block;
	 width: 58%;
	 padding: 0 0 0 3%;
}
.inner_page .model_specifi .spec_tab .color .color_bg {
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  cursor: pointer;
  width: 55px;
}
.inner_page .model_specifi .spec_tab .color .indigo .color_bg {
  background: #0b2492;
}
.inner_page .model_specifi .spec_tab .color .red .color_bg {
  background: #930d19;
}
.inner_page .model_specifi .spec_tab .color .black .color_bg {
  background: #000;
}
.inner_page .model_specifi .spec_tab .color .blue .color_bg {
  background: #d9d8d4;
}
.inner_page .model_specifi .spec_tab .color .platinum .color_bg {
  background: #d9d8d4;
}
.inner_page .model_specifi .spec_tab .color .sea_foam .color_bg {
  background: #d9d8d4;
}
.inner_page .model_specifi .spec_tab .color .color_block {
display: block;
    margin: 20px 1% 0 0;
    width: 24%;
}
/*	
.inner_page .model_specifi .spec_tab .Options .list_arrow > li:nth-child(2n) {
    float: right;
}*/
.inner_page .model_specifi .spec_tab .Options .list_arrow > li {
    float: left;
    width: 100%;
}
.inner_page .model_specifi .spec_tab .color.left {
  margin-left: 15px;
  margin-top: 40px;
}
.inner_page .model_specifi .spec_tab .feature .feature_content .features:last-child {
    margin-bottom: 0;
}
.inner_page .model_specifi .spec_tab .feature .feature_content .features:nth-child(2n+1) {
    /*margin-right: 3%;*/
}
.inner_page .model_specifi .spec_tab .feature .feature_content .features {
    margin-bottom: 30px;
    float: none;
    clear:both;
  /*  width: 48%;*/
}
.feature_content ul + .clear + .fea_title {
  margin-top: 35px;
}
.inner_page .model_specifi .spec_tab .tab_common ul.slides li {
  background: none;
  padding: 0;
}
#slider .flex-direction-nav , #slider2 .flex-direction-nav , #slider3 .flex-direction-nav {
  display: none;
}
#carousel.flexslider ul.flex-direction-nav li.flex-nav-prev , #carousel2.flexslider ul.flex-direction-nav li.flex-nav-prev , #carousel3.flexslider ul.flex-direction-nav li.flex-nav-prev {
  background: url("../images/gallety-l-arrow.png") no-repeat 0 0;
  height: 32px;
    left: 0;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 36%;
    width: 16px;
    z-index: 9999;
}
#carousel.flexslider ul.flex-direction-nav li.flex-nav-next , #carousel2.flexslider ul.flex-direction-nav li.flex-nav-next , #carousel3.flexslider ul.flex-direction-nav li.flex-nav-next {
  background: url("../images/gallety-r-arrow.png") no-repeat 0 0;
  height: 32px;
    left: auto;
    outline: 0 none;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 36%;
    right:0;
    width: 16px;
    z-index: 9999;
}
.tabing_sec #bx-pager > a {
  float: left;
  margin: 10px;
}

#carousel.flexslider ul.slides li , #carousel2.flexslider ul.slides li , #carousel3.flexslider ul.slides li {
  margin-top: 10px;
  cursor: pointer;
}
#carousel .flex-viewport , #carousel2 .flex-viewport , #carousel3 .flex-viewport {
  margin:0 28px;
}
.flexslider ul.flex-direction-nav li a {
  height: 32px;
}
#carousel.flexslider , #carousel2.flexslider , #carousel3.flexslider {
  position: relative;
}
.feature .title_video {
  color: #333333;
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.inner_page .ui-accordion .main_tabs_content {
  height: auto!important;
  margin-bottom: 15px;
}
.model_bottom{
	background:url(../images/model-bottom-bg.jpg) no-repeat center 0;
	background-size:cover;
	padding:60px 0;
	position: relative;
	z-index:1;
}
.model_bottom:before{
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:100%;
	height:100%;
	background:rgba(51, 51, 51, 0.8) ;
	position:absolute;
	z-index:-1;
}
.model_bottom h2 {
  color: #fff;
}
.model_bottom h2:after {
  border-color: rgba(255,255,255,0.5);
}
.model_bottom .mod-det {
  width: 45%;
}
.model_bottom .mod-det p{
	color:#fff;
	font-size:26px;
	line-height:35px;
	 font-family: 'Georgia';
}
.model_bottom .model_bot_desc{
	margin:40px 0 0 0;
}
.model_bottom .mod-del-img {
  width: 50%;
}
.catfish_detail .model_sec_top , .model_detail .f4shallow-water .model_sec_top , .model_detail .f4shallow-water .top_images , .model_detail .shallow-water .model_sec_top , .model_detail .shallow-water .top_images , .model_detail .stalker_console .model_sec_top , .model_detail .F86 .top_images{
  margin: 31px 0 0 0;
}
.inner_page .f4shallow-water .model_specifi .specification , .inner_page .shallow-water .model_specifi .specification , .inner_page .F86 .model_specifi .specification , .inner_page .stalker_console .model_specifi .specification{
  float: none;
  width: 100%;
}
.f4shallow-water .model_specifi table tr td , .shallow-water .model_specifi table tr td , .F86 .model_specifi table tr td , .stalker_console .model_specifi table tr td{
  width: auto;
}
.f4shallow-water .model_specifi table thead tr td , .shallow-water .model_specifi table thead tr td , .F86 .model_specifi table thead tr td , .stalker_console .model_specifi table thead tr td{
	font-weight: bold;
	background: #DBDBDB;
	box-shadow: 0 2px 0 0 #fff;
}
.inner_page .f4shallow-water .model_specifi .yellow_img , .inner_page .shallow-water .model_specifi .yellow_img , .F86 .model_specifi .yellow_img , .stalker_console .model_specifi .yellow_img{
  margin: 50px 0;
}
.inner_page .f4shallow-water .model_specifi .spec_tab , .inner_page .shallow-water .model_specifi .spec_tab , .inner_page .F86 .model_specifi .spec_tab , .inner_page .stalker_console .model_specifi .spec_tab {
  width: 100%;
}
.f4shallow-water .flexslider , .shallow-water .flexslider , .F86 .flexslider , .stalker_console .flexslider{
  width: 58.7%;
}
.inner_page .F86 .model_specifi .specification h2 {
  background: none;
}
.inner_page .F86 .model_specifi .specification p {
  color: #333;
  font-size: 22px;
  line-height: 100%;
}
.inner_page .model_specifi .specification.OFP {
  margin: 50px 0;
}
.stalker_console .yellow_img h3 {
  color: #000;
  font-size: 35px;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
  margin: 0 0 9px 0;
}
.stalker_console .yellow_img.first h3{
	margin: 0 0 30px 0;
}
.stalker_console .yellow_img.sec p{
	font-size:16px;
	line-height:100%;
	text-align: center;
	margin: 0 0 19px;
}
.inner_page .model_specifi .spec_tab .tab_common ul li span {
  display: block;
  margin: 10px 0 0 10px;
}
.model-del-video {
  width: 57.1%;
  height:430px;
}
.model-del-video iframe{
	display: none;
}
.model-del-video iframe:nth-child(1){
	display: block;
}
.inner_page .model_specifi .spec_tab .tab_common iframe {
  width: 100%;
  height:100%;
}
.catfish_detail .model-del-video, .baypro .model-del-video {
  width: 100%;
}
.flexslider li.flex-nav-prev:hover {
  opacity: 0.5;
}


/* 31-01-2017 */
.model_thumb {
	margin-top: 20px;
	text-align: center;
}
.model_thumb .thumbnail_box{
	width: 24.25%;
	float: none;
	margin-right: 0;
	position: relative;
	height: 110px;
    border: 2px solid #999;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #000;
    cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	display: inline-block;
	max-width: 155px;
}

.model_thumb .thumbnail_box.active {
	border-color: #000;
}


.model_thumb:after {
	content: "";
	clear:both;
	display: block;
} 

.model_thumb .thumbnail_box:last-child{
	margin-right: 0;
}
.model_thumb .thumbnail_box .thum_video {
	width: 100%;
    height: 100%;
    background-size: 200% !important;
	background-position: center center !important;
}

.model_thumb .thumbnail_box .thum_video span{
    background: url(../images/thumb-videoicon.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 36px;
    height: 25px;
}
.text-left {
	text-align: left;
}

#carousel li.flex-active-slide,
#carousel1 li.flex-active-slide, 
#carousel2 li.flex-active-slide, 
#carousel3 li.flex-active-slide,
#carousel4 li.flex-active-slide {
	opacity: 0.5;
}
.section-left .image-block {
    border-radius: 6px;
    overflow: hidden;
    width: 27.3%;
}


.section-left .content-block {
    text-align: justify;
    width: 70%;
}