/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/*-----------------------------------*/
/*COLORES LAYOUT*/
/*COLOR 2*/
.slider_tabs .rsThumb{
    background: rgba(0, 152, 196, 1);
}
/*COLOR 3*/
.carrousel.rsDefault .rsThumb.rsNavSelected, .carrousel.rsDefault .rsThumb:hover{
    background: rgba(239, 104, 96, 1);
}
.infoBlock a:hover{
    color: rgba(239, 104, 96, 1);
}
.carrousel.rsDefault .rsThumb.rsNavSelected, .carrousel.rsDefault .rsThumb:hover{
    border: 3px solid rgba(239, 104, 96, 1);
}
@media only screen and (max-width: 480px){
    .rsDefault .rsThumb.rsNavSelected{
        border: 2px solid rgba(239, 104, 96, 1);
    }
}

/*--------------------------------*/
.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
    text-align: center;
}
.royalSlider > * {
    float: left;
}
.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);
}
/*-----------------------------*/
/*SOLO SLIDER HOME*/
#home-full-width-slider{
    width: 100%;
    height: 400px;
}
#home-full-width-slider .rsOverflow{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 100%!important;
}
#home-full-width-slider.rsDefault .rsBullets {
    bottom: 10px;
    background: none;
}
#home-full-width-slider .infoBlock{
    text-align: center;
    position: absolute;
    top: 15px;
    right: auto;
    left: 30px;
    max-width: none;
    width: 500px;
    color: #FFF;
    background: none;
    padding: 5px 10px;
    height: auto;
    overflow: visible;
}
#home-full-width-slider .infoBlock.infoBlock_1{
    left: 20px;
    right: auto;
}
#home-full-width-slider .infoBlock.infoBlock_2{
    left: auto;
    right: 20px;
}
#home-full-width-slider .infoBlock .title_h2{
    text-shadow: 5px 5px rgba(100, 100, 100, 0.9);
    font-size: 76px;
    line-height: 68px;
}
#home-full-width-slider .infoBlock .title_h6{
    padding: 6px 15px 8px 15px;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
