
.delay1{
	-webkit-animation-delay: 0.5s; /* Safari and Chrome */
	animation-delay: 0.5s;
}
.delay2{
	-webkit-animation-delay: 1.0s; /* Safari and Chrome */
	animation-delay: 1.0s;
}
.delay3{
	-webkit-animation-delay: 1.5s; /* Safari and Chrome */
	animation-delay: 1.5s;
}
.delay4{
	-webkit-animation-delay: 2.0s; /* Safari and Chrome */
	animation-delay: 2.0s;
}
.delay5{
	-webkit-animation-delay: 2.5s; /* Safari and Chrome */
	animation-delay: 2.5s;
}
.delay6{
	-webkit-animation-delay: 3.0s; /* Safari and Chrome */
	animation-delay: 3.0s;
}
.delay7{
	-webkit-animation-delay: 3.5s; /* Safari and Chrome */
	animation-delay: 3.5s;
}
.delay8{
	-webkit-animation-delay: 4.0s; /* Safari and Chrome */
	animation-delay: 4.0s;
}

/* MEDIA FOR RESPONSIVE */



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

}



@media screen and (min-width: 992px) and (max-width:1199px){
	.container{width:970px;}


}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.c1-title {font-size:61px !important;line-height:50px !important;}
	.days{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	.hours{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	.minutes{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	.seconds{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	
	/* 1/3 column with text */
	.c1-col-keyword{margin-bottom:15px;}
	.c1-col-keyword.last{margin-bottom:0px !important;}
	
	.c1-buttons-container{margin-bottom:45px !important;}
	
	.c2-top-column{margin-bottom:65px;padding:0px 15px 0px 15px !important;}
	.c2-top-column.last{margin-bottom:0 !important;}
	.c2-top-column.last-tablet{margin-bottom:0 !important;}
	.c2-col-content-1{padding:0 !important;}
	
	/* section contact */
	.c4-col-md-left{padding:0px 0px 0px 0px !important;}
	.c4-col-md-right{padding:0px 0px 0px 0px !important;}
	

}


@media screen and (min-width: 300px) and (max-width: 767px){
	
	.c1-title {font-size:54px !important;line-height:50px !important;}
	.c1-title-2{line-height:50px!important}
	.days{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	.hours{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	.minutes{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	.seconds{line-height:42px !important;padding:21px 0px 8px 0px !important;}
	
	/* 1/3 column with text */
	.c1-col-keyword{margin-bottom:15px;}
	.c1-col-keyword.last{margin-bottom:0px !important;}
	
	.c1-buttons-container{margin-bottom:45px !important;}
	
	.c2-top-column{padding:0 !important;margin-bottom:65px;}
	.c2-top-column.last{margin-bottom:0 !important;}
	.c2-col-content-1{padding:0 !important;}
	
	/* section contact */
	.c4-col-md-left{padding:0px 0px 0px 0px !important;}
	.c4-col-md-right{padding:0px 0px 0px 0px !important;}
	
}











