@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Proxima Nova Reg.otf'); /* IE9 Compat Modes */
    src: url('../fonts/Proxima Nova Reg.otf') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Proxima Nova Reg.otf') format('otf'), /* Super Modern Browsers */
    url('../fonts/Proxima Nova Reg.otf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/Proxima Nova Light.otf'); /* IE9 Compat Modes */
    src: url('../fonts/Proxima Nova Light.otf') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Proxima Nova Light.otf') format('otf'), /* Super Modern Browsers */
    url('../fonts/Proxima Nova Light.otf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('../fonts/Proxima Nova Thin.otf'); /* IE9 Compat Modes */
    src: url('../fonts/Proxima Nova Thin.otf') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Proxima Nova Thin.otf') format('otf'), /* Super Modern Browsers */
    url('../fonts/Proxima Nova Thin.otf')  format('truetype'), /* Safari, Android, iOS */
}

body {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    background-image: url('../images/background.png');
    background-repeat: repeat-x repeat-y;
    background-position: center;
    background-color: #000000;
    color: #757575;
    font-weight: 100;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 120%;
    font-style: normal;
    margin: 0;
    color: #ffffff;
    letter-spacing: 2.2px;
}

h1 {
    font-size: 50px; }

h2 {
    font-size: 38px; }

h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
}

h4 {
    font-size: 25px; }

h5 {
    font-size: 20px; }

h5.section_title {
    font-size: 14px;
    font-weight: 200;
    color: #000000;
    text-align: left;
    padding: 20px 30px;
}

h6 {
    font-size: 16px;
}

div:focus {
    outline:none;
}

div.black {
    width:100%;
    background-color:#000000;
    border-bottom-width: 1px;
    border-color: #3d3d3d;
    border-bottom-style: solid;
}

div.white {
    width:100%;
    background-color: white;
}

div.gold_underline {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccba74;
}

#container {
    z-index: 1;
    display: inline-block;
    max-height: 999999px;
    box-sizing: inherit;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    font-style: normal;
    font-size: 15px;
}

.main_menu {
    padding: 20px 0px;
    text-transform: uppercase;
    float: left;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}

.slick-prev {
    left: 15px;
    z-index: 1;
    width: 25px;
    height: 45px;
}

.slick-next {
    right: 15px;
    z-index: 1;
    width: 25px;
    height: 45px;
}

.main_logo {
    float: none;
    display: inline-block;
    padding: 10px 0px;
    height: 40px;
}

ul.top_nav_container {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
}

li.hide_on_mobile {

}

ul.top_nav_container li {float: right;}
ul.top_nav_container li.left {float: left;}

ul.top_nav {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    padding-left: 0;
}

ul.top_nav li {float: left;}

ul.top_nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    vertical-align: middle;
}

ul.top_nav li a:hover:not(.active) {
    background-color: transparent;
    color: #ccba74;
}

ul.top_nav li a.active {
    background-color: transparent;
    color: #ccba74;
}

ul.top_nav li.right {
    float: right;
    padding: 0px 20px;
}

ul.top_nav li.action {
    float: right;
    margin: 10px 20px;
    background-color: #ccba74;
    border-radius: 1px;
}

ul.top_nav li.action a {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    padding: 10px 20px;
    font-weight: 600;
    color: black;
}

ul.top_nav li.action a:hover:not(.active) {
    color: white;
}

ul.top_nav li a.active {
    background-color: #958030;
    color: white;
}

.landing_container {
    width: 100%;
    background-color: transparent;
}

.landing_container_div {
    background-color: transparent;
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding-bottom: 30px;
}

.landing_container_div.d40 {
    width: 40%;
}

.landing_container_div.d60 {
    width: 60%;
}

.iphone_video_container {
    background: url('../images/iphone.png') no-repeat top left transparent;
    width: 298px;
    height: 604px;
    position: relative;
    background-size: 298px;
}

.patent_pending_container {
    width:100%;
    display: inline-block;
    background-color: transparent;
}

