/**********************************************************************************************************************
 * BODY
 **********************************************************************************************************************/

body {
    margin: 0;
    padding: 0;
}

/**********************************************************************************************************************
 * CUSTOMIZED ICONS
 **********************************************************************************************************************/

.uf_cursor_popup{
    cursor:url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_popup.cur"), url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_popup.gif"), auto !important;
}

.uf_cursor_tooltip{
    cursor:url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_question_mark.cur"), url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_question_mark.gif"), auto !important;
}

.uf_cursor_email{
    cursor:url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_envelope.cur"), url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_envelope.gif"), auto !important;
}

.uf_cursor_gotopage{
    cursor:url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_new_window.cur"), url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_new_window.gif"), auto !important;
}

.uf_cursor_gotorul{
    cursor:url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_global.cur"), url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_global.gif"), auto !important;
}

.uf_cursor_cart{
    cursor:url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_cart.cur"), url("https://www.uniflip.com/html5_shared/common/icons/uniflip_cursor_hand_cart.gif"), auto !important;
}


/**********************************************************************************************************************
 * KEYFRAMES GLOWEFFECT
 **********************************************************************************************************************/

@keyframes glowEffect {
    0% {
        box-shadow: 0 0 0 rgba(255, 210, 35, 0.3);
    }
    50% {
        box-shadow: 0 0 10px rgba(100, 100, 100, .7);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 210, 35, 0.3);
    }
}

@-webkit-keyframes glowEffect {
    0% {
        box-shadow: 0 0 0 rgba(255, 210, 35, 0.3);
    }
    50% {
        box-shadow: 0 0 10px rgba(100, 100, 100, .7);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 210, 35, 0.3);
    }
}

@-moz-keyframes glowEffect {
    0% {
        box-shadow: 0 0 0 rgba(255, 210, 100, 0.3);
    }
    50% {
        box-shadow: 0 0 10px rgba(100, 100, 100, .7);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 210, 100, 0.3);
    }
}
/**********************************************************************************************************************
 * SLIDER
 **********************************************************************************************************************/

div#slider {  
    margin: 0;
    padding: 0; 
    display: block;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
div#slider div.item {
    padding: 0;
    margin: 0;
    width: 354px;
    height: 500px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/**********************************************************************************************************************
 * SEARCH RESULT
 **********************************************************************************************************************/

article#matches {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 50000;
    display: none;

    -webkit-box-shadow: 0 2px 3px rgba(0,0,0, .25);
       -moz-box-shadow: 0 2px 3px rgba(0,0,0, .25);
        -ms-box-shadow: 0 2px 3px rgba(0,0,0, .25);
         -o-box-shadow: 0 2px 3px rgba(0,0,0, .25);
            box-shadow: 0 2px 3px rgba(0,0,0, .25);

    -webkit-transform: translate(-50%, 2px);
       -moz-transform: translate(-50%, 2px);
        -ms-transform: translate(-50%, 2px);
         -o-transform: translate(-50%, 2px);
            transform: translate(-50%, 2px);

    background-color: #369;
    padding: 20px;

    -webkit-border-radius : 4px;
    -moz-border-radius    : 4px;
    -ms-border-radius     : 4px;
    -o-border-radius      : 4px;
    border-radius         : 4px;
}
article#matches:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 50001;

    -webkit-transform: translate(-50%, -100%);
       -moz-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
         -o-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);

    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #369 transparent;
}

article#matches header {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: left;
    line-height: 0;
}
article#matches header a {
    margin: 0;
    padding: 0;
    color: #CCC;
    text-decoration: none;
    font-size: 11px;
}

article#matches main {
    padding: 0 20px 0 0;
    display: block;
    width: 400px;
    max-height: 300px;
    overflow-x: none;
    overflow-y: auto;
}
article#matches main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
article#matches main ul li {
    margin: 10px 0;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-align: left;
}

article#matches ul li h6 {
    margin: 0 0 10px 0;
    padding: 5px 0;
    font-size: 18px;
    border-bottom: 1px solid white;
}

/**********************************************************************************************************************
 * PRELOAD
 **********************************************************************************************************************/

div#preload {
    display: none !important;
}

/**********************************************************************************************************************
 * WELCOME
 **********************************************************************************************************************/

article.box {
    width: 680px;
    background-color: #09F;
    padding: 4px;
    font-family: "Arial Narrow", Arial, sans-serif;
}
article.box header {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bolder;
}
article.box header i.fa[data-action=close] {
    float: right;
    font-size: 20px;
    line-height: 0;
    margin: 12px 0;
    padding: 0;
    cursor: pointer;
    opacity: .5;
}
article.box i.fa[data-action=close]:hover {
    opacity: 1;
    color: #FCC;
}
article.box main {
    padding: 5px 10px;
    font-size: 12px;
    background-color: #FFF;
    color: #333;
    height: 400px;
    overflow-x: none;
    overflow-y: auto;
}

div#email/*,
div#welcome */{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .90);
    color: white;
    z-index: 3900;

    display: none;
}
/*
div#welcome > div {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
div#welcome article {
    margin: 20px auto 0 auto;
}*/

div#email {
    display: none;
    z-index: 3800;
}
div#email form {
    margin: 0;
    padding: 0;
}
div#email article {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
div#email article main {
    height: auto;
    overflow-x: none;
    overflow-y: none;
}
div#email article label {
    display: block;
    font-size: 12px;
    color: #369;
}
div#email article textarea,
div#email article input[type=email] {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);

    background-color: #EEE;
    border: 1px solid #369;
    padding: 3px 10px;
    margin: 0 0 10px 0;
}
div#email article button {
    border: 0px none;
    padding: 10px 40px;
    background-color: #090;
    color: white;
    text-shadow: 0px 2px 4px rgba(0,0,0, .25);
}
div#email article footer {
    font-size: 12px;
}
div#email article footer span {
    padding: 5px 10px;
}

#welcome{
    color: black;
    display: none;
   /* font-size: 11px;*/
    line-height: 20px;
    height: 98%;
    padding: 1% 2%;
    width: 46%;
    z-index: 0;
    position: absolute;

    -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
}

#welcome_text{
    display: block;
    height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
    width: 100%;
}

#welcome_text br {
   display: block;
   margin: 5px 0 0 0;
}

#welcome img[data-name=logo_welcome]{
    bottom: 10px !important;
    left: 50%;
    position: absolute;
    max-height: 15%;
    max-width: 50%;
    /*max-height: 25%;
    width: 50%;*/

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
           -transform: translateX(-50%);
}


/**********************************************************************************************************************
 * WORKING
 **********************************************************************************************************************/

div#working {
    background-color: rgba(0,0,0, .85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99900;
    display: none;
}

/**********************************************************************************************************************
 * LOADING
 **********************************************************************************************************************/

div#loading {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
}
div#loading > div {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 4000;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
div#loading img {
    display: block;
}
div#loading img[data-name=logo] {
    opacity: 1;
    margin: 0 auto;
    max-width: 100%;
}
div#loading img[data-name=loader] {
    margin: 20px auto;
}

/**********************************************************************************************************************
 * PASSWORD
 **********************************************************************************************************************/

div#password {
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
}
div#password > div {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 4000;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
div#password img {
    display: block;
}
div#password img[data-name=logo] {
    opacity: .5;
}
div#password img[data-name=loader] {
    margin: 20px auto;
}

#password_span, #password_input, #password_submit{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin: 10px 5px;
}

#password_input{
    height: 20px;
}

#password_submit{
    margin-top: 11px;
}

div#password > div > div{
    position: absolute;
    left: 50%;
    text-align: center;
    z-index: 4000;

    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

/**********************************************************************************************************************
 * REGISTRATION FORM
 **********************************************************************************************************************/

div#regform {
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
}
div#regform > div {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 4000;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
div#regform img {
    display: block;
}
div#regform img[data-name=logo] {
    opacity: .5;
}
div#regform img[data-name=loader] {
    margin: 20px auto;
}

div#regform > div > div{
    position: absolute;
    left: 50%;
    text-align: center;
    z-index: 4000;

    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

/**********************************************************************************************************************
 * MENU
 **********************************************************************************************************************/

nav#slide-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    background: #556270;
    z-index: 1000;

    -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
}

nav#slide-menu > a[data-action=close] {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 10px;
    text-decoration: none;
}
nav#slide-menu > a[data-action=close]:hover {
    color: #59e9df;
}

nav#slide-menu > ul {
    list-style-type: none;
    display: block;
    margin: 30px 20px;
    padding: 0;
    opacity: .5;

    -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
}
nav#slide-menu > ul li {
    color: #DFE5EB;
    padding: 6px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
nav#slide-menu > ul li:hover {
    color: #59e9df;
}
nav#slide-menu > ul li {

}
nav#slide-menu > ul li:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    color: #59e9df;
    margin-right: 12px;
    text-align: center;
    font-variant: normal;
    font-size: 1.65em !important;
    text-transform: none;
    line-height: 1em;
}
nav#slide-menu > ul li.sep {
    margin-top: 7px;
    padding-top: 14px;
    border-top: 1px solid #6b7b8d;
}

