/* mobile */

/* common */

.mobile_show{
		display:none;
	}

.mobile_header_popup{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10001;
	overflow-y:auto;
	display:none;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.9);
	}

.mobile_header_popup .mobile_header_menu_wrapper{
	margin-top:75px;
	margin-left:70px;
	margin-right:70px;
	}

@media (max-width: 1024px) { 

.mobile_header_popup .mobile_header_menu_wrapper{
	margin-top:45px;
	margin-left:15px;
	margin-right:15px;
	}

}

.mobile_header_popup .mobile_header_menu_wrapper a{
	font-size:16px;
	line-height:22px;
	font-family: 'dinproregular';
	color:#006aba;
	}

.mobile_header_popup .mobile_header_menu_wrapper li+li{
	margin-top:5px;	
	}	

.mobile_header_popup .mobile_header_menu_wrapper li ul{
	margin-top:5px;
	margin-left:15px;}

.mobile_header_popup .mobile_header_menu_wrapper li ul a{
	font-size:14px;
	line-height:20px;
	}


/* header */
.mobile_header{
	height:75px;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:10002;
	background-color:#FFF;
	}
	
.mobile_header_back{
	position:relative;
	opacity:0;}	

.mobile_header .header_logo {
  height: 35px;
  position: absolute;
  left: 70px;
  top: 20px;
  right:auto;
}

.mobile_header_menu_btn{
	width:20px;
  height: 16px;
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top:-8px;
  display:none;
	}

.mobile_header_menu_btn img{
	position:absolute;
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;}

.searchform{
	position:absolute;
	right:70px;
	height:22px;
	margin:auto;
	top:0px;
	bottom:0px;}
	
.searchform input{
	background:none;
	border:none;}
	
.searchform input.searchform_text{
	font-size:16px;
	line-height:16px;
	width:200px;
	color:#006aba;
	font-family: 'dinproregular';
	vertical-align:middle;
	opacity:1;
	border:1px solid #006aba;
	padding:5px;
	margin-right:5px;
	}		

.searchform:hover input.searchform_text{
	opacity:1;
	}

.searchform input.searchform_submit{
	margin-left:5px;
	background-color:#fff;
	color:#006aba;
	padding:0px;
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
	ont-family: "dinprobold";
	display:none;
	vertical-align:middle;
	}	

.searchform_submit_btn{
	margin-left:5px;
	display:inline-block;
	height:22px;
	}
	
.searchform_submit_btn img{
	height:22px;
	width:auto;}	

@media (max-width: 1280px) { 
	.searchform input.searchform_text{
		font-size:16px;
		width:160px;
	}	
	
}

@media (max-width: 1024px) { 
	
	.mobile_header{
		height:45px;
		left:0px;
		top:0px;
		width:100%;
		z-index:10002;
		background-color:#FFF;
		}
	
	.mobile_header .header_logo {
	  height: 20px;
	  position: absolute;
	  left: 15px;
	  top: 50%;
	  margin-top:-10px;
	}
	
	.mobile_header_menu_btn{
		width:20px;
	  height: 16px;
	  position: absolute;
	  right: 15px;
	  top: 50%;
	  margin-top:-8px;
	  display:block;
		}
	
	.mobile_header_menu_btn img{
		position:absolute;
	  left: 0px;
	  top: 0px;
	  width:100%;
	  height:100%;}
	  
	  .searchform {
	  right: 50px;
	  padding-right: 15px;
	  height: 20px;
	border-right:1px solid #cccccc;
	}
	
	.searchform input.searchform_text{
	font-size:12px;
	line-height:20px;
	width:100px;
	opacity:1;
	padding:0px 5px;
	}	
	
	
.searchform_submit_btn{
	  height: 20px;
	}
	
.searchform_submit_btn img{
	  height: 20px;}
	  
}

@media (max-width: 480px) { 
.search_item .thumb {
  float: none;
  margin-bottom: 20px;
  width: 100%;
}
}

/* home feature */


