@font-face {
  	font-family: 'Cormorant';
  	src: url('assets/fonts/Cormorant-Bold.eot?#iefix') format('embedded-opentype'),
  	   	 url('assets/fonts/Cormorant-Bold.woff') format('woff'),
  	     url('assets/fonts/Cormorant-Bold.ttf')  format('truetype'),
  	     url('assets/fonts/Cormorant-Bold.svg#Cormorant-Bold') format('svg');
  	font-weight: 700;
  	font-style: normal;
}
@font-face {
	font-family: 'Cormorant';
	src: url('assets/fonts/Cormorant-Italic.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/Cormorant-Italic.woff') format('woff'),
		 url('assets/fonts/Cormorant-Italic.ttf')  format('truetype'),
		 url('assets/fonts/Cormorant-Italic.svg#Cormorant-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Cormorant';
	src: url('assets/fonts/Cormorant-Regular.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/Cormorant-Regular.woff') format('woff'),
		 url('assets/fonts/Cormorant-Regular.ttf')  format('truetype'),
		 url('assets/fonts/Cormorant-Regular.svg#Cormorant-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Cormorant';
	src: url('assets/fonts/Cormorant-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/Cormorant-SemiBold.woff') format('woff'),
		 url('assets/fonts/Cormorant-SemiBold.ttf')  format('truetype'),
		 url('assets/fonts/Cormorant-SemiBold.svg#Cormorant-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
/*General*/
::-webkit-input-placeholder {
   color: #929292;
   opacity: 1;
}

:-moz-placeholder {
   color: #929292;
   opacity: 1;  
}

::-moz-placeholder {
   color: #929292;
   opacity: 1; 
}

:-ms-input-placeholder {  
   color: #929292;
   opacity: 1;  
}
::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator {
	width: 50px!important;
	height: 43px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
::-webkit-inner-spin-button:hover,
::-webkit-calendar-picker-indicator:hover{
	padding: 0!important;
	margin: 0!important;
	top: 0!important;
	right: 0!important;
	line-height: 43!important;
	transform: translate(0)!important;
	background: transparent!important;
}
input[type="date"]::before { 
	content: attr(data-placeholder)!important;
	width: 100%!important;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	display: none!important;
}
input::-webkit-clear-button {
  -webkit-appearance: none!important;
  margin: 0!important;
  display: none!important;
}
.container,
#main-content footer .container{
	width: 1170px;
}
#main-content .container{
	width: 1370px;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	font-family: 'Cormorant';
	font-weight: 600;
}
#preload{
	background: #fff!important;
}
.siteorigin-panels-stretch{
	background-position: center;
}
/*Header*/
header{
	background-color: #fff;
	background-image: url('images/header-bg.png');
	background-size: cover;
}
.bg-custom-sticky.affix{
	background: url('images/header-bg.png') #fff;
}
@media screen and (max-width: 1400px){
	#main-content .container{
		width: 100%;
	}
}
@media screen and (max-width: 1200px){
	.container,
	#main-content footer .container{
		width: 970px;
	}
}
@media screen and (max-width: 991px){
	.container,
	#main-content footer .container{
		width: 768px;
	}
}
@media screen and (max-width: 780px){
	.siteorigin-panels-stretch{
		background-attachment: inherit!important;
		padding: 60px 0 60px!important;
	}
}
@media screen and (max-width: 768px){
	.container,
	#main-content footer .container{
		width: 100%;
	}
}
/*Language switcher*/
.lang-drop{
	width: 20px;
	margin-top: 30px;
	margin-right: 13px;
	float: left;
	position: relative;
}
.lang-drop-chose{
	top: 0;
	left: 0;
	position: absolute;
	width: 27px;
	text-align: center;
	height: 25px;
	padding: 5px;
	overflow: hidden;
	z-index: 99999;
}
.lang-drop-chose>a{
	display: none;
	width: 16px;
	height: 15px;
	line-height: 11px;
	float: left;
	margin-bottom: 5px;
	z-index: 9999;
}
.lang-drop-chose>a:last-child{
/*	margin-bottom: 0px;*/
}
.lang-drop-chose>a.current_language{
	display: block;
}
.show-lg{
	float: left;
	margin-left: 30px;
	font-size: 15px;
	cursor: pointer;
	line-height: 20px;
}
.lang-drop:hover .lang-drop-chose{
	height: 83px;
	background-color: #fff;
}
.lang-drop:hover .lang-drop-chose>a{
	display: block;
}
/*Contact*/
.site-header.header_v2 .inner-header-top ul{
	margin: 0;
}
.site-header.header_v2 .inner-header-top ul li{
	margin: 0;
}
.site-header.header_v2 .inner-header-top ul li a{
	border: none;
	min-width: inherit;
	min-height: inherit;
}
.phone-block,
.skype-block{
	float: left;
	margin: 31px 2px 0 29px;
}
.phone-block a,
.skype-block a{
	color: #929292;
	font-size: 14px;
	float: left;
	line-height: 18px;
	font-weight: 400;
}
.phone-block a:hover,
.skype-block a:hover{
	color: #221616;
}
.icon{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: block;
	float: left;
}
.phone-icon{
	background-image: url('images/phone.png');
}
.skype-icon{
	background-image: url('images/skype.png');
}
.site-header.header_v2 .header-left.table-cell{
	float: left;
	width: auto;
}
.site-header.header_v2 .header-right.table-cell{
	float: right;
	width: auto;
}
.callback{
	float: left;
	margin: 23px 10px 0;
	padding: 0 6px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	line-height: 29px;
	color: #221616;
	border-bottom: 1px solid #221616;
	cursor: pointer;
}
.soc-block{
	float: left;
	margin: 26px 26px 0 15px!important;
}
.soc-block li{
	float: left;
	margin: 0 5px!important;
}
.soc-block li a{
	width: 28px;
	height: 28px;
	display: block!important;
	border: 1px solid #221616!important;
	border-radius: 50%!important;
	line-height: 26px !important;
	font-size: 14px;
	color: #221616!important;
}
.soc-block li a .fb-icon i{
	margin-right: 1px;
}
.soc-block li a:hover{
	background-color: #221616!important;
	color: #fff!important;
}
.booking-btn{
	margin-top: 20px;
	float: left;
	background-color: #221616;
	color: #fff;
	padding: 3px 17px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	border-radius: 5px;
	border: 2px solid #221616;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}
.booking-btn:hover{
	background-color: #fff;
	color: #221616;
}
/*Logo*/
.mobile-logo{
	display: none;
}
.logo-block{
	position: absolute;
	margin-top: 4px;
	top: 0;
	left: 48%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*Navigation*/
.header_v2 .menu-main-menu{
	background: transparent;
}
.navigation{
	position: relative;
	margin-top: 16px;
}
.navigation .tm-table{
	display: block;
	padding-bottom: 28px;
}
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav > li::after{
	display: none;
}
.site-header.header_v2 .navigation .table-center{
	border: none;
}
.site-header .navbar-nav > li{
	float: left;
	margin-right: 15px;
}
.site-header .navbar-nav > li.padding-right{
	padding-right: 100px;
}
.site-header .navbar-nav > li.padding-left{
	padding-left: 110px;
}
.site-header .navbar-nav > li:last-child{
	margin-right: 0;
}
.navbar-nav{
	margin-top: 20px;
}
.navbar-nav > li > a,
.navbar-nav > li > span.disable_link span{
	padding: 9.5px 14.5px!important;
	border-radius: 5px;
	font-size: 13px!important;
	color: #221616!important;
	font-weight: 600!important;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
	transition: all 0.3s linear;
	cursor: pointer!important;
}
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav > li > span.disable_link:hover span{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav > li > span:not(.icon-toggle){
	padding: 0!important;
	line-height: 14px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > span.disable_link span:hover,
.navbar-nav > li.current-menu-parent .disable_link>span{
	background-color: #221616;
	color: #fff!important;
}
.navbar-nav li.standard .sub-menu{
	min-width: 170px!important;
	background-color: #d7be7b!important;
	top: 33px!important;
	padding: 8px 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.navbar-nav li.standard .sub-menu li{
	padding: 2px 17px!important;
}
.navbar-nav li.standard .sub-menu li > a{
	font-weight: 400;
	text-transform: uppercase;
	padding: 0!important;
	color: #221616!important;
	font-size: 11px!important;
}
.navigation .navbar-nav li.standard .sub-menu li::after{
	display: none!important;
}
.navbar-nav li.standard .sub-menu li.current-menu-item > a,
.navbar-nav li.standard .sub-menu li > a:hover{
	color: #fff!important;
}
.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav > li.menu-item-has-children .icon-toggle{
	display: none!important;
}
.menu-mobile-effect{
	margin-top: 35px;
	float: left;
	color: #221616;
}
.menu-mobile-effect span{
	background-color: #221616;
}
.width-navigation .lang-drop,
.width-navigation .phone-block,
.width-navigation .skype-block,
.width-navigation .soc-block,
.width-navigation .callback,
.width-navigation .booking-btn{
	display: none;
}
@media screen and (max-width: 1200px){
	.site-header .navbar-nav > li{
		margin-right: 5px;
	}
	.navbar-nav > li > a, .navbar-nav > li > span.disable_link span{
		padding: 9.5px 9px !important;
	}
	.site-header .navbar-nav > li.padding-left{
		padding-left: 100px;
	}
}
@media screen and (max-width: 991px){
	.lang-drop{
		margin-right: 20px;
	}
	.phone-block, .skype-block{
		margin: 31px 0px 0 15px;
	}
	.callback{
		margin: 23px 0px 0;
		padding: 0 0px
	}
	.soc-block{
		margin: 26px 5px 0 5px !important;
	}
	.soc-block li{
		margin: 0 2px !important;
	}
	.booking-btn{
		padding: 3px 5px;
	}
	.site-header .navbar-nav > li{
		margin-right: 2px;
	}
	.navbar-nav > li > a, .navbar-nav > li > span.disable_link span{
		padding: 9.5px 5px !important;
	}
	.navbar-nav > li > a, .navbar-nav > li > span.disable_link span{
		font-size: 11px !important;
	}
	.site-header .navbar-nav > li.padding-left{
		padding-left: 75px;
	}
}
@media screen and (max-width: 767px){
	.site-header.sticky-header{
		height: 90px;
	}
	.logo-block{
		margin-top: 10px;
	}
	.mobile-menu-open{
		overflow: visible !important;
	}
	.width-navigation{
		background: #fff;
	}
	.width-navigation .inner-navigation{
		height: auto;
		margin-bottom: 10px;
	}
	.site-header .navbar-nav{
		width: 100%;
		float: left;
		margin-top: 5px;
	}
	.navbar-nav > li > a,
	.navbar-nav > li > span.disable_link span,
	.navbar-nav li.standard .sub-menu li > a{
		font-size: 13px!important;
		text-transform: uppercase;
		font-weight: 400!important;
		padding: 7px 5px !important;
	}
	.site-header .navbar-nav > li{
		width: 100%;
		padding: 0 15px!important;
	}
	.width-navigation .navbar-nav .icon-toggle{
		padding: 4px 25px;
	}
	.width-navigation ul li a, .width-navigation ul li span{
		color: #221616;
	}
	.navbar-nav li.standard .sub-menu li{
		padding: 0px 17px !important;
		margin: 0!important;
	}
	.navbar-nav .sub-menu li::before{
		top: 18px;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li.current-menu-item > a,
	.navbar-nav > li > span.disable_link span:hover,
	.navbar-nav > li.current-menu-parent .disable_link > span,
	.navbar-nav li.standard .sub-menu li.current-menu-item > a,
	.navbar-nav li.standard .sub-menu li > a:hover{
		background-color: transparent;
		color: #ffb606 !important;
	}
	.site-header.header_v2 .navigation .table-center .inner-navigation .navbar-nav > li.menu-item-has-children .icon-toggle{
		display: block!important;
	}
	.navbar-nav li.standard .sub-menu{
		top: 0px !important;
		padding: 0;
		background-color: transparent!important;
	}
	.width-navigation .lang-drop{
		display: block;
		float: right;
		margin-right: 40px;
		margin-top: 15px;
	}
	.width-navigation .phone-block,
	.width-navigation .skype-block{
		width: 100%;
		float: left;
		display: block;
		margin-top: 15px;
		padding-left: 19px;
		margin-left: 0;
	}
	.width-navigation .soc-block,
	.width-navigation .callback,
	.width-navigation .booking-btn{
		display: block;
	}
	.width-navigation .soc-block{
		width: 100%;
		float: left;
		margin: 0!important;
		padding: 15px 5px 0 10px !important;
	}
	.width-navigation .soc-block li{
		list-style: none;
		text-align: center;
		margin: 0 5px !important;
	}
	.width-navigation .callback{
		margin: 15px 0 0px 15px;
		float: left;
	}
	.width-navigation .booking-btn{
		margin: 15px 15px 0px 0;
		float: right;
	}
}
@media screen and (max-width: 320px){
	.width-navigation .booking-btn{
		float: left;
		margin: 15px 0px 0px 15px;
	}
}
/*Slider*/
.tp-parallax-wrap,
.tp-loop-wrap{
	width: 100%!important;
	height: 100%!important;
}
.tp-mask-wrap{
	width: 1170px!important;
	margin: auto!important;
	left:50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 15px;
	padding-right: 15px;
}
.tp-parallax-wrap{
	left: 0!important;
}
.tp-caption{
	width: 66.66%;
	margin: auto!important;
	white-space: normal!important;
}
.tp-caption:before{
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	background-image: url('images/slide-sep.png');
	margin-top: -10px;
}
.tp-caption h2{
	font-size: 80px;
	color: #fff;
	line-height: 90px;
	margin-top: 0!important;
}
.tp-caption,
.tp-caption p{
	font-family: 'Cormorant';
	font-style: italic;
	color: rgba(255,255,255,0.8);
	font-size: 22px!important;
}
.tp-caption p{
	line-height: 30px!important;
	margin: 0px 0px 45px!important;
}
.tp-caption a{
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #221616;
	padding: 19px 25px !important;
	border-radius: 3px;
	-webkit-transition: all 0.3s linear!important;
	-moz-transition: all 0.3s linear!important;
	-o-transition: all 0.3s linear!important;	
	transition: all 0.3s linear!important;
}
.tp-caption a:hover{
	background-color: #fff;
	color: #221616;
}
.tp-parallax-wrap{
	top: 0!important;
}
.tp-bullet-title{
	display: none!important;
}
body .tp-bullets{
	margin-left: -25px!important;
    transform: none!important;
    bottom: 40px!important;
    top: inherit!important;
}
@media screen and (max-width: 1170px){
	.tp-mask-wrap,
	.tp-caption{
		width: 945px!important;
	}
}
@media screen and (max-width: 945px){
	.tp-caption{
		width: 100%!important
	}
	.tp-mask-wrap{
		width: 100%!important;
		padding: 0 15px!important;
	}
	.tp-caption h2{
		font-size: 38px!important;
		line-height: 50px!important;
	}
}
@media screen and (max-width: 780px){
	.forcefullwidth_wrapper_tp_banner,
	.rev_slider_wrapper,
	.fullwidthbanner-container .fullwidthabanner{
		height: 500px!important;
	}
	.tp-caption h2{
		font-size: 34px !important;
		line-height: 42px !important;
	}
	.tp-caption p{
		line-height: 22px!important;
	}
}
@media screen and (max-width: 480px){
	.forcefullwidth_wrapper_tp_banner,
	.rev_slider_wrapper,
	.fullwidthbanner-container .fullwidthabanner{
		height: 450px!important;
	}
}
/*Booking form*/
.wpcf7-form{
	margin: 0;
}
.form-column{
	float: left;
}
.column-1{
	width: 27.5%;
}
.column-2{
	width: 28%;
}
.column-3{
	width: 27.8%;
}
.submit-column{
	width: 16.7%;
	float: left;
	padding: 5px;
}
.form-column span{
	width: 100%;
	float: left;
	padding: 5px;
}
.form-field,
.dk-selected{
	height: 41px;
	padding: 7.5px 40px 7.5px 19px!important;
	margin-bottom: 0!important;
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0!important;
	color: #929292;
	font-family: 'Cormorant';
	font-size: 17px!important;
	text-align: left;
	line-height: 24px!important;
	-webkit-appearance: none;
}
.arrive-date:after,
.departure-date:after{
	content: '\f073';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 15px;
	right: 26px;
	color: #d7be7b;
	line-height: 41px;
	pointer-events: none;
}
.name:after{
	content: '\f007';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 15px;
	right: 26px;
	color: #d7be7b;
	line-height: 41px;
}
.phone:after{
	content: '\f095';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 17px;
	right: 25px;
	color: #d7be7b;
	line-height: 41px;
}
.email:after{
	content: '\f0e0';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 15px;
	right: 25px;
	color: #d7be7b;
	line-height: 41px;
}
.form-field.wpcf7-not-valid{
	border-color: red!important;
}
.form-submit{
	height: 92px!important;
	margin-bottom: 5px!important;
	background-color: #221616!important;
	color: #fff;
	text-transform: uppercase!important;
	font-family: 'Roboto';
	font-size: 14px;
	border: 2px solid #221616!important;
}
.form-submit:hover{
	background-color: #fff!important;
	color: #221616;
}
.submit-column img.ajax-loader{
	margin: 34px auto!important;
}
form.wpcf7-form .wpcf7-response-output{
	position: static;
	margin: 5px;
	width: auto;
	clear: both;
	background: #221616!important;
	color: #fff;
	border-radius: 3px;
}
button.ui-datepicker-trigger{
	height: 41px;
	width: 45px;
	right: 5px;
	left: auto;
	text-align: left;
	color: #d7be7b;
	font-size: 15px;
	opacity: 0;
}
.dk-option{
	text-align: left;
	color: #929292;
	font-family: 'Cormorant';
	font-size: 14px!important;
	padding: 0 15px;
}
.dk-select.dk-select-open-up .dk-select-options,
.dk-select.dk-select-open-down .dk-select-options{
	border: 1px solid #f0f0f0!important;
}
.dk-option-selected,
.dk-select .dk-select-options .dk-option-highlight{
	background-color: #221616;
	color: #fff;
}
.dk-select.dk-select-open-down .dk-selected::before,
.dk-select .dk-selected:focus::before,
.dk-selected::before{
	border-bottom-color: #d7be7b;
	border-top-color: #d7be7b;
}
.dk-selected::before,
.dk-selected::after{
	right: 10px;
}
@media screen and (max-width: 991px){
	.column-1,
	.column-2,
	.column-3{
		width: 33%;
	}
	.submit-column{
		width: 100%;
		text-align: left;
	}
	.submit-column input{
		width: 200px;
		float: none;
		margin-top: 20px;
		height: 41px!important;
	}
}
@media screen and (max-width: 767px){
	.column-1,
	.column-2,
	.column-3{
		width: 100%;
	}
}
/*Block heading*/
.sc-heading{
	padding-bottom: 24px;
}
.sc-heading:before,
.thim-widget-procedures-list h2:before{
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	background-image: url('images/title-sep.png');
	background-size: cover;
	margin: 0 auto 4px;
}
.page-head .sc-heading:before,
.big .sc-heading:before{
	width: 60px;
	height: 60px;
	background-image: url('images/slide-sep.png');
}
.sc-heading h1{
	font-size: 80px;
}
.sc-heading h2{
	font-size: 50px;
	margin-bottom: 10px;
}
.sc-heading p{
	width: 100%;
	margin: 0;
	font-family: 'Cormorant';
	font-style: italic;
	font-size: 20px;
	color: rgba(255,255,255,0.7);
}
.dark .sc-heading p{
	color: #6d6d6d;
}
@media screen and (max-width: 991px){
	.sc-heading{
		padding-top: 0px;
	}
}
/*Room slider*/
.hb_room_carousel_container {
	width: 100%;
	float: left;
	position: relative;
    margin-bottom: 0px;
}
.rooms .hb_room .media a::before{
	display: none;
}
.rooms .hb_room .price{
	margin-top: 21px;
	position: static;
	text-align: left;
	font-family: 'Cormorant';
	font-style: italic;
	color: #6d6d6d;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
}
.rooms .hb_room .price span{
	display: inline-block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #d7be7b;
	padding-left: 5px;
	padding-bottom: 0;
}
.rooms .hb_room .summary:hover .price {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.rooms .hb_room .title h4{
	margin: 0;
}
.hb_room_carousel_container .text_link{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 18px;
}
.hb_room_carousel_container .text_link a{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background-color: #221616;
	font-size: 13px;
	font-weight: 700;
	padding: 13.5px 22px;
	border-radius: 5px;
	border: 2px solid #221616;
}
.hb_room_carousel_container .text_link a:hover{
	background-color: #fff;
	color: #221616!important;
}
body .hb_room_carousel_container .navigation{
	width: 302px;
	position: absolute;
	left: 50%;
	margin-left: -151px;
	bottom: -65px;
}
body .hb_room_carousel_container .navigation .prev,
body .hb_room_carousel_container .navigation .next{
	position: absolute;
	top: 0px;
	width: 41px;
	height: 21px;
	display: block;
	margin: 0!important;
}
body .hb_room_carousel_container .navigation .prev{
	left: 0;
	background-image: url('images/prev-arrow.png');
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}
body .hb_room_carousel_container .navigation .next{
	right: 0;
	background-image: url('images/next-arrow.png');
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}
body .hb_room_carousel_container .navigation .prev:hover,
body .hb_room_carousel_container .navigation .next:hover{
	transform: scale(1.2);
}
body .hb_room_carousel_container .navigation .next span[class*="pe-"]::after,
body .hb_room_carousel_container .navigation .prev span[class*="pe-"]::after,
body .hb_room_carousel_container .navigation .next span[class*="pe-"]::before,
body .hb_room_carousel_container .navigation .prev span[class*="pe-"]::before,
body .hb_room_carousel_container .navigation .next span[class*="pe-"],
body .hb_room_carousel_container .navigation .prev span[class*="pe-"]{
	display: none;
}
/*Advantages block*/
.advantages-block .widget_single-images{
	margin-bottom: 10px!important;
}
.advantages-block h3{
	margin-top: 16px;
	margin-bottom: 3px;
	color: #fff;
}
.advantages-block p{
	line-height: 26px;
	color: rgba(255,255,255,0.7);
}
.advantage{
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;	
	transition: all 0.3s linear;
}
.advantage:hover{
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.advantage a.ow-button-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: transparent!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
     box-shadow: none!important;
}
/*Gallery block*/
.gallery-wrp .widget_siteorigin-panels-builder{
	margin-bottom: 20px!important;
}
.gallery-image img{
	width: 100%;
	height: 370px;
}
.btn{
	background: #221616!important;
	background-color: #221616!important;
	border: 2px solid #221616!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
	text-transform: uppercase;
	padding: 19px 23px!important;
	font-weight: 700!important;
	font-size: 13px!important;
	margin-top: 19px;
}
.btn:hover{
	background: #fff!important;
	background-color: #fff!important;
	color: #221616!important;
}
.btn:hover span{
	color: #221616!important;
}
@media screen and (max-width:1280px){
	.gallery-image img{
		height: 320px;
	}
}
@media screen and (max-width: 991px){
	.gallery-image img{
		height: 260px;
	}
}
@media screen and (max-width: 780px){
	.gallery-wrp{
		padding: 60px 0px 60px!important;
	}
	.gallery-image.image1 img,
	.gallery-image.image2 img,
	.gallery-image.image3 img{
		width: 100%;
		height: auto;
	}
	.gallery-image.image4,
	.gallery-image.image5,
	.gallery-image.image6{
		display: none;
	}
	.gallery-wrp .hide-row{
		display: none;
	}
}
/*Testimonial*/
.item_testimonial{
	position: relative;
}
.item_testimonial:before{
	content: '';
	width: 52px;
	height: 40px;
	background-image: url('images/quotes.png');
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
}
.testimonial_content{
	border: none;
	padding: 2px 30px 2px 79px;
}
.testimonial_content h6{
	font-size: 22px;
	color: #221616;
	margin-bottom: 14px;
}
.testimonial_content p{
	line-height: 26px;
	font-size: 14px;
	color: #929292;
}
.testimonial-footer{
	margin-top: -40px;
	padding-left: 80px;
	padding-right: 15px;
}
.testimonial-footer .title-regency{
	width: 100%;
}
.testimonial-footer .title-regency .regency{
	width: 50%;
	float: left;
	font-family: 'Cormorant';
	font-style: italic;
	font-size: 18px;
	color: #221616;
	margin-bottom: 3px;
}
.testimonial-rating{
	width: 50%;
	float: left;
	margin-top: 3px;
	text-align: right;
	font-size: 15px;
	color: #d5d4d4;
}
.rating-5 .testimonial-rating{
	color: #d7be7b;
}
.rating-4 .testimonial-rating i:nth-child(1),
.rating-4 .testimonial-rating i:nth-child(2),
.rating-4 .testimonial-rating i:nth-child(3),
.rating-4 .testimonial-rating i:nth-child(4){
	color: #d7be7b;
}
.rating-3 .testimonial-rating i:nth-child(1),
.rating-3 .testimonial-rating i:nth-child(2),
.rating-3 .testimonial-rating i:nth-child(3){
	color: #d7be7b;
}
.rating-2 .testimonial-rating i:nth-child(1),
.rating-2 .testimonial-rating i:nth-child(2){
	color: #d7be7b;
}
.rating-1 .testimonial-rating i:nth-child(1){
	color: #d7be7b;
}
.testimonial-rating i{
	margin: 0 0 0 6px;
}
.testimonial-date{
	width: 100%;
	float: left;
	font-family: 'Cormorant';
	font-style: italic;
	font-size: 18px;
	color: #6d6d6d;
	text-transform: lowercase;
}
.sc-testimonials.owl-carousel .owl-pagination{
	padding: 0;
	margin: 48px 0 0;
	text-align: center;
}
.owl-carousel .owl-pagination .owl-page span{
	margin: 5px 4px;
	background: #d5d4d4;
}
.owl-carousel .owl-pagination .owl-page.active span,
.owl-carousel .owl-pagination .owl-page:hover span{
	background: #221616;
}
@media screen and (max-width: 768px){
	.sc-testimonials.owl-carousel .owl-pagination{
		margin: 10px 0 0;
	}
}
@media screen and (max-width: 480px){
	.item_testimonial::before{
		display: none;
	}
	.testimonial_content{
		padding: 2px 30px 2px 30px;
	}
	.testimonial-footer{
		margin-top: -30px;
		padding-left: 30px;
	}
}
/*Footer*/
footer{
	width: 100%;
	float: left;
}
footer#colophon{
	background-color: #221616;
}
footer#colophon .footer{
	width: 100%;
	float: left;
	padding: 49px 0 26px 0;
}
footer#colophon .footer aside{
	margin-bottom: 0;
}
footer#colophon .footer .thim-footer-location{
	max-width: 100%;
}
footer#colophon .footer .thim-footer-location .image{
	margin-bottom: 31px;
}
footer#colophon .footer .thim-footer-location p{
	margin-bottom: 15px;
	letter-spacing: 0.1px;
	line-height: 26px;
	color: #b7b7b7;
	font-size: 14px;
}
.widget-title{
	font-size: 19px;
	margin-top: 0;
	line-height: 16px;
	margin-bottom: 17px !important;
}
.ft-contact{
	width: 100%;
	float: left;
	margin-bottom: 6px;
}
.ft-contact:before{
	content: '';
	width: 16px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.addres-row:before{
	background-image: url('images/address-icon.png');
}
.phone-row:before{
	background-image: url('images/phone-icon.png');
}
.fax-row:before{
	background-image: url('images/fax-icon.png');
}
.mail-row:before{
	background-image: url('images/mail-icon.png');
}
.ft-contact,
.ft-contact a{
	color: rgba(255,255,255,0.7)!important;
	font-size: 14px;
}
.ft-contact a:hover{
	color: #d7be7b!important;
}
.coordinates-row{
	width: 100%;
	float: left;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}
.coordinates-row:before{
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
	background-image: url('images/gps-icon.png');
}
.footer-soc{
	width: 100%;
	float: left;
	margin-top: 27px;
}
.footer-soc .soc-block{
	margin: 6px 0px 0 0px !important;
}
.footer-soc .soc-block li{
	list-style: none;
	margin: 0 12px 0 0!important;
}
.footer-soc .soc-block li a{
	width: auto;
	font-size: 20px;
	text-align: center;
}
.footer-soc .soc-block li a i{
	color: #d7be7b!important;
	-webkit-transition: all 0.3s linear!important;
	-moz-transition: all 0.3s linear!important;
	-o-transition: all 0.3s linear!important;	
	transition: all 0.3s linear!important;
}
.footer-soc .soc-block li a i:hover{
	color: #fff!important;
}
.copyright{
	width: 100%;
	float: left;
	padding: 15px 0;
	background-color: #160e0e;
}
.copyright-block{
	float: left;
	font-size: 12px;
	color: #8e8282;
}
.author{
	float: right;
	font-size: 12px;
	color: #8e8282;
}
@media screen and (max-width: 767px){
	.footer aside{
		width: 100%;
		float: left;
		margin-bottom: 15px!important;
		border: none;
		margin-left: 0!important;
		margin-right: 0!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}
@media screen and (max-width: 480px){
	.copyright-block,
	.author{
		width: 100%;
		float: left;
	}
}
/*Residance page*/
.panel-grid-cell .hb_room{
	width: 25%;
	padding: 0 15px;
	list-style: none;
	float: left;
	margin-bottom: 24px;
	box-sizing: border-box;
}
.panel-grid-cell .hb_room:nth-child(4n+1){
	clear: left;
}
.panel-grid-cell .hb_room .media{
	width: 100%;
	float: left;
}
.panel-grid-cell .hb_room img{
	width: 100%;
	float: left;
	position: relative;
}
.hb_room .media{
	position: relative;
}
.hb_room .media a:before{
	content: '';
	width: 100%!important;
	height: 100%!important;
	position: absolute!important;
	display: block!important;
	top: 0!important;
	left: 0!important;
	background-color: transparent!important;
	border-bottom: none!important;
	border-left: none!important;
	z-index: 1;
	-webkit-transition: all 0.3s linear!important;
	-moz-transition: all 0.3s linear!important;
	-o-transition: all 0.3s linear!important;	
	transition: all 0.3s linear!important;
}
.hb_room .media a:hover:before{
	background-color: rgba(255,255,255,0.7)!important;
}
.panel-grid-cell .hb_room .price {
	width: 100%;
	float: left;
    margin-top: 21px;
    position: static;
    text-align: left;
    font-family: 'Cormorant';
    font-style: italic;
    color: #6d6d6d;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}
.panel-grid-cell .hb_room .price span {
    display: inline-block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #d7be7b;
    padding-left: 5px;
    padding-bottom: 0;
}
.panel-grid-cell .hb_room .title h4{
	width: 100%;
	float: left;
	margin-top: 5px;
}
.panel-grid-cell .hb_room .title h4 a {
    color: #2a2a2a;
}
.panel-grid-cell .hb_room .title h4 a:hover{
	color: #d7be7b!important;
}
.service-block h3{
	color: #fff;
	margin-bottom: 4px;
}
.service-block .widget_single-images{
	margin-bottom: 20px!important;
}
.service-block p{
	color: rgba(255,255,255,0.7);
}
/*Residance single page*/
.single-hb_room .site-content{
	width: 100%;
	float: left;
	background-image: url('images/rooms-bg.jpg');
	background-size: cover;
}
.single.tp-hotel-booking .site-main.alignleft{
	padding-right: 0;
	padding-left: 0;
}
.top_site_main.images_parallax,
.top_site_main.images_parallax img{
	max-height: 450px;
}
.top_site_main.images_parallax:before{
	display: none;
}
.top_site_main .page-title-wrapper .banner-wrapper:before{
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
	background-image: url('images/slide-sep.png');
	margin-top: -10px;
}
.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary{
	font-family: 'Cormorant';
	font-size: 80px;
	font-weight: 600;
}
.single-hb_room .site-content{
	padding-top: 0px;
	padding-bottom: 54px;
}
.room-form{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 24px 0 40px;
}
.room-form .widget{
	margin: 0 15px;
}
.hb_single_room .title h4{
	margin: 0 0 33px;
}
.hb_single_room .title h4 a{
	color: #221616;
}
.hb_single_room .hb_room_gallery{
	margin-bottom: 10px !important;
}
.single-hb_room .site-content .summary{
	width: 100%;
	float: left;
	margin: 104px 0 23px;
	padding: 0 15px;
}
.hb_single_room #carousel ul.slides li img{
	width: 100%;
	height: auto;
}
.hb_single_room #carousel ul.slides li::before{
	opacity: 0;
	border: 5px solid transparent;
}
.hb_single_room #carousel ul.slides li.flex-active-slide::before{
	border-color: #d7be7b;
	opacity: 1;
	background: transparent;
}
.price-block{
	width: 409px;
	float: left;
	display: block;
}
.price-title,
.breakfast-row,
.food-row{
	width: 100%;
	float: left;
}
.price-title>div,
.breakfast-row>div,
.food-row>div{
	display: block;
	float: left;
	background-color: #fff;
	box-shadow: 1px 1px 1px #e8e8e8;
	margin: 0 5px 5px 0;
	height: 48px;
	line-height: 48px;
}
.price-title>div:first-child,
.breakfast-row>div:first-child,
.food-row>div:first-child{
	padding: 0 19px;
}
.price-title>div:last-child,
.breakfast-row>div:last-child,
.food-row>div:last-child{
	margin: 0 0px 5px 0;
}
.price-text,
.breakfast-title,
.food-title{
	width: 227px;
	font-family: 'Cormorant';
	font-weight: 700;
}
.price-text{
	color: #221616;
	font-size: 24px;
}
.breakfast-title,
.food-title{
	color: #929292;
	font-size: 17px;
}
.price-for-one,
.price-for-two,
.breakfast-for-one,
.breakfast-for-two,
.food-for-one,
.food-for-two{
	text-align: center;
	width: 86px;
	font-size: 14px;
	font-weight: 700;
	color: #929292;
}
.price-for-one,
.price-for-two{
	color: #d7be7b;
	font-size: 15px;
}
.price-for-one i,
.price-for-two i{
	margin: 0 1.5px;
}
.room-information{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.service-information{
	width: 420px;
	float: left;
	display: block;
	margin: 0 0 0 48px;
}
.service-information li{
	width: 196px;
	float: left;
	line-height: 24px;
	list-style: none;
	margin-bottom: 17px;
}
.service-icon{
	width: 30px;
	height: 22px;
	margin-right: 12px;
	display: block;
	float: left;
	text-align: center;
}
.service-text{
    margin-top: 1px;
    display: block;
}
.hb_room_gallery .flex-direction-nav{
	display: none!important;
}
@media screen and (max-width: 991px){
	.sc-heading h1,
	.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary{
		font-size: 50px;
	}
	.sc-heading h2{
		font-size: 38px
	}
	.panel-grid-cell .hb_room{
		width: 50%;
	}
	.panel-grid-cell .hb_room:nth-child(2n+1){
		clear: left;
	}
	.panel-grid-cell .hb_room:nth-child(3n+1){
		clear: none;
	}
}
@media screen and (max-width: 780px){
	.service-block>div>.panel-grid:first-child{
		margin-bottom: 30px!important;
	}
}
@media screen and (max-width: 480px){
	.sc-heading h1,
	.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary{
		font-size: 40px;
	}
	.sc-heading h2{
		font-size: 32px
	}
	.panel-grid-cell .hb_room{
		width: 100%;
	}
}
/*Other rooms*/
.other-rooms{
    width: 100%;
    float: left;
}
.single-hb_room .site-content .other-rooms .summary{
    margin: 0;
}
.single-hb_room .hb_room_carousel_container{
	width: 100%;
	float: left;
	padding: 0 15px;
}
.hb_single_room .other-rooms .title h4{
	font-size: 20px;
	margin-top: 0px;
}
.other-rooms .owl-carousel .owl-pagination{
	padding: 28px 0;
}
.other-rooms .navigation{
	display: none;
}
.hb_room_carousel_container .hb_room_carousel{
	width: 100%;
	float: left;
	margin: 0;
}
body .hb_room_carousel_container .hb_room{
	min-height: inherit!important;
	min-width: inherit!important;
}
.hb_room_carousel .summary{
	padding: 0!important;
}
@media screen and (max-width: 991px){
	.single-hb_room .site-content .summary{
		margin: 30px 0 40px;
		padding: 0 15px;
	}
	.price-block{
		width: 100%;
	}
	.service-information{
		width: 100%;
		float: left;
		margin: 30px 0 0 0px;
	}
	.service-information li{
		width: 50%;
	}
	.hb_single_room .title h4{
		font-size: 28px;
	}
	.single-hb_room .site-content{
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 480px){
	body .hb_single_room .title h4{
		margin-bottom: 30px;
	}
	.price-text, .breakfast-title, .food-title{
		width: 49%;
	}
	.price-for-one, .price-for-two, .breakfast-for-one, .breakfast-for-two, .food-for-one, .food-for-two{
		width: 23%;
	}
	.breakfast-title, .food-title{
		font-size: 14px;
	}
	.price-for-one, .price-for-two, .breakfast-for-one, .breakfast-for-two, .food-for-one, .food-for-two{
		font-size: 12px;
	}
	.service-information li{
		width: 100%;
	}
	.price-title, .breakfast-row, .food-row{
		display: table;
	}
	.price-title > div, .breakfast-row > div, .food-row > div{
		display: table-cell;
		vertical-align: middle;
		float: none;
		line-height: 18px;
	}
}
/*Service price*/
.service-content{
	width: 100%;
	float: left;
}
.item-content{
	width: 100%;
	min-height: 50px;
	float: left;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 1px #e8e8e8;
	position: relative;
}
.service-info{
	width: 100%;
	float: left;
	padding: 0 130px 0 20px;
	position: relative;
}
.service-info h5{
	width: 100%;
	float: left;
	font-weight: 700;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 7px;
}
.service-info .desc-list{
	width: 100%;
	float: left;
	margin: -8px 0 13px;
	line-height: 26px;
	font-size: 14px;
}
.item-content .price{
	position: absolute;
	text-align: right;
	right: 19px;
	top: 14px;
	font-size: 16px;
	line-height: 18px;
	color: #d7be7b;
	font-weight: 700;
}
@media screen and (max-width: 780px){
	.price-wrp>div:first-child{
		margin-bottom: 0!important;
	}
}
@media screen and (max-width: 320px){
	.service-info h5{
		font-size: 16px;
		line-height: 24px;
	}
	.item-content .price{
		top: 9px;
		font-size: 14px;
		line-height: 16px;
	}
	.service-info .desc-list{
		line-height: 22px;
		font-size: 12px;
	}
	.item-content{
		min-height: 36px;
	}
}
/*Procedures page*/
.procedures-list{
	width: 100%;
	float: left;
	margin: 0;
}
.procedure-item{
	width: 25%;
	float: left;
	margin-bottom: 25px;
	list-style: none;
}
.procedure-item:nth-child(4n+1){
	clear: left;
}
.procedure-content{
	margin: 0 15px;
}
.procedures-thumbnail{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	position: relative;
}
.procedures-thumbnail img{
	width: 100%;
	height: auto;
}
.procedures-thumbnail a:before{
	content: '';
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	background-color: transparent !important;
	border-bottom: none !important;
	border-left: none !important;
	z-index: 1;
	-webkit-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.procedures-thumbnail a:hover:before{
	background-color: rgba(255,255,255,0.7)!important;
}
.procedure-content img{
	width: 100%;
	height: auto;
}
.procedures-title{
	width: 100%;
	float: left;
	line-height: 28px;
}
.procedures-title a{
	color: #221616;
}
.procedures-title a:hover{
	color: #d7be7b;
}
@media screen and (max-width: 991px){
	.procedures-list{
		margin-bottom: -40px;
	}
	.procedure-item{
		width: 33.33%;
	}
	.procedure-item:nth-child(3n+1){
		clear: left;
	}
	.procedure-item:nth-child(4n+1){
		clear: none;
	}
}
@media screen and (max-width: 768px){
	.procedure-item{
		width: 50%;
	}
	.procedure-item:nth-child(2n+1){
		clear: left;
	}
	.procedure-item:nth-child(3n+1){
		clear: none;
	}
	.procedure-item:nth-child(4n+1){
		clear: none;
	}
}
@media screen and (max-width: 480px){
	.procedure-item{
		width: 100%;
	}
	.procedure-item:nth-child(2n+1){
		clear: none;
	}
	.procedure-item:nth-child(3n+1){
		clear: none;
	}
	.procedure-item:nth-child(4n+1){
		clear: none;
	}
}
/*Single procedures*/
.top_site_main.top-site-no-image{
	min-height: 450px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary{
	text-transform: none;
}
.site-content{
	padding: 0;
	width: 100%;
	float: left;
	background-image: url('images/room-bg.jpg');
	background-size: cover;
	background-position: center;
}
.procedures-content{
	width: 945px;
	margin: 78px auto;
}
.program-wrp{
	width: 945px;
	margin: 0 auto;
}
.procedure-title{
	width: 100%;
	float: left;
	font-size: 40px;
	margin-bottom: 26px;
}
.procedures-desc{
	width: 100%;
	float: left;
	margin-top: 9px;
}
.procedures-desc p{
	letter-spacing: 0.05px;
	line-height: 26px;
}
.share-block{
	width: 100%;
	float: left;
	margin-top: 32px;
}
.share-text{
	font-family: 'Cormorant';
	color: #221616;
	font-size: 20px;
	font-weight: 600;
	float: left;
	margin-right: 10px;
}
.share-block>span,
.share-block>a{
	width: 28px!important;
	height: 28px!important;
	display: block;
	float: left;
	border-radius: 50%;
	background-color: #221616;
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 5px;
	line-height: 26px;
	border: 1px solid #221616 !important;
	-webkit-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.share-block>span:hover,
.share-block>a:hover{
	color: #221616;
	background-color: #fff
}
.stButton{
	margin: 0!important
}
.stLarge,
.stButton{
	width: 28px!important;
	height: 28px!important;
	display: block!important;
	background-image: none!important;
	margin: 0;
	position: absolute!important;
	top: 0;
	left: 0;
}
/*Other procedures widget*/
.other-procedures{
	width: 100%;
	float: left;
	margin-top: 121px;
	margin-bottom: 50px;
}
.widget_procedures-list h2.heading__primary{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 10px;
}
.widget_procedures-list p.heading__secondary{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	font-family: 'Cormorant';
	margin-bottom: 53px;
}
@media screen and (max-width: 1040px){
	.program-wrp{
		width: 100%;
	}
}
@media screen and (max-width: 991px){
	.single-procedures .procedure-item{
		width: 25%;
	}
	.single-procedures .procedure-item:nth-child(4n+1){
		clear: none;
	}
	.single-procedures .procedure-item:nth-child(3n+1){
		clear: none;
	}
	.procedure-title{
		font-size: 28px;
	}
	.widget_procedures-list h2.heading__primary{
		font-size: 38px;
	}
}
@media screen and (max-width: 768px){
	.single-procedures .procedure-item{
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	.single-procedures .procedure-item{
		width: 100%;
	}
}
/*Program page*/
.program-text h3.widget-title{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px !important;
	letter-spacing: 0.05px;
	color: #221616!important;
}
.program-text h3.widget-title:after{
	display: none;
}
.program-text .siteorigin-widget-tinymce p{
	line-height: 26px;
	letter-spacing: 0.05px;
}
@media screen and (max-width: 991px){
	.program-wrp{
		margin-bottom: -50px;
	}
}
@media screen and (max-width: 780px){
	.text-img,
	.img-text{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
	}
	.text-img>div:first-child{
		-webkit-order: 2;
		order: 2;
		width: 100%!important;
		margin-bottom: 0px!important;
	}
	.text-img>div:last-child{
		-webkit-order: 1;
		order: 1;
		width: 100%!important;
		margin-bottom: 0px!important;
	}
	.img-text>div:first-child{
		-webkit-order: 1;
		order: 1;
		width: 100%!important;
		margin-bottom: 0px!important;
	}
	.img-text>div:last-child{
		-webkit-order: 2;
		order: 2;
		width: 100%!important;
		margin-bottom: 0px!important;
	}
	.text-img img,
	.img-text img{
		width: 100%;
	}
	.program-text{
		padding: 10px 0 0 0!important;
	}
}

/*Restraunt page*/
.tp-thumbs.outer-bottom{
	padding-top: 10px!important;
}
.tp-bullets{
	top: 97%!important;
}
.tp-bullet{
	width: 10px!important;
	height: 10px!important;
	background: rgba(255,255,255,0.6)!important;
	border-radius: 50%!important;
}
.tp-bullet.selected{
	background: rgba(255,255,255,1)!important;
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap{
	background: #d7be7b!important;
}
.gyges .tp-thumb-img-wrap{
	background: transparent!important;
}
.rest-column h3{
	margin-bottom: 5px;
	margin-top: 0px;
}
.rest-column p{
	line-height: 26px;
	letter-spacing: 0.05px;
}
.rest-row .so-panel.widget{
	margin-bottom: 5px!important;
}
@media screen and (max-width: 780px){
	.rest-row .so-panel.widget,
	.rest-row div{
		margin-bottom: 0!important;
	}
	/*.rest-row>div>div>div>div>*/
	.rest-row div.rest-column{
		margin-bottom: 25px!important;
	}
	.rest-row{
		margin-top: 120px;
		margin-bottom: -30px!important;
	}
}
/*Gallery page*/
.wrapper-filter-controls{
	width: 27%;
	float: left;
	margin: 0;
}
.filter-controls{
	border: none;
	padding: 0;
}
.filter-controls a.filter{
	width: 100%;
	margin: 0 0 5px;
	padding: 11.3px 22px 11.3px 19px;
	float: left;
	text-align: left;
	background-color: #fff;
	font-family: 'Cormorant';
	font-weight: 700;
	font-size: 20px;
	color: #221616;
	text-transform: none;
	border: none;
	box-shadow: 1px 1px 1px #e8e8e8;
	position: relative;
}
.filter-controls a.filter:after{
	content: '';
	color: #d7be7b;
	position: absolute;
	top: 20px;
	right: 19px;
	display: block;
	width: 6px;
	height: 9px;
}
.filter-controls a.filter.active:after{
	background-image: url('images/arrow.png');
}
.filter-controls a.filter.active,
.filter-controls a.filter:hover{
	color: #d7be7b;
}
.filter-controls>a:first-child{
	display: none;
}
.wrapper-gallery-filter{
	width: 72%;
	float: left;
	margin: 0 0 0 1%;
}
.wrapper-gallery-filter .item-photo{
	width: 33.33%;
	float: left;
}
.wrapper-gallery-filter .item-photo .inner{
	margin: 0 0 20px 20px;
}
.wrapper-gallery-filter .item-photo .inner img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 780px){
	.filter-controls a.filter::after{
		top: 12px;
	}
}
/*Video block*/
.beauty{
	height: auto;
}
.beauty .video-container{
	position: relative;
}
.beauty .video-container,
.video-container iframe, .video-container object, .video-container embed{
	height: 620px;
}
.beauty .beauty-bg{
	height: 100%;
}
.beauty .beauty-intro{
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.beauty .btns{
	border-radius: 50%;
	background-color: rgba(215,190,123,0.8);
	background-image: url('images/play.png');
	-webkit-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.beauty .btns:hover{
	background-color: #d7be7b;
}
@media screen and (max-width: 1280px){
	.beauty .video-container,
	.video-container iframe, .video-container object, .video-container embed{
		height: 520px;
	}
}
@media screen and (max-width: 991px){
	.wrapper-filter-controls{
		width: 25%;
	}
	.wrapper-gallery-filter{
		width: 74%;
	}
}
@media screen and (max-width: 767px){
	.wrapper-filter-controls{
		width: 100%;
	}
	.wrapper-gallery-filter{
		width: 100%;
		margin: 20px 0 40px 0;
	}
	.wrapper-gallery-filter .item-photo{
		width: 50%;
	}
	.filter-controls a.filter{
		padding: 3.3px 19px;
	}
	.wrapper-gallery-filter .item-photo .inner{
		margin: 0;
		padding: 10px;
	}
	.wrapper-gallery-filter .fancybox{
		margin-bottom: 0;
	}
	.beauty .video-container,
	.video-container iframe, .video-container object, .video-container embed{
		height: 400px;
	}
}
@media screen and (max-width: 480px){
	.beauty .video-container,
	.video-container iframe, .video-container object, .video-container embed{
		height: 300px;
	}
}
/*Contact page*/
.contact-block{
	width: 100%;
	float: left;
	margin-bottom: 7px;
}
.contact-block span,
.contact-block a{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #221616;
	margin-bottom: 14px;
}
.contact-block span:before,
.contact-block a:before{
	content: '';
	width: 16px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.contact-block a:hover{
	color: #d7be7b;
}
.half-field{
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
.half-field.left{
	float: left;
}
.half-field.right{
	float: right;
}
.half-field .name::after,
.half-field .email::after{
	display: none;
}
.wpcf7-form textarea{
	height: 140px;
	resize: none;
}
.wpcf7-form input.contact-submit{
	width: auto;
	float: left;
	margin-top: 37px;
	padding: 14.5px 20px;
	text-transform: uppercase;
	font-size: 13px!important;
	background-color: #221616;
	border-radius: 5px;
	border: 2px solid #221616;
	margin-bottom: 15px;
}
.wpcf7-form input.contact-submit:hover{
	background-color: #fff;
	border: 2px solid #221616;
	color: #221616;
}
.contact-form form.wpcf7-form .wpcf7-response-output{
	margin: 0;
}
.contact-form div.wpcf7 .ajax-loader{
	float: left;
	margin: 57px 0 0 10px;
}
@media screen and (max-width: 1400px){
	.con-block .panel-row-style{
		margin-left: 15px!important;
	}
}
@media screen and (max-width: 1040px){
	.contact-wrp{
		padding: 60px 0!important;
	}
}
@media screen and (max-width: 780px){
	.contact-wrp{
		padding: 20px 0!important;
	}
	.con-block .panel-row-style{
		padding: 25px 15px 15px 20px!important;
		margin-right: 15px!important;
	}
	.gl-map,
	.ob-google-map-canvas{
		height: 400px!important;
	}
}
@media screen and (max-width: 480px){
	.half-field{
		width: 100%;
	}
	.half-field.right{
		float: left;
	}
	.gl-map,
	.ob-google-map-canvas{
		height: 300px!important;
	}
}
/*Testimonial page*/
.comments-area{
	width: 945px;
	margin: auto!important;
	border: none;
}
.comment-respond{
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 19px 36px 55px;
	margin-top: 60px;
}
.form-title{
	width: 100%;
	padding-left: 5px;
	float: left;
	font-size: 40px;
	color: #221616;
	margin-bottom: 25px;
}
.comment-form{
	width: 100%;
	float: left;
}
.comment-form>.rating.form-rating{
	display: none;
}
.comment-field{
	width: 33.33%!important;
	float: left;
	margin: 0!important;
	padding: 5px;
}
.comment-field input,
.comment-form-comment textarea{
	width: 100%;
	float: left;
	min-height: 40px;
	line-height: 39px!important;
	padding: 0 19px!important;
	border: 1px solid #f0f0f0!important;
	background-color: #f8f8f8;
	border-radius: 0!important;
	color: #929292;
	font-size: 17px;
	font-family: 'Cormorant';
}
.comment-form-comment textarea{
	height: 140px;
	resize: none;
}
.comment-form-comment,
.form-submit{
	width: 100%;
	float: left;
}
.ratting-block{
	width: 100%;
	float: left;
	padding: 0 19px;
	border: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	line-height: 39px;
	color: #929292;
	font-size: 17px;
	font-family: 'Cormorant';
}
.rating{
	float: right;
	background: transparent!important;
}
.rating li{
	width: 15px!important;
	height: 14px!important;
	margin: 3px 0 0 5px!important;
}
.rating .l{
	width: 8px!important;
	height: 14px!important;
	background: url('images/rating.png') 0 0!important;
}
.rating .r{
	width: 7px!important;
	height: 14px!important;
	background: url('images/rating.png') -8px 0!important;
}
.rating li.rover .l,
.rating li.whole .l{
	background: url('images/rating-active.png') 0 0!important;
}
.rating li.rover .r,
.rating li.whole .r{
	background: url('images/rating-active.png') -8px 0!important;
}
.comment-block{
	width: 100%;
	float: left;
	padding: 5px;
}
.comment-form .form-submit{
	background-color: transparent!important;
	border: none!important;
	text-align: center;
	height: auto!important;
	margin-top: 13px;
}
.comment-form .form-submit .submit{
	text-transform: uppercase;
	line-height: 51px!important;
	padding: 0 22px!important;
	color: #fff;
	font-size: 13px!important;
	background-color: #221616!important;
	border: 2px solid #221616!important;
}
.comment-form .form-submit .submit:hover{
	background-color: #fff!important;
	color: #221616!important;
}
.comments-area .comment-list .comment-list-inner>li{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 54px;
}
.comments-area .comment-list .comment-list-inner>li:before{
	content: '';
	width: 52px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	background-image: url('images/quotes.png');
}
.comments-area .comment-list .comment-list-inner li .wrapper-comment{
	width: 100%;
	float: left;
	padding: 0 0 0 75px;
	border: none!important;
	float: left;
}
.comment-title{
	margin-top: 5px;
	font-size: 22px;
}
.comments-area .comment-list .comment-list-inner li .content-comment{
	padding: 4px 0px 13px 0!important;
}
.comment-date {
    float: left;
    clear: both;
    font-family: 'Cormorant';
	font-style: italic;
	font-size: 18px;
}
.comments-area .comment-list .comment-list-inner li .comment-extra-info .author{
	float: left;
	font-family: 'Cormorant';
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	color: #221616;
}
.comment-extra-info .rating{
	margin: 9px 0 0!important;
}
.comment-extra-info .rating li{
	margin: 0px 0 0 5px !important;
}
.comments-pagination .screen-reader-text{
	display: none;
}
.comments-pagination{
	width: 100%;
	float: left;
	margin-top: -2px;
}
.comments-pagination .nav-links{
	width: 100%;
	float: left;
	text-align: center;
}
.comments-pagination .nav-links .page-numbers{
	display: inline-block;
	background-color: transparent;
	color: #221616;
	font-size: 13px;
	text-align: center;
	width: 50px;
	height: 50px;
	border: 1px solid #221616;
	border-radius: 10px;
	line-height: 48px;
	font-weight: 700;
	margin: 0 4px;
}
.comments-pagination .nav-links .page-numbers.current,
.comments-pagination .nav-links .page-numbers:hover{
	background-color: #221616;
	color: #fff;
}
@media screen and (max-width: 991px){
	.comments-area{
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 780px){
	.comment-field{
		width: 50%!important;
	}
	.comment-respond{
		padding: 19px 0px 0px;
	}
}
@media screen and (max-width: 500px){
	.comment-extra-info .rating{
		width: 100%;
		float: left;
	}
}
@media screen and (max-width: 480px){
	.comment-field{
		width: 100%!important;
	}
	.comments-area .comment-list .comment-list-inner > li::before{
		display: none;
	}
	.comments-area .comment-list .comment-list-inner li .wrapper-comment{
		padding: 0;
	}
}
/*Articles page*/
.thim-list-posts{
	width: 100%;
	float: left;
}
.item-post{
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.article-title-wrapper{
	padding-top: 48px;
}
.article-image{
	width: 558px;
	float: left;
	margin-right: 32px;
}
.article-image a{
	position: relative;
	display: block;
}
.article-image img{
	width: 100%;
	height: auto;
}
.article-image a:before{
	content: '';
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	background-color: transparent !important;
	border-bottom: none !important;
	border-left: none !important;
	z-index: 1;
	-webkit-transition: all 0.3s linear !important;
	-moz-transition: all 0.3s linear !important;
	-o-transition: all 0.3s linear !important;
	transition: all 0.3s linear !important;
}
.article-image a:hover:before{
	background-color: rgba(255,255,255,0.7)!important;
}
.article-title{
	font-weight: 700;
	font-size: 24px;
	color: #221616;
}
.article-title-wrapper h5{
	margin-bottom: 13px;
}
.article-title-wrapper p{
	line-height: 26px;
	margin-bottom: 33px;
}
.article-title-wrapper .more-link{
	clear: both;
	text-transform: uppercase;
	line-height: 51px!important;
	padding: 0 22px!important;
	color: #fff;
	font-size: 13px!important;
	background-color: #221616!important;
	border: 2px solid #221616!important;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
}
.article-title-wrapper .more-link:hover{
	background-color: transparent!important;
	color: #221616!important;
}
.post-pagination{
	width: 100%;
	float: left;
	text-align: center;
}
.post-pagination a,
.post-pagination span{
	display: inline-block;
	background-color: transparent;
	color: #221616;
	font-size: 13px;
	text-align: center;
	width: 50px;
	height: 50px;
	border: 1px solid #221616;
	border-radius: 10px;
	line-height: 48px;
	font-weight: 700;
	margin: 0 4px;
}
.post-pagination span.current,
.post-pagination a:hover{
	background-color: #221616;
	color: #fff;
}
.top_site_main.single{
	height: 450px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 1280px){
	.article-image{
		width: 50%;
		padding-right: 15px;
		margin-right: 0;
	}
	.article-title-wrapper{
		width: 50%;
		padding-left: 15px;
		float: left;
	}
	.other-articles .article-title-wrapper{
		padding-left: 0;
	}
	.other-articles .article-title-wrapper{
		padding-right: 0;
	}
	.article-title-wrapper{
		padding-top: 0px;
	}
}
@media screen and (max-width: 780px){
	.article-image{
		width: 100%;
		padding-right: 0px;
		margin-right: 0;
	}
	.article-title-wrapper{
		width: 100%;
		padding-left: 0px;
		margin-top: 15px;
		float: left;
	}
}
/*Articles detail*/
.post-content-inner{
	width: 945px;
	margin: auto;
}
.post-content{
	padding: 76px 0;
}
.post-title{
	font-weight: 700;
	font-size: 40px;
	color: #221616;
	margin-bottom: 13px;
}
.post-text p{
	line-height: 26px;
	letter-spacing: 0.05px;
	margin-bottom: 22px;
}
.post-text img{
	margin: 23px 0 20px;
}
.other-articles{
	width: 1340px;
	margin: 75px auto;
}
.other-articles h2.title{
	text-align: center;
	font-weight: 600;
	font-size: 50px;
	color: #221616;
}
.other-articles h2.title:before{
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	background-image: url('images/title-sep.png');
	background-size: cover;
	margin: 0 auto 4px;
}
.other-articles p.subtitle{
	font-family: 'Cormorant';
	font-style: italic;
	font-size: 20px;
	color: #6d6d6d;
	text-align: center;
}
.other-articles .thim-list-posts {
	margin-top: 30px;
	margin-bottom: 40px;
}
.other-articles a.more-link{
	display: none;
}
.other-articles .item-post{
	width: 25%;
	padding: 0 15px;
}
.other-articles .article-image{
	width: 100%;
	margin-right: 0;
}
.other-articles .article-title-wrapper h5 a{
	font-size: 20px;
}
.other-articles .article-title-wrapper{
	width: 100%;
	float: left;
	padding-top: 5px;
}
.other-articles .post-pagination{
	display: none!important;
}
.top_site_main .banner-wrapper,
.top_site_main.single .banner-wrapper{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	display: inline-block;
}
@media screen and (max-width: 1340px){
	.other-articles{
		width: 945px;
	}
}
@media screen and (max-width: 991px){
	.top_site_main.top-site-no-image,
	.top_site_main.single{
		min-height: 360px;
		height: 360px;
		background-attachment: scroll;
		background-size: cover;
	}
	.procedures-content{
		width: 100%;
	}
	.post-content{
		padding: 25px 0 40px;
	}
	.other-articles h2.title{
		font-size: 38px;
	}
}
@media screen and (max-width: 945px){
	.post-content-inner,
	.other-articles{
		width: 100%;
		padding: 0 15px;
	}
	.other-articles .item-post{
		width: 50%;
		margin-bottom: 30px;
	}
	.other-articles .item-post:nth-child(2n+1){
		clear: left;
	}
}
@media screen and (max-width: 480px){
	.top_site_main.top-site-no-image,
	.top_site_main.single{
		min-height: 350px;
		height: 350px;
	}
	.top_site_main .banner-wrapper,
	.top_site_main.single .banner-wrapper{
		margin-top: 0px;
	}
	.other-articles .item-post{
		width: 100%;
	}
}
/*Popup*/
.form-wrp{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000000;
	display: none;
}
.popup{
	width: 400px;
	z-index: 1000001;
}
.booking-popup{
	min-height: 510px;
	padding: 40px 25px 20px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}
.call-popup{
	min-height: 310px;
	padding: 40px 25px 20px;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}
.popup div.wpcf7 .ajax-loader{
	margin: 50px 0 0 15px;
	float: left;
}
.booking-popup .column-1,
.booking-popup .column-2,
.booking-popup .column-3,
.booking-popup .submit-column{
	width: 100%;
}
.pop-title{
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: 15px;
}
.close-popup{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #221616;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	cursor: pointer;
}
.booking-popup .wpcf7-form input.form-submit{
	width: auto;
	margin-top: 30px;
	height: 55px!important;
	float: left;
}
.call-column>span{
	width: 100%;
	float: left;
	padding: 5px;
}
.call-column > span.phone{
	padding-bottom: 10px;
}
.call-column .form-submit{
	width: auto;
	height: 55px!important;
	margin: 30px 0 0 5px;
}
@media screen and (max-width: 480px){
	.form-wrp{
		position: absolute;
	}
	.booking-popup,
	.call-popup{
		position: absolute;
		top: 30px;
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@media screen and (max-width: 400px){
	.popup{
		width: 100%;
	}
}

.lang-drop{
	width: 20px;
	margin-top: 30px;
	margin-right: 13px;
	float: left;
	position: relative;
	/*display: none;*/
}
