/* Home page styles
===================================*/


/* Section 1 */
.section1{
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 60px;
}
.no-webp .section1{
    background-image: url("/includes/images/content/home_banner.png");
}
.yes-webp .section1{
    background-image: url("/includes/images/content/home_banner.webp");
}
.section1ContentCont{
    width: 420px;
    background-color: rgba(249, 249, 249, 0.8509803921568627);
    padding: 40px 50px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.09019607843137255);
}
.section1ContentCont h1{
    color:#000;
}



/* Section 2 */
.section2Img{
    display: inline-block;
    max-width: 42%;
}
.section2Content{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-left: 60px;
}
.section2Split4Cont{
    margin-top:20px;
}
.section2Split4{
    width: 20%;
    vertical-align: top;
    display: inline-block;
    padding: 20px 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.section2Split4 + .section2Split4:before{
    position: absolute;
    content: "";
    border-left: 1px solid #A0A09F;
    height: 50%;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.section2Icons{
    color:#ba0b1b;
    margin-bottom:20px;
    font-size: 38px;
}


/* Section 3 */
.section3Content{
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.section3Button{
    margin-top: 20px;
}
.section3Img{
    display: inline-block;
    max-width: 42%;
}


/* Section 4 */
.section4Split3{
    max-width: 29%;
    vertical-align:top;
    display:inline-block
}
.section4Split3 + .section4Split3{
    margin-left:10px;
}
.section4Gallery{
    margin-bottom:40px;
}


/* Section 6 */
.section6{
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-webp .section6{
    background-image: url("/includes/images/content/img9.png");
}
.yes-webp .section6{
    background-image: url("/includes/images/content/img9.webp");
}
.section6DarkOpacCont{
    position:relative;
    z-index: 1;
}
.section6DarkOpac{
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.homeBgDarkOver{
    background-color: rgba(0, 0, 0, 0.5607843137254902);
    padding: 20px 0;
    margin-bottom:40px;
}
.section6BlocksCont{
    display:flex;
    justify-content: center;
}
.section6Block{
    border:1px solid rgba(255, 255, 255, 0.25882352941176473);
    padding: 26px;
    text-align:center;
    width: 30%;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.5607843137254902);
    color: #A0A09F;
    font-size: 20px;
    line-height: 34px;
    box-sizing: border-box;
}
.section6Block + .section6Block{
    margin-left:20px;
}
.section6BlockTitle{
    color:#fff;
    font-size: 76px;
    line-height: 76px;
    margin-bottom:10px;
    font-family: "Avenir LT Heavy", sans-serif;
    display:inline-block;
}
.section6Bottom {
    padding-top: 50px;
    font-size: 30px;
    color: #fff;
}


/* Section 8 */
.section7TestName{
    color:#ba0b1b;
    display:block;
}
.section7TestContent + .section7TestContent{
    margin-top:40px;
}
.socRevCont{
    margin-bottom:40px;
}
.socRevItem{
    display: inline-block;
    width: 280px;
    background-color: #ffffff;
    padding: 8px;
    color: #333333;
    margin: 6px;
    vertical-align: top;
    box-sizing: border-box;
    transition:background-color 0.1s;
    border-bottom: 4px solid #b50b1a;
}
.socRevItem:hover{
    background-color:#e7e7e7;
}
.socRevContIcon{
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.socRevContTitle{
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    white-space:nowrap;
}
.socRevContRating{
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    font-weight: bold;
    font-size: 30px;
    font-family: "Avenir LT heavy", sans-serif;
    width: 20%;
}
.socRevContStars {
    font-size: 16px;
    display: inline-block;
}
.socRevStarGL{
    color: #e7711b;
}
.socRevStarFB{
    color: #3f51b5;
}
.socRevStarYP i{
    background-color: #dd2c00;
    color: #ffffff;
    padding: 2px;
    padding-bottom: 3px;
    border-radius: 4px;
}
.socRevScoreRating {
    margin-top: -20px;
}
.socRevScoreGL{
    color: #e7711b;
}
.socRevScoreFB{
    color: #3f51b5;
}
.socRevScoreYP{
    color: #dd2c00;
}
.socRevContReviewsLink{
    font-size: 14px;
    font-weight: bold;
}



/* Section 9 */
.sec9Text{
    font-size: 40px;
    color: #444;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 42px;
}



/* -----------------------------------*/
/* ------->>> Media Queries <<<-------*/
/* -----------------------------------*/



/* Default media query
===========================================*/
@media (max-width: 1273px) {
}


/* Default media query
===========================================*/
@media (max-width: 999px) {
    .section1 {
        box-sizing: border-box;
        padding: 10px;
    }
    .section1ContentCont {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }


    .section2Img {
        display: inline-block;
        max-width: 92%;
    }
    .section2Content {
        display: block;
        width: 99%;
        margin: 0;
        margin-top: 20px;
    }
    .section2Icons {
        font-size: 30px;
    }
    .section2Split4 + .section2Split4:before{
        border:none;
    }


    .section3Content {
        display: block;
        width: 99%;
        margin: 0;
    }
    .section3Img {
        margin-top: 20px;
        max-width: 92%;
    }


    .section6{
        width: 98%;
        margin: 0 auto;
    }
    .section6Block {
        width: 30%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 34px;
    }

    .sec9Text {
        font-size: 24px;
    }
}



/* Tablet break point
===========================================*/
@media (max-width: 767px) {

    .section2Split4 {
        width: 37%;
        font-size: 14px;
    }

    .section6BlocksCont{
        display:block;
    }
    .section6Block {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 34px;
    }
    .section6Block + .section6Block {
        margin: 20px auto 0;
    }
    .section6Block h3{
        margin-bottom:0px;
    }
}
