@import url(https://fonts.googleapis.com/css?family=Sanchez);

body{
	margin:0;
	padding:0;
    font-family: 'Myriad Pro', sans-serif;
    background: #d0d0d0;
    overflow-x:hidden;
}
h1{
    font-size: 48px;
    font-family: 'Myriad Pro';
    font-weight: normal;
}
h2{
    font-size: 48px;
    font-family: 'Sanchez';
    font-weight: normal;
}
h3{
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
}
h4{
    font-size: 30px;
    margin-bottom: 20px;
}
h5{
    font-size: 24px;
    font-weight: normal;
}
h6{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: normal;
}
p{
    font-size: 18px;
}
a, a:hover, a:active, a:visited, a:focus{
    text-decoration: none;
}
input:focus{
    outline: none;
}
small{
    font-size: 14px;
}
img{
    max-width: 100%;
    height: auto;
}

/*Placeholder Style*/

::-webkit-input-placeholder {color: rgba(255,255,255,.6);}
:-moz-placeholder {color: rgba(255,255,255,.6);}
::-moz-placeholder {color: rgba(255,255,255,.6);}
:-ms-input-placeholder {color: rgba(255,255,255,.6);}
::-ms-input-placeholder {color: rgba(255,255,255,.6);}
:placeholder-shown {color: rgba(255,255,255,.6);}

#wrapper{
    width: 1250px;
    height: 100%;
    margin: 0px auto;
    padding: 50px 0;
}
#content{
    width: 85%;
    background-color: transparent;
    margin: 0px auto;
}

.content{
    width: 85%;
    background-color: transparent;
    margin: 0px auto;
}

.bt{
    width: 100%;
    height: 70px!important;
    box-shadow: inset 0 -8px 1px -5px rgba(0,0,0,.15);
    border: 0!important; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-top: 20px;
    font-size: 24px;
    font-size: 2vmax;
    line-height: 18px;
    margin-top: 25px;
    text-decoration: none;
}
.bt small{
    opacity: 0.8;
}
.bt:hover{
    cursor: pointer;
}
.bt:active{
    box-shadow: inset 0 0 0;
    transform: translateY(3px);
}

.title{
    margin-top: -70px;
    height: 100px;
    width: 100%;
}
.bg-red{
    background-color: #e74c3c!important;
    color: #fff!important;
}
.bg-yellow{
    background-color: #f1c40f!important;
    color: #fff!important;
}
.bg-orange{
    background-color: #ffa413!important;
    color: #fff!important;
}
.bg-green{
    background-color: #97be15!important;
    color: #fff!important;
}
.bg-black20{
    background-color: rgba(0,0,0,.2)!important;
}
.bg-grey{
    background-color: #1c1c1c!important;
    color: #939393;
}

.opacity60{
    opacity: 0.6;
}

/*MENU*/
#mn{
    width: 100%;
    height: 100px;
    background: #111111;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgba(0,0,0,1);
    z-index: 100;
    font-size: 14px;
}
/*HOME*/
.home{
    margin-top: 100px!important;
    background: #000 url(../img/bg-home.jpg)no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff
}

.home h3{
    font-size: 36px;
    font-size: 2.5vmax;
}
.home iframe{
    width: 900px;
    height: 506px;
    margin-top: 30px;
    border: 1px solid #3498db;
    background-color: #000;
}

/*STEP 1*/
.step1{
    background-color: #e74c3c!important;
    color: #fff;
}

.step1 input{
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,.2);
    border: 3px solid #9b352b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 5px;
    padding: 0 10px;
    font-size: 18px; 
}
.step1 input[type=submit]{
    font-size: 24px;
    margin-top: 15px; 
}

/*STEP 2*/
.step2{
    background-color: #dddddd!important;
    color: #777;
}

/*INTRODUCING*/
.introducing{
    background: #e9e9e9 url(../img/bg-introducing.png)no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #888;
}
.introducing img{
    margin: 50px 0;
}
.introducing ul{
    margin-top: 20px;
}
.introducing li{
    list-style: none;
    margin-left: -10px;
}
.introducing i{
    color: #97be15;
    margin-right: 5px;
}

/*PRODUCT*/
.product{
    background-color: #2d2d2d;
    color: #888;
}
.product iframe{
    width: 650px;
    height: 350px;
    background-color: #202020;
    border: 0;
    margin: 30px 0;
}

/*FUNEL*/
.funel{
    background-color: #175d6c;
    color: rgba(255,255,255,.6);
}
.funel h3{
    font-family: 'Sanchez';
    line-height: 100px;
}

/*PRIZES*/
.prizes{
    background-color: #e8e8e8;
    color: #444;
}
.prizes h1{
    font-weight: bold;
    color: #303030;
}
.prizes h6{
    margin-bottom: 0;
    font-weight: bold;
}
.prizes h5{
    margin-top: 0;
    font-weight: bold;
    color: #e74c3c;
}
.box{
    height: 300px;
    margin-top: 30px;
}
.trophy{
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    margin: 0px auto;
}

/*SWIPES*/
.swipes{
    background: #000 url(../img/bg-swipes.jpg)no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.swipes h3{
    line-height: 100px;
}
.swipes img{
    margin: 50px 0 30px 0;
}

/*LANDING*/
.landing{
    background: #ddd;
}
.landing img{
    margin: 50px 0 30px 0;
}
.landing h3{
    line-height: 100px;
}

/*PROMOTE*/
.promote{
    background: #fff url(../img/bg-jvzoo.jpg)no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    letter-spacing: 0.5px;
}

