/* 
    Document   : style
    Created on : Feb 22, 2014, 9:30:04 AM
    Author     : Bilal
    Description:
        Purpose of the stylesheet follows.
*/

body, input, select, textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    font-weight: 300 !important;
    letter-spacing: -0.025em;
    line-height: 1.75em;
}

.animated{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
}
a{ text-decoration: none; }
.error{
    border: 2px solid red !important;
}
.clear{clear: both}
.center{
    text-align: center;
}
.hidden{
    display: none;
}
.form-group {
    margin-bottom: 10px;
}
#email-form textarea {
    width: 100%;
}

.login-form{
    position: relative;
    margin-top: 10px;
    width: 80%;
    background-color: #FFF;
    border-radius: 2px;
    color: #111;
    display: none;
    padding: 25px;
    z-index: 10001 !important;
}
#login-form label{ display: block;}
#email-form label { display: block; }
@media( min-width: 450px ) {

    .login-form{
        width: 450px;
        min-height: 250px;
    
    }    
    
}

/* forms */

.form-group label {
    font-weight: 400;
}

.form-group input[type=text], .form-group input[type=password]  {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.025);
}

.form-group textarea {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.025);
    resize: vertical;
}

.form-group:last-child {
    text-align: center;
}

#email-form label{
    display: block;
}
#email-form textarea{
    border: 1px solid #e1e1e1;
}

#email-form .sc-button {
    width: 150px;
}

#email-form .sc-button i {
    padding: 4px;
}

#login-form input[type=submit]{
    width: 150px;
    background: #414141;
    color: #f9f9f9;
    border-radius: 2px;
}

#popup .logo {
    color: #2B91AF;
    font: bold 325%;
}

.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #484848;
    cursor: pointer;
}

.login-form{
    display: none;
}

.login-form input[type="text"],
.login-form input[type="password"]{
    
    border: 1px solid #d0d0d0;
    padding: 16px 20px 16px 20px;
    
}
.form-group{
    margin-bottom: 10px;
}
.admin-login{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: 999;
}

.admin-login .sc-button i {
    padding: 4px;
}

#admin-login, .sc-button {
    width: auto;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #fff;
    display: inline-block;
    z-index: 999;
    cursor: pointer;
    border: none;
    padding: 0 8px;
    border-radius: 2px;

    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    margin-top: 0;
}
input[type=text], input[type=password], input[type=email] {
    margin-top: 10px;
    padding: 8px 15px;
    width: 80%;
    border: none;
    color: rgb(41, 41, 41);
    outline: none;
}

input[type=submit]{
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    border: none;
    cursor: pointer;    
    
}
input[type=submit]:hover{
    color: #49B2D2;
    background: #fff;
    background-color: #fff;
    
}
#login-form input[type=submit]{ color: #fff; }
/*#admin-login:hover,
.sc-button:hover{
    background: #fff;
    color: #0f0f0f;
}*/
#admin-login .fa {
    margin-left: 5px;
}


.center{
    text-align: center;
}
#about,
#contact{

    z-index: 999;
    background: rgba( 0, 0, 0, 0.85 );
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}
#contact .wuc-box h3,
#about .wuc-box h3{
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 7px;
    text-transform: uppercase;
}
#contact{
    text-align: center;
}
#contact .wuc-box .trigger{
    position: initial;
}

.wuc_icons{
    line-height: 58px;
    text-align: right;
    padding-right: 50px !important;
}

.wuc_icons a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    display: inline-block;
    z-index: 999;
    cursor: pointer;
}
/*.trigger{
    position: absolute;
}*/
.close-trigger{
    position: absolute;
    right: 50px;
    top: 50px;
}
/*.about-trigger{
    left: 20px;
    bottom: 20px;
}
.contact-trigger{
    right: 20px;
    bottom: 20px;
}*/

.wuc_icons{
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;    
}