nav > ul li.fullscreen:before    { content: "\f0b2"; }
/*nav > ul li.download:before      { content: "\f1c1"; }*/
nav > ul li img{
    float: left;
    margin: 8px 10px 0 0;
    width: 15px;
}

nav > ul li.search:before        { content: "\f002"; }

body.menu-active nav#slide-menu {
    display: table;
    padding-bottom: 15px;
    -webkit-border-radius:  0 0px 11px 0;
    -moz-border-radius:     0 0px 11px 0;
    -ms-border-radius:      0 0px 11px 0;
    -o-border-radius:       0 0px 11px 0;
    border-radius:          0 0px 11px 0;
    left: 0px;
}

body.menu-active nav#slide-menu ul {
    left: 0px;
    opacity: 1;
}

nav#slide-menu output {
    max-width: 250px;
    margin: 0 auto;
}
nav#slide-menu output a {
    display: block;
    text-align: center;
}


output#outputlogo a img{
    display: none; 
}
/**********************************************************************************************************************
 * BOTTOM MENU
 **********************************************************************************************************************/

nav#bottom-menu {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 30px;
    padding: 5px 0;
    background: #556270;
    z-index: 1000;

    -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
}

nav#bottom-menu span, nav#bottom-menu img{
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    bottom: 5px;
    position: absolute;
    font-size: 1.3em;
    cursor: pointer;
    max-height: 25px;
}

nav#bottom-menu img{
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
               -transform: translateY(-50%);
    }



nav#bottom-menu input[type=text]{
    border: none;
    bottom: 5px;
    font-size: 0.7em;
    font-weight: bold;
    height: 22px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    vertical-align: top;
    width: 90px;
}

nav#bottom-menu *.first{ left: 10%; }
nav#bottom-menu *.prev{ left: 17%; }
nav#bottom-menu *.share{ left: 22%; }
nav#bottom-menu *.printer.left{ left: 30%; }
nav#bottom-menu *.thumbs{
    right: 22%;
}
nav#bottom-menu input[type=text].pager{
    left: 50%;
    transform:                      translate(-50%, 0px);
    -webkit-transform:              translate(-50%, 0px);
    -moz-transform:                 translate(-50%, 0px);
    -ms-transform:                  translate(-50%, 0px);
    -o-transform:                   translate(-50%, 0px);
}
nav#bottom-menu *.printer.right{ right: 30%; }
nav#bottom-menu *.next{ right: 17%; }
nav#bottom-menu *.last{ right: 10%; }

nav#bottom-menu span.first:before         { content: "\f049"; }
nav#bottom-menu span.printer:before       { content: "\f02f"; }
nav#bottom-menu span.last:before          { content: "\f050"; }
nav#bottom-menu span.thumbs:before        { content: "\f00a"; }
nav#bottom-menu span.share:before         { content: "\f1e0"; }


nav#bottom-menu span.share a{
    width: 100%;
    height: 100%;
    opacity: .0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

#addthis_container, #addthis_container_desktop, #volume_container_desktop{
    background-color: white;
    display: none;
    height: 181px;
    left: 20%;
    margin-bottom: 30px;
    position: absolute;
    -webkit-transform: translate(-50%, 0px);
       -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
         -o-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    width: 37px;
}

#addthis_container2{
    background-color: white;
    display: none;
    height: 181px;


    top: 60px;

    left: 50%;
    z-index: 1000 !important;

    margin-bottom: 30px;
    position: absolute;
    
    width: 37px;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
           -transform: translateX(-50%);   
}

#addthis_container_desktop{
    left: 20% !important;
    transform: translateX(-20%) !important;
    z-index: 1000 !important
}

#volume_container_desktop{
    left: 80% !important;
    transform: translateX(-20%) !important;
    z-index: 1000 !important;
    height: 140px;
}

#volume_container_desktop img{
    width: 25px;
    margin: 5px;
    border: none;
}


.addthis_floating_style{
    -webkit-border-radius:  8px 0 8px 8px !important;
    -moz-border-radius:     8px 0 8px 8px !important;
    -ms-border-radius:      8px 0 8px 8px !important;
    -o-border-radius:       8px 0 8px 8px !important;
    border-radius:          8px 0 8px 8px !important;
}

#addthis_container2.addthis_floating_style{
    -webkit-border-radius:  0 8px 8px 8px !important;
    -moz-border-radius:     0 8px 8px 8px !important;
    -ms-border-radius:      0 8px 8px 8px !important;
    -o-border-radius:       0 8px 8px 8px !important;
    border-radius:          0 8px 8px 8px !important;
}

#addthis_container a[data-action=close], #addthis_container2 a[data-action=close], #addthis_container_desktop a[data-action=close], #volume_container_desktop a[data-action=close] {
    background-color: white;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 7px 0 5px;
    position: absolute;
    text-decoration: none;
    top: 0;
}

#addthis_container a[data-action=close], #addthis_container_desktop a[data-action=close], #volume_container_desktop a[data-action=close] {
    right: -20px;
    -webkit-border-radius:  0 5px 5px 0;
    -moz-border-radius:     0 5px 5px 0;
    -ms-border-radius:      0 5px 5px 0;
    -o-border-radius:       0 5px 5px 0;
    border-radius:          0 5px 5px 0;
}

#addthis_container2 a[data-action=close]{
    left: -20px;
    -webkit-border-radius:  5px 0 0 5px;
    -moz-border-radius:     5px 0 0 5px;
    -ms-border-radius:      5px 0 0 5px;
    -o-border-radius:       5px 0 0 5px;
    border-radius:          5px 0 0 5px;
}
/**********************************************************************************************************************
 * DESKTOP MENU BOTTOM/TOP
 **********************************************************************************************************************/

div.desktop-menu-top,
div.desktop-menu-bottom,
div.desktop-menu-bottom-extra {
    display: none;
}

/**********************************************************************************************************************
 * COPYRIGHT MENU
 **********************************************************************************************************************/

nav#copyright-menu {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    background-color: #E1E1E1;
    z-index: 1000;

    -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
}

nav#copyright-menu output a {
    color: #8b8b8b;
    display: table;
    font-size: 11px;
    /*font-style: italic;*/
    margin: -1px auto 0;
    text-align: center;
    text-decoration: none;
}


nav#copyright-menu output a.powered_by_uniflip {
    background: url("//www.uniflip.com/html5_shared/icons/html5_16X16.png") no-repeat scroll 3px 5px transparent;
    padding: 0px 0px 0 22px;
    /*height: 16px;
    left: 50%;
    opacity: 1;
    overflow: hidden;    
    position: fixed; 
    text-align: center;
    white-space: nowrap;
    min-width: 110px; 
    background-color: transparent;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
           -transform: translateX(-50%);*/

}



.nopointer{
    cursor: default !important;
}

/**********************************************************************************************************************
 * MENU TRIGGER
 **********************************************************************************************************************/

div#canvas{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FCFEFF;
    
    z-index: 500;

    background-size:  100% auto; /* Rubén */
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

div.menu-trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 1000;

    width: 40px;
    height: 40px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;

    /*opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);*/
}

div.menu-trigger:after {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    color: #556270;
    margin-right: 12px;
    text-align: center;
    font-variant: normal;
    font-size: 1.75em;
    text-transform: none;
    line-height: 1em;
    /*content: "\f0c9";*/
    position: absolute;
    top: 25px;
    left: 25px;
}

