﻿@font-face
{
   font-family: 'Montserrat-Regular'; 
   src: url('../fonts/Montserrat-Regular.otf'); 
}

@font-face
{
   font-family: 'Montserrat-SemiBold'; 
   src: url('../fonts/Montserrat-SemiBold.otf'); 
}

@font-face
{
   font-family: 'Montserrat-Black'; 
   src: url('../fonts/Montserrat-Black.otf'); 
}

.bgMenu {
    /* default */
    /* background-color: #f9e60a; */
    /* emk */
    /* background-color: #8cc841; */
    /* jsp */
    /* background-color: #f8e514; */
    /* adventura */
    background-color: #ffffff;
}

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/pop-bg.png") repeat top left transparent;
    z-index: 1001;
}

#popup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    height: 361px;
    margin: 5% auto;
    position: relative;
    width: 597px;
}

.absolute-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.45);
    display: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.7);
    border-right: 1.1em solid rgba(255, 255, 255, 0.7);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.7);
    border-left: 1.1em solid #3498db;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.favorite-btn {
    cursor: pointer;
    padding: 6px 5px 4px 5px !important;
    line-height: 1;
}

.btn-u.btn-brd.favorite-btn {
    color: #3498db;
}

/*.favorite-btn::before{
    content: "\e08a";
}*/

.text-danger li {
    list-style-type: none;
    color: #a94442;
}