.royalSlider .call_to_action{
    width: auto;
    height: auto;
    position: relative;
    background: #00B07C;
    border: none;
    color: #FFFFFF;
    font-family: 'Lobster', cursive;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 20px auto;
    padding: 10px 30px 12px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 4px 4px #0B7E57;
    -webkit-box-shadow: 4px 4px #0B7E57;
    -moz-box-shadow: 4px 4px #0B7E57;
    -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;
}
.royalSlider .call_to_action:hover{
    background: #0B7E57;
    box-shadow: 4px 4px #00B07C;
    -webkit-box-shadow: 4px 4px #00B07C;
    -moz-box-shadow: 4px 4px #00B07C;
}
#home-full-width-slider .infoBlock a:hover{
    color: #FFFFFF;
}
.royalSlider .call_to_action i{
    line-height: 30px;
    font-size: 28px;
    margin: 0 5px auto 0;
}
#home-full-width-slider .infoBlock.filter, #home-full-width-slider .infoBlock.filter_2{
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(10, 10, 10, 0.2) url(../images/layout/filter_slider.png);
}
#home-full-width-slider .infoBlock.filter_2{
    background: rgba(190, 190, 190, 0.1) url(../images/layout/filter_slider_2.png);
} 
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1366px){
    #home-full-width-slider .infoBlock .title_h2 {
        font-size: 60px;
        line-height: 55px;
    }
}
/* Tablets (landscape) ----------- */
@media only screen and (max-width: 940px){
    #home-full-width-slider{
        height: 300px;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1224px){
    #home-full-width-slider .infoBlock {
        width: 400px;
    }
    #home-full-width-slider .infoBlock .title_h2 {
        font-size: 54px;
        line-height: 48px;
    }
    #home-full-width-slider .infoBlock .title_h6 {
        padding: 5px 10px 7px 10px;
    }
    .royalSlider .call_to_action{
        margin: 10px auto;
    }
}
/* Tablets (Portrait) ----------- */
@media only screen and (max-width: 768px){
    #home-full-width-slider .infoBlock {
        width: auto;
    }
    #home-full-width-slider .infoBlock.infoBlock_1{
        display: block;
    }
    #home-full-width-slider .infoBlock.infoBlock_2{
        width: 100%;
        display: block;
        left: 15px;
        right: auto;
    }
    .royalSlider .call_to_action {
        margin: 5px auto;
    }
}
/* OTHER DEVICES----------- */
@media only screen and (max-width: 600px){
    #home-full-width-slider .infoBlock{
        padding: 5px 20px;
    }
    #home-full-width-slider .infoBlock.infoBlock_2{
        left: 0;
    }
    #home-full-width-slider .infoBlock .title_h2 {
        font-size: 48px;
        line-height: 44px;
    }
    #home-full-width-slider .infoBlock .title_h6{
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        width: auto;
        font-size: 16px;
        line-height: 22px;
    }
}
/* Smartphones (landscape)----------- */
@media only screen and (max-width: 480px){
    .royalSlider .call_to_action{
        font-size: 28px;
        line-height: 30px;
        padding: 10px 15px 12px 15px;
        width: 190px;
    }
    #home-full-width-slider .infoBlock .title_h6{
        display: none;
    }
}
/*-----------------------------*/
/*SOLO PARA CARROUSEL*/
#gallery-1, #gallery-2{
    width: 100%;
    height: 82px;
    -webkit-user-select: none;
    -moz-user-select: none;  
    user-select: none;
}
.carrousel {
    width: 100%;
    height: 82px!important;
    padding: 0 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.carrousel .rsOverflow {
    display: none;
}
.carrousel.rsDefault .rsThumb {
    background: #BBBBBB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid #BBBBBB;
    -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;
}
/*SOLO PARA SLIDER TABS (Basado en Video Gallery)*/
.slider_tabs .rsOverflow {
    display: none;
}
.slider_tabs {
    width: 100%;
    height: 116px!important;
    margin: 0 0 10px 0;
    padding: 0 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.timeline .slider_tabs{
    height: 43px!important;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.slider_tabs .rsTmb {
    padding: 10px;
}
.timeline .slider_tabs .rsTmb{
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.slider_tabs .rsThumbs .rsThumb {
    width: 216px;
    height: 116px;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.timeline .slider_tabs .rsThumbs .rsThumb {
    width: 65px;
    height: auto;
    margin-bottom: 3px;
    border: none;
}
.logos.slider_tabs .rsThumbs .rsThumb{
    width: 116px;
    height: 116px;
    border: none!important;
}
/*.timeline .slider_tabs .rsThumbs .rsThumb:first-child {
    display: none;
}  */
.slider_tabs .rsThumbs .rsThumb:last-child{
    border-right: none;
}
.slider_tabs .rsThumbs {
    width: 100%;
    padding: 0;
}
.slider_tabs .rsThumb {
    height: auto;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.timeline .slider_tabs .rsThumb{
    position: relative;
    text-align: center;
}
.slider_tabs .rsThumb:hover,
.slider_tabs .rsThumb:active,
.slider_tabs .rsThumb:focus {
    background: #0B7E57;
    color: #FFFFFF;
}
.timeline .slider_tabs .rsThumb:hover,
.timeline .slider_tabs .rsThumb:active,
.timeline .slider_tabs .rsThumb:focus {
    color: #FFFFFF!important;
}
.logos.slider_tabs .rsThumb:hover,
.logos.slider_tabs .rsThumb:active,
.logos.slider_tabs .rsThumb:focus{
    background: rgba(255, 255, 255, 0.4);
}
.slider_tabs .rsThumb.rsNavSelected {
    background: rgba(0, 176, 124, 0.8)!important;
}
.logos.slider_tabs .rsThumb.rsNavSelected{
    background: rgba(255, 255, 255, 0.2)!important;
}
.slider_tabs .rsThumb span {
    display: block;
    margin: 0;
    color: #FFF!important;
}
/*CARROUSEL TRANSPARENT*/
.slider_tabs.transparent_tabs .rsThumb {
    background: none;
    -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;
}
.slider_tabs.transparent_tabs .rsThumb img {
    max-width: 100%;
    width: auto;
}
.slider_tabs.transparent_tabs .rsThumb:hover,
.slider_tabs.transparent_tabs .rsThumb:active,
.slider_tabs.transparent_tabs .rsThumb:focus {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slider_tabs.transparent_tabs .rsThumb.rsNavSelected {
    background: none!important;
    border: none!important;
}
.rsNav{
    left: 0;
    right: auto;
}
.slider_tabs.transparent_tabs .rsThumbs .rsThumb {
    border: none!important;
}
/*ICONS CARROUSEL*/
.slider_tabs .rsThumb .icon{
    font-size: 36px;
    line-height: 32px;
    display: inline-block;
    padding: 15px 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 0 0 40px transparent;
    -moz-box-shadow: 0 0 0 40px transparent;
    box-shadow: 0 0 0 40px transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}
.slider_tabs .rsThumb .icon img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
/* Transition effect on the border color */
.slider_tabs .rsThumb:hover .icon,
.slider_tabs .rsThumb:active .icon,
.slider_tabs .rsThumb:focus .icon {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}
/* Tables (Portrait) ----------- */
@media only screen and (max-width: 768px){
    .slider_tabs .rsThumbs .rsThumb {
        width: 150px;
    }
    .slider_tabs.transparent_tabs .rsThumbs .rsThumb {
        height: 83px;
    }
}
/* OTHER DEVICES */
@media only screen and (max-width: 600px){
    .logos.slider_tabs {
        height: 90px!important;
    }
    .logos.slider_tabs .rsThumbs .rsThumb {
        width: 90px;
        height: 90px;
    }
}
/* Smartphones (landscape)----------- */
@media only screen and (max-width: 480px){
    #gallery-1, #gallery-2{
        height: 40px;
    }
}
/*-----------------------------*/
/*SOLO PARA FULL WIDTH SLIDER (NEWS)*/
#full-width-slider {
    width: 100%;
    color: #000;
}
.hg1 .heroSlider .rsOverflow,
.hg1 .royalSlider.heroSlider {
    height: 235px !important;
}
.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}
.infoBlock {
    text-align: left;
    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;
    max-width: 30%;
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.75);
    padding: 5px 10px;
    height: auto;
    overflow: hidden;
}
.infoBlockRightBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,0.75);
    left: auto;
    right: 10px;
}
.infoBlock .title_h4 {
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    padding-bottom: 3px;
    text-shadow: none;
}
.infoBlock p {
    font-size: 14px;
    margin: 4px 0;
}
.infoBlock a {
    color: #FFF;
    text-decoration: none;
    margin: 0;
    border: none;
}
.photosBy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    color: #000;
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25; 
} 
.photosBy a {
    color: #000;
}
.fullWidth {
    max-width: 1400px;
    margin: 0 auto 24px;
}
/* Laptops----------- */
@media only screen and (max-width: 1366px){
    .hg1 .heroSlider .rsOverflow,
    .hg1 .royalSlider.heroSlider {
        height: 185px !important;
    }
}
/* Smartphones (landscape)----------- */
@media only screen and (max-width: 480px){
    .infoBlock {
        text-align: center;
        top: auto;
        right: auto;
        bottom: 10px;
        left: 0;
        max-width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .infoBlock .title_h4 {
        width: 99%;
        white-space:nowrap; 
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .infoBlock p {
        display: none;
    }
}
/*-----------------------------*/
/*SOLO PARA EL CONTENT SLIDER*/
.contentSlider {
    width: 100%;
}
.contentSlider,
.contentSlider .rsOverflow,
.contentSlider .rsSlide,
.contentSlider .rsVideoFrameHolder,
.contentSlider .rsThumbs {
    background: #eee;
    color: #000;
}
.contentSlider.hg_total,
.contentSlider.hg_total .rsOverflow,
.contentSlider.hg_total .rsSlide,
.contentSlider.hg_total .rsVideoFrameHolder,
.contentSlider.hg_total .rsThumbs {
    height: 235px!important;
    color: #333;
}
.contentSlider .rsSlide,
.contentSlider .rsOverflow {
    background: #eee;
}
.contentSlider h3 {
    font-size: 24px;
    line-height: 31px;
    margin: 12px 0 8px;
    font-weight: bold;
}
.contentSlider .status_bar {
    position: static;
    display: inline-block;
}
.contentSlider img {
    max-width: 100%;
    height: auto;
    display: block;
}
.content-slider-bg {
    width: 86%;
    padding: 24px 7%;
    background: #eee;
}
/*WEB SERVICE MATCHES - RANKINGS*/
.web_service_ranking.contentSlider.hg_total,
.web_service_ranking.contentSlider.hg_total .rsOverflow,
.web_service_ranking.contentSlider.hg_total .rsSlide,
.web_service_ranking.contentSlider.hg_total .rsVideoFrameHolder,
.web_service_ranking.contentSlider.hg_total .rsThumbs {
    height: 765px!important;
}
/* Laptops----------- */
@media only screen and (max-width: 1366px){
    .contentSlider.hg_total,
    .contentSlider.hg_total .rsOverflow,
    .contentSlider.hg_total .rsSlide,
    .contentSlider.hg_total .rsVideoFrameHolder,
    .contentSlider.hg_total .rsThumbs {
        height: 210px!important;
    }
}

/*-----------------------------*/
.rsVisibleNearbyWrap {
    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,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
    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;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}
.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);
}
.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}
.rsTabs {
    float: left;
    background: none !important;
}
.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVideoContainer {
    /*left: 0;
    top: 0;
    position: absolute;*/
    /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 44px;
}
.rsABlock {
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 15;

}
img.rsImg {
    max-width: none;
}
.grab-cursor {
    cursor:url(../images/layout/grab.png) 8 8, move; 
}
.grabbing-cursor{ 
    cursor:url(../images/layout/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(../images/layout/blank.gif);
}
/******************************
*  RoyalSlider Default Skin 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: transparent;
    color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}
.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;

}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top:-16px;	
    margin-left: -16px;
    position: absolute;	
    cursor: pointer;	
    background: url(../images/layout/rs-default.png);
    background-color: #000;
    background-color: rgba(40, 40, 40, 0.6);
    *background-color: #000;
    border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
    background-color: rgba(40, 40, 40, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
    position: absolute;
    z-index: 25;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto; 
    background: #000;
    background: rgba(40, 40, 40, 0.6);
    text-align: center;
    line-height: 8px;
    overflow: hidden;
    border-radius: 10px;
}
.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display:inline; 
    *zoom:1;
    margin: 0 2px;
}
.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
    width: 100%;
    height: auto;
}
.rsDefault .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}
.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 50px;
    height: 82px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.timeline .rsDefault .rsThumb {
    overflow: visible;
}
.rsDefault .rsThumb img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rsDefault .rsThumb.rsNavSelected {
    background: #FFFFFF;
}
.rsDefault .rsThumb:hover {
}
.rsDefault .rsThumb.rsNavSelected img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.rsDefault .rsThumb .icon img, .rsDefault .rsThumb.rsNavSelected .icon img {
    border: none!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.rsDefault .rsTmb {
    display: block;
}
.carrousel.rsDefault .rsTmb.img_thumb{
    height: 55px;
    overflow: hidden;
}
.carrousel.rsDefault .rsTmb.img_thumb img{
    width: 100%;
    height: auto;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #FFF;
}
.rsDefault .rsTmb span {
    color: #DDD;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}
.rsDefault .rsThumb .img_caption{
    position: relative;
    background: transparent;
    display: block;
    height: 19px;
}
.rsDefault .rsThumb .badge{
    font-size: 11px;
    line-height: 10px;
    padding: 3px;
    margin: 0;
    border-radius: 30px;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    right: 2px;
    z-index: 10;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 40px;
    position: absolute;
    display: block;
    cursor: pointer;	
    z-index: 21;	
    background: rgba(40, 40, 40, 0.6);
}
.rsDefault .rsThumbsArrow:hover {
    background: rgba(40, 40, 40, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top:-8px;	
    margin-left: -8px;
    position: absolute;	
    cursor: pointer;	
    background: url(../images/layout/rs-default.png);
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { background: rgba(120, 120, 120, 0.4)!important; }

/* Thumbnails resizing on smaller screens */
/* Smartphones (landscape)----------- */
@media only screen and (max-width: 480px){
    .rsDefault .rsThumb{
        border: 2px solid #FFF;
    }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align:center;
    overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
    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;
    *display:inline; 
    *zoom:1;
}
.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;

    border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
    border: 1px solid #D9D9DD;   
    background-color: #f4f4f4;
    box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .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);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;	
}
.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/layout/rs-default.png) 0 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
    border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color:rgba(0,0,0,0.3);
    width:64px;
    height:64px;
    margin-left:-32px;
    margin-top:-32px;
    cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
    width:64px;
    display:block;
    height:64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;	
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background:url(../images/layout/rs-default.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
    position:absolute;
    left:50%;
    top:50%;
}
.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);

}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}
.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/layout/rs-default.png) -64px 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0,0,0,0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
    width:20px;
    height:20px;
    background-image:url(../images/layout/preloader-white.gif);
    left:50%;
    top:50%;
    margin-left:-10px;
    margin-top:-10px;	
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .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;
}