
/***********************
* Royal Slider - v1.0.5
************************/

.royalSlider {
    z-index: 5;
    position: relative;
    direction: ltr;
}
.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
    background: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;

}
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow {
    cursor: pointer;
}

.rsArrow,
.rsNav {
    opacity: 1;
    -webkit-transition:opacity 0.3s linear;
    -moz-transition:opacity 0.3s linear;
    -o-transition:opacity 0.3s linear;
    transition:opacity 0.3s linear;
}
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    -o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
    transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}
.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition:  0s;
    transition:  0s;
    display: none;
}
.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    
    height: 100%;
    width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}
.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}
.rsPreloader {
    position:absolute;
    z-index: 0; 
}
.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}
.rsNavItem {
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
}
.rsTabs {
    float: left;
    background: none !important;
}
.rsTabs {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.royalSlider .slide {
    display: none;
}
.no-js .royalSlider .slide:first-child,
.royalSlider .rsContainer .slide {
    display: block;
}
.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
    
}
img.rsImg {
    max-width: none;
}
.grab-cursor {
    cursor:url('/media/tpl/site/default/img/grab.png') 8 8, move;
}
.grabbing-cursor{ 
    cursor:url('/media/tpl/site/default/img/grabbing.png') 8 8, move;
}
.rsNoDrag {
    cursor: auto;
}
.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    display:block;  
    z-index: 20;
    background: url('/media/tpl/site/default/img/layout/blank.gif');
}

/* RoyalSlider Default Skin */

.royalSlider .rsArrow {
    z-index: -1;
    position: absolute;
    top: 50%;
    width: 81px;
    height: 81px;
    display: block;
    background: url('/media/tpl/site/default/img/layout/slider-sprite.png') no-repeat 0 0;
    cursor: pointer;
    text-indent: -999px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -41px;
}
/* Hidden due to z-index bug */
.ie7 .royalSlider .rsArrow {
    display: none !important;
}
.royalSlider .rsArrowLeft {
    left: -28px;
}
.royalSlider .rsArrowRight {
    right: -28px;
    background-position: 100% 0;
}
@media all and (min-width: 1034px) {
    .royalSlider .rsArrowLeft:hover {
        margin-left: -4px;
    }
    .royalSlider .rsArrowRight:hover {
        margin-right: -4px;
    }
}
.royalSlider .rsBullets {
    overflow: hidden;
    text-align: center;
    margin-right: -6px;
}
.royalSlider .rsBullet {
    display: inline-block;
    margin-right: 6px;
}
    .royalSlider .rsBullet span {
        display: block;
        background: #becad3;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        cursor: pointer;
    }
    .royalSlider .rsBullet.rsNavSelected span {
        background-color: #0f80b6;
        cursor: default;
    }
.royalSlider .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align:center;
    overflow: hidden; padding-top: 12px; position: relative;
}
.royalSlider .rsTab {
    *zoom:1;
    *display:inline; 
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
    background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;
}
.royalSlider .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.royalSlider .rsTab:last-child { 
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right:  1px solid #cfcfcf;
}
.royalSlider .rsTab:active { 
    border: 1px solid #D9D9DD;   
    background-color: #f4f4f4;
    box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.royalSlider .rsTab.rsNavSelected { 
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
.royalSlider .rsPreloader {
    width:20px;
    height:20px;
    background-image:url('/media/tpl/site/default/img/loader.gif');
    left:50%;
    top:50%;
    margin-left:-10px;
    margin-top:-10px;   
}
.royalSlider .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
}
/*****************
* noUISlider CSS
******************/

.noUiSlider,
.noUiSlider * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: default;
}
.noUiSlider {
    position: relative;
}
.noUiSlider a {
    position: absolute;
    z-index: 1;
    background: #0083C6;
}
.noUiSlider a:nth-child(2) {
    background: inherit !important;
}
.noUiSlider.vertical a {
    width: 100%;
    bottom: 0;
}
.noUiSlider.horizontal a {
    height: 100%;
    right: 0;
}
    
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .noUiSlider:before,
    .TOUCH,
    .noUiSlider div {
        -ms-touch-action: none;
    }
}
.noUiSlider.connect a,
.noUiSlider.connect.lower {
    background: #b2a98f;
}
.noUiSlider,
.noUiSlider.connect.lower a {
    background: #06264b;
}
.noUiSlider.disabled,
.noUiSlider.disabled.connect.lower a {
    background: #ccc;
    box-shadow: none;
}
.noUiSlider div {
    position: relative;
    background: #ffeb95;
    background: -moz-linear-gradient(top, #ffeb95 0%, #ffcb04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeb95), color-stop(100%,#ffcb04));
    background: -webkit-linear-gradient(top, #ffeb95 0%,#ffcb04 100%);
    background: -o-linear-gradient(top, #ffeb95 0%,#ffcb04 100%);
    background: -ms-linear-gradient(top, #ffeb95 0%,#ffcb04 100%);
    background: linear-gradient(to bottom, #ffeb95 0%,#ffcb04 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb95', endColorstr='#ffcb04',GradientType=0 );
    border-radius: 50%;
    border: 1px solid #f1ce45;
    width: 17px;
    height: 17px;
    -webkit-box-shadow: 0 0 3px #fff;
    -moz-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
    cursor: pointer;
    margin: -8px 0 0 -8px;
}
.ie9 .noUiSlider div {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWI5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNiMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    filter: none;
}
.noUiSlider div:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url('/media/tpl/site/default/img/icon-sprite.png') no-repeat -101px -55px;
    width: 7px;
    height: 12px;
    margin: -6px 0 0 -3px;
}
.ie9 .noUiSlider div:after {
    margin: -5px 0 0 -4px;
}
.ie .noUiSlider div:after {
    margin: -5px 0 0 -4px;
}
.noUiSlider.disabled div {
    background: transparent;
    filter: none;
}
.noUiSlider.horizontal {
    width: 400px;
    height: 2px;
}
.noUiSlider.vertical {
    width: 2px;
    height: 400px;
}
