
/** START R2G Header Contact Options **/
.r2g-contact-options a{
   display: block;
   text-indent: -99em;
   padding-left: 0;
   position: relative;
   overflow: hidden;
   width: 20px;
}
   .r2g-contact-options a:before {
        font-family: 'icomoon' !important;
        display: inline-block;
        width: 20px;
        position: absolute;
        top: 0;
        left: 3px;
        text-indent: 0;
    }
    .r2g-contact-options.contact-tel-only a:before {
        content: "\e9fb";
    }
    .r2g-contact-options.contact-address-only a:before {
        content: "\e9c2";
    }
    .r2g-contact-options.contact-email-only a:before {
        content: "\ead9";
    }

/** END R2G Header Contact Options **/
/** START R2G Social Media **/
.social-media-links 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;
}
.social-media-links.horizontal ul{
    flex-flow: row wrap;
}
    .social-media-links ul li {
        position: relative;
        z-index: 1;
    }
    .social-media-links.horizontal ul li {
    	margin-left: 10px;
    }
    .social-media-links.horizontal ul li:first-child {
    	margin-left: 0;
    }
        .social-media-links ul a {
            position: relative;
            z-index: 1;
            display: inline-block;
        }
            .social-media-links ul a .icon {
            	padding-right: 6px;
            }
            .social-media-links.icon-only ul a .icon {
            	padding-right: 0;
            }
            .social-media-links.icon-only ul a span:not(.icon){
                display: none;
            }
/** END R2G Social Media **/
/** START R2G Header - 3 **/
header.style-3{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    header.style-3 .container{
        padding: 0 20px;
        height: 100%;
        position: relative;
        box-sizing: border-box;
    }
    header.style-3 #main-menu,
    header.style-3 .top-bar-wrapper > .social-media-links,
    header.style-3 .social-media-links h3{
        display: none;
    }
    
    header.style-3 #branding {
        width: auto;
        height: auto;
        position: relative;
        max-width: 60vw;
        float: left;
    }
        header.style-3 #branding .logo {
            display: block;
            vertical-align: top;
            height: 100%;
            width: 100%;
            line-height: 0;
        }
            header.style-3 #branding img{
                -webkit-transition: opacity 1s ease-in-out;
                -ms-transition: opacity 1s ease-in-out;
                transition: opacity 1s ease-in-out;
            }
            header.style-3 #branding .on-scroll-logo {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }
            .window-scrolled header.style-3 #branding .on-scroll-logo {
                opacity: 1;
            }
            .window-scrolled header.style-3 #branding .default-logo {
                opacity: 0;
            }
    
    /* header top-bar */
    header.style-3 .top-bar {
        position: absolute;
        top: 50%;
        right: 60px;
        left: auto;
        margin-top: 2px;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
        header.style-3 .top-bar .r2g-contact-options{
            display: inline-block;
        }
    
    
    /* header bottom-bar */
    header.style-3 .header-bottom-bar {
        float: right;
        clear: right;
        margin-top: 18px;
    }
        header.style-3 .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 */
        header.style-3 .menu-btn {
            width: 25px;
            height: 30px;
            position: absolute;
            margin-left: 15px;
            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%);
        }
        header.style-3.no-more-menu .menu-btn {
            display: none;
        }
            header.style-3 .menu-line {
                display: block;
                width: 100%;
                border-top-width: 2px;
                border-top-style: solid;
                position: absolute;
                left: 0;
            }
            header.style-3 .line-one.menu-line {
                top: 5px;
            }
            header.style-3 .line-two.menu-line {
                top: 14px;
                -webkit-transition: opacity 0.1s ease 0.5s;
                -ms-transition: opacity 0.1s ease 0.5s;
                transition: opacity 0.1s ease 0.5s;
            }
            header.style-3 .line-three.menu-line {
                top: 23px;
            }
            header.style-3 .menu-btn.menu-close-btn .menu-line.line-one{
                top:14px;
                -webkit-transform:rotate(45deg);
                -ms-transform:rotate(45deg);
                transform:rotate(45deg);
            }
            header.style-3 .menu-btn.menu-close-btn .menu-line.line-three{
                top:14px;
                -webkit-transform:rotate(-45deg);
                -ms-transform:rotate(-45deg);
                transform:rotate(-45deg);
            }
            
            header.style-3 .menu-btn .menu-line.line-one,
            header.style-3 .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;
            }
            header.style-3 .menu-btn.menu-open-btn .menu-line.line-one,
            header.style-3 .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;
            }
            header.style-3 .menu-btn.menu-close-btn .menu-line.line-two{
                opacity:0;
            }
        
        
        /* More Menu */
        header.style-3 ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        header.style-3 #more-menu-wrapper {
            display: block;
            position: fixed;
            top: 100px;
            width: 100%;
            height: calc(100% - 75px);
            left: 0;
            overflow: auto;
            padding: 20px;
            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 header.style-3 #more-menu-wrapper {
            opacity: 1;
            pointer-events: auto;
        }
            header.style-3 #more-menu nav li {
            padding-left: 0;
            margin: 0;
            width: auto;
            height: auto;
            text-align: center;
            border-bottom-width:1px;
            border-bottom-style: solid;
            text-transform: uppercase;
        }
        header.style-3 #more-menu nav li.last {
            border-bottom: none;
        }
            header.style-3 #more-menu nav li a {
                width: auto;
                box-sizing: border-box;
                padding: 10px;
                display:inline-block;
            }
            
        header.style-3 .more-menu-wrapper .social-media-links {
            margin: 30px auto;
        }
        header.style-3 .more-menu-wrapper .logo-wrapper{
            text-align: center;
        }
            header.style-3 .more-menu-wrapper .logo-wrapper .on-scroll-logo {
                display: none;
            }
        
        
        /* sub menu */
        header.style-3 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);
        }
        
        /* social media */
        header.style-3 .more-menu-wrapper .social-media-links.horizontal ul{
            justify-content: center;
        }