div.menu-trigger img {
    width: 50%;
    /*height: 50%;*/
    position: relative;
    top: 41%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

/**********************************************************************************************************************
 * CATALOG
 **********************************************************************************************************************/

body{
    font: 18px/27px 'Helvetica', sans-serif;
    overflow:hidden;
    background-color:#fcfcfc;
    margin:0;
    padding:0;
}

.onlyfortest_left{ 
    top: 100% !important;
    left: 0px !important;
    margin-top: -310px !important;
    z-index: 99 !important;
    position: absolute !important; 
}

.onlyfortest_right{
    top: 100% !important;
    left: 100% !important;
    margin-top: -200px !important;
    margin-left: -190px !important;
    z-index: 99 !important;
    position: absolute !important;
}

/**********************************************************************************************************************
 * VIEWPORTS
 **********************************************************************************************************************/

.catalog-viewport .container{
    /* width: 922px; */
    /* height: 600px; */
    position: absolute;
    top: 50%;
    left: 50%;
}

.catalog-viewport .catalog{
    /* width: 922px; */
    /* height: 600px; */
    display: block;
    overflow: visible !important;
}

.catalog-viewport .page{
    /* width: 461px; */
    /* height: 600px; */
    background-color: white;

    /*background-size: 100% 100%;*/

    cursor:
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_plus.cur') 13 13,
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_plus.png') 13 13,
        pointer;
}

/* only for IE */
.catalog-viewport .page{
    cursor:
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_plus.cur'),
        pointer;
}

.catalogZoomedOnePage{
    -webkit-transform: translate( -25%, 0%) !important;
       -moz-transform: translate( -25%, 0%) !important;
        -ms-transform: translate( -25%, 0%) !important;
         -o-transform: translate( -25%, 0%) !important;
            transform: translate( -25%, 0%) !important;
}

.catalog-viewport.zoomedIn .page{
    cursor:
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_minus.cur') 13 13,
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_minus.png') 13 13,
        pointer;
}

/* only for IE */
.catalog-viewport.zoomedIn .page{
    cursor:
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_minus.cur'),
        pointer;
}

.catalog-viewport.zoomedIn .catalog{
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.catalog-viewport.zoomedIn .catalog.scrolled{
    overflow-y: auto !important;
    overflow-x: auto !important;
}

.page-wrapper.zoomedIn{
    width: 100% !important;
    height: 200% !important;
    /*z-index: auto !important;  */

    cursor:
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_minus.cur') 13 13,
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_minus.png') 13 13,
        pointer;
}

.catalog-viewport.zoomedIn.OnePage .page-wrapper.zoomedIn{
    width: 200% !important;
}

.page-wrapper.zoomedIn > div, .page-wrapper.zoomedIn .page{
    width: 100% !important;
    height: 100% !important;
    z-index: 55 !important;
    transform: none !important;
    transform-origin: none !important;
    cursor:
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_minus.cur') 13 13,
        url('//www.uniflip.com/html5_shared/icons/cursor_zoom_minus.png') 13 13,
        pointer;
}

.page-wrapper.zoomedIn{
    z-index: 10000 !important;    
}

.page-wrapper.zoomedIn *{
    z-index: auto !important;    
}

.page-wrapper.zoomedIn .region{
    z-index: 11000 !important;    
}

.onTop{
    z-index: 10000 !important;
}

.page-wrapper.zoomedIn .onTop{
    z-index: 12000 !important;
}

.cursorHand{
    cursor: pointer !important;
}

/* Rubén: we hide the regions until the page-background-image is loaded. Then we show them. */
a.region,
div.region{
    display: none;
    z-index: 150 !important;
}

.catalog-viewport .zoomer .region{
    display: none;
}

.catalog .region{
    position: absolute;
    cursor: pointer;

    background-size:  100% 100%; /* Rubén 100% instead contain. */ /*contain;*/

    /* Rubén: no bg color and rounded borders. */
  /*
    background-color: rgba(0,153,255, .5);

    background-position: top left;
    background-repeat: no-repeat;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;*/
}

.catalog .region.highlighted:hover { 
    transition: all 0.2s ease-in-out;
    animation: glowEffect 2s cubic-bezier(0.3, -0.1, 0.4, 1.1) infinite alternate;
}
/*.catalog .region:hover{
    border: ;
}*/

.catalog .region.zoom{
    opacity: .01;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

.catalog .region.zoom:hover{
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.catalog .region div.show-inner-html,
.catalog .region div.show-inner-html iframe{
    position: absolute; 
    width: 100% !important; 
    height:100% !important;
    top: 0;
    left: 0;
}

.catalog .region div.show-inner-html{
    color: black;
    overflow: hidden;
}

.catalog .region div.show-inner-html > p{
    padding: 0;
    /*margin: 0;*/
    /*position: absolute;*/
    width: 100%;
   /* height: 100%;*/
    white-space: normal;
    line-height: initial;
    text-align: center;
}

.catalog .region div.show-inner-html span{
    display: inline-block;
}


.catalog .region i.fa{
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
}


body.no-cart .uf_cursor_cart{
    display: none !important;
}

.catalog-viewport.zoomedIn .catalog .region i.fa{
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
}

.catalog .page{
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 0 20px rgba(0,0,0,0.2);
         -o-box-shadow: 0 0 20px rgba(0,0,0,0.2);
            box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.catalog-viewport .page img{
    -webkit-touch-callout: none;

    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    margin: 0;

    position: absolute;
    z-index: 50;
}

.catalog .even .gradient{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;

    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
    background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
    background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.catalog .odd .gradient{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;

    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
    background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
    background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.catalog-viewport .zoom-in .even .gradient,
.catalog-viewport .zoom-in .odd .gradient{
    display:none;
} 
  
.bgloader{
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: initial !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    z-index: 1; 
}

.catalog-viewport.zoomedIn .bgloader{
    height: 100px;
    left: 0;
    top: 0;
    width: 100px;
/*
     z-index: 9999999;
   border: 2px solid red;
    background-color: blue;

    color: yellow;*/

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.catalog-viewport.zoomedIn .catalog.scrolled .bgloader{
    height: 100px;
    left: 50%;
    top: 50%;
    width: 100px;
/*
    z-index: 9999999;
    border: 2px solid blue;
    background-color: yellow;

    color: red;*/

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.catalog-viewport .loader{
    background-image: url(../images/loader.gif);
    width: 22px;
    height: 22px;
    position:absolute;
    top: 50%;
    left: 50%;
}

.cursorHand .bgloader{
    display: none !important;
}

/*
.catalog-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
       -moz-transition: -moz-box-shadow 0.5s;
        -ms-transition: -ms-box-shadow 0.5s;
         -o-transition: -o-box-shadow 0.5s;
            transition: box-shadow 0.5s;

    -webkit-box-shadow: 0 0 20px #ccc;
       -moz-box-shadow: 0 0 20px #ccc;
        -ms-box-shadow: 0 0 20px #ccc;
         -o-box-shadow: 0 0 20px #ccc;
            box-shadow: 0 0 20px #ccc;
}
*/

.catalog-viewport .shortcuts {
    position: absolute;
    left: 50%;
    bottom: 0;

    background-color: rgba(0,0,0, .4);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;

    -webkit-transform: translate(-50%, 100%);
       -moz-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
         -o-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
}
.catalog-viewport .shortcuts.first-page { left: 75%; }
.catalog-viewport .shortcuts.last-page  { left: 25%; }

.catalog-viewport .shortcuts i.fa {
    color: #FFFFFF;
    font-size: 14px !important;
    margin: 0 20px;
}


.catalog-viewport .next-button,
.catalog-viewport .previous-button{
    width: 22px;
    /*min-height: 100%;*/ /* Rubén: fixed height. */
    height: 40%;
    position: absolute;
    top:50%;
    z-index: 2000; /* This does not make it work in mobile with zoom. */
    transform:                      translate(0, -50%);
    -webkit-transform:              translate(0, -50%);
    -moz-transform:                 translate(0, -50%);
    -ms-transform:                  translate(0, -50%);
    -o-transform:                   translate(0, -50%);


    cursor: pointer;
    background-color: rgba(0,0,0, .4);
}

.catalog-viewport.zoomedIn .next-button,
.catalog-viewport.zoomedIn .previous-button{
   display: none !important;
}

.catalog-viewport .next-button,
.catalog-viewport .next-button{
    display: none;
}

.catalog-viewport .next-button{ 
    right: -22px;

    -webkit-border-radius: 0 11px 11px 0;
       -moz-border-radius: 0 11px 11px 0;
        -ms-border-radius: 0 11px 11px 0;
         -o-border-radius: 0 11px 11px 0;
            border-radius: 0 11px 11px 0;

    /*
    background-image: url(../images/arrows.png);
    background-position: -38px 50%;
    background-repeat: no-repeat;*/
}

.catalog-viewport .previous-button{
    left: -22px;

    -webkit-border-radius: 11px 0 0 11px;
       -moz-border-radius: 11px 0 0 11px;
        -ms-border-radius: 11px 0 0 11px;
         -o-border-radius: 11px 0 0 11px;
            border-radius: 11px 0 0 11px;

    /*
    background-image: url(../images/arrows.png);
    background-position: -4px 50%;
    background-repeat: no-repeat;*/
}


/*.catalog-viewport .next-button:after, .catalog-viewport .previous-button:after {*/ /* Without the <i> elements in DOM */
.catalog-viewport .next-button i, .catalog-viewport .previous-button i {             /* With the <i> elements in DOM */
    color: #556270;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.75em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0em;
    margin-right: 12px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 50%;
    left:-3px;
    width: 1em;
}

.catalog-viewport .next-button img, .catalog-viewport .previous-button img {             /* With the <i> elements in DOM */
    display: inline-block;
    position: absolute;
    width: 0.75em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}



/*.catalog-viewport .next-button:after, .fa-step-forward:before {*/ /* Without the <i> elements in DOM */
.catalog-viewport .next-button i, .fa-step-forward i {              /* With the <i> elements in DOM */
    content: "\f0da" !important;
    font-size: 26px !important;
}

/*.fa-step-forward:before { */ /* Without the <i> elements in DOM */
.fa-step-forward:before {      /* With the <i> elements in DOM */
    line-height: 45px !important;
}

/*.catalog-viewport .previous-button:after, .fa-step-backward:before {*/ /* Without the <i> elements in DOM */
.catalog-viewport .previous-button i, .fa-step-backward i {              /* With the <i> elements in DOM */
    content: "\f0d9" !important;
    font-size: 26px !important;
}

/*.fa-step-backward:before {*/ /* Without the <i> elements in DOM */
.fa-step-backward i {          /* With the <i> elements in DOM */
    line-height: 45px !important;
}


/*
.catalog-viewport .previous-button-hover,
.catalog-viewport .next-button-hover{
    background-color:rgba(0,0,0, 0.2);
}

.catalog-viewport .previous-button-hover,
.catalog-viewport .previous-button-down{
    background-image: url(../images/arrows.png);
    background-position: -4px 284px;
    background-repeat: no-repeat;
}

.catalog-viewport .previous-button-down,
.catalog-viewport .next-button-down{
    background-color: rgba(0,0,0, .4);
}

.catalog-viewport .next-button-hover,
.catalog-viewport .next-button-down{
    background-image: url(../images/arrows.png);
    background-position: -38px 284px;
    background-repeat: no-repeat;
}
*/

.catalog-viewport .zoom-in .shortcuts/*,
.catalog-viewport .zoom-in .next-button,
.catalog-viewport .zoom-in .previous-button*/{
    display: none;
}

.animated{
    -webkit-transition: margin-left 0.5s;
       -moz-transition: margin-left 0.5s;
        -ms-transition: margin-left 0.5s;
         -o-transition: margin-left 0.5s;
            transition: margin-left 0.5s;
}

/**********************************************************************************************************************
 * THUMBNAILS
 **********************************************************************************************************************/

.thumbnails{
    display: none;
    z-index: 2147483647;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0, .75);
    overflow: auto;
}
.thumbnails ul {
    position: absolute;
    top: 20px;

    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0 10%;
    text-align: center;

/*


    left: 50%;
    width: 80%;

   /* -webkit-transform: scale3d(.5,.5, 1);
       -moz-transform: scale3d(.5,.5, 1);
        -ms-transform: scale3d(.5,.5, 1);
         -o-transform: scale3d(.5,.5, 1);
            transform: scale3d(.5,.5, 1);*/
/*
    -webkit-transition: -webkit-transform 100ms ease-in-out;
       -moz-transition: -moz-transform 100ms ease-in-out;
        -ms-transition: -ms-transform 100ms ease-in-out;
         -o-transition: -o-transform 100ms ease-in-out;
            transition: transform 100ms ease-in-out;

        -webkit-transform: translate(-50%, 20px);
           -moz-transform: translate(-50%, 20px);
            -ms-transform: translate(-50%, 20px);
             -o-transform: translate(-50%, 20px);
               -transform: translate(-50%, 20px);          */  
} 

.thumbanils-touch ul{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none; 
            transform: none;
}

.thumbnails-hover ul {
  /*  -webkit-transform: scale3d(.6,.6, 1);
       -moz-transform: scale3d(.6,.6, 1);
        -ms-transform: scale3d(.6,.6, 1);
         -o-transform: scale3d(.6,.6, 1);
            transform: scale3d(.6,.6, 1);*/
}

.thumbnails li {
    list-style-type: none;
    display: inline-block;
    margin: 5px;
    padding: 0;
    cursor: pointer;
    position: relative;

    -webkit-box-shadow: 0 0 10px #CCC;
       -moz-box-shadow: 0 0 10px #CCC;
        -ms-box-shadow: 0 0 10px #CCC;
         -o-box-shadow: 0 0 10px #CCC;
            box-shadow: 0 0 10px #CCC;

    -webkit-transition: -webkit-transform 60ms;
       -moz-transition: -webkit-transform 60ms;
        -ms-transition: -webkit-transform 60ms;
         -o-transition: -webkit-transform 60ms;
            transition: -webkit-transform 60ms;
}

.thumbnails li:after {
    content: attr(data-page);
    display: block;

    font-size: 20px;
    font-weight: bolder;
    color: white;

    white-space: nowrap;

    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;

    /*padding: 5px 0;*/
    background-color: rgba(0,153,255, .85);
}

.thumbnails .current {
    -webkit-box-shadow: 0 0 10px #000;
       -moz-box-shadow: 0 0 10px #000;
        -ms-box-shadow: 0 0 10px #000;
         -o-box-shadow: 0 0 10px #000;
            box-shadow: 0 0 10px #000;
}

.thumbnails .thumb-hover {
 /*   -webkit-transform: scale3d(1.1, 1.1, 1);
       -moz-transform: scale3d(1.1, 1.1, 1);
        -ms-transform: scale3d(1.1, 1.1, 1);
         -o-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);*/

    -webkit-box-shadow: 0 0 10px #666;
       -moz-box-shadow: 0 0 10px #666;
        -ms-box-shadow: 0 0 10px #666;
         -o-box-shadow: 0 0 10px #666;
            box-shadow: 0 0 10px #666;
}

.thumbanils-touch .thumb-hover{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}

.thumbnails img {
    float: left;
    width: 60px;
    /*height: 130px;*/
}

/**********************************************************************************************************************
 * MESSAGE
 **********************************************************************************************************************/

.exit-message{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 10000;
}

.exit-message > div{
    width: 140px;
    height: 30px;
    margin: auto;
    background: rgba(0,0,0, .5);
    text-align: center;
    font: 12px arial;
    line-height: 30px;
    color: white;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}

/**********************************************************************************************************************
 * ZOOM
 **********************************************************************************************************************/

/* Rubén: background image replaced by fontAwesome. */
.zoom-icon{
    display: none;
    position: absolute;
    z-index: 100000;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;

    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.zoom-icon:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.75em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0em;
    margin-right: 12px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 30px;
    right:5px;
    width: 1em;
}

/*
.zoom-icon-in:after {
    content: "\f065";
}*/

.zoom-icon-in.zoom-icon-in-hover:after, .zoom-icon-in.zoom-icon-in-hover img {
    cursor: pointer;
}
/*
.zoom-icon-out:after {
    content: "\f066";
}*/

.zoom-icon-out.zoom-icon-out-hover:after, .zoom-icon-out.zoom-icon-out-hover img {
    cursor: pointer;
}

.zoom-icon img {
    width: 50%;
    /*height: 50%;*/
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}


/**********************************************************************************************************************
 * FULL SCREEEN TRIGGER
 **********************************************************************************************************************/

.full-screen-icon{
   /* display: none;*/
    position: absolute;
    cursor: pointer;
    z-index: 100000;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;

    /*opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);*/
}

.full-screen-icon:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.75em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0em;
    margin-right: 12px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 30px;
    right:5px;
    width: 1em;
}

/*
.full-screen-icon-in:after {
    content: "\f065";
}*/

.full-screen-icon-in.full-screen-icon-in-hover:after, .full-screen-icon-in.full-screen-icon-in-hover img {
    cursor: pointer;
}
/*
.full-screen-icon-out:after {
    content: "\f066";
}*/

.full-screen-icon-out.full-screen-icon-out-hover:after, .full-screen-icon-out.full-screen-icon-out-hover img {
    cursor: pointer;
}

.full-screen-icon img {
    width: 50%;
    /*height: 50%;*/
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

/**********************************************************************************************************************
 * SHARE-TRIGGER (AT CORNER)
 **********************************************************************************************************************/

/* Rubén: background image replaced by fontAwesome. */
.share-trigger{
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 100000;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 50%;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;

    /*opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);*/

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
           -transform: translateX(-50%);    
}

.share-trigger:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.75em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 0em;
    margin-right: 12px;
    position: absolute;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    top: 30px;
    right:5px;
    width: 1em;
}

/*
.share-trigger-in:after {
    content: "\f065";
}*/

.share-trigger-in.share-trigger-in-hover:after, .share-trigger-in.share-trigger-in-hover img {
    cursor: pointer;
}
/*
.share-trigger-out:after {
    content: "\f066";
}*/

.share-trigger-out.share-trigger-out-hover:after, .share-trigger-out.share-trigger-out-hover img {
    cursor: pointer;
}

.share-trigger img {
    width: 50%;
    /*height: 50%;*/
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

/**********************************************************************************************************************
 * BOTTOM
 **********************************************************************************************************************/

.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/**********************************************************************************************************************
 * TOOLTIPS
 **********************************************************************************************************************/

.tipsy { font-size: 10px; line-height:12px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

/* Rubén: added !important to transparent border for overwrite bgcolor. */
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent !important; border-right-color:  transparent !important; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color:  transparent !important; border-right-color:  transparent !important;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color:  transparent !important; border-right-color:  transparent !important;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color:  transparent !important; border-right-color:  transparent !important; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color:  transparent !important; border-right-color:  transparent !important; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color:  transparent !important; border-right-color:  transparent !important; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color:  transparent !important; border-bottom-color:  transparent !important; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color:  transparent !important; border-bottom-color:  transparent !important; }

/**********************************************************************************************************************
 FANCYBOX EXTENDED STYLES
 **********************************************************************************************************************/

.fancybox-overlay{
    z-index: 100009; /* Must be higher than tooptips. Then we avoid the overlapping. */
}

.fancybox-opened{
    z-index: 100019; /* Must be higher than tooptips. Then we avoid the overlapping. */   
}

.fancybox-skin{
    background-color: white !important;
}

/**********************************************************************************************************************
 ADDTHIS EXTENDED STYLES
 **********************************************************************************************************************/

.addthis-smartlayers{
    background-color: white !important;
}

/**********************************************************************************************************************
 WORKING ANIMATION
 **********************************************************************************************************************/

.progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #1A1A1A;
    height: 25px;
    padding: 5px;
    width: 350px;
    margin: 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

    -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
       -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
            box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-bar span {
    display: inline-block;
    height: 100%;
    background-color: #777;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
       -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
            box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;

    -webkit-transition: width .4s ease-in-out;
       -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
         -o-transition: width .4s ease-in-out;
            transition: width .4s ease-in-out;

    -webkit-background-size: 30px 30px;
       -moz-background-size: 30px 30px;
            background-size: 30px 30px;

    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-color: #34c2e3;

    -webkit-animation: animate-stripes 3s linear infinite;
       -moz-animation: animate-stripes 3s linear infinite;
        -ms-animation: animate-stripes 3s linear infinite;
         -o-animation: animate-stripes 3s linear infinite;
           -animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
      0% {background-position: 0 0;}
    100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
      0% {background-position: 0 0;}
    100% {background-position: 60px 0;}
}
@-ms-keyframes animate-stripes {
      0% {background-position: 0 0;}
    100% {background-position: 60px 0;}
}
@-o-keyframes animate-stripes {
      0% {background-position: 0 0;}
    100% {background-position: 60px 0;}
}
@keyframes animate-stripes {
      0% {background-position: 0 0;}
    100% {background-position: 60px 0;}
}

/**********************************************************************************************************************
 MEDIA QUERIES
 **********************************************************************************************************************/

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    nav#slide-menu > ul {
        margin: 20px;
    }
    nav#slide-menu > ul li {
        font-size: 14px;
        padding: 0;
    }

    div.menu-trigger:after {
        border-width: 15px 0 15px 15px;
    }

    div.thumbnails li {
        margin: 10px 5px;
    }
    div.thumbnails li:after {
        padding: 3px 0 0 0;
        font-size: 10px !important;
        line-height: 15px;
    }
    div.thumbnails li img {
        width: 40px;
        max-height: 63px;
    }

    nav#bottom-menu span{
        position: initial !important;
        margin: 0 5px !important;
        transform: none !important;
        max-width: 90px;
    }

    nav#bottom-menu input.pager[type="text"]{
        position: absolute !important;
        margin: 0 5px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
        max-width: 90px;
    }

    output#outputmarquee div{
        text-align: center;
        line-height: 18px;
        margin-top: -2px; 
        /*padding: 2px;*/
    }


    nav#bottom-menu{
        text-align: center;
        vertical-align: bottom;
    }

}

@media screen and (min-width: 568px) {
    nav#bottom-menu span.thumbs{
        left: 50%;
        transform:                      translate(-100px, 0px);
        -webkit-transform:              translate(-100px, 0px);
        -moz-transform:                 translate(-100px, 0px);
        -ms-transform:                  translate(-100px, 0px);
        -o-transform:                   translate(-100px, 0px);
    }
}
/*
@media screen and (min-device-width: 320px) and (max-device-width: 1280px) and (orientation: landscape) {  
    #welcome {
        display: none !important;
    }
} */
/*
@media screen and (min-width : 1024px) and (orientation: landscape) {
    body.menu-active nav#slide-menu {
        display: none; 
    }
}
*/ 

