/** 
    Joomla Site CSS Template
    by ak@virtech.kz
**/

@font-face {
    font-family: 'Nautilus';
    src: url('fonts/Nautilus.eot');
    src: url('fonts/Nautilus.eot') format('embedded-opentype'),
         url('fonts/Nautilus.woff2') format('woff2'),
         url('fonts/Nautilus.woff') format('woff'),
         url('fonts/Nautilus.ttf') format('truetype'),
         url('fonts/Nautilus.svg#Nautilus') format('svg');
}
@font-face {
    font-family: 'georgia';
    src: url('fonts/georgia.eot');
    src: url('fonts/georgia.eot') format('embedded-opentype'),
         url('fonts/georgia.woff2') format('woff2'),
         url('fonts/georgia.woff') format('woff'),
         url('fonts/georgia.ttf') format('truetype'),
         url('fonts/georgia.svg#georgia') format('svg');
}
@font-face {
    font-family: 'GeorgiaBold';
    src: url('fonts/GeorgiaBold.eot');
    src: url('fonts/GeorgiaBold.eot') format('embedded-opentype'),
         url('fonts/GeorgiaBold.woff2') format('woff2'),
         url('fonts/GeorgiaBold.woff') format('woff'),
         url('fonts/GeorgiaBold.ttf') format('truetype'),
         url('fonts/GeorgiaBold.svg#GeorgiaBold') format('svg');
}
@font-face {
    font-family: 'GeorgiaItalic';
    src: url('fonts/GeorgiaItalic.eot');
    src: url('fonts/GeorgiaItalic.eot') format('embedded-opentype'),
         url('fonts/GeorgiaItalic.woff2') format('woff2'),
         url('fonts/GeorgiaItalic.woff') format('woff'),
         url('fonts/GeorgiaItalic.ttf') format('truetype'),
         url('fonts/GeorgiaItalic.svg#GeorgiaItalic') format('svg');
}
@font-face {
    font-family: 'GeorgiaItalicBold';
    src: url('fonts/GeorgiaItalicBold.eot');
    src: url('fonts/GeorgiaItalicBold.eot') format('embedded-opentype'),
         url('fonts/GeorgiaItalicBold.woff2') format('woff2'),
         url('fonts/GeorgiaItalicBold.woff') format('woff'),
         url('fonts/GeorgiaItalicBold.ttf') format('truetype'),
         url('fonts/GeorgiaItalicBold.svg#GeorgiaItalicBold') format('svg');
}

/* body and html main things */
body .body *{
	transition: all .35s ease;
}
html{
    transition: none;
    min-height: 100%;
    height: 100%;
}
body{
    transition: none;
    /*background: url(img/bg.jpg) no-repeat top left;*/
    display: flex;
   /* background-size: cover;*/
    min-height: 100%;
    height: auto !important;
}
*::selection {
    background: #5f2830;
    color: white;
}
*::-moz-selection {
    background: #5f2830;
    color: white;
}
.body{
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    transition: none;
    overflow-x: hidden;
    background: url(img/bg.jpg) no-repeat top left;
    background-size: cover;
}
.wrapper{
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

/* h1 logo */
h1#logo{
    padding: 0;
    margin: 0;
    text-align: center;
}
h1#logo:before{
    content: '';
    display: block;
    height: 50px;
    position: relative;
    background: url(img/left-venzel-top.png) no-repeat center center;
}
h1#logo:after{
    content: '';
    display: block;
    height: 41px;
    position: relative;
    top: -15px;
    background: url(img/left-venzel-bottom.png) no-repeat center center;
}
h1#logo > a{
    display: inline-block;
    background: url(img/logo.png) no-repeat center center;
    width: 171px;
    height: 171px;
    text-indent: -9999px;
}
h1#logo > a:hover{
    text-decoration: none;
}
h1#logo > a:focus{
    outline: none;
    text-decoration: none;
}

/** наверх **/
#top{
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none !important;
    color: #fff;
    background: rgba(0,0,0,0.1);
    z-index: 9;
    padding: 12px 20px 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: .35s ease all;
}
#top:hover{
    background: rgba(0,0,0,0.3);
    transition: .35s ease all;
}

