/*
|----------------------------------------------------------------------------
|	Imminent - Coming Soon Responsive HTML5 Template Main CSS
|	Author: MGScoder
|	Version: 1.1
|	Primary color: #ffffff	
|	secondary color: #f49502
|	Link-collor: #ffffff	
|	Link-hover-collor: #f49502
|	button-hover-background-collor: #777777
|	Error collor: #d10808
|----------------------------------------------------------------------------
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i|Droid+Sans:400,700);
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    background-color: #999;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    line-height: 1.725;
    position: relative;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif, Helvetica;
}

a {
    color: #fff;
}

a:hover {
    color: #f49502;
}

.logo {
    margin: 0 auto;
    max-width: 150px;
    max-height: 215px;
    padding: 0 15px;
    width: 100%;
}

#Subscribe.overlay.show,
#myContact.overlay.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#Subscribe.overlay,
#myContact.overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.opacity-zero {
    opacity: 0;
}

.opacity-one {
    opacity: 1;
}

.overlay-content {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/bg_mask.png);
    display: table;
    height: 100%;
    width: 100%;
}

.content {
    color: #fff;
    display: table-cell;
    padding: 35px 0;
    vertical-align: middle;
}

.content-inner {
    margin: 0 auto;
    max-width: 850px;
    padding: 0 15px;
    width: 100%;
}

.title-box::before {
    background: #f49502;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 -2px;
    position: absolute;
    width: 40px;
}

.title-box {
    border-bottom: 2px solid #fff;
    margin: 0 0 30px;
    position: relative;
}

.content-inner>p {
    margin: 0 0 20px;
}


/*
|----------------------------------------------------------------------------
| coming soon
|----------------------------------------------------------------------------
*/

#Main.overlay {
    text-align: center;
}

#Main h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 30px 0 0;
    text-transform: uppercase;
}

.coming-soon-text>p {
    background-color: rgba(119, 119, 119, 0.6);
    border: 1px solid #777777;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    margin: 30px 0 0;
    padding: 30px 30px 35px;
    text-align: center;
}

.coming-soon-count {
    margin: 35px 0 0;
}

.is-countdown {
    background: none;
}

.countdown-amount {
    font-size: 48px;
    line-height: 1.1;
}

.countdown-period {
    font-size: 18px;
}

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown-section {
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    display: inline-block;
    height: 120px;
    margin: 5px 15px;
    padding: 16px 0 0;
    width: 120px;
}

.countdown-period {
    display: block;
}


/*
|----------------------------------------------------------------------------
| subscribe
|----------------------------------------------------------------------------
*/

#Subscribe.overlay {
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}


/* mc-form */

.mc-form-holder {
    margin: 30px auto;
    max-width: 360px;
    position: relative;
}

#mc-form .form-control {
    background-color: transparent;
    border: 1px solid #2aaa2a;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    color: #fff;
    display: inline;
    height: 34px;
    padding: 3px 10px 5px;
    vertical-align: top;
    width: 79%;
}

#mc-form .form-control:focus {
    border-color: #3e3e3e;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #2aaa2a;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #2aaa2a;
    outline: 0 none;
}

#mc-form .btn {
    background-color: #2aaa2a;
    border: medium none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-family: fontawesome;
    font-size: 18px;
    height: 34px;
    margin: 0 0 0 -6px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.23s ease-in-out 0s;
    -moz-transition: all 0.23s ease-in-out 0s;
    -ms-transition: all 0.23s ease-in-out 0s;
    -o-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
    width: 20%;
}

#mc-form .btn:hover {
    opacity: 0.9;
}

#mc-form label {
    font-size: 16px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 35px;
    line-height: 1.2;
}

#mc-form .error {
    color: #d22d2d;
}

#mc-form .valid {
    color: #37a000;
}


/*
|----------------------------------------------------------------------------
| contact
|----------------------------------------------------------------------------
*/

#contactForm {
    padding-top: 10px;
}