/*@media screen (max-width: 1024px) and (orientation: landscape) {  */
@media screen (max-width: 800px) and (orientation: landscape) {      
    #welcome {
        display: none !important;
    }
}

/*@media screen and (min-width: 1025px) and (orientation: landscape) {*/
@media screen and (min-width: 801px) and (orientation: landscape) {    

    body.menu-active div#canvas {
        left: 0px;
    }

    .catalog-viewport .shortcuts {
        display: none;
    }

    body.menu-active div.menu-trigger,
    div.menu-trigger,
    nav#slide-menu,
    nav#bottom-menu {
        display: none;
    }

    .catalog-viewport .next-button,
    .catalog-viewport .next-button{
        display: block;
    }

    .page-wrapper.zoomedIn{
        width: 100% !important;
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

    #welcome{
        display: block;
    }

    .catalogWelcomed{
        -webkit-transform: translate( 25%, 0%) !important;
           -moz-transform: translate( 25%, 0%) !important;
            -ms-transform: translate( 25%, 0%) !important;
             -o-transform: translate( 25%, 0%) !important;
                transform: translate( 25%, 0%) !important;
    }

    .catalogWelcomed #welcome{
        z-index: 1 !important;
    }


    .catalog-viewport .zoom-in #welcome{
        display: none !important;
    }


    div.desktop-menu-top,
    div.desktop-menu-bottom,
    div.desktop-menu-bottom-extra {
        display: block;
        z-index: 90000;
    }

    div.desktop-menu-top,
    div.desktop-menu-bottom,
    div.desktop-menu-bottom-extra {
        position: absolute;
        left: 0;
        width: 100%;
    }
    div.desktop-menu-top {
        top: 0;
        height: 44px;
        background-color: #369;
    }
    div.desktop-menu-bottom {
        bottom: 20px;
        height: 44px;
        background-color: #369;
    }
    div.desktop-menu-bottom-extra {
        bottom: 0;
        height: 20px;
        background-color: #DDD;
        text-align: center;
    }
    div.desktop-menu-bottom-extra img {
        position: absolute;
        height: 14px;
        width: auto;
        top: 50%;
        left: 50%;
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
               -transform: translate(-50%, -50%);
    }

    *[data-name=share],
    *[data-name=volume],
    *[data-name=zoom],
    *[data-name=print-left],
    *[data-name=print-right],
    *[data-name=goto-first],
    *[data-name=goto-last],
    *[data-name=goto-prev],
    *[data-name=goto-next],
    *[data-name=download],
    *[data-name=thumbs] {
        cursor: pointer;
    }

    .mute_extra.fa-close:before{
        font-size: 0.5em;
        padding: 2px;
        position: relative;
        top: -4px;
    }

    .zoom-icon, .full-screen-icon, .share-trigger, .cart-icon{
        display: none;
     }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

    div.desktop-menu-top > ul,
    div.desktop-menu-bottom > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    div.desktop-menu-top > ul > li,
    div.desktop-menu-bottom > ul > li {
        position: absolute;
        display: block;
        top: 0;
        width: auto;
        height: 44px;
        line-height: 44px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    div.desktop-menu-bottom > ul > li > i.fa {
        margin: 0;
        padding: 0;
        line-height: 13px;
    }

    div.desktop-menu-bottom > ul > li > img.fa {
        margin: 0;
        padding: 0;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
               -transform: translateY(-50%);
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

    div.desktop-menu-top ol[data-name=options][rel],
    div.desktop-menu-top ol[data-name=options][rel] {
        display: none;
        width: 44px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        box-shadow: 0px 2px 4px rgba(0,0,0, .5);
    }
    div.desktop-menu-top ol[data-name=options][rel] li,
    div.desktop-menu-top ol[data-name=options][rel] li {
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 22px;
    }

    img.fa-print{
        width: 28px;
    }

    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(1) { background-color: #E8E8E8; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(2) { background-color: #305991; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(3) { background-color: #4498c6; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(4) { background-color: #2da8d2; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(5) { background-color: #ce4d38; }

    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(1) a { color: #333333; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(2) a { color: #FFFFFF; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(3) a { color: #FFFFFF; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(4) a { color: #FFFFFF; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(5) a { color: #FFFFFF; }

    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(1) { background-color: #336699; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(2) { background-color: #225588; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(3) { background-color: #114477; }

    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(1) a { color: #FFFFFF; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(2) a { color: #FFFFFF; }
    div.desktop-menu-top ol[data-name=options][rel] li:nth-child(3) a { color: #FFFFFF; }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

    div.desktop-menu-bottom > ul > li span,
    div.desktop-menu-top > ul > li span {
        display: inline-block;
        font-size: 10px;
        margin: 0 4px;
        float: right;
        max-width: 75px;
        line-height: 11px;

        position: relative;
        top: 50%;

        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
               -transform: translateY(-50%);

    }

    div.desktop-menu-bottom > ul > li.centerSide span, div.desktop-menu-bottom > ul > li.centerSide input, div.desktop-menu-bottom > ul > li.centerSide label{
        float: left !important;
        margin: 0 !important;
    }
    div.desktop-menu-bottom > ul > li.centerSide i{ font-size: 13px; /*float: right !important;*/}
    div.desktop-menu-bottom > ul > li.centerSide img{ position: relative; top: 0px !important; left: 3px;}

    div.desktop-menu-bottom > ul > li.leftSide span, div.desktop-menu-bottom > ul > li.leftSide i, div.desktop-menu-bottom > ul > li.leftSide img{
        float: left !important;
    }

    div.desktop-menu-bottom > ul > li.rightSide span, div.desktop-menu-bottom > ul > li.rightSide i, div.desktop-menu-bottom > ul > li.rightSide img{
        float: right !important;
    }

    div.desktop-menu-bottom > ul > li i{
        line-height: 45px !important;
        margin: 0 5px !important;
    }

    div.desktop-menu-top > ul > li:nth-child(1) {
        width: 150px;
        text-align: left;
        left: 5px;
        position: relative;
    }
 
    div.desktop-menu-top > ul > li img {
        position: relative;
        top: 50%;

        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
               -transform: translateY(-50%);
    }

    div.desktop-menu-top > ul > li:nth-child(1) img {
        max-height: 30px;
        display: none;
        border: none;
    }

    div.desktop-menu-top > ul > li:nth-child(1){
        line-height: 0px;
    }    

    div.desktop-menu-top > ul > li:nth-child(2) {
        width: 90px;
        left: 20%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }

    div.desktop-menu-top > ul > li:nth-child(3) {
        width: 100px;
        left: 30%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }

    div.desktop-menu-top > ul > li:nth-child(2) *, div.desktop-menu-top > ul > li:nth-child(3) *{
        float: right;
    }

    div.desktop-menu-top > ul > li:nth-child(4) {
        width: 140px;
        top: 0;
        left: 50%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }

    div.desktop-menu-top > ul > li:nth-child(5) {
        width: 100px;
        left: 70%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }

    div.desktop-menu-top > ul > li:nth-child(5) *, div.desktop-menu-top > ul > li:nth-child(6) img, div.desktop-menu-top > ul > li:nth-child(7) *{
        float: right;
    }

    div.desktop-menu-top > ul > li:nth-child(6) ol{
        position: relative;

        -webkit-transform: translateX(50%);
       -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
         -o-transform: translateX(50%);
           -transform: translateX(50%);
    }

    div.desktop-menu-top > ul > li:nth-child(6) > ol >li:nth-child(1) a{
        position: relative;
        left: 8px;
    }

    div.desktop-menu-top > ul > li:nth-child(6) ol, div.desktop-menu-top > ul > li:nth-child(6) ol *{
        float: none !important;
    }

    div.desktop-menu-top > ul > li:nth-child(6) {
        width: 44px;
        left: 80%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }


    div.desktop-menu-top > ul > li:nth-child(7) {
        width: 44px;
        right: 0px;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }
    div.desktop-menu-top > ul > li:nth-child(7) span {
        float: left;
    }

    div.desktop-menu-top > ul > li:nth-child(4) form {
        position: relative;
        margin: 7px 0;
        padding: 0;
    }
    div.desktop-menu-top > ul > li:nth-child(4) form input[type=text] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 21px;
        margin: 1px;
        padding: 2px;
        outline: 0px none;
        border-radius: 5px;
        border: 1px solid;
        text-indent: 29px;
        font-size: 11px;
        font-weight: bold;
        font: 10px 'Helvetica', sans-serif;
        color: #FFFFFF;
        background-color: #272b34;
    }
    div.desktop-menu-top > ul > li:nth-child(4) form input[type=submit] {
        position: absolute;
        display: inline-block;
        top: 7px;
        left: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAbdJREFUeNqU0D1oE2EYwPH/m7shJzbXDmoTP6pCCRGsnYpiUUQIgsINKhwExEVBRcFyS1uH0kXxA0R0iYMOFU4R5BxEDgSRDopaEVREUEzIYFtSyV1oDnPX1+WGSwY//uP78ON9eARxtuPuBSaBYWAJmAXGTaO4SFepGIwBz6MoGvq5VJ/1fa8mpTwGfLQdd3s3UuPHy16j8WL6gmXVqpUFQC0dPzFy0DhcFkLMADs6fmq32yUp5cr9mTtWrVp5C1SAr/fu3naq37+VhRBDtuNu60BhGBbCMKw/c5+8A1YSs2XgDYDve/kOFLSW51VVXWs7bl/37uv6cwWAxYX5jmOkPn/68EAIkZJSlm3HXZ245nBa084GQevLxNiZuSQSgHblRvnqxoHNp4EfwFNgDXAAUKSUbSHEEdMoPk4igOypc9ahkV2jJ9Oalo+iqNH0vfeKoug9GX0U+AWYplF8lEQAPUAWWAWEQLM/t16bvnT9VkbX98WwZBrFh4I/J7K5Dfmpi9du6r19+2N4VPkLoul79bnXL1/t3L2nkE5rg0HQavCPiYyuD1oTU+c3DWzZyn8kgF5A/B4AkL2hXrbJ3K4AAAAASUVORK5CYII%3D) no-repeat center;
        border: none;
        width: 13px;
        height: 14px;
        cursor: pointer;
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

    div.desktop-menu-bottom > ul > li:nth-child(1) {
        width: 90px;
        left: 5%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }
    div.desktop-menu-bottom > ul > li:nth-child(2) {
        width: 110px;
        left: 16%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }
    div.desktop-menu-bottom > ul > li:nth-child(3) {
        width: 140px;
        left: 30%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }
    div.desktop-menu-bottom > ul > li:nth-child(4) {
        min-width: 150px;
        left: 50%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }

   /* div.desktop-menu-bottom > ul > li:nth-child(4) > span {
        position: relative;
        top: -1px;
    }

    div.desktop-menu-bottom > ul > li:nth-child(4) span {
        display: inline;
        float: none !important;
        margin: 0 auto !important;
        cursor: pointer;
        position: relative;
        top: -1px;
    }*/

    #blockPageNumber{
        background-color: gray;
        display: table;
        width: 150px;
    }

    #blockPageNumber span, #blockPageNumber input, #blockPageNumber label{
        display: table-cell;
        float: left !important;
    }

    div.desktop-menu-bottom > ul > li:nth-child(4) input[type=number],
    div.desktop-menu-bottom > ul > li:nth-child(4) label {
        color: #FFFFFF;
        font-size: 10px;
        font-weight: bolder;
        font-family: Helvetica, sans-serif;
    }
    div.desktop-menu-bottom > ul > li:nth-child(4) label {
        margin-left: 0px;
        cursor: pointer;
        position: relative;
      /*  top: -1px; */       
    }
    div.desktop-menu-bottom > ul > li:nth-child(4) input[type=number] {
        width: 25px;  
        text-align: right;
        background-color: transparent;
        border: 0;
        outline: none;
        position: relative;
        top: 15px; /* 50% */

        /*transform: translateY(-50%); */
    }

    /* Hack for Firefox */
    @-moz-document url-prefix() {
        div.desktop-menu-bottom > ul > li:nth-child(4) input[type=number] {
            top: 14px;
        }
    }    

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance:textfield !important;
    }


    div.desktop-menu-bottom > ul > li:nth-child(5) {
        width: 140px;
        left: 70%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }
    div.desktop-menu-bottom > ul > li:nth-child(5) span {
        float: left;
    }
    div.desktop-menu-bottom > ul > li:nth-child(6) {
        width: 110px;
        left: 84%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }
    div.desktop-menu-bottom > ul > li:nth-child(6) span {
        float: left;
    }
    div.desktop-menu-bottom > ul > li:nth-child(7) {
        width: 90px;
        left: 95%;

        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
               -transform: translateX(-50%);
    }
    div.desktop-menu-bottom > ul > li:nth-child(7) span {
        float: left;
    }
}


@media (max-device-width: 1023px) and (orientation: landscape) {
    div.desktop-menu-top,
    div.desktop-menu-bottom,
    div.desktop-menu-bottom-extra {
        display: none !important;
    }

    nav#bottom-menu,
    .menu-trigger,
    .cart-icon,
    .full-screen-icon {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    nav#bottom-menu *.prev{ left: 21%; }
    nav#bottom-menu *.next{ right: 21%; }

    nav#bottom-menu .printer, nav#bottom-menu .share, nav#bottom-menu .thumbs{
        display: none; 
    }

    .share-trigger{
        display: block;
    }

    
    .full-screen-icon{
        display: none;
    }
    
    /*nav#bottom-menu .share, nav#bottom-menu .thumbs{
        display: none; 

    }

    nav#bottom-menu *.share{ left: 25%; }
    nav#bottom-menu *.thumbs{ right: 25%; }*/
}

@media screen and (orientation: landscape) {
    nav#slide-menu li[data-name=print], nav#slide-menu li[data-name=thumbs_index]{
        display: none; 
    }
}

/**********************************************************************************************************************
 SEARCH RESULTS
 **********************************************************************************************************************/

#search_pointer
{
    z-index:50000;
    display:none;
    position:fixed;
    top:2.95em;
    left:50%;
    width: 0;
    height: 0;
    border-left: 0.65em solid transparent;
    border-right: 0.65em solid transparent;
    border-bottom: 0.65em solid #181918;
}


#search_results
{
    z-index:50000;
    display:none;
    position:fixed;
    overflow-y:auto;
    top:7em;
    left:-16.4em;
    margin-left:50%;
    background-color:#181918;
    color:#BABABA;
    font-size:0.9em;
    width:100%;
    max-width:32em;
    padding:0.4em;
    max-height:70%;
    border:20px solid black;

    -moz-border-bottom,-left-radius:0.5em;
    -webkit-border-bottom-left-radius:0.5em;
    border-bottom-left-radius:0.5em;

    -moz-border-bottom-right-radius:0.5em;
    -webkit-border-bottom-right-radius:0.5em;
    border-bottom-right-radius:0.5em;
}

#search_results p
{
    margin-top:1em;
    font-size:0.75em;
    width:100%;
    line-height:1.5em;
    cursor:pointer;
}
 
#search_title_bar
{
    z-index:9999;
    list-style-type:none;
    display:none;
    padding:0.4em;
    padding-top:0;
    padding-bottom:2em;
    position:fixed;
    overflow:visible;
    top:4em;
    left:-16.4em;
    margin-left:50%;
    background-color:#181918;
    color:#BABABA;
    font-size:0.9em;
    width:32em;
    max-width:32em;
    height:1em;

    -moz-border-top-left-radius:0.2em;
    -webkit-border-top-left-radius:0.2em;
    border-top-left-radius:0.2em;

    -moz-border-top-right-radius:0.2em;
    -webkit-border-top-right-radius:0.2em;
    border-top-right-radius:0.2em;
}

/**********************************************************************************************************************
 **********************************************************************************************************************/
  



 

.showingLastPage .fa-step-forward, .showingLastPage .fa-fast-forward, .showingLastPage .last, .showingLastPage span[data-name=goto-next],
.showingFirstPage .fa-step-backward, .showingFirstPage .fa-fast-backward, .showingFirstPage .first, .showingFirstPage span[data-name=goto-prev],
.showingFirstPage .printer.left, .showingFirstPage *[data-name=print-left],
.showingLastPage .printer.right, .showingLastPage *[data-name=print-right] {
    opacity: .2 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
    filter: alpha(opacity=20) !important;
}


@media screen and (max-width: 500px) {

    /* ----------- SLIDER MENU VERY SMALL SCREEN ----------- */
    nav#slide-menu {
        max-width: 200px;
        width: 33% !important;
    }

    nav#slide-menu > a[data-action=close] {
        font-size: 11px;
        line-height: 20px;
        margin: 5px 10px;
    }

    nav#slide-menu > ul {
        margin: 30px 10px;
        padding: 0;
    }

    nav#slide-menu > ul li {
        padding: 0px 0;
        font-size: 0.55em;
    }

    nav#slide-menu > ul li:before {
        width: 1em;
        margin-right: 12px;
        font-size: 1.65em !important;
        line-height: 1em;
    }

    nav#slide-menu > ul li.sep {
        margin-top: 3px;
        padding-top: 2px;
        border-top: 1px solid #6b7b8d;
    }

    nav > ul li img{
        margin: 8px 10px 0 0;
        width: 15px;
    }

    body.menu-active nav#slide-menu {
        padding-bottom: 15px;
        -webkit-border-radius:  0 0px 11px 0;
        -moz-border-radius:     0 0px 11px 0;
        -ms-border-radius:      0 0px 11px 0;
        -o-border-radius:       0 0px 11px 0;
        border-radius:          0 0px 11px 0;
    }

    nav#slide-menu output {
        max-width: 250px;
        margin: 0 auto;
    }

    output#outputlogo a img{
        width: 95%;
    }


    /* ----------- LEFT AND RIGHT ARROWS VERY SMALL SCREEN ----------- */
    .catalog-viewport .next-button img, .catalog-viewport .previous-button img {             /* With the <i> elements in DOM */
        width: 0.60em;
    }

    .catalog-viewport .next-button,
    .catalog-viewport .previous-button{
        width: 15px;
        height: 40%;
    }

    .catalog-viewport .next-button{
        right: -15px;

        -webkit-border-radius: 0  7px  7px 0;
           -moz-border-radius: 0  7px  7px 0;
            -ms-border-radius: 0  7px  7px 0;
             -o-border-radius: 0  7px  7px 0;
                border-radius: 0  7px  7px 0;
    }

    .catalog-viewport .previous-button{
        left: -15px;

        -webkit-border-radius:  7px 0 0  7px;
           -moz-border-radius:  7px 0 0  7px;
            -ms-border-radius:  7px 0 0  7px;
             -o-border-radius:  7px 0 0  7px;
                border-radius:  7px 0 0  7px;
    }

    /* ----------- BOTTOM MENU VERY SMALL SCREEN ----------- */
    nav#bottom-menu{
        height: 22px;
    }

    nav#bottom-menu span, nav#bottom-menu img{
        max-height: 18px;
    }

    nav#bottom-menu input[type=text]{
        bottom: 3px;
        font-size: 0.6em;
    }
}

