
/*
    Created on : Apr 21, 2020 11:12:40 am
    Author     : dumidu.kodithuwakku@ebeyonds.com
*/
/** START R2G Header - CSE **/
:root{
    --number__header-height: auto;
    --number__header-fixed-height: auto;
    --number__header-branding-width: 230px;
    --number__header-branding-height: auto;
    --number__header-branding-margin: 8px auto 8px auto;
    --number__header-main-navigation-sub-menu-width: 150px;
    --number__header-main-navigation-sub-menu-padding: 10px 5px 10px 5px;
    --number__more-menu-width: 300px;
    --number__more-menu-padding: 20px 20px 20px 20px;
}
.r2g-header{
    height: var(--number__header-height);
}
.r2g-header.header-fixed,
.perspective-menu-open header{
    height: var(--number__header-fixed-height);
}
.r2g-header .container {
    padding: 0;
}
    .r2g-header .branding {
        width: var(--number__header-branding-width);
        height: var(--number__header-branding-height);
        margin: var(--number__header-branding-margin);
    }
    .r2g-header .top-bar{
        position: absolute;
        top: auto;
        right: 0;
        left: auto;
        float: right;
        clear: right;
        
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .r2g-header.header-fixed .top-bar,
    .perspective-menu-open .r2g-header .top-bar{
        -webkit-transform: translateY(-180%);
        -ms-transform: translateY(-180%);
        transform: translateY(-180%);
    }
    .perspective-menu-open .r2g-header .top-bar{
        opacity: 0;
    }
        .r2g-header .top-bar .r2g-top-bar-menu{
            display: inline-block;
            margin-right: 10px;
        }
        .r2g-header .top-bar .r2g-header-sub-component{
            text-align: left;
        }
    .r2g-header .top-bar {
        margin-top: 12px;
        margin-right: 0;
    }
    .r2g-header .header-bottom-bar {
        position: absolute;
        top: 35px;
        right: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .r2g-header .header-bottom-bar .primary-button{
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    .r2g-header .main-menu nav li {
        margin: 0 0 0 10px;
        position: relative;
        padding: 10px 0;
    }
    .r2g-header .main-menu nav li ul{
        width: var(--number__header-main-navigation-sub-menu-width);
        padding: var(--number__header-main-navigation-sub-menu-padding);
    }
    .r2g-header .main-menu nav li li {
        margin: 0;
        padding: 10px 5px;
    }
    .r2g-header .main-menu nav > ul > li,
    .r2g-header .more-menu-wrapper nav > ul > li.show-on-768,
    .r2g-header .top-bar .r2g-top-bar-menu nav li,
    .r2g-header .more-menu-wrapper .top-bar-navigation > ul > li.show-on-768{
        display: none;
    }
    .r2g-header .main-menu,
    .r2g-header .main-menu nav > ul > li.show-on-768,
    .r2g-header .top-bar .r2g-top-bar-menu nav li.show-on-768{
        display: inline-block;
    }
    .r2g-header .more-menu-wrapper{
        top: 80px;
        width: var(--number__more-menu-width);
        padding: var(--number__more-menu-padding);
        height: auto;
    }
    .r2g-header.header-fixed .more-menu-wrapper{
        top: 0;
    }
    .r2g-header .menu-btn{
        display: none;
        position: relative;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .r2g-header .menu-btn.show-btn-768{
        display: inline-block;
    }
    .r2g-header .more-menu-wrapper .top-bar-navigation{
        margin-top: 30px;
        font-size: 0.9em;
    }
    /* sub menu */
    .r2g-header li ul {
        display: block;
        opacity: 0;
        top: 100%;
        left: 50%;
        width: var(--number__header-main-navigation-sub-menu-width);
        pointer-events: none;
        position: absolute;
        margin: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .r2g-header .main-menu li ul {
        text-align: center;
    }
    .r2g-header .more-menu li ul {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        display: none;
        box-sizing: border-box;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .r2g-header .sub-menu-open ul {
        opacity: 1;
        pointer-events: auto;
    }
        .r2g-header .sub-menu-open li {
            margin: 0 0 8px;
            padding: 0 10px;
            width: 100%;
            box-sizing: border-box;
        }
    
    /* social media */
    .r2g-header .top-bar-wrapper .r2g-header-social-media {
        display: inline-block;
        vertical-align: top;
    }
        .r2g-header .top-bar .r2g-header-social-media li{
            display: inline-block;
        }
    
    /* Start - Header option two */
    
    .r2g-header.header-option-two .top-bar{
        margin: 0;
        padding: 6px 5vw;
        box-sizing: border-box;
        width: 110vw;
        right: -5vw;
        text-align: center;
    }
        .r2g-header.header-option-two .top-bar .r2g-header-sub-component{
            margin: 0 15px;
            vertical-align: text-top;
        }
    .r2g-header.header-option-two .branding {
        position: absolute;
        top: 40px;
        margin: 0;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .r2g-header.header-option-two .header-bottom-bar {
        margin: 0;
    }
    .r2g-header.header-fixed.header-option-two .branding {
        top: 3px;
    }
    .r2g-header.header-option-two .more-menu-wrapper {
        top: 90px;
    }
    
    /* End - Header option two */
    
    /* Start - Header option three */
    
    .r2g-header.header-option-three .branding{
        position: relative;
        left: 50%;
        z-index: 1;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
        .r2g-header.header-option-three .branding img {
            display: block;
            margin: auto;
        }
    .perspective-menu-open .r2g-header.header-option-three .branding,
    .r2g-header.header-fixed.header-option-three .branding{
        left: 0;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .r2g-header.header-option-three .top-bar{
        width: 100%;
        padding: 10px 0 10px;
        margin: 20px 0 0;
        box-sizing: border-box;
    }
        .r2g-header.header-option-three .top-bar-left{
            float: left;
            text-align: left;
        }
        .r2g-header.header-option-three .top-bar-right{
            float: right;
            text-align: right;
        }
            .r2g-header.header-option-three .top-bar-left .r2g-header-sub-component,
            .r2g-header.header-option-three .top-bar-right .r2g-header-sub-component{
                display: inline-block;
                vertical-align: middle;
                text-align: left;
                margin-right: 10px;
            }
            .r2g-header.header-option-three .top-bar-left .r2g-header-sub-component:last-child{
                margin-right: 0;
            }
    .r2g-header.header-option-three .header-bottom-bar {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
    }
    .perspective-menu-open .r2g-header.header-option-three .header-bottom-bar,
    .r2g-header.header-fixed.header-option-three .header-bottom-bar{
        position: absolute;
        top: auto;
        left: auto;
        width: auto;
        text-align: right;
    }
    .menu-open .r2g-header.header-option-three.menu-option-three .menu-btn {
        top: 10px;
        right: 15px;
        position: fixed;
    }
    
    /* End - Header option three */
    
    /* Start - Header option four */
    
    .r2g-header.header-option-four{
        -webkit-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .r2g-header.header-option-four .header-wrapper > .branding,
    .r2g-header.header-option-four .main-menu .menu-section nav > ul > li,
    .r2g-header.header-option-four .header-bottom-bar > .primary-button,
    .r2g-header.header-option-four .header-bottom-bar > .menu-btn{
        display: none;
    }
    .r2g-header.header-option-four .top-bar,
    .r2g-header.header-option-four .header-bottom-bar{
        width: 100%;
    }
    .r2g-header.header-option-four .top-bar{
        z-index: 1;
        pointer-events: none;
    }
    .r2g-header.header-option-four .top-bar .top-bar-wrapper .top-bar-left, 
    .r2g-header.header-option-four .top-bar .top-bar-wrapper .top-bar-right{
        width: calc((100% - var(--number__header-branding-width) - 40px) / 2);
        padding-bottom: 8px;
        pointer-events: auto;
    }
    .r2g-header.header-option-four .top-bar .top-bar-wrapper .top-bar-left{
        float: left;
        text-align: left;
    }
    .r2g-header.header-option-four .top-bar .top-bar-wrapper .top-bar-right{
        float: right;
        text-align: right;
    }
        .r2g-header.header-option-four .top-bar .r2g-header-sub-component{
            display: inline-block;
            margin-right: 10px;
            text-align: left;
        }
 
.r2g-header.header-option-four .header-bottom-bar{
    position: relative;
    top: auto;
    left: auto;
}
    .r2g-header.header-option-four .main-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        align-items: center;
    }
        .r2g-header.header-option-four .main-menu .menu-section{
            padding-top: 36px;
        }
        .r2g-header.header-option-four .main-menu .menu-section.right-menu{
            text-align: right;
        }
        .r2g-header.header-option-three .branding,
        .r2g-header.header-option-four .branding{
            z-index: 1;
        }
        .r2g-header.header-option-four .branding img {
            display: block;
            margin: auto;
        }
            .r2g-header.header-option-four .main-menu .left-menu nav > ul > li.show-on-left-768,
            .r2g-header.header-option-four .main-menu .right-menu nav > ul > li.show-on-right-768,
            .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-btn,
            .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn{
                display: inline-block;
            }
            .r2g-header.header-option-four .main-menu .left-menu nav > ul > li.show-on-left-768:nth-child(1){
                margin-left: 0;
            }
            .r2g-header.header-option-four .main-menu .menu-section nav > ul > li.bottom-bar-menu-btn{
                padding: 0;
                margin: 0;
            }
                .r2g-header.header-option-four .bottom-bar-menu-btn .menu-btn{
                    margin-left: 10px;
                }
            .r2g-header.header-option-four .main-menu .has-submenu{
                padding: 10px 25px 10px 0;
            }
            .r2g-header.header-option-four .main-menu .sub-menu-arrow{
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }
            .r2g-header.header-option-four .main-menu .sub-menu-open .sub-menu-arrow{
                -webkit-transform: translateY(-50%) rotate(180deg);
                -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg);
            }

    .header-animate-up .r2g-header.header-option-three,
    .header-animate-up .r2g-header.header-option-four{
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .header-animate-up .r2g-header.menu-option-two.header-option-three,
    .header-animate-up .r2g-header.menu-option-two.header-option-four{
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    .perspective-menu-open.header-animate-up .r2g-header.header-option-three,
    .perspective-menu-open.header-animate-up .r2g-header.header-option-four{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .r2g-header.header-fixed .header-bottom-bar,
    .perspective-menu-open .r2g-header .header-bottom-bar{
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .r2g-header.header-fixed.header-option-three .header-wrapper > .branding,
    .r2g-header.header-fixed.header-option-four .header-wrapper > .branding,
    .perspective-menu-open .r2g-header.header-option-four .header-wrapper > .branding{
        display: block;
    }
    .r2g-header.header-fixed.header-option-three .header-bottom-bar,
    .r2g-header.header-fixed.header-option-four .header-bottom-bar,
    .perspective-menu-open .r2g-header.header-option-four .header-bottom-bar{
        width: auto;
        position: absolute;
    }
    .r2g-header.header-fixed.header-option-four .header-bottom-bar .branding,
    .perspective-menu-open .r2g-header.header-option-four .header-bottom-bar .branding{
        display: none;
    }
    .r2g-header.header-fixed.header-option-four .main-menu,
    .perspective-menu-open .r2g-header.header-option-four .main-menu{
        justify-content: end;
        width: auto;
    }
    .r2g-header.header-fixed.header-option-four .main-menu .menu-section,
    .perspective-menu-open .r2g-header.header-option-four .main-menu .menu-section{
        width: auto !important;
        text-align: right;
        padding: 0;
    }
    .perspective-menu-open .menu-section .bottom-bar-menu-btn{
        pointer-events: none
    }
    /* End - Header option four */
    
    /* Start - menu open style two */

    html, body, #holder {
        width: 100%;
        height: 100%;
    }
    body {
        overflow-y: scroll;
    }
    #holder {
        position: relative;
        z-index: 1;
    }
    .header-fixed .menu-option-two .top-bar{
        -webkit-transform: translateY(-300%);
        -ms-transform: translateY(-300%);
        transform: translateY(-300%);
    }
    .holder-inner-wrapper {
        min-height: 100%;
        position: relative;
        z-index: 10;
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }
    .scroll-container {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .r2g-header.menu-option-two,
    .holder-inner-wrapper {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .r2g-header.menu-option-two {
        z-index: 12;
    }
    .r2g-header.menu-option-two .more-menu-wrapper {
        display: none;
    }
    
    /*Modal View */
    #holder.perspective-modal-view {
        position: fixed;
        -webkit-perspective: 1500px;
        perspective: 1500px;
    }
    .perspective-modal-view .r2g-header.menu-option-two {
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }
    .perspective-modal-view .r2g-header.menu-option-two,
    .perspective-modal-view .holder-inner-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: none;
        cursor: not-allowed;
    }
    .perspective-modal-view .holder-inner-wrapper {
        box-shadow: -3px 1px 3px 1px #000;
    }
    .perspective-modal-view .burger-search-field {
      display: none;
    }
    .perspective-modal-view .holder-inner-wrapper {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    
    /* Animate */
    .perspective-animate .r2g-header.menu-option-two,
    .perspective-animate .holder-inner-wrapper {
        -webkit-transform: translateX(-180px) rotateY(38deg);
        transform: translateX(-180px) rotateY(38deg);
    }
    #holder.perspective-animate .full-width-menu {
        opacity: 1;
        -webkit-transition: all 0.4s ease 0.4s;
        -ms-transition: all 0.4s ease 0.4s;
        transition: all 0.4s ease 0.4s;
    }
    .no-csstransforms3d .perspective-animate {
        left: -75%;
    }
    #holder .full-width-menu {
        height: 100%;
        left: auto;
        position: absolute;
        top: 0;
        z-index: 1;
        opacity: 0;
        display: block;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        right: 0;
        width: 278px;
    }
    .full-width-menu .more-menu-wrapper{
        padding: 55px 20px 20px 30px;
        height: 100vh;
        box-sizing: border-box;
    }
        .full-width-menu .close {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 26px;
            cursor: pointer;
        }
        .full-width-menu .more-menu-wrapper .logo-wrapper{
            margin-bottom: 20px;
        }
            .full-width-menu .more-menu-wrapper .logo-wrapper .default-logo{
                display: none;
            }
            .full-width-menu .more-menu-wrapper .logo-wrapper .on-scroll-logo{
                display: block;
            }
        .full-width-menu .more-menu-wrapper ul{
            list-style: none;
            margin: 0;
            padding: 0;
        }
            #holder .full-width-menu .more-menu-wrapper .more-menu nav > ul{
                overflow: hidden;
            }
            #holder .full-width-menu .more-menu-wrapper ul li{
                padding: 10px 0;
                opacity: 0;
                -webkit-transform: translateY(25px);
                -ms-transform: translateY(25px);
                transform: translateY(25px);
                -webkit-transition: all 0.8s ease 0.4s;
                -ms-transition: all 0.8s ease 0.4s;
                transition: all 0.8s ease 0.4s;
            }
            #holder.perspective-animate .full-width-menu .more-menu-wrapper ul li{
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
            #holder .full-width-menu .more-menu-wrapper ul li.show-on-768{
                display: none;
            }
                #holder .full-width-menu .more-menu-wrapper li ul{
                    display: none;
                    padding-left: 20px;
                }
    /* End - menu open style two */
    
    /* Start - menu open style three */
    
    .menu-open .r2g-header.menu-option-three{
        background: transparent;
    }
    .r2g-header.menu-option-three:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        display: block;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .menu-open .r2g-header.menu-option-three:after {
        opacity: 1;
    }
    .menu-open .r2g-header.menu-option-three .branding,
    .menu-open .r2g-header.menu-option-three .top-bar,
    .menu-open .r2g-header.menu-option-three .main-menu,
    .menu-open .r2g-header.menu-option-three .primary-button,
    .menu-open .r2g-header.header-option-four.menu-option-three .menu-section.left-menu,
    .menu-open .r2g-header.header-option-four.menu-option-three .main-menu .right-menu nav li{
        opacity: 0;
    }
    .menu-open .r2g-header.header-option-four.menu-option-three .main-menu,
    .menu-open .r2g-header.header-option-four.menu-option-three .main-menu .right-menu nav li.bottom-bar-menu-btn{
        opacity: 1
    }
    .menu-open .r2g-header.menu-option-three .menu-btn{
        z-index: 6;
        top: -25px;
        right: -20px;
    }
    .r2g-header.menu-option-three .more-menu-wrapper{
        top: 0;
        right: 0;
        z-index: 5;
        height: 100vh;
        text-align: center;
        -webkit-transform: translateX(130%);
        -ms-transform: translateX(130%);
        transform: translateX(130%);
        -webkit-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .menu-open .r2g-header.menu-option-three .more-menu-wrapper{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .r2g-header.menu-option-three .more-menu-wrapper .more-menu nav > ul{
        overflow: hidden;
    }
    .r2g-header.menu-option-three .more-menu-wrapper .more-menu nav li{
        opacity: 0;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px);
        -webkit-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .r2g-header.menu-option-three .more-menu-wrapper.transition-end .more-menu nav li{
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .r2g-header.menu-option-three .more-menu-wrapper .r2g-header-social-media ul{
        justify-content: center;
    }
    .r2g-header.header-fixed.menu-option-three .header-bottom-bar{
        top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .r2g-header.header-fixed.menu-option-three .more-menu-wrapper {
        top: 0;
    }
    
    /* End - menu open style three */

/** END R2G Header - CSE **/

/** START R2G Footer Menu **/
.r2g-footer-menu.vertical.two-col-768 ul li {
    width: 50%;
}

/** END R2G Footer Menu **/
/** START R2G Footer Form **/
footer form:after {
    clear: both;
}
footer form:before,
footer form:after {
    content: " ";
    display: table;
}
footer .form-group{
    display: block;
}
footer .cms-form-holder .cms-form .form-group{
    margin-bottom: 25px;
}
footer .fb-privacyfield .fb-cr{
    padding: 0 0 0 24px;
}
footer .cms-form .fb-text,
footer .cms-form .fb-privacyfield{
    float: left;
}
footer .cms-form .fb-text{
    width: calc(100% - 105px);
}
footer .cms-form .fb-button{
    width: 105px;
    float: right;
}
    footer .cms-form .fb-text input,
    footer .cms-form .fb-button button{
        width: 100%;
    }

/** END R2G Footer Form **/
/** START R2G Footer Contact Details With Icons **/
.r2g-contact-details.horizontal .contact-details-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
}
.r2g-contact-details.horizontal.text-align-center .contact-details-wrapper{
    justify-content: center;
}
.r2g-contact-details.horizontal.text-align-right .contact-details-wrapper{
    justify-content: end;
}
.r2g-contact-details.horizontal .contact-detail-row{
    margin: 0 30px 0 0;
}
.r2g-contact-details.horizontal .contact-detail-row:last-child{
    margin: 0;
}
/** END R2G Footer Contact Details With Icons **/
/** START R2G Footer - CSE **/
.r2g-footer .footer-items .footer-item {
	padding: 0 4% 4% 0;
	width: 33.333%;
}
.r2g-footer .footer-items .item-3{
	padding: 0 24% 0;
	clear: left;
    width: 100%;
}
.r2g-footer .footer-items .item-4{
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.copyright-bar p {
    margin: 0;
    width: 50%;
    float: left;
    text-align:left;
}
    .copyright-bar p.designed-by{
        text-align :right;
    }

/** END R2G Footer - CSE **/
/** START R2G xBox Main Strip - CSE **/
.r2g-xbox-main-strip {
    border-width: var(--number__tp-tl__xbox-main-strip-border-width);
}
.r2g-xbox-main-strip .container {
    border-width: var(--number__tp-tl__xbox-main-strip-container-border-width);
}
.r2g-xbox-main-strip .intro-content{
    border-width: var(--number__tp-tl__xbox-main-strip-intro-content-border-width);
}
.r2g-xbox-main-strip .xbox-wrapper{
    flex-flow: row wrap;
    border-width: var(--number__tp-tl__xbox-main-strip-xbox-wrapper-border-width);
}
    .r2g-xbox-main-strip .image-wrapper{
        width: 100%;
        border-width: var(--number__tp-tl__xbox-main-strip-image-wrapper-border-width);
    }
    .r2g-xbox-main-strip .flex-container{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: start;
        width: 100%;
        border-width: var(--number__tp-tl__xbox-main-strip-flex-wrapper-border-width);
    }
        .r2g-xbox-main-strip .content-wrapper{
            padding: 60px 60px 0;
            border-width: var(--number__tp-tl__xbox-main-strip-content-wrapper-border-width);
        }

/** END R2G xBox Main Strip - CSE **/


/** START R2G xBox List Component - CSE **/
.r2g-xbox-list-component .xbox-wrapper{
    flex-flow: row wrap;
}
    .r2g-xbox-list-component .image-wrapper,
    .r2g-xbox-list-component .flex-container{
        width: 50%;
    }
        .r2g-xbox-list-component .image-wrapper img{
            max-width: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .r2g-xbox-list-component .flex-container{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: start;
    }
    .r2g-xbox-list-component.option-two .image-wrapper{
        width: 100%;
    }
    .r2g-xbox-list-component.option-two .flex-container{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 5%;
    }
        .r2g-xbox-list-component .content-wrapper{
            padding-left: 30px;
            box-sizing: border-box;
        }
        .r2g-xbox-list-component.option-two .content-wrapper{
            width: 50%;
            padding: 30px;
        }

/** END R2G xBox List Component - CSE **/
/** START R2G xList Main Strip **/
.r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-left.slick-arrow{
    left: -35px;
}
.r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-right.slick-arrow{
   right: -35px;
}

/** END R2G xList Main Strip **/
/** START R2G Google Map Main Strip **/
.strip-component.gmap-wrapper .map-category-wrapper {
	width: 90%;
	padding: 0;
}
    .strip-component.gmap-wrapper .map-category-wrapper .checkbox.fb-cr {
    	width: auto;
    }
    .strip-component.gmap-wrapper .map-category-wrapper .checkbox.fb-cr:nth-child(2n) {
    	margin-right: 30px;
    }
.strip-component.gmap-wrapper .content-coll {
    	padding: 5%;
}
.strip-component.gmap-wrapper #google-map {
    	height: 480px;
}

/** END R2G Google Map Main Strip **/
/** START R2G Content Block - Sub Component **/
.r2g-content-block-sub-component{
  padding: 0;
}
/** END R2G Content Block - Sub Component **/
/** START R2G Blog Main Strip - CSE **/
    .blog-listing-wrapper .blog-items{
        width: 62%;
    }
        .blog-listing-wrapper .r2g-xbox-sub-component .flex-container{
            padding: 20px;
        }
    .blog-listing-wrapper .blog-sidebar{
        width: 32%;
    }
        .tags-wrapper li {
        	display: inline-block;
        	margin-right: 5px;
        }
            .tags-wrapper a {
            	padding: 6px 12px 4px;
            	border-width: 1px;
            	border-style: solid;
            	display: block;
            	margin-bottom: 9px;
            }
            
        .archives-wrapper .archive-year {
        	display: block;
        	padding: 8px 0;
        	margin: 0 0 2px;
        	position: relative;
        }
            .archives-wrapper .bullet {
            	position: absolute;
            	top: 50%;
            	right: 0;
            	height: 100%;
            	line-height: 34px;
            	width: 34px;
            	text-align: center;
            	-webkit-transform: translateY(-50%);
            	-ms-transform: translateY(-50%);
            	transform: translateY(-50%);
            }
            .archive-month-wrapper{
                margin: 10px 0 0 20px;
                display: none;
            }

/** END R2G Blog Main Strip - CSE **/
/** START R2g Tab Main Strip - CSE **/
.r2g-tabs-main-strip .select-box-wrapper{
        display: none;
    }
    .r2g-tabs-main-strip .tab-titles-wrapper .tab-items-wrapper,
    .r2g-tabs-main-strip .tab-titles-wrapper .arrows-wrapper{
        display: block;
    }
    .r2g-tabs-main-strip.horizontal-tabs .tab-titles-wrapper{
      margin: 0;
    }
    .r2g-tabs-main-strip.vertical-tabs .tab-titles-wrapper{
        position: relative;
        width: 240px;
        float: left;
        padding: 20px;
        box-sizing: border-box;
    }
        .r2g-tabs-main-strip .sub-tab-titles-wrapper .tab-items-wrapper {
          width: 90%;
            margin: auto;
        }
        .r2g-tabs-main-strip.horizontal-tabs-without-rotator .sub-tab-titles-wrapper .tab-items-wrapper {
          width: 100%;
        }
        .r2g-tabs-main-strip.vertical-tabs .sub-tab-titles-wrapper {
          padding: 0 0 0 12px;
          margin: 0;
          overflow: hidden;
          display: block;
          max-height: 0;
          -ms-transition: max-height .8s ease-in-out 0s;
          -webkit-transition: max-height .8s ease-in-out 0s;
          transition: max-height .8s ease-in-out 0s;
        }
        .r2g-tabs-main-strip.vertical-tabs .active .sub-tab-titles-wrapper{
            max-height: 1000px;
        }
            .r2g-tabs-main-strip.vertical-tabs .sub-tab-titles-wrapper .tab-items-wrapper{
                width: 100%;
                margin-top: 15px;
            }
                .r2g-tabs-main-strip.horizontal-tabs-without-rotator .tab-title {
                  display: inline-block;
                }
                .r2g-tabs-main-strip.vertical-tabs .first-level-label,
                .r2g-tabs-main-strip.vertical-tabs .next-level-label {
                  border-bottom-width: 1px;
                  border-bottom-style: solid;
                  position: relative;
                  padding: 12px 0;
                }
                    .r2g-tabs-main-strip.vertical-tabs .tab-items-wrapper > .has-sub-level > span:after{
                        content: '\eb24';
                        font-size: 15px;
                        position: absolute;
                        right: 12px;
                        top: 50%;
                        pointer-events: none;
                        font-family: icomoon;
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        transform: translateY(-50%);
                        webkit-transition: all 0.4s ease-in-out;
                        -ms-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }
                    .r2g-tabs-main-strip.vertical-tabs .tab-items-wrapper > .has-sub-level.active > span:after{
                        content: '\eb27';
                        -webkit-transform: translateY(-50%) rotate(180deg);
                        -moz-transform: translateY(-50%) rotate(180deg);
                        transform: translateY(-50%) rotate(180deg);
                    }
                        .r2g-tabs-main-strip.vertical-tabs .active .active .next-level-label:after {
                            content: "\eb63";
                            font-family: "icomoon";
                            float: right;
                            pointer-events: none;
                            -webkit-transform: rotate(-90deg);
                            -ms-transform: rotate(-90deg);
                            transform: rotate(-90deg);
                        }
                    
                    .r2g-tabs-main-strip.horizontal-tabs .has-sub-level .first-level-label:after {
                        content: "\eb63";
                        font-family: 'icomoon';
                        float: right;
                        padding-left: 12px;
                        -webkit-transition: all 0.4s ease-in-out;
                        -ms-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                    }
                    .r2g-tabs-main-strip.horizontal-tabs .has-sub-level.active .first-level-label:after {
                        content: "\eb76"
                    }
            
                .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper{
                    position: relative;
                    top: auto;
                    left: auto;
                    -webkit-transform: none;
                    -ms-transform: none;
                    transform: none;
                }
                
                .r2g-tabs-main-strip.vertical-tabs .sub-tab-titles-wrapper.with-arrows .sub-level-arrows-wrapper{
                    margin: 0;
                    width: 50px;
                    height: 20px;
                    padding: 10px 0 20px;
                }
                    .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper .prev{
                        left: 0;
                    }
                        .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper .prev .line-one:after{
                            content: "\eb62";
                        }
                    .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper .next{
                        right: 0;
                    }
                        .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper .next .line-one:after{
                            content: "\eb76";
                        }
                        .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper .slick-arrow .line-one{
                            width: 20px;
                            height: 20px;
                        }
                        .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper .prev .line-one:after,
                        .r2g-tabs-main-strip.vertical-tabs .sub-level-arrows-wrapper .next .line-one:after{
                            font-size: 20px;
                            line-height: 20px;
                        }
                        
    .r2g-tabs-main-strip.vertical-tabs .tab-content-wrapper{
        width: calc(100% - 240px);
        float: left;
        box-sizing: border-box;
    }
    .r2g-tabs-main-strip .tab-content-wrapper > li,
    .r2g-tabs-main-strip .tab-content-wrapper .next-level > ul > li{
        overflow: hidden;
        height: 0;
        visibility: hidden;
        opacity: 0;
        webkit-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }
    .r2g-tabs-main-strip:not(.tabs-initialized) .tab-content-wrapper > li:first-child,
    .r2g-tabs-main-strip:not(.tabs-initialized) .tab-content-wrapper .next-level > ul > li:first-child,
    .r2g-tabs-main-strip .tab-content-wrapper > li.active,
    .r2g-tabs-main-strip .tab-content-wrapper .next-level > ul > li.active{
        height: auto;
        visibility: visible;
        overflow: visible;
        opacity: 1;
    }
        .r2g-tabs-main-strip .tab-content-wrapper .accordion-title{
            display: none;
        }
        .r2g-tabs-main-strip .sub-tab-titles-wrapper {
          display: block;
        }
    /* mCSB transition */
    .tab-titles-wrapper.mCS_no_scrollbar .mCSB_scrollTools {
      opacity: 0;
    }
    .tab-titles-wrapper .mCSB_container {
      -webkit-transition: margin 0.6s ease-in-out 0.4s;
      -moz-transition: margin 0.6s ease-in-out 0.4s;
      -o-transition: margin 0.6s ease-in-out 0.4s;
      transition: margin 0.6s ease-in-out 0.4s;
    }
    .mCSB_scrollTools, 
    .mCSB_scrollTools .mCSB_buttonDown, 
    .mCSB_scrollTools .mCSB_buttonLeft, 
    .mCSB_scrollTools .mCSB_buttonRight, 
    .mCSB_scrollTools .mCSB_buttonUp, 
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      -webkit-transition: opacity .2s ease-in-out 0.7s, background-color .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out 0.7s, background-color .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out 0.7s, background-color .2s ease-in-out;
      transition: opacity .2s ease-in-out 0.7s, background-color .2s ease-in-out;
      display: block !important;
    }
/** END R2g Tab Main Strip - CSE **/
/** START R2G Main Visual - CSE **/
:root{
    --number__main-visual-pager-width: 8px;
    --number__main-visual-pager-height: 8px;
    --number__main-visual-pager-border-width: 3px;
    --number__main-visual-pager-border-radius: 50%;
    --number__main-visual-arrow-width: 40px;
    --number__main-visual-arrow-height: 40px;
    --number__main-visual-arrow-border-width: 0px;
    --number__main-visual-slogan-wrapper-border-width: 1px;
}
    .main-visual-default .slider-navigation {
        width: var(--number__main-visual-arrow-width);
        height: var(--number__main-visual-arrow-width);
        border-width: var(--number__main-visual-arrow-border-width);
    }
        .main-visual-default .main-visual-arrow-wrapper .line-one{
            top: 3px;
        }
        .main-visual-default .main-visual-arrow-wrapper .line-two{
            bottom: 3px;
        }
    
    .main-visual-default .main-visual-slogan-wrapper{
        width: 100%;
        position: absolute;
        bottom: 38px;
        z-index: 1;
        display: block;
    }
    
        .main-visual-default p.slogan{
            margin-bottom: 15px;
        }
    .main-visual-default .main-visual-pager-wrapper li{
        width: var(--number__main-visual-pager-width);
        height: var(--number__main-visual-pager-height);
        margin: 0 7px;
        border-width: var(--number__main-visual-pager-border-width);
        border-radius: var(--number__main-visual-pager-border-radius);
        border-style: solid;
    }
    .main-visual-default .main-visual-pager-wrapper,  
    .main-visual-default .main-visual-arrow-wrapper{   
        opacity: 1;
    }
    .main-visual-default .main-visual-arrow-wrapper{
        display: block;
        margin: -21px auto 0;
        padding: 0;
        width: 90%;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .main-visual-default .main-visual-pager-wrapper{
        bottom: 20px;
    }
    .main-visual-default .main-visual-slogan-wrapper{
        position: absolute;
        bottom: 60px;
        right: 0;
    }
        .default-slogan-left .main-visual-slogan-wrapper .container{
            border-left-width: var(--number__main-visual-slogan-wrapper-border-width);
            border-left-style: solid;
        }
        .default-slogan-right .main-visual-slogan-wrapper .container{
            border-right-width: var(--number__main-visual-slogan-wrapper-border-width);
            border-right-style: solid;
        }
        .main-visual-default .main-visual-play:before {
            font-size: 90px;
        }

/** END R2G Main Visual - CSE **/
/** START R2G Rotator Main Strip - CSE **/

.r2g-rotator-main-strip{
    border-width: var(--number__tp-tl__rotator-main-strip-border-width);
}
.r2g-rotator-main-strip .container{
    border-width: var(--number__tp-tl__rotator-main-strip-container-border-width);
}
.r2g-rotator-main-strip .intro-content{
    border-width: var(--number__tp-tl__rotator-main-strip-intro-content-border-width);
}
.r2g-rotator-main-strip .rotatorElement .rotator-wrapper{
    border-width: var(--number__tp-tl__rotator-main-strip-rotator-wrapper-border-width);
    margin-left: calc((20px * -1));
    margin-right: calc((20px * -1));
}
.r2g-rotator-main-strip.arrows-with-icon-and-image .rotatorElement .rotator-wrapper {
    margin-left: 0;
    margin-right: 0;
}
    .r2g-rotator-main-strip.pager-as-bullets .pager-wrapper .pager-count,
    .r2g-rotator-main-strip.pager-as-thumbs .pager-wrapper .pager-count,
    .r2g-rotator-main-strip.pager-as-thumbs .nav-arrow-group{
        display: none;
    }
    .r2g-rotator-main-strip.pager-as-bullets .pager-wrapper .slick-dots{
        height: auto;
        pointer-events: auto;
    }
    .r2g-rotator-main-strip.pager-as-thumbs .thumb-wrapper {
    	position: relative;
    	height: auto;
    	overflow: visible;
    }
    .r2g-rotator-main-strip.pager-as-bullets .arrows-wrapper,
    .r2g-rotator-main-strip.pager-as-thumbs .arrows-wrapper{
        bottom: auto;
        right: auto;
        top: 40%;
        width: 100%;
    }
    .r2g-rotator-main-strip.pager-as-thumbs .thumb-wrapper .arrows-wrapper{
        top: 50%;
        -wekit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* start - before slick init */
    .r2g-rotator-main-strip[data-portrait] .xList-item:nth-of-type(n+2) {
        display: block;
    }
    .r2g-rotator-main-strip[data-portrait="2"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 4) / 2);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="3"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 6) / 3);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="4"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 8) / 4);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="5"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 10) / 5);
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .r2g-rotator-main-strip[data-portrait="6"] .rotator-wrapper > .xList-item {
        width: calc((100% - 20px * 12) / 6);
        margin-left: 20px;
        margin-right: 20px;
    }
    .r2g-rotator-main-strip[data-portrait="1"] .xList-item:nth-of-type(n+2),
    .r2g-rotator-main-strip[data-portrait="2"] .xList-item:nth-of-type(n+3),
    .r2g-rotator-main-strip[data-portrait="3"] .xList-item:nth-of-type(n+4),
    .r2g-rotator-main-strip[data-portrait="4"] .xList-item:nth-of-type(n+5),
    .r2g-rotator-main-strip[data-portrait="5"] .xList-item:nth-of-type(n+6),
    .r2g-rotator-main-strip[data-portrait="6"] .xList-item:nth-of-type(n+7){
        display: none;
    }
    /* end - before slick init */
    
    .r2g-rotator-main-strip .rotatorElement .slick-slide,
    .r2g-rotator-main-strip.arrows-with-icon-and-image .rotatorElement .slick-slide{
        margin-left: 20px;
        margin-right: 20px;
    }
    .r2g-rotator-main-strip .nav-arrow-group .nav-left{
        left: -25px;
    }
    .r2g-rotator-main-strip .nav-arrow-group .nav-right{
       right: -25px;
    }
    .r2g-rotator-main-strip .bottom-content{
        border-width: var(--number__tp-tl__rotator-main-strip-bottom-content-border-width);
    }

/** END R2G Rotator Main Strip - CSE **/

/** START R2G Content Main Strip - CSE **/
.r2g-content-main-strip{
    border-width: var(--number__tp-tl__main-content-strip-border-width);
}
    .r2g-content-main-strip .container{
        border-width: var(--number__tp-tl__main-content-strip-container-border-width);
    }
        .r2g-content-main-strip .content-wrapper{
            border-width: var(--number__tp-tl__main-content-strip-content-wrapper-border-width);
        }
        .r2g-content-main-strip.text-align-center .content-wrapper {
            width: 100%;
        }

/** END R2G Content Main Strip - CSE **/

/** START R2G xBox Sub Component - CSE **/
.r2g-xbox-sub-component{
    border-width: var(--number__tp-tl__xbox-sub-border-width);
}
    .r2g-xbox-sub-component .intro-content {
        border-width: var(--number__tp-tl__xbox-sub-intro-wrapper-border-width);
    }
    .r2g-xbox-sub-component .xbox-wrapper {
        border-width: var(--number__tp-tl__xbox-sub-xbox-wrapper-border-width);
    }
        .r2g-xbox-sub-component .image-wrapper{
            border-width: var(--number__tp-tl__xbox-sub-image-wrapper-border-width);
        }
        .r2g-xbox-sub-component .flex-container{
            border-width: var(--number__tp-tl__xbox-sub-flex-wrapper-border-width);
            padding: 20px;
        }
            .r2g-xbox-sub-component .content-wrapper{
                border-width: var(--number__tp-tl__xbox-sub-content-wrapper-border-width);
            }
/** END R2G xBox Sub Component - CSE **/

/** START R2G Flex xList Main Strip - CSE **/

.r2g-flex-xlist-main-strip{
    border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-border-width);
}
    .r2g-flex-xlist-main-strip .container{
        border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-container-border-width);
    }
        .r2g-flex-xlist-main-strip > .container > .intro-content{
            border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-intro-content-border-width);
        }
        .r2g-flex-xlist-main-strip .xlist-strip{
            border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-wrapper-border-width);
        }
        .r2g-flex-xlist-main-strip.with-gap .xlist-strip > .strip-xlist {
        	margin-right: calc(var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap) / (-2));
        	margin-left: calc(var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap) / (-2));
        }
        .r2g-flex-xlist-main-strip.with-gap .flex-xlist > .xList-items > .xList-item{
            margin: 0 calc(var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap) / 2) var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap);
        }
        .r2g-flex-xlist-main-strip.without-gap .xlist-strip > .strip-xlist,
        .r2g-flex-xlist-main-strip.without-gap .flex-xlist > .xList-items > .xList-item{
            margin: 0;
        }
        
        .one-col-xlist-768 .xlist-strip > .strip-xlist > .xList-item {
    		width: 100%;
        }
        .two-col-xlist-768.with-gap .xlist-strip > .strip-xlist > .xList-item {
    		width: calc(50% - var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap));
        }
        .three-col-xlist-768.with-gap .xlist-strip > .strip-xlist > .xList-item {
            width: calc(33.33333333% - var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap));
        }
    	.four-col-xlist-768.with-gap .xlist-strip > .strip-xlist > .xList-item {
            width: calc(25% - var(--number__tp-tl__r2g-flex-xlist-main-strip-xlist-item-gap));
    	}
        
        .two-col-xlist-768.without-gap .xlist-strip > .strip-xlist > .xList-item {
    		width: 50%;
        }
        .three-col-xlist-768.without-gap .xlist-strip > .strip-xlist > .xList-item {
            width: 33.33333333%;
        }
    	.four-col-xlist-768.without-gap .xlist-strip > .strip-xlist > .xList-item {
            width: 25%;
    	}
        
        .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .cat-item {
        	width: auto;
        	padding: 0 0 0 18px;
        	margin: 0 30px 0 0;
        }
        .r2g-flex-xlist-main-strip .bottom-content{
            border-width: var(--number__tp-tl__r2g-flex-xlist-main-strip-bottom-content-border-width);
        }