#myContact.overlay {
    background-attachment: fixed;
    background-size: cover;
    /*background-image: url(../images/bg3.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-details ul {
    margin-bottom: 30px;
}

.contact-details .fa.fa-fw {
    text-align: left;
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #777777;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
}

.input-group-icon {
    position: absolute;
    top: 0;
}

.form-group .input-group-icon {
    background-color: #777777;
    border: 0 none;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 100%;
    padding: 4px 7px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
    width: 40px;
}

.form-control:focus+.input-group-icon {
    background: #2aaa2a;
    color: #ffffff;
}

.form-control:focus {
    border-color: #2aaa2a;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #2aaa2a;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #2aaa2a;
}

#contactForm span.sub-text {
    font-size: 14px;
    color: #ff0000;
    position: absolute;
    right: 15px;
    top: -20px;
}

.has-error .form-control {
    border-color: #d10808;
}

.has-error .input-group-icon {
    background: #d10808;
    color: #ffffff;
}

.has-error .form-control:focus {
    border-color: #d10808;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #d10808;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #d10808;
}

.has-error .form-control:focus+.input-group-icon {
    background: #d10808;
    color: #ffffff;
}

#contactForm .btn.btn-custom {
    margin: 0;
}

#mailchimpSubmit.h3.text-danger {
    margin: 5px 0;
    font-size: 18px;
}

.h3.text-danger {
    margin: 0 0 30px;
    font-size: 18px;
}

#contactForm .help-block {
    font-size: 16px;
    color: #d10808;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 42px;
    position: absolute;
    top: -24px;
}

#contactForm .text-success {
    color: #57d524;
}

form .text-danger {
    color: #d10808;
}

#contactForm .btn.disabled {
    opacity: 1;
}


/*
|----------------------------------------------------------------------------
| overlay
|----------------------------------------------------------------------------
*/

.overlay {
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.overlay a.closebtn {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.overlay a.closebtn:hover,
.overlay a.closebtn:focus {
    color: #2aaa2a;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 99999;
}


/*
|----------------------------------------------------------------------------
| SOCIAL
|----------------------------------------------------------------------------
*/

.social-holder {
    margin-top: 35px;
}

.social-holder>p {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 20px;
}

.social-holder>p,
.list-social {
    margin: 0;
    text-align: center;
}

.social-icon {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    width: 28px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.social-icon:hover {
    border-color: transparent;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.social-icon-facebook:hover {
    background-color: #3b5998;
}

.social-icon-twitter:hover {
    background-color: #00acee;
}

.social-icon-gplus:hover {
    background-color: #dd4b39;
}

.social-icon-linkedin:hover {
    background-color: #0077b5;
}

.social-icon-vimeo:hover {
    background-color: #1ca7cc;
}

.social-icon-pinterest:hover {
    background-color: #cb2027;
}


/*
|----------------------------------------------------------------------------
| Button
|----------------------------------------------------------------------------
*/

.btn {
    overflow: hidden;
}

.btn.btn-custom {
    margin: 35px 10px 5px;
    min-width: 130px;
}

.btn-custom {
    background-color: #777777;
    border: 1px solid #777777;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 6px 25px;
    position: relative;
    text-transform: capitalize;
    -webkit-transform: perspective(1px) translateZ(0px);
    -moz-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    vertical-align: middle;
}

.btn-custom::before {
    background-color: #2aaa2a;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: -1;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    border-color: #2aaa2a;
    color: #fff;
}

.btn-custom:hover::before,
.btn-custom:focus::before,
.btn-custom:active::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}


/*
|----------------------------------------------------------------------------
| responsive
|----------------------------------------------------------------------------
*/

@media (max-width: 900px) {
    .overlay {
        background-image: url(../images/bgmobile.jpg) !important;
    }
    .overlay .closebtn {
        font-size: 40px;
        right: 15px;
        top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .overlay {
        background-image: url(../images/bgmobile.jpg) !important;
    }
    #Main h1 {
        font-size: 44px !important;
    }
    .coming-soon-text h1 {
        font-size: 48px;
    }
    .countdown-amount {
        font-size: 32px;
    }
    .countdown-section {
        height: 95px;
        margin: 10px;
        padding: 12.5px 0;
        width: 95px;
    }
}

@media screen and (max-width: 540px) {
    #Main h1 {
        font-size: 44px;
    }
    .coming-soon-text h1 {
        font-size: 44px;
    }
    .countdown-section {
        margin: 8px;
    }
}

@media screen and (max-width: 480px) {
    #Main h1 {
        font-size: 44px !important;
    }
    .countdown-amount {
        font-size: 36px;
    }
    .countdown-section {
        height: 120px;
        margin: 15px;
        padding: 23px 0;
        width: 120px;
    }
}

@media screen and (max-width: 420px) {
    #Main h1 {
        font-size: 36px !important;
    }
    .coming-soon-text h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 340px) {
    #Main h1 {
        font-size: 32px !important;
    }
    .countdown-amount {
        font-size: 32px;
    }
    .countdown-section {
        height: 100px;
        margin: 8px;
        padding: 15px 0;
        width: 100px;
    }
}