/* Preloader */
@font-face {
    font-family: 'SouthernAire';
    src: url('../fonts/SouthernAirePersonalUseOnly.eot');
    src: url('../fonts/SouthernAirePersonalUseOnlyd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SouthernAirePersonalUseOnly.woff') format('woff'),
        url('../fonts/SouthernAirePersonalUseOnly.ttf') format('truetype'),
        url('../fonts/SouthernAirePersonalUseOnly.svg#SouthernAirePersonalUseOnly') format('svg');
    font-weight: normal;
    font-style: normal;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f2f3f7;
	/* change if the mask should have another color then white */
	z-index: 9999999;
	/* makes sure it stays on top */
}
.middleData {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.homepage {
    display: flex;
    align-items: center;
    min-height: 100vh;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../img/status.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}



/*SLogan end here*/

/*Countdown start here*/

.count-down {
	margin: 0 0 85px 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	height: 240px;
	height: auto;
}

.count-down li {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	font-size: 28px;
	display: inline-block;
	min-height: 260px;
	position: relative;
}

.count-down li div {
	margin: 0 !important;
	padding: 0;
	display: inline-block !important;
}

.count-down li input {
	font-family: 'Roboto', sans-serif !important;
    font-size: 88px !important;
    color: #000000 !important;
    width: 154px !important;
    height: 98px !important;
    margin: 0 auto !important;
    font-weight: normal !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%);
}

#days-title,
#hours-title,
#mins-title,
#secs-title {
	display: block;
	color: #000000;
	text-transform: uppercase;
	margin-top: -94px;
	font-size: 30px;
	position: relative;
	z-index: 9 !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* .count-down li input {
		margin-top: 60px !important;
	} */
}

/*Responsive css start here*/
@media only screen and (max-device-width: 1999px) {
	.count-down li div, .count-down li canvas {
		width: 260 !important;
		height: 260 !important;
	}
	.count-down li {
		min-height: 260;
	}
	.count-down li input {
		top: 47%;
		font-size: 88px !important;
	}
	#days-title, #hours-title, #mins-title, #secs-title{
		font-size: 30px;
		margin-top: -99px;
	}
	.contact-form input {
		font-size: 16px;
	}
}
@media only screen and (max-device-width: 1150px) {
	body {
		flex-direction: column;
	}
	.about-us a {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
	}
	.contact-us a {
		position: relative;
		margin: 0;
		right: auto !important;
		left: auto;
	}
	.about-us .tooltip,
	.contact-us .tooltip {
		display: none !important;
	}
	.about-us .tooltip-arrow,
	.contact-us .tooltip-arrow {
		display: none;
	}
	.popButtons {text-align: center;margin-top: 30px; margin-bottom: 40px;}
	.about-us,.contact-us {
		display: inline-block;
		margin: 0 20px;
	}
	footer {
		font-size: 14px;
	}
	.count-down li div, .count-down li canvas {
		width: 210px !important;
		height: 210px !important;
	}

	.count-down li input {
		font-size: 65px !important;
	}

	#days-title, #hours-title, #mins-title, #secs-title {
		margin-top: -84px;
		font-size: 20px;
	}
	.count-down li input {
		top: 40%;
	}
	body {
		padding: 0;
	}
	.about-us a:after {
		content: 'about';
		position: absolute;
		bottom: -40px;
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'open sans';
		left: 50%;
		transform: translateX(-50%);
	}
	.contact-us a:after {
		content: 'Contact';
		position: absolute;
		bottom: -40px;
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'open sans';
		left: 50%;
		transform: translateX(-50%);
	}
	.main-wrapper {
		padding: 50px 20px 0 20px;
	}
	.popButtons.blackFont a:after{
		color: #000;
	}
}


@media only screen and (max-width: 991px) {
	.count-down {
		max-width: 480px;
		margin: 0 auto 85px auto;
	}
	.count-down li {
		min-height: 240px;
	}
	.count-down li input {
		top: 43%;
	}
	.count-down li {
		min-height: 235px;
	}
	#days-title, #hours-title, #mins-title, #secs-title {
		margin-top: -88px;
	}
}



@media only screen and (max-height: 716px) {
	.madalData {
		height: auto;
	}
}

