@media only screen and (min-width: 412px) {



}

@media only screen and (min-width: 414px) {



}

@media only screen and (min-width: 768px) {

	.hight_auto {
		height: 100% !important;
	}

	.none {
		display: none;
	}

	.hidden {
		visibility: hidden;
	}

	.img_auto {
		width: 100%;
	}

	.img_auto2 {
		width: 80%;
	}

	.img_auto3 {
		width: 170%;
	}

	.img_auto4 {
		width: 106%;
    	height: 100%;
	}

	.img_auto5 {
		width: 100%;
    	height: 100%;
	}

	.relative {
		position: relative;
	}

	.clean_fix {
		clear: both;
	}

	a:hover,
	a:link {
		text-decoration: none !important;
	}

	input::-webkit-input-placeholder { /* WebKit browsers */ 

		color: #fff;
		font-size: 35px; 

	} 

	input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 

		color: #fff;
		font-size: 35px;  

	} 

	input::-moz-placeholder { /* Mozilla Firefox 19+ */ 

		color: #fff;
		font-size: 35px;  

	} 

	input:-ms-input-placeholder { /* Internet Explorer 10+ */ 

		color: #fff;
		font-size: 35px;  

	}



}

@media only screen and (min-width: 1024px) {
	
	.hight_auto {
		height: 100% !important;
	}

	.none {
		display: none;
	}

	.hidden {
		visibility: hidden;
	}

	.img_auto {
		width: 100%;
	}

	.img_auto2 {
		width: 80%;
	}

	.img_auto3 {
		width: 170%;
	}

	.img_auto4 {
		width: 106%;
    	height: 100%;
	}

	.img_auto5 {
        width: 100%;
    	height: 100%;
	}

	.logo {
	    width: 270px;
	    height: 55px;
	}


	a:hover,
	a:link {
		text-decoration: none !important;
	}

	input::-webkit-input-placeholder { /* WebKit browsers */ 

		color: #333;
		font-size: 20px;  

	} 

	input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 

		color: #333;
		font-size: 20px;  

	} 

	input::-moz-placeholder { /* Mozilla Firefox 19+ */ 

		color: #333;
		font-size: 20px;  

	} 

	input:-ms-input-placeholder { /* Internet Explorer 10+ */ 

		color: #333;
		font-size: 20px;  

	}

}
