/*
Tutorial Name: Coming Soon Page with Counter
Author: Samuel Dalusung
*/

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');

}
/* GENERAL STYLES
-------------------------------------------------*/
body {
    color: #dadada;
    line-height: 1.75;
    width: 100%;
    font-family: 'Open Sans';
    margin: 0;
}

.container {
    margin: 0 auto;
    padding: 30px 15px 0;
    width: 75%;
    z-index: 10;
    position: relative;
}



/* FORMS
-------------------------------------------------*/
textarea {
    overflow: auto;
    vertical-align: top;
}
.section-content input[type="text"], 
.section-content input[type="password"],
.section-content input[type="url"], 
.section-content input[type="tel"], 
.section-content input[type="search"], 
.section-content input[type="number"], 
.section-content input[type="datetime"], 
.section-content input[type="email"] {
    background: #ffffff none repeat scroll 0 0 padding-box;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-sizing: border-box;
    color: #333333;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    letter-spacing: 0;
    line-height: 1.42857;
    padding: 0 9px;
    text-transform: none;
    vertical-align: baseline;
    width: 100%;
}

input:focus,textarea:focus {
    outline: 0;
}

button,input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,input[type=submit] {
    background: #ffab00;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.form-field {
    position: relative;
}


/* PLACEHOLDER
-------------------------------------------------*/

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.placeholder {
    color: #ff;
}



/* TIMER 
-------------------------------------------------*/
#counter {
    margin-top: 28px;
}

.countdown_section {
    color: #dadada;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 25%;
    letter-spacing: 1px;
    border-left: 1px dashed #dadada;
    border-color: rgba(218,218,218,0.8);
    padding: 42px 12px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}

.countdown_section:first-child {
    border-left: 0;
}

.countdown_amount {
    color: #fff;
    display: block;
    font-family: 'Open Sans';
    font-size: 40px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
}

.details{
    margin-top: 50px 50px 20px; 
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
}


/* FOOTER
-------------------------------------------------*/
footer {
    font-size: 13px;
    float: left;
    width:100%;
}

.section-content {
    display: block;
    width:100%;
    box-sizing: border-box;
    position: relative;
}
.page-type-2 .socials-block {
    margin-top: 30px;
}
.socials-block {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.socials {
    float:left;
    width:100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.socials li {
    display: inline-block;
    margin: 0;
    text-align: center;
}
.socials li a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin: 0 10px;
}
.page-type-2 .socials li a {
    border: 1px solid;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0 5px;
    width: 38px;
}
.socials li a:visited,
.socials li a:focus,
.socials li a:active {
    color: #ffffff;
}
.socials li a:hover {
    color: #fcd501;
}

.social-img{
    width: 40px;
    margin: 0 3px;
}
/* RESPONSIVE MEDIA QUERIES
-------------------------------------------------*/
@media only screen and (max-width: 900px) {

    .countdown_amount {
        font-size: 45px;
    }
}
@media only screen and (max-width: 720px) {

    footer{margin-bottom: 40px; }
}


@media only screen and (max-width: 680px) {

    .countdown_amount {
        font-size: 33px;
    }
}

@media only screen and (max-width: 540px) {
    .one-half {
        width: 100%;
    }	

    .countdown_section {
        padding: 28px 6px 20px;
    }

    #subcribe_email{border: 1px solid #fff;}


    #subscribe-form .form-submit {
        margin: 0 auto;
        right: auto;
        position: static;
    }

    #subscribe-form .form-field {
        margin: 0 0 14px;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2{font-size: 25px;}

    .countdown_section {
        border: none;
        padding: 20px 20px;
        font-size: 13px;
        text-align: center;
    }
    .countdown_amount {
        font-size: 40px;
        padding: 0 0 10px 0;

    }
    .countdown_section {
        width:100%;
    }

    #counter{width: 100%;  margin:0 auto;}
}

@media only screen and (max-width: 360px) {
    h2{font-size: 22px;}

    .countdown_section {
        padding: 21px 26px 21px 15px;
    }
    .countdown_amount {
        font-size: 36px;
    }
}
.ht-wrapper {    
    float: left;
    width: 100%;
}