/** END R2G Flex xList Main Strip - CSE **/

/** START R2G Content Sub Component - CSE **/

.r2g-content-sub{
    padding: 0;
    border-width: var(--number__tp-tl__content-sub-border-width);
}
    .r2g-content-sub .content-wrapper{
        border-width: var(--number__tp-tl__content-sub-content-wrapper-border-width);
    }

/** END R2G Content Sub Component - CSE **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox ( Sub Component ) **/
.xbox-style-1 .r2g-xbox {
        flex-flow: row;
    }
    .xbox-style-1 .r2g-xbox .image-wrapper{
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50%;
        margin: 0;
    }
    .xbox-style-1 .r2g-xbox .flex-container{
        width: 50%;
        position: relative;
        flex-flow: row wrap;
        max-height: 100%;
    }
    .xbox-style-1 .r2g-xbox .flex-container {
        padding: 0 0 0 4%;
    }
    .xbox-style-1.small-image .r2g-xbox .image-wrapper,
    .xbox-style-1.large-image .r2g-xbox .flex-container{
        width: 35%;
    }
    .xbox-style-1.small-image .r2g-xbox .flex-container,
    .xbox-style-1.large-image .r2g-xbox .image-wrapper{
        width: 65%; 
    }
    .xbox-style-1.image-on-right .r2g-xbox .image-wrapper{
        order: 2;
    }
    .xbox-style-1 .r2g-xbox .flex-container
    .xbox-style-1.image-on-left .r2g-xbox .flex-container{
        padding: 0 0 0 4%;
    }
    .xbox-style-1.image-on-right .r2g-xbox .flex-container{
        padding: 0 4% 0 0;
    }

