/*
    Created on : Jun 11, 2019 07:46:13 am
    Author     : dumidu.kodithuwakku@ebeyonds.com
*/
/** START R2G Header Contact Options **/
.r2g-contact-options a{
   display: block;
}
    .r2g-contact-options .sm-label{
        display: none;
    }
    .r2g-contact-options .icon{
        vertical-align: middle;
    }

/** END R2G Header Contact Options **/
/** START R2G Header Social Media **/
.r2g-header-social-media ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    flex-flow: column wrap;
}
.r2g-header-social-media.horizontal ul{
    flex-flow: row wrap;
}
    .r2g-header-social-media ul li {
        position: relative;
        z-index: 1;
    }
    .r2g-header-social-media.horizontal ul li {
        margin-left: 10px;
    }
    .r2g-header-social-media.horizontal ul li:first-child {
        margin-left: 0;
    }
        .r2g-header-social-media ul a {
            position: relative;
            z-index: 1;
            display: inline-block;
            text-decoration: none;
        }
            .r2g-header-social-media ul a .icon {
                padding-right: 6px;
            }
            .r2g-header-social-media.icon-only ul a .icon {
                padding-right: 0;
            }
            .r2g-header-social-media.icon-only ul a span:not(.icon){
                display: none;
            }
            .more-menu-wrapper .r2g-header-social-media .icon {
                font-size: 2em;
            }
/** END R2G Header Social Media **/
/** START R2G Header - CSE **/
:root{
    --number__header-height: auto;
    --number__header-fixed-height: auto;
    --number__header-branding-width: 150px;
    --number__header-branding-height: auto;
    --number__header-branding-margin: 10px auto 10px auto;
    --number__header-main-navigation-sub-menu-padding: 0 0 0 0;
    --number__more-menu-width: 100%;
    --number__more-menu-padding: 20px 20px 20px 20px;
}