/**********************************************************************************************************************
 * SLIDER ANIMATIONS
 **********************************************************************************************************************/

/* Chrome, Safari, Opera */
@-webkit-keyframes slider-animationR {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(200%)}  
}

@keyframes slider-animationR {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(200%)}  
}

/* Chrome, Safari, Opera */
@-webkit-keyframes slider-animationRsingle {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(100%)}  
}

@keyframes slider-animationRsingle {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(100%)}  
}

.sliderAnimatedR{
    -webkit-animation: slider-animationR 0.35s linear 1 forwards;
    -moz-animation: slider-animationR 0.35s linear 1 forwards;
    -o-animation: slider-animationR 0.35s linear 1 forwards;
    -ms-animation: slider-animationR 0.35s linear 1 forwards;
    animation: slider-animationR 0.35s linear 1 forwards;
} 

.onepage .sliderAnimatedR{
    -webkit-animation: slider-animationRsingle 0.35s linear 1 forwards;
    -moz-animation: slider-animationRsingle 0.35s linear 1 forwards;
    -o-animation: slider-animationRsingle 0.35s linear 1 forwards;
    -ms-animation: slider-animationRsingle 0.35s linear 1 forwards;
    animation: slider-animationRsingle 0.35s linear 1 forwards;
} 


/* Chrome, Safari, Opera */
@-webkit-keyframes slider-animationL {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(-200%)}  
}