/** END R2G Header - 3 **/
/** START R2G Footer **/
.footer-inner-container .footer-items {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    width: auto;
}
.copyright-bar p {
    text-align:center;
}

/** END R2G Footer **/
/** START R2G Main Visual - 1 **/
.main-visual-default, 
.main-visual-default .slick-list{
    width: 100%;
    height: 100%;
    position: relative;
}
.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;
    display: none;
}

    .main-visual-default .slider-navigation {
        width: 30px;
        height: 30px;
        border-width: 1px;
        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-default .slider-navigation span {
            display: block;
            width: 1px;
            height: 50%;
            position: relative;
            left: 50%;
            cursor: pointer;
        }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-one,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-two{
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-two,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-one{
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .line-one{
                top: 2px;
            }
            .main-visual-default .main-visual-arrow-wrapper .line-two{
                bottom: 2px;
            }
            
.main-visual-default .main-visual-pager-wrapper{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.main-visual-default .main-visual-pager-wrapper .slick-dots{
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-visual-default .main-visual-pager-wrapper li{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
}
.main-visual-default .main-visual-pager-wrapper .slick-active{
    cursor: default;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
}


.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:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.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;
}


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

/** END R2G Contact Details with Icons **/
/** START R2G Expandable xList **/
.expandable-xlist,
.expandable-xlist .main-content-wrapper{
    position: relative;
}
    .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;
    }
    .show-main-image-on-mobile.expandable-xlist .main-content-wrapper {
        min-height: 52.65vw;
    }
        .expandable-xlist .main-content-wrapper .image-wrapper{
            display: none;
        }
        .expandable-xlist .main-content-wrapper .content-wrapper{
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;    
        }
    
    .expandable-xlist .panel-wrap{
        position: relative;
    }
        .expandable-xlist .panel-wrap .slick-track{
        	display: -webkit-box;
        	display: -moz-box;
        	display: -ms-flexbox;
        	display: -webkit-flex;
        	display: flex;
        	flex-direction: row;
        }
        	.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;
        	}
    
        /* arrow positioning */
        .expandable-xlist .arrows-wrapper {
        	position: absolute;
        	top: 220px;
        	left: 0;
        	width: 100%;
        	height: 0;
        }
            .expandable-xlist .arrows-wrapper .nav-left{
                float: left;
            }
            .expandable-xlist .arrows-wrapper .nav-right{
                float: right;
            }
            
    .expandable-xlist.hide-main-content .main-content-wrapper{
        display: none;
    }

/** END R2G Expandable xList **/
/** 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 xList Accordion **/
.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 Image Only **/
.xbox-image img{
	width: 100%;
}
/** END R2G Image Only **/
/** START R2G Breadcrumb **/
.r2g-breadcrumb .breadcrumb-nav {
	padding: 15px 0;
	box-sizing: border-box;
}
/** END R2G Breadcrumb **/
/** START Main Visual - style 1 **/
.main-visual-default {
    padding-bottom: 22px;
}

.main-visual-default, 
.main-visual-default .slick-list{
    width: 100%;
    height: 100%;
    position: relative;
}
.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{
    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 {
    text-align: right;
    padding: 16px 0;
}

    .main-visual-default .slider-navigation {
        width: 30px;
        height: 30px;
        border-width: 1px;
        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-default .slider-navigation span {
        	display: block;
            width: 1px;
            height: 50%;
            position: relative;
            left: 50%;
            cursor: pointer;
        }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-one,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-two{
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-two,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-one{
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .line-one{
                top: 2px;
            }
            .main-visual-default .main-visual-arrow-wrapper .line-two{
                bottom: 2px;
            }
            
.main-visual-default .main-visual-pager-wrapper{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.main-visual-default .main-visual-pager-wrapper .slick-dots{
    text-align: center;
}
.main-visual-default .main-visual-pager-wrapper li{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
}
.main-visual-default .main-visual-pager-wrapper .slick-active{
    cursor: default;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
}


.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:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.main-visual-default .slick-list{
    height: 100%;
}



/* Larger than Mobile */
@media (min-width: 750px) {
    .main-visual-default {
        padding-bottom: 0;
    }
    
    .main-visual-default .slider-navigation {
        width: 40px;
        height: 40px
    }
        .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;
    }
    
        .main-visual-default p.slogan{
            margin-bottom: 15px;
        }
    .main-visual-default .main-visual-pager-wrapper li{
        width: 8px;
        height: 8px;
        margin: 0 7px;
        border-width: 3px;
        border-style: solid;
    }
    .main-visual-default .main-visual-pager-wrapper li.slick-active {
        border-width: 7px;
        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{
        margin: -21px auto 0;
        padding: 0;
        width: 90%;
        left: 0;
        right: 0;
    }
    .main-visual-default .main-visual-pager-wrapper{
        bottom: 20px;
    }
    .main-visual-default .main-visual-slogan-wrapper{
        position: absolute;
        bottom: 60px;
        right: 0;
        text-align: right;
    }
}

/* Larger than Ipad */
@media (min-width: 1200px) {
    .main-visual-default .main-visual-pager-wrapper li{
        margin: 0 8px;
    }
}

/* 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 */

/* 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: 56.25%;
    overflow: hidden;
}

.default-banner-full-height .slick-initialized img {
    display: none;
}
.no-js .default-banner-full-height img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .default-banner-full-height .image-wrapper {
        padding-top: 0;
        height: 100vh;
    }
}
/* Banner Image Full Height */
/* Options CSS End *
/** END Main Visual - style 1 **/
/** START R2G Main Visual **/
.main-visual-default, 
.main-visual-default .slick-list{
    width: 100%;
    height: 100%;
    position: relative;
}
.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;
    display: none;
}

    .main-visual-default .slider-navigation {
        width: 30px;
        height: 30px;
        border-width: 1px;
        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-default .slider-navigation span {
            display: block;
            width: 1px;
            height: 50%;
            position: relative;
            left: 50%;
            cursor: pointer;
            border-left: 1px solid black;
        }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-one,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-two{
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-two,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-one{
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .line-one{
                top: 2px;
            }
            .main-visual-default .main-visual-arrow-wrapper .line-two{
                bottom: 2px;
            }
            
.main-visual-default .main-visual-pager-wrapper{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.main-visual-default .main-visual-pager-wrapper .slick-dots{
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-visual-default .main-visual-pager-wrapper li{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
}
.main-visual-default .main-visual-pager-wrapper .slick-active{
    cursor: default;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
}


.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:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
}

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

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.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: 97px;
            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 **/
/** START R2G Header - 3 **/
header.style-3{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    header.style-3 .container{
        padding: 0 20px;
        height: 100%;
        position: relative;
        box-sizing: border-box;
    }
    header.style-3 #main-menu,
    header.style-3 .top-bar-wrapper > .social-media-links,
    header.style-3 .social-media-links h3{
        display: none;
    }
    
    header.style-3 #branding {
        width: auto;
        height: auto;
        position: relative;
        max-width: 60vw;
        float: left;
    }
        header.style-3 #branding .logo {
            display: block;
            vertical-align: top;
            height: 100%;
            width: 100%;
            line-height: 0;
        }
            header.style-3 #branding img{
                -webkit-transition: opacity 1s ease-in-out;
                -ms-transition: opacity 1s ease-in-out;
                transition: opacity 1s ease-in-out;
            }
            header.style-3 #branding .on-scroll-logo {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }
            .window-scrolled header.style-3 #branding .on-scroll-logo {
                opacity: 1;
            }
            .window-scrolled header.style-3 #branding .default-logo {
                opacity: 0;
            }
    
    /* header top-bar */
    header.style-3 .top-bar {
        position: absolute;
        top: 50%;
        right: 60px;
        left: auto;
        margin-top: 2px;
        line-height: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
        header.style-3 .top-bar .r2g-contact-options{
            display: inline-block;
        }
        header.style-3 .top-bar .r2g-top-bar-menu{
            display: none;
        }
    
    /* header bottom-bar */
    header.style-3 .header-bottom-bar {
        float: right;
        clear: right;
        margin-top: 18px;
    }
        header.style-3 .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 */
        header.style-3 .menu-btn {
            width: 25px;
            height: 30px;
            position: absolute;
            margin-left: 15px;
            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%);
        }
        header.style-3.no-more-menu .menu-btn {
            display: none;
        }
            header.style-3 .menu-line {
                display: block;
                width: 100%;
                border-top-width: 2px;
                border-top-style: solid;
                position: absolute;
                left: 0;
            }
            header.style-3 .line-one.menu-line {
                top: 5px;
            }
            header.style-3 .line-two.menu-line {
                top: 14px;
                -webkit-transition: opacity 0.1s ease 0.5s;
                -ms-transition: opacity 0.1s ease 0.5s;
                transition: opacity 0.1s ease 0.5s;
            }
            header.style-3 .line-three.menu-line {
                top: 23px;
            }
            header.style-3 .menu-btn.menu-close-btn .menu-line.line-one{
                top:14px;
                -webkit-transform:rotate(45deg);
                -ms-transform:rotate(45deg);
                transform:rotate(45deg);
            }
            header.style-3 .menu-btn.menu-close-btn .menu-line.line-three{
                top:14px;
                -webkit-transform:rotate(-45deg);
                -ms-transform:rotate(-45deg);
                transform:rotate(-45deg);
            }
            
            header.style-3 .menu-btn .menu-line.line-one,
            header.style-3 .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;
            }
            header.style-3 .menu-btn.menu-open-btn .menu-line.line-one,
            header.style-3 .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;
            }
            header.style-3 .menu-btn.menu-close-btn .menu-line.line-two{
                opacity:0;
            }
        
        
        /* More Menu */
        header.style-3 ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        header.style-3 #more-menu-wrapper {
            display: block;
            position: fixed;
            top: 100px;
            width: 100%;
            height: calc(100% - 75px);
            left: 0;
            overflow: auto;
            padding: 20px;
            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 header.style-3 #more-menu-wrapper {
            opacity: 1;
            pointer-events: auto;
        }
            header.style-3 #more-menu nav li {
            padding-left: 0;
            margin: 0;
            width: auto;
            height: auto;
            text-align: center;
            border-bottom-width:1px;
            border-bottom-style: solid;
            text-transform: uppercase;
        }
        header.style-3 #more-menu nav li.last {
            border-bottom: none;
        }
            header.style-3 #more-menu nav li a {
                width: auto;
                box-sizing: border-box;
                padding: 10px;
                display:inline-block;
            }
            
        header.style-3 .more-menu-wrapper .social-media-links {
            margin: 30px auto;
        }
        header.style-3 .more-menu-wrapper .logo-wrapper{
            text-align: center;
        }
            header.style-3 .more-menu-wrapper .logo-wrapper .on-scroll-logo {
                display: none;
            }
        
        
        /* sub menu */
        header.style-3 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);
        }
        
        /* social media */
        header.style-3 .more-menu-wrapper .social-media-links.horizontal ul{
            justify-content: center;
        }

