@charset "UTF-8";
/**
* Contents:
* 1. Maintenance Background Style
* 2. Maintenance Image Style
* 3. Countdown Style
* 4. Footer Style
*/

html, body {
    height: 100%;
    width: 100%;
}

body{
    background-repeat: no-repeat!important;
    background-position: center center fixed!important;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover!important;
}

body{
    border: 0 none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.clear:after{
    content:".";
    display:block;
    clear:both;
    visibility :hidden;
    line-height:0px;
    height:0px;
}

.main-wrap {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.main-wrap-inner {
    clear: both;
    padding-bottom: 50px;
    height: 100%;
    width: 100%;
}

/*css of background wrapper*/
.wp-maintenance-container {
     position: fixed;
     left: 0; 
     top: 0; 
     z-index: 999;
     width: 100%; 
     height: 100%; 
     overflow: visible;
     background-color: #ccc; 
     /*opacity: .9;*/
}

/*css of background video*/
.background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.site-logo{
    text-align: center;
    display: table;
    width: 150px;
    height: auto;
    overflow: hidden;
    margin: 50px auto 50px;
    text-align: center;
}

.site-logo img{
    width: auto;
}

.main-title{
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

.main-title h1{
    font-size: 36px;
    line-height: 100%;
    padding: 0px;
    margin: 0px;

}

.top-description{
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    padding: 10px 0px 45px;
}

.bottom-description{
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

/*countdown*/
.countdown{
    float: left;
    width: 100%;
    margin: 70px 0 70px;
}
.countdown-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clock-item .inner {
    height: 0px;
    position: relative; 
    height: 120px;
    width: 120px;
    margin: 0 auto
}

.clock-canvas {
    /*background-color: rgba(255, 255, 255, .1);*/
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.jumbotron {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.text {
    color: #fff;    
    font-size: 30px;
    font-weight: bold;  
    margin-top: 0px;
    position: absolute;
    top: 25px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
}

.text .val {
    font-size: 30px;
    margin-bottom: 0px;
}

.text .type-time {
    font-size: 14px;
    margin-top: 10px;
}

/*end countdown*/

.social-container{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 80px;
}

.social-container ul{
    list-style: none;
    display: inline;
    margin:0;
    padding: 0;
    text-align: center;
}

.social-container li{
    display: inline;
}

.social-container li a{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ECEFCB;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    transition: all 0.3s ease-out 0s;
}

.social-container li a i{
    font-size: 18px;
    line-height: 35px;
}

.social-container li a:hover{
    color:#ffffff;
    background: #a1d078;
    transition: all 0.3s ease-out 0s;
}

/*Date & Time*/
#maintenancecountdownstart, #maintenancecountdownend{ 
    display: none; 
}

.footer {
    background:rgba(0, 0, 0, .5);
    bottom: 0;
    clear: both;
    left: 0;
    position: absolute;
    width: 100%;
}
.footer-content {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0px;
    min-height: 30px;
}

.footer-text{
    color: #ffffff;
    text-align: center;
}

/*      Responsive css
-----------------------------------------------------------------
*/
@media (max-width: 767px) {
    .main-wrap-inner {
        padding: 0px;
    }
    .clock-item {
        margin: 0px 30px 30px 30px;
    }
    
    .kineticjs-content canvas {
        width: 100%!important;
        height: 100%!important;
        
    }
    .footer{
        position: relative;
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        margin-bottom: 0px!important;
    }
    .clock-item {
        margin-bottom: 30px!important;        
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px!important;        
    }

    .kineticjs-content canvas {
        width: 100%!important;
        height: 100%!important;
        
    }
}