@keyframes slider-animationL {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(-200%)}   
}  

/* Chrome, Safari, Opera */
@-webkit-keyframes slider-animationLsingle {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(-100%)}  
}

@keyframes slider-animationLsingle {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(-100%)}   
}  


.sliderAnimatedL{
    -webkit-animation: slider-animationL 0.35s linear 1 forwards;
    -moz-animation: slider-animationL 0.35s linear 1 forwards;
    -o-animation: slider-animationL 0.35s linear 1 forwards;  
    -ms-animation: slider-animationL 0.35s linear 1 forwards;
    animation: slider-animationL 0.35s linear 1 forwards;
} 

.onepage .sliderAnimatedL{
    -webkit-animation: slider-animationLsingle 0.35s linear 1 forwards;
    -moz-animation: slider-animationLsingle 0.35s linear 1 forwards;
    -o-animation: slider-animationLsingle 0.35s linear 1 forwards;  
    -ms-animation: slider-animationLsingle 0.35s linear 1 forwards;
    animation: slider-animationLsingle 0.35s linear 1 forwards;
} 

/*
.catalog-viewport .catalog.sliding{
    overflow: hidden !important; 
}
*/

#slider-window{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important; 
}

.sliding-part{
    z-index: 30000 !important;
}


/**********************************************************************************************************************
 * MARQUEE
 **********************************************************************************************************************/

