/*=====================FILTER REDI ============================*/
/*.inputGroup {*/
/*    background-color: #fff;*/
/*    display: block;*/
/*    margin: 10px 0;*/
/*    position: relative;*/
/*}*/

.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #262626;
    font-size: 16px;
}
.inputGroupSW label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #1a1a1a;
    font-size: 16px;
}
.inputGroupHom label {
    padding: 13px 0px 13px 0px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #1a1a1a;
    font-size: 16px;
}
.inputGroupMu label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #1a1a1a;
    font-size: 16px;
}
.inputGroupOt label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #1a1a1a;
    font-size: 16px;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #3c3c3c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
    font-size: 16px;
}
.inputGroup label:hover {
    background-color: #3c3c3c;
}
.inputGroupSW label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #b11341;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
    font-size: 16px;
}
.inputGroupHom label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #b11341;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
    font-size: 16px;
}
.inputGroupMu label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #b11341;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
    font-size: 16px;
}
.inputGroupOt label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #b11341;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
    font-size: 16px;
}
.inputGroupSW label:hover {
    background-color: #3c3c3c;

}
.inputGroupHom label:hover {
    background-color: #3c3c3c;

}
.inputGroupMu label:hover {
    background-color: #3c3c3c;

}
.inputGroupOt label:hover {
    background-color: #3c3c3c;

}



.inputGroup label:after {
    width: 30px;
    height: 30px;
    content: '';
    /*border: 2px solid #D1D7DC;*/
    /*background-color: #fff;*/
    /*background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");*/
    background-repeat: no-repeat;
    background-position: 2px 3px;
    /*border-radius: 50%;*/
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
    color: #fff;
}
.inputGroupSW input:checked ~ label {
    color: #fff;
}
.inputGroupHom input:checked ~ label {
    color: #fff;
}
.inputGroupMu input:checked ~ label {
    color: #fff;
}
.inputGroupOt input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroupSW input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroupHom input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroupMu input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroupOt input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    /*background-color: #B11341;*/
    border: none;
    background-image: url(../img/redi/home/close-filtros.png);
    background-size: 25px;
}
.inputGroupSW input:checked ~ label:after {
    background-color: #B11341;
    border: none;
    /*background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");*/
}
.inputGroupHom input:checked ~ label:after {
    background-color: #B11341;
    border: none;
    /*background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");*/
}

.inputGroupMu input:checked ~ label:after {
    background-color: #B11341;
    border: none;
    /*background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");*/
}

.inputGroupOtinput:checked ~ label:after {
    background-color: #B11341;
    border: none;
    /*background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");*/
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;

}
.inputGroupSW input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;

}
.inputGroupHom input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;

}

.inputGroupMu input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;

}

.inputGroupOt input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;

}





*,
*::before,
*::after {
    box-sizing: inherit;
}



/*===================== SIDEBAR REDI FULLSCREEN ============================*/
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Karma:300|Nunito:300,400,700');
#navbar-icon {

    width: 100%;
    height: 9%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.style_hov_sb{
    margin-bottom: 15px;
}
.style_hov_sb:hover{
    background: #3c3c3c;
    margin-bottom: 15px;
}

.style_hov_sb:active{
    background: #3c3c3c;
    margin-bottom: 15px;
}
.navbar-open-icon {
    display: block;
    margin: 20px 0 0 0px;
    height: 45px;
    width: 45px;
    position: relative;
    cursor: pointer;
}
.navbar-open-icon:hover .line {
    background: white;
}
.line {
    position: absolute;
    left: 0px;
    height: 1.5px;
    width: 25px;
    border-radius: 3px;
    background: white;
}
.top {
    top: 10px;
}
.middle {
    top: 19px;
}
.bottom {
    top: 29px;
}
.nav-main {
    position: fixed;
    background: #121212;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    z-index: 999999;
    transition: all 0.4s ease;
}
.close {
    opacity: 0;
    z-index: -10;
    position: absolute;
}

.nav {
    margin-top: 40px;
}
.nav-close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.nav-close-icon:hover .icon-line {
    background: #FFFFFF;
}
.icon-line {
    position: absolute;
    top: 1em;
    width: 22px;
    height: 4px;
    border-radius: 5px;
    background: white;
    transform: rotate(45deg);
}
.transform {
    transform: rotate(-45deg);
}
.nav-links {
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    overflow-y: scroll;


}
.nav-links a {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 300;
    text-decoration: none;
    color: white;
    padding: 0.3em 0;
    text-align: left;
    padding: 13px 0px 13px 30px;
}

.scw{
    color: white !important;
}

.style_flexbox_grid{
    width: 100%;
}
.style_flexbox_gridNC{
    width: 50%;
}

/*@media only screen and (max-device-width: 768px) and (orientation:landscape) {*/
/*    head {*/
/*        -webkit-transform: rotate(90deg);*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        overflow: hidden;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*    }*/
/*    body {*/
/*        -webkit-transform: rotate(90deg);*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        overflow: hidden;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*    }}*/
.emi-height{
    height: auto !important;
}
.emi-bg{
    background: #1A1A1A;
    padding: 15px;
    margin-bottom: 15px;
}
.emi-bg .md-btn{
    background: #262626;
}
.emi-bg:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.emi-badge-light{
    background: #383838;
    margin-bottom: 10px;
}

#emi-map-content{
    color: black;
}
#emi-map-bodyContent{
    color: black;
}
.emi-map-heading a{
    color: #E62334;
    text-decoration: none;
    font-family: Tahoma, Helvetica, Arial;
}

