#headerMenu {
    z-index: 9999;
}

content,
content div,
content li,
content p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.align-center,
.text-center {
    text-align: center;
}

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left !important;
}


.floatRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.legal {
    font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
}

.brackets:before {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 18px solid #f88508;
    border-left: 18px solid #f88508;
}

.brackets:after {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid #f88508;
    border-right: 18px solid #f88508;
}

.greyBg {
    background: #f5f5f5;
}

section h2 {
    font-size: 36px;
}

section p {
    font-weight: 500;
}

/************************************************************************/

.section-1 {
    background: url("../image/s1_bg.jpg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-top: 35.2%;
}

/************************************************************************/

.section-2 {
    width: 100%;
    background: #000;
    color:#fff;
    text-align: center;
    font-size: 24px;
}

.section-2 a {
    color: #fff;
}

/************************************************************************/

.section-3 {
    padding:30px 0;
}

section .row.show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    align-content: unset;
}

section .row.show1 {
    background: url("../image/s2-topGear.jpg") no-repeat left top;
    min-height: 520px;
}

section .row.show .showInfo {
    padding-bottom: 20px;
}

section .row.show1 .showInfo {
    background: #F2F2F2;
}

section .row.show .column {
    padding-left: 0;
    padding-right: 0;
}

section .showInfo:before {
    content: "";
    display: block;
    max-width: 180px;
    border-top: 10px solid #00BBE1;
}

section .row.show .showInfo h3 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding: 20px 20px 0;
}

section .row.show .showInfo h4 {
    font-size: 18px;
    margin: 0;
    padding: 0 20px 30px;
}

section .row.show .showInfo p {
    margin: 0;
    padding: 0 20px 20px;
    font-size: 18px;
    line-height: 22px;
}

/************************************************************************/

.section-4,
.section-6 {
    padding:20px 0;
}

.section-4 {
    background: #00BBE1;
}

.section-4 p {
    margin: 0;
    padding: 0;
}

section .btn {
    width: 100%;
    display: block;
    float: right;
    color:#fff;
    background: #000;
    text-decoration: none;
    padding:10px 20px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

section .btn span {
    position: absolute;
    top: 10px;
    right: 20px;
}

/************************************************************************/


.section-5 {
    padding:30px 0;
    background: #F2F2F2;
}

.section-5 h2 {
    margin: 0;
    padding-bottom: 30px;
    font-weight: 800;
    font-size: 32px;
}

.section-5 .showInfo {
    background: #fff;
    margin-top: 20px;
}

section .row.show.inverse {
    background-position: right top;
}

section .row.show.show2,
section .row.show.show3,
section .row.show.show4 {
    display: block;
    margin-bottom: 30px;
}

section .row.show.show2 .showInfo,
section .row.show.show3 .showInfo,
section .row.show.show4  .showInfo {
    margin-top: 30px;
}

section .row.show2 {
    background: url("../image/s5_show2.jpg") no-repeat left top;
    min-height: 450px;
}

section .row.show3 {
    background: url("../image/s5_show3.jpg") no-repeat left top;
    min-height: 455px;
}

section .row.show4 {
    background: url("../image/s5_show4.jpg") no-repeat left top;
    min-height: 453px;
}

/************************************************************************/

.section-6 {
    background: #000;
    color:#fff;
}

.section-6 p {
    margin: 10px 0 0;
    padding: 0;
}

.section-6 .btn {
    color:#000;
    background: #fff;
}

/************************************************************************/

.section-cpgo {
    padding: 30px 0;
}

.section-cpgo h2 {
    font-size: 28px;
    margin: 0 0 30px;
    padding: 0;
    line-height: 34px;
    color:#F27C00;
    text-align: left;
}

.section-cpgo p {
    font-size: 16px;
    line-height:19px;
}

.section-cpgo .pDevices {
    margin-top: 30px;
    margin-bottom: 40px;
}

.section-cpgo .pDevices img {
    float: left;
    padding-right:45px;
}

.section-cpgo .pDevices span {
    display: block;
    padding-left: 100px;
}

.section-cpgo .stores {
    margin-bottom: 0;
}

.section-cpgo .stores img {
    margin-right: 10px;
    margin-bottom: 10px;
}

/************************************************************/

.section-video {
    padding: 30px 0;
}

.section-video .tvBg {
    background: url("../image/tv_bg.png") no-repeat center top;    
    background-size: 100%;
    padding-top: 66%;
    position: relative;
}

.section-video .tvBg .ytEmbed {
    position: absolute;
    top: 1%;
    bottom: 14%;
    left: 0.7%;
    right: 0.7%;
    margin: auto;
}

.section-video .tvBg .ytEmbed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
}

/************************************************************/

.legalSection {
    margin-top: 20px;
}

p.legal {
    font-size: 12px;
    line-height: 15px;
}

/************************************************************************/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/************************************************************************/

@media screen and (max-width: 767px) {
    content {
        margin-top: 3.9rem;
    }

    section .row.show {
        height: auto;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    section .row.show1 {
        padding-top: 54%;
    }

    section .row.show2 {
        padding-top: 54%;
    }

    section .row.show3 {
        padding-top: 54%;
    }

    section .row.show4 {
        padding-top: 54%;
    }

    section .row.show .showInfo {
        margin-left: .75rem;
        margin-right: .75rem;
    }

    section .row.show .showInfo p {
        font-size: 14px;
    }

    section .row.show1 .showInfo .txt h2 {
        padding-top: 1rem;
    }

    section .row.show1 .showInfo .txt h2,
    section .row.show1 .showInfo .txt h3,
    section .row.show1 .showInfo .txt h4,
    section .row.show1 .showInfo .txt p {
        padding-left: 0;
        padding-right: 0;
    }

    section .row.show .showInfo {
        padding-bottom: 10px;
    }

    section .row.show .showInfo h3 {
        padding-top: 20px;
    }

    section .row.show1 .showInfo .txt p {
        padding-bottom: 20px;
    }

    section .row.show1 .showInfo .txt {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .section-4 p,
    .section-6 p {
        text-align: center;
        padding-bottom: 20px;
    }

    p.legal {
        font-size: 10px;
    }


    .section-5 h2 {
        font-size: 22px;
        padding-bottom: 20px;
        margin: 0;      
        text-align: center;
    }

    .section-cpgo {
        margin-top: 3rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-cpgo .flexAligner {
        display: block;
    }

    .section-cpgo .cpgoImg {
        margin-top: 2rem;
    }

    .section-cpgo .legal p {
        text-align: justify;
    }
}

@media screen and (max-width: 1010px) {
    .section-1 {
        background-size: 156%;
        padding-top: 55%;
        height: auto;
        background-position: center;
    }

    .section-2 {
        font-size: 18px;
    }
}