/** END R2G Header - 3 **/
/** START R2G Flex xList - Sub Component **/
.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 **/
/** 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 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 Image Only - List Component **/
.xbox-image img{
	width: 100%;
}
.gallery-download.pos-abs {
	position: absolute;
	right: 20px;
	bottom: 12px;
	z-index: 2;
	opacity: 1;
	
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	
	-webkit-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

/** END R2G Image Only - List Component **/
/** START R2G Flex xList Main Strip **/
.slick-slide {
    outline: none;
}
.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.flex-with-rotator .rotatorElement{
    position: relative;
    z-index: 1;
}
     .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .xList-items{
        margin-left: -20px;
        margin-right: -20px;
    }
         .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .slick-slide{
            margin-left: 20px;
            margin-right: 20px;
        }

            .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .arrows-wrapper{
                position: absolute;
                z-index: 3;
                width: 100%;
                top: 50%;
            }
            .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .slick-arrow{
                position: absolute;
                z-index: 5;
                top: 50%;
                cursor: pointer;
            }
                .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .nav-left.slick-arrow{
                    left: -15px;
                }
                .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .nav-right.slick-arrow{
                    right: -15px;
                }
                    .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .nav-left .line-one:after{
                        content: '\eb52';
                        font-family: icomoon;
                        font-size: 30px;
                    
                    }
                    .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .nav-right .line-one:after{
                        content: '\eb4f';
                        font-family: icomoon;
                        font-size: 30px;
                    
                    }
    .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .pager-wrapper{
        text-align: center;
    }
        .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .pager-wrapper ul{
            list-style-type: none;
        }
        .r2g-flex-xlist-main-strip.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-main-strip.flex-with-rotator .rotatorElement .pager-wrapper li.slick-active {
                border-width: 2px;
                border-style: solid;
                cursor: default;
                background: #000000;
            }
        .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .pager-wrapper .slickNumber,
        .r2g-flex-xlist-main-strip.flex-with-rotator .rotatorElement .pager-wrapper .pager-count{
            display: none;
        }
.masonry-grid.has-filter .filters {
	margin-bottom: 30px;
}
    .masonry-grid.has-filter .filters .cat-item {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: calc(50% - 15px);
        margin: 0 15px 10px 0;
        z-index: 1;
        box-sizing: border-box;
    }
    .masonry-grid.has-filter .filters .cat-item, .masonry-grid.has-filter .filters label {
        cursor: pointer;
    }
    
    .masonry-grid.has-filter .filters .cat-item.all.active {
        pointer-events: none;
        opacity: 0.8;
    }
    
    .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;
    }
    .masonry-grid.has-filter .filters .fb-checkbox-helper{
        width: 18px;
        height: 18px;
    }
        .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;
        }
        .masonry-grid.has-filter .filters .active .fb-checkbox-helper:after {
            content: '\e940';
        }
    .masonry-grid.has-filter .filters label {
        position: relative;
        display: block;
        padding-left: 8px;
        pointer-events: none;
        z-index: 2;
    }
    .r2g-flex-xlist-main-strip.no-bulk-download .flex-xlist > .bulk-download-wrapper {
        display: none;
    }
    .r2g-flex-xlist-main-strip.bulk-download .flex-xlist > .bulk-download-wrapper {
        display: block;
    }
    .r2g-flex-xlist-main-strip .bulk-download-wrapper .bulk-download-images {
	    margin: 0 0 30px;
    }