.ht-main {
    position: relative;
    width: 100%;
    z-index: 6;
}
.page-type-1::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.page-type-1 {
    float: left;
    width: 100%;
    position: relative;
}
.page-type-2::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.page-type-2 {
    float: left;
    width: 100%;
}
.page-type-1 .logo-block {
    display: block;
    margin-bottom: 15px;
}
.page-type-1 .socials-block p.details {
    color: #FFD801;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.page-type-1 .countdown_section {
    padding: 25px 10px 23px;
    font-size: 14px;
}
.page-type-1 #counter {
    max-width: 600px;
    display: block;
    margin: 25px auto;
}
.page-type-1 .section-content {
    text-align: center;
}
.page-type-1 .section-content h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
    margin: 30px 0 25px;
    color: #ffffff;
}
.page-type-1 .section-content h1 span {
    color: #ffd801;
}
.page-type-1 .section-content .container > p {
    color: #dddddd;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 15px;
}
.page-type-1 .section-content .container {
    padding-top: 0;
}

.page-type-2 .logo-block {
    display: block;
    margin-bottom: 15px;
}
.page-type-2 .socials-block p.details {
    color: #FFD801;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.page-type-2 .countdown_section {
    font-size: 13px;
    padding: 15px 10px;
    border: none;
}
.page-type-2 .countdown_amount {
    font-size: 34px;
}
.page-type-2 div.mage-error[generated] {
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
}
.page-type-2 #counter {
    max-width: 450px;
    display: block;
    margin: 50px auto 120px;
}
.page-type-2 .section-content {
    text-align: center;
}
.page-type-2 .section-content h1 {
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    margin: 35px 0 25px;
    text-transform: uppercase;
}
.page-type-2 .section-content h1 span {
    color: #ffd801;
}
.page-type-2 .section-content .container > p {
    color: #dddddd;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 15px;
}
.page-type-2 .section-content .container {
    padding-top: 0;
}
.page-type-2 .ht-subscription-main {
    margin-top: 0;
}
.ht-subscription-main {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    float: left;
    margin-top: 40px;
    padding: 60px 0 50px;
    width: 100%;
}
.ht-subscription-main #ht-subscription-block {
    float: left;
    width: 100%;
}
.page-type-2 .ht-subscription-main #ht-subscription-block .ht-text-content {
    padding-right: 0;
    text-align: center;
    width: 100%;
}
.ht-subscription-main #ht-subscription-block .ht-text-content {
    float: left;
    width: 50%;
    padding-right: 15px;
    text-align: left;
    box-sizing: border-box;
}
.ht-subscription-main #ht-subscription-block .ht-text-content .ht-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 15px;
    color: #ffffff;
}
.ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
    color: #dddddd;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
}
.page-type-2 .ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
    text-align: center;
    margin-bottom: 20px;
}
.page-type-1 div.mage-error[generated] {
    margin-bottom: 7px;
    margin-top: 0;
    text-align: left;
}
.ht-subscription-main #ht-subscription-block .ht-field-content {
    float: left;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
    text-align: left;
}
.page-type-2 .ht-subscription-main #ht-subscription-block .ht-field-content {
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.page-type-1 .section-content input[type="text"],
.page-type-1 .section-content input[type="email"] {
    border: none;
    margin-bottom: 15px;
}
.page-type-1 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button {
    background: #ffd801;
    border: 1px solid #ffd801;
    box-shadow: none;
    color: #111111;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    border-radius: 0;
    padding: 12px 20px;
}
.page-type-1 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button:hover {
    background: #ffd801;
    border: 1px solid #ffd801;
    color: #111111;
    opacity: 0.8;
}
.page-type-2 .section-content input[type="text"],
.page-type-2 .section-content input[type="email"] {
    border: medium none;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 350px;
    vertical-align: top;
}
.page-type-2 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button {
    background: #ffd801;
    border: 1px solid #ffd801;
    box-shadow: none;
    color: #111111;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    border-radius: 0;
    padding: 12px 20px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
}
.page-type-2 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button:hover {
    background: #ffd801;
    border: 1px solid #ffd801;
    color: #111111;
    opacity: 0.8;
}
footer {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    text-align: center;
    color: #dddddd;
    padding: 10px 0 30px;
    position: relative;
}
.page-type-2 footer {
    background: transparent;
}