.patent_pending_container > p.patent {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    padding: 0px 10px;
}

.iphone_video_container video {
    position: absolute;
    top: 65px;
    left: 16px;
}


.landing_container_div.hide_on_mobile {

}

.iphone_holder {
    background-color: transparent;
    width: 100%;
    align-items: center;
    display: table-cell;
}

.iphone_holder_img {
    padding-left: 20%;
    padding-top: 30px;
    max-width: 260px;
    width: 50%;
}

.caption_wrapper {
    position: absolute;
    /*top: 65%;*/
    top: 450px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}

.subcaption_container {
    width: 100%;
    padding: 10px 0px;
    text-align: left;
}

.subcaption_container.golden_left_border {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ccba74;
}

.highlights_subcaption_wrapper {
    margin-top: 50px;
    float: left;
    width: 100%;
    display: table;
}

p.bigGold {
    font-family: 'Proxima Nova Bold', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 42px;
    color: #ccba74;
    padding: 0px 0px;
    margin-top: -30px;
}

p.bigGold > span {
    background-color: black;
}

p.bigGold > span > .sub {
    position: relative;
    font-size: 60%;
}


.highlights_card_wrapper {
    display: table-cell;
    width: 25%;
    float: left;
    text-align: center;
    letter-spacing: 1.1px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.highlights_segment_improvement {
    border-style: solid;
    border-width: 1px;
    border-color: #ccba74;
    border-bottom-style: none;
    vertical-align: middle;
    min-height: 40px;
}

.highlights_segment {
    margin-top: -45px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccba74;
    vertical-align: middle;
    border-top-style: none;
    min-height: 70px;
}

.as_seen_on {
    width:100%;
    height: 140px;
    background-color: #ffffff;
}

.section_container {
    width:100%;
    display: inline-block;
    padding-bottom: 30px;
    background-color: #000000;
    max-width: 1280px;
}

.section_container.no_border {
    border-bottom-style: none;
    text-align: center;
    padding-bottom: 0px;
}

.section_container.small {
    max-width: 860px;
    border-bottom-style: none;
}

.section_container.social {
    max-width: 200px;
    border-bottom-style: none;
    padding: 0px 0px;
}


.section_container_white {
    width:100%;
    display: inline-block;
    border-bottom-width: 1px;
    border-color: #ffffff;
    border-bottom-style: solid;
    padding-bottom: 30px;
    background-color: #ffffff;
    max-width: 1280px;
}

.section_container_white.hide_on_mobile {

}

.section_container_white.small {
    border-bottom-style: none;
    background-color: #ffffff;
    max-width: 800px;
}

.section_container_large {
    width:100%;
    background-color: white;
    display: inline-block;
    border-bottom-width: 1px;
    border-color: #3d3d3d;
    border-bottom-style: solid;
}

.section_container_header {
    width: 100%;
    height: 20%;
    background-color: black;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
}

.section_container_header h4 {
    font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 120%;
    font-style: normal;
    padding-top:50px;
    padding-left: 30px;
    padding-right: 30px;
}

.section_container_header h6 {
    font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 120%;
    font-style: normal;
    padding: 10px 10px;

}

.section_container_header h6.gold {
    color: #ccba74;
}

.section_container_content_wrapper {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.section_content_left {
    font-family: "Proxima Nova Thin", Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 120%;
    font-style: normal;
    background-color: transparent;
    float: left;
    align-content: center;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    min-width: 1px;
}

.section_content_left_social {
    background-color: transparent;
    float: left;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    min-width: 1px;
}

div.border {
    background-color: transparent;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    min-width: 1px;
    border-width: 1px;
    border-color: #ccba74;
    border-style: solid;
    padding: 0px 0px;
}
div.border p {
    padding: 0px 15px;
}

.section_content_left img {
    max-height: 120px;
    padding-top: 50px;
}

.funnel_center {
    width: 33.3%;
}

.funnel_side {
    width:40%;
    height:100%;
}

.section_content_left.gold_underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccba74;
}

.section_content_left.extra_small {
    height: 210px;
}

.section_content_left.extra_small img {
    height: 90px;
}


.section_content_left img.small {
    max-height: 50px;
    padding: 0px 0px;
}

.section_content_left h6 {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

.section_content_left p {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-left: 70px;
    padding-right: 70px;
    color: #ffffff;
}

.carousel {
    padding-top: 20px;
    padding-bottom: 20px;
}

.quote_carousel {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}

.quote_carousel_item {
    display: inline-block;
}

.quote {
    text-align: right;
    width: 40%;
    vertical-align: middle;
    padding: 0px 0px;
    margin-top: 15px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.quote > img {
    max-height: 180px;
}

.quote > p.author {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    padding: 0px 10px;
}

.quote > p.message {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: black;
    padding: 10px 10px;
}

p.advantage_descrption {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 180px;
}

p.gold {
    color: #ccba74;
}

.partner_logo {
    padding: 100px 50px;
    max-width: 200px;
}

p.black_bold {
    font-weight: 800;
    color: #000000;
}

span.black {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

p.gold_bold {
    font-weight: 800;
    color: #ccba74;
}

p.nopadding {
    padding: 0px 0px;
}

p.copy {
    font-family: 'Proxima Nova Regular', Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 10px;
    color: #ccba74;
}

a.footer_link {
    display: block;
    font-weight: 100;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    vertical-align: middle;
}

a.footer_link:hover:not(.active) {
    background-color: transparent;
    color: #ccba74;
}

a.footer_link.active {
    background-color: transparent;
    color: #ccba74;
}

img.social {
    max-height: 22px;
    padding: 10px 0px;
}

img.media_logo {
    max-height: 40px;
    padding: 10px 30px;
}

.section_container.hide_on_mobile {

}

hr {
    background: url('../images/arrows/chevron_up.png') no-repeat bottom center;
    background-size: contain;
    display: block;
    height: 15px;
    border: 0;
    top: 12px;
    position: relative;
}

hr.black {
    background: url('../images/arrows/chevron_down.png') no-repeat bottom center;
    background-size: 20px 12px;
    display: block;
    height: 19px;
    top: 0px;
    position: relative;
}

.hide_on_ipad {
}

@media screen and (max-width: 1000px) {
    .iphone_holder_img {
        width: 100%;
        padding: 0px 0px;
    }
    .highlights_segment {
        min-height: 100px;
    }
    .section_content_left {
        float: none;
        min-width: 320px;
        padding: 0px 0px;
    }
    ul.top_nav li.right,
    ul.top_nav li {
        float: left;
    }
    ul.top_nav li a {
        padding: 20px 10px;
    }
    .hide_on_ipad {
        display: none;
    }
    .funnel_center {
        width: 33.3%
    }
    .funnel_side {
        width: 33.3%
    }
}

@media screen and (max-width: 850px) {
    .quote {
        text-align: right;
        width: 80%;
        align-items: center;
    }
    .quote > img {
        max-width: 90%;
        margin-left: 5%;
    }
    a.footer_link {
        padding: 10px 10px;
    }
    li.hide_on_mobile {
        display: none;
    }
    .funnel_center {
        width: 33.3%
    }
    .funnel_side {
        width: 33.3%
    }
    .hide_on_ipad {
        display: none;
    }
    .landing_container_div.d40 {
        width: 100%;
    }
    .section_container.hide_on_mobile {
        display: none;
    }
    .landing_container_div {
        float: none;
        width: 100%;
    }
    .iphone_holder_img {
        width: 100%;
        padding: 0px 0px;
    }
    .section_container_white.hide_on_mobile {
        display: none;
    }
    .landing_container_div.hide_on_mobile {
        display: none;
    }
    .section_content_left {
        float: none;
        min-width: 320px;
    }
    li.hide_on_mobile {
        display: none;
    }
    ul.top_nav li.right,
    ul.top_nav li {
        float: none;
    }
}