.r2g-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--number__header-height);
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.r2g-header.header-fixed{
    height: var(--number__header-fixed-height);
}
    .r2g-header .container{
        padding: 0 20px;
        height: 100%;
        position: relative;
        box-sizing: border-box;
    }
    .r2g-header .main-menu,
    .r2g-header .top-bar-wrapper > .r2g-header-social-media,
    .r2g-header .r2g-header-social-media h3{
        display: none;
    }
    .r2g-header .more-menu-wrapper .r2g-header-social-media h3{
        display: block;
    }
    .r2g-header .branding {
        width: var(--number__header-branding-width);
        height: var(--number__header-branding-height);
        position: relative;
        float: left;
        -webkit-transition: all 0.4 ease;
        -ms-transition: all 0.4 ease;
        transition: all 0.4 ease;
    }
        .r2g-header .branding .logo {
            display: block;
            vertical-align: top;
            height: 100%;
            width: 100%;
            line-height: 0;
        }
            .r2g-header .branding img{
                -webkit-transition: opacity 1s ease-in-out;
                -ms-transition: opacity 1s ease-in-out;
                transition: opacity 1s ease-in-out;
            }
            .r2g-header .branding .on-scroll-logo {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }
            .r2g-header.header-fixed .branding .on-scroll-logo {
                opacity: 1;
            }
            .r2g-header.header-fixed .branding .default-logo {
                opacity: 0;
            }
    
    /* header top-bar */
    .r2g-header .top-bar {
        position: absolute;
        top: 50%;
        right: 60px;
        left: auto;
        margin-top: 2px;
        margin-right: 12px;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
        .r2g-header .top-bar .r2g-header-sub-component{
            display: inline-block;
            vertical-align: middle;
        }
        .r2g-header .top-bar .r2g-top-bar-menu,
        .r2g-header .top-bar .r2g-header-social-media li{
            display: none;
        }
        
    /* header bottom-bar */
    .r2g-header .header-bottom-bar {
        float: right;
        clear: right;
    }
        .r2g-header .header-bottom-bar .primary-button{
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            padding: 6px;
            height: auto;
            text-align: center;
            box-sizing: border-box;
            z-index: 1;
        }
        
        /* Menu Button */
        .r2g-header .menu-btn {
            width: 40px;
            height: 40px;
            position: absolute;
            cursor:pointer;
            float:none;
            display:inline-block;
            vertical-align:middle;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
            .r2g-header .menu-btn-inner-wrapper {
                width: 60%;
                height: 20px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }
        .r2g-header.no-more-menu .menu-btn {
            display: none;
        }
            .r2g-header .menu-line {
                display: block;
                width: 100%;
                border-top-width: 2px;
                border-top-style: solid;
                position: absolute;
                left: 0;
            }
            .r2g-header .line-one.menu-line {
                top: 0;
            }
            .r2g-header .line-two.menu-line {
                top: 9px;
                -webkit-transition: opacity 0.1s ease 0.5s;
                -ms-transition: opacity 0.1s ease 0.5s;
                transition: opacity 0.1s ease 0.5s;
            }
            .r2g-header .line-three.menu-line {
                top: 18px;
            }
            .r2g-header .menu-btn.menu-close-btn .menu-line.line-one{
                top: 9px;
                -webkit-transform:rotate(45deg);
                -ms-transform:rotate(45deg);
                transform:rotate(45deg);
            }
            .r2g-header .menu-btn.menu-close-btn .menu-line.line-three{
                top: 9px;
                -webkit-transform:rotate(-45deg);
                -ms-transform:rotate(-45deg);
                transform:rotate(-45deg);
            }
            .r2g-header .menu-btn .menu-line.line-one,
            .r2g-header .menu-btn .menu-line.line-three {
                transition: top 0.5s ease, transform 0.5s ease 0.6s;
                -ms-transition: top 0.5s ease, -ms-transform 0.5s ease 0.6s;
                transition: top 0.5s ease, transform 0.5s ease 0.6s;
            }
            .r2g-header .menu-btn.menu-open-btn .menu-line.line-one,
            .r2g-header .menu-btn.menu-open-btn .menu-line.line-three{
                -webkit-transition: -webkit-transform 0.5s ease, top 0.5s ease 0.6s;
                -ms-transition: -ms-transform 0.5s ease, top 0.5s ease 0.6s;
                transition: transform 0.5s ease, top 0.5s ease 0.6s;
            }
            .r2g-header .menu-btn.menu-close-btn .menu-line.line-two{
                opacity:0;
            }
            .r2g-header .main-menu{
                -webkit-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }
        
        /* More Menu */
        .r2g-header ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .r2g-header .more-menu-wrapper {
            display: block;
            position: fixed;
            text-align: left;
            top: 72px;
            width: var(--number__more-menu-width);
            height: calc(100% - 72px);
            right: 0;
            padding: var(--number__more-menu-padding);
            pointer-events: none;
            opacity: 0;
            box-sizing: border-box;
            -webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .menu-open .r2g-header .more-menu-wrapper {
            opacity: 1;
            pointer-events: auto;
        }
            .r2g-header .more-menu-wrapper .logo-wrapper{
                width: var(--number__header-branding-width);
                margin-bottom: 20px;
            }
            .r2g-header .more-menu nav li {
                padding-left: 0;
                margin: 0;
                width: auto;
                height: auto;
            }
        .r2g-header .more-menu nav li.last {
            border-bottom: none;
        }
            .r2g-header .more-menu nav li a {
                width: auto;
                box-sizing: border-box;
                padding: 10px 0;
                display:inline-block;
            }
        .r2g-header .more-menu-wrapper .r2g-header-social-media {
            margin: 30px auto 0;
        }
            .r2g-header .more-menu-wrapper .logo-wrapper .on-scroll-logo {
                display: none;
            }
        
        /* sub menu */
        .r2g-header li ul{
            width: 100%;
            margin: 0 auto;
            display: none;
            overflow: hidden;
        }
        .main-menu .sub-menu-arrow,
        .more-menu .sub-menu-arrow {
            margin-left: 8px;
            cursor: pointer;
            display: inline-block;
            -webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .main-menu .sub-menu-arrow:before,
        .more-menu .sub-menu-arrow:before{
            content: '\eb63';
            font-family: 'icomoon' !important;
        }
        .main-menu .sub-menu-open .sub-menu-arrow,
        .more-menu .sub-menu-open .sub-menu-arrow {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .r2g-header .header-wrapper a{
            color: inherit;
            -webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .r2g-header .more-menu-wrapper li ul{
            padding-left: 20px;
        }

/** END R2G Header - CSE **/
/** START R2G Footer Menu **/
.r2g-footer-menu.text-align-left {
    text-align: left;
}
.r2g-footer-menu.text-align-center {
    text-align: center;
}
.r2g-footer-menu.text-align-right {
    text-align: right;
}

.r2g-footer-menu {
    width: 100%;
}
    .r2g-footer-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
    }
        .r2g-footer-menu ul li {
            position: relative;
            z-index: 1;
            width: 100%;
            padding: 6px 0;
        }
        .r2g-footer-menu.vertical.two-col-320 ul li {
            width: 50%;
        }

    .r2g-footer-menu.horizontal ul {
        flex-flow: row nowrap;
    }
        .r2g-footer-menu.horizontal ul li {
            flex: 1 auto;
            text-align: center;
        }

/** END R2G Footer Menu **/
/** START R2G Footer Social Media **/
.r2g-footer-social-media ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    flex-flow: column wrap;
}
.r2g-footer-social-media.horizontal ul{
    flex-flow: row wrap;
}
    .r2g-footer-social-media ul li {
        position: relative;
        z-index: 1;
        padding: 6px 0;
    }
    .r2g-footer-social-media.horizontal ul li {
    	margin-left: 10px;
    }
    .r2g-footer-social-media.horizontal ul li:first-child {
    	margin-left: 0;
    }
        .r2g-footer-social-media ul a {
            position: relative;
            z-index: 1;
            display: inline-block;
        }
            .r2g-footer-social-media .sm-item span {
            	vertical-align: middle;
            }
            .r2g-footer-social-media ul a .icon {
            	padding-right: 6px;
            	font-size: 1.5em;
            }
            .r2g-footer-social-media.icon-only ul a .icon {
            	padding-right: 0;
            }
            .r2g-footer-social-media.icon-only ul a span:not(.icon){
                display: none;
            }
            
.r2g-footer-social-media.text-align-left{
    text-align: left;
}
.r2g-footer-social-media.text-align-center{
    text-align: center;
}
.r2g-footer-social-media.text-align-right{
    text-align: right;
}
.r2g-footer-social-media.horizontal.text-align-center ul {
	justify-content: center;
}
.r2g-footer-social-media.horizontal.text-align-right ul {
	justify-content: end;
}
/** END R2G Footer Social Media **/
/** START R2G Footer Form **/
.text-align-left.r2g-form-footer-component .intro-content{
  text-align: left;
}
.text-align-center.r2g-form-footer-component .intro-content{
  text-align: center;
}
.text-align-right.r2g-form-footer-component .intro-content{
  text-align: right;
}

footer input[type="email"],
footer input[type="email"]:focus{
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}
footer button,
footer .button,
footer button:focus,
footer .button:focus{
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}
footer .cms-form-holder .cms-form .form-group{
    margin-bottom: 20px;
}
footer .fb-cr input,
footer .fb-helper{
    height: 18px;
    width: 18px;
    font-size: 18px;
}
footer .cms-form-holder .cms-form .form-group:last-child{
    margin-bottom: 0;
}

/** END R2G Footer Form **/
/** START R2G Footer Contact Details With Icons **/
.r2g-contact-details {
    width: 100%;
}
    .r2g-contact-details .contact-detail-row {
        position: relative;
        z-index: 1;
        margin-bottom: 12px;
    }
        .r2g-contact-details .contact-detail-row-inner {
            position: relative;
            z-index: 1;
            padding: 0 0 0 25px;
            display: inline-block;
        }
            .r2g-contact-details .contact-detail-row .icon {
                position: absolute;
                z-index: 1;
                left: 0;
                top: 3px;
            }
.r2g-contact-details address {
    font-style: normal;
}

.r2g-contact-details.text-align-left{
    text-align: left;
}
.r2g-contact-details.text-align-center{
    text-align: center;
}
.r2g-contact-details.text-align-right{
    text-align: right;
}

/** END R2G Footer Contact Details With Icons **/
/** START R2G Footer - CSE **/
:root{
    --number__Footer-border-top-width: 1px;
    --number__Footer-copyright-border-top-width: 1px;
}
.r2g-footer{
    border-top-width: var(--number__Footer-border-top-width);
    border-top-style: solid;
    padding-top: 30px;
}
    .r2g-footer .footer-items {
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0;
        width: 100%;
    }
        .r2g-footer .footer-items .footer-item{
            padding: 0 0 20px 0;
            width: 100%;
            box-sizing: border-box;
            float: left;
        }
        .r2g-footer .footer-items .item-4{
            padding-bottom: 0;
        }
    .copyright-bar{
        border-top-width: var(--number__Footer-copyright-border-top-width);
        border-top-style: solid;
        padding: 20px 0;
    }
        .copyright-bar p {
            margin-top: 0;
            text-align: center;
        }
        .copyright-bar p:last-child {
            margin-bottom: 0;
        }

/** END R2G Footer - CSE **/
/** START R2G xBox Main Strip - CSE **/
.r2g-xbox-main-strip.text-align-left .intro-content,
.r2g-xbox-main-strip.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-main-strip.text-align-center .intro-content,
.r2g-xbox-main-strip.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-main-strip.text-align-right .intro-content,
.r2g-xbox-main-strip.text-align-right .flex-container {
  text-align: right;
}
.r2g-xbox-main-strip .two-col-content * {
	text-align: inherit;
}
.r2g-xbox-main-strip,
.r2g-xbox-main-strip .container,
.r2g-xbox-main-strip .intro-content,
.r2g-xbox-main-strip .xbox-wrapper,
.r2g-xbox-main-strip .image-wrapper,
.r2g-xbox-main-strip .flex-container,
.r2g-xbox-main-strip .content-wrapper{
    border-style: solid;
    box-sizing: border-box;
}
.r2g-xbox-main-strip {
    border-width: var(--number__df__xbox-main-strip-border-width);
}
.r2g-xbox-main-strip .container {
    border-width: var(--number__df__xbox-main-strip-container-border-width);
}
.r2g-xbox-main-strip .container,
.r2g-xbox-main-strip .xbox-wrapper{
    height: 100%;
}
.r2g-xbox-main-strip .intro-content{
    border-width: var(--number__df__xbox-main-strip-intro-content-border-width);
}
.r2g-xbox-main-strip .xbox-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-flow: column;
    position: relative;
    border-width: var(--number__df__xbox-main-strip-xbox-wrapper-border-width);
}
    .r2g-xbox-main-strip .image-wrapper{
        width: 100%;
        border-width: var(--number__df__xbox-main-strip-image-wrapper-border-width);
    }
        .r2g-xbox-main-strip .image-wrapper img{
        	object-fit: cover;
        	object-position: center;
        	max-width: none;
        	width: 100%;
        	height: 100%;
        }
    .r2g-xbox-main-strip .flex-container{
        width: 100%;
        border-width: var(--number__df__xbox-main-strip-flex-wrapper-border-width);
    } 
        .r2g-xbox-main-strip .content-wrapper{
            padding: 20px 0 0;
            border-width: var(--number__df__xbox-main-strip-content-wrapper-border-width);
        }
            .r2g-xbox-main-strip .content-wrapper :last-child{
                margin-bottom: 0;
            }
    .r2g-xbox-main-strip .image-wrapper,
    .r2g-xbox-main-strip .flex-container{
        position: relative;
    }
        .r2g-xbox-main-strip.has-video .fancy-box{
            position: relative;
            color: inherit;
        }
            .r2g-xbox-main-strip.has-video .fancy-box:after {
            	font-family: 'icomoon';
            	content: '\eade';
            	font-style: normal;
            	font-weight: normal;
            	font-variant: normal;
            	text-transform: none;
            	font-size: 5em;
            	position: absolute;
            	top: 50%;
            	left: 50%;
            	-webkit-transform: translate(-50%, -50%);
            	-ms-transform: translate(-50%, -50%);
            	transform: translate(-50%, -50%);
            }

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

/** START R2G xBox List Component - CSE **/
.r2g-xbox-list-component.text-align-left .intro-content,
.r2g-xbox-list-component.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-list-component.text-align-center .intro-content,
.r2g-xbox-list-component.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-list-component.text-align-right .intro-content,
.r2g-xbox-list-component.text-align-right .flex-container {
  text-align: right;
}
.r2g-xbox-list-component,
.r2g-xbox-list-component .xbox-wrapper,
.r2g-xbox-list-component .image-wrapper{
  height: 100%;
}
.r2g-xbox-list-component .xbox-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-flow: column;
    position: relative;
}
    .r2g-xbox-list-component .image-wrapper,
    .r2g-xbox-list-component .flex-container{
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }
    .r2g-xbox-list-component.has-video .fancy-box{
            position: relative;
            color: inherit;
        }
            .r2g-xbox-list-component.has-video .fancy-box:after {
                font-family: 'icomoon';
                content: '\eade';
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                font-size: 5em;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

/** END R2G xBox List Component - CSE **/
/** START R2G Flex xList Main Strip - CSE **/

.r2g-flex-xlist-main-strip.text-align-left > .container >  .intro-content{
    text-align: left;
}
.r2g-flex-xlist-main-strip.text-align-center > .container > .intro-content{
    text-align: center;
}
.r2g-flex-xlist-main-strip.text-align-right > .container > .intro-content{
    text-align: right;
}

.r2g-flex-xlist-main-strip,
.r2g-flex-xlist-main-strip .container,
.r2g-flex-xlist-main-strip > .container > .intro-content,
.r2g-flex-xlist-main-strip .xlist-strip,
.r2g-flex-xlist-main-strip .bottom-content{
    border-style: solid;
}

.r2g-flex-xlist-main-strip{
    border-width: var(--number__df__r2g-flex-xlist-main-strip-border-width);
}
    .r2g-flex-xlist-main-strip .container{
        border-width: var(--number__df__r2g-flex-xlist-main-strip-container-border-width);
    }
        .r2g-flex-xlist-main-strip > .container > .intro-content{
            border-width: var(--number__df__r2g-flex-xlist-main-strip-intro-content-border-width);
        }
        .r2g-flex-xlist-main-strip .xlist-strip{
            border-width: var(--number__df__r2g-flex-xlist-main-strip-xlist-wrapper-border-width);
        }
            .r2g-flex-xlist-main-strip .flex-xlist > .xList-items {
            	box-sizing: border-box;
            	display: flex;
            	flex-flow: row wrap;
            }
            .r2g-flex-xlist-main-strip.flex-align-top .flex-xlist > .xList-items {
            	align-items: start;
            }
            .r2g-flex-xlist-main-strip.flex-align-stretch .flex-xlist > .xList-items {
            	align-items: stretch;
            }
            .r2g-flex-xlist-main-strip.flex-justify-left .flex-xlist > .xList-items {
            	justify-content: start;
            }
            .r2g-flex-xlist-main-strip.flex-justify-center .flex-xlist > .xList-items {
            	justify-content: center;
            }
            .r2g-flex-xlist-main-strip .xlist-strip > .strip-xlist .xList-item {
                box-sizing: border-box;
            	width: 100%;
            	margin: 0;
            }
            .r2g-flex-xlist-main-strip.with-gap .xlist-strip > .strip-xlist .xList-item {
                margin: 0 0 var(--number__df__r2g-flex-xlist-main-strip-xlist-item-gap);
            }
            .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters {
                margin-bottom: 30px;
            }
                .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .cat-item {
                    display: inline-block;
                    vertical-align: top;
                    position: relative;
                    width: calc(50% - 15px);
                    margin: 0 15px 10px 0;
                    padding: 0 0 8px 18px;
                    z-index: 1;
                    box-sizing: border-box;
                }
                .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .cat-item, 
                .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters label {
                    cursor: pointer;
                }
                .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .cat-item.all.active {
                    pointer-events: none;
                    opacity: 0.8;
                }
                .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters input {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                    opacity: 0;
                    z-index: 2;
                }
                .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .fb-checkbox-helper{
                    width: 18px;
                    height: 18px;
                    top: 0;
                }
                    .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .fb-checkbox-helper:before {
                        display: none;
                    }
                    .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .fb-checkbox-helper:after {
                        content: '\e942';
                        font-family: icomoon;
                        position: absolute;
                        top: 0;
                        left: 0;
                        pointer-events: none;
                        font-size: 16px;
                        color: inherit;
                    }
                    .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters .active .fb-checkbox-helper:after {
                        content: '\e940';
                        color: inherit;
                    }
                .r2g-flex-xlist-main-strip.masonry-grid.has-filter .filters label {
                    position: relative;
                    display: block;
                    pointer-events: none;
                    z-index: 2;
                    line-height: 1;
                }
            
            .r2g-flex-xlist-main-strip.masonry-grid.has-filter.single-item .filters .cat-item.active input {
                pointer-events: none;
                cursor: default;
            }
        .r2g-flex-xlist-main-strip .bottom-content{
            border-width: var(--number__df__r2g-flex-xlist-main-strip-bottom-content-border-width);
        }

/** END R2G Flex xList Main Strip - CSE **/
/** START R2G xBox Sub Component - CSE **/
.r2g-xbox-sub-component.text-align-left .xbox-wrapper{
    text-align: left;
}
.r2g-xbox-sub-component.text-align-center .xbox-wrapper{
    text-align: center;
}
.r2g-xbox-sub-component.text-align-right .xbox-wrapper{
    text-align: right;
}
.r2g-xbox-sub-component .two-col-content * {
	text-align: inherit;
}
.r2g-xbox-sub-component,
.r2g-xbox-sub-component .intro-content,
.r2g-xbox-sub-component .xbox-wrapper,
.r2g-xbox-sub-component .image-wrapper,
.r2g-xbox-sub-component .flex-container,
.r2g-xbox-sub-component .content-wrapper{
    border-style: solid;
    box-sizing: border-box;
}
.r2g-xbox-sub-component,
.r2g-xbox-sub-component .xbox-wrapper {
    height: 100%;
}
.r2g-xbox-sub-component{
    display: flex;
    flex-flow: column;
    border-width: var(--number__df__xbox-sub-border-width);
}
    .r2g-xbox-sub-component .intro-content {
        border-width: var(--number__df__xbox-sub-intro-wrapper-border-width);
    }
    .r2g-xbox-sub-component .xbox-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
        flex-flow: column;
        position: relative;
        border-width: var(--number__df__xbox-sub-xbox-wrapper-border-width);
    }
        .r2g-xbox-sub-component .image-wrapper{
            border-width: var(--number__df__xbox-sub-image-wrapper-border-width);
        }
            .r2g-xbox-sub-component .image-wrapper img{
                max-width: none;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .r2g-xbox-sub-component .flex-container{
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: start;
            border-width: var(--number__df__xbox-sub-flex-wrapper-border-width);
            padding: 20px 0;
        }
            .r2g-xbox-sub-component .content-wrapper{
               width: 100%;
                border-width: var(--number__df__xbox-sub-content-wrapper-border-width);
            }
                .r2g-xbox-sub-component .content-wrapper *:last-child{
                    margin-bottom: 0;
                }
/** END R2G xBox Sub Component - CSE **/
/** START R2G Flex xList - Sub Component - CSE **/
.slick-slide {
    outline: none;
}
.r2g-flex-xlist-sub-component.text-align-left > .intro-content{
    text-align: left;
}
.r2g-flex-xlist-sub-component.text-align-center > .intro-content{
    text-align: center;
}
.r2g-flex-xlist-sub-component.text-align-right > .intro-content{
    text-align: right;
}
.r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement{
    position: relative;
    z-index: 1;
}
        .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .xList-items{
        margin-left: -20px;
        margin-right: -20px;
        }
        .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .slick-slide{
            margin-left: 20px;
            margin-right: 20px;
        }
    .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .arrows-wrapper{
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 50%;
    }
    .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .slick-arrow{
        position: absolute;
        z-index: 5;
        top: 50%;
        cursor: pointer;
    }
    .r2g-flex-xlist-sub-component.flex-with-rotator .sub-wrapper.rotatorElement .nav-left.slick-arrow{
        left: 0;
    }
    .r2g-flex-xlist-sub-component.flex-with-rotator .sub-wrapper.rotatorElement .nav-right.slick-arrow{
        right: 0;
    }
        .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .nav-left .line-one:after{
            content: '\eb52';
            font-family: icomoon;
            font-size: 30px;
        
        }
        .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .nav-right .line-one:after{
            content: '\eb4f';
            font-family: icomoon;
            font-size: 30px;
        
        }
.r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .pager-wrapper{
    text-align: center;
}
    .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .pager-wrapper ul{
        list-style-type: none;
    }
    .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .pager-wrapper li{
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-radius: 100%;
        border-width: 2px;
        border-style: solid;
        display: inline-block;
        cursor: pointer;
    }
        .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .pager-wrapper li.slick-active {
            border-width: 2px;
            border-style: solid;
            cursor: default;
            background: #000000;
        }
        .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .pager-wrapper .slickNumber,
        .r2g-flex-xlist-sub-component.flex-with-rotator .rotatorElement .pager-wrapper .pager-count{
            display: none;
        }
/** END R2G Flex xList - Sub Component - CSE **/
/** START R2G Image Only Sub - CSE **/
.r2g-xbox-image-only-sub {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/** END R2G Image Only Sub - CSE **/
/** START R2G Breadcrumb **/
.r2g-breadcrumb .breadcrumb-nav {
	padding: 15px 0;
	box-sizing: border-box;
}
/** END R2G Breadcrumb **/
/** START R2G Main Content Strip H1 + P **/
.text-align-center .main-content-strip-block{
	max-width: 745px;
	margin: 0 auto;
}
.text-align-left .main-content-strip-block *{
	text-align: left;
}
.text-align-center .main-content-strip-block *{
	text-align: center;
}
.text-align-right .main-content-strip-block *{
	text-align: right;
}
/** END R2G Main Content Strip H1 + P **/
/** START R2G xList Accordion **/
.text-align-left > .container > .intro-content,
    .text-align-left > .intro-content{
        text-align: left;
    }
    .text-align-center > .container > .intro-content{
        text-align: center;
    }
    .text-align-right > .container > .intro-content{
        text-align: right;
    }
.accordion-xlist .accordion-title{
    position: relative;
    margin: 0;
    padding: 5px 40px 5px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.accordion-xlist .accordion-title,
.collapsible .accordion-xlist .active .accordion-title{
    cursor: pointer;    
}
.accordion-xlist .active .accordion-title{
    cursor: default;
}
.accordion-xlist .accordion-title:after {
	content: '\eb63';
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	right: 0;
	
	-ms-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accordion-xlist .active .accordion-title:after{
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.accordion-xlist > .xList-items > .xList-item .inner-wrapper {
    display: none;
    padding: 25px;
}
.no-js .accordion-xlist > .xList-items > .xList-item .inner-wrapper{
    display: block;
}
/** END R2G xList Accordion **/
/** START R2G Form ( Main Strip ) **/
.text-align-left.r2g-form-main-strip-component .intro-content{
  text-align: left;
}
.text-align-center.r2g-form-main-strip-component .intro-content{
  text-align: center;
}
.text-align-right.r2g-form-main-strip-component .intro-content{
  text-align: right;
}
/** END R2G Form ( Main Strip ) **/
/** START R2G xList Main Strip **/
.xlist-strip ul.xList-items{
    list-style: none;
}
.r2g-xlist-main-strip.xlist-with-rotator .rotatorElement{
    position: relative;
    z-index: 1;
    width: 90%;
    margin: auto;
}
     .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .xList-items{
        margin-left: -20px;
        margin-right: -20px;
    }
         .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .slick-slide{
            margin-left: 20px;
            margin-right: 20px;
        }
            .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .container {
            width: 100%;
            }
    .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .arrows-wrapper{
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 50%;
    }
       .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .slick-arrow{
            position: absolute;
            z-index: 5;
            top: 50%;
            cursor: pointer;
        }
             .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-left.slick-arrow{
                left: -15px;
            }
            .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-right.slick-arrow{
                right: -15px;
            }
                .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-left .line-one:after{
                    content: '\eb52';
                    font-family: icomoon;
                    font-size: 30px;
                
                }
                .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .nav-right .line-one:after{
                    content: '\eb4f';
                    font-family: icomoon;
                    font-size: 30px;
                
                }
    .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .pager-wrapper{
        text-align: center;
    }
        .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .pager-wrapper ul{
            list-style-type: none;
        }
        .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .pager-wrapper li{
            width: 8px;
            height: 8px;
            margin: 0 5px;
            border-radius: 100%;
            border-width: 2px;
            border-style: solid;
            display: inline-block;
            cursor: pointer;
        }
            .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .pager-wrapper li.slick-active {
                border-width: 2px;
                border-style: solid;
                cursor: default;
                background: #000000;
            }
            .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .pager-wrapper .slickNumber,
            .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .pager-wrapper .pager-count{
                display: none;
            }

/** END R2G xList Main Strip **/
/** START R2G Content Block - List Component **/

.text-align-left.r2g-content-block *{
	text-align: left;
}
.text-align-center.r2g-content-block *{
	text-align: center;
}
.text-align-right.r2g-content-block *{
	text-align: right;
}
/** END R2G Content Block - List Component **/
/** START R2G Google Map Main Strip **/
.strip-component.gmap-wrapper .map-inner-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    box-sizing: border-box;
}
    .strip-component.gmap-wrapper .marker-items,
    .strip-component.gmap-wrapper .map-styles{
    	display: none;
    }
    .strip-component.gmap-wrapper .content-coll,
    .strip-component.gmap-wrapper #google-map{
        width: 100%;
        box-sizing: border-box;
    }
    .strip-component.gmap-wrapper .content-coll {
    	padding: 20px;
    	order: 1;
    }
    .strip-component.gmap-wrapper #google-map {
    	height: 320px;
    }

.strip-component.gmap-wrapper.text-align-left .get-directions .content-wrapper{
    text-align: left;
}
.strip-component.gmap-wrapper.text-align-center .get-directions .content-wrapper{
    text-align: center;
}
.strip-component.gmap-wrapper.text-align-right .get-directions .content-wrapper{
    text-align: right;
}
   
/* category */
.strip-component.gmap-wrapper .map-category-wrapper{
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 20px;
}
    .strip-component.gmap-wrapper .map-category-wrapper .checkbox.fb-cr {
    	display: inline-block;
    	width: calc(50% - 34px);
    	margin: 0 20px 10px 0;
    	position: relative;
    }
    .strip-component.gmap-wrapper .map-category-wrapper .checkbox.fb-cr:nth-child(2n){
        margin-right: 0;
    }
    .strip-component.gmap-wrapper .map-category-wrapper .checkbox.fb-cr label {
        line-height: 24px;
        vertical-align: middle;
    }

.strip-component.gmap-wrapper .direction-box input{
    width: 100%;
    margin-bottom: 20px
}
.strip-component.gmap-wrapper .direction-box label {
    margin-bottom: 12px;
}
.strip-component.gmap-wrapper .get-directions .button{
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.strip-component.gmap-wrapper .get-directions .clear-direction.button{
    float: right;
    opacity: 0;
    pointer-events: none;
}
.strip-component.gmap-wrapper .active-routs .get-directions .clear-direction.button{
    opacity: 1;
    pointer-events: auto;
}

/* without directions */
.strip-component.gmap-wrapper.no-directions .content-coll{
    display: none;
}
.strip-component.gmap-wrapper.no-directions #google-map{
    width: 100%;
}

/** END R2G Google Map Main Strip **/
/** START R2G Content Block - Sub Component **/
.r2g-content-block-sub-component{
  padding: 0 20px;
}
.text-align-left.r2g-content-block *{
	text-align: left;
}
.text-align-center.r2g-content-block *{
	text-align: center;
}
.text-align-right.r2g-content-block *{
	text-align: right;
}

/** END R2G Content Block - Sub Component **/
/** START R2G Blog Main Strip - CSE **/
.blog-listing-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
    .blog-listing-wrapper .blog-items,
    .blog-listing-wrapper .blog-sidebar{
        width: 100%;
    }
    .blog-listing-wrapper .r2g-xbox-sub-component{
        margin-bottom: 30px;
    }
    .blog-listing-wrapper .r2g-xbox-sub-component .flex-container{
    	padding: 20px 0 0;
    }
        .blog-listing-wrapper h3 a,
        .category-wrapper a,
        .tags-wrapper a,
        .archives-wrapper a{
            text-decoration: none;
            color: inherit;
        }
        
    .blog-sidebar aside,
    .blog-sidebar aside .r2g-content-block{
        margin-bottom: 30px;
    }
    .category-wrapper li {
    	margin-bottom: 10px;
    }
    .blog-listing-wrapper .r2g-xbox-sub-component:last-child,
    .blog-sidebar aside:last-child,
    .blog-sidebar aside .r2g-content-block:last-child,
    .category-wrapper li:last-child{
        margin-bottom: 0;
    }
    
    .archives-wrapper .active .bullet:before{
        content: '\eb25';
    }

/** END R2G Blog Main Strip - CSE **/
/** START R2g Tab Main Strip - CSE **/
.r2g-tabs-main-strip.text-align-left > .tabs-wrapper > .container > .intro-content{
    text-align: left;
}
.r2g-tabs-main-strip.text-align-center > .tabs-wrapper > .container > .intro-content{
    text-align: center;
}
.r2g-tabs-main-strip.text-align-right > .tabs-wrapper > .container > .intro-content{
    text-align: right;
}

.r2g-tabs-main-strip,
.r2g-tabs-main-strip .tab-titles-wrapper{
    position: relative;
}

    .r2g-tabs-main-strip .select-box-wrapper{
        margin-bottom: 30px;
    }
    .r2g-tabs-main-strip .select-box-wrapper,
    .r2g-tabs-main-strip .select-box-wrapper select{
        width: 100%;
    }
    .r2g-tabs-main-strip .select-box-wrapper select{
        border-radius: 0;
    }
    .r2g-tabs-main-strip .tab-titles-wrapper .tab-items-wrapper,
    .r2g-tabs-main-strip .tab-titles-wrapper .arrows-wrapper{
        display: none;
    }
    .r2g-tabs-main-strip.horizontal-tabs .tab-titles-wrapper,
    .r2g-tabs-main-strip .sub-tab-titles-wrapper{
        margin: 0 0 40px;
    }
        .r2g-tabs-main-strip .first-level-label,
        .r2g-tabs-main-strip .next-level-label{
          display: block;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 10px 15px;
          text-align: center;
          cursor: pointer;
        }
        .r2g-tabs-main-strip.vertical-tabs .first-level-label,
        .r2g-tabs-main-strip.vertical-tabs .next-level-label {
            text-align: left;
            padding: 10px 0;
        }
        .r2g-tabs-main-strip .arrows-wrapper{
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
            .r2g-tabs-main-strip .slick-arrow .line-one:after{
                line-height: 30px;
            }
    
    .r2g-tabs-main-strip .sub-tab-titles-wrapper {
      position: relative;
      display: none;
    }
        
    /* accordion for mobile */    
    .r2g-tabs-main-strip .tab-content-wrapper .accordion-content{
        display: none;
    }
    .r2g-tabs-main-strip .tab-content-wrapper > li:first-child > .accordion-content,
    .r2g-tabs-main-strip .tab-content-wrapper > li:first-child .next-level > ul > li:first-child > .accordion-content{
        display: block;
    }
        .r2g-tabs-main-strip .tab-content-wrapper .accordion-title{
            margin: 0;
            padding: 10px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            position: relative;
        }
            .r2g-tabs-main-strip .tab-content-wrapper .accordion-title span {
              position: absolute;
              top: 50%;
              right: 10px;
              font-size: 0.9em;
              -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }
            .r2g-tabs-main-strip .tab-content-wrapper .accordion-title.active span:before {
                content: '\eb26';
            }
                .r2g-tabs-main-strip .tab-content-wrapper .next-level .accordion-title span{
                    font-size: 0.8em;
                }
                .r2g-tabs-main-strip .tab-content-wrapper .next-level .accordion-title.active span:before{
                    content: '\eb75';
                }
            
            .r2g-tabs-main-strip .tabs-wrapper.next-level{
                padding: 0 15px;
            }

/** END R2g Tab Main Strip - CSE **/
/** START R2G Main Visual - CSE **/
:root{
    --number__main-visual-pager-width: 6px;
    --number__main-visual-pager-height: 6px;
    --number__main-visual-pager-border-width: 2px;
    --number__main-visual-pager-border-radius: 50%;
}
.main-visual-default, 
.main-visual-default .slick-list{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.main-visual-default .slider-item {
    display: none;
    vertical-align: top;
}
.main-visual-default .slider-item:first-child{
    display: block;
}
.main-visual-default .main-visual-arrow-wrapper{
    display: none;
    position: absolute;
    top: 50%;
    height: 0;
    width: calc(100% - 40px);
    margin-top: -10px;
    padding: 0 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main-visual-default .main-visual-slogan-wrapper {
    padding: 16px 0;
}
.main-visual-default .slogan span {
	display: block;
}
    .main-visual-default .slider-navigation {
        border-style: solid;
        margin: 0;
        position: relative;
        box-sizing: border-box;
        cursor:pointer;
        border-radius: 0;
        padding: 0;
    }
    .main-visual-default .main-visual-arrow-wrapper .prev{
        float: left;
    }
    .main-visual-default .main-visual-arrow-wrapper .next{
        float: right;
    }
        .main-visual-arrow-wrapper .slider-navigation .line-one:before{
            font-family: 'icomoon';
            top: 50%;
            left: 50%;
            position: absolute;
            font-size: 1.5em;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        .main-visual-arrow-wrapper .prev .line-one:before{
            content: '\eb2a';
        }
        .main-visual-arrow-wrapper .next .line-one:before{
            content: '\e9e5';
        }
            
.main-visual-default .main-visual-pager-wrapper{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    text-align: center;
}
.main-visual-default .main-visual-pager-wrapper .slick-dots{
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-visual-default .main-visual-pager-wrapper li{
    display: inline-block;
    width: var(--number__main-visual-pager-width);
    height: var(--number__main-visual-pager-height);
    border-radius: var(--number__main-visual-pager-border-radius);
    margin: 0 3px;
    cursor: pointer;
    border-width: var(--number__main-visual-pager-border-width);
    border-style: solid;
}
.main-visual-default .main-visual-pager-wrapper .slick-active{
    cursor: default;
}

.main-visual-default .slider-item, 
.main-visual-default .slogan-read-more, 
.main-visual-default .slogan, 
.main-visual-default .slick-dots, 
.main-visual-default .slider-wrapper{
    margin-bottom: 0;
}
.main-visual-default .container{
    padding: 0 20px;
}
.main-visual-default .slogan{
    margin-bottom: 5px;
}

.main-visual-default .slider-wrapper li > a{
    text-decoration: none;
}

.main-visual-default .slick-list{
    height: 100%;
}

/* Options CSS Start */
/* Slogan Left */
.default-slogan-left .main-visual-slogan-wrapper {
    text-align: left;
}
/* Slogan Left */

/* Slogan Center */
.default-slogan-center .main-visual-slogan-wrapper {
    text-align: center;
}
/* Slogan Center */

/* Slogan Right */
.default-slogan-right .main-visual-slogan-wrapper {
    text-align: right;
}
/* Slogan Right */

/* Banner Image Full Height */ 
.default-banner-full-height .image-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.default-banner-full-height .slick-initialized .image-wrapper{
    padding-top: 56.25%;
}
.default-banner-full-height .slick-initialized img {
    display: none;
}
.no-js .default-banner-full-height img,
.main-visual-default .image-wrapper img {
    width: 100%;
    height: auto;
}

/* banner video */
.main-visual-load:before {
    opacity: 0;
}

.main-visual-default .slider-item {
    position: relative;
}
    .main-visual-default .slider-item .mv-item-video.hidden{
        display: none;
    }
    .main-visual-default .slider-item .hero-video{
    	position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 100%;
        opacity: 0;
        object-fit: cover;
        -webkit-transition: opacity 0.5s ease 0.5s;
        -ms-transition: opacity 0.5s ease 0.5s;
        transition: opacity 0.5s ease 0.5s;
        z-index: 1;
    }
    
    .main-visual-default .show-video .hero-video {
        opacity: 1;
    }

    .main-visual-default .main-visual-play,
    .main-visual-default .show-video .main-visual-play.main-visual-play-show {
            position: absolute;
        	top: 50%;
        	left: 50%;
        	transform: translate(-50%, -50%);
        	display: inline-block;
        	cursor: pointer;
        	z-index: 100;
        	-webkit-transition: opacity 0.5s ease;
            -ms-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
            opacity: 1;
            pointer-events: all;
    }
    
    .main-visual-default .show-video .main-visual-play {
        opacity: 0;
        pointer-events: none;
    }
         .main-visual-default .main-visual-play:before {
            font-family: 'icomoon';
            content: '\eade';
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 40px;
            color: #fff;
        }
        .main-visual-default .slider-item .video-item.pause:after{
            content: '\ebf7';
        }

.main-visual-arrow-wrapper {
    transition: opacity 1s cubic-bezier(0.3, 0, 0, 1);
    opacity: 1;
}
.main-visual-default .play-video ~ .main-visual-arrow-wrapper {
    opacity: 0;
    pointer-events: none;
}

.social-share .social-share-wrapper li {
	position: relative;
}
    .addthis_toolbox a {
    	position: absolute;
    	top: 0;
    	left: 0;
    	display: block;
    	width: 100%;
    	height: 100%;
    }
    body .cookie-section.primary-background{
    display: none ;
}

/* end of banner video*/

/** END R2G Main Visual - CSE **/
/** START R2G Rotator Main Strip - CSE **/
.r2g-rotator-main-strip.text-align-left > .container > .intro-content,
.r2g-rotator-main-strip.text-align-left > .container > .content-wrapper{
    text-align: left;
}
.r2g-rotator-main-strip.text-align-center > .container > .intro-content,
.r2g-rotator-main-strip.text-align-center > .container > .content-wrapper{
    text-align: center;
}
.r2g-rotator-main-strip.text-align-right > .container > .intro-content,
.r2g-rotator-main-strip.text-align-right > .container > .content-wrapper{
    text-align: right;
}
.r2g-rotator-main-strip,
.r2g-rotator-main-strip .container,
.r2g-rotator-main-strip .intro-content,
.r2g-rotator-main-strip .rotator-wrapper,
.r2g-rotator-main-strip .bottom-content{
    border-style: solid;
}
.r2g-rotator-main-strip{
    border-width: var(--number__df__rotator-main-strip-border-width);
}
.r2g-rotator-main-strip .container{
    border-width: var(--number__df__rotator-main-strip-container-border-width);
}
.r2g-rotator-main-strip .intro-content{
    border-width: var(--number__df__rotator-main-strip-intro-content-border-width);
}
.r2g-rotator-main-strip .rotatorElement{
    position: relative;
    z-index: 1;
}
    .r2g-rotator-main-strip .rotatorElement .rotator-wrapper{
        border-width: var(--number__df__rotator-main-strip-rotator-wrapper-border-width);
        margin-left: calc(-(0));
        margin-right: calc(-(0));
    }
    .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 .rotatorElement .rotator-wrapper,
    .r2g-rotator-main-strip.pager-as-fraction .rotatorElement .rotator-wrapper,
    .r2g-rotator-main-strip.pager-as-thumbs .rotatorElement .rotator-wrapper{
        margin-bottom: 20px;
    }
    
    /* start - before slick init */
    .r2g-rotator-main-strip .rotator-wrapper > .xList-item {
        float: left;
    }
    .r2g-rotator-main-strip .xList-item:nth-of-type(n+2){
        display: none;
    }
    /* end - before slick init */
    
        .r2g-rotator-main-strip .rotator-wrapper .slick-slide{
            margin-left: 0;
            margin-right: 0;
        }
        .r2g-rotator-main-strip.arrows-with-icon-and-image .rotator-wrapper .slick-slide{
            margin-left: 40px;
            margin-right: 40px;
        }
    .r2g-rotator-main-strip .arrows-wrapper{
        position: absolute;
        z-index: 3;
        width: 150px;
        bottom: 12px;
        margin: auto;
        left: 0;
        right: 0;
    }
       .r2g-rotator-main-strip .slick-arrow{
            position: absolute;
            z-index: 5;
            top: 50%;
            cursor: pointer;
        }
        .r2g-rotator-main-strip.arrows-with-icon-and-image .slick-arrow{
            background-color: transparent;
        }
        .r2g-rotator-main-strip .slick-arrow,
        .r2g-rotator-main-strip .slick-arrow .line-one,
        .r2g-rotator-main-strip .slick-arrow .line-one:after{
            -webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
            .r2g-rotator-main-strip .nav-left{
                left: 0;
            }
            .r2g-rotator-main-strip .nav-right{
                right: 0;
            }
            .r2g-rotator-main-strip.arrows-with-icon-and-image .nav-left,
            .r2g-rotator-main-strip .thumb-wrapper .nav-left{
                left: -15px;
            }
            .r2g-rotator-main-strip.arrows-with-icon-and-image .nav-right,
            .r2g-rotator-main-strip .thumb-wrapper .nav-right{
                right: -15px;
            }
                .arrows-with-icon-and-image .arrows-wrapper .arrow-image {
                    display: block;
                    position: relative;
                    background-size: 100% auto;
                    background-position: center;
                    width: 50px;
                    height: 50px;
                    background-repeat: no-repeat;
                    border-radius: 100%;
                    border: 1px solid;
                    box-sizing: border-box;
                    -webkit-transition: all 0.4s ease;
                    -ms-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }
                .arrows-with-icon-and-image .arrows-wrapper .arrow-image:after {
                    content: '';
                    width: auto;
                    height: 20px;
                    border-left: 1px solid;
                    position: absolute;
                    left: 50%;
                    bottom: -20px;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -webkit-transition: all 0.4s ease;
                    -ms-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }
                .arrows-with-icon-and-image .arrows-wrapper .line-one{
                    margin: 18px auto 0;
                    width: 20px;
                    height: 20px;
                    -webkit-transition: all 0.4s ease;
                    -ms-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }
                .r2g-rotator-main-strip.arrows-with-icon-and-image .nav-left .line-one:after,
                .r2g-rotator-main-strip.arrows-with-icon-and-image .nav-right .line-one:after{
                    font-size: 20px;
                    line-height: 20px;
                    -webkit-transition: all 0.4s ease;
                    -ms-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }
    .r2g-rotator-main-strip .pager-wrapper{
        text-align: center;
    }
        .r2g-rotator-main-strip.pager-as-fraction .pager-wrapper .slick-dots{
            display: none !important;
        }
        .r2g-rotator-main-strip .pager-wrapper ul{
            list-style-type: none;
            padding: 0;
        }
        .r2g-rotator-main-strip .pager-wrapper li{
            border-radius: 100%;
            border-style: solid;
            display: inline-block;
            cursor: pointer;
        }
            .r2g-rotator-main-strip .pager-wrapper .slick-active {
                cursor: default;
            }
        .r2g-rotator-main-strip .pager-wrapper .slick-dots{
            overflow: hidden;
            height: 0;
            margin: 0;
            pointer-events: none;
        }
        .r2g-rotator-main-strip .pager-wrapper .pager-count{
            display: inline-block;
        }
        .r2g-rotator-main-strip .thumb-wrapper{
            position: relative;
            height: 0;
            overflow: hidden;
        }
            .r2g-rotator-main-strip .thumb-wrapper .slick-slide{
                margin-left: 5px;
                margin-right: 5px;
            }
                .r2g-rotator-main-strip .thumb-wrapper .rotatorThumbs {
                    padding-top: 56.25%;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    box-sizing: border-box;
                }
                .r2g-rotator-main-strip .thumb-wrapper .slick-current .rotatorThumbs {
                    border-style: solid;
                }
                
    .r2g-rotator-main-strip .bottom-content{
        border-width: var(--number__df__rotator-main-strip-bottom-content-border-width);
    }

/** END R2G Rotator Main Strip - CSE **/
/** START R2G Main Content H1 + P **/
.main-content-block{
    padding: 0 20px;
}
.container .main-content-block{
    padding: 0
}
.text-align-left.main-content-block *{
	text-align: left;
}
.text-align-center.main-content-block *{
	text-align: center;
}
.text-align-right.main-content-block *{
	text-align: right;
}
/** END R2G Main Content H1 + P **/

/** START R2G Content Main Strip - CSE **/
.r2g-content-main-strip.text-align-left *{
    text-align: left;
}
.r2g-content-main-strip.text-align-center *{
    text-align: center;
}
.r2g-content-main-strip.text-align-right *{
    text-align: right;
}
.r2g-content-main-strip .two-col-content * {
	text-align: inherit;
}
.r2g-content-main-strip,
.r2g-content-main-strip .container,
.r2g-content-main-strip .content-wrapper{
    border-style: solid;
    box-sizing: border-box;
}
.r2g-content-main-strip{
    border-width: var(--number__df__main-content-strip-border-width);
}
    .r2g-content-main-strip .container{
        border-width: var(--number__df__main-content-strip-container-border-width);
    }
        .r2g-content-main-strip .content-wrapper{
            border-width: var(--number__df__main-content-strip-content-wrapper-border-width);
        }
        .r2g-content-main-strip.text-align-center .content-wrapper {
            width: 100%;
            margin: 0 auto;
        }
            .r2g-content-main-strip .content-wrapper *:last-child{
                margin-bottom: 0;
            }

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

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

.text-align-left.r2g-content-sub *{
	text-align: left;
}
.text-align-center.r2g-content-sub *{
	text-align: center;
}
.text-align-right.r2g-content-sub *{
	text-align: right;
}
.r2g-content-sub .two-col-content * {
	text-align: inherit;
}
.r2g-content-sub,
.r2g-content-sub .content-wrapper{
    border-style: solid;
    box-sizing: border-box;
}
.r2g-content-sub{
    padding: 0;
    border-width: var(--number__df__content-sub-border-width);
    height: 100%;
}
    .r2g-content-sub .content-wrapper{
        border-width: var(--number__df__content-sub-content-wrapper-border-width);
    }
    .r2g-content-sub .content-wrapper *:last-child{
        margin-bottom: 0;
    }

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

/** START R2G xBox ( Sub Component ) **/
.r2g-xbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-flow: column;
    position: relative;
}
    .r2g-xbox .image-wrapper img,
    .r2g-xbox .flex-items{
        width: 100%;
    }
    .r2g-xbox .flex-container{
        padding: 4% 0 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .text-align-left > .r2g-xbox .flex-container,
    .text-align-left > .intro-content{
        text-align: left;
    }
    .text-align-center > .r2g-xbox .flex-container,
    .text-align-center > .intro-content{
        text-align: center;
    }
    .text-align-right > .r2g-xbox .flex-container,
    .text-align-right > .intro-content{
        text-align: right;
    }

.image-on-bottom .r2g-xbox .image-wrapper{
    order: 1;
}
.image-on-bottom .r2g-xbox .image-wrapper,
.image-on-bottom .r2g-xbox .flex-container {
    width: 100%;
}

/* style 1 */
.xbox-style-1 .r2g-xbox{
    flex-flow: row wrap;
}
.xbox-style-1 .r2g-xbox .flex-container{
    padding: 7% 0 0;
}

/* style 2 */
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .image-wrapper,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-container,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-items{
    width: 100%;
}
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-container{
	position: absolute;
	left: 0;
	padding: 20px;
	z-index: 1;
}
.xbox-style-2.content-on-top.r2g-xbox-sub-component .r2g-xbox .flex-container{
    top: 0;
}
.xbox-style-2.content-on-center.r2g-xbox-sub-component .r2g-xbox .flex-container{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xbox-style-2.content-on-bottom.r2g-xbox-sub-component .r2g-xbox .flex-container{
    bottom: 0;
}

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

/** START R2G xBox ( List Component ) **/
.r2g-xbox-list-component.text-align-left .intro-content,
.r2g-xbox-list-component.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-list-component.text-align-center .intro-content,
.r2g-xbox-list-component.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-list-component.text-align-right .intro-content,
.r2g-xbox-list-component.text-align-right .flex-container {
  text-align: right;
}

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

/** START R2G xBox ( Main Strip ) **/
.r2g-xbox-strip-component.text-align-left .intro-content,
.r2g-xbox-strip-component.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-strip-component.text-align-center .intro-content,
.r2g-xbox-strip-component.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-strip-component.text-align-right .intro-content,
.r2g-xbox-strip-component.text-align-right .flex-container {
  text-align: right;
}

/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox ( Sub Component ) **/
.r2g-xbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-flow: column;
    position: relative;
}
    .r2g-xbox .image-wrapper img,
    .r2g-xbox .flex-items{
        width: 100%;
    }
    .r2g-xbox .flex-container{
        padding: 4% 0 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .text-align-left > .r2g-xbox .flex-container,
    .text-align-left > .intro-content{
        text-align: left;
    }
    .text-align-center > .r2g-xbox .flex-container,
    .text-align-center > .intro-content{
        text-align: center;
    }
    .text-align-right > .r2g-xbox .flex-container,
    .text-align-right > .intro-content{
        text-align: right;
    }

.image-on-bottom .r2g-xbox .image-wrapper{
    order: 1;
}
.image-on-bottom .r2g-xbox .image-wrapper,
.image-on-bottom .r2g-xbox .flex-container {
    width: 100%;
}

/* style 1 */
.xbox-style-1 .r2g-xbox{
    flex-flow: row wrap;
}
.xbox-style-1 .r2g-xbox .flex-container{
    padding: 7% 0 0;
}

/* style 2 */
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .image-wrapper,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-container,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-items{
    width: 100%;
}
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-container{
	position: absolute;
	left: 0;
	padding: 20px;
	z-index: 1;
}
.xbox-style-2.content-on-top.r2g-xbox-sub-component .r2g-xbox .flex-container{
    top: 0;
}
.xbox-style-2.content-on-center.r2g-xbox-sub-component .r2g-xbox .flex-container{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xbox-style-2.content-on-bottom.r2g-xbox-sub-component .r2g-xbox .flex-container{
    bottom: 0;
}

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

/** START R2G xBox ( List Component ) **/
.r2g-xbox-list-component.text-align-left .intro-content,
.r2g-xbox-list-component.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-list-component.text-align-center .intro-content,
.r2g-xbox-list-component.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-list-component.text-align-right .intro-content,
.r2g-xbox-list-component.text-align-right .flex-container {
  text-align: right;
}

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

/** START R2G xBox ( Main Strip ) **/
.r2g-xbox-strip-component.text-align-left .intro-content,
.r2g-xbox-strip-component.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-strip-component.text-align-center .intro-content,
.r2g-xbox-strip-component.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-strip-component.text-align-right .intro-content,
.r2g-xbox-strip-component.text-align-right .flex-container {
  text-align: right;
}

/** END R2G xBox ( Main Strip ) **/

/** START R2G xBox ( Sub Component ) **/
.r2g-xbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-flow: column;
    position: relative;
}
    .r2g-xbox .image-wrapper img,
    .r2g-xbox .flex-items{
        width: 100%;
    }
    .r2g-xbox .flex-container{
        padding: 4% 0 0;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .text-align-left > .r2g-xbox .flex-container,
    .text-align-left > .intro-content{
        text-align: left;
    }
    .text-align-center > .r2g-xbox .flex-container,
    .text-align-center > .intro-content{
        text-align: center;
    }
    .text-align-right > .r2g-xbox .flex-container,
    .text-align-right > .intro-content{
        text-align: right;
    }

.image-on-bottom .r2g-xbox .image-wrapper{
    order: 1;
}
.image-on-bottom .r2g-xbox .image-wrapper,
.image-on-bottom .r2g-xbox .flex-container {
    width: 100%;
}

/* style 1 */
.xbox-style-1 .r2g-xbox{
    flex-flow: row wrap;
}
.xbox-style-1 .r2g-xbox .flex-container{
    padding: 7% 0 0;
}

/* style 2 */
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .image-wrapper,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-container,
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-items{
    width: 100%;
}
.r2g-xbox-sub-component.xbox-style-2 .r2g-xbox .flex-container{
	position: absolute;
	left: 0;
	padding: 20px;
	z-index: 1;
}
.xbox-style-2.content-on-top.r2g-xbox-sub-component .r2g-xbox .flex-container{
    top: 0;
}
.xbox-style-2.content-on-center.r2g-xbox-sub-component .r2g-xbox .flex-container{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.xbox-style-2.content-on-bottom.r2g-xbox-sub-component .r2g-xbox .flex-container{
    bottom: 0;
}

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

/** START R2G xBox ( List Component ) **/
.r2g-xbox-list-component.text-align-left .intro-content,
.r2g-xbox-list-component.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-list-component.text-align-center .intro-content,
.r2g-xbox-list-component.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-list-component.text-align-right .intro-content,
.r2g-xbox-list-component.text-align-right .flex-container {
  text-align: right;
}

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

/** START R2G xBox ( Main Strip ) **/
.r2g-xbox-strip-component.text-align-left .intro-content,
.r2g-xbox-strip-component.text-align-left .flex-container {
  text-align: left;
}
.r2g-xbox-strip-component.text-align-center .intro-content,
.r2g-xbox-strip-component.text-align-center .flex-container {
  text-align: center;
}
.r2g-xbox-strip-component.text-align-right .intro-content,
.r2g-xbox-strip-component.text-align-right .flex-container {
  text-align: right;
}

/** END R2G xBox ( Main Strip ) **/

/** START R2G Expandable xList - CSE **/
.r2g-expandable-xlist,
.r2g-expandable-xlist .main-content-wrapper{
    position: relative;
}
    .r2g-expandable-xlist .main-content-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;
        align-items: center;
    }.r2g-expandable-xlist,
.r2g-expandable-xlist .main-content-wrapper{
    position: relative;
}
.r2g-expandable-xlist,
.r2g-expandable-xlist .main-content-wrapper,
.r2g-expandable-xlist .panel-wrap,
.r2g-expandable-xlist .main-content-wrapper .intro-content,
.r2g-expandable-xlist .panel-wrap .xList-item .image-wrapper{
    border-style: solid;
    box-sizing: border-box;
}
.r2g-expandable-xlist{
    border-width: var(--number__df__expandable-xlist-border-width);
}
    .r2g-expandable-xlist .main-content-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;
        align-items: center;
        border-width: var(--number__df__expandable-xlist-main-content-wrapper-border-width);
    }
        .r2g-expandable-xlist .main-content-wrapper .intro-content{
            width: 100%;
            padding: 20px;
            border-width: var(--number__df__expandable-xlist-main-content-border-width);
        }
        .r2g-expandable-xlist .main-content-wrapper .intro-content *:last-child{
            margin-bottom: 0;
        }
    
    .r2g-expandable-xlist .panel-wrap{
        position: relative;
        border-width: var(--number__df__expandable-xlist-panel-wrapper-border-width);
        padding: 0 0 20px;
    }
        .r2g-expandable-xlist .panel-wrap .slick-track{
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
        }
            .r2g-expandable-xlist .panel-wrap .slick-slide{
                flex: 1;
                -webkit-transition: all 0.7s linear;
                -ms-transition: all 0.7s linear;
                transition: all 0.7s linear;
            }
                .r2g-expandable-xlist .panel-wrap .xList-item{
                    box-sizing: border-box;
                }
    
        /* arrow positioning */
        .r2g-expandable-xlist .arrows-wrapper {
            position: relative;
            width: 100%;
            text-align: center;
        }
        .r2g-expandable-xlist .arrows-wrapper .slick-arrow,
        .r2g-expandable-xlist .arrows-wrapper .line-one,
        .r2g-expandable-xlist .arrows-wrapper .line-one:after{
            -webkit-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        .r2g-expandable-xlist .arrows-wrapper .slick-disabled{
            cursor: default;
            opacity: 0.6;
        }
            .r2g-expandable-xlist .arrows-wrapper .nav-left,
            .r2g-expandable-xlist .arrows-wrapper .nav-right,
            .r2g-expandable-xlist .arrows-wrapper .pager-wrapper{
                display: inline-block;
                vertical-align: middle;
            }
            .r2g-expandable-xlist .arrows-wrapper .nav-left,
            .r2g-expandable-xlist .arrows-wrapper .nav-right{
                display: inline-block;
                position: relative;
                left: auto;
                right: auto;
                top: auto;
                line-height: 30px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }
            .r2g-expandable-xlist .arrows-wrapper .pager-wrapper{
                margin: 0 12px;
            }
            
    .r2g-expandable-xlist.hide-main-content .main-content-wrapper{
        display: none;
    }

.expandable-xbox{
    position: relative;
    left: 0;
    top: 0;
}
    .expandable-xbox .image-wrapper{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-width: var(--number__df__expandable-xlist-panel-item-border-width);
    }
    .expandable-xbox.active .image-wrapper{
        border-width: 0;
    }
    .expandable-xbox .intro-content,
    .expandable-xbox .full-content{
        box-sizing: border-box;
        border-style: solid;
    }
    .expandable-xbox .intro-content *:last-child,
    .expandable-xbox .full-content *:last-child{
        margin-bottom: 0;
    }
    .expandable-xbox .intro-content{
        display: none;
        padding: 20px;
        z-index: 1;
        position: relative;
        border-width: var(--number__df__expandable-xlist-intro-content-border-width);
    }
    .expandable-xbox .full-content{
        padding: 20px;
        border-width: var(--number__df__expandable-xlist-full-content-border-width);
        position: relative;
    }
        .expandable-xbox .close-button{
            opacity: 0;
            display: block;
            pointer-events: none;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
        }
.expandable-xbox.text-align-left .intro-content,
.expandable-xbox.text-align-left .full-content{
    text-align: left;
}
.expandable-xbox.text-align-center .intro-content,
.expandable-xbox.text-align-center .full-content{
    text-align: center;
}
.expandable-xbox.text-align-right .intro-content,
.expandable-xbox.text-align-right .full-content{
    text-align: right;
}

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

/** START R2G Main Content Strip H1 + P **/
.text-align-center .main-content-strip-block{
	max-width: 745px;
	margin: 0 auto;
}
.text-align-left .main-content-strip-block *{
	text-align: left;
}
.text-align-center .main-content-strip-block *{
	text-align: center;
}
.text-align-right .main-content-strip-block *{
	text-align: right;
}
/** END R2G Main Content Strip H1 + P **/

/** START R2G Timeline Main Strip - CSE **/
.r2g-timeline-main-strip,
.r2g-timeline-main-strip .container,
.r2g-timeline-main-strip .intro-content{
    box-sizing: border-box;
    border-style: solid;
}
.r2g-timeline-main-strip{
    border-width: var(--number__df__timeline-main-strip-border-width);
}
    .r2g-timeline-main-strip .container{
        border-width: var(--number__df__timeline-main-strip-container-border-width);
    }
        .r2g-timeline-main-strip .intro-content{
            border-width: var(--number__df__timeline-main-strip-intro-content-border-width);
        }
        .r2g-timeline-xbox {
            display: flex;
            flex-flow: column;
            align-items: flex-start;
        }
            .r2g-timeline-xbox .intro-content {
                width: 100%;
                box-sizing: border-box;
                padding: 20px;
                text-align: left;
                min-height: none;
                height: auto;
                display: flex;
                flex-flow: column;
                justify-content: center;
            }
            .without-image .r2g-timeline-xbox .intro-content{
                padding: 20px 0;
            }
            .r2g-timeline-xbox .intro-content.no-child{
                padding: 0;
            }
                .r2g-timeline-xbox .intro-content *{
                    margin-left: 0;
                    margin-right: 0;
                }
                .r2g-timeline-xbox .intro-content *:last-child{
                    margin-bottom: 0;
                }
            .r2g-timeline-xbox .xbox-wrapper {
                flex-flow: column;
            }
            .r2g-timeline-xbox .xbox-wrapper{
                position: relative;
                padding-left: 75px;
            }
            .r2g-timeline-xbox .xbox-wrapper:before{
                content: '';
                position: absolute;
                top: 0;
                left: 50px;
                width: 5px;
                height: 100%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }
            .r2g-timeline-xbox .xbox-wrapper:after{
                content: '';
                position: absolute;
                top: 75px;
                left: 43px;
                width: 16px;
                height: 16px;
                border-radius: 100%;
            }
                .r2g-timeline-xbox .image-wrapper{
                    width: 150px;
                    height: 150px;
                    border-radius: 100%;
                    overflow: hidden;
                    box-sizing: border-box;
                    border-width: var(--number__df__timeline-xbox-image-wrapper-border-width);
                    border-style: solid;
                    position: relative;
                    margin: auto;
                }
                .r2g-timeline-xbox .image-wrapper:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: '';
                    border: 6px solid #fff;
                    width: 100%;
                    height: 100%;
                    border-radius: 100%;
                    box-sizing: border-box;
                }
                .r2g-timeline-xbox .flex-container {
                    width: 100%;
                    padding: 30px 0;
                }
                .timeline-wrapper > li:last-child .flex-container{
                    padding-bottom: 0;
                }
                    .r2g-timeline-xbox .flex-container .content-wrapper{
                        width: auto;
                        border-radius: 15px;
                        padding: 20px;
                        position: relative;
                    }
                    .r2g-timeline-xbox .flex-container .content-wrapper,
                    .r2g-timeline-xbox.mouse-over .flex-container .content-wrapper{
                        border-width: var(--number__df__timeline-xbox-content-wrapper-border-width);
                        border-style: solid;
                    }
                    .r2g-timeline-xbox .flex-container .content-wrapper:before {
                        content: "";
                        width: 0px;
                        height: 0px;
                        position: absolute;
                        border-left: 15px solid transparent;
                        border-right: 15px solid transparent;
                        border-top: 0;
                        border-bottom-width: 15px;
                        border-bottom-style: solid;
                        left: 50%;
                        top: -15px;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }
                
    /* without image */
    .without-image .r2g-timeline-xbox .xbox-wrapper {
        width: 100%;
        margin-left: 0;
        padding-left: 46px;
    }
    .without-image .r2g-timeline-xbox .xbox-wrapper:before {
        left: 23px;
    }
    .without-image .r2g-timeline-xbox .xbox-wrapper:after {
        top: 23px;
        left: 46px;
        width: calc(50% - 23px);
        height: 2px;
        border-radius: 0;
    }
    .without-image .r2g-timeline-xbox .intro-content.no-child ~ .xbox-wrapper:after {
        display: none;
    }
    .without-image .timeline-wrapper > .odd .xbox-wrapper,
    .without-image .timeline-list-wrapper > .sub-level-odd .xbox-wrapper {
        margin-right: -23px;
    }
        .without-image .r2g-timeline-xbox .image-wrapper{
            width: 46px;
            height: 46px;
            margin-left: -46px;
        }
        .without-image .r2g-timeline-xbox .flex-container {
            width: 100%;
        }
            .without-image .r2g-timeline-xbox .image-wrapper img {
                display: none;
            }

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

/** START R2G Footer Contact Details - CSE **/
.r2g-contact-details {
    width: 100%;
}
    .r2g-contact-details .contact-detail-item {
        position: relative;
        z-index: 1;
        margin-bottom: 12px;
    }
        .r2g-contact-details .contact-detail-row-inner{
            position: relative;
            z-index: 1;
            padding: 0 0 0 25px;
            display: inline-block;
        }
            .r2g-contact-details .contact-detail-item .icon{
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
            }
            .r2g-contact-details .contact-detail-item p{
                margin: 0;
            }

.r2g-contact-details.text-align-left{
    text-align: left;
}
.r2g-contact-details.text-align-center{
    text-align: center;
}
.r2g-contact-details.text-align-right{
    text-align: right;
}

/** END R2G Footer Contact Details - CSE **/

/** START R2G Google Map Main Strip - CSE **/
.r2g-google-map-main-strip,
.r2g-google-map-main-strip .intro-content,
.r2g-google-map-main-strip .map-category-wrapper,
.r2g-google-map-main-strip .map-inner-wrapper > .flex-container
.r2g-google-map-main-strip .google-map{
    border-style: solid;
    box-sizing: border-box;
}

.r2g-google-map-main-strip{
    border-width: 0;
}
    .r2g-google-map-main-strip .intro-content{
        border-width: 0;
    }
.r2g-google-map-main-strip .map-inner-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    box-sizing: border-box;
}
    .r2g-google-map-main-strip .marker-items,
    .r2g-google-map-main-strip .map-styles{
    	display: none;
    }
    .r2g-google-map-main-strip .map-inner-wrapper > .flex-container{
        order: 1;
        padding: 20px;
    	border-width: 0;
    }
    .r2g-google-map-main-strip .google-map{
        width: 100%;
        height: 320px;
        border-width: 0;
    }

.r2g-google-map-main-strip.text-align-left .flex-container .content-wrapper{
    text-align: left;
}
.r2g-google-map-main-strip.text-align-center .flex-container .content-wrapper{
    text-align: center;
}
.r2g-google-map-main-strip.text-align-right .flex-container .content-wrapper{
    text-align: right;
}
   
/* category */
.r2g-google-map-main-strip .map-category-wrapper{
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 30px;
    border-width: 0;
}

.r2g-google-map-main-strip .map-category-wrapper .checkbox {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 50%;
	margin: 0 0 10px 0;
	z-index: 1;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	cursor: pointer;
}
.r2g-google-map-main-strip .map-category-wrapper .checkbox.active {
    pointer-events: none;
}

    .r2g-google-map-main-strip .map-category-wrapper .checkbox input {
    	position: absolute;
    	top: 0;
    	left: 0;
    	display: block;
    	width: 100%;
    	height: 100%;
    	opacity: 0;
    	z-index: 2;
    }
    .r2g-google-map-main-strip .map-category-wrapper .checkbox .fb-helper{
        height: 20px;
        width: 20px;
        font-size: 20px;
    }
        .r2g-google-map-main-strip .map-category-wrapper .fb-checkbox-helper:before,
        .r2g-google-map-main-strip .map-category-wrapper .fb-cr input:checked ~ .fb-checkbox-helper:before{
            display: none;
        }
        .r2g-google-map-main-strip .map-category-wrapper .fb-checkbox-helper:after {
        	content: '\e942';
        	font-family: icomoon;
        	position: absolute;
        	top: 0;
        	left: 0;
        	pointer-events: none;
        	font-size: 18px;
            color: inherit;
        }
        .r2g-google-map-main-strip .map-category-wrapper .checkbox.active .fb-checkbox-helper:after,
        .r2g-google-map-main-strip .map-category-wrapper .checkbox input:checked ~ .fb-checkbox-helper:after {
        	content: '\e940';
            color: inherit;
        }
    .r2g-google-map-main-strip .map-category-wrapper label{
        position: relative;
        display: block;
        pointer-events: none;
        z-index: 2;
        line-height: 1;
    }

.r2g-google-map-main-strip .direction-box input{
    width: 100%;
    margin-bottom: 20px
}
.r2g-google-map-main-strip .direction-box label {
    margin-bottom: 12px;
}
.r2g-google-map-main-strip .get-direction-to{
    margin: 0 auto 20px;
}
.r2g-google-map-main-strip .get-directions .go-direction{
    float: right;
}
.r2g-google-map-main-strip .get-directions .clear-direction{
    float: right;
    opacity: 0;
    pointer-events: none;
    margin: 30px 0 0 0;
}
.r2g-google-map-main-strip .active-routs .get-directions .clear-direction{
    opacity: 1;
    pointer-events: auto;
}

/* without directions */
.r2g-google-map-main-strip.no-directions .flex-container .get-directions{
    display: none;
}

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

/** START R2G Cookie - CSE **/
#cookie-popup{
    display: none;
}
.r2g-cookie,
.r2g-cookie .cookie-wrapper{
    border-style: solid;
    box-sizing: border-box;
}
.r2g-cookie {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
    padding: 20px;
    border-width: var(--number__df__cookie-border-width);
    border-color: var(--color__df__cookie-border-color);
    background-color: var(--color__df__cookie-background-color);
    box-shadow: 0 -1px 8px 0px rgba(0, 0, 0, 0.2);
}
    .r2g-cookie .cookie-wrapper{
        border-width: var(--number__df__cookie-wrapper-border-width);
        border-color: var(--color__df__cookie-wrapper-border-color);
        background-color: var(--color__df__cookie-wrapper-background-color);
    }
    .r2g-cookie.text-align-left .cookie-wrapper{
        text-align: left;
    }
    .r2g-cookie.text-align-center .cookie-wrapper{
        text-align: center;
    }
    .r2g-cookie.text-align-right .cookie-wrapper{
        text-align: right;
    }
        .r2g-cookie .content-wrapper{
            border-width: var(--number__df__cookie-content-wrapper-border-width);
            border-color: var(--color__df__cookie-content-wrapper-border-color);
            background-color: var(--color__df__cookie-content-wrapper-background-color);
        }
        .r2g-cookie .cookie-btn-wrap{
            padding: 20px 0 0;
            border-width: var(--number__df__cookie-button-wrapper-border-width);
            border-color: var(--color__df__cookie-button-wrapper-border-color);
            background-color: var(--color__df__cookie-button-wrapper-background-color);
        }
            .r2g-cookie .content-wrapper *:last-child,
            .r2g-cookie .cookie-btn-wrap p{
                margin-bottom: 0;
            }

/** END R2G Cookie - CSE **/

/* Hiding Order Online Button */
.r2g-header .header-bottom-bar .primary-button {
 
    display: none;
}
/* Hiding Order Online Button */