footer a {
    color: #FCD501;
}
footer a:focus,
footer a:active,
footer a:visited {
    color: #FCD501;
}
@media (max-width: 991px) {
    .page-type-2 #counter {
        margin: 50px auto;
    }
}
@media (max-width: 767px) {
    .page-type-1 .logo-block img {
        max-width: 175px !important;
    }
    .page-type-1 .section-content h1 {
        font-size: 34px;
        line-height: 40px;
        margin: 25px 0 15px;
    }
    .page-type-1 .section-content .container > p {
        font-size: 16px;
        line-height: 24px;
    }
    .countdown_amount {
        font-size: 30px;
    }
    .page-type-1 .countdown_section {
        font-size: 13px;
        padding: 15px 10px 13px;
    }

    .page-type-1 .socials-block p.details {
        font-size: 18px;    
        line-height: 24px;
        margin-bottom: 12px;
    }
    .socials li a {
        font-size: 18px;
        line-height: 24px;
        margin: 0 8px;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-text-content {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-field-content {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button {
        float: left;
    }
    .page-type-2 .logo-block img {
        max-width: 175px !important;
    }
    .page-type-2 .section-content h1 {
        font-size: 34px;
        line-height: 40px;
        margin: 25px 0 15px;
    }
    .page-type-2 .section-content .container > p {
        font-size: 16px;
        line-height: 24px;
    }
    .page-type-2 .countdown_section {
        font-size: 13px;
        padding: 15px 10px 13px;
    }

    .page-type-2 .socials-block p.details {
        font-size: 18px;    
        line-height: 24px;
        margin-bottom: 12px;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-text-content {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-field-content {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button {
        float: left;
    }
    .ht-subscription-main {
        margin-top: 25px;
        padding: 40px 0 30px;
    }
    .ht-subscription-main #ht-subscription-block .ht-text-content .ht-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
        font-size: 14px;
        line-height: 22px;
    }
    .page-type-2 #counter {
        margin: 30px auto;
    }
    .page-type-2 .countdown_amount {
        font-size: 28px;
    }
}
@media (max-width: 479px) {
    .page-type-2 .countdown_amount {
        font-size: 28px;
    }
    .page-type-2 #counter {
        margin: 20px auto;
    }
    .page-type-1 .logo-block img {
        max-width: 155px !important;
    }
    .page-type-1 .section-content h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 20px 0 10px;
    }
    .page-type-1 .section-content .container > p {
        font-size: 14px;
        line-height: 22px;
    }
    .countdown_amount {
        font-size: 24px;
        padding-bottom: 0;
    }
    .page-type-1 .countdown_section {
        font-size: 13px;
        padding: 13px 10px 11px;
    }
    .page-type-1 .socials-block p.details {
        font-size: 18px;    
        line-height: 24px;
        margin-bottom: 12px;
    }
    .socials li a {
        font-size: 16px;
        line-height: 22px;
        margin: 0 6px;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-text-content {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-field-content {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-1 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button {
        float: left;
    }
    .page-type-2 .logo-block img {
        max-width: 155px !important;
    }
    .page-type-2 .section-content h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 20px 0 10px;
    }
    .page-type-2 .section-content .container > p {
        font-size: 14px;
        line-height: 22px;
    }
    .page-type-2 .countdown_section {
        font-size: 13px;
        padding: 13px 10px 11px;
    }
    .page-type-2 .socials-block p.details {
        font-size: 18px;    
        line-height: 24px;
        margin-bottom: 12px;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-text-content {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-field-content {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .page-type-2 .ht-subscription-main #ht-subscription-block .ht-field-content .ht-button {
        float: left;
    }
    .ht-subscription-main {
        margin-top: 20px;
        padding: 30px 0 20px;
    }
    .ht-subscription-main #ht-subscription-block .ht-text-content .ht-title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .ht-subscription-main #ht-subscription-block .ht-text-content .ht-text {
        font-size: 14px;
        line-height: 22px;
    }
}