#wuc-wrapper .wuc-logo img{
    width: auto;
    max-height: 150px;
}
#wuc-wrapper .countdown-show3 .countdown-section{
    width: 40%;

}
#wuc-wrapper #defaultCountdown .countdown-amount{ 
    border: 5px solid #d0d0d0;
    color: #121212;
    border-radius: 100%;
    padding: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
#wuc-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('../img/bg_pattern.png');
    z-index: 9;
}
.wuc-overlay{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
}
#wuc-wrapper a{
    text-decoration: none;
}


.wuc-box{
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    padding: 20px;
    z-index: 991;
    position: relative;
    margin-top: 60px;

}
.wuc-box .title{
    width: 100%;
    text-align: center;
}
.wuc-box .subtitle{
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
    /*height: 10%;*/
    font-weight: 400;
    width: 100%;
}
.wuc-box .wuc_icons{
    margin: 50px auto 0 auto;
    text-align: center;
}

.wuc-box .wuc_icons img:first-child,
.wuc-box .wuc_icons img:last-child{
    margin: 0;
}
.wuc-box .wuc_icons img{
    width: 30px;
    margin: 0 5px;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
}
.wuc-progress.sc-col-sm-12{
    padding-left: 2px;
    padding-right: 2px;
}
.wuc-progress{

    height: 20px;
    display: block;
    background: rgba(0,0,0,.4);
    border-top: 1px solid rgba(0,0,0,.8);
    -webkit-box-shadow: 0 1px 3px rgba(255,255,255,.2), inset 0 1px 5px rgba(0,0,0,.7);
    box-shadow: 0 1px 3px rgba(255,255,255,.2), inset 0 1px 5px rgba(0,0,0,.7);
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
.wuc-progress-bar{
    float: left;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-color: #5bc0de;
    background-size: 40px 40px;
}
.wuc-progress-number{
    float: left;
    height: 100%;
    line-height: 15px;
    font-size: 12px;
    margin-left: 5px;
    display: none;
}
.wuc-shortcode{
    text-align: center;
}
.wuc-shortcode label{
    display: none;
}
.wuc-shortcode input[type=text],
.wuc-shortcode input[type=email]{

    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    width: 80%;
    border: none;
    color: #292929;
    outline: none;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.wuc-shortcode input[type=submit]{
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px; 
    border: none;
    cursor: pointer;
}
.wuc-shortcode input[type=submit]:hover{
    color: #49B2D2;
    background: #fff;
    background-color: #fff;

}

.triangle {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: rgb(255, 255, 255) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -webkit-transform: rotate(360deg);
    left: 100%;
    margin-left: 0px;
    z-index: -1;
}

#menu{
    margin: 0;
    padding-right: 0;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 60px;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: position .5s ease;
    -moz-transition: position .5s ease;
    -ms-transition: position .5s ease;
    -o-transition: position .5s ease;
    transition: position .5s ease;    
}

#menu > div{
    box-sizing: border-box;
}
#menu .menu{
    margin: 0;
    border: none;
    z-index: 10000;
    width: 100%;
    height: 58px;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: position .5s ease;
    -moz-transition: position .5s ease;
    -ms-transition: position .5s ease;
    -o-transition: position .5s ease;
    transition: position .5s ease;
}



#menu .menu ul{
    margin: 0;
    padding-right: 20px;
}

#menu .menu ul li{
    height: 60px;
    line-height: 60px;
    list-style: none;
    margin: 0 15px;
    float: left;
}

#menu .menu ul li a{
    text-decoration: none;
    color: rgb(245, 245, 245);
    font-weight: 300;
    cursor: pointer;
}

