#outer-wrapper{
    background: url(../img/bg.jpg) top center no-repeat;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    
}
#warning{
    position: relative;
    top: 0px;
    height: 73px;
    width: 1200px;
    background: red;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24);
                -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.24);
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    width: 100%;
    color: white;
}
#warning p{
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    line-height: 17px;
    position: relative;
    top: 27px;
    font-weight: 500;
}
#warning .warning-word{
    font-weight: bold;
    color: #ffc600;
}
#wrapper, 
#top-inner{
    width: 1000px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}
#top-inner .logo{
    top: 126px;
    left: 386px;
}
#top-inner .prod{
    right: 460px;
    bottom: 442px;
}
.after:after{
    content: '';
    display: block;
    clear: both;
}
#form{
    position: absolute;
    width: 318px;
    top: 53px;
    right: 1px;
    z-index: 10;
    font-family: 'Open Sans', Arial;
}
#form a{
    color: #66cc33;
}
#form .timer{
    position: relative;
    top: 50px;
    left: 60px;
    font-size: 20px;
}
#form .timer span{
    color: white;
    background: black;
    border-radius: 5px;
    padding: 8px 5px;
    margin-right: 2px;
    font-weight: bold;
}
#form-top{
    /*background: url(../img/form-top.jpg);*/
    width: auto;
    height: 196px;  
}   
#form-inner{
    width: auto;
    /*background: #fbfbfb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top,  #fbfbfb 0%, #f2f2f2 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #fbfbfb 0%,#f2f2f2 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #fbfbfb 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
    height: 345px; 
    /*border-left: 3px solid #ffdf00;*/
    /*border-right: 3px solid #ffdf00;*/
}
#form-btm{
    /*background: url(../img/form-btm.jpg);*/
    width: auto;
    height: 197px;
/*    border-left: 3px solid #ffdf00;
    border-right: 3px solid #ffdf00;
    border-bottom: 3px solid #ffdf00;*/
}
#form form .text{
    position: relative;
    display: block;
    overflow: hidden;
    height: 34px;
    margin-bottom: -1px;
}
form{
    text-align: right;
    font-size: 12px;
    padding: 18px 18px 0 0;
}
.phone-warning{
    text-align: left;
    padding: 8px 0 8px 99px;
    line-height: 13px;
    font-size: 10px;
    color: #8f8f8f;
    font-style: italic;
}
input[type="text"]{
    height: 22px;
    width: 185px;
    margin-left: 8px;
    margin-right: 8px;
    text-indent: 10px;
    border: 1px solid #ccc;
}
#form form select{
    width: 186px;
    height: 26px;
    margin-right: 8px;
    margin-left: 9px;
}
@-webkit-keyframes boxBlink{
    0%{
        -webkit-box-shadow: 0px 0px 6px 1px #21c91e;
    }
    50%{
        -webkit-box-shadow: 0px 0px 2px 1px #21c91e;
    }
    100%{
        -webkit-box-shadow: 0px 0px 6px 1px #21c91e;
    }
}