output#outputpowered.marqueed{
    width: 15% !important;
    overflow: hidden;
    float: right;
}

output#outputmarquee{
    width: 85% !important;
    overflow: hidden;
    float: left;
}

output#outputmarquee.full-width{
    width: 100% !important;
}

output#outputmarquee div{
    text-align: center;
    line-height: 21px;
    font-size: 13px !important;
}

output#outputmarquee div *,
output#outputmarquee div *:after{
    white-space: pre;
    display: inline-block !important;
    margin-top: auto !important;
}
/*
.custom-marquee *,
.custom-marquee span *,
.custom-marquee a *,
.custom-marquee em *,
.custom-marquee strong *,
output#outputmarquee div *,
output#outputmarquee div *:after{
    font-size: 13px !important;
}*/

nav#copyright-menu output.marquee a {
    display: inherit;
}

output#outputmarquee div > span{
    white-space: nowrap !important;
}
.custom-marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.custom-marquee span,
.custom-marquee a {
    display: inline-block;
    font-size: 13px !important;
    top: -2px !important;
    /*font-weight: bold !important;*/
    /*position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
           -transform: translateX(-50%);*/
}


/* Make it move 
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@-webkit-keyframes marquee{
    0%   { -webkit-transform: translate(0, 0); }
    100% { -webkit-transform: translate(-100%, 0); }    
}

@-moz-keyframes marquee{
    0%   { -moz-transform: translate(0, 0); }
    100% { -moz-transform: translate(-100%, 0); }    
} */