#menu .menu ul li:nth-child(2) a{

    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.section-demo{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

/*-------Responsive---------*/

@media( max-width: 400px ) {

}

@media(min-width: 980px){
    .wuc-logo img{
        width: auto;
        max-height: 120px;
    }
    .wuc-box .title{
        font-weight: 200;
        font-size: 34px;
        margin: 30px 0;
    }
    .wuc-box .subtitle{
        font-size: 20px;
        margin: 30px 0;
    }
    .wuc-box{
        width: 750px;
        min-height: 750px;
    }
}
@media(max-width: 767px){

    #menu{
        font-size: 16px;
        height: 120px;
        background: rgba( 50, 50, 50, 0.5 );
    }
    .sc-col-sm-6,
    .sc-col-sm-12{
        width: 100%;
    }    
    .wuc-box{
        font-size: 12px;
        padding: 5px;
        width: 90%;        
    }
    .close-trigger{
        top: 20px;
    }
    
    #menu .sc-col-sm-6{
        padding-left: 0px !important;
        padding-right: 0 !important;
        text-align: center;
        
    }    
    #menu .menu ul li{
        margin: 0 3px;
        /*padding: 0px;*/
        float: none;
        display: inline-block;
    }
    #menu .menu ul{
        padding-left: 10px;
    }
    .wuc-box{
        margin-top: 120px;
    }
    .wuc-progress{
        height: 16px;
    }
    .wuc-progress-number{
        line-height: 11px;
        font-size: 10px;
    }
    .wuc_icons a{
        width: 25px;
    }
}
/**
* Grid CSS
*/
@media (min-width: 768px) {
    /*    .about-trigger{
            left: 50px;
            top: 50px;
        }*/
    /*    .contact-trigger{
            right: 50px;
            top: 50px;
        }    */
    .wuc-shortcode input[type=text],
    .wuc-shortcode input[type=email],
    textarea{
        width: 50%;
    }
    .sc-col-sm-1, .sc-col-sm-2, .sc-col-sm-3, .sc-col-sm-4, .sc-col-sm-5, .sc-col-sm-6, .sc-col-sm-7, .sc-col-sm-8, .sc-col-sm-9, .sc-col-sm-10, .sc-col-sm-11, .sc-col-sm-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;    
    }
    .sc-col-sm-12 {
        width: 100%;
    }
    .sc-col-sm-11 {
        width: 91.66666667%;
    }
    .sc-col-sm-10 {
        width: 83.33333333%;
    }
    .sc-col-sm-9 {
        width: 75%;
    }
    .sc-col-sm-8 {
        width: 66.66666667%;
    }
    .sc-col-sm-7 {
        width: 58.33333333%;
    }
    .sc-col-sm-6 {
        width: 50%;
    }
    .sc-col-sm-5 {
        width: 41.66666667%;
    }
    .sc-col-sm-4 {
        width: 33.3%;
    }
    .sc-col-sm-3 {
        width: 25%;
    }
    .sc-col-sm-2 {
        width: 16.66666667%;
    }
    .sc-col-sm-1 {
        width: 8.33333333%;
    }
}

.sc-col-sm-1, .sc-col-sm-2, .sc-col-sm-3, .sc-col-sm-4, .sc-col-sm-5, .sc-col-sm-6, .sc-col-sm-7, .sc-col-sm-8, .sc-col-sm-9, .sc-col-sm-10, .sc-col-sm-11, .sc-col-sm-12 {
    /*float: left;*/
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;   
    box-sizing: border-box;
}

#contact{
    text-align: center;
    display: block;
}
#contact .wuc-box .trigger{
    position: initial;
}

#contact .trigger{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    color: #fff;
    display: inline-block;
    z-index: 999;
    cursor: pointer;
}
/*.trigger{
    position: absolute;
}
.close-trigger{
    position: absolute;
    right: 50px;
    top: 50px;
}
.about-trigger{
    left: 20px;
    top: 20px;
}*/
/*.contact-trigger{
    right: 20px;
    top: 20px;
}*/
.wuc-box{
    padding: 20px;
}

#subscribe-module input.notify-email {
    width: 50%;  
    border-radius: 2px;
    margin: 30px 0;
    border: 2px solid transparent;
}

#subscribe-module .sc-button.notify-trigger {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    margin: 2px;
}