

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Work+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap');

/* Import CSS */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/owl.carousel.min.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/pe-icon-7-stroke.css';

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poiret One', sans-serif;
    font-weight: 100;
    color: #c5a853;
    line-height: 1.3;
}

p {
    color: #414040;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-5 {
    margin-top: 5px!important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.pt-200 {
    padding-top: 200px;
}

.pt-100 {
	padding-top: 100px;
}
.pt-50 {
	padding-top: 50px;
}

#scrollUp {
    bottom: 80px;
    font-size: 18px;
    right: 30px;
    width: 40px;
    background-color: #856404;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 3px;
    font-size: 36px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 600;
    outline: none;
}

li {
    list-style: none;
}

.caviar-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.caviar-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.section-heading h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
	font-family: 'Poiret One', cursive;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#preloader .preload-icons {
    position: absolute;
    /*top: 50%;
    left: 50%;*/
	top: 40%;
    left: 45%;
    /*width: 50px;
    height: 50px;*/
	width: 200px;
    height: 200px;
    z-index: 8;
    background-color: transparent;
    /*margin-top: -25px;
    margin-left: -25px;*/
	margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    line-height: 50px;
}

.preload-icons > img {
    position: absolute;
    top: 40%;
    margin-top: -16px;
    left: 45%;
    margin-left: -16px;
}

.caviar-load {
    -webkit-animation: 6000ms linear 0s normal none infinite running caviar-load;
    animation: 6000ms linear 0s normal none infinite running caviar-load;
    background: transparent none repeat scroll 0 0;
    border-color: #ebebeb #ebebeb #519848;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    /*height: 70px;*/
	height: 300px;
    position: relative;
    /*width: 70px;*/
	width: 300px;
    z-index: 9;
    top: 40%;
    left: 45%;
    /*margin-top: -35px;
    margin-left: -35px;*/
	margin-top: -70px;
    margin-left: -70px;
}

@-webkit-keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes caviar-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#preloader .preload-icons .preload-1 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-1;
    animation: 6000ms linear 0s normal none infinite running load-1;
}

@-webkit-keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    30% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    33.333% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-2 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-2;
    animation: 6000ms linear 0s normal none infinite running load-2;
}

@-webkit-keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    27% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    33.333% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    66.666% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

#preloader .preload-icons .preload-3 {
    -webkit-animation: 6000ms linear 0s normal none infinite running load-3;
    animation: 6000ms linear 0s normal none infinite running load-3;
}

@-webkit-keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes load-3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    60% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    66.666% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    94% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.bg-gray {
    background-color: #f9f9f9;
}

.caviar-btn {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    min-width: 180px;
    height: 54px;
    border: 2px solid #519848;
    font-weight: 500;
    background-color: #fff;
    border-radius: 0;
    padding: 0 30px;
    line-height: 52px;
    color: #000;
	cursor: pointer;
}

.caviar-btn:hover,
.caviar-btn:focus {
    color: #519848;
    font-weight: 500;
}

.caviar-btn > span {
    width: 12px;
    height: 12px;
    background-color: #519848;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.caviar-btn1 {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    min-width: 180px;
    height: 54px;
    /*border-bottom: 12px solid #1e6091;*/
    font-weight: 500;
    background-color: #4dabf7;
    border-radius: 0px;
    padding: 0 5px;
    line-height: 52px;
    color: #fff!important;
	margin-top: 5px;
	cursor: pointer;
}

.caviar-btn1:hover,
.caviar-btn1:focus {
    font-weight: 900;
}

.caviar-btn1 > span {
    width: 12px;
    height: 12px;
    background-color: #634900;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
	
}
/* Search Area CSS */

.caviar-search-form {
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 100px;
    background-color: #000;
    top: -200px;
    left: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.search-form-on .caviar-search-form {
    top: 0;
}

.sticky .caviar-search-form {
    height: 70px;
}

.caviar-search-form form {
    position: relative;
    z-index: 1;
}

.caviar-search-form form input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

#closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#closeBtn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#closeBtn > i {
    line-height: 30px;
    font-size: 28px;
}

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 140px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.sticky .header_area {
    background-color: #463401e8;
    height: 110px;
    z-index: 9999;
}

.navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-right: 0;
	
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
	font-weight: 100;
}
@media screen and (max-height: 800px) {
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
	font-weight: 100;
}
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #c9b359;
	text-decoration: overline underline;
}

.caviar-search-btn > a {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
}

.dropdown-menu {
    border: none;
}

.dropdown-item {
    font-weight: 600;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #524714;
    color: #fff;
}

/* Hero Area CSS */

.caviar-hero-area {
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
}

.single-hero-slides {
    position: relative;
    z-index: 1;
    height: 770px;
    width: 100%;
}

.single-hero-slides:after {
    position: absolute;
    width: calc(50% - 112px);
    background-color: #463401b8;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.single-hero-slides:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}

.hero-content h2 {
    font-size: 52px;
    color: #d6c061;
    margin-bottom: 20px;
	font-family: 'Poiret One', cursive;
	font-weight: 100;
}

.hero-content p {
    color: #fff;
    margin-bottom: 70px;
	font-size: 22px;
}

.hero-slides-nav {
    width: 375px;
    height: 210px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.hero-slides-nav:after {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}

.caviar-hero-area .owl-next {
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    bottom: 188px;
    border-radius: 50%;
    right: 353px;
    z-index: 10;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: rgba(51, 51, 51, 0.8);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
	display:none!important;
	
}

.caviar-hero-area .owl-next:hover {
    background-color: #59a54f;
    color: #fff;
}

.welcome-social-info {
    font-size: 24px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.welcome-social-info > a {
    margin-bottom: 30px;
    color: #fff;
}

.welcome-social-info > a:last-child {
    margin-bottom: 0;
}

/* About Us Area CSS */

.caviar-about-us-area {
    overflow-x: hidden;
}

.about-us-thumbnail {
    box-shadow: 3px 5px 45px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.about-us-thumbnail > img {
    width: 100%;
}

.about-us-content:target {padding-top: 100px;}
.about-us-content span {
    font-size: 35px;
    letter-spacing: 2px;
    color: #5aa750;
    font-family: 'Poiret One', cursive;
    margin-bottom: 30px;
    display: block;
}

.about-us-content > p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.7;
}

.about-us-second-part {
    position: relative;
    z-index: 1;
}

.about-us-second-part:after {
    content: 'Услуги Кафе';
    position: absolute;
    top: 110px;
    font-size: 150px;
    left: 0;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 900;
    line-height: 1;
    z-index: -1;
	font-family: 'Poiret One', sans-serif;
}

.about-us-second-part:before {
    position: absolute;
    content: "";
    top: 120px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}

/* Dish Menu Area CSS */

.dish-thumb {
	
}
.caviar-dish-menu1 {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow-x: hidden
}

.caviar-dish-menu2:before {
    position: absolute;
    font-size: 150px;
    left: -11%;
    margin: 0;
    content: 'Галерея';
    line-height: 1;
    top: 35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
}
.caviar-dish-menu2 {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow-x: hidden
}

.caviar-dish-menu1:before {
    position: absolute;
    font-size: 150px;
    left: -11%;
    margin: 0;
    content: 'Банкеты';
    line-height: 1;
    top: 35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
}
.caviar-dish-menu {
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow-x: hidden
}

.caviar-dish-menu:before {
    position: absolute;
    font-size: 150px;
    right: -10%;
    margin: 0;
    content: 'Меню';
    line-height: 1;
    top: 35%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
}

.caviar-single-dish {
    padding: 50px 50px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dish-info .dish-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 0;
    line-height: 1.7;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-price {
    width: 60px;
    height: 60px;
    background-color: #333333;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.dish-price1 {
    width: 120px;
    height: 120px;
    background-color: #5aa750;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
	padding-top: 40px;
}

.caviar-single-dish:hover .dish-info .dish-name {
    color: #519848;
}

.caviar-single-dish:hover .dish-info .dish-price {
    background-color: #519848;
	color: #fff;
}

.caviar-single-dish:after {
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    background-color: #fff;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.menu-heading {
    position: relative;
    z-index: 1;
}

.menu-heading > a {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    z-index: 9;
}

.caviar-dish-menu .row .col-12:first-child .caviar-single-dish:before {
    position: absolute;
    height: 100%;
    background-image: url(img/core-img/special-dots.png);
    width: calc(100% - 50px);
    content: '';
    top: -50px;
    left: -50px;
    z-index: -1;
    background-repeat: no-repeat;
}

.caviar-dish-menu1 .row .col-12:first-child .caviar-single-dish:before {
    position: absolute;
    height: 100%;
    background-image: url(img/core-img/special-dots.png);
    width: calc(100% - 50px);
    content: '';
    top: -50px;
    left: -50px;
    z-index: -1;
    background-repeat: no-repeat;
}

/* Awards Area CSS */

.caviar-awards-area {
    padding-bottom: 200px;
}

.caviar-awards-area .section-heading {
    margin-bottom: 0;
}

.testimonials-content {
    padding: 70px 100px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Testimonials Area CSS */

.caviar-testimonials-area {
   /*padding-bottom: 200px;*/
}

.single-testimonial {
    padding: 0 35px;
}

.testimonial-thumb-name {
    margin-bottom: 30px;
}

.testimonial-thumb-name > img {
    width: 80px!important;
    height: 80px!important;
    margin-right: 25px;
    border-radius: 50%;
}

.testimonial-thumb-name .tes-name > h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-thumb-name .tes-name > p {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0;
}

.caviar-testimonials-slides .center .single-testimonial {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

/* Reservation Area CSS */

.caviar-reservation-area,
.caviar-contact-area {
    overflow-x: hidden;
}

.reservation-form-area,
.contact-form-area {
    width: calc(50% - 100px);
}

.reservation-side-thumb {
    width: calc(50% + 100px);
}

.reservation-form,
.contact-form {
    width: 390px;
    margin-right: 67.5px;
}

.reservation-form .form-control,
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    color: rgba(51, 51, 51, 0.60);
}

.reservation-form .form-control:focus,
.contact-form .form-control:focus {
    box-shadow: none;
    color: rgba(51, 51, 51, 1);
}

.reservation-form textarea.form-control,
.contact-form textarea.form-control {
    border: none;
    height: 120px;
}

/* Footer Area CSS */

.caviar-footer-area {
    background-color: #333333;
    padding: 40px 0;
    text-align: center;
}

.caviar-footer-area .navbar-brand {
    font-size: 30px;
    margin-bottom: 40px;
}

.footer-text > p {
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin-bottom: 0;
}

/* Breadcumb Area CSS */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 555px;
}

.breadcumb-content {
    padding-top: 100px;
}

.breadcumb-content h2 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 70px;
	font-family: 'Poiret One', cursive;
    color: #c5a853;
	text-align: left;
}

.breadcumb-area:before {
    width: calc(50% - 112px);
    height: 100%;
    top: 0;
    left: 0;
    background-color: #463401b8;
    content: "";
    position: absolute;
}

/* Menu Area CSS */

.caviar-projects-menu {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

.portfolio-menu button {
    border: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Zen Kaku Gothic Antique', serif;
    outline: none;
}

.portfolio-menu button.active {
    color: #5cb056;
    text-decoration: overline underline;
}

.single_menu_item {
    margin-bottom: 70px;
}

.single_menu_item:last-child {
    margin-bottom: 0;
}

.single_menu_item:target {
	border: 1px solid #43E102;
	border-radius: 5px;
	padding: 3px;
	padding-top: 100px;
    background-color: #c8efd1;
}

.dish-description {
    /*margin: 0 70px;*/
}

.dish-description h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.dish-description p {
    margin-bottom: 0;
    font-family: 'Poiret One', serif;
    line-height: 1.7;
	font-weight: 600;
}

.dish-value > h3 {
    color: #5cb056;
    font-size: 30px;
    margin-bottom: 0;
	float: left;
}
.dish-value > span {
	padding-top: 12px!important;
    float: left;
    padding-left: 5px;
    color: #d32f7c;
}
@media screen and (max-height: 800px) {
.dish-value > label {
	font-size:10px;
	width: 100%;
    border-top: 1px solid #2a9b36;
}
}
.food-menu-title > h2 {
    font-size: 150px;
    color: rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    z-index: 1;
    top: 420px;
}

.caviar-menu-slides .owl-nav {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.caviar-menu-slides .owl-nav .owl-prev,
.caviar-menu-slides .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.caviar-menu-slides .owl-nav .owl-prev:hover,
.caviar-menu-slides .owl-nav .owl-next:hover {
    background-color: rgba(51, 51, 51, 1);
}

.caviar-menu-slides .owl-nav .owl-next {
    margin-right: 0;
}

/* Contact Area CSS */

.breadcumb-content > p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.breadcumb-content p i {
    width: 35px;
}

.breadcumb-content p a {
    color: #fff;
    margin-right: 15px;
    display: inline-block;
}

/* Google Maps Area CSS */

.caviar-map-area {
    width: calc(50% + 125px);
    height: 500px;
    position: relative;
    z-index: 1;
}

#googleMap {
    width: 100%;
    height: 100%;
}

.contact-form-title p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5aa750;
    margin-bottom: 40px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

/* Regular Page Area CSS */

.regular-page-content .post-title h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.regular-page-content .post-title > a {
    color: #ff0000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Work Sans', sans-serif;
}

.regular-page-content .post-title {
    margin-bottom: 50px;
}

blockquote {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

blockquote img {
    width: 30px;
    margin-right: 40px;
    padding-top: 12px;
}

.blockquote-content h6 {
    line-height: 2;
}

.blockquote-content p {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    font-weight: 600;
}
.tel {
    text-align: center;
    font-size: 20px;
    position: fixed;
    right: 5%;
    top: 5px;
    border-bottom: 1px dotted #edd463;
    z-index: 9999;
    font-family: 'Zen Kaku Gothic Antique', serif;
}
.tel a {
	color: #edd463;
	font-weight: 300!important;
}
.tel a:hover {
	font-weight: 600;
}

.b-br {	
	border-bottom: 1px solid green;
    padding: 2px;
    border-right: 1px solid green;
}

.b-bl {	
	border-bottom: 1px solid green;
    padding: 2px;
    border-left: 1px solid green;
}

.b-tr {	
	border-top: 1px solid green;
    padding: 2px;
    border-right: 1px solid green;
}

.pd-5 {
	padding: 5px;
}
	
.text-r {
	text-align: right;
} 

.dostavka-online {
    position: relative;
    z-index: 1;
	margin-left: 15px;
    margin-right: 15px;
}

.dostavka-online:after {
    content: 'OnLIne заказ';
    position: absolute;
    top: 110px;
    font-size: 150px;
    left: 0;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}
@media screen and (max-height: 800px) {
.dostavka-online:before {
    display: none;
	}
}
.dostavka-online:before {
    position: absolute;
    content: "";
    top: 120px;
    left: 110px;
    background-image: url(img/core-img/about-dots.png);
    width: 100%;
    height: 78px;
    z-index: -1;
    background-repeat: no-repeat;
}

.in50 {width: 50%;
} 
.text-c-ins {text-align:center;
}
.w100 {width:100%;}
.text-c {text-align:center;
}
.in_summa {position: fixed;
    bottom: 38px;
    width: 33%;
    z-index: 100;
    left: 0;
    height: 50px;
    border: 2px solid #856404;}
.in_summa_semis {position: fixed;
    bottom: 38px;
    width: 20%;
    z-index: 100;
    left: 0;
    height: 50px;
    border: 2px solid #856404;}
.btn_summa_position {position: fixed;
    bottom: 38px;
    left: 33%;
    width: 33%;
    z-index: 100;}
.btn_summa_position_semis {position: fixed;
    bottom: 38px;
    left: 20%;
    width: 60%;
    z-index: 100;}	
.btn_summa_position_semis_1 {position: fixed;
    bottom: 38px;
    left: 0%;
    width: 80%;
    z-index: 100;}			
.btn_summa {font-family: 'Zen Kaku Gothic Antique', sans-serif;
    height: 38px;
    font-weight: 500;
    background-color: #856404;
    border-radius: 3px;
    color: #fff;	
	height: 40px;
	border: 1px solid #856404;
	font-size: 16px;
	cursor: pointer}
.btn_summa_semis {font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 500;
    background-color: #4dabf7;
    border-radius: 3px;
    color: #fff;	
	height: 40px;
	border: 1px solid #1e6091;
	font-size: 16px;
	cursor: pointer}	
.btn_zakaz_position {position: fixed;
    bottom: 38px;
    left: 66%;
    width: 34%;
    z-index: 100;}
.btn_zakaz_position_semis {position: fixed;
    bottom: 38px;
    left: 70%;
    width: 30%;
    z-index: 100;}		
.btn_zakaz {font-family: 'Zen Kaku Gothic Antique', sans-serif;
    height: 38px;
    font-weight: 500;
    background-color: #397d31;
    border-radius: 3px;
    color: #fff;	
	height: 50px;
	border: 1px solid #397d31;
	font-size: 18px;
	cursor: pointer}
.btn_zakaz_semis {font-family: 'Zen Kaku Gothic Antique', sans-serif;
    height: 38px;
    font-weight: 500;
    background-color: #397d31;
    border-radius: 3px;
    color: #fff;	
	height: 50px;
	border: 1px solid #397d31;
	font-size: 16px;
	cursor: pointer}
.btn_reset_semis {font-family: 'Zen Kaku Gothic Antique', sans-serif;
    height: 38px;
    font-weight: 500;
    background-color: #2a9b36;
    border-radius: 3px;
    color: #fff;	
	height: 40px;
	border: 1px solid #2a9b36;
	font-size: 14px;
	cursor: pointer;
	width: 41px;}			
.btn_reset_position_semis {position: fixed;
    bottom: 38px;
    left: 80%;
    width: 20%;
    z-index: 100;}
.list {border: none; width:100%;}

/*start menu right*/
.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    position:fixed;
	right: 0;
	top:90px;
	float: right;
	height: 40px;
    width: 185px;
 	z-index:3000;
    background: #397d31;
    border-left: 6px solid #856404;
 
   
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: 'Zen Kaku Gothic Antique', Arial, sans-serif;
   
    font-size: 16px;
 
    color: #f3f3f3;
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; font-size: 14px; }
 
.menu li:hover > a { color: #f9a64b; }

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 0;
    background: #28a745;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 175px;
    padding: 4px 0 4px 10px;
    margin: 0;
 	
    border: none;
    border-bottom: 1px solid #fff;
}
 
.menu ul li:last-child a { border: none; }

.menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }
.submenu {position:fixed; margin-top: 100px; width: 100%; margin-right:20px; z-index: 10000;}		
/*end menu right*/

@media (max-width: 767.98px) {
  .img1 {
    width: 50%;
	float:right;
	padding: 5px;
    } }
@media (max-width: 767.98px) {
  .in50 {
	
	width: 20%;
    } }	
@media (max-width: 767.98px) {
  .text-c {
	text-align: left;
	margin-left: 5px !important;
    } }	
.raz {all: unset;
		-moz-appearance: textfield;
		width: 1em;
		text-align: center;
		color: #5cb056;
		font-size: 21px;
}
.raz::-webkit-inner-spin-button {display: none;}
.knopka_raz {border: 2px solid #5cb056;
    padding: 5px 16px 5px 16px;
    color: #5cb056;
    font-size: 26px;
    border-radius: 8px;
    font-weight: bolder;
    cursor: pointer;
}
.knopka_raz:hover {color: #856404; border: 2px solid #856404;}
/*redconnect*/
@media screen and (max-width: 800px) {
    #rc-phone {
        position: fixed !important;
        top: 75% !important;
        left: 80% !important;
		
    }
}
@media (max-width: 767.98px) {
.logo_img1 {padding-bottom: 20px;}
}
.logo_img1 {width: 70%!important;}

.list {
	width: 100%;
    font-size: 17px;
    cursor: pointer;
    font-style: normal;
    background: none;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-top: none;
    margin-top: 5px;
    padding: 10px 0px 10px 0px;
    text-align: left;
}
.list:hover {
	background-color: #efeeee;
}
.list_table {width: 100%;
    font-size: 17px;
    cursor: pointer;
    font-style: italic;
    background: none;
	border: none;
    /*border-left: 23px solid #009d11;
	border-right: none;
    border-top: none;
    border-bottom: none;
    margin-top: 5px;
	padding-left: 5px;*/
	text-align: center;
}
.list_name {
	text-align:left!important;
	margin-left:10px;
}
.itoglist {
	width: 100%;
    font-size: 18px;
    cursor: pointer;
    font-style: normal;
    background: none;
    border: none;
    font-weight: 200;
    color: #535252;
    }	
.fw600 {
	font-weight: 600;	
}
@media only screen and (max-width: 767px) {
.list {font-size: 11px;}
.list_table {font-size: 11px;}
.itoglist {font-size: 14px;}
}	

/*menu katalog*/
.menu_katalog {
	padding: 10px;
    width: 35px;
    /* height: 250px; */
    position: fixed;
    right: 0;
    top: 25%;
    background-color: #00880ed4;
    color: white;
    border: 1px solid #00880ed4;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
	z-index: 20000;}
	
.sidenav {
    /*height: 100%; */
    width: 0;
    position: fixed;
    z-index: 20001;
    top: 15%;
    right: 0px;
    background-color: #00880e;
    overflow-x: hidden;
    padding-top: 30px;
    transition: 0.5s;
}

.sidenav a {
  padding: 0px 8px 8px 14px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}	
/*end menu katalog*/

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox + label {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}
.checkbox + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	transition: .2s;
}
.checkbox + label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: .2s;
}
.checkbox:checked + label:before {
	background: #9FD468;
}
.checkbox:checked + label:after {
	left: 26px;
}
.checkbox:focus + label:before {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}
.banket_open {
	position: fixed;
	height: auto;
	background: #2a9b35;
	color: #fff;
	border-radius: 10px;
	border: 1px solid rgb(6, 100, 15);
	text-align: center;
	bottom: 100px;
	left: 15%;
	right: 15%;
	z-index: 2;
	display: none;
	padding: 20px;
	
}
.pdf-link {cursor: pointer; color: #A0090C!important; margin-top: 30px; border-bottom:1px dotted #A0090C;}
.invoice {padding: 20px;}
.online {padding-top: 200px;}
.about-us-content h1 {
	  font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-weight: 100;
    color: #c5a853;
    line-height: 1.3;
}
@media screen and (max-height: 800px) {
  .online {padding-top: 78px;}
  .about-us-content h1 {
	    font-family: 'Zen Kaku Gothic Antique', sans-serif;
	  font-size: 32px!important;
	  color: #c5a853;!important;
	  font-weight: 900;
	  margin-top: 70px;
	}
	.about-us-content h2 {
	  font-size: 17px!important;
	  color: #495057!important;
	  font-weight: 600;
	  line-height: 0.7;
	}
}	
.counter {position: fixed;
    font-size: 30px;
    bottom: 40px;
    color: #f2f2f2;
    font-weight: 900;
    z-index: 1500;
    padding-left: 37px;
}
.empty-block {
	width: 100%;
	height: 1000px;
}
.your-zakaz
	{
	/*padding-left: 10px;
	padding-right: 10px;*/
	background-color: #fff;
    width: fit-content;
	box-shadow: 0 8px 25px rgba(235, 227, 215, 0.7);
	border-radius: 30px;
	padding: 100px 10px 10px 20px;
}
.your-zakaz h2
	{color: #2a9b35!important;
	font-size: 45px;
	margin-bottom: 0px;
}
.your-zakaz p
	{color: #777777;
	font-size: 12px;
	font-weight:200;
	font-style: normal;
}
.your-zakaz-info {
	background-color: #cae3ad;
	font-size: 16px;
	padding: 10px;
	border-left: 4px solid #463401;
	border-radius: 0px 5px 5px 0px;
	color: #212121;	
}
.your-zakaz-add-pay {
	background-color: #ffc9c5;
	font-size: 16px;
	padding: 10px;
	border-radius: 5px;
	color: #212121;	
}
.your-zakaz-promo {
	padding: 10px;
	border-radius: 5px;
	border: 2px solid #cae3ad;
}
.input-promo {
	width: 220px; 
	float: left;
	padding: 15px; 
	margin-right: 5px;
}
@media screen and (max-width: 800px) {
	.your-zakaz {
	width: 90%;
}
.input-promo {
	width: 140px;
    float: left;
    padding: 3px;
    margin-right: 5px;
    font-size: 12px;
}
.your-zakaz p {
	font-size: 10px;
}
.fw600 {
    font-size: 12px !important;
}
}
.w100 {width: 100%;}
.w90 {width: 90%;}
.w10 {width: 10%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w20 {width: 20%;}

table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ccc; }
table thead,table tfoot { background: #f5f5f5 }
table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td { font-size: 11px; line-height: 18px; text-align: left; }
table thead tr th,table tfoot tr td { padding: 8px 10px 9px; font-size: 16px; font-weight: bold; color: #222; }
table thead tr th:first-child,table tfoot tr td:first-child { border-left: none }
table thead tr th:last-child,table tfoot tr td:last-child { border-right: none }
table tbody tr.even,table tbody tr.alt { background: #fff; }
table tbody tr:nth-child(even) { background: #fff; }
table tbody tr td { color: #000; padding: 14px 0px; vertical-align: center; border: 1px solid #ccc; text-align: center; }

.anchor{
    position: relative;
}
.anchor #contactForm{
    position:absolute; 
    /*top:-200px;*/
}
.bw {
	width: 100px;
    position: fixed;
    top: 82px;
    right: 185px;
    bottom: auto;
    color: #1e6091;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #1e6091;
    border-radius: 3px;
    z-index: 1000;
}
.bw input {
	border: none;
    width: 90px;
    font-size: 18px;
    padding-left: 5px;
    color: #256298;
    font-weight: bolder;
    text-align: right;
}
.bw span {
    font-size: 10px;
    padding-left: 5px;
    color: #312f2f;
    font-weight: bolder;
    margin-top: -4px;
    position: relative;
    display: block;
}
.counter_1 {position: fixed;
    font-size: 18px;
    top: 82px;
    color: #f2f2f2;
    /*font-weight: 900;*/
    z-index: 1000;
    right: 65px;
    /*margin-bottom: 21px;*/
}
.btn_summa_position_semis_2 {position: fixed;
    top: 82px;
    right: 63px;
    width: 120px;
    z-index: 100;}
.btn_reset_position_semis_2 {position: fixed;
    top: 82px;
    right: 20px;
    /*width: 20%;*/
    z-index: 100;}	
@media screen and (max-width: 800px) {
.bw {
	right: 132px;
    width: 100px;
    top: 82px;
}
.bw input {
    width: 90px;
    font-size: 18px;
}
.counter_1 {
    right: 50px;
    top: 77px;
}
.btn_summa_position_semis_2 {
    right: 46px;
    width: 85px;
    font-size: 16px !important;
    top: 82px;
}
.btn_reset_position_semis_2 {
    right: 3px;
    width: 41px;
    font-size: 14px !important;
    top: 82px;
}	

}
/*MyModal*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background-color: #111111db;
  padding-top: 200px;
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover {
  color: black;
  text-decoration: none;
}
/*end MyModal*/
.grecaptcha-badge {display: none;}
.recaptcha {
	font-size: 7px;
	color:#706F6F;
}
.button_team {
	width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    display: inline !important;
    margin-top: -8px;
    background: #1e6091;
	padding: 3px;
}
/* fz */
#alert-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 15px 0;
  background-color: #337ab7;
  color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, .2);
  font-family: Arial, sans-serif;
  font-size: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1.5s ease, opacity 1.5s ease;
}

#alert-banner.show {
  opacity: 1;
  transform: translateY(0);
}

.alert-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 70%;
  margin-left: 15%;
}

.alert-content p {
  margin: 0;
  line-height: 1.35;
  font-size: 11px;
  color: white;
}

.alert-content a {
  color: #fff !important;
  text-decoration: underline;
  font-size: 11px;
}

.alert-content a:hover {
  color: #dddada !important;
}

#close-btn {
  flex: 0 0 auto;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: background-color .3s, color .3s;
}

#close-btn:hover {
  background-color: #fff;
  color: #337ab7;
}

@media screen and (max-width: 800px) {
  #alert-banner {
    bottom: 100px;
    width: 100%;
  }

  .alert-content {
    width: calc(100% - 24px);
    margin-left: 0;
  }
}

@media screen and (max-width: 520px) {
  .alert-content {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* end fz */