/** Левая часть **/
.left-aside{
    font-family: 'Nautilus';
    background: url(img/left-bg.png) no-repeat left center;
    background-size: cover;
    box-shadow: 0 0 0 1px #000 inset, 0 0 0px 2px #333 inset, 0 0 15px 5px rgba(0,0,0,0.8);
    float: left;
    width: 300px;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
.left-aside .title{
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 5px 0 0;
}
.left-aside .contacts{
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 15px 15px;
}
.left-aside .contacts p{
    margin: 0;
}
.left-aside .social{
    text-align: center;
}
.left-aside .social p{
    color: #ecc17d;
    font-size: 24px;
    margin-bottom: -10px;
}
.left-aside .social .links{
    
}
.left-aside .social .links a{
    display: inline-block;
    width: 54px;
    height: 54px;
}
.left-aside .social .links a.vk{
    background: url(img/social-vk.png) no-repeat center center;
}
.left-aside .social .links a.ok{
    background: url(img/social-ok.png) no-repeat center center
}
.left-aside .social .links a.in{
    background: url(img/social-in.png) no-repeat center center
}
.main-menu > ul > li{
    display: block;
    margin: 0 0 -2px;
}
.main-menu > ul > li > a{
    color: #fce636;
    font-size: 24px;
    padding: 20px 30px;
    box-shadow: 0 0 0 1px #000 inset, 0 0 0px 2px #333 inset;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,222222+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%, #222222 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=1 ); /* IE6-9 */
    transition: none;
}
.main-menu > ul > li > a:hover,
.main-menu > ul > li.active > a,
.item-102 ul a:hover,
.item-102 ul li.active a,
.main-menu > ul > li.current > a{
    box-shadow: 0 0 0 1px #000 inset, 0 0 0px 2px #333 inset, 0 0 20px 10px rgba(0,0,0,0.3) inset;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e3440+0,222222+100 */
    background: #8e3440; /* Old browsers */
    background: -moz-linear-gradient(left,  #8e3440 0%, #222222 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8e3440 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8e3440 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e3440', endColorstr='#222222',GradientType=1 ); /* IE6-9 */
    transition: none;
}
.main-menu > ul > li ul{
	display: none;
}
/* Меню ресторана */
.item-102{
	position: initial !important;
}
.item-102 ul{
	width: 200px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	z-index: 1000;
	padding: 50px 0 20px 0;
    background: url(img/sub-menu-title.png) no-repeat center 10px /95%, url(img/sub-menu.jpg);
	flex-direction: column;
}
.item-102 ul li{
	width: 100%;
}
.item-102 ul a{
	color: white;
	font-family: 'georgia';
	display: block;
	padding: 5px 0 5px 15px;
    font-size: 120%;
}
.item-102 ul a:hover,
.item-102 ul li.active a{
	text-decoration: none;
	color: #d8cc77;
}
/*---*/
.yandex-metrika{
    height: 40px;
    text-align: center;
}
.virtech{
    display: block;
    height: 60px;
    font-family: 'georgia';
    color: #fff;
    text-align: center;
    background: url(img/virtech.png) no-repeat bottom center;
    margin: 0 0 7px;
}
.virtech:hover{
    text-decoration: none;
    color: #ecc17d;
}


/** Центральная часть **/
.center-aside{
    min-width: 700px;
    /*margin-left: 300px;*/
    padding: 30px 15px;
    width: calc(100% - 520px);
    
    background: url(img/content-bg.png);
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
    
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
.content-wrapper{
    font-family: 'georgia';
}
.center-aside .index-title{
    height: 89px;
    background: url(img/main-title.png) no-repeat center center;
    margin: 15px 0 0;
}
.article-item h2{
    font-family: 'Nautilus';
    font-size: 24px;
    text-align: center;
    color: #8e3440;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    position: relative;
    display: block;
    margin: 30px auto;
    width: 210px;
}
.article-item h2:before{
    content: '';
    display: block;
    width: 72px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -72px;
    background: url(img/header-left.png) no-repeat center center;
}
.article-item h2:after{
    content: '';
    display: block;
    width: 72px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -72px;
    background: url(img/header-right.png) no-repeat center center;
}
.article-item .text img.article-image{
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 400px;
}
.slider-wrapper{
    text-align: center;
    padding: 0 0px;
    position: relative;
}
.slider-wrapper:before{
    content: '';
    display: block;
    height: 75px;
    background: url(img/slider-venzel-top.png) no-repeat center center;
}
.slider-wrapper:after{
    content: '';
    display: block;
    height: 75px;
    background: url(img/slider-venzel-bottom.png) no-repeat center center;
}
.swiper-button-prev{
    width: 48px;
    background: url(img/btn-prev.png) no-repeat center center;
    left: -15px;
}
.swiper-button-next{
    width: 48px;
    background: url(img/btn-next.png) no-repeat center center;
    right: -15px;
}
.swiper-wrapper{
    
}


/** Правая часть **/
.right-aside{
    padding: 30px 15px;
    width: 250px;
    height: 100%;
    background: url(img/altyn-adam.png) no-repeat right top;
    background-size: contain;
    margin: 0 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}



/* bx slider reset */
.bx-wrapper .bx-viewport{
    left: 0px;
    box-shadow: none;
    border: none;
}

/* bc */
.breadcrumb{
    padding: 10px 0px;
    margin-bottom: 5px;
}
.breadcrumb .divider{
    display: none;
}
.breadcrumb li a,
.breadcrumb li span{
    color: #000;
    font-size: 12px;
}
.breadcrumb>li+li:before{
    color: #000;
}


/* search results */
#search-searchword{
    width: 520px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
    #search-searchword:focus{
        outline: none;
    }
.btn-group button{
    width: 32px;
    height: 32px;
    background: #ccc url(img/search.png) no-repeat center center;
}
.searchintro{
    margin: 20px 0px;
    text-align: center;
}
#searchForm fieldset{
    margin-bottom: 20px;
}
#searchForm fieldset legend{
    margin: 0;
}
#searchForm .radio, 
#searchForm .checkbox{
    display: inline-block;
    width: 210px;
    margin-left: 20px;
}
.search-result-item{
    margin-bottom: 10px;
}
.ordering-box{
    margin-top: 20px;
}
.result-title a{
    font-size: 18px;
    color: #3e4095;
}