.mobile_home_feature_slide_item{
	width:100%;
	color:#006aba;}

.mobile_home_feature_slide_item .thumb_wrapper{
	position:relative;
	background-color:#ccc;}

.mobile_home_feature_slide_item .thumb{
	width:100%;
	opacity:0.9;
	}
	
.mobile_home_feature_slide_item	.triangle{
	position:absolute;
	right:0px;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 35px;
	border-color: transparent transparent #fff transparent;	
	}	

.mobile_home_feature_slide_item .mobile_text_wrapper{
	text-align:center;
	padding:70px 35px 50px 35px;
	}


.mobile_home_feature_slide_item .text1 {
	  font-size: 20px;
	  line-height: 26px;
	font-family: 'dinprobold';
	text-transform:uppercase;
	letter-spacing:0.1em;
	}
	
	
.mobile_home_feature_slide_item .text2{
	font-size:16px;
	line-height:22px;
	font-family: 'dinproregular';
	margin-top:5px;
	display:inline-block;
	}		
	
.mobile_home_feature_slide .border_button{
	font-size:16px;
	line-height:16px;
	font-family: 'dinprobold';
	text-transform:uppercase;
	padding:10px 20px;
	border:1px solid #006aba;
	display:inline-block;
	margin-top:30px;
	color:#006aba;
	}	

.mobile_home_feature_slide .border_button .s_triangle{	
	width: 0;
	height: 0;
	display:inline-block;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #006aba;
	margin-left:10px;
	margin-bottom:2px;
}


.mobile_home_feature_slide .border_button:hover{
	background-color:#006aba;
	color:#fff;
	}
	
.mobile_home_feature_slide .border_button:hover .s_triangle{
	border-color: transparent transparent transparent #fff;
	}		

.mobile_home_feature_slide .owl-controls {
  text-align: center;
  position:relative;
  z-index:100;
  margin-top:0px;
  padding-bottom:30px;
}

.mobile_home_feature_slide .owl-controls .owl-dot {
  background-color: #cccccc;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 8px;
  opacity:1;
}

.mobile_home_feature_slide .owl-controls .owl-dot.active , .mobile_home_feature_slide .owl-controls .owl-dot:hover {
	background-color:transparent;
  border: 3px solid #cccccc;
  margin-bottom: -3px;
  margin-left: 7px;
  margin-right: 7px;
}


.mobile_content .home_slideshow2_wrapper .owl-controls {
  text-align: center;
  position:relative;
  z-index:100;
  margin-top:0px;
  padding-bottom:30px;
}

.mobile_content .home_slideshow2_wrapper .owl-controls .owl-dot {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 8px;
  opacity:1;
}

.mobile_content .home_slideshow2_wrapper .owl-controls .owl-dot.active , .mobile_content .home_slideshow2_wrapper .owl-controls .owl-dot:hover {
	background-color:transparent;
  border: 3px solid #fff;
  margin-bottom: -3px;
  margin-left: 7px;
  margin-right: 7px;
}


.mobile_content .home_slideshow2_wrapper{
	float:none;
	width:100%;
	position:relative;
	background-color:#006aba;
	}

.mobile_content .home_item_wrapper2 .home_item_big {
	float:none;
	width:100%;
	position:relative;
}

.home_slideshow2_text_item .mobile_text_wrapper{
	text-align:center;
	padding:70px 35px 50px 35px;
	color:#FFF;
	}


.mobile_content .home_product_box .home_item_nav{
	height:55px;
	width:100%;
	text-align:center;
	position:relative;
	bottom:auto;
	left:auto;
	}
	
/* about */	
	
.mobile_content .aboutimage	{
	position:absolute;
	opacity:0.2;
	}
	
.mobile_content .home_about_box{
  background-color: #8cc63f;
  overflow:hidden;
	}	
	
.home_about_box .mobile_text_wrapper{
	text-align:center;
	padding:70px 35px 70px 35px;
	}	
	
	
/* contact us */

.contactus_downarrow{
	width:25px;
	height:16px;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-8px;
	}	
	
.contactus_downarrow img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	}	
	
.contactus_downarrow .over, .contactus_title_wrapper:hover .normal, .contactus_downarrow .up{
	display:none;}	

.contactus_title_wrapper:hover .over{
	display:block;
	}

.contactus_title_wrapper:hover .contactus_title{
	color:#006aba;
	}
	

	
/* footer */

.mobile_footer_wrapper{
	text-align:center;
	padding:70px 35px 70px 35px;
	}


.mobile_footer_wrapper .share_icon{
	width:30px;
	margin-left:10px;
	margin-right:10px;
	}	
	
.mobile_footer_wrapper .share_icon img{
	width:100%;}	
	
.mobile_footer_wrapper .copyright{
	font-size:14px;
	line-height:18px;
	color:#006aba;	
	text-align:center;
	margin-top:20px;
	}	


/* product detail */

.mobile_product_slideshow{
	white-space:nowrap;
	overflow:hidden;
	background-color:#CCC;
	}

.mobile_product_slideshow .owl-controls{
	}

.mobile_product_slideshow img{
	width:100%;
	display:inline-block;
	float:none;
	margin-right: -4px;
	opacity:0.9;
	}

.mobile_product_slideshow .owl-controls {
  text-align: center;
  position:relative;
  z-index:100;
  margin-top:0px;
  padding-top:30px;
  padding-bottom:30px;
  background-color:#FFF;
}

.mobile_product_slideshow .owl-controls .owl-dot {
  background-color: #cccccc;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 8px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 8px;
  opacity:1;
}

.mobile_product_slideshow .owl-controls .owl-dot.active , .mobile_product_slideshow .owl-controls .owl-dot:hover {
	background-color:transparent;
  border: 3px solid #cccccc;
  margin-bottom: -3px;
  margin-left: 7px;
  margin-right: 7px;
}

.mobile_product_slideshow .owl-controls {
	}


.home_item_wrapper2 .owl-theme .owl-controls {
	background-color:#006aba
	}
	
.home_item_wrapper2 .owl-theme  .owl-controls .owl-page span {
  background-color: #fff;
}	
	
.home_item_wrapper2 .owl-theme .owl-controls .owl-page.active span, .home_item_wrapper2 .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color:transparent;
  border: 3px solid #fff;
}	