/*SUPPORT*/
.support{
    background: #ccc url(../img/bg-support-back.jpg)no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #8e8a8e;
    letter-spacing: 0.5px;
}

/*CONTACT*/
.contact{
    background: #1d1d1d;
    color: #555;
}
.contact h1{
    font-size: 43px;
}
.contact p{
    font-weight: 500;
}
.photo{
    width: 120px;
    height: 120px;
    background: #222;
    border: 5px solid #111;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    max-width: 100%;
    height: auto;
}
.contact p{
    margin-top: 15px;
    margin-bottom: 0;
}
.contact small{
    color: #999;
    font-weight: 500;
}
.contact span{
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
}
.contact i{
    color: #3498db;
}

/*COPYRIGHT*/
.copyright{
    background-color: #2a2a2a;
    color: #575757;
    width: 1250px;
    height: 68px;
    font-size: 14px;
    padding:0;
    font-weight: 500;
    margin: 0px auto;
    line-height: 68px;
}

#menu{
    text-transform: uppercase;
    font-family: 'Myriad Pro';
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 14px;
    width: 1250px;
    margin: 30px auto;
}
#menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#menu.navbar-default .navbar-brand {
    height: 50px;
    margin-top:-20px; 
}
.nav{
    border-top: 0;
}
#menu.navbar-default {
    font-size: 14px;
    background-color: rgba(17, 17, 17, 1);
    border-width: 0px;
    border-radius: 0px;
}
#menu.navbar-default .navbar-nav>li>a {
    padding-top: 12px;
    color: rgba(136, 136, 136, 1);
    background-color: rgba(17, 17, 17, 1);
}
#menu.navbar-default .navbar-nav>li>a:hover,
#menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(204, 204, 204, 1);
    background-color: rgba(17, 17, 17, 1);
}
#menu.navbar-default .navbar-nav>.active>a,
#menu.navbar-default .navbar-nav>.active>a:hover,
#menu.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f39c12;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 -8px 1px -5px rgba(0,0,0,.15);
    height: 40px;
    padding-top: 12px
}
#menu.navbar-default .navbar-nav>.active>a:focus{
    box-shadow: inset 0 0 0;
    transform: translateY(3px);
}
#menu.navbar-default .navbar-toggle {
    border-color: #111111;
}
#menu.navbar-default .navbar-toggle:hover,
#menu.navbar-default .navbar-toggle:focus {
    background-color: #111111;
}
#menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}
#menu.navbar-default .navbar-toggle:hover .icon-bar,
#menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #666;
}


/*FEATURE*/
.feature{
    background: linear-gradient(rgba(0,0,0, .4), rgba(0,0,0, .4)),url(../img/bg-feature.png) repeat; 
    color: rgba(255,255,255,.6);
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 400;
}
.feature h3{
    font-weight: 700;
    margin-bottom: 50px;
}
.feature h5{
    margin-top: 15px;
    color: #f8e71d
}
.feature img{
    background: rgba(0,0,0,.4);
    border-radius: 5px;
    border: 3px solid #151515;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.4);
}
.feature .item{
    margin-bottom: 40px;
}

/*MEDIA QUERIES*/
@media screen and (max-width:1250px){
    #wrapper, .copyright, #menu{
        width: 100%;
    }
}
@media screen and (max-width:1000px){
    .box{
        height: 210px;
    }
    .home{
        margin-top: 80px!important;
    }
    #menu.navbar-default {
        font-size: 11px;
    }
    #menu.navbar-default .navbar-brand img{
        height: 40px;
        margin-top: 5px;
    }
    .content{ 
        width: 90%
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border:0;
    }
}
@media screen and (max-width:800px){
    #mn{
        height: 80px;
    }
    #menu{
        margin-top: 15px;
    }
    #menu.navbar-default .navbar-brand img{
        height: 30px;
        margin-top: 15px;
    }
    .content{
        width: 95%;
    }
    .home{
        margin-top: 60px!important;
    }
    #wrapper{
        padding: 30px 0;
    }
    .home iframe, .product iframe{
        width: 100%;
        height: 250px;
    }
    .title{
        height: 60px;
        margin-top: -50px;
    }
    .funel h3, .swipes h3, .landing h3{
        line-height: 60px;
    }
    .contact h1{
        font-size: 3vmax;
    }
    .contact small{
        font-size: 10px;
        line-height: 0.5em;
    }
    .contact span{
        font-size: 9px;
    }
    h1, h2{
        font-size: 3vmax;
    }
    h3{
        font-size: 2.5vmax;
    }
    h4{
        font-size: 2.2vmax;
    }
    h5{
        font-size: 2vmax;
        line-height: 1.2em;
    }
    h6{
        font-size: 1.5vmax;
        line-height: 1.3em;
    }
    p{
        font-size: 11px;
        line-height: 1.3em;
    }
    small{
        font-size: 1.5vmax;
    }
    .bt{
        padding-top: 15px;
        line-height: 1.1em;
        height: 50px!important;
    }
    .copyright{
        height: 40px;
        line-height: 40px;
        font-size: 11px;
    }
    .box{
        height: 140px;
    }
    .step1 input{
        font-size: 12px;
    }
    .step1 input[type=submit]{
        font-size: 2vmax
    }
}
@media screen and (max-width:767px){
    .content{
        width: 100%;
    }
}
@media screen and (max-width:480px){
    .box{
        height: 70px;
    }
}