/* Меню ресторана */
.one_item{
	border: 1px solid #b0a15d;
	margin-bottom: 10px;
	padding: 10px 0 10px 20px;
	background: url(img/item-bg.png) no-repeat;
	background-size: cover;
	display: flex;
}
.wr_text,
.wr_price{
	padding: 0;
}
.wr_price{
	display: flex;
}
.wr_text p{
	margin: 0;
}
.wr_price > div{
	margin: auto;
}
.one_item_title{
	text-transform: uppercase;
	font-family: 'GeorgiaBold';
	font-size: 120%;
	color: #8e3440;
}
.one_item_intro{
	font-family: 'GeorgiaItalic';
	padding: 5px 0;
}
.one_item_gram{
	font-family: 'georgia';
}
.one_item_price{
	text-transform: uppercase;
	font-family: 'georgia';
	font-size: 130%;
	color: #8e3440;
}
/* События */
.one_event{
	margin-bottom: 20px;
}
.one_event_img{
	padding: 0;
}
.one_event_img img{
	max-width: 100%;
	border: 1px solid #7b7118;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
	   -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
			box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
}
.one_event_title{
	color: #8e3440;
	font-family: 'GeorgiaBold';
	text-decoration: underline;
	font-size: 125%;
	margin-bottom: 15px;
	display: block;
}
.one_event_title:hover,
.one_event_title:active{
	text-decoration: none;
	color: #8e3440;
}
.one_event_intro{
	font-family: 'GeorgiaItalic';
}
.one_event_intro{
	padding: 0;
}
.wr_more_button{}
.one_event_created,
.one_event_readmore{
	text-align: center;
	padding: 7px 0;
}
.one_event_created{
	color: #8e3440;
	font-family: 'GeorgiaItalicBold';
	background: rgba(255,255,255,.5);
	margin-bottom: 10px;
}
.one_event_readmore{
	display: block;
	color: white;
	font-family: 'Nautilus';
	background: url(img/event-button.png) no-repeat;
	background-size: cover;
	font-size: 130%;
}
.one_event_readmore:hover,
.one_event_readmore:active{
	color: white;
	text-decoration: none;
	-webkit-filter: brightness(110%);
			filter: brightness(110%);
}
/* Контакты */
.contact_article,
.contact_article a{
	font-size: 120%;
}
.contact_article strong{
	font-size: 130%;
}
.contact_article p{
	margin-bottom: 20px;
	font-family: 'Nautilus';
}
.contact_article a{
	font-family: 'Nautilus';
	color: #333;
}