.mobile_feature_box_wrapper{
	margin-top:70px;
	width:100%;}

.mobile_feature_box_wrapper .feature_box ul{
	margin-top:20px;
	}
	
.mobile_feature_box_wrapper .feature_box ul ul{
	margin-top:5px;
	}	

.mobile_feature_box_wrapper .feature_box{
	margin-left:-30px;
	padding:70px 30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:0px;
	}

.mobile_feature_box_wrapper .feature_box+.feature_box{
	border-top:none;
	border-bottom:1px solid #fff;
	}

.mobile_feature_box_wrapper .feature_title{
	cursor:pointer;}
	
.feature_downarrow{
	width:25px;
	height:16px;
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-8px;
	}	
	
.feature_downarrow img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	}	
	
.feature_downarrow .over, .feature_title:hover .normal, .feature_downarrow .up{
	display:none;}	

.feature_title:hover .over{
	display:block;
	}

.feature_title:hover{
	color:#006aba;
	}	

/*
.home .mobile_show.mobile_content{
	display:block;
	position:absolute;
	left:-100%;
	top:-100%;
	width:100%;
	}
*/
@media (max-width: 1440px) { 
	.content_product_index .product_item{
		width:25%}
		
	.content_product_index .product_item_big{
		width:50%;
		}	
}

@media (max-width: 1280px) { 
	.content_product_index .product_item{
		width:50%}
		
	.content_product_index .product_item_big{
		width:100%;
		}	
}
	
@media (max-width: 960px) { 
	.mobile_hide{
		display:none;}
		
	.mobile_show{
		display:block;
		}	
	
	.inside_content{}
	.content_product_index{
		}	
		
	.content_product_index .product_item{
		width:100%}
		
	.content_product_index .product_item_big{
		width:100%}
	
	.content_product_index .product_item_icon {
	  width: 50px;
	}	
	/*
	.home .mobile_show.mobile_content{
	display:block;
	position:relative;
	left:auto;
	top:auto;
	width:auto;
	}
	*/		
}