/** END R2G Flex xList Main Strip **/
/** START R2G Content Block **/
.content-block.r2g-content-block{
    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 **/
/** START R2G Content Block - Sub Component **/
.r2g-content-block.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 xMenu Footer with Heading **/
.xmenu-footer-with-heading {
    width: 100%;
}
.xmenu-footer-with-heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.xmenu-footer-with-heading ul li {
    position: relative;
    z-index: 1;
    flex: 1 100%;
}

.xmenu-footer-with-heading.two-col ul li {
    flex: 1 50%;
}
.horizontal.xmenu-footer-with-heading ul {
    flex-wrap: nowrap;
}
.xmenu-footer-with-heading.horizontal ul li {
    flex: 1 auto;
    text-align: center;
}
/** END R2G xMenu Footer with Heading **/
/** START R2G Form - Footer **/
.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;
}
/** END R2G Form - Footer **/
/** START R2G Content Block ( Footer Component ) **/
.text-align-left.r2g-content-block-footer .content-wrapper{
	text-align: left;
}
.text-align-center.r2g-content-block-footer .content-wrapper{
	text-align: center;
}
.text-align-right.r2g-content-block-footer .content-wrapper{
	text-align: right;
}
/** END R2G Content Block ( Footer Component ) **/
/** START R2g Google Translate **/
html[class*=" translated-"] body {
	top: 0 !important;
}
html[class*=" translated-"] .skiptranslate:not(.goog-te-gadget) iframe{
    visibility: hidden !important;
    pointer-events: none;
}
.r2g-language{
    display: inline-block;
vertical-align: text-bottom;
}
.r2g-language.option-one > ul{
    display: none;
}
.r2g-language.option-two #google_translate_element{
    display: none;
}
/** END R2g Google Translate **/
/** START R2G Top Bar Menu **/
.r2g-top-bar-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
    .r2g-top-bar-menu nav ul li {
    	display: inline-block;
    	margin-left: 16px;
    }
