.font-16 {
    font-size: 16px;
}

.font-14 {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

.lowercase {
    text-transform: lowercase !important;
}

.q_slide .slide .caption h1 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500
}

.pages-top-banner .entry h1 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 500
}

.pages-top-banner .entry {
    max-width: 100%;
}

#footer {
    padding: 50px 0px;
}

    #footer .bottom img {
        margin-top: 30px;
    }

.footer-contact-info {
    font-size: 16px;
}

.phone-no {
    font-size: 24px;
}

#footer .column-right ul {
    margin-bottom: 15px;
}

#footer .social-network a:hover {
}

.scrolldown {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    z-index: 999;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

    .chevron:first-child {
        animation: move 3s ease-out 1s infinite;
    }

    .chevron:nth-child(2) {
        animation: move 3s ease-out 2s infinite;
    }

    .chevron:before,
    .chevron:after {
        content: ' ';
        position: absolute;
        top: 0;
        height: 100%;
        width: 51%;
        background: #fff;
    }

    .chevron:before {
        left: 0;
        transform: skew(0deg, 30deg);
    }

    .chevron:after {
        right: 0;
        width: 50%;
        transform: skew(0deg, -30deg);
    }

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.popup-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    z-index: 998;
    display: none;
}

.popup-inner {
    position: fixed;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}

.reservation-popup {
    position: relative;
    background: #4F727F;
    z-index: 999;
    display: block;
}

.block-reservation {
    padding: 50px;
}

    .block-reservation .button-check input {
        border-color: #fff;
        color: #fff;
    }

    .block-reservation i {
        color: #fff;
        cursor: pointer;
    }

.font-style p {
    font-size: 14px;
    font-weight: 500;
}

#footer .social-network a {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#footer .social-network:hover a {
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.block-reservation .button-qty span, .block-reservation .button-qty input {
    width: 100%;
}

    .block-reservation .button-qty input:focus {
        border: none;
    }


.popup-bg:hover {
    cursor: url(../images/close.png) 12 12, auto;
}

/*.fancyClose {
    z-index: 99999!important;
}*/
