/* ==================================================================
Template Specific Styles (Custom CSS here)
================================================================== */

/*	Travel(HTML5 Video)
-------------------------------------------------------------- */
/* Sub Text Background Box Color */
#travel	.lt-boxed {
	background: none #60d8ff;
}

/* Set Preloader Color */
.stretcher > div, .sq-fill, .bouncer > div {
    background: none #60d8ff;
}

/* Subscribe button border and background */
.coming-soon .btn {
	background: none #60d8ff;
	color: #000;
}

/* ==================================================================
Responsive styles
================================================================== */

/* Small Devices, Tablets
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops, Laptops
-------------------------------------------------------------- */
@media only screen and (min-width : 1224px) {
}

/* Large Devices, Wide Screens
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
}
