/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900');

/* ===================================
1. General
==================================== */
*{margin:0; padding:0;}
img, object, embed, video {max-width: 100%;}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
input {padding-left:20px;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}
audio:not([controls]) { display: none; }

html {font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body {margin:0; font-size:16px; line-height:1.6em; background-color:#fff;}
body, button, input, select, textarea {font-family:'Source Sans Pro', Arial, sans-serif;font-weight:400;line-height:1.6em;color:#666666;margin: 0;}
h1,h2, h3, h4, h5, h6 {font-family:'Source Sans Pro', Arial, sans-serif; font-weight:700; line-height:1.1em; color:#333;}
p {font-family:'Source Sans Pro', Arial, sans-serif;font-weight:400;}
a {text-decoration:none;}
a:active {outline:0;}
button:active {outline:0; border:0;}
li {list-style:none;}
img,button {border:none;}
button {cursor: pointer;}

.clearfix::after {content:""; display:block; visibility:hidden; height:0; clear:both;}
.container {display:block; max-width:1170px; margin:0 auto;}
.container-fluid {display:block; width:100%;}

::selection {background:#127ec3; color:#fff;}
img::selection,button::selection,a::selection {background:transparent;}
.highlight {color:#f25a50; font-weight:700; font-family:'Source Sans Pro', Arial, sans-serif;}
.hidden {display:none;}

/* ===================================
2. Billboard Section
==================================== */
#billboard {
    background: url(../images/billboard_bg_mobile.jpg) left top no-repeat;
    text-align: center;
    padding: 40px 0;
}

#billboard .logo {
    text-align: center;
    margin:0 0 30px;
}

#billboard h2 {
    margin:0 auto 20px;
    color: #7d7d7d;
    font-size: 3.375em;
    text-transform: uppercase;
    background: rgba(255,255,255,1);
    padding: 20px 0;
    max-width: 350px;
    border: dashed 2px #b2d032;
    box-shadow: 2px 2px 7px 0px #eee;
}

#billboard h2 span.title1 {
    display:block;
    color:#b2d032;
    font-size: 1.43em;
    font-weight: 300;
}

#billboard h2 span.title2 {
    display:block;
    color:#b2d032;
    font-size: 0.93em;
    font-weight: 300;
}

#billboard h2 span.title3 {
    display:block;
    color:#b2d032;
    font-size: 1.63em;
    font-weight: 700;
}

#billboard h2 span.title4 {
    display:block;
    color:#7d7d7d;
    font-size: 1.00em;
    font-weight: 300;
}

#billboard h3 {
    color: #007820;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 80px;
    font-size: 46px;
    font-weight: 900;
}

#billboard h3 span {
    position: relative;
}

#billboard h3 span img {
    position: absolute;
    top: -40px;
    left: 40%;
}

#billboard h4 {
    font-size: 24px;
    font-weight: 400;
    color: #83b786;
    margin-bottom: 20px;
}


/* ===================================
2. Welcome Section
==================================== */
#welcome {
    margin-top: 20px auto;
    padding: 70px 0;
    background: #161616;
    border-top: solid 5px #97b305;
    border-bottom: solid 5px #97b305;
}

#welcome h2{
    color: #fff;
    font-size: 42px;
    margin: 0 auto;
    width: 388px;
}

#welcome h2 ul{
    float: left;
    margin: 0;
}

#welcome h2 ul li:last-child {
    font-size: 50px;
}

#welcome h2 b{
    display: inline-block;
    color: #a5d934;
    font-size: 119px;
    line-height: 90px;
    font-weight: 900;
    letter-spacing: -6px;
}

#welcome h3 {
    text-align: center;
    color: #fff;
    margin: 40px 0 0;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#welcome hr {
    width: 42%;
    margin: 10px auto 0;
}

#welcome p {
    color:#fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    max-width: 736px;
    padding: 0 20px;
}

#welcome a {
    display: block;
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
    color: #a5d934;
}


/* ===================================
3. Video Section
==================================== */
#sec01 {
    padding: 60px 0 20px;
}

#sec01 div.video {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin:0 auto;
    max-width: 561px;
}

#sec01 section {
    width: 80%;
    display: block;
    margin: 20px auto;
    text-align: center;
}

#sec01 section p {
    font-size: 16px;
    color: #999;
    text-align: center;
}

#sec01 section p span {
    font-weight: 700;
    font-size: 18px;
    color: #666
}


