/* ================================================================= */
/* SCREEN SIZE Max width 1280px */
/* ================================================================= */

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

	
}

/* ================================================================= */
/* SCREEN SIZE Max width 1160px */
/* ================================================================= */

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

}

/* ================================================================= */
/* SCREEN SIZE Max width 979px */
/* ================================================================= */

@media only screen and (max-width: 1000px){
	
	nav{
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 10px;
		position: relative;
		z-index: 9999999;
	}
	
	.selectmenu{
		display: block;
		float: left;
	}
	
	.callnow-box{
		display: none;
	}
	
	.mainmenu{
		margin: 0px;
		padding: 0px;
		float: right;
		display: none;
		position: relative;
		z-index: 9999999;
		margin-left: 0px;
		width: 100%;
	}
	
	.mainmenu li{
		display: block;
		float: left;
		font-size: 14px;
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.mainmenu li a{
		color: #fff;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		float: left;
		font-size: 18px;
		background: #222;
		border-bottom: 0px;
		width: 100%;
		margin: 0;
		display: block;
	}
	
	.mainmenu li a:hover{
		text-decoration: none;
		color: #3fa147;
		border-bottom: 0px;
	}
	
	.mainmenu li a.active{
		text-decoration: none;
		color: #3fa147;
		border-bottom: 0px;
	}
	
	.mainmenu li a span{display: block; float: left;}
	
	.search{
		position: absolute;
		right: 15px;
		top: 0px;
	}
	
	.search-box form input[type=submit]{
		border: none;
		height: 36px;
		width: 36px;
		background: #222;
		color: #fff;
		margin-left: 5px;
		-webkit-text-align: center;
		font-size: 14px;
	}
	
	.submenu, 
	.submenu2{
		width: 100%;
		height: auto;
	}
	
	.language{
		width: 200px;
	}

}

/* ================================================================= */
/* SCREEN SIZE Max width 767px */
/* ================================================================= */

@media only screen and (max-width: 767px){
	
	h1,h2,h3,h4,h5,h6{
		margin-top: 30px;
		display: block;
		float: left;
		width: 100%;
	}


	header{
		height: auto;
	}
	

	.slide{
		width: 100%;
		float: left;
	}
	
	nav{
		width: 100%;
		display: block;
		float: left;
		margin-bottom: 10px;
		position: relative;
		z-index: 9999999;
	}
	
	.selectmenu{
		display: block;
		float: left;
	}
	
	.mainmenu{
		margin: 0px;
		padding: 0px;
		float: left;
		display: none;
		position: relative;
		z-index: 9999999;
		margin-left: 0px;
		width: 100%;
	}
	
	.mainmenu li{
		display: block;
		float: left;
		font-size: 14px;
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.mainmenu li a{
		color: #fff;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		float: left;
		font-size: 18px;
		background: #222;
		border-bottom: 0px;
		width: 100%;
		margin: 0;
		display: block;
	}
	
	.mainmenu li a:hover{
		text-decoration: none;
		color: #3fa147;
		border-bottom: 0px;
	}
	
	.mainmenu li a.active{
		text-decoration: none;
		color: #3fa147;
		border-bottom: 0px;
	}

		
	.mainmenu li a span{display: block; float: left;}
	
	.search{
		position: absolute;
		right: 15px;
		top: 0px;
	}
	
	.bottom{font-size: 12px;}
	
	.submenu, 
	.submenu2{
		width: 100%;
		height: auto;
	}
	
	.language{
		width: 100px;
	}
		
}

/* ================================================================= */
/* SCREEN SIZE Max width 480px iPhone Landscape*/
/* ================================================================= */
@media only screen and (max-width: 480px){
	
	h1,h2,h3,h4,h5,h6{
		margin-top: 30px;
		display: block;
		float: left;
		width: 100%;
	}

	header{
		height: auto;
	}
	
	.slide{
		width: 100%;
		float: left;
	}
	
	nav{
		width: 100%;
		display: block;
		float: left;
	}
	
	.selectmenu{
		display: block;
		float: left;
	}
	
		
	.mainmenu li a span{display: block; float: left;}
	
	.search{
		position: absolute;
		right: 15px;
		top: 0px;
	}
	
	.bottom{font-size: 12px;}
	
	.submenu, 
	.submenu2{
		width: 100%;
		height: auto;
	}
	
	.language{
		width: 100px;
	}
	
		
}


/* ================================================================= */
/* SCREEN SIZE Max width 360px  iPhone Portrait */
/* ================================================================= */
@media only screen and (max-width: 360px){
	
	
	h1,h2,h3,h4,h5,h6{
		margin-top: 30px;
		display: block;
		float: left;
		width: 100%;
	}
	
	
	header{
		height: auto;
	}
	
	
	.slide{
		width: 100%;
		float: left;
	}
	
	nav{
		width: 100%;
		display: block;
		float: left;
	}
	
	.selectmenu{
		display: block;
		float: left;
	}
		
	.mainmenu li a span{display: block; float: left;}
	
	.language{
		width: 100px;
	}
	
	.bottom{font-size: 12px;}
	
	.submenu, 
	.submenu2{
		width: 100%;
		height: auto;
	}
	
	
}