/* Medium Layout: 1280px. */

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



/* Tablet Layout: 768px. */
@media only screen and (min-width: 767px) and (max-width: 991px) {

.comingsoon-box h2, .com-text h2{
	font-size: 30px;
} 

.custom-time-date .count-down {
    margin-bottom: 50px;
}

.custom-time-date {
    margin: 0 0;
}
.cm-social li a{
	font-size: 30px;
}
.comingsoon-box h2 {
    margin-bottom: 50px;
}

div.com-text p{
	padding: 0;
	margin-top: 20px;
}

.com-text h2{
	margin: 0;
}

.com-right-intro {
    margin-top: 50px;
}

.input-group.coming-soon{
	width: 100%;
}


}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

.comingsoon-box h2, .com-text h2{
	font-size: 30px;
} 

.custom-time-date .count-down {
    margin-bottom: 50px;
}

.custom-time-date {
    margin: 0 0;
}
.cm-social li a{
	font-size: 30px;
}
.comingsoon-box h2 {
    margin-bottom: 50px;
}

div.com-text p{
	padding: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.com-text h2{
	margin: 0;
}
.com-right-intro {
    margin-top: 50px;
}

.input-group.coming-soon{
	width: 100%;
}


}


/* Wide Mobile Layout: 480px. */

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