body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    line-height: 1.42857143;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-weight: 800;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#bg {
    min-width: 100%;
    z-index: 2;
}

#bg-container {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: 2;
    overflow: hidden;
}

.clear {
    clear: both;
}

.wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
}

.container {
    max-width: 1000px;
    margin: 0 auto 0 auto;
    padding: 0;
}

.full-width {
    width: 100%;
    margin: 0 auto 0 auto;
}

.container-width {
    max-width: 1000px;
    margin: 0 auto 0 auto;
}

.header {
    background: rgba(0,0,0, 0.70);
}

.countdown {
    float: right;
    font-size: 20px;
    color: #FFF;
    padding: 20px 0 20px 0;
}

.logo {
    padding: 20px 20px 20px 20px;
}

.countdown-item {
    text-align: center;
    float: left;
    width: 150px;
    padding: 5px 0 5px 0;
}

.countdown-item span {
    display: block;
    clear: both;
    width: 100%;
    color: #FFF;
    font-size: 45px;
    line-height: 1em;
    letter-spacing: -1px;
    font-weight: bolder;
}

.content {
    background: #FFF;
}

.content-left {
    width: 50%;
    border-right: 1px solid #ddd;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 300px;
}

.content-left img {
    max-width: 500px;
}

.content-right {
    width: 50%;
    float: left;
    padding: 10px 30px 10px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contest h3 {
    text-align: center;
    font-size: 3.3em;
    letter-spacing: -2px;
    margin-top: 20px;
    color: #ff9100;
    text-shadow: 1px 1px 0 #fff, 0 2px 4px #eee;
    margin: 0;
    padding: 0;
}

.contest h4 {
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.7em;
    text-shadow: 1px 1px 0 #fff, 0 2px 4px #eee;
    margin: 0;
    padding: 20px 0 10px 0;
}

.contest p {
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6em;
    text-shadow: 1px 1px 0 #fff, 0 2px 4px #eee;
    margin: 0;
    padding: 10px 0 10px 0;
}


.share {
    display: table;
    width: 100%;
}

.share .action {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 10px 15px;
    display: table-cell;
}

.share .action-1 {
    background: #4467B1;
    box-shadow: 0 0 2px #325cb7 inset;
    border: 1px solid #1e3d7d;
    color: #fff;
}

.share .action-2 {
    background: #FF7925;
    box-shadow: 0 0 2px #f4985f inset;
    border: 1px solid #a8521c;
    color: #FFF;
}

.share .action-3 {
    background-color: #18bc9c;
    border-color: #18bc9c;
    box-shadow: none;
    color: #FFF;
}

.share .active {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    background: #fff;
    color: #555;
    box-shadow: none;
}

.enter-email {
    clear: both;
    border: 1px solid #ddd;
    padding: 10px 15px;
    box-shadow: 1px 1px 2px #ddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 92%, #f6f6f6 98%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(92%,#f6f6f6), color-stop(98%,#f6f6f6), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 92%,#f6f6f6 98%,#ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 92%,#f6f6f6 98%,#ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 92%,#f6f6f6 98%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 92%,#f6f6f6 98%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.enter-email input[type=text] {
    border: 1px solid #ddd;
    padding: 8px;
    background: #FFF;
    font-size: 16px;
    height: 40px;
    background-position: 98.5% -2px;
    margin-bottom: 10px;
}


.secure-shirt h3 {
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.8em;
    text-shadow: 1px 1px 0 #fff, 0 2px 4px #eee;
    margin: 0;
    padding: 20px 0 10px 0;
}

.secure-shirt p {
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6em;
    text-shadow: 1px 1px 0 #fff, 0 2px 4px #eee;
}


.ribbon-wrapper {
    height: 65px;
    clear: both;
}

.ribbon-container {
    background: #2047b0;
    color: #ffffff;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    text-align: center;
    font-size: 20px!important;
    background: #171717;
    background: -webkit-gradient(linear, left top, left bottom, from(#171717), to(#171717));
    background: -webkit-linear-gradient(top, #171717, #171717);
    background: -moz-linear-gradient(top, #171717, #171717);
    background: -ms-linear-gradient(top, #171717, #171717);
    background: -o-linear-gradient(top, #171717, #171717);
    background-image: -ms-linear-gradient(top, #171717 0%, #171717 100%);
    -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    font-family: 'Helvetica Neue',Helvetica, sans-serif;
}

.ribbon:before {
    content: '';
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #000000;
    z-index: -1;
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
    -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
    box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
}

.ribbon:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #000000;
    z-index: -1;
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
    -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
    box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
}

.ribbon {
    font-size: 24px;
    color: #ffffff;
    text-shadow: #000000 0 1px 0;
    margin: 0px;
    padding: 15px 10px;
}

.share-links {
    text-align: center;
    padding: 10px;
}

.share-fields {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 20px 0 20px 20px;
    line-height: 10px;
    vertical-align: middle;
    clear: both;
}

.twitter-link {
    display: inline;
}

.modal-header {
    border-bottom: 0;
}

.popup {
    text-align: center;
    padding: 0 40px 0 40px;
}


.popup h3 {
    letter-spacing: -1px;
    padding: 0 40px;
    color: #ff9100;
    font-weight: 700;
    line-height: 1.1;
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.popup h4 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0 10px 0;
    font-weight: normal;
}

.popup p {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
    line-height: 1.1;
    clear: both;
}

.popup .countdown {
    clear: both;
    color: #000;
    float: none;
    width: 450px;
    margin: 0 auto 0 auto;
}

.popup .countdown-item span {
    color: #000;
}

.ar-form {
    padding: 10px;
}

.ar-form-hidden {
    display: none;
}

.main-content {
    padding: 20px;
    clear: both;
}

.content .header img {
    width: 100%;
}


.main-product {
    padding: 10px;
    text-align: center;
}

.side-products {
    padding: 10px;
    text-align: center;
}

.side-products h3 {
    margin: 0;
    padding: 0;
}

.products-container {
    text-align: center;
}

.product {
    padding: 10px 0 0;
    text-align: center;
    border: 1px solid #ccc;
    width: 29%;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
	text-align: center;
}

.product img {
	width: 160%;
	margin-left: -30%;


}

.product-top {
	max-height: 150px;
 	overflow: hidden;
}

.product h3 {
    font-size: 14px;
    margin: 0;
    padding: 0px 0 20px 0;
}

.product .btn {
	margin: 20px 0;

}

.product-top {
    min-height: 320px;
}

.content-header {
    text-align: center;
    padding: 10px;
}

.footer {
    background: rgba(0,0,0, 0.80);
    color: #FFF;
    padding: 20px 0 20px 0;
    text-align: center;
    clear: both;
}

.popup .countdown-item {
    width: 112px;
}

.wf-formTpl {
    margin: 0 auto 0 auto;
}

.fb-like {
    background: url('../images/share.png');
    display: inline-block;
    width: 66px;
    height: 28px;
}

.btn-restore {
    margin-top: 10px;
}

.logo {
    color: #FFF;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    
}

@media only screen and (max-width: 767px) {
    .logo {
        font-size: 22px!important;
    }
    .logo img {
        width: 100%;
    }
    .countdown {
        widtH: 100%!important;
    }
    .countdown .countdown-item:nth-of-type(even) {
        float: right!important;
    }
    .countdown .countdown-item span { font-size: 20px;}
    
    .content .content-left, .content .content-right {
        width: 100%!important;
        float: none;
        text-align: center;
        min-height: auto;
        height: auto!important;
    }
    .content .content-left img {
        max-height: 200px;
        margin-top: 10px;
    }
    .main-content > div > span {
        font-size: 14px!important;
        margin-top: 40px!important;
        display: inline-block;
    }
    .ribbon {
        font-size: 22px;
    }
    .ribbon::after { display: none;}
    .ribbon::before { display: none;}
    
    .product {
        width: auto;
    }
    .product-top {
        min-height: auto;
    }
    .product > div > a {
        font-size: 13px;
        padding: 10px 20px;
    }
    .product img {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
}