/*
Theme Name: Fiji
Theme URI: 
Author: Devjam
Author URI: 
Description: The 2015 theme for WordPress built on Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
Version: 500
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: Fiji

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.blog-footer {
    overflow: hidden;
}

.blog-footer .lang-top {
    font-size: 1.2em;
    text-align: center;
    float: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-footer .lang-top a, .blog-footer .lang-top span {
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}

.embed-responsive.embed-responsive-16by9 {

}

body {
    font-weight: 300;
    /* background-image: url(images/bg.png); */
    background-color: #28162f;
    line-height: 1.8em !important;
    font-size: 16px !important;
    color: #FFF;
    background-attachment: fixed;
}

body.mce-content-body {
    color: #000 !important;
}

hr {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery {
    margin-bottom: 50px !important;
}

.gallery dl {
    margin-top: 0px;
    margin-bottom: 0px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
    margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
    margin-bottom: 20px;
}

.widget {
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
    margin: 4px 0;
}

.comment-list {
    padding: 0;
}

.comment-list, .children:nth-child(n+1) {
    list-style: none;
}

.column-grid h3 {
    margin-top: 0px !important;
}

thead {
    background-color: #4A2451;
}

table.table-bordered td {
    border-bottom-style: none;
    border-top-style: dashed !important;
}

.overlay-container a {
    color: #fff;
    font-size: 0.8em;
    font-style: normal;
    text-decoration: underline;
}

.overlay-container a:hover {
    color: #fff;
}

@media (min-width: 1300px) {
    .container {
        width: 1240px;
    }
}

@media (min-width: 1100px) {
    .slider {
        opacity: 0;
        transition: ease 1s .2s;
    }

    .visible.slider {
        opacity: 1;
    }

    .news-container .container, .menu-container .container, .reviews-container .container, .overlay-container {
        opacity: 0;
        transition: ease 1s .2s;
        transform: translateY(40px);
    }

    .visible.news-container .container, .visible.menu-container .container, .visible.reviews-container .container, .visible.overlay-container {
        opacity: 1;
        transform: translateY(0px);
    }

    .overlay-container hr, .header-page .blog-post-title:after, .reviews-container h2:after, .news-container h2:after, .menu-container h4:after {
        transform: scaleX(0.1);
        transition: ease 2s;
    }

    .visible.overlay-container hr, .visible.header-page .blog-post-title:after, .visible.reviews-container h2:after, .visible.news-container h2:after, .visible.menu-container h4:after {
        transform: scaleX(1);
    }

    .logo {
        opacity: 0;
        transition: ease 1s;
    }

    .visible.logo {
        opacity: 1;
    }
}

.navbar-toggle {
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-radius: none !important;
}

.reserve {
    color: #FFF;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: .9em;
    text-transform: uppercase;
    max-width: 250px;
    border: 2px solid #000;
    padding: 5px 28px 5px 28px;
    margin: 5px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
}

.reserve:hover, .reserve:active, .reserve:focus {
    background-color: #000;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

.navbar-brand {
    color: #FFF !important;
    font-size: .8em !important;
}

@media (max-width: 767px) {

    .comment-list, .children:nth-child(n+1) {
        padding: 0;
    }
}

.container1 {
    color: #FFF;
    background-color: #000;
    position: relative;
}

.container2 {
    padding-top: 40px;
    padding-bottom: 0px;
    position: relative;
}

.navbar {
    font-size: 1.1em;
    text-transform: uppercase;
}

.navbar-inverse {
    background-color: #000;
}

.blog-header {

    position: relative;
}

.blog-header:after {
    content: '';
    display: block;
    opacity: .4;
    background-image: url(images/light.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.blog-header .container {
    z-index: 2;
    position: relative;
}

.social-likes__widget_single {
    background: #462A51 !important;
}

table.table-bordered {
    margin-bottom: 50px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #884C7C;
    border-bottom-color: #884C7C;
}

table.table-bordered td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #884C7C;
    border-bottom-color: #884C7C;
}

table.table-bordered tr {
    transition: ease .5s;
}

table.table-bordered tr:hover {
    background-color: #4A2451;
    color: #fff;
}

table.table-bordered p {
    margin: 0;
}

table.table-bordered > td {
    border: 1px solid #C5A28A !important;
}

.blog-header, .container2 {
    color: #fff;
}

.blog-footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
}

.thumbnail img {
    margin-bottom: 0;
}

.overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    overflow: visible;
    z-index: 1;
}

.overlay .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.overlay .overlay-container {
    background-color: #000;
    background-color: rgba(0, 0, 0, .56);
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;

    line-height: 1.6em;
}

.overlay-container h1 {
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
}

.overlay-container hr {
    background-color: #D3218F;
    height: 4px;
    color: #D3218F;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

#reviews {
}

.reviews-container {
    text-align: center;
}

.reviews-container .slick-prev {
    left: -50px;
}

.reviews-container .slick-next {
    right: -50px;
}

.col-sm-8 {
    color: #DBB9DB;
}

.container table {
    color: #DBB9DB;
}

.col-sm-8 h1 {
    color: #fff;
}

.col-sm-8 .blog-post-title {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #884B7C;
}

.attachment-full {
    padding: 7px;
    border: 5px solid #884B7C;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #643365 !important;
}

.active a:hover {
    background-color: #643365;
}

.navbar-nav > li > a {
    transition: ease .5s;
}

.navbar-nav > li > a:hover {
    background-color: #222 !important;
}

.reviews-container .desc {
    font-size: 1.3em;
}

.reviews-wrap {
    padding-right: 100px;
    padding-left: 100px;
}

.reviews-container .item {
    text-align: center;
}

.reviews-container .desc {
    display: inline-block;
    float: none;
}

h2 {
    text-transform: uppercase;
}

.menu-container {
    font-size: 1.1em;
}

.news-container, .menu-container, .reviews-container {


}

.news-container:after, .menu-container:after, .reviews-container:after {
    content: '';
    display: block;
    opacity: .4;
    background-image: url(images/light.png);

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;

    background-repeat: no-repeat;
    background-position: center -100px;
}

.news-container > div, .menu-container > div, .reviews-container > div {
    z-index: 2;
    position: relative;
    padding-bottom: 50px;
}

.news-container .date {
    background-color: #000;
    padding: 15px;
    position: absolute;
    left: 15px;
    top: 0;
    margin-left: 20px;
    color: #d3208f;
    font-weight: bold;
}

.news-container .title {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
    height: 60px;
}

.reviews-container h2, .news-container h2, .menu-container h2 {
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
}

.reviews-container h2:after, .news-container h2:after, .menu-container h2:after {
    content: '';
    background-color: #D3218F;
    height: 4px;
    width: 100px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.column-grid h3 {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.column-grid h3:after, .column-grid h3:before {
    content: '';
    background-color: #844383;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0%;
}

.column-grid h3:before {
    top: 0;
}

.column-grid h3:after {
    bottom: 0;
}

.menu-container:after {
    content: '';
    display: block;
    clear: both;
}

.menu-container li {
    text-align: center;
    float: left;
    width: 25%;
    font-size: 1.1em;
    text-transform: uppercase;
}

.menu-container li .menu-ico {
    height: 170px;
    width: 170px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-image: url(images/menu-icons.png);
    background-repeat: no-repeat;
}

.menu1 {
    background-position: -228px top;
}

.menu2 {
    background-position: left top;
}

.menu3 {
    background-position: -670px top;
}

.menu4 {
    background-position: -458px top;
}

.menu-container li .menu-ico {
    transition: all ease .2s
}

.menu-container li:hover .menu1 {
    background-position: -228px -171px;
}

.menu-container li:hover .menu2 {
    background-position: left -171px;
}

.menu-container li:hover .menu3 {
    background-position: -670px -171px;
}

.menu-container li:hover .menu4 {
    background-position: -458px -171px;
}

.logo {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    z-index: 100;
}

.container-bottom {
    content: '';
    background-color: #000;
    position: absolute;
    bottom: 0;
    display: block;
    height: 20px;
    width: 100%;
    z-index: 10;
}

.container-next, .back-to-top {
    content: '';
    margin-left: -35px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    display: block;
    height: 35px;
    width: 70px;
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.back-to-top {
    background-image: url(images/back.png);
    top: -35px;
    bottom: auto;
}

.menu-container a, .news-container a {
    color: #fff;
}

.menu-container a:hover, .news-container a:hover {
    color: #fff;
}

.adress, .phones {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 0;
}

.phones a {
    color: #fff;
}

.phones {
    text-align: right;
}

.phones .widget span {
    display: block;
    margin-bottom: 10px;
    font-size: .7em;
}

hr {
    border-top-color: #884C7C !important;
}

.adress hr, .phones hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.post_thumbnail {
    width: 100%;
}

.socials {
    margin-bottom: 25px;
}

.adr a {
    color: #fff;
}

.footer-adr {
    margin-right: 40px;
    margin-left: 40px;
}

.socials a {
    padding: 20px;
    height: 90px;
    width: 90px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    background-image: url(images/socials.png);
    background-repeat: no-repeat;
    background-position: 32px center;
    text-indent: -9999px;
    overflow: hidden;
    border: 2px solid #884c7c;
}

.socials a.loyalty {
    background-position: center center;
    background-image: url(images/tel.png);
    background-size: 50px;
}

.socials a.trip {
    background-position: center center;
    background-image: url(images/trip.png);
    background-size: 50px;
}

.services-top-container .services-top, .services-top-container .services-icons {

}

.services-top-container .services-top {
    padding: 10px;
}

.services-top-container .services-icons {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.socials a.insta {
    background-image: url(images/insta.png);
    background-size: 40px;
    background-position: center center;
}

.socials a.google {
    background-image: url(images/google-plus.png);
    background-size: 50px;
    background-position: center center !important;
}

.socials a:hover {
    background-color: #482A52;
}

.socials-top.socials a {
    background-size: auto 23px !important;
}

.socials-top.socials a.facebook {
    background-position: 16px center;
}

.socials-top.socials a {
    height: 40px;
    width: 40px;
}

.socials a.vk {
    background-position: -188px center;
}

.socials a.google {
}

.copyright {
    color: #999;
    font-size: 1em;
}

.copyright a, .copyright span {
    color: #ac4a95;
    margin-left: 5px;
    margin-right: 5px;
}

.copyright a:hover, .blog-header a:hover {
    color: #fff !important;
    text-decoration: none;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav > li {
    width: 16.6%;
}

.nav > li > a:hover {
    background-color: #333;
}

.nav > li > a {
    display: block;
    text-align: center;
    padding: 7px;
}

.news-container .thumbnail:hover {
    border: 1px solid #D3218F !important;
}

.adr, .time, .phn, .mob {
    position: relative;
    padding-left: 45px;
}

.adr:before, .time:before, .phn:before, .mob:before {
    content: '';
    background-image: url(images/icos.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    top: -7px;
}

.table h3 {
    margin: 0;
    text-align: center;
}

.adr {
}

.time:before {
    background-position: -52px;
}

.phn:before {
    background-position: -110px;
}

.mob:before {
    background-position: -154px;
}

.slider {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    overflow: hidden;
}

.slick-prev, .slick-next {
    z-index: 5;
    opacity: .6;
}

.slick-prev:hover, .slick-next:hover {
    z-index: 5;
    opacity: 1;
}

:focus {
    outline: none !important;
}

.slider .slick-prev {
    left: 20px;
}

.slider .slick-next {
    right: 20px;
}

.slick-next.btn-default:hover, .slick-prev.btn-default:hover {
    background-color: transparent !important;
}

.slider .slider-item {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wpcf7-response-output {
    clear: both;
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.header-page {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

.header-page:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
    background-color: #000;
    opacity: .4;
    z-index: 1;
}

.header-page .blog-post-title {
    color: #FFF;
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 0;
    text-shadow: 0 0 0 0 0.3;
    top: 90px;
    right: 0;
    text-transform: uppercase;
}

.header-page .blog-post-title:after {
    content: '';
    background-color: #D3218F;
    height: 4px;
    width: 100px;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    bottom: -20px;
}

.mob {
    display: inline-block;
    margin-bottom: 0;
}

a:focus, a:active {
    color: #fff !important;
}

.top-header {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    text-transform: uppercase;
}

.top-header a, .top-header span {
    color: #C5A28A;
    margin-right: 5px;
    margin-left: 5px;
}

.top-header span {
    color: #fff;
}

.top-header a:hover, .top-header a:focus {
    color: #fff;
    text-decoration: none;
}

.lang-top {
    float: right;
}

.lang-top a {
    color: #fff;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.dropdown-menu {
    border-radius: 0px !important;
    background-color: #000 !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
}

.btn-default {
    border: none !important;
}

.btn-default:hover {
    background-color: #333333 !important;
    color: #FFF !important;
}

.dropdown-menu a {
    color: #fff !important;
}

.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    color: #fff !important;
    background-color: #333 !important;
}

.site-content table {
    width: 100% !important;
    float: none !important;
}

.site-content table td {
    width: auto !important;
}

.blog-main img {
    padding: 15px;
    border: 1px solid #884B7C !important;
}

.banners-slider .slider-item {
    height: 520px;
}

.container1 .banner-title {
    bottom: 130px;
}

.banners-slider .slick-prev, .banners-slider .slick-next {
    top: 40% !important;
}

.banner-title {
    background-color: #5D2F62;
    background-color: rgba(0, 0, 0, .56);
    width: 660px !important;
    margin-left: -330px;
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: 80px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    line-height: normal !important;
}

.overlay-btn {
    text-decoration: none !important;
    display: inline-block;
    padding: 15px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #000;
    text-transform: uppercase;
    font-size: 1.2em !important;
}

.overlay-btn2 {
    background-color: #5C2E61;
}

.fancybox-skin {
    border-radius: 0px !important;
}

#inline {
    display: none;
    max-width: 400px;
}

#inline {
    line-height: normal;
}

.fancybox-skin {
    background-image: url(images/bg.png) !important;
}

#inline {
    color: #fff;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
}

#contact label {
    display: block;
}

#contact input, #contact input[type=number], #contact input[type=email], #contact textarea {
    font-family: 'PFSquareSansPro-Light', Arial, Helvetica, sans-serif;
    padding: 10px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFD36A;
    width: 100%;
    font-size: 1em;
    color: #666666;
    text-align: center;
    background-color: #FFF;
}

.select2-container {
    width: 100%;
    display: block;
    text-align: left;
}

.fix {
    display: block;
}

.small {
    color: #98ADCF;
    font-size: 0.9em;
}

.select2-container .select2-choice {
}

.select2-container .select2-choice > .select2-chosen {
    padding-top: 3px;
}

.select2-drop-active {
    border: 1px solid #FFFFFF !important;
    border-top: none;
}

.select2-container .select2-choice .select2-arrow {
}

label.big {
}

.error {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
    border-bottom-color: #F00 !important;
}

.fancybox-close {
    top: 10px !important;
    right: 10px !important;
    background-image: url(images/close.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
}

.fancybox-close:hover {
    opacity: 1;
}

.smalltext {
    font-size: 0.8em;
    color: #98ADCF;
    padding-top: 10px;
    padding-bottom: 40px;
}

.share-wrap {
    display: block;
    height: 40px;
    width: 1px;
    overflow: hidden;
}

.attention {
    font-size: 0.7em;
    color: #F00;
    line-height: normal;
    text-align: left;
}

.fancybox-inner {
    height: auto !important;
}

.fancybox-wrap {
    margin-bottom: 20px !important;
}


:placeholder {
    color: #A9A9A9;
}

:-webkit-input-placeholder {
    color: #A9A9A9;
}

:-moz-placeholder {
    color: #A9A9A9;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #A9A9A9;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #A9A9A9;
}

input[placeholder] {
    color: #A9A9A9;
}

input::-moz-placeholder {
    color: #A9A9A9;
}

input:-moz-placeholder {
    color: #A9A9A9;
}

input:-ms-input-placeholder {
    color: #A9A9A9;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */
::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.capacity, .gall-text {

    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    clear: both;
    line-height: normal;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000;
    border-bottom-color: #000;
}

.capacity {
    position: relative;
    margin-bottom: 30px;
    background-image: url(images/fiji-bar-karaoke1.jpg);
    background-position: center center;
}

.capacity:after, .gall-text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
}

.capacity .container, .gall-text .container {
    position: relative;
    z-index: 2;
}

.gall-text {
    position: relative;
    background-image: url(images/fiji-bar-karaoke2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gall-text h2 {
    margin-top: 0px;
}

.mob.mob-only {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header-page {
        background-attachment: scroll;
    }

    .overlay .overlay-container {

        line-height: 1.6em;
    }
}

@media screen and (max-width: 1000px) {
    .container1 .banner-title {
        top: 60px;
        bottom: auto !important;
        width: 500px !important;
        margin-left: -250px;
    }

    .slider .slider-item {
        height: 500px;
    }

    body {
        font-size: .8em;
    }

    .overlay {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .overlay .overlay-container {
        width: auto;
        float: none;
    }
}

@media screen and (max-width: 990px) {
    .adress, .phones {
        font-size: 1.2em !important;
    }

    .navbar {
        font-size: 1.1em;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 767px) {
    .menu-container li .menu-ico {
        margin-bottom: 10px;
    }

    .menu-container li {
        font-size: .8em;
        text-transform: uppercase;
    }

    .top-header {
        display: none;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .adress, .phones {
        width: 50% !important;
    }

    .blog-header {
        padding-bottom: 5px !important;
    }

    .menu-container li {
        width: 50%;
        margin-bottom: 20px;
    }

    .blog-main, .blog-main-left {
        float: none !important;
    }

    .logo {
        width: 110px;
        margin-left: -55px;
    }
}

@media screen and (max-width: 600px) {

    .socials a.facebook {
        background-position: 16px center;
    }

    .socials a.insta {
        background-size: 26px;
    }

    .socials a.loyalty {
        background-size: 31px;
    }

    .socials a.trip {
        background-size: 34px;
    }

    .services-icons {
        display: none;
    }

    .container1 .banner-title {
        width: auto !important;
    }

    .container1 {
        overflow: hidden;
    }

    .overlay-btn {
        width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container1 .banner-title {
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin-left: 0px;
        max-width: 767px !important;
        padding-top: 20px;
    }

    .container1 .banner-title h2 {
        margin-top: 0px;
    }

    .container1 .banner-title hr {
        width: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    #text-3 {
    }

    .phones {
        text-align: center;
    }

    .reserve {
    }

    .news-container .container, .menu-container .container, .reviews-container .container, .overlay-container {
        opacity: 1 !important;
    }

    .container2 .adr {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #884C7C;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .container2 .time {
        margin-bottom: 10px;
    }

    .footer-adr {
        display: none;
    }

    .adress, .phones {
        margin-top: 140px;
    }

    .blog-header .time, .blog-header .adr, .phones,
    .adress hr {
        display: none;
    }

    .header-page {
        background-attachment: scroll;
        height: 180px;
    }

    .reserve {
        max-width: 1000px !important;
    }

    #gallery-1 .gallery-item {
        width: 100% !important;
        float: none !important;
        margin: none !important;
    }

    .column-grid-2 .column-span-1 {
        width: 100%;
    }

    .footer-adr {
        display: none;
    }

    .socials a {
        height: 50px;
        width: 50px;
        background-size: auto 27px;
    }

    .socials a.facebook {
        background-position: 14px center;
    }

    .socials a.vk {
        background-position: -140px center;
    }

    .socials a.google {
        background-position: -67px center;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    hr {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 10px;
        margin-bottom: 20px !important;
    }

    .blog-post h1, .blog-post h2, .blog-post h3 {
        margin-top: 0px !important;
    }

    .menu-container li .menu-ico {
        height: 110px;
        width: 110px;
        background-size: auto 220px;
    }

    .menu1 {
        background-position: -146px top;
    }

    .menu3 {
        background-position: -430px top;
    }

    .menu4 {
        background-position: -296px top;
    }

    .menu-container li:hover .menu1 {
        background-position: -146px -110px;
    }

    .menu-container li:hover .menu2 {
        background-position: left -110px;
    }

    .menu-container li:hover .menu3 {
        background-position: -430px -110px;
    }

    .menu-container li:hover .menu4 {
        background-position: -296px -110px;
    }

    .container2 {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .header-page .blog-post-title {
        font-size: 1.6em;
        line-height: normal;
        top: 35px;
        font-weight: bold;
    }

    .reviews-container h2, .news-container h2, .menu-container h4 {
        margin-bottom: 40px !important;
        padding-bottom: 10px;
        margin-top: 0;
        font-size: 1.6em;
        line-height: normal;
    }

    .logo {
        text-align: center;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100px;
        margin-left: -50px;
    }

    .adress hr, .phones hr {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .navbar-nav {
        margin: 0px !important;
    }

    p.adr {
        padding-top: 10px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #884C7C;
        margin-bottom: 0;
    }

    .adr:before {
        top: 5px;
    }

    .time {
        padding-bottom: 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #884C7C;
        margin-bottom: 0;
    }

    .reviews-wrap .slick-prev, .reviews-wrap .slick-next {
        display: none !important;
    }

    .reviews-wrap {
        padding-right: 5px;
        padding-left: 5px;
    }

    .overlay .overlay-container {
        padding-right: 0;
        padding-left: 0;
        font-size: 1em;
        line-height: 1.5em;
        padding-top: 30px;
        padding-bottom: 60px;
        top: 0px;
        bottom: 0px;
    }

    .adress, .phones {
        width: 100% !important;
    }

    .phones {
        margin-top: 0px !important;
    }

    .mob {
        display: none;
    }

    .mob-only {
        display: inline-block !important;
        font-size: 1.2em;
        padding-left: 26px !important;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 5px;
        margin-left: 0;
    }

    .mob-only:before {
        left: -10px;
    }

    .mob-only a {
        color: #fff;
    }

    .navbar-nav {
        margin: 0;
        padding: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    }

    .reviews-container .item {
        padding-right: 0;
        padding-left: 0;
    }

    .slider .slider-item {
        height: 320px;
    }

    .column-grid-3 .column-span-2, .column-grid-3 .column-span-1, .column-grid-4 .column-span-1 {
        width: auto;
        padding: 0;
        float: none;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    table {
        font-size: .8em;
    }

    form .col-sm-6, form .col-sm-12 {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    form {
        margin-bottom: 20px;
    }

    h3 {
        font-size: 1em !important;
    }

    .overlay .overlay-container h2 {
        font-size: 1.2em !important;
        font-weight: bold;
    }

    h2 {
        font-size: 1.1em !important;
        font-weight: normal;
    }

    #inline {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.banner-top {
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

.banner-top a {
    color: #FFF;
    text-decoration: none;
    background-color: #160f16;
    text-align: center;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center center;
    height: 70px;
}

.banner-top a.ru {
    background-image: url(images/prinada-banner-2.gif);
}

.banner-top a.ua {
    background-image: url(images/prinada-banner-1.gif);
}

@media screen and (max-width: 1000px) {
    .banner-top a.ru {
        background-image: url(images/prinada-banner-mob1.gif);
    }

    .banner-top a.ua {
        background-image: url(images/prinada-banner-mob2.gif);
    }
}

.banner-top a:hover {
    color: #FFF;
    text-decoration: none;
}

.container .thumbnail {
    border: 1px solid #844383 !important;
}

.embed-responsive {
    overflow: auto !important;
}

.time-container {
    text-align: center;
}

.time-container .time {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 45px;
    position: relative;
}

.time-container .time:before {
    background-image: url(images/notes.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    top: 10px;
    position: absolute;
    left: 0px;
}

.time-container .time h3 {
    margin: 0px;
}

.col-sm-12.blog-main {
    padding-top: 40px;
    padding-bottom: 40px;
}

.error-page {
    text-align: center;
    padding: 40px 0px;
}

.guru-footer {
    margin-bottom: 30px;
    text-align: center;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
}

.grecaptcha-badge {
    display: none !important;
}

.faq-container {
    padding: 50px 0;
}


.justify-content-center {
    justify-content: center;
    display: flex;
}

.faq-container h2 {


}

.faq-container h3 {
    border-top: 1px solid #884C7C;
    padding-top: 20px;
    margin-bottom: 10px;
}

a {
    color: #fff !important;
    text-decoration: underline;
}

.pt-5 {
    padding-top: 4rem;
}

.callus {
    position: relative;
}

.callus .container {
    position: relative;
    z-index: 2;
}

.callus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.faq-row {
    background-color: rgba(0, 0, 0, 0.4);
}

.breadcrumbs {
    text-align: center;
    font-size: 1.2rem;
    padding: 10px;
    z-index: 10;
    position: relative;
    opacity: .6;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-main .breadcrumbs {
    text-align: left;
    padding-left: 0;
}


@media screen and (max-width: 600px) {
    #gallery-1.gallery-columns-4 .gallery-item {
        width: 50% !important;
        float: left !important;

    }
}

.pagination {
    text-align: center;
    width: 100%;
}

.nav-links {
}

.nav-links a, .nav-links span {
    padding: 5px;
}

.nav-links span, h1 span {
    opacity: .6;
}


.banner-footer {
    bottom: -100%;
}

.banner-footer.active {
    bottom: 0;
}

.banner-footer {
    left: 50%;
    transition: ease 1s;
    background-color: #000;
    position: fixed;
    text-align: center;
    width: 100%;
    max-width: 600px;
    transform: translateX(-50%);
    border-radius: 0 0;

    z-index: 100;
    color: #fff;
    padding: 20px 50px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}


.banner-footer p:after {
    content: '';
    position: relative;
    background-color: #b5569d;
    height: 2px;
    width: 100px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    left: 50%;
    margin-left: -50px;
}

.banner-footer p {
    margin-bottom: 10px;
}

.banner-footer .about-links {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-footer .close {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-image: url(images/plus-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(
            45deg
    );
    opacity: 0.4;
}

.banner-footer .close:hover {
    opacity: 1;
}

.banner-footer .about-links a {
    display: block;
    margin-right: 20px;
}

.btn-online-order {
    position: fixed;
    font-size: 1.5rem;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    background-color: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    text-align: center;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
    line-height: 2.5rem;
    text-transform: uppercase;
}

.btn-online-order:hover {
    background-color: #2d1934;
}

.btn-online-order .online {
    color: #D3218F;
}


.phone-mob {
    width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    background-image: url(images/icos.png);
    background-size: auto 40px;
    background-position: -148px;
    background-repeat: no-repeat;
    display: none;

}

.phone-mob span {
    display: none;
}

.reserve-mob {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    padding: 5px 15px 5px 15px;
}

@media screen and (max-width: 600px) {
    .reserve-mob, .phone-mob {
        display: block;
    }

}