/* Estilos Custom de la página de Spots */

.node-type-page-spot #breadcrumb .breadcrumb {
    text-transform: none;
}

.spot-list {
  margin-top: 50px;
}
.spot-list li {
  display: inline-block;
  overflow: hidden;
    position: relative;
}
.spot-list li.active {
  /*border: 2px solid red;*/
} 
.spot-list li .views-field-title {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.spot-list li .views-field-title a, .spot-list li .views-field-title a.active {
  color: #FFF;
  text-decoration: none;
}
/* /Estilos Custom de la página de Spots */


/* Estilos por defecto de la librería del Slider */
body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    margin-bottom: 20px;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    border:1px solid #ccc;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

/*    max-height:45px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(/ultima/sites/all/themes/custom/ultima/img/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/ultima/sites/all/themes/custom/ultima/img/button-next.png) no-repeat;
}
/* /Estilos por defecto de la librería del Slider */

/* Estilos YO */

.view-spots-thumbnails .nbs-flexisel-inner {
    background: transparent;
    border: 0;
    margin-top: 0px;
    position: relative;
}

.view-spots-thumbnails .nbs-flexisel-item {
    position: relative;
    font-size: 14px;
}

.view-spots-thumbnails .nbs-flexisel-item .views-field-title {
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: transparent;*/ /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#b1652c, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#b1652c, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#b1652c, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#b1652c, transparent); /* Standard syntax */
}

.view-spots-thumbnails .nbs-flexisel-item .views-field-title span {
    display: inline-block;
    height: 100%;
    width: 100%;
    transition: background 0.5s;
}

.view-spots-thumbnails .nbs-flexisel-item .views-field-title a {
    display: inline-block;
    line-height: initial;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    background: url('/ultima/sites/all/themes/custom/ultima/img/btn_play.png') center center no-repeat;
}


.view-spots-thumbnails .nbs-flexisel-item .views-field-title span:hover {
    background: #b1652c;
    transition: background 0.5s;
}

.view-spots-thumbnails .nbs-flexisel-item .views-field-field-spot-video img {
    margin: 0;
}

.view-spots-thumbnails .nbs-flexisel-item .views-field-field-spot-video a {
    display: block;
}

.view-spots-thumbnails .nbs-flexisel-item.active {
    overflow: initial;
}

.view-spots-thumbnails .nbs-flexisel-item.active .views-field-title span {
    background: #b1652c;    
}

.view-spots-thumbnails .nbs-flexisel-item.active:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #b1652c transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: calc(50% - 15px);   
}

.view-spots-thumbnails .flexisel {
    padding-top: 15px;
    margin: 0;
    font-size: 0;
}

.view-spots-thumbnails .nbs-flexisel-item {
    margin: 0 10px 0 0;
}

.view-spots-thumbnails .nbs-flexisel-item + .nbs-flexisel-item {
    /*margin-left: 20px;*/    
    /*margin-left: 20px;*/
}

.nbs-flexisel-nav-left {
    background: url('../img/btn_leftGallery.png') no-repeat center center;
    width:20px;
    height:65px;
    left: 0;
    top: calc(50% - 23px) !important;
}

.nbs-flexisel-container {
    float: left;
    padding: 0 30px 0;
    margin-top: 20px;
}

.nbs-flexisel-nav-right {
    background: url('../img/btn_rightGallery.png') no-repeat center center;
    width:20px;
    height:65px;
    right: 0;
    top: calc(50% - 23px) !important;
}

.spot-list {
    margin: 0;
}

@media screen and (max-width: 959px) {
    .nbs-flexisel-nav-right {
        right: 4px;
    }

    .nbs-flexisel-nav-left {
        left: 4px;
    }
}

/* url('../img/ult_ingredientes_next.png') no-repeat center center */

/* FIN Estilos YO */