/* Chrome, Safari, Opera 
@-webkit-keyframes marquee {
    0%   { -moz-transform: translate(0, 0); }
    100% { -moz-transform: translate(-100%, 0); }  
}

@keyframes marquee {
    0%   { -moz-transform: translate(0, 0); }
    100% { -moz-transform: translate(-100%, 0); }   
}
*/

@-webkit-keyframes marquee {
    0%   {     
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }

    100% { 
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);        
        }  
}

@keyframes marquee {
    0%   {     
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }

    100% { 
            -ms-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);        
        } 
}

.marquee div {
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */   
}

.marquee div,
.marquee div a,
.marquee div span{
    font-size: 13px; 
}

/*
.marquee div{
    float: left;
}
/*
.marquee div *, .marquee div *:after{
    float: left;
    margin-right: 5px;
}*/


.marquee.marquee_speed0 div {    
    animation: marquee 35s linear infinite;
    -webkit-animation: marquee 35s linear infinite; /* Chrome, Safari, Opera */ 
    -moz-animation: marquee 35s linear infinite;
    -ms-animation: marquee 17s linear infinite; /* Explorer seconds must be the same/2 */
    -o-animation: marquee 35s linear infinite;
}

.marquee.marquee_speed1 div {
    animation: marquee 25s linear infinite;
    -webkit-animation: marquee 25s linear infinite; /* Chrome, Safari, Opera */ 
    -moz-animation: marquee 25s linear infinite;
    -ms-animation: marquee 12s linear infinite; /* Explorer seconds must be the same/2 */
    -o-animation: marquee 25s linear infinite;    
}

.marquee.marquee_speed2 div {
    animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite; /* Chrome, Safari, Opera */ 
    -moz-animation: marquee 15s linear infinite;
    -ms-animation: marquee 7s linear infinite; /* Explorer seconds must be the same/2 */
    -o-animation: marquee 15s linear infinite;    
}

.marquee div:hover {
    animation-play-state: paused !important;
}



/**********************************************************************************************************************
 * SIGN UP FORM
 **********************************************************************************************************************/

.popup-container{
    width: 100%;
    height: 100%;

    position: absolute !important;
    left: 50% !important;
    top: 50%;
    text-align: center !important;
    z-index: 4000;
    display: table !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;  
    transform: translate(-50%, -50%) !important;
}

.popup-container > div{
    height: auto;
    width: 420px;
}

.popup-container div.cancel{
    width: 100%;
    float: left;
    height: 35px;
    position: relative;
    top: 10px;
    z-index: 20;
    margin-left: 0px;
}

.popup-container div.cancel img{
    float: right;
    cursor: pointer; 
    width: 19px; 
    height: 19px;
    box-shadow: 0px 0px 8px #b5b5b5;
}

.popup-container div.cancel a{
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0px 8px;
    border-width: 2px;
    border-radius: 50%;
    border-style: solid;
    text-decoration: none;
    font-family: cursive;
    font-weight: bold;
    font-size: 14px;
    transform: translate(15px,10px);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 1);
}

.popup-container div.popup-header{
    float: left;
    margin-bottom: 10px;
    padding: 10px;
}

.popup-container div.popup-header img{
    float: left;
}

.popup-content{
    border-width: 2px;
    border-radius: 10px;
    border-style: solid;
    /*box-shadow: 0px 0px 8px #b5b5b5;*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 1);
}

.popup-content div.text-header{
    float: left;
    margin: 10px 10px 10px 30px;
    width: 280px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}

.popup-content,
.popup-content div.popup-field-list,
.popup-content div.popup-field-container,
.popup-content div.popup-button-container,
.popup-content div.popup-footer{
    float: left;
    width: 100%;
}

.popup-content div.popup-field-container{
    margin-bottom: 15px;
}


.popup-content div.popup-field-container label{
    float: left;
    width: 110px;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    font-style: italic;
}

.popup-content div.popup-field-container input{
    float: left;
    width: 230px;
    height: 25px;
    font-size: 14px;
    padding-left: 5px;
}

.popup-content div.popup-field-container input[type="checkbox"]{
    margin: 3px 0 0 0;
    width: 14px;
}

.popup-content div.popup-button-container{
    margin: 10px 0;
}

.popup-content div.popup-button-container input[type="button"]{
    padding: 5px;
    float: right;
    margin-right: 50px;
}

.popup-content div.popup-footer{
    padding: 3%;
    width: 94%;
    font-size: 12px;
    line-height: 14px;
    text-align: left; 
}

/*
.popup-container div.suf-content{
    text-align: left;
    display: table-cell;
    width: 400px;
    height: auto;
    position: relative;
    z-index: 10;
    border: 2px solid black;
}

.popup-container div.suf-content table{
    padding: 12px;
    border: none;
    table-layout: fixed;
    width: 400px;
}
*/

 

/**********************************************************************************************************************
 * MEDIA QUERIES
 **********************************************************************************************************************/

@media screen and (max-width: 900px) {
    .marquee.marquee_speed0 div {
        animation: marquee 32s linear infinite;
        -webkit-animation: marquee 32s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 32s linear infinite;
        -ms-animation: marquee 32s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 16s linear infinite;        
    }

    .marquee.marquee_speed1 div {
        animation: marquee 22s linear infinite;
        -webkit-animation: marquee 22s linear infinite; /* Chrome, Safari, Opera */
        -moz-animation: marquee 22s linear infinite;
        -ms-animation: marquee 11s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 22s linear infinite;
    }

    .marquee.marquee_speed2 div {
        animation: marquee 12s linear infinite;
        -webkit-animation: marquee 12s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 12s linear infinite;
        -ms-animation: marquee 6s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 12s linear infinite;        
    }

}

@media screen and (max-width: 700px) {
    .marquee div {
        animation: marquee 19s linear infinite;
        -webkit-animation: marquee 19s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 19s linear infinite;
        -ms-animation: marquee 9s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 19s linear infinite;        
    }     

    .marquee.marquee_speed0 div {
        animation: marquee 29s linear infinite;
        -webkit-animation: marquee 29s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 29s linear infinite;
        -ms-animation: marquee 14s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 29s linear infinite;        
    }

    .marquee.marquee_speed1 div {
        animation: marquee 19s linear infinite;
        -webkit-animation: marquee 19s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 19s linear infinite;
        -ms-animation: marquee 9s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 19s linear infinite;        
    }

    .marquee.marquee_speed2 div {
        animation: marquee 9s linear infinite;
        -webkit-animation: marquee 9s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 9s linear infinite;
        -ms-animation: marquee 4s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 9s linear infinite;        
    }       
}

@media screen and (max-width: 500px) {
    .marquee div {
        animation: marquee 16s linear infinite;
        -webkit-animation: marquee 16s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 16s linear infinite;
        -ms-animation: marquee 8s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 16s linear infinite;        
    }     


    .marquee.marquee_speed0 div {
        animation: marquee 26s linear infinite;
        -webkit-animation: marquee 26s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 26s linear infinite;
        -ms-animation: marquee 13s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 26s linear infinite;        
    }

    .marquee.marquee_speed1 div {
        animation: marquee 16s linear infinite;
        -webkit-animation: marquee 16s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 16s linear infinite;
        -ms-animation: marquee 8s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 16s linear infinite;        
    }

    .marquee.marquee_speed2 div {
        animation: marquee 6s linear infinite;
        -webkit-animation: marquee 6s linear infinite; /* Chrome, Safari, Opera */ 
        -moz-animation: marquee 6s linear infinite;
        -ms-animation: marquee 3s linear infinite; /* Explorer seconds must be the same/2 */
        -o-animation: marquee 6s linear infinite;        
    }    

    /* old form ressponsive */
    div#flashDiv > table{
        width: 100% !important;
        max-width: 270px !important;
    }

    div#regform > div,
    div#flashDiv > table tr td > div,
    div#flashDiv > table tr td > div div,
    div#flashDiv > table tr td > div div table
    {
        width: 100% !important;
    }

    div#flashDiv > table tr td > div div table tr td:nth-child(2)
    {
        width: 170px !important;
    }

    div#flashDiv > table tr td > div div table input[type="text"]
    {
        width: 165px !important;
    }


    /* new form ressponsive */
    .popup-container{
        width: 270px !important;
    }


    .popup-container > div{
        width: 100% !important;
    }

    .popup-content div.text-header {
        width: 160px;
    }

    .popup-content div.popup-field-container label {
        width: 90px;
    }

    .popup-content div.popup-field-container input {
        width: 150px;
    }
}