content,
content div,
content li,
content p {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}


section .target {
transform: translateX(0) !important;
opacity: 1 !important;
}

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

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

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

.clearBoth {
clear: both;
}

.floatLeft,
.floatleft {
float: left !important;
}


.floatRight,
.floatright {
float: right;
}

.inlineBlock {
display: inline-block;
}

.posr {
position: relative;
}

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

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left:32px;
    padding-top:22px;
    padding-bottom:22px;
    padding-right:20px;
    margin-left: 40px;
    margin-right: 0px;
}

.brackets:before {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 14px solid #fff;
    border-left: 14px solid #fff;
    box-shadow: -3px -3px 3px -2px #00000033;
}

.brackets:after {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    border-bottom: 14px solid #fff;
    border-right: 14px solid #fff;
    box-shadow: 4px 4px 4px -2px #00000033;
}

.greyBg {
    background: #f5f5f5;
}

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

.va {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


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

.section-kv {
    background: url("../image/s1_bg.jpg") no-repeat center top;
}

@media screen and (max-width: 768px) {
    .section-kv {
        background: url("../image/s1_bg_mobile.jpg");
        background-size: cover;
        padding-top: 12px;
    }

    .section-kv .mobileKv {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .section-kv .mobileIcos {
        padding: 10px 0;
    }

    .section-kv .mobileIcos img {
        display: inline-block;
        width: 47%;
        margin-right: 3.5%;
    }

    .section-kv .mobileIcos img:last-child {
        margin-right: 0;
    }

    .section-kv-mobile h1 {
        font-size: 24px;
        line-height: 1.2;
        color: #F27C00;
    }

    .section-kv-mobile h2 {
        font-size: 18px;
        line-height: 1.2;
        color: #F27C00;
    }
}

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

.section-kv-desktop {
    padding: 20px 0;
    background: url("../image/s1_bg.png") no-repeat;
    min-height: 500px;
}

.section-kv-desktop h1 {
    font-size: 48px;
    line-height: 58px;
    margin-top: 0;
}

.section-kv-desktop h2 {
   margin-left: 72px;
   margin-top: 10px;
   margin-bottom: 0;
}

.section-kv-desktop .kvRow {
    margin-top: 52px;
}


.section-kv-desktop .icos {
    margin-top: 30px;
}

.section-kv-desktop .icos img {
    display: inline-block;
    width: 47%;
    margin-right: 4%;
}

.section-kv-desktop .icos img:last-child {
    margin-right: 0;
}

.section-kv-desktop h1,
.section-kv-desktop h2 {
    color: #fff;
    text-shadow: 0px 3px 8px #00000033;
}

.section-kv-desktop .posTop {
    margin-top: 30px;
}

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

.section-txt {
    padding: 33px 0;
}

.section-txt p {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.section-txt .hashtag {
    font-weight: bold;
    font-size: 24px;
}

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

.section-promo {
    padding-top: 11px;
    padding-bottom: 31px;
    background: #F2F2F2;
    color: #000;
}

.section-promo p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 62px;
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 34px;
}

.section-promo a.button {
    background: #fff;
    border: 2px solid #F27C00;
    text-decoration: none;
    color: #fff;
    max-width: 180px;
    margin-top: 20px;
    margin-left: 18px;
    margin-bottom: 0px;
    display: inline-block;
    text-align: center;
    padding: 20px 40px;
    font-weight: 500;
    position: relative;
}

.section-promo a.button:first {
    margin-left: 0;
}

.section-promo img {
    display: block;
    margin: 0 auto 10px;
}

.section-promo span.caption {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #000;
    display: inline-block;
    line-height: 1.2;
    font-weight: bold;
}

.section-promo span.txt {
    display: block;
    color: #F27C00;
    line-height: 1;
}

.section-promo a .arrow {
    display: inline-block;
    color: #F27C00;
    position: relative;
    left: 0;
    transition: left 0.1s;
}

.section-promo a:hover .arrow,
.section-promo a:focus .arrow {
    position: relative;
    left: 5px;
}

@media screen and (max-width: 768px) {
    .section-promo p {
        margin-top: 20px;
    }
}

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

.section-books {
    background: url("../image/s3_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0;
}

.section-books h2 {
    margin: 0 0 40px;
    padding: 0;
    color: #F27C00;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
}

.section-books h2 span {
    font-weight: lighter;
}

.section-books .book {
    position: relative;
    max-width: 393px;
    margin: 0 auto;
}

.section-books .book img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.section-books .book .no {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #F39200;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0px 3px 6px #00000029;
} 

.section-books .downloadBtn {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    max-width: 280px;
    height: 48px;
    margin: 10px auto 40px;
    text-align: center;
    background: #fff;
    color: #F27C00;
    font-size: 16px;
    font-weight: 500;
}

.section-books .downloadBtn .arrow {
    position: absolute;
    right: 20px;
    top: 12px;
    bottom: 10px;
    margin: auto;
    transition: right .1s;
}


.section-books .downloadBtn:hover .arrow,
.section-books .downloadBtn:focus .arrow {
    right: 10px;
}

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

.section-channels {
    margin-top: 40px;
    margin-bottom: 35px;
}

.section-channels h2 {
    margin: 0 0 40px;
    padding: 0;
    color: #F27C00;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
}

.section-channels .channelContainer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.section-channels .channel {
    width: 80px;
    height: 70px;
    display: block;
    border:1px solid #707070;
    position: relative;
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 20px;
}

.section-channels .channel img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:block;
    margin:auto;
}

.section-channels .channel span {
    font-size: 12px;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #F19124;
    color: white;
    opacity: 0;
}

.section-channels .channel span em {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.section-channels .channel:hover span,
.section-channels .channel:active span,
.section-channels .channel:focus span {
    opacity: 1;
}

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

.section-onthego {
    padding-top: 31px;
    padding-bottom: 31px;
    background: #F27C00;
    color: #fff;
}

.section-onthego p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 23px;
}

.section-onthego a {
    background: #000;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    font-weight: 500;
    position: relative;
}

.section-onthego a .arrow {
    position: absolute;
    right: 20px;
}

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

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

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

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

.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;
    max-height: 50px;
}

.section-cpgo  .cpgoImg {
    padding-top: 20px;
}

.section-cpgo p.legal {
    font-size: 12px;
    line-height: 15px;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .section-1 .cpgoLogo {
        position: static;
        margin-top: 50px;
    }

    .flexAligner {
        display: block;
    }
}

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

@media screen and (max-width: 700px) {
    
}

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

@media screen and (min-width: 701px) and (max-width: 768px) {

}

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

@media screen and (max-width: 768px) {

}