.uk-search-field {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: #666;
    -webkit-appearance: none;
    width: 120px;
    height: 30px;
    padding: 0 0 0 30px;
    border: 1px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

.emi-map-heading a:hover{
    color: #b62e34;
    text-decoration: none;
}
.uk-htmleditor-content, .CodeMirror-wrap{
    background: #262626;
}
.CodeMirror-vscrollbar{
    display: none !important;
}
.uk-htmleditor-preview{
    overflow: hidden;
}
.CodeMirror-code{
    color: #a2a2a2;
}
.cm-s-default .cm-attribute{
    color: #1976d2;
}

.CodeMirror, .cm-s-default .CodeMirror-wrap{
    max-height: 250px !important;
}
.chosen-container{
    width: 100% !important;
}
.chosen-container-multi .chosen-choices{
    border: 2px solid rgba(0, 0, 0, 0.12);
    padding: 8px 8px;
    background: none;
    color: white;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.chosen-container-multi .chosen-choices li.search-choice{
    box-shadow:none;
    background: #383838;
    color: #fff;
    border: none;
    border-radius: 2px;
    text-shadow: none;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    white-space: nowrap;
}

.emi-form-select{
    color: #727272 !important;
    background: none !important;
    height: auto !important;
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid rgb(109, 109, 109)!important;
}

/*  ESTILOS NORMALES (para móviles en vertical) */
/*  ========================================================================= */
.logo_regular{
    max-height: 91px;
    text-align: center;
}

#header_main{
    /*background-image: url(/img/tapiz_bja.png);*/
    height: 100px;
    background-color: #121212;
}

#filtros{
    margin-top: 5px;
    background: #121212;
}

#emi-fullwidth{
//
}

.busqueda:focus{
    border: 1px solid #d82b30;
}
.busquedahome{
    width: 70%;
    margin: 0px;
    padding:  7px 10px;
}
.botonbusqueda{
    width: 100%;
    background-color:#670000;
    color:white;
    border: #d82b30;
    outline-color: black;
    border-radius: 3px;
    height: 30px;
}
.botonbusquedahome{
    width: 70%;
    margin: 0px;
    padding:  8px 10px;
}

/* =============== == MENU FILTROS == =============== */
/* ======== Filtros Multiples ========= */
.busqueda-multiple{
    position: static;
    padding:0;
}

.busqueda-multiple-subzona{
    padding: 0 !important;
}

.emi-cb-filter{
    padding: 1px 10px !important;
}

.emi-filter-cb{
    color: rgb(162, 162, 162);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding:0 0 0 15px
}

:root input.custom-checkbox{
    position:absolute;
    clip: rect(0,0,0,0);
}

:root input.custom-checkbox ~ label{
    display: block;
}