/** END R2G Top Bar Menu **/
/** START R2G Form ( Sub Component ) **/
.text-align-left.r2g-form-sub-component .intro-content{
  text-align: left;
}
.text-align-center.r2g-form-sub-component .intro-content{
  text-align: center;
}
.text-align-right.r2g-form-sub-component .intro-content{
  text-align: right;
}
/** END R2G Form ( Sub Component ) **/
/** 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 xList ( Sub Component ) **/
.xlist-sub-component ul.xList-items{
    list-style: none;
}
.r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement{
    position: relative;
    z-index: 1;
}
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .xList-items{
        margin-left: -20px;
        margin-right: -20px;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .slick-slide{
        margin-left: 20px;
        margin-right: 20px;
    }
    .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .arrows-wrapper{
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 50%;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .slick-arrow{
        position: absolute;
        z-index: 5;
        top: 50%;
        cursor: pointer;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-left.slick-arrow{
        left: 0;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-right.slick-arrow{
        right: 0;
    }
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-left .line-one:after{
            content: '\eb52';
            font-family: icomoon;
            font-size: 30px;
        
        }
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-right .line-one:after{
            content: '\eb4f';
            font-family: icomoon;
            font-size: 30px;
        
        }
.r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper{
    text-align: center;
}
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper ul{
        list-style-type: none;
    }
    .r2g-xlist-sub-component.xlistsub-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-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper li.slick-active {
            border-width: 2px;
            border-style: solid;
            cursor: default;
            background: #000000;
        }
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper .slickNumber,
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper .pager-count{
            display: none;
        }
/** END R2G xList ( Sub Component ) **/
/** 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;
    }

/* 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 Two Level Tab - Horizontal **/
.text-align-left .tabs-default .xList-intro > .intro-wrapper{
    text-align: left;
}
.text-align-center .tabs-default .xList-intro > .intro-wrapper{
    text-align: center;
}
.text-align-right .tabs-default .xList-intro > .intro-wrapper{
    text-align: right;
}

.tabs-horizontal .title-wrapper li{
    position: relative;
    cursor: pointer;
}
.tabs-horizontal > .xList-intro{
    text-align: center;
    margin-bottom: 25px;
}
.tabs-horizontal .title-wrapper ul:after {
    content: '';
    display: block;
    clear: both;
}
.tabs-horizontal .title-wrapper ul{
    list-style-type: none;
    text-align: center;
    margin: 15px auto;
    position: relative;
    padding: 0 30px;
    z-index:1;
    
    webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tabs-horizontal.tabs-first-level > .xList-intro .title-wrapper ul,
.tabs-horizontal.tabs-second-level .title-wrapper .select-box-wrapper,
.tabs-horizontal.tabs-second-level .intro-wrapper h2,
.tabs-horizontal span.hide,
.tabs-horizontal.tabs-first-level > .xList-intro .arrows-wrapper{
    display: none;
}
.tabs-horizontal .select-box-wrapper select{
    padding-right: 26px;
    text-overflow: ellipsis;
    width: 100%;
    
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.tabs-horizontal .select-box-wrapper{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.tabs-horizontal .select-box-wrapper:after{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none;
    font-family: icomoon;
}
.tabs-horizontal .select-box-wrapper:after{
    content: "\eb63";
}
    .tabs-horizontal .title-wrapper li {
        margin: 0;
        text-align: center;
    }
    .tabs-horizontal .title-wrapper li:first-child{
        margin-left: 0;
    }
    .tabs-horizontal > ul.xList-items{
        list-style-type: none;
        margin: 20px 0 0;
    }
    .tabs-horizontal > .xList-items > li{
        height: 0;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        margin: 0;
        webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }
    .tabs-horizontal > .xList-items > li.active{
        height: auto;
        visibility: visible;
        overflow: visible;
        opacity: 1;
    }
    .tabs-horizontal .title-wrapper{
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .tabs-horizontal .title-wrapper .slick-slide {
        width: auto;
        display: inline-block;
        float: none;
        text-align: center;
        vertical-align: middle;
        margin-left:0px;
    }
    .tabs-horizontal .arrows-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        z-index: 1;
        pointer-events: none;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
            
.tabs-horizontal .title-wrapper li, 
.tabs-horizontal .title-wrapper li.active{
    padding: 10px;
    box-sizing: border-box;
}

.tabs-horizontal .title-wrapper li.active,
.tabs-horizontal.tabs-second-level .title-wrapper ul{
    opacity: 1;
}

.tabs-horizontal > .xList-intro,
.tabs-horizontal > ul.xList-items{
    margin: 0;
}
.tabs-horizontal .title-wrapper ul{
    margin: 5px auto 0;
}

.tabs-horizontal > ul.xList-items {
    margin-top: 30px;
}
.xList.tabs-horizontal.tabs-second-level {
    margin-top: -30px;
}
.tabs-second-level > .xList-intro .title-wrapper li{
    border:none;
}
.tabs-second-level > .xList-intro .title-wrapper li span{
    position:relative;
    display:inline-block;
    padding: 0 8px 4px;
}
.tabs-second-level > .xList-intro .title-wrapper li.active span{
    border-bottom-style: none;
    border-bottom-width: 1px;
}
.tabs-second-level > .xList-intro .title-wrapper li.active span:after {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.tabs-horizontal .row.strip-row {
    margin: 0;
}
/** END R2G Two Level Tab - Horizontal **/
/** START R2G Rotator - 1 **/
.r2g-rotator-1.text-align-left > .container > .intro-content {
    text-align: left;
}
.r2g-rotator-1.text-align-center > .container > .intro-content {
    text-align: center;
}
.r2g-rotator-1.text-align-right > .container > .intro-content {
    text-align: right;
}

.simple-rotator-with-pager .rotatorElement{
    position: relative;
}
.simple-rotator-with-pager{
    position: relative;
}
.simple-rotator-with-pager ul{
    list-style-type: none;
    margin: 0;
}
.simple-rotator-with-pager .slick-slide{
    width: 100%;
}
.simple-rotator-with-pager.hideArrows .pager-nav,
.simple-rotator-with-pager.hidePager .pager-list,
.simple-rotator-with-pager .pager-count,
.simple-rotator-with-pager .slickNumber{
    display: none;
}
.simple-rotator-with-pager.showThumbs .slick-dots{
    display: none !important;
}
.simple-rotator-with-pager .slick-disabled {
	opacity: 0.7;
	cursor: default;
}
.simple-rotator-with-pager .nav-arrow-group{
    height: 0;
    width: 100%;
}
.simple-rotator-with-pager .slick-active.slick-current .rotatorThumbs{
    cursor: default;
}
.simple-rotator-with-pager .arrows-wrapper {
	position: absolute;
	top: 50%;
	height: auto;
	width: 100%;
	margin: auto;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
    
    .simple-rotator-with-pager .thumb-wrapper {
    	width: 60%;
    	margin: auto;
    	position: relative;
    }
        .simple-rotator-with-pager .rotatorThumbs{
            background-repeat: no-repeat;
            background-size: cover;
            cursor: pointer;
            width: 100%;
            padding-top: 50%;
        }
        .simple-rotator-with-pager .thumb-wrapper .arrows-wrapper .nav-left {
        	left: -30px;
        }
        .simple-rotator-with-pager .thumb-wrapper .arrows-wrapper .nav-right {
        	right: -30px;
        }
    
    .pager-on-left.simple-rotator-with-pager .pager-wrapper{
        text-align: left;
    }
    .pager-on-center.simple-rotator-with-pager .pager-wrapper{
        text-align: center;
    }
    .pager-on-right.simple-rotator-with-pager .pager-wrapper{
        text-align: right;
    }
    
    .simple-rotator-with-pager .pager-wrapper li{
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-radius: 100%;
        border-width: 2px;
        border-style: solid;
        display: inline-block;
        cursor: pointer;
    }
    .simple-rotator-with-pager .pager-wrapper li.slick-active {
        border-width: 2px;
        border-style: solid;
        cursor: default;
    }
    
.simple-rotator-with-pager .view-more-wrapper{
    text-align: center;
}
    .simple-rotator-with-pager .view-more-wrapper .view-more {
    	display: inline-block;
    	margin: 15px 0;
    }
/** END R2G Rotator - 1 **/
/** START R2G Rotator - 1 with Main Strip **/
.r2g-rotator-with-mainstrip.text-align-left > .container > .intro-content {
    text-align: left;
}
.r2g-rotator-with-mainstrip.text-align-center > .container > .intro-content {
    text-align: center;
}
.r2g-rotator-with-mainstrip.text-align-right > .container > .intro-content {
    text-align: right;
}

.simple-rotator-with-pager .rotatorElement{
    position: relative;
}
.simple-rotator-with-pager{
    position: relative;
}
.simple-rotator-with-pager .xList-items{
	margin-bottom:20px;
}
.simple-rotator-with-pager ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.simple-rotator-with-pager .slick-slide{
    width: 100%;
}
.simple-rotator-with-pager.hideArrows .pager-nav,
.simple-rotator-with-pager.hidePager .pager-list,
.simple-rotator-with-pager .pager-count,
.simple-rotator-with-pager .slickNumber{
    display: none;
}
.simple-rotator-with-pager.showThumbs .slick-dots{
    display: none !important;
}
.simple-rotator-with-pager .slick-disabled {
	opacity: 0.7;
	cursor: default;
}
.simple-rotator-with-pager .nav-arrow-group{
    height: 0;
    width: 100%;
}
.simple-rotator-with-pager .slick-active.slick-current .rotatorThumbs{
    cursor: default;
}
.simple-rotator-with-pager .arrows-wrapper {
	position: absolute;
	top: 50%;
	height: auto;
	width: 100%;
	margin: auto;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
    .simple-rotator-with-pager .slick-arrow .line-one{
        width: 12px;
        height: 12px;
        position: absolute;
        z-index:3;
        border-top-style: solid;
        border-left-style: solid;
    }
    .simple-rotator-with-pager .nav-left.slick-arrow .line-one{
        left: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);        
    }
    .simple-rotator-with-pager .nav-right.slick-arrow .line-one{
        right: 0;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);        
    }    
    .simple-rotator-with-pager .nav-right.slick-arrow{
    	float: right;
    }
    .simple-rotator-with-pager .slick-arrow .line-one{
        pointer-events: auto;
        cursor: pointer;
    }          
    
    
    .simple-rotator-with-pager .thumb-wrapper {
    	width: 60%;
    	margin: auto;
    	position: relative;
    }
    
        .simple-rotator-with-pager .rotatorThumbs{
            background-repeat: no-repeat;
            background-size: cover;
            cursor: pointer;
            width: 100%;
            padding-top: 50%;
        }
        .simple-rotator-with-pager .thumb-wrapper .arrows-wrapper .nav-left {
        	left: -30px;
        }
        .simple-rotator-with-pager .thumb-wrapper .arrows-wrapper .nav-right {
        	right: -30px;
        }

    .simple-rotator-with-pager .pager-wrapper{
        text-align: center;
    }

    
    .simple-rotator-with-pager .pager-wrapper li{
        width: 8px;
        height: 8px;
        margin: 0 5px;
        border-radius: 100%;
        border-width: 2px;
        border-style: solid;
        display: inline-block;
        cursor: pointer;
    }
    .simple-rotator-with-pager .pager-wrapper li.slick-active {
        border-width: 2px;
        border-style: solid;
        cursor: default;
        background: #000000;
    }
    
.simple-rotator-with-pager .view-more-wrapper{
    text-align: center;
}
    .simple-rotator-with-pager .view-more-wrapper .view-more {
    	display: inline-block;
    	margin: 15px 0;
    }
/** END R2G Rotator - 1 with Main Strip **/
/** START R2G xList ( Sub Component ) **/
.xlist-sub-component ul.xList-items{
    list-style: none;
}
.r2g-xlist-sub-component .intro-content{
padding: 0 20px;
}
.r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement{
    position: relative;
    z-index: 1;
}
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .xList-items{
        margin-left: -20px;
        margin-right: -20px;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .slick-slide{
        margin-left: 20px;
        margin-right: 20px;
    }
    .r2g-xlist-main-strip.xlist-with-rotator .rotatorElement .arrows-wrapper{
        position: absolute;
        z-index: 3;
        width: 100%;
        top: 50%;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .slick-arrow{
        position: absolute;
        z-index: 5;
        top: 50%;
        cursor: pointer;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-left.slick-arrow{
        left: 0;
    }
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-right.slick-arrow{
        right: 0;
    }
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-left .line-one:after{
            content: '\eb52';
            font-family: icomoon;
            font-size: 30px;
        
        }
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .nav-right .line-one:after{
            content: '\eb4f';
            font-family: icomoon;
            font-size: 30px;
        
        }
.r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper{
    text-align: center;
}
    .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper ul{
        list-style-type: none;
    }
    .r2g-xlist-sub-component.xlistsub-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-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper li.slick-active {
            border-width: 2px;
            border-style: solid;
            cursor: default;
            background: #000000;
        }
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper .slickNumber,
        .r2g-xlist-sub-component.xlistsub-with-rotator .rotatorElement .pager-wrapper .pager-count{
            display: none;
        }
/** END R2G xList ( Sub Component ) **/
/** 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 Main Visual **/
.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 {
        width: 30px;
        height: 30px;
        border-width: 1px;
        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-default .slider-navigation span {
            display: block;
            width: 1px;
            height: 50%;
            position: relative;
            left: 50%;
            cursor: pointer;
            border-left: 1px solid black;
        }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-one,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-two{
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .nav-left .line-two,
            .main-visual-default .main-visual-arrow-wrapper .nav-right .line-one{
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
            .main-visual-default .main-visual-arrow-wrapper .line-one{
                top: 2px;
            }
            .main-visual-default .main-visual-arrow-wrapper .line-two{
                bottom: 2px;
            }
            
.main-visual-default .main-visual-pager-wrapper{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.main-visual-default .main-visual-pager-wrapper .slick-dots{
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-visual-default .main-visual-pager-wrapper li{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
}
.main-visual-default .main-visual-pager-wrapper .slick-active{
    cursor: default;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
}


.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:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
}

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

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.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: 97px;
            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 **/

/** 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 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;
    }

/* 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 ( 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;
    }

/* 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 Image Only - Sub Component **/
.xbox-image img{
	width: 100%;
}
.gallery-download.pos-abs {
	position: absolute;
	right: 20px;
	bottom: 12px;
	z-index: 2;
	opacity: 1;
	
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	
	-webkit-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

/** END R2G Image Only - Sub Component **/

/** 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;
    }

/* 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 Main Content Strip H1 + P **/
.text-align-center .main-content-strip-block{
	max-width: 745px;
	margin: 0 auto;
}
/** END R2G Main Content Strip H1 + P **/

/** 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 **/