/*MIN*/
@media screen and (min-width:768px) {
	.display-flex{
		display:flex !important;
		display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
	}
}

@media screen and (min-width:769px) {

}

@media screen and (min-width:1024px) {


}
@media screen and (min-width: 1200px){
	.container {
    	width: 1200px;
	}	
}

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

}

@media screen and (min-width:1440px){

}

@media screen and (min-width:1550px){

}

@media screen and (min-width:1920px) {

}

/*/////////////////////////////////////////////////////////////////////*/
/*MAX*/


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

}

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

}

@media screen and(max-width: 991px){
	
}

/*IPAD & MOBILE*/
@media screen and (max-width:768px) {

	.section-banner {
	    padding-top: 0px;
	}
	.countdown {
		background: url(../images/bg-countdown-mb.jpg) no-repeat center center;
	}
	.coutsystem {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-countdown .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.coutsystem-timer {
		font-size: 21px;
		margin-left: 13px;
		width: 77px;
		height: 70px;
	}
	footer .footer-text .footer-text-company {
		font-size: 18px;
	}
	footer .footer-text p {
		font-size: 14px;
	}
}

/* END 768*/

@media screen and (max-width:767px) {
	
}



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

}

/* Iphone 7 plus, 8 plus */
@media screen and (max-width:410px){
	
}

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

}

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

}




/*PC 1366*/
@media screen and (min-width:1000px) and (max-width:1500px) {
    	
}

/*Ipad 1024*/
@media screen and (min-width:992px) and (max-width:1199px) {


}

/*END Ipad 1024*/

@media screen and (max-width:991px) and (min-width:768px) {
    
}

/*Ipad 768*/
@media screen and (max-width:768px) and (min-width: 767.5px) {

}

@media (min-height: 600px) and (max-width: 375px) {

}

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

}