/* style 2 */
    .xbox-style-2 {
        overflow: hidden;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
        position: relative;
        overflow: hidden;
        height: auto;
        align-items: center;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-main-strip,
    .xbox-style-2.parent-width-xbox .r2g-xbox.r2g-list-component {
        width: 100%;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip,
    .xbox-style-2 .r2g-xbox.r2g-list-component {
    	height: auto;
    }
    .xbox-style-2 .r2g-xbox.r2g-main-strip .flex-container,
    .xbox-style-2 .r2g-xbox.r2g-list-component .flex-container{
        position: absolute;
        padding: 0;
        top: 50%;
        left: 5%;
        width: 40%;
        padding: 2%;
        z-index: 1;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .xbox-style-2.content-on-center .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-center .r2g-xbox.r2g-list-component .flex-container{
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .xbox-style-2.content-on-right .r2g-main-strip .flex-container,
    .xbox-style-2.content-on-right .r2g-xbox.r2g-list-component .flex-container{
        left: auto;
        right: 5%;
    }

/** END R2G xBox ( Sub Component ) **/

/** START R2G xBox ( List Component ) **/
.tabs-vertical .r2g-xbox-list-component .container{
    width: 100%;
}
.xbox-style-2 .r2g-xbox.r2g-list-component,
.xbox-style-2 .r2g-xbox.r2g-list-component .image-wrapper{
    width: 100%;
}
.xbox-style-1.image-on-left.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .image-wrapper {
        float: left;
        padding: 0 25px 20px 0;
    }
    .xbox-style-1.image-on-left.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }

.xbox-style-1.image-on-right.wrap-text .r2g-xbox {
	display: block;
}
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .image-wrapper {
        float: right;
        padding: 0 0 20px 25px;
    }
    .xbox-style-1.image-on-right.wrap-text .r2g-xbox .flex-container {
        width: 100%;
        padding: 0;
        display: inline;
        shape-outside: ellipse();
    }
/** END R2G xBox ( List Component ) **/

/** START R2G xBox ( Main Strip ) **/
.xbox-style-2 .r2g-xbox.r2g-main-strip,
.xbox-style-2 .r2g-xbox.r2g-main-strip .image-wrapper{
    width: 100%;
}
/** END R2G xBox ( Main Strip ) **/

/** START R2G Expandable xList - CSE **/

.r2g-expandable-xlist{
    overflow: hidden;
    position: relative;
    height: 535px;
    border-width: var(--number__tp-tl__expandable-xlist-border-width);
}
    .r2g-expandable-xlist .expandable-xlist-wrapper {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        height: 100%;
    }
        .r2g-expandable-xlist .main-content-wrapper{
            align-items: start;
            border-width: var(--number__tp-tl__expandable-xlist-main-content-wrapper-border-width);
            width: 35%;
            height: 535px;
        }
        .show-main-image-on-mobile .r2g-expandable-xlist .main-content-wrapper {
            min-height: auto;
            position: relative;
            z-index: 1;
        }
            .r2g-expandable-xlist .main-content-wrapper .intro-content{
                padding: 20px 25px 20px;
                border-width: var(--number__tp-tl__expandable-xlist-main-content-border-width);
            }
        .r2g-expandable-xlist .panel-wrap{
            border-width: var(--number__tp-tl__expandable-xlist-panel-wrapper-border-width);
            width: 65%;
            height: 535px;
            padding: 0;
        }
            .r2g-expandable-xlist.clicked .slick-list {
                overflow: visible;
            }
                .r2g-expandable-xlist.clicked .panel-wrap .slick-track {
                    -webkit-transform: translate3d(0,0,0) !important;
                    -ms-transform: translate3d(0,0,0) !important;
                    transform: translate3d(0,0,0) !important;
                }
                   
                    .r2g-expandable-xlist .panel-wrap .slick-slide{
                        box-sizing: border-box;
                    }
                    .slick-slide.active ~ .slick-slide{
                        width: 0 !important;
                    }
                    .r2g-expandable-xlist .panel-wrap .slick-slide.active {
                        flex: 100%;
                    }
                    .r2g-expandable-xlist .slick-slide.slick-current {
                        border-left: 0;
                    }
                        .r2g-expandable-xlist .panel-wrap .xList-item{
                            height: 535px;
                            position: relative;
                            opacity: 0;
                        } 
                            .r2g-expandable-xlist .panel-wrap .xList-item > .xbox{
                                height: 100%;
                            }
                        .r2g-expandable-xlist .panel-wrap .xList-item:first-child,
                        .r2g-expandable-xlist .panel-wrap .slick-initialized .xList-item{
                            opacity: 1;
                        }
                            .r2g-expandable-xlist .arrows-wrapper{
                                position: absolute;
                                top: auto;
                                left: 0;
                                bottom: 45px;
                                width: 100%;
                                -webkit-transform: none;
                                -ms-transform: none;
                                transform: none;
                            }
                            .r2g-expandable-xlist.clicked .arrows-wrapper{
                                display: none;
                            }
                                .r2g-expandable-xlist .arrows-wrapper .nav-prev,
                                .r2g-expandable-xlist .arrows-wrapper .nav-next{
                                    position: absolute;
                                    bottom: -36px;
                                }
                                .r2g-expandable-xlist .arrows-wrapper .pager-wrapper{
                                    display: none;
                                }
                                .r2g-expandable-xlist .arrows-wrapper .nav-left.slick-arrow{
                                    left: 10px;
                                }
                                .r2g-expandable-xlist .arrows-wrapper .nav-right.slick-arrow{
                                    right: 10px;
                                }
                        
        .r2g-expandable-xlist.hide-main-content .panel-wrap{
            width: 100%;
        }

.expandable-xbox,
.expandable-xbox .image-wrapper,
.expandable-xbox .close-button{
    -ms-transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.expandable-xbox{
    position: absolute;
    z-index: 1;
}
.expandable-xbox .image-wrapper{
    border-width: var(--number__tp-tl__expandable-xlist-panel-item-border-width);
}
.expandable-xbox,
.expandable-xbox .image-wrapper{
    width: 100%;
    height: 100%;
}
.expandable-xbox.active,
.expandable-xbox.normal{
    z-index: 2;
}
    .expandable-xbox .image-wrapper{    
        position: absolute;
        top: 0;
        left: 0;
    }
        .expandable-xbox .image-wrapper img{
            display: none;
        }
    .expandable-xbox .intro-content {
        padding: 20px;
        border-width: var(--number__tp-tl__expandable-xlist-intro-content-border-width);
        opacity: 1;
        display: block;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .clicked .expandable-xbox .intro-content {
        opacity: 0;
        pointer-events: none;
    }
    .expandable-xbox .full-content{
        position: absolute;
        top: 50%;
        right: 5%;
        padding: 20px;
        border-width: var(--number__tp-tl__expandable-xlist-full-content-border-width);
        width: 50%;
        display: none;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .expandable-xbox .close-button{
        top: 20px;
        right: 5%;
        z-index: 1;
        font-size: 2em;
        cursor: pointer;
        pointer-events: auto;
        padding: var(--number__tp-tl__close-button-padding);
        border-width: var(--number__tp-tl__close-button-border-width);
    }
    .active-full-width .expandable-xbox .close-button{
        opacity: 1;
    }
    
    .expandable-xbox.active .image-wrapper{
        -webkit-animation: expand-animation 0.7s;
        animation: expand-animation 0.7s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    
    .expandable-xbox.normal .image-wrapper{
        -webkit-animation: retract-animation 0.7s;
        animation: retract-animation 0.7s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    
    @-webkit-keyframes expand-animation {
        0% { border-radius: 0%; }
        10% { border-radius: 10% 20% 70% 20%; }
        50%{ border-radius: 5% 10% 50% 10%; }
        100%{ border-radius: 0%; }
    }
    
    @keyframes expand-animation {
        0% { border-radius: 0%; }
        10% { border-radius: 10% 20% 70% 20%; }
        50%{ border-radius: 5% 10% 50% 10%; }
        100%{ border-radius: 0%; }
    }
    
    @-webkit-keyframes retract-animation {
        0%{ border-radius: 0%; }
        10%{ border-radius: 5% 10% 50% 10%; } 
        50% { border-radius: 10% 20% 70% 20%; }
        100% { border-radius: 0%; }
    }
    
    @keyframes retract-animation {
        0%{ border-radius: 0%; }
        10%{ border-radius: 5% 10% 50% 10%; } 
        50% { border-radius: 10% 20% 70% 20%; }
        100% { border-radius: 0%; }
    }
    
    @keyframes flickerAnimation {
        0% { opacity:1; }  50% { opacity:0; }  100% { opacity:1; }
    }
    @-o-keyframes flickerAnimation{
        0% { opacity:1; }  50% { opacity:0; }  100% { opacity:1; }
    }
    @-moz-keyframes flickerAnimation{
        0% { opacity:1; }  50% { opacity:0; }  100% { opacity:1; }
    }
    @-webkit-keyframes flickerAnimation{
        0% { opacity:1; }  50% { opacity:0; }  100% { opacity:1; }
    }

/** END R2G Expandable xList - CSE **/

/** START R2G Timeline Main Strip - CSE **/
.r2g-timeline-main-strip{
    border-width: var(--number__tp-tl__timeline-main-strip-border-width);
}
    .r2g-timeline-main-strip .container{
        border-width: var(--number__tp-tl__timeline-main-strip-container-border-width);
    }
        .r2g-timeline-main-strip .intro-content{
            border-width: var(--number__tp-tl__timeline-main-strip-intro-content-border-width);
        }
            .timeline-wrapper > li{
                position: relative;
            }
            .timeline-wrapper > li:before{
                content: '';
                position: absolute;
                top: 0;
                left: 50%;
                width: 8px;
                height: 100%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }
            .timeline-wrapper > li:last-child:before{
                display: none;
            }
                .r2g-timeline-xbox {
                    flex-flow: row;
                }
                    .r2g-timeline-xbox .intro-content {
                        width: 50%;
                        padding: 25px 105px 25px 25px;
                        text-align: right;
                        min-height: 150px;
                    }
                    .r2g-timeline-xbox .xbox-wrapper {
                        width: calc(50% + 75px);
                        margin-left: -75px;
                        padding-left: 0;
                        flex-flow: row wrap;
                    }
                    .r2g-timeline-xbox .xbox-wrapper:before,
                    .r2g-timeline-xbox .xbox-wrapper:after{
                        display: none;
                    }
                        .r2g-timeline-xbox .image-wrapper{
                            width: 150px;
                            height: 150px;
                            margin: 0;
                            border-width: var(--number__tp-tl__timeline-xbox-image-wrapper-border-width);
                        }
                        .r2g-timeline-xbox .flex-container {
                            width: calc(100% - 150px);
                        }
                            .r2g-timeline-xbox .flex-container .content-wrapper:before {
                                border-left: 15px solid transparent;
                                border-right-width: 15px;
                                border-right-style: solid;
                                border-top-width: 15px;
                                border-top-style: solid;
                                border-bottom: 15px solid transparent;
                                left: -16px;
                                top: 0;
                                -webkit-transform: none;
                                -ms-transform: none;
                                transform: none;
                            }
                .timeline-list-wrapper > .sub-level-odd .r2g-timeline-xbox{
                    flex-flow: row-reverse;
                }
               .timeline-list-wrapper > .sub-level-odd .r2g-timeline-xbox .xbox-wrapper{
                    flex-flow: row-reverse;
                }
                    .timeline-list-wrapper > .sub-level-odd .r2g-timeline-xbox .intro-content{
                        padding: 25px 25px 25px 105px;
                        text-align: left;
                    }
                    .timeline-list-wrapper > .sub-level-odd .xbox-wrapper{
                        margin-left: 0;
                        margin-right: -75px;
                    }
                       .timeline-list-wrapper > .sub-level-odd .flex-container{
                            justify-content: flex-end;
                        }
                            .r2g-timeline-xbox .flex-container .content-wrapper,
                            .r2g-timeline-xbox.mouse-over .flex-container .content-wrapper{
                                border-width: var(--number__tp-tl__timeline-xbox-content-wrapper-border-width);
                            }
                            .timeline-list-wrapper > .sub-level-odd .content-wrapper:before{
                                border-left-width: 15px;
                                border-left-style: solid;
                                border-right: 15px solid transparent;
                                border-top-width: 15px;
                                border-top-style: solid;
                                border-bottom: 15px solid transparent;
                                left: auto;
                                right: -16px;
                            }
                            
                /* without image */
                .without-image .r2g-timeline-xbox {
                    padding-bottom: 30px;
                }
                .without-image .r2g-timeline-xbox .xbox-wrapper {
                    width: 50%;
                    margin-left: -23px;
                    padding-left: 0;
                }
                    .without-image .r2g-xbox-sub-component .intro-content{
                        padding: 0 110px 0 0;
                        min-height: 46px;
                        position: relative;
                    }
                    .without-image .timeline-list-wrapper > .sub-level-odd .r2g-timeline-xbox .intro-content {
                        padding: 0 0 0 105px;
                    }
                    .without-image .timeline-list-wrapper > .sub-level-odd .r2g-timeline-xbox .intro-content:after {
                        right: auto;
                        left: 0;
                    }
                    .without-image .r2g-timeline-xbox .intro-content:after {
                        content: '';
                        position: absolute;
                        top: 50%;
                        height: 2px;
                        width: 100px;
                        right: 0;
                        -webkit-transform: translateY(50%);
                        -ms-transform: translateY(50%);
                        transform: translateY(50%);
                    }
                    .without-image .r2g-timeline-xbox .intro-content.no-child:after{
                        display: none;
                    }
                        .without-image .r2g-timeline-xbox .image-wrapper {
                            margin-left: 0;
                        }
                        .without-image .r2g-timeline-xbox .flex-container {
                            width: calc(100% - 46px);
                        }

/** END R2G Timeline Main Strip - CSE **/

/** START R2G Footer Contact Details - CSE **/
.r2g-contact-details.horizontal .contact-details-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
}
.r2g-contact-details.horizontal.text-align-center .contact-details-wrapper{
    justify-content: center;
}
.r2g-contact-details.horizontal.text-align-right .contact-details-wrapper{
    justify-content: end;
}
.r2g-contact-details.horizontal .contact-detail-item{
    margin: 0 30px 0 0;
}
.r2g-contact-details.horizontal .contact-detail-item:last-child{
    margin: 0;
}
/** END R2G Footer Contact Details - CSE **/

/** START R2G Google Map Main Strip - CSE **/
.r2g-google-map-main-strip{
    border-width: 0;
}
    .r2g-google-map-main-strip .intro-content{
        border-width: 0;
    }
.r2g-google-map-main-strip .map-category-wrapper {
	width: 90%;
	padding: 0;
    margin: 0 auto 30px;
    border-width: 0;
}
    .r2g-google-map-main-strip .map-category-wrapper .checkbox {
        width: auto;
        margin: 0 30px 10px 0;
    }
.r2g-google-map-main-strip .map-inner-wrapper > .flex-container{
	padding: 5%;
	border-width: 0;
}
.r2g-google-map-main-strip .google-map {
	height: 460px;
    border-width: 0;
}
.r2g-google-map-main-strip .get-directions .clear-direction{
    margin: 20px 0 0 0;
}

/* infobox */
.r2g-google-map-main-strip .infobox,
.r2g-google-map-main-strip .r2g-infobox .content-wrapper{
    border-style: solid;
    box-sizing: border-box;
}
.r2g-google-map-main-strip .infobox{
    border-width: 0;
}
.text-align-left.r2g-infobox .content-wrapper{
	text-align: left;
}
.text-align-center.r2g-infobox .content-wrapper{
	text-align: center;
}
.text-align-right.r2g-infobox .content-wrapper{
	text-align: right;
}
.r2g-google-map-main-strip .r2g-infobox .content-wrapper{
    padding: 20px;
    border-width: 0;
}
.r2g-google-map-main-strip .r2g-infobox .image-wrapper img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}
.r2g-google-map-main-strip .infoBox:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left-style: solid;
	border-left-width: 15px;
	border-bottom: 15px solid transparent;
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2g-google-map-main-strip .infoBox {
	top: calc(50% - 23px) !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}
.r2g-google-map-main-strip .infoBox > img {
	position: absolute !important;
	top: 0;
    right: 0;
    padding: 6px;
}
.r2g-google-map-main-strip .r2g-infobox .content-wrapper *:last-child{
    margin-bottom: 0;
}

/** END R2G Google Map Main Strip - CSE **/

/** START R2G Cookie - CSE **/
.r2g-cookie {
    padding: 20px;
    border-width: var(--number__tp-tl__cookie-border-width);
    border-color: var(--color__tp-tl__cookie-border-color);
    background-color: var(--color__tp-tl__cookie-background-color);
}
    .r2g-cookie .cookie-wrapper{
        width: 90%;
        margin: 0 auto;
        max-width: 745px;
        border-width: var(--number__tp-tl__cookie-wrapper-border-width);
        border-color: var(--color__tp-tl__cookie-wrapper-border-color);
        background-color: var(--color__tp-tl__cookie-wrapper-background-color);
    }
        .r2g-cookie .content-wrapper{
            border-width: var(--number__tp-tl__cookie-content-wrapper-border-width);
            border-color: var(--color__tp-tl__cookie-content-wrapper-border-color);
            background-color: var(--color__tp-tl__cookie-content-wrapper-background-color);
        }
        .r2g-cookie .cookie-btn-wrap{
            padding: 20px 0 0;
            border-width: var(--number__tp-tl__cookie-button-wrapper-border-width);
            border-color: var(--color__tp-tl__cookie-button-wrapper-border-color);
            background-color: var(--color__tp-tl__cookie-button-wrapper-background-color);
        }

/** END R2G Cookie - CSE **/