/* Preloader */

html {
    position: relative;
    min-height: 100%;
}

#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 */
}
#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 */
}
body {
    font-family: 'Open Sans', sans-serif;
    color: blanchedalmond;
    font-size: 18px;
    line-height: 22px;
    background-color: rgba(53, 10, 4, .5);
	background-image:url(../img/bg.jpg);
	background-size: cover;
    /*background-attachment: fixed;*/
    font-weight: normal;
    margin-bottom: 60px;
}

body.yellow {
    background-color: #ffcc00;
}
body.green {
    background-color: #aaee06;
}
body.blue {
    background-color: #00d2ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.homepage #logo {
    margin: 0 0 26px 0;
}
.home {
    background: #e6e9ed url(../img/bg-body.png) left top repeat-x;
}
.main-wrapper {
    padding: 60px 20px 0 20px;
    margin: 0 auto;
}

/*Slogan start here*/

.slogan {
    margin-bottom: 46px;
    text-align: center;
}
.slogan h1 {
    color: blanchedalmond;
}
.slogan p {
    margin: 10px 0;
    padding: 0;
    color: #3e3d3d;
}
/*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;
    padding: 0;
    list-style: none;
    font-size: 28px;
    display: inline-block;
    min-height: 250px;
}
.count-down li div {
    margin: 0 !important;
    padding: 0;
}
.count-down li input {
    font-family: 'Roboto', sans-serif !important;
    font-size: 88px!important;    
    width: 154px!important;
    height: 98px!important;
    margin: 70px 0 0 -210px !important;
    font-weight: normal!important;
}
#days-title,
#hours-title,
#mins-title,
#secs-title {
    display: block;   
    text-transform: uppercase;
    margin-top: -94px;
    font-size: 24px;
    position: relative;
    z-index: 9 !important;
}
/*Countdown end here*/

.linkedin {
    margin-bottom: 0.3em;
    text-align: center;
}

/*Footer start here*/

footer {
    text-align: center;
    font-size: 16px;
}
.footer-text{
	font-size: 12px;
}
.footer-color {
    text-align: center;
    cursor: default;
    margin: auto;
}
footer a {
    color: #8a8b8b;
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
    color: #8a8b8b;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*Footer end here*/

.ux .modal {
    background: rgba(31, 31, 31, 0.96)
}
.pop-up {
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: none;
}
.cls-pop {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: normal;
    z-index: 999;
}
.cls-pop:hover {
    color: #ff382e;
    text-decoration: none;
}
.pop-up h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 60px 0;
    padding: 0;
    color: #ff382e;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}
.pop-up h3:before {
    background-color: #ff382e;
    bottom: -30px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 300px;
}
.pop-up h3:before {
    left: 50%;
    margin-left: -150px;
}
.pop-up p {
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #dadada;
}
.pop-up-cnt {
    text-align: center;
}
.pop-up-cnt i {
    height: 40px;
    width: 40px;
    background-color: #ff3b30;
    border-radius: 50%;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
}
.pop-up-cnt h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
.pop-up-cnt .cnt-wrap {
    padding-top: 30px;
}
.gmap {
    margin: 20px 0;
    position: relative;
    width: 100%;
    height: 400px;
}

/* 404 page design */

h1.error {
    color: rgb(255, 255, 255);
    font-size: 10em;
}
.no-page-found {
    margin-bottom: 76px;
    text-align: center;
	color: rgb(255, 255, 255);	
}
.no-page-found p {
    color: rgb(255, 255, 255);
    margin: 10px 0;
    padding: 0;
}
.no-page-found p a{
    color: rgb(255, 255, 0);
	text-decoration: underline;    
}
.no-page-found p a:hover{    
	text-decoration: none;    
}

/*Template color option start here*/

.template-colors {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
}
.template-colors li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    font-size: 26px;
}
.template-colors li a {
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.template-colors li a:hover {
    border: 1px solid #999;
}
.template-colors li a.blue {
    background-color: #00d2ff;
}
.template-colors li a.green {
    background-color: #aaee06;
}
.template-colors li a.yellow {
    background-color: #ffcc00;
}
/*Template color option end here*/

@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: 1150px) {

}

@media only screen and (max-width: 1024px) {
    .count-down li div,
    .count-down li canvas {
        width: 230px !important;
        height: 230px !important;
    }
    .count-down li input {
        margin: 36px 0 0 -187px !important;
    }
    .hide-med {
        display: none !important;
    }
}
@media only screen and (max-device-width: 767px) {

}
@media only screen and (max-device-width: 600px) {

}
@media only screen and (max-device-width: 568px) {

}
/*Responsive css end here*/
