


.banner-text p {
	line-height: 1.5;
	
	

}

/* ------------------------------------------------------------------------------
	Countdown
-------------------------------------------------------------------------------*/

#countdown {
	/*padding:1em;*/
	position:relative;
	margin-top: -3%;
	/*margin-bottom:5%;*/
    text-align:center
	/*padding: 10px 0 20px;*/
}
.counter-bg {
    background-image: url(../img/11.png);
  
    /*background-repeat: repeat-x;*/
    /*background-repeat: repeat-y;*/
}
.item {
	display: inline-block;
    position: relative;
    text-align: center;
    margin: 4px 5px;
    padding: 15px 0 24px;
    text-transform: uppercase;
    /*font-size: 16px;*/
    color: #fff;
    width: 8.1em;
    /* background: rgba(0, 0, 0, 0.34); */
    border: 1px #fff dashed;
    border-bottom: 2px solid #ffc107;
}
.item p {
	text-align:center;
	margin:0;
	font-size:4em;
	padding:0;
	/* background: rgba(2, 7, 13, 0.28); */
}

#countdown .item:nth-child(1){/* background: rgb(208, 40, 40); */margin: 0;}
#countdown .item:nth-child(2){/* background: rgb(37, 110, 249); */}
#countdown .item:nth-child(3){/* background: rgb(38, 175, 38); */}
#countdown .item:nth-child(4){/* background: rgb(230, 158, 21); */}

@media screen and (max-width: 1230px) {
    .item {
   display: inline-block;
    position: relative;
    text-align: center;
    margin: 4px 5px;
    padding: 11px 8px 10px 5px;
    text-transform: uppercase;
    /* font-size: 25px; */
    color: #fff;
    width: 9em;
    /* background: rgba(0, 0, 0, 0.34); */
    border: 1px #fff dashed;
    border-bottom: 2px solid #ffc107;
}
    .item p {
	text-align:center;
	margin:0;
	font-size:4em;
	padding:0;
	/* background: rgba(2, 7, 13, 0.28); */
}

@media screen and (max-width: 1024px) {
    .item {
    display: inline-block;
    position: relative;
    text-align: center;
    /* margin: 0 10px; */
    padding: 11px 0 20px;
    text-transform: uppercase;
    /*font-size: 11px;*/
    color: #fff;
    /*width: 103px;*/
    /* background: rgba(0, 0, 0, 0.34); */
    border: 1px #fff dashed;
    border-bottom: 2px solid #ffc107;
}
}
@media screen and (max-width: 768px) {
 .banner-text {
 padding-top: 4%;
}
 .banner-text h1 {
 font-size: 42px;
}
 .banner-text p {
 font-size: 24px;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
h1, .type-wrap {
    font-size: 24px;
    color: #fff;
}
#countdown {
	margin-bottom:0px;
    margin-top:-6%
}
#countdown .item:nth-child(1){
    margin: 15px; 
	margin-left:0px;
}
.item {
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 10px;
    padding: 5px 0 20px;
    text-transform: uppercase;
    font-size: 10px;
    border-bottom: 1px solid #ffc107;
    color: #fff;
    /*width: 140px;*/
    /* background: rgba(0, 0, 0, 0.34); */
   color: #fff;
	
	/* background: rgba(0, 0, 0, 0.34); */
	border: 1px #fff dashed;
	border-bottom: 2px solid #ffc107;
    margin: 15px;
    margin-left:0px;
}
.subscribe { 
    padding-bottom: 50px; 
}
}
@media screen and (max-width: 640px) {
 .banner-text {
 padding-top: 12%;
}
h1, .type-wrap {
    font-size: 18px;
    color: #fff;
}
}
@media screen and (max-width: 480px) {
 .banner-text {
 padding-top: 11%;
}
 .banner-text h1 {
 font-size: 32px;
}
 .item {
 /*width:70%;*/
}
}
@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
 .item {
 width:70%;
}
}