.gallery-item{
	height: 150px;
	overflow: hidden;
    margin: 10px;
    display: inline-block;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
       -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
            box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);    
}
.gallery-item img{
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
	   -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
			box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.27);
}
.gallery-item:focus{
	outline: 0;
}
#loader{
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 10000;
    background: url(img/load.gif) no-repeat center center;
    background-size: cover;
    display: none;
    opacity: 0;
}

/* Пагинация */
.pagination{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.pagination a,
.pagination span{
    min-width: 26px;
    height: 32px;
    line-height: 27px;
    display: block;
    font-size: 120%;
    font-family: 'georgia';
}
.pagination li{
    display: inline-block;
    margin: 0 7px;
}
.pagination a{
    color: #84323d;
}
.pagination span{
    color: white;
    font-family: 'GeorgiaBold';
    background: url(img/pag-pin.png) no-repeat;
    background-size: contain;
}
.pagination-start a,
.pagination-prev a,
.pagination-start span,
.pagination-prev span{
    color: #794b52;
    background: transparent;
}
.pagination-next span,
.pagination-end span{
    background: transparent;
    color: #84323d;
    font-family: 'georgia';
}

.index_gallery{
	padding: 0 30px;
	max-width: 800px;
    margin: 0 auto;

}
.gallery{
	text-align: center;
}

.gost_page .text{
/*
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
*/
}
.gost_page .gallery{
    order: 4;
    margin: 0px auto;
}
.gost_page .br_form{
    order: 3;
}
/*    online form   */

.br_form{
    width: 100%;
    margin: 0px auto;
    margin-top: 30px;
}
.br_form .formControls{
    margin-left: 0px !important;
}
.br_form h2{
    font-family: 'Nautilus';
    font-size: 28px;
    text-align: center;
    color: #8e3440;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}
.formSpan12{
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
}
.formSpan12 input{
    padding: 10px !important;
    border-radius: 0px !important;
    border: 1px solid #f66 !important;
    text-align: center;
    width: 90% !important;
}
.rsform-block-fio{
    width: 24%;
    order: 1;
}
.rsform-block-fio .formBody{
    position: relative;    
}
.rsform-block-fio .formBody::before{
    content: '';
    position: absolute;
    top: 18px;
    right: 4%;
    width: 20px;
    height: 20px;
    background: url(img/name_icon.png) no-repeat center /contain;
}
.rsform-block-mphome{
    width: 24%;
    order: 2;
}
.rsform-block-mphome .formBody{
    position: relative;
}
.rsform-block-mphome .formBody::before{
    content: '';
    position: absolute;
    top: 18px;
    right: 4%;
    width: 20px;
    height: 20px;
    background: url(img/phone_icon.png) no-repeat center /contain;
}
.rsform-block-mail .formBody{
    position: relative;
}
.rsform-block-mail .formBody::before{
    content: '';
    position: absolute;
    top: 18px;
    right: 4%;
    width: 20px;
    height: 20px;
    background: url(img/mail_icon.png) no-repeat center /contain;
}

.rsform-block-datez .formBody{
    position: relative;
}
.rsform-block-datez .formBody input{
    background-image: url(img/calendar.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    height: 40px;
}
.rsform-block-datez .formBody input:hover{
    background-image: none;
}
#btn3_0{
    position: absolute;
    display: none;
    right: 4%;
    border: none !important;
    width: 20px !important;
    height: 20px;
    color: rgba(255,255,255,0);
    top: 18px;
    background: url(img/calendar.png) no-repeat center center /contain;
}
.rsform-block-form-btn{
    margin: 0px auto;
}
#form_btn, .br_form .rsform-thankyou-button{
    padding: 10px 25px !important;
    background: #700 !important;
    border-radius: 0px !inportant;
    text-transform: uppercase;
    margin: 0px auto;
    display: block !important;
    color: #fff !important;
}
.rsform-block-datez{
    order: 3;
    width: 24%;
}
.br_form p{
    text-align: center;
    font-size: 16px;
}
.rsform-block-mail{
    width: 24%;
    order: 3;
}
.br_form .formNoError{
    display: none;
}

.rsform-block-about{
    order: 5;
    width: 100%;
    padding-right: 25px;
    margin: 0px auto;
}
.rsform-block-about textarea{
    width: 60%;
    padding: 10px;
    border: 1px solid #f66;
}
.rsform-block-form-btn{
    order: 6;
}


@media all and (max-width: 600px){
	.right-aside{
		background-position: -50px center !important;
    	background-size: 200% !important;
	}
}