:root input.custom-checkbox:checked ~ label{
    background-image:-moz-linear-gradient(top, #670001, #490001);
    background-image:-webkit-linear-gradient(top, #670001, #490001);
    box-shadow:0 1px 2px  rgba(0,0,0,.2) inset;
    color: #ffffff;
    text-shadow:0 0 2px #fff;
}

/* ======== Filtros Simples ========= */
.busqueda-simple{
    position: static;
    padding-left:0;
}

.emi-filter-radio{
    padding: 0 0 0 10px;
    color: rgb(162, 162, 162);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root input.custom-radio {
    position:absolute;
    clip: rect(0,0,0,0);
}
:root input.custom-radio ~ label {
    display: block;
}

:root input.custom-radio:checked ~ label {
    background-image:-moz-linear-gradient(top, #670001, #490001);
    background-image:-webkit-linear-gradient(top, #670001, #490001);
    box-shadow:0 1px 2px  rgba(0,0,0,.2) inset;
    color: #ffffff;
    text-shadow:0 0 2px #fff;
}

.kinky-phone i{
    color: #bf995c;
    margin: 15px 10px 0px 0px;
    font-size: 18px;
}

.emi-ck{
    color: #d82b30;
}

.emi-ckb{
    font-weight: bold;
    color: #d82b30;
}

.promo-kinky{
    margin-top: 15px;
}

.emi-cercademi{
    background: none;
    border: none;
}
.emi-cercademi i{
    display: block;
}
#kinky-suscribe{
    margin-top: 12px;
    text-align: center;
}
#emi-copyrights{
    text-align: center;
    margin: 25px 0px 0px 0px;
    background: #121212
}
.style-badge-resultados{
    background: rgba(0000, 0, 0, .6) !important;
    padding: 10px;
    border-radius: 8px;
}
.style-badge-resultados span{
    font-size: 18px;
}
.style_h1_resultados{
    font-size: 20px;
    line-height: 1.6rem;
    font-family: Montserrat-Regular;
}


/*==================== == AH == ====================*/


.lista ul {
    display: inline-flex;
    padding: 0;
    margin: 0px;
}

.lista li {
    margin: 0 10px;
    padding-right: 5px;
}

.ah-hotelformapago {
    width: 80%;
    margin: 10px 0px 10px 30px;
}

.ah-habitaciones{
    width: 100%;
    margin: 0px;
    padding:  4px 7px;
    color: gray;
    background-color: #000000;
    border: 1px solid #d82b30;

}
.ah-reserva
{
    text-align: center;
    margin: 0px 0px 0px 45px;
    width:70%;
}
.ah-reservahab
{
    text-align: center;
    margin: 0px 0px -7px 0px;
}

.ah-grupoatraccionesmicrositio
{
    margin: 5px 0px 20px -10px;
}
.botonmicrositio{
    width: 60%;
    margin: 3px;
    padding:  8px 10px;
    background-color:#d82b30;
    color:white;
    border: #d82b30;
    border-radius: 7px;
}
.ah-iconospago{
    width: 50px;
    display: inline-block;
    padding: 0px;
    margin: 0px 20px 0px 12px;
}
.mapas{
    text-align: center;
}
.mapas img{
    width: 50px;
    margin: 15px 10px 0 10px;
}
.micrositio-habitaciones{
    margin: 10px;

}
.micrositio-habitaciones-button{
    width:100%;
    background: black;
    border: 1px solid #d82b30;
    color: white;
    text-align: left;
}
.micrositio-habitaciones-nombres{
    padding-left: 15px;
    padding-right: 10px;
}
.ahmicrositio-fondo{
    background-color: #121212;
}

.micrositio-info{
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin:-10px 0px 2px 5px;
}
.micrositiohab-formas-pago{
    color: white;
    width: 40px;
    padding: 8px;
    text-align: center;
    margin: 5px 5px 10px 17px;
}
.micrositio-formas-pago{
    color: white;
    border: 1px solid darkred;
    width: 30px;
    padding: 5px;
    text-align: center;
    margin: 5px 0px 10px 5px;
}

.ah-slidehabitaciones{
    margin: 5px 15px -5px;
}
.ah-ocupantes{
    margin: 0px 0px -22px 0px;


}

.atracciones{
    color: white;
    border: 1px solid darkred;
    width: 80px;
    padding: 2px;
    text-align: center;
    border-radius: 7px;
    margin:5px 0 0 0;
}
.atracciones-resultado-micrositio{
    color: white;
    /*border: 1px solid darkred;*/
    width: 65px;
    padding: 0px;
    text-align: center;
    /*border-radius: 3px;*/
    margin:3px -6px -1px 10px;
    font-size: 11px;
    /*background-color: #d82b30;*/
}
.atracciones-resultado{
    color: white;
    /*border: 1px solid darkred;*/
    width: 65px;
    padding: 0px;
    text-align: center;
    /*background-color: #d82b30;*/
    margin: -7px -34px -10px 38px;
    font-size: 11px;
}
.footer-menu{
    text-align: center;
    padding: 0px;
}
.footer-menu li{
    list-style: none;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px 20px 20px;
    color: gray;
    font-family: Montserrat-SemiBold;
}

.emi-filter-search{
    text-align: center;
    margin: 5px 0 10px 0;
}

.emi-like{
    margin: 0;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

.emi-like span{
    font-family: Molinart;
    color: white;
    font-size: 1rem;
}

.emi-like:hover{
    color: #B92B54;
}
.emi-like:active{
    color: #B92B54;
}


.emi-dislike span{
    font-family: Molinart;
    color: white;
    font-size: 1rem;
}

.emi-dislike:hover{
    color: #B92B54;
}

.emi-voted span{
    font-family: Montserrat-Regular;
    color: #B11341;
    font-size: 1rem;
}

.emi-voted span:hover{
    color: #B11341;
}

.emi-dislike{
    margin: 0;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
}
.emi-dislike:active{
    margin: 0;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #B92B54;
}

.emi-voted{
    color: #B11341;
    margin: 5px;
    background: none;
    border: none;
    font-size: 20px;
}

/* =============== == FIN DE MENU FILTROS == =============== */
/*=====================COMIENZAN ESTILOS NUEVOS ===================*/

/*=============================REGISTRO Y LOGIN=================*/
.style_label_register{
    font-family: Montserrat-SemiBold;
    font-size: 16px;
}
.style_input_register{

    width: 100% !important;border-radius: 8px !important;background-color: #262626 !important;
    height: 48px !important;margin-top: 10px !important;

}
.style_container_register{
    background: #1C1C1C;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.style_icon_head{
    color: #B11341;
    font-size: 17px;
}
.style_padd_0{
    padding: 0;
}
a:active {
    color: #B11341;
}
a:hover {
    color: #B11341;
}

/*i:active {*/
/*    color: #B11341;*/
/*}*/
/*i:hover {*/
/*    color: #B11341;*/
/*}*/
.style_icon_faq{
    width: 21px;height:21px;margin-right:10px;margin-top:5px;position: absolute
}
.style_faq_h3{
    font-family: Montserrat-SemiBold;
}
.style_img_microsite{
    height: 128px;
    border-radius: 12px;
}

.style_icons_microsite{
    margin: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color:white;
}
.style_icons_microsite:active{
    margin: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color:#B11341;
}
/*.style_icons_microsite:hover{*/
/*    margin: 10px;*/
/*    background: none;*/
/*    border: none;*/
/*    font-size: 20px;*/
/*    cursor: pointer;*/
/*    color:#B11341;*/
/*}*/

.style_icons_share{
    margin: 10px;
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
}
.style_icons_microsite span{
    color: white;
    font-size: 1rem;
}

.style_button_reservar{
    margin-top: 25px;
    width: 100%;
    height: 38px;
    border-radius: 8px;
    border: none;
    background-color: #b11341;
    color: white;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
}
/*.style_button_reservar:hover{*/
/*    margin-top: 25px;*/
/*    width: 100%;*/
/*    height: 38px;*/
/*    border-radius: 8px;*/
/*    border: none;*/
/*    background-color: #B92B54;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*    font-family: Montserrat-SemiBold;*/

/*}*/
.style_button_reservar:active{
    margin-top: 25px;
    width: 100%;
    height: 38px;
    border-radius: 8px;
    border: none;
    background-color: #B92B54;
    color: white;
    font-size: 16px;
}
.style_leermas{
    background-color: transparent;
    border: none;
    color: white;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
}

/*.md-card:hover{*/
/*    background-color: #3C3C3C;*/
/*}*/
.md-card:active{
    background-color: #3C3C3C;
}

.style_radius_card{
    border-radius: 8px;
}
.style_boton_ver{
    color: white;
    background-color: #b11341;
    font-size: 14px;
    width: 127px;
    height: 27px;
    border: none;
    border-radius: 8px;
    margin: 0px 15px 15px 0px;
    font-family: Montserrat-SemiBold;
    cursor: pointer;

}

/*.style_boton_ver:hover{*/
/*    color: white;*/
/*    background-color: #B92B54;*/
/*    font-size: 14px;*/
/*    width: 127px;*/
/*    height: 27px;*/
/*    border: none;*/
/*    border-radius: 8px;*/
/*    margin: 0px 15px 15px 0px;*/
/*    font-family: Montserrat-SemiBold;*/

/*}*/
.style_boton_ver:active{
    color: white;
    background-color: #B92B54;
    font-size: 14px;
    width: 127px;
    height: 27px;
    border: none;
    border-radius: 8px;
    margin: 0px 15px 15px 0px;
    /*font-family: Montserrat-SemiBold;*/
    cursor: pointer;

}

.style_botons_gray{
    background-color:#262626;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border:none;
    color: white;
    font-size: 16px;
    font-family: Montserrat-Regular;
}
/*.style_botons_gray:hover{*/
/*    background-color:#3C3C3C;*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    border-radius: 12px;*/
/*    border:none;*/
/*    color: white;*/
/*    font-size: 16px;*/
/*    font-family: Montserrat-Regular;*/
/*}*/
.style_botons_gray:active{
    background-color:#3C3C3C;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border:none;
    color: white;
    font-size: 16px;
    font-family: Montserrat-Regular;
}

.style_icons_p{
    margin: 0px 10px 0px 0px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    width: 20px;
    height: 13px;
}
.style_icons_mk{
    margin: 0px 10px 0px 0px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    width: 18px;
    height: 16px;
}

.style_direccion{
    font-size: 16px;
    color: white;
}
.style_icons_share{
    width: 36px;
    margin-right: 25px;
}
.hover_share:hover{
    background-color: #3C3C3C;
}
.hover_share:active{
    background-color: #3C3C3C;
}

.style_hover_share:active{
    background-color: #3C3C3C;
}

.hover_img:active{
    opacity: .5;
}

/*============DESARROLLO HABITACION===========*/

.ha_p16{
    font-size: 18px;
    margin: 0;
}
.ha_h2{
    margin: -5px;
    font-size: 22px;
    text-decoration: underline;
}
.ha_h1{
    font-size: 20px;
    margin: 0;
}

hr{
    color: #262626 !important;
}
.style_fontSB{
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    margin-top: 8px;
}
.style_fontR{
    font-size: 16px;
    font-family: Montserrat-Regular;
    margin-top:8px;
}
.style_icons_precio{
    width: 15px;
    height: 15px;
    color: white;
    margin-right: 10px;
}

.style_card_price{
    padding: 20px;border-radius: 8px;margin-top: 10px;background-color: #1C1C1C
}
.style_dias{
    font-size: 18px;
    font-family: Montserrat-SemiBold;
}
.style_margin{
    margin: 25px 0px 0px 0px;
}
.style_direccion_new{
    margin: -5px 0px 20px -5px;
    text-align: left;
}

/*=================DESARROLLO HEADER====================*/

.style_icons-header{
    width: 21%;
    float: right;
    margin-left: 12px;
}
.blog_input{
    width: 100% !important;border-radius: 8px !important;background-color: #262626 !important;
    height: 48px !important;padding-left: 50px !important;
}
.style_input_sm{
    width: 100% !important;background-color: #262626 !important;
    height: 48px !important;padding-left: 50px !important;
    border: none !important;
}
.style_iconsearch{
    color: white;margin:10px 0px 0px 10px;font-size: 22px;position: absolute;
}
.style_mlhead{
    padding: 0px !important;
}
/*====================FILTROS===============================*/

.style_btnfiltros{
    background-color: #611229;
    border-radius: 12px;
    font-family: Montserrat-SemiBold;
    height: 48px;
    border: none;
    color: white;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;

}
.style_btnfiltrosAAA{
    background-color: #B11341;
    border-radius: 12px;
    font-family: Montserrat-SemiBold;
    height: 48px;
    border: none;
    color: white;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;

}

.style_btnfiltrosSecond{
    background-color: #262626;
    border-radius: 12px;
    font-family: Montserrat-SemiBold;
    height: 48px;
    border: none;
    color: white;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 20px;

}

/*====================== HOME ====================================*/
.style_3p{
    display: inline-block;float: right !important;margin-top: 9px;background-color: transparent;border: none;margin-right: 10px
}
.style_icon_info{
    float: right; margin: 12px 0px 0px 0px;background-color: transparent;border: none;max-width: 55px;
}
.style_btn_info_atrac{
    background: #262626;z-index: 999999;width: 370px !important;border-radius: 12px;cursor: default;
}
.style_container_ahref{
    width: 100%;z-index:1;position:absolute;height: 270px
}
.style_patracciones{
    padding: 12px 0px 12px 0px;
}
.style_patracciones:active{
    padding: 12px 0px 12px 0px;
    background-color: #3c3c3c;
}
.style_patracciones:hover{
    padding: 12px 0px 12px 0px;
    background-color: #3c3c3c;
}

.style_margin_nav{
    margin: 35px 0px 0px 0px;
}
.style_bloghk{
    margin: -450px 0px 0px 0px;
}
.style_verhabitacion{
    border-radius: 8px;
    background-color: #B11341;
    height: 38px;
    width: 92%;
    border: none;
    color: white;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    margin-top: 20px;
}

.style_bg{
    background: #121212;
    margin-bottom: 15px;
}
.blog_leermas{
    width: 140px;
    height: 36px;
    background-color: #B11341;
    border: none;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    margin-top: 5px;
    cursor: pointer;
}
.blog_leermas:active{
    width: 140px;
    height: 36px;
    background-color: #B92B54;
    border: none;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    margin-top: 5px;
    cursor: pointer;
}
.blog_leermas:hover{
    width: 140px;
    height: 36px;
    background-color: #B92B54;
    border: none;
    color: white;
    border-radius: 8px;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
    margin-top: 5px;
    cursor: pointer;
}

.style_atracciones{
    margin: 30px 0px 25px 0px;
}
.style_img_atracciones{
    width: 95%;
}

.bs-example
{
    height: 80px;
    border:1px solid black;
    overflow:hidden;
}
.bs-example .dropdown{position:absolute;}



/*====================== FOOTER ======================*/
.style_input_nwsl{
    width: 90% !important ;border-radius: 8px !important;
    height: 48px !important;padding-left: 10px !important;border-radius: 8px !important;
}
.style_nwsl_flecha{
    color: black;margin:2px 0px 0px 15px;font-size: 22px;
}
.style_btn_nwsl{
    background-color: #F1F1F1;border: none;height: 48px;
    position: absolute;margin: 0px 0px 0px -18px;border-radius: 0px 12px 12px 0px;
    padding-right: 12px;
}
.style_padding{
    padding: 0px 15px 0px 20px;
}
.style_btnrss{
    color: white;width: 45px;height: 45px;line-height: 44px;
    font-size: 24px;background-color: #262626;border: none;
    text-shadow: none !important;
}
.style_btnrss:hover{
    color: white;width: 45px;height: 45px;line-height: 44px;
    font-size: 24px;background-color: #3C3C3C;border: none;
    text-shadow: none !important;
}
.style_btnrss:active{
    color: white;width: 45px;height: 45px;line-height: 44px;
    font-size: 24px;background-color: #3C3C3C;border: none;
    text-shadow: none !important;
}
.style_br_np{
    border-radius: 12px;
}

.uk-accordion-title {
    border: none;
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 24px 7px 16px;
    position: relative;
    border-radius: 8px;background-color: #262626;
}
.uk-accordion-title:after {
    content: '\e313';
    font-family: "Material Icons";
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    color: white;
    -webkit-transition: -webkit-transform 280ms;
    transition: -webkit-transform 280ms;
    transition: transform 280ms;
    transition: transform 280ms, -webkit-transform 280ms;
}

/*  RESPONSIVE*/
/*  ========================================================================= */
@media (min-width: 1701px) AND (max-width: 2500px){
    .style_mlhead{
        margin-left: 340px;
    }
    .style_padding{
        padding: 0px 700px 0px 700px;
    }
}

@media (min-width: 1501px) AND (max-width: 1700px) {
    .style_mlhead{
        margin-left: 236px;
    }
    .style_padding{
        padding: 0px 670px 0px 670px;
    }
}



@media (max-width: 767px){
    .style_mtr{
        margin-top: 25px;
    }
    .style_padd_30{
        padding-left: 50px;
        padding-right: 30px;
    }
    .style_padd_fil{
        padding-right: 12px;
        padding-left: 12px;
        margin: 35px 0px 15px 0px;
    }

    .emi-disclaimer{
        margin: 0 10px;
    }

    #emi-filter-margin{
        margin-top: 30px;
    }

    .emi-ckb{
        font-size: 1.4rem;
    }

    .logo_regular{
        margin: 5px 0 0 0;
    }
    .logo_regularlanding{
        margin: 15px 0 0 0;
        width: 180px;
    }

    .emi-filters a{
        border-bottom: 1px solid #d82b30 !important;
        padding: 0 10px !important;
    }


    .emi-filter-search{
        text-align: center;
        margin: 0;
    }

    .emi-filter-search{
        text-align: center;
        margin: 0;
    }

    .emi-filters a{
        border-bottom: 1px solid #d82b30;
        padding: 0 15px;
    }



    .emi-section{
        margin-top: 20px;
    }

    #gold-section {
        padding-left: 50px !important;
        padding-right: 30px !important;
    }

    .list_view > *,
    .grid_view > * {
        -webkit-transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .grid_view.uk-grid-medium {
        margin-top: -32px;
    }
    .grid_view.uk-grid-small {
        margin-top: -5px;
    }
    .list_view {
        margin-left: 0 !important;
    }
    .list_view > div,
    .list_view > li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .list_view > div .md-card,
    .list_view > li .md-card {
        overflow: hidden;
    }
    .list_view > div .md-card-head,
    .list_view > li .md-card-head {
        float: left;
        border: none;
        width: 175px;
    }
    .list_view > div .md-card-content,
    .list_view > li .md-card-content {
        /*overflow: hidden;*/
    }
    .list_view > div + div,
    .list_view > li + li {
        margin: 18px 0 0 0 !important;
    }

    .md-card{
        /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
    }
    #atracciones{
        margin: -45px 0 0 0;
    }

    .kinkypedia-content{
        display: none
    }

    .kinkypedia-leermas{
        display:inline-block
    }

    .emi-primer-item-radio{
        margin-top: 50px;
    }

    .uk-navbar-nav>li>a{
        line-height: 40px;
    }

    .emi-tags{
        margin: -10px 0;
    }

    .emi-pago-efectivo{
        margin: -10px 0 0 0;
    }

    .emi-pago-mastercard{
        margin: -5px 0 0 0;
    }

    #emi-sidebar-socialmedia{
        margin-left: -20px;
    }

    #header_main{
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .emi-recomendados-kinkypedia{
        width: 100%;
        height: 55px;
    }

    .emi-heading-h1{
        margin-top: -30px;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

}
.busqueda-simple li{
    width: 100%;
}
.emi-filters a{
    cursor: pointer !important;
}

@media (min-width: 768px) AND (max-width: 1023px) {
    .logo_regularlanding{
        margin: 0px 0 0 0;
        width: 260px;
    }
    .titlecard{
        font-size: 12px;
        text-align: center;
        margin: 15px 0px 0px 0px;
    }
}

/*  Móviles en horizontal o tablets en vertical */
/*  ------------------------------------------------------------------------- */

@media (min-width: 768px) AND (max-width: 1500px) {


    .style_mlhead{
        margin-left: 70px;
    }

    .style_padding{
        padding: 0px 480px 0px 480px;
    }
}
@media (min-width: 768px) {
    #style_back_register{width:100%;background:url(../img/redi/back_registro.png);padding:20px 0 0;position: absolute;height: 100%}
    .style_container_register{
        background: #1C1C1C;
        max-width: 1100px;
        padding: 15px;
        border-radius: 8px;
    }
    .style_padd_nosotros{
        padding: 0px 60px 0px 60px;
    }
    .style_margin_faq_dsk{
        margin-left: 100px;
        margin-right: 100px;
    }
    .style_icon_faq{
        width: 30px;height:30px;margin-right:10px;margin-top:5px;position: absolute
    }
    .style_ml_faq{
        margin-left: 50px;
        margin-top: 5px;
    }
    .style_flexbox_grid{
        width: 50%;
    }
    .style_flexbox_gridNC{
        width: 25%;
    }
    .style_img_resnp{
        height: 145px;
        border-radius: 12px;
    }
    .style_padd_fil_dsk{
        padding-left: 230px;
        padding-right: 200px;
    }
    .style_back_filterdsk{
        background: #1A1A1A;
        padding: 20px 80px 30px 100px !important;
        border-radius: 28px;
    }

    .style_active{
        color: #b11341;

    }
    .style_active:active{
        color: #b11341;
        border-bottom: 2px solid #b11341;
    }
    .style_active:hover{
        color: #b11341;
    }
    .style_container_ahref{
        width: 100%;z-index:1;position:absolute;height: 385px
    }
    .style_padd_fil{
        padding-right: 5px;
        margin-top: 25px;

    }
    .style_align{
        color: white;margin:0px 0px 20px -20px;
    }
    #kinky-suscribe{
        margin-top: -5px;

    }
    .style_margin_nav{
        margin: -60px 0px 0px 0px;
    }

    .style_mheart{
        margin: 0px 10px 10px 0px !important;
    }

    .style_input_nwsl{
        width: 70% !important ;border-radius: 8px !important;
        height: 48px !important;padding-left: 10px !important;border-radius: 8px !important;
    }
    .style_paddleft{
        padding-left: 175px;
        padding-top: 8px;
    }
    .style_bloghk{
        margin: -330px 0px 0px 0px;
    }

    .style_icons_share{
        width: 25px;
        margin-right: 15px;
        margin-left: 30px;
    }
    .style_direccion_new{
        margin: -5px 0px 20px -20px;
        text-align: left;
    }
    .md-card:hover{
        background-color: #3C3C3C;

    }

    .style_margin{
        margin: 40px 0px 0px 0px;
    }
    .style_dias{
        font-size: 18px;
        font-family: Montserrat-SemiBold;
    }

    .style_card_price{
        padding: 20px;border-radius: 8px;margin-top: 0px;background-color: #1C1C1C
    }

    .ha_p16{
        font-size: 24px;
        margin: 0px 0px 10px 0px;
    }
    .ha_h2{
        margin: -5px;
        font-size: 32px;
        text-decoration: underline;
    }
    .ha_h1{
        font-size: 32px;
        margin: 0;
    }
    .style_ml{
        margin-left: -25px;
    }
    .style_pagos{
        width: 40px;
        height: 32px;
    }
    .style_left_dsk{
        text-align: left;
    }
    .style_right_dsk{
        text-align: right;
    }
    .style_button_reservar{
        width: 100%;
        height: 38px;
        border-radius: 8px;
        border: none;
        background-color: #b11341;
        color: white;
        font-size: 20px;
        font-family: Montserrat-SemiBold;
        cursor: pointer;
    }
    .style_button_reservar:hover{
        width: 100%;
        height: 38px;
        border-radius: 8px;
        border: none;
        background-color: #B92B54;
        color: white;
        font-size: 20px;
        font-family: Montserrat-SemiBold;
        cursor: pointer;

    }
    .style_button_reservar:active{
        width: 100%;
        height: 38px;
        border-radius: 8px;
        border: none;
        background-color: #B92B54;
        color: white;
        font-size: 20px;
        cursor: pointer;
    }
    .style_botons_gray{
        background-color:#262626;
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border:none;
        color: white;
        font-size: 14px;
        font-family: Montserrat-Regular;
        cursor: pointer;
    }
    .style_botons_gray:hover{
        background-color:#3C3C3C;
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border:none;
        color: white;
        font-size: 14px;
        font-family: Montserrat-Regular;
        cursor: pointer;
    }
    .style_botons_gray:active{
        background-color:#3C3C3C;
        width: 100%;
        height: 48px;
        border-radius: 12px;
        border:none;
        color: white;
        font-size: 14px;
        font-family: Montserrat-Regular;
        cursor: pointer;
    }
    .style_icons_microsite{
        margin: 18px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color:white;
    }
    .style_icons_microsite:active{
        margin: 18px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color:#B11341;
    }
    .style_icons_microsite:hover{
        margin: 18px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color:#B11341;
    }
    .emi-header-login{
        padding: 0 10px;margin-left: 120px
    }
    .style_img_microsite{
        height: 240px;
        border-radius: 12px;
    }
    .list_view > *,
    .grid_view > * {
        -webkit-transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .grid_view.uk-grid-medium {
        margin-top: -32px;
    }
    .grid_view.uk-grid-small {
        margin-top: -5px;
    }
    .list_view {
        margin-left: 0 !important;
    }
    .list_view > div,
    .list_view > li {
        /*width: 100% !important;*/
        margin: 0 !important;
        padding: 0 !important;
    }
    .list_view > div .md-card,
    .list_view > li .md-card {
        overflow: hidden;
    }
    .list_view > div .md-card-head,
    .list_view > li .md-card-head {
        float: left;
        border: none;
        width: 175px;
    }
    .list_view > div .md-card-content,
    .list_view > li .md-card-content {
        /*overflow: hidden;*/
    }
    .list_view > div + div,
    .list_view > li + li {
        margin: 18px 0 0 0 !important;
    }
    .style_direccion{
        font-size: 16px;
        margin: 8px 0px 0px -30px;
    }

    .style_direccion_mapa{
        font-size: 16px;
        margin: 5px 0px 0px 0px;
        color: white;
    }
    /*=================DESAROLLO HABITACION=======================*/

}

/*  Tablets en horizonal y escritorios normales */
/*  ------------------------------------------------------------------------- */
@media (min-width: 1024px) {
    .emi-header-login {
        padding: 0 10px;
        margin-left: 120px
    }

    .titlecarddsk {
        font-size: 14px;
        text-align: center;
        margin: 15px 0px 0px 0px;
    }
}

/*  Escritorios muy anchos */
/*  -------------------------------------------------------------------------*/
@media (min-width: 950px) {

    .emi-heading-h1{
        margin-top: -30px;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .ahmicrositio-fondo{
        border-bottom: 1px solid #d82b30;
    }

    .emi-disclaimer{
        margin:0 auto;
    }

    .emi-vote-separator{
        margin:0 10px 0 15px;
    }
    .emi-header-login{
        padding: 0 10px;margin-left: 150px
    }

    .emi-recomendados-kinkypedia{
        width: 100%;
        height: 200px;
    }

    .emi-ckb{
        font-size: 1.6rem;
    }

    .logo_regular{
        margin: 0px 0 0 25px;
        max-height: 130px;
    }

    .logo_regularlanding{
        margin: 10px 0 0 0;
        width: 250px;
    }
    #header_main{
        height: 120px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .emi-sidebar-social{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #emi-sidebar-socialmedia{
        width: 100%;
        margin-left: -30px;
    }

    #emi-filter-grid{
        padding: 0 10px !important;
    }

    .emi-pago-mastercard{
        margin: -10px 0 0 0;
    }

    .emi-pago-efectivo{
        margin: -25px 0 0 0;
    }

    .emi-promo{
        margin-top: 15px !important;
    }

    .emi-tags{
        margin: 0;
    }

    .emi-filter-atraccion{
        margin: -4px 0;
    }

    .emi-filter-icon{
        margin: -25px 0;
    }

    .ah-logo{
        margin-left: 200px;
    }

    .emi-navbar{
        background: none;
        border-top: 1px solid #D82B30;
        border-bottom: 1px solid #D82B30;
    }

    .emi-pago-mastercard{
        margin: -10px 0 0 0;
    }

    .emi-pago-efectivo{
        margin: -25px 0 0 0;
    }

    .emi-promo{
        margin-top: 15px !important;
    }

    .emi-tags{
        margin: 0;
    }

    .emi-filter-atraccion{
        margin: -4px 0;
    }

    .emi-filter-icon{
        margin: -25px 0;
    }

    .ah-logo{
        margin-left: 200px;
    }

    .emi-navbar{
        background: none;
        border-top: 1px solid #D82B30;
        border-bottom: 1px solid #D82B30;
    }

    .uk-nav-center{text-align:center}
    .uk-nav-center .uk-nav-sub,.uk-nav-center .uk-nav-sub ul{padding-left:0}
    .uk-nav-center.uk-nav-parent-icon>.uk-parent>a::after{position:absolute}
    .emi-navbar-bottom {display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative}
    .uk-navbar-container:not(.uk-navbar-transparent){background:none}
    .uk-navbar-container>::after,.uk-navbar-container>::before{display:none!important}

    .uk-navbar-center:only-child{
        margin-left:auto;margin-right:auto;position:relative
    }

    .uk-navbar-center:not(:only-child){
        position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:990
    }

    .uk-navbar-center:not(:only-child) .uk-navbar-item,.uk-navbar-center:not(:only-child) .uk-navbar-nav>li>a,.uk-navbar-center:not(:only-child) .uk-navbar-toggle{white-space:nowrap}

    .uk-navbar-nav{
        display:-ms-flexbox;display:-webkit-flex;display:flex;margin:0;padding:0;list-style:none
    }

    .uk-navbar-center:only-child,.uk-navbar-left,.uk-navbar-right{
        -ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap
    }

    .navbar .brand,.navbar .nav>li>a,.navbar-search,.uk-navbar-item,.uk-navbar-nav>li>a,.uk-navbar-toggle{
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        -ms-flex-pack:center;
        -webkit-justify-content:center;
        justify-content:center;
        -ms-flex-align:center;
        -webkit-align-items:center;
        align-items:center;
        box-sizing:border-box;
        height:40px;
        padding:0 40px;
        font-size:12px;
        text-decoration:none
    }

    .uk-navbar-nav>li>a{
        color:white;
        -webkit-transition:.1s ease-in-out;
        transition:.1s ease-in-out;
        -webkit-transition-property:color,background-color,border-color,box-shadow;
        transition-property:color,background-color,border-color,box-shadow;
        position:relative;
        font-weight:400;
        text-transform:uppercase;
    }

    .uk-navbar-nav>li>a::before{
        content:'';
        display:block;
        position:absolute;
        top:28px;
        height:2px;
        background-color:transparent;
        -webkit-transition:.3s ease-in-out;
        transition:.3s ease-in-out;
        -webkit-transition-property:background-color,border-color,box-shadow,height,right;
        transition-property:background-color,border-color,box-shadow,height,right;left:0;right:100%
    }

    .uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a.uk-open,.uk-navbar-nav>li>a:focus{color:white;outline:0}

    .uk-navbar-nav>li:hover>a::before,.uk-navbar-nav>li>a.uk-open::before,.uk-navbar-nav>li>a:focus::before{right:0;background-color:#B11341}

    .uk-navbar-nav>li:active>a::before,.uk-navbar-nav>li>a.uk-open::before,.uk-navbar-nav>li>a:focus::before{right:0;background-color:#B11341}

    .uk-navbar-nav>.uk-active>a::before{right:0;background-color:#B11341}


    .kinkypedia-leermas{
        display:none
    }

    .kinkypedia-content{
        display: block
    }

    #emi-fullwidth{
        max-width: 1100px;
        margin: 0 auto;
    }
    #full-back{
        max-width: 11000px;
        margin: 0 auto;
    }
    #page_content {
        max-width: 1100px;
        margin: 0 auto;
    }

    #preferencia{
        margin-top: 0;
    }

    .ah-formaspagodsk{
        width: 130px;
        display: inline-block;
        padding: 0px;
        margin: 10px -410px 0px 420px;
    }
    .ahbotonbusquedadsk{
        width: 83%;
        margin: 0px;
        padding:  5px 5px;
        background-color:#d82b30;
        color:white;
        border: #d82b30;
        outline-color: black;
        border-radius: 3px;

    }

    .ah-vip
    {
        margin: 5px;
    }

    /*BLOG HK*/
    /*HEADER*/
    .menu_blog{
        max-width: 22%;
        margin: 0px 0px 20px 0px;

    }
    /*FIN HEADER*/
}

.pagination {
    /* 1 */
    padding: 0;
    list-style: none;
    /* 2 */
    text-align: center;
    /* 3 */
    font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.pagination:before,
.pagination:after {
    content: "";
    display: table;
}
.pagination:after {
    clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.pagination > li {
    display: inline-block;
    /* 1 */
    font-size: 1rem;
    /* 2 */
    vertical-align: top;
}
.pagination > li:nth-child(n+2) {
    margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.pagination > li > a,
.pagination > li > span {
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
    text-align: center;
}
/*
 * Links
 */
.pagination > li > a {
    background: white;
    color: gray;
}
.pagination > li > a:last-child {
    background: transparent;
    color: gray;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.pagination > li > a:hover,
.pagination > li > a:focus {
    background-color: #f5f5f5;
    color: #B11341;
    /* 2 */
    outline: none;
}
/* OnClick */
.pagination > li > a:active {
    background-color: #640000;
    color: #B11341;
}
/*
 * Active
 */
.pagination > .active > span {
    background-color: #640000;
    color: gray;
}
pagination > .active > a {
    background-color: #640000;
    color: gray;
}
/*
 * Disabled
 */
.pagination > .disabled > span {
    background-color: transparent;
    color: gray;
}
/* Previous and next navigation
 ========================================================================== */
.pagination-previous {
    float: left;
}
.pagination-next {
    float: right;
}
/* Alignment modifiers
 ========================================================================== */
.pagination-left {
    text-align: left;
}
.pagination-right {
    text-align: right;
}

/*border****************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
body {
    background: #121212;
}
.box-outer {
    overflow: hidden;
    margin: 50px auto;
    width: 200px;
    height: 200px;
}
.main_box {
    width: 200px;
    height: 200px;
    position: relative;
    border: 5px solid #000;
}
.bar {
    position: absolute;
    width: 50px;
    height: 5px;
    background: #fff;
    transition: all 1s linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bar.delay {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.top {
    top: -5px;
    left: -5px;
}
.right {
    top: 18px;
    right: -28px;
    transform: rotate(90deg);
}
.bottom {
    bottom: -5px;
    left: -5px;
}
.left {
    top: 18px;
    left: -28px;
    transform: rotate(90deg);
}
@-webkit-keyframes h-move {
    0% {
        left: -5px;
    }
    100% {
        left: 200px;
    }
}
@keyframes h-move {
    0% {
        left: -5px;
    }
    100% {
        left: 200px;
    }
}
.top, .bottom {
    -webkit-animation-name: h-move;
    animation-name: h-move;
}
@-webkit-keyframes v-move {
    0% {
        top: -5px;
    }
    100% {
        top:228px;
    }
}
@keyframes v-move {
    0% {
        top: -5px;
    }
    100% {
        top:228px;
    }
}
.right, .left {
    -webkit-animation-name: v-move;
    animation-name: v-move;
}
