.btn-restaurant{
    margin:5px;
    border-color: black;
    border-width: 2px;
}
.restaurante{
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    display: none;
}

.activo{
    display: block !important;
}

#lista-resta{
    margin-bottom: 100px !important;
}

.titulo-suscri{
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
}

.social_link_box li{
    font-size: 50px;
    padding-top: 50px;
}
.frm-accep-contact{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

#frm-suscri{
    text-align: center;
}
@media (max-width: 767px) {
    #frm-suscri{
        text-align: center;
        padding-left: unset;
    }
    #sp-menu{
        padding-bottom: 15px;
    }

    .affix_down ul.social-icons > li {
        display: inline-block;
        margin: 0px 10px !important;
    }

    .affix-top ul.social-icons > li {
        display: inline-block;
        margin: 0px 10px !important;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    #sp-menu{
        padding-bottom: 15px;
    }

    .affix_down ul.social-icons > li {
        display: inline-block;
        margin: 3px 10px !important;
    }

    .affix-top ul.social-icons > li {
        display: inline-block;
        margin: 4px 10px !important;
    }
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #050505;
}

/**Loading**/
/* Page Loader */

#pageloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    z-index: 99999;
}

#pageloader.white-loader{
    background-color: #ffffff;
}

.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    position: relative;
    top:50%;
    margin-top:-9px;
}

.imagen-loader {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    position: relative;
    top:30%;
    margin-top:-9px;
}

#img-loader{
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
}

.spinner div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    top:50%;
    margin-top:9px;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.white-loader .spinner div{
    background-color: #d1b15c;
}

.dark-loader .spinner div{
    background-color: #dedede;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes sk-threeBounceDelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

.ancla:before {
    display: block;
    content: " ";
    margin-top: -120px;
    height: 120px;
    visibility: hidden;
}

.opacar{
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*
    /*filter:brightness(0.4);*/
    background-color:rgba(0,0,0,0.6) !important;
}

.separador {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
}
.separador:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    background: #fff;
    height: 2px;
    margin-left: -60px;
}
.separador:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px;
    background: #fff;
    height: 2px;
    margin-left: 10px;
}

.galeria-div-principal{
    padding-bottom: 30px;
}

.galeria-div-secundario{
    padding: 10px
}

.galeria-imagen{
    height:300px;
    margin:0 0 0 0;
    background-size:cover;
    background-position:50% 50%;
}

.imagenes-about-principal{
    height:270px;
    margin:0 0 0 0;
    background-size:cover;
    background-position:50% 50%;
}

.imagenes-about-opacar{
    height: 370px;
}

.priceDoble{
    font-size: 12px !important;
    line-height: 20px !important;
}

.nameDoble{
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 20px !important;
}

.linea-social{
    left: 49% !important;
}

