/*=======================
Theme: Ecommerce/Product Coming Soon Template
Author: JLP Media
Email: jennpereira13@gmail.com / lianplameras@gmail.com
Version: 1.00 
Date Created: July 30, 2014

=======================
CSS Style Structure
- GENERAL
- PRELOADER
- COUNTER
- ABOUT OVERLAY
- SUBSCRIBE OVERLAY
=======================*/
/**************************
********* GENERAL *********
**************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);
@media (min-width: 1200px) { 
    .container { width: 1000px }
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after { clear: both }
button,
input {
    display: inline-block;
    background: #a9a9a9;
    color: #fff;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 1px;
}
button,
input {
    border: none;
    padding: 15px 30px;
    outline: none;
    background: #85b91e;
}
body,
html {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.80);
    height: 100%;
}
h1 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: -10px;
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
}
h4 {
    font-size: 14px;
    font-weight: 400;
}
h6 {
    font-size: 11px;
    text-align: left;
    padding-top: 30px;
    line-height: 14px;
}
p {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
hr {
    border-top: 1px solid #767676;
    height: 5px;
    width: 200px;
    padding-bottom: 30px;
}
.highlight { font-weight: bolder }
.product-btn {
    width: 150px;
    height: 40px;
    border: 5px solid #98999b;
    border-radius: 0px;
    padding: 7px 7px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #98999b;
    background: transparent;
    margin: 10px;
}
.product-btn:hover {
    border: 5px solid #6a6a6c;
    background: transparent;
    color: #6a6a6c;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-font-smoothing: antialiased;
}

.wposition {
    z-index: -2;
    width: 100%;
    margin-top: 90px;
}
.logo { margin-top: -200px }
.bposition {
    z-index: -2;
    width: 100%;
    margin-top: -60px;
}
#coming-soon { text-align: center }
#coming-soon .border { position: relative }
ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.content {
    text-align: center;
    padding-bottom: 60px;
    color: #ffffff;
}
.product {
    padding: 10px;
    text-align: center;
}
/**************************
******** PRELOADER ********
**************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 1001; /* makes sure it stays on top */
}
#status {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0%; /* centers the loading animation horizontally one the screen */
    top: 15%; /* centers the loading animation vertically one the screen */
    background-image: url(../img/loading.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 */
}
/**************************
********* COUNTER *********
**************************/
.counter {
    text-align : center;
    color: #ffffff;
    margin-bottom : 40px;
}
#countdown .divider { border-left: 1px solid #8d8e90 }
ul#countdown li {
    display: inline-block;
    width: 120px;
    margin: 15px 5px 0px 0px;
    text-align: center;
    padding-right: 0px;
}
ul#countdown li span {
    font-size: 32px;
    font-weight : bold;
    color: #d6d6d6;
    line-height: 50px;
    position : relative;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
    color: #d6d6d6;
    text-transform : uppercase;
    font-size: 14px;
    font-weight: 500;
}
/**************************
****** ABOUT OVERLAY ******
**************************/
.about {
    padding-top: 40px;
    color: #767676;
    text-align: center;
}
.about p {
    text-align: left;
    padding: 10px 50px 0px 50px;
}
ol.social li { display: inline-block }
.social li {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #767676;
    margin: 3px 0 0 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.social a.fa {
    margin: 10px 0 0 15px;
    text-decoration: none;
    color: #767676;
    font-weight: bolder;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0%;
    -moz-transform-origin: 0 0%;
    -ms-transform-origin: 0 0%;
    -o-transform-origin: 0 0%;
    transform-origin: 0 0%;
}
.social a.fa:hover { color: #ffffff }
.social li:hover,
.social li:hover > a.fa {
    background: #4b4e56;
    color: #ffffff;
    font-weight: bolder;
    cursor: pointer;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
}
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus { color: #e3fcb1 }
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
    visibility: visible;
    overflow: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
@media screen and (max-height: 30.5em) { 
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }
    .overlay ul li { min-height: 34px }
}
/**************************
**** SUBSCRIBE OVERLAY ****
**************************/
#subscribe {
    width: 320px;
    margin : 25px auto 10px auto;
    text-align : center;
    vertical-align: middle;
}
.subscribe {
    padding-top: 40px;
    color: #767676;
    text-align: center;
}
.subscribe p {
    text-align: left;
    padding: 10px 50px 0px 50px;
}
.form-control {
    border: 5px solid #c3c3c3;
    color: #c3c3c3;
    font-family: "open sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    width: 300px;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-control:hover {
    border: 5px solid #c8c8c9;
    color: #c8c8c9;
}
/* Subscribe style */
.soverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
}
/* Overlay closing cross */
.soverlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}
/* Menu style */
.soverlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.soverlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.soverlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.soverlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.soverlay ul li a:hover,
.soverlay ul li a:focus { color: #e3fcb1 }
@media screen and (max-height: 30.5em) { 
    .soverlay nav {
        height: 70%;
        font-size: 34px;
    }
    .soverlay ul li { min-height: 34px }
}