input[type="submit"]{
    background: url(../img/submit.png) no-repeat;
    width: 267px;
    height: 69px;
    text-indent: 99999px;
    cursor: pointer;
    border: none;
    margin-top: 51px;
    margin-left: 6px;
    position: relative;
    background-position: 0 0;
}
input[type="submit"]:hover{
    background-position: 0 -1px;
}
::-webkit-input-placeholder {
    font-style: italic; 
    font-size: 11px;
    font-family: arial;
}
:-moz-placeholder{
    font-style: italic; 
    font-size: 11px;
    font-family: arial;
}
:-ms-input-placeholder{
    font-style: italic; 
    font-size: 11px;
    font-family: arial;
}
#respect{
    position: relative;
    right: 26px;
}
h1, h2{
    /*text-indent: -9999px;*/
}
/*.logo, .container{
    position: absolute;
}*/
#top{
    background: url(../img/top.jpg)  no-repeat top center;
    width: 100%;
    height: 815px;
    position: relative;
    overflow: hidden;
}
#top-inner{
    height: 100%;
}
#reminder{
    background: #abf41e;
    width: 450px;
    border: 2px solid #279401;
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    text-align: center;
    padding: 13px 0px;
    color: #165500;
    position: absolute;
    bottom: -105px;
    left: 189px;
}
#reminder p{
    line-height: normal;
    opacity: 0;
}
#section-1
{
    height: 0px;
}
#sec-2-content{
/*    float: right;*/
    margin-right: 10px;
}
#section-2 .title
{
/*    background: url(../img/header-1.png) no-repeat;*/
    height: 25px;
    margin: 20px 40px;
	color:#ff4500;
	font-size:30px;
	font-weight:bold;
}
#section-2 .subtitle
{
/*    background: url(../img/sub-header-1.png) no-repeat;*/
    height: 34px;
    margin: 30px 0 0 40px;
}
#section-2 p
{
    /*width: 472px;*/
    font-size: 20px;
    margin: 0px 40px;
}
#points{
    margin-top: 40px;
}
#points h3{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
}
#points .sub-1{
/*    background: url(../img/sub-header-2.png) no-repeat;*/
    width: 191px;
    height: 22px;
}
#points .sub-2{
/*    background: url(../img/sub-header-3.png) no-repeat;*/
    width: 199px;
    height: 22px;
}
#section-3{
    padding-top: 555px;
    margin-left: 25px;
    position: relative;
}
#sec-3-content{
    width: 445px;
    font-size: 13px;
    line-height: 19px;
}
#sec-3-content .title{
/*    background: url(../img/header-2.png) no-repeat;*/
    width: 464px;
    height: 26px; 
}
#sec-3-content h2{
    margin: 30px 0 10px 0;
}
#sec-3-content .sub-1{
/*    background: url(../img/sub-header-4.png) no-repeat;*/
    width: 324px;
    height: 21px;
}
.w372{
    width: 372px !important;
}
#sec-3-content .sub-2{
/*    background: url(../img/sub-header-5.png) no-repeat;*/
    width: 92px;
    height: 22px;
}
#section-3 .logo{
    right: 362px;
    bottom: -23px;
    width: 125px;
}
#btm{
    height: 500px;
    position: relative;
}
#btm .prod{
    bottom: 123px;
    left: -28px;
}
.legal
{
    width: 985px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-family: arial;
    height: 90px;
    margin: 0 auto 100px auto;
}
footer{
    font-family: arial;
    margin: 0 auto;
    position: relative;
    top: 0px;
    color: #8a8a8a;
    font-size: 11px;
	line-height:14px;
    padding-bottom: 40px;
}
footer a{
  
    color: #8a8a8a;
    
}
footer p{
    clear: both;
}
footer ul li{
    float: left;
    padding-left: 2px
}
#popover{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}
#overlay{
    position: fixed;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pop-box{
    width: 700px;
    height: 450px;
/*    background: url(../img/downsell.jpg);*/
    margin: 100px auto;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}
#pop-box .prod{
    left: 31px;
    bottom: 93px;
}
#down-btn{
    background: url(../img/down-btn.png) no-repeat;
    width: 286px;
    height: 99px;
    display: block;
    left: 225px;
    position: absolute;
    bottom: 7px;
    background-position: 0 0px;
}
#down-btn:hover{
    background-position: 0 -99px;
}
#btn{
  width: 49px;
  height: 49px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 70px;
  right: 50px;
  display: none;
  overflow: hidden;
}
#btn img{
  display: block;
margin: 0 auto;     
  position: relative;
  top: 15px;
  right: 1px;
  z-index: 3;
  font-weight: lighter;
}
#btn-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .25; 
  top: 0px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    #outer-wrapper{
/*        background: url(../img/bg-ios.jpg) top center no-repeat;*/
        background-size: 155%;
        margin:0 auto;
        width: 100%;
        min-width: 1300px;
        overflow: hidden; 
    }
    #warning{
        min-width: 1300px;
    }
}