/* ===================================
4. Form Section
==================================== */
#trial-form {
    text-align: center;
    padding: 40px 0;
}

#trial-form .part1 {
    background: #1d1d1b;
    padding: 20px 20px 60px;
    text-align: center;
    position: relative;
}

#trial-form .part1 h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.5em
}

#trial-form .part1 input {
    display: block;
    height: 30px;
    margin: 0 auto 15px;
    width: 80%;
    max-width: 400px;
    background: #b1d009;
    border: none;
    outline: none;
    color: #000;
}

#trial-form .part1 img.pointer {
    position: absolute;
    bottom: -53px;
    left: calc(50% - 26px);
    transform: rotate(90deg);
}

#trial-form .part1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#trial-form .part1 input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
#trial-form .part1 input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
#trial-form .part1 input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

#trial-form .part2 {
    background: #b1d009;
    padding: 40px 20px 80px;
}

#trial-form .part2 label {
    display: block;
    margin: 30px 0 10px;
    color: #000;
}

#trial-form .part2 select {
    height: 32px;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}

#trial-form button {
    color: #fff;
    margin: 80px 0 20px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #666;
    background: #ff1a00;
    background: linear-gradient(to bottom, #ff1a00, #ce0000);
    background: -o-linear-gradient(to bottom, #ff1a00, #ce0000);
    background: -webkit-linear-gradient(to bottom, #ff1a00, #ce0000);
    background: -moz-linear-gradient(to bottom, #ff1a00, #ce0000);
}

#trial-form button:hover {
    background: linear-gradient(to bottom, #ce0000, #ff1a00);
}

#trial-form button img.arrow {
    position: absolute;
    top: -100px;
}

#trial-form .part2 .q2,
#trial-form .part2 .q3,
#trial-form .part2 .q4 {
    display: none;
}

footer {
    text-align: center;
}

footer .associate {
    color: #666;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 0.5px;
    padding: 40px 0;
}
.customer {
    background: #fff;
    background-repeat: no-repeat;
    background-position: 20px;
    margin: 15px auto;
    border-radius: 8px;
    width: 80%;
    /*padding: 30px 0;*/
    position: relative;
    overflow: hidden;
}

.customer p {
    text-align: center;
    font-size: 14px;
    color: #4d3528;
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-style: italic;
}
.customer p.testimonial-name {
    text-align: right;
    font-weight: 600;
}

/* ===================================
    Media Query
==================================== */
@media screen and (min-width:768px) and (min-device-width:768px){
    #trial-form button {
        font-size: 24px;
    }
    
    footer .copyright {
        border-top: solid 1px #999;
        border-bottom: solid 1px #999;
        padding: 10px 0;
    }
    
    footer .copyright p {
        float: left;
        margin-left: 30px;
    }    
    
    footer .copyright a {
        float: right;
        margin-right: 30px;
    }
}

@media screen and (min-width:960px) and (min-device-width:960px){
    #billboard {
        background: url(../images/billboard_bg1.jpg) left top no-repeat, url(../images/billboard_bg2.jpg) right top no-repeat;
        background-size: contain;
    }
    
    #billboard h2 {
        font-size: 3.9em;
        max-width: 400px;
        padding: 20px 0;
    }
    
    #sec01 div.video {
        margin:60px 6% 0 0;
        max-width: 561px;
        float: right;
    }
    
    #sec01 section {
        text-align: right;
        float: right;
        margin-top: 0;
        margin-right: 2%;
        max-width: 300px;
    } 
    #trial-form .formbg {
        background: #b1d009;
    }
    
    #trial-form .part1 {
        padding: 20px 20px 60px;
        width: 35%;
    }
    
    #trial-form .part2 {
        padding: 20px 20px 60px;
        width: 56%;
    }
    
    #trial-form .part {
        float: left;
        max-height: 305px;
    }
    #trial-form .part2 label span {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 24px;
        display: block;
        line-height: 1.5em;
    }
    
    #trial-form .part2 label:first-child {
        margin-top: 15%;
    }
    
    #trial-form .part1 img.pointer {
        position: absolute;
        top:calc(50% - 26px);
        left: 99%;
        transform: rotate(0deg);
    }
}

@media screen and (min-width:1170px) and (min-device-width:1170px){
    #sec01 div.video {
        margin:50px 14% 0 0;
    }
    
    #trial-form .part2 label {
        text-align: left;
        margin-left: 10%;
    }
    
    #trial-form .part2 select{
        display: block;
        margin: 0;
        margin-left: 10%;
    }
}
