h1,
h2,
h3,
h4,
h5,
h6 {
	color: #434343;
	margin-top: 0;
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	margin-bottom: 1.8rem;
}

h1 {
	font-size: 75px;
}

h2 {
	font-size: 56px;
}

h3 {
	font-size: 42px;
}

h4 {
	font-size: 31px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 18px;
}

@media screen and (max-width:991px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 37px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 14px;
	}

}

@media screen and (max-width:575px) {
	h1 {
		font-size: 37px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 12px;
	}

}

p {
	line-height: 1.8em;
	margin: 0 0 1.8rem;
}

ul,
ol {
	padding-left: 30px;
	line-height: 1.8rem;
	margin-bottom: 1.8rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 30px;
}

ol > li {
	padding-left: 13px;
}

ul {
	padding-left: 37px;
}

ul > li {
	padding-left: 7px;
}

ul ul {
	padding-left: 17px;
}

ol ol {
	padding-left: 15px;
}

table,
th,
td {
	border-bottom: 1px solid #d1d1d1;
}

th,
td {
	padding: .4375em;
}

ol li > ul {
	padding-left: 18px;
}

ul li > ol {
	padding-left: 9px;
}

::-moz-selection {
	background-color: #b0914f;
	color: #fff;
}

::selection {
	background-color: #b0914f;
	color: #fff;
}

a {
	color: #7b7b7b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

article a.vk-btn:hover,
article a.vk-btn:focus {
	text-decoration: none;
}

article .vk-title a:hover,
article .vk-title a:focus,
a:hover,
a:focus {
	color: #b0914f;
	text-decoration: none;
}

.comment-content p {
	margin: 0 0 1rem;
	font-size: 0.9rem;
}

/* ELEMENTS */
.vk-clear-padding {
	padding: 0;
}

.vk-clear-padding-left {
	padding-left: 0;
}

.vk-clear-paddingright {
	padding-right: 0;
}

.vk-clear-padding-top {
	padding-top: 0;
}

.vk-clear-padding-bottom {
	padding-bottom: 0;
}

.vk-clear-margin {
	margin: 0;
}

.vk-clear-margin-left {
	margin-left: 0;
}

.vk-clear-marginright {
	margin-right: 0;
}

.vk-clear-margin-top {
	margin-top: 0;
}

.vk-clear-margin-bottom {
	margin-bottom: 0;
}

.vk-img {
	display: block;
	position: relative;
}

.vk-shop-item .vk-img-frame img,
.vk-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-img:focus,
.vk-img:hover {
	outline: none;
}

.vk-shop-item .vk-img-frame:hover img,
.vk-img:focus img,
.vk-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.vk-img-frame {
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-img-frame.vk-section-distance-bottom {
	z-index: unset;
}

.vk-table {
	width: 100%;
}

.vk-fullwidth {
	width: 100% !important;
}

.vk-space {
	display: block;
}

@media (min-width:992px) {
	.vk-space.x-small {
		padding: 20px 0;
	}

}

.vk-space.small {
	padding: 15px 0;
}

@media (min-width:992px) {
	.vk-space.small {
		padding: 30px 0;
	}

}

.vk-space.medium {
	padding: 25px 0;
}

@media (min-width:992px) {
	.vk-space.medium {
		padding: 50px 0;
	}

}

.vk-space.x-medium {
	padding: 30px 0;
}

@media (min-width:992px) {
	.vk-space.x-medium {
		padding: 60px 0;
	}

}

.vk-space.large {
	padding: 50px 0;
}

.vk-space.x-large {
	padding: 60px 0;
}

@media (min-width:992px) {
	.vk-space.large {
		padding: 100px 0;
	}

	.vk-space.x-large {
		padding: 120px 0;
	}

}

.vk-list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.vk-list-inline:after {
	clear: both;
	content: "";
	display: table;
}

.vk-list-inline li {
	float: left;
}

.vk-list-social {
	display: inline-block;
	vertical-align: top;
}

.vk-list-social li a {
	padding: 5px 8px;
	display: inline-block;
}

.vk-list-style-1 li {
	position: relative;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.vk-list-style-1 .vk-icon {
	position: absolute;
	top: 10px;
	left: 0;
}

.vk-list-style-2 li {
	padding: 10px 0;
}

.vk-list-style-2 li:before {
	content: "\e628";
	font-family: 'themify';
	padding-right: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-list-style-2 li:hover:before {
	color: #b0914f;
}

.vk-text-capitalize {
	text-transform: capitalize;
}

.vk-text-uppercase {
	text-transform: uppercase;
}

.page-error,
.vk-text-center {
	text-align: center;
}

.vk-text-left {
	text-align: left;
}

.vk-text-right {
	text-align: right;
}

.vk-text-italic {
	font-style: italic;
}

.vk-text-color-white {
	color: #fff;
}

.vk-text-color-black {
	color: #000;
}

.vk-text-color-black-1 {
	color: #434343;
}

.vk-text-color-grey-1 {
	color: #999999;
}

.vk-text-color-grey-2 {
	color: #f0f0f0;
}

.vk-text-color-grey-3 {
	color: #7d7d7d;
}

.vk-text-color-grey-4 {
	color: #f4f4f4;
}

.vk-text-color-blue-1 {
	color: #2974B4;
}

.vk-text-color-yellow-1 a,
.vk-text-color-yellow-1 {
	color: #b0914f;
}

.summary .vk-status.in-stock span,
.vk-text-color-green-1 {
	color: #5bbf5d;
}

.vk-text-color-red-1 {
	color: #de3737;
}

.vk-parallax {
	background-position: center;
}

@media (max-width:991px) {
	.vk-parallax {
		background-size: cover;
		background-position: center !important;
	}

}

.vk-background-fixed {
	background-size: cover;
	background-attachment: fixed;
}

.vk-background-cover {
	background-size: cover;
}

.vk-background-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vk-background-overlay._10 {
	opacity: 0.1;
}

.vk-background-overlay._20 {
	opacity: 0.2;
}

.vk-background-overlay._30 {
	opacity: 0.3;
}

.vk-background-overlay._40 {
	opacity: 0.4;
}

.vk-background-overlay._50 {
	opacity: 0.5;
}

.vk-background-overlay._60 {
	opacity: 0.6;
}

.vk-background-overlay._70 {
	opacity: 0.7;
}

.vk-background-overlay._80 {
	opacity: 0.8;
}

.vk-background-overlay._90 {
	opacity: 0.9;
}

.vk-background-white {
	background-color: #fff;
}

.vk-background-blue-1 {
	background-color: #2974B4;
}

.vk-background-yellow-1 {
	background-color: #b0914f;
}

.vk-background-green-1 {
	background-color: #5bbf5d;
}

.vk-background-red-1 {
	background-color: #de3737;
}

.vk-background-image-1,
.vk-background-image-2,
.vk-background-image-3,
.vk-background-image-4,
.vk-background-image-5,
.vk-background-image-6,
.vk-background-image-7,
.vk-background-image-8,
.vk-background-image-9,
.vk-background-image-10,
.vk-background-image-11,
.vk-background-image-12,
.vk-background-image-13,
.vk-background-image-14,
.vk-background-image-15,
.vk-background-image-16,
.vk-background-image-17,
.vk-background-image-18,
.vk-background-image-19,
.vk-background-image-20,
.vk-background-image-21,
.vk-background-image-22,
.vk-background-image-23,
.vk-background-image-24,
.vk-background-image-25,
.vk-background-image-26,
.vk-background-image-27 {
	position: relative;
}

.container {
	position: relative;
}

@media (min-width:1200px) {
	.container {
		width: 1200px;
	}

}

.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code,
.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: 44px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.form-control:focus {
	border-color: #b0914f;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.slick-slide {
	outline: none;
}

.vk-slider-arrow-center .vk-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.vk-slider-arrow-center .vk-arrow.next {
	right: 0;
}

.vk-slider-arrow-center .vk-arrow.prev {
	left: 0;
}

.vk-slider-arrow-style-1 .vk-arrow {
	bottom: -80px;
	background-color: transparent;
	color: #7d7d7d;
	font-size: 30px;
	padding: 0 15px;
	position: absolute;
	z-index: 1;
}

.vk-slider-arrow-style-1 .vk-arrow:hover,
.vk-slider-arrow-style-1 .vk-arrow:focus {
	color: #b0914f;
	background-color: transparent;
}

.vk-slider-arrow-style-1 .vk-arrow.next {
	left: 50%;
}

.vk-slider-arrow-style-1 .vk-arrow.prev {
	right: 50%;
}

.vk-slider-arrow-style-2 {
	position: relative;
}

.vk-slider-arrow-style-2 .vk-arrow {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.2);
	font-size: 18px;
	padding: 5px;
	position: absolute;
	bottom: 0;
}

.vk-slider-arrow-style-2 .vk-arrow.next {
	left: 50%;
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-o-transform: translateX(15px);
	transform: translateX(15px);
}

.vk-slider-arrow-style-2 .vk-arrow.next:after {
	content: '|';
	font-size: 18px;
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: -20px;
}

@media (min-width:992px) {
	.vk-slider-arrow-style-1 .vk-arrow {
		bottom: auto;
		top: 50%;
	}

	.vk-slider-arrow-style-1 .vk-arrow.next {
		left: auto;
		right: 0;
	}

	.vk-slider-arrow-style-1 .vk-arrow.prev {
		right: auto;
		left: 0;
	}

	.vk-slider-arrow-style-2 .vk-arrow {
		bottom: 100%;
	}

	.vk-slider-arrow-style-2 .vk-arrow.next {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		left: auto;
		right: 15px;
	}

	.vk-slider-arrow-style-2 .vk-arrow.next:after {
		left: -15px;
	}

}

.vk-slider-arrow-style-2 .vk-arrow.prev {
	right: 50%;
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

@media (min-width:992px) {
	.vk-slider-arrow-style-2 .vk-arrow.prev {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		right: 65px;
	}

}

.vk-slider-arrow-style-2 .vk-arrow:hover,
.vk-slider-arrow-style-2 .vk-arrow:focus {
	color: #b0914f;
	background-color: transparent;
}

.vk-slider-arrow-style-3 {
	position: relative;
}

.vk-slider-arrow-style-3 .vk-arrow {
	background-color: transparent;
	font-size: 30px;
	padding: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.vk-slider-arrow-style-3 .vk-arrow.next {
	right: 80px;
}

.vk-slider-arrow-style-3 .vk-arrow.prev {
	left: 80px;
}

.vk-slider-arrow-style-4 {
	position: relative;
}

.vk-slider-arrow-style-4 .vk-arrow {
	position: absolute;
	top: 50%;
	padding: 5px;
	width: 80px;
	height: 80px;
	z-index: 9;
	border: solid 3px transparent;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 36px;
	color: #9a9a9a;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vk-slider-arrow-style-4 .vk-arrow:after {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	content: '';
	background-color: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-slider-arrow-style-4 .vk-arrow:hover,
.vk-slider-arrow-style-4 .vk-arrow:focus {
	border-color: #fff;
	color: #9a9a9a;
	background-color: transparent;
}

.vk-slider-arrow-style-4 .vk-arrow:hover:after,
.vk-slider-arrow-style-4 .vk-arrow:focus:after {
	opacity: 1;
}

.vk-slider-arrow-style-4 .vk-arrow.next {
	right: 80px;
}

.vk-slider-arrow-style-4 .vk-arrow.prev {
	left: 80px;
}

.vk-slider-dots-style-1 {
	position: relative;
}

.vk-slider-dots-style-1 .vk-dots-nav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vk-slider-dots-style-1 .vk-dots-nav li {
	line-height: 0;
}

.vk-slider-dots-style-1 .vk-dots-nav li button {
	text-indent: 100px;
	margin: 0 5px;
	padding: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: none;
	background-color: #7d7d7d;
	outline: none;
}

.vk-slider-dots-style-1 .vk-dots-nav li.slick-active button {
	background-color: #b0914f;
}

.vk-slider-dots-style-2 {
	position: relative;
}

.vk-slider-dots-style-2 .vk-dots-nav {
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vk-slider-dots-style-2 .vk-dots-nav li {
	line-height: 0;
	padding: 0 5px;
}

.vk-slider-dots-style-2 .vk-dots-nav li button {
	position: relative;
	text-indent: 100px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	border: none;
	outline: none;
	background: none;
}

.vk-slider-dots-style-2 .vk-dots-nav li button:before,
.vk-slider-dots-style-2 .vk-dots-nav li button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-slider-dots-style-2 .vk-dots-nav li button:before {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	top: 2px;
	left: 2px;
}

.vk-slider-dots-style-2 .vk-dots-nav li button:after {
	width: 14px;
	height: 14px;
	border: 3px solid transparent;
}

.vk-slider-dots-style-2 .vk-dots-nav li.slick-active button:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.vk-slider-dots-style-2 .vk-dots-nav li.slick-active button:before {
	background-color: transparent;
}

.vk-transition {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-banner {
	color: #fff;
	min-height: 240px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

@media (min-width:992px) {
	.vk-banner {
		min-height: 400px;
	}

}

.vk-banner .page-heading h1,
.vk-banner .page-heading h2,
.vk-banner .page-heading {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
}

@media (min-width:992px) {
	.vk-banner .page-heading h1,
	.vk-banner .page-heading h2,
	.vk-banner .page-heading {
		font-size: 48px;
	}

}

.vk-breadcrumb {
	font-size: 13px;
	padding-top: 10px;
}

@media (min-width:992px) {
	.vk-breadcrumb {
		padding-top: 20px;
	}

}

.vk-breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
}

.vk-breadcrumb ul li {
	display: inline-block;
}

.sparta-breadcrumbs li.separator {
	margin: 0 3px;
}

.vk-breadcrumb ul li.active {
	color: #b0914f;
}

.vk-element {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width:992px) {
	.vk-element {
		padding-top: 120px;
		padding-bottom: 120px;
	}

}

.vk-section-distance {
	padding-top: 60px;
	padding-bottom: 60px;
}

.vk-section-distance-top {
	padding-top: 60px;
}

.vk-section-distance-top.responsive-fix-2 {
	padding-top: 40px;
}

.vk-section-distance-top.responsive-fix-3 {
	padding-top: 60px;
}

.vk-section-distance-bottom {
	padding-bottom: 60px;
}

@media (min-width:992px) {
	.vk-section-distance {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.vk-section-distance-top {
		padding-top: 80px;
	}

	.vk-section-distance-top.responsive-fix {
		padding-top: 0;
	}

	.vk-section-distance-top.responsive-fix-1 {
		padding-top: 110px;
	}

	.vk-section-distance-top.responsive-fix-2 {
		padding-top: 100px;
	}

	.vk-section-distance-top.responsive-fix-3 {
		padding-top: 120px;
	}

	.vk-section-distance-bottom {
		padding-bottom: 120px;
	}

}

.vk-page {
	padding-top: 60px;
	padding-bottom: 60px;
}

.vk-sidebar section.widget {
	background: #fff;
}

#mphb-recommendation {
	border: 1px solid #7d7d7d;
	padding: 15px;
}

#mphb-recommendation ul {
	padding-left: 0;
}

#mphb-recommendation ul li {
	list-style: none;
}

.mphb-reservation-cart .mphb-reservation-details p.mphb-empty-cart-message {
	margin-top: 30px;
	margin-bottom: 10px;
}

.mphb_sc_search_results-wrapper .mphb-recommendation-title {
	font-size: 1.5rem;
}

@media (min-width:992px) {
	.vk-page {
		padding-top: 100px;
		padding-bottom: 100px;
	}

}

.vk-search-form .form-group {
	position: relative;
}

.vk-search-form .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 60px;
}

.vk-search-form .vk-btn-search {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	padding: 16px;
	background-color: transparent;
	color: #f0f0f0;
}

.vk-search-form .vk-btn-search:hover,
.vk-search-form .vk-btn-search:focus {
	color: #b0914f;
}

.vk-embed-responsive {
	width: 100%;
	padding-bottom: 75%;
}

@media (min-width:992px) {
	.vk-embed-responsive.video {
		padding-bottom: 51.06383%;
	}

}

@media (min-width:768px) {
	.vk-embed-responsive.audio {
		padding-bottom: 37.23404%;
	}

}

@media (min-width:992px) {
	.vk-grid-style-item .vk-inner-wrapper {
		padding-left: 70px;
	}

}

.vk-grid-style-item .vk-image {
	padding-right: 40px;
	position: relative;
	margin-bottom: 60px;
}

@media (min-width:992px) {
	.vk-grid-style-item .vk-image {
		padding-left: 50px;
		padding-right: 20px;
		margin-bottom: 0;
	}

}

.vk-grid-style-item .vk-image:after {
	content: '';
	border: 10px solid #b0914f;
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 50px;
	right: 0;
}

@media (min-width:992px) {
	.vk-grid-style-item .vk-image:after {
		left: 0;
		right: 70px;
	}

}

.vk-grid-style-item .vk-image .vk-img-frame {
	padding-top: 50px;
}

.vk-grid-style-item .vk-image .vk-img-frame .vk-img {
	border: 6px solid #f0f0f0;
	overflow: hidden;
}

@media (min-width:992px) {
	.vk-grid-style-item .vk-image .vk-img-frame .vk-img {
		border-width: 10px;
	}

}

.uni-element.vk-home-onepage-contact .vk-heading,
.uni-heading.simple .vk-main-heading,
.vk-grid-style-item .vk-main-heading {
	font-size: 24px;
	margin-bottom: 50px;
}

@media (min-width:992px) {
	.uni-element.vk-home-onepage-contact .vk-heading,
	.uni-heading.simple .vk-main-heading,
	.vk-grid-style-item .vk-main-heading {
		font-size: 40px;
	}

}

.vk-grid-style-item .vk-text-strong {
	margin-bottom: 25px;
	font-size: 18px;
	color: #434343;
	font-weight: 700;
	line-height: 1.67;
}

.vk-grid-style-item .vk-buttons {
	padding-top: 30px;
	text-align: center;
}

@media (min-width:768px) {
	.vk-grid-style-item .vk-buttons {
		text-align: left;
	}

}

@media (min-width:992px) {
	.vk-grid-style-item .vk-buttons {
		padding-top: 100px;
	}

}

.vk-grid-style-item .vk-btn-view-project {
	background-color: transparent;
	color: #434343;
	border: solid 2px #434343;
}

.vk-grid-style-item .vk-btn-view-project:hover,
.vk-grid-style-item .vk-btn-view-project:focus {
	color: #fff;
	background-color: #434343;
}

.vk-grid-style-item .vk-content-left {
	float: right;
}

@media (min-width:768px) {
	.vk-grid-style-item .vk-content-left {
		float: left;
	}

}

@media (min-width:768px) {
	.vk-grid-style-item.even .vk-content-left {
		float: right;
	}

}

.vk-grid-style-item.even .vk-image {
	padding-right: 0;
	padding-left: 50px;
}

@media (min-width:992px) {
	.vk-grid-style-item.even .vk-image {
		padding-right: 50px;
		padding-left: 20px;
	}

}

.vk-grid-style-item.even .vk-image:after {
	left: 0;
	right: 50px;
}

@media (min-width:992px) {
	.vk-grid-style-item.even .vk-image:after {
		left: 70px;
		right: 0;
	}

}

@media (min-width:992px) {
	.vk-grid-style-item.even .vk-inner-wrapper {
		padding-left: 0;
		padding-right: 70px;
	}

}

.vk-grid-style-item.inverse-color {
	color: rgba(254, 254, 254, 0.5);
}

.vk-grid-style-item.inverse-color .vk-heading {
	color: rgba(254, 254, 254, 0.5);
}

.vk-grid-style-item.inverse-color .vk-text-strong {
	color: #fff;
}

.vk-grid-style-item.inverse-color .vk-main-heading {
	color: #fff;
}

.vk-grid-style-item.inverse-color .vk-btn-view-project {
	color: #b0914f;
	border-color: #b0914f;
}

.vk-grid-style-item.inverse-color .vk-btn-view-project:hover,
.vk-grid-style-item.inverse-color .vk-btn-view-project:focus {
	color: #fff;
	background-color: #b0914f;
}

.vk-grid-style-item.responsive-fix .vk-image {
	margin-bottom: 0;
	margin-top: 15px;
}

@media (min-width:992px) {
	.vk-grid-style-item.responsive-fix .vk-image {
		margin-top: 0;
	}

}

.vk-input-file {
	width: 0;
	height: 0;
	overflow: hidden;
}

.vk-input-file + label {
	width: 100%;
	height: 50px;
	background-color: #fff;
	font-weight: 300;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 57px;
}

.vk-input-file + label span {
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 170px;
}

.vk-input-file + label .fa {
	position: absolute;
	right: 0;
	left: auto !important;
	width: 50px;
	height: 50px;
	background-color: #434343;
	color: #fff !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0 !important;
	cursor: pointer;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul,
.vk-pagination {
	font-size: 18px;
	margin: 0;
}

.mphb-pagination {
	margin-top: 60px;
}

.mphb-pagination .nav-links a.prev,
.mphb-pagination .nav-links a.next {
	padding: 0 10px;
}

.mphb_sc_checkout-wrapper .mphb-customer-details-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #333333;
	margin: 0;
	padding-bottom: 44px;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-booking-details {
	float: left;
	padding: 30px;
	width: 33.33333333%;
	background: #b0914f;
	color: #fff;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-total-price,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb_sc_checkout-submit-wrapper,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb-errors-wrapper,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-customer-details,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-price-details {
	float: right;
	width: 66.66666667%;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-total-price {
	margin-top: 30px;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-total-price,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb_sc_checkout-submit-wrapper,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb-errors-wrapper {
	text-align: center;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb_sc_checkout-submit-wrapper input {
	padding: 16px 65px;
	font-size: 18px;
	font-weight: 700;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-price-details .mphb-price-breakdown-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #333333;
	margin: 0;
}

ul.mphb_checkout-services-list li,
ul.mphb_checkout-services-list {
	padding-left: 0;
}

select.mphb_checkout-guests-chooser {
	min-width: 198px;
}

.mphb-guest-name-wrapper > label,
.mphb-children-chooser > label,
.mphb-adults-chooser > label {
	min-width: 135px;
}

#mphb-customer-details > p {
	float: left;
	width: 50%;
	padding: 0 15px;
}

#mphb-customer-details > p input,
#mphb-customer-details > p select {
	width: 100%;
}

#mphb-customer-details > p.mphb-required-fields-tip {
	width: 100%;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.nav-links span,
.nav-links a,
.blog-pagination > span,
.blog-pagination > a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.univer-pagination > a,
.univer-pagination > span,
.vk-pagination > li > a,
.vk-pagination > li span {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0;
	min-width: 38px;
	height: 38px;
	color: #999999;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.nav-links a:hover,
.nav-links a:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.blog-pagination > a:hover,
.blog-pagination > a:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.univer-pagination > a:hover,
.univer-pagination > span:hover,
.univer-pagination > a:focus,
.vk-pagination > li > a:hover,
.vk-pagination > li > a:focus,
.vk-pagination > li span:hover,
.vk-pagination > li span:focus {
	color: #fff;
	background-color: #b0914f ;
	border-color: #b0914f ;
	text-decoration: none;
}

.nav-links span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.blog-pagination > span.current,
.univer-pagination > a.current,
.univer-pagination > span.current,
.vk-pagination > .active > a,
.vk-pagination > .active span {
	margin-right: 8px;
	color: #fff;
	background-color: #b0914f;
	border-color: #b0914f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.comment-reply-title small a {
	overflow: visible !important;
	font-size: 0 !important;
}

.comment-reply-title small a:before {
	content: "\f00d";
	display: inline-block;
	position: relative;
	top: 0;
	margin-left: 13px;
	font-size: 18px !important;
	color: #b0914f;
	font-family: FontAwesome;
}

.vk-pagination > .disabled > span,
.vk-pagination > .disabled a {
	color: #e6e6e6;
}

.vk-pagination > .disabled > span:hover,
.vk-pagination > .disabled > span:focus,
.vk-pagination > .disabled a:hover,
.vk-pagination > .disabled a:focus {
	color: #e6e6e6;
}

.vk-filter {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	border: 1px solid #f4f4f4;
	font-weight: 500;
	text-transform: uppercase;
	min-height: 44px;
	width: 200px;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

@media (min-width:992px) {
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-total-price,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb_sc_checkout-submit-wrapper,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb-errors-wrapper,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-customer-details,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-price-details {
		padding-left: 45px;
	}

	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-price-details {
		margin-top: 0;
	}

	.vk-filter {
		width: auto;
		border-top: none;
		border-left: none;
		border-right: none;
		padding: 0;
	}

}

.vk-filter li {
	display: inline-block;
	padding: 14px 23px;
	cursor: pointer;
	border: 1px solid transparent;
	margin-bottom: -1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-filter li:hover {
	color: #b0914f;
}

.vk-filter li.active {
	color: #b0914f;
	border-color: #f4f4f4;
	border-bottom-color: #fff;
}

.vk-recent-blog {
	position: relative;
	padding-top: 160px;
}

@media (min-width:400px) {
	.vk-recent-blog {
		width: 370px;
		margin: auto;
	}

}

@media (min-width:992px) {
	.vk-recent-blog {
		width: auto;
		padding-top: 0;
	}

}

.vk-recent-blog .brief-content {
	background-color: #fff;
	padding: 25px 20px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 1;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width:992px) {
	.vk-recent-blog .brief-content {
		width: 350px;
		position: absolute;
		top: 40px;
		right: 0;
		margin-left: 0;
		margin-right: 0;
	}

}

.vk-recent-blog .vk-img-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

@media (min-width:992px) {
	.vk-recent-blog .vk-img-frame {
		position: relative;
	}

}

.vk-recent-blog .vk-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	line-height: 24px;
}

.vk-recent-blog .vk-title:after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	background-color: #b0914f;
	bottom: 0;
	left: 0;
}

.vk-recent-blog .vk-title a {
	color: #434343;
}

.vk-recent-blog .vk-title a:hover,
.vk-recent-blog .vk-title a:focus {
	color: #b0914f;
}

.vk-recent-blog .brief {
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #b0914f;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background: #b0914f;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	cursor: pointer;
	background: #b0914f;
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background: #b0914f;
}

.mejs-container.mejs-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	cursor: pointer;
	background: #b0914f;
}

/* COMPONENTS */

/* ALERT BOX */
.vk-alert {
	border: 2px solid transparent;
	padding: 18px 20px;
	padding-left: 80px;
	position: relative;
	color: #fff;
	background-color: #ccc;
}

.vk-alert .vk-icon {
	height: 56px;
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.vk-alert a {
	font-weight: 600;
	color: #fff;
}

.vk-alert a:hover,
.vk-alert a:focus {
	text-decoration: underline;
}

.vk-alert-border {
	background-color: transparent;
}

.vk-alert-info.vk-alert-flat {
	background-color: #2974B4;
}

.vk-alert-info.vk-alert-border {
	border-color: #2974B4;
	color: #434343;
}

.vk-alert-info.vk-alert-border .vk-icon {
	background-color: #2974B4;
}

.vk-alert-info.vk-alert-border a {
	color: #2974B4;
}

.vk-alert-success.vk-alert-border {
	border-color: #5bbf5d;
	color: #434343;
}

.vk-alert-success.vk-alert-flat,
.vk-alert-success.vk-alert-border .vk-icon {
	background-color: #5bbf5d;
}

.vk-alert-success.vk-alert-border a {
	color: #5bbf5d;
}

.vk-alert-warning.vk-alert-flat {
	background-color: #b0914f;
}

.vk-alert-warning.vk-alert-border {
	border-color: #b0914f;
	color: #434343;
}

.vk-alert-warning.vk-alert-border .vk-icon {
	background-color: #b0914f;
}

.vk-alert-warning.vk-alert-border a {
	color: #b0914f;
}

.vk-alert-danger.vk-alert-flat {
	background-color: #de3737;
}

.vk-alert-danger.vk-alert-border {
	border-color: #de3737;
	color: #434343;
}

.vk-alert-danger.vk-alert-border .vk-icon {
	background-color: #de3737;
}

.vk-alert-danger.vk-alert-border a {
	color: #de3737;
}

.vk-element.alert-box .vk-alert {
	margin-bottom: 20px;
}

/* BUTTON */
.vk-btn {
	display: inline-block;
	border: 2px solid transparent;
	background-color: #b0914f;
	color: #fff;
	font-weight: 700;
	padding: 11px 30px;
	font-size: 0.75rem;
	outline: none;
	min-height: 44px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-btn-block {
	width: 100%;
}

.vk-btn-3d {
	-webkit-box-shadow: inset 0 -4px 0 #cc9a00;
	-moz-box-shadow: inset 0 -4px 0 #cc9a00;
	box-shadow: inset 0 -4px 0 #cc9a00;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: -2px;
}

.vk-btn-3d:hover,
.vk-btn-3d:focus {
	top: -1px;
	-webkit-box-shadow: inset 0 -3px 0 #cc9a00;
	-moz-box-shadow: inset 0 -3px 0 #cc9a00;
	box-shadow: inset 0 -3px 0 #cc9a00;
	background-color: #b0914f;
}

.vk-btn-border {
	background-color: transparent;
	color: #b0914f;
	border-color: #b0914f;
}

.vk-btn-border:hover,
.vk-btn-border:focus {
	background-color: #b0914f;
	color: #fff;
}

.vk-btn-icon {
	position: relative;
	padding-right: 74px;
}

.vk-btn-icon .vk-icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 44px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: #b0914f;
}

.vk-btn-shape-round {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.vk-btn-shape-round .vk-icon {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.vk-btn-shape-rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.vk-btn-size-xs {
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 36px;
}

.vk-btn-size-s {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.vk-btn-size-l {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	min-height: 50px;
}

.vk-btn-size-xl {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	min-height: 56px;
}

.vk-btn-size-xxl {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	min-height: 62px;
}

.vk-element.button .vk-btn {
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.vk-element.button .vk-btn {
		margin-bottom: 0;
	}

}

/* TAB */
.vk-tab .nav-tabs {
	border-bottom: 2px solid #f0f0f0;
}

.vk-tab .nav-tabs > li {
	margin-bottom: -2px;
}

.vk-tab .nav-tabs > li > a {
	font-weight: 700;
	border: none;
	border-bottom: 2px solid transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.vk-tab .nav-tabs > li > a:hover,
.vk-tab .nav-tabs > li > a:focus {
	background-color: #fff2cc;
}

.vk-tab .nav-tabs > li.active > a {
	border: none;
	border-bottom: 2px solid transparent;
}

.vk-tab .tab-content {
	padding-top: 25px;
}

.vk-tab-style-1 .nav-tabs > li > a:hover,
.vk-tab-style-1 .nav-tabs > li > a:focus {
	border-color: #b0914f;
}

.vk-tab-style-1 .nav-tabs > li.active > a {
	color: #b0914f;
	border-color: #b0914f;
}

.vk-tab-style-2 .nav-tabs > li.active > a {
	color: white;
	background-color: #b0914f;
}

/* COLOR */
.vk-color {
	text-transform: uppercase;
	text-align: center;
	padding: 25px 15px;
}

@media (min-width:768px) {
	.vk-color {
		padding: 35px 15px;
	}

}

.vk-color .vk-color-field {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: inline-block;
}

.vk-color .vk-title {
	font-weight: 700;
	color: #434343;
}

.vk-element.color .vk-color-list .vk-color-item:nth-child(odd) .vk-color {
	text-align: right;
}

.vk-element.color .vk-color-list .vk-color-item:nth-child(even) .vk-color {
	text-align: left;
}

@media (min-width:768px) {
	.vk-element.color .vk-color-list .vk-color-item:nth-child(odd) .vk-color,
	.vk-element.color .vk-color-list .vk-color-item:nth-child(even) .vk-color {
		text-align: center;
	}

}

/* COUNTER */
.vk-counter {
	text-align: center;
	color: #434343;
	padding-bottom: 50px;
	font-weight: 600;
}

@media (min-width:992px) {
	.vk-counter {
		padding: 100px 0;
	}

}

.vk-counter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
}

.vk-counter .number-count {
	font-size: 48px;
	margin-bottom: -3px;
}

.vk-counter-inline .content {
	display: inline-block;
	position: relative;
	top: 20px;
	padding-left: 10px;
}

.vk-counter-inline .title {
	text-align: left;
	padding-left: 10px;
}

.vk-counter-non-icon {
	background-color: #E5AC00;
}

.vk-counter-non-icon ul li {
	display: inline-block;
}

.vk-counter-non-icon .number-count {
	font-size: 60px;
	text-align: right;
	width: 59%;
}

.vk-counter-non-icon .number-count:after {
	content: '';
	height: 45px;
	width: 3px;
	background-color: #434343;
	display: inline-block;
	margin-left: 18px;
}

.vk-counter-non-icon .title {
	width: 39%;
	text-align: left;
	padding-left: 14px;
}

.vk-counter-dark {
	color: #fff;
}

.vk-counter-element .vk-counter-section-style-1,
.vk-counter-element .vk-counter-section-style-3 {
	padding-top: 50px;
}

@media (min-width:992px) {
	.vk-counter-element .vk-counter-section-style-1,
	.vk-counter-element .vk-counter-section-style-3 {
		padding-top: 0;
	}

}

/* DIVIDER */
.vk-divider {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #999999;
	display: block;
	overflow: hidden;
}

.vk-divider-dashed {
	border-style: dashed;
}

.vk-divider-dotted {
	border-style: dotted;
}

.vk-divider-double {
	height: 4px;
	border-bottom-width: 1px;
}

.vk-divider-text {
	border: none;
}

.vk-divider-text .text {
	position: relative;
	padding-right: 15px;
}

.vk-divider-text .text:after,
.vk-divider-text .text:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 1px;
	margin: auto 0;
	width: 1920px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #999999;
}

.vk-divider-text .text:after {
	right: 100%;
}

.vk-divider-text .text:before {
	left: 100%;
}

.vk-divider-text.vk-divider-dashed .text:after,
.vk-divider-text.vk-divider-dashed .text:before {
	border-style: dashed;
}

.vk-divider-text.vk-divider-dotted .text:after,
.vk-divider-text.vk-divider-dotted .text:before {
	border-style: dotted;
}

.vk-divider-text.vk-divider-double {
	height: auto;
}

.vk-divider-text.vk-divider-double .text:after,
.vk-divider-text.vk-divider-double .text:before {
	height: 4px;
	border-bottom-width: 1px;
}

.vk-divider-center {
	text-align: center;
}

.vk-divider-center .text {
	padding-left: 15px;
}

.vk-divider-right {
	text-align: right;
}

.vk-divider-right .text {
	padding-left: 15px;
	padding-right: 0;
}

.vk-divider-element .vk-space.x-large {
	padding-bottom: 20px;
}

.vk-divider-default .vk-divider {
	margin: 40px 0;
}

@media (min-width:992px) {
	.vk-divider-default .vk-divider {
		margin: 50px 0;
	}

}

.vk-divider-other {
	padding-bottom: 20px;
}

@media (min-width:992px) {
	.vk-divider-other {
		padding-bottom: 80px;
	}

}

.vk-divider-other .vk-divider {
	margin: 40px 0;
}

.vk-divider-other .vk-space.x-large {
	padding-top: 80px;
}

/* HEADING */
.vk-heading {
	font-weight: 700;
}

.vk-heading-bottom-line {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.vk-heading-bottom-line .vk-line {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #434343;
	position: absolute;
	bottom: 0;
	left: 0;
}

.vk-heading-bottom-line-2 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.vk-heading-bottom-line-2 .vk-line {
	display: block;
	height: 2px;
	width: 40px;
	background-color: #434343;
	position: absolute;
	bottom: 0;
	left: 0;
}

.vk-heading-bottom-center-line {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30px;
	text-align: center;
}

.vk-heading-bottom-center-line .vk-line {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 80px;
	background-color: #434343;
}

.vk-heading {
	position: relative;
}

.vk-heading-style-1 {
	margin-bottom: 17px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 5.2px;
	color: #9a9a9a;
}

.vk-heading-style-2 {
	display: inline-block;
	border: solid 1px #7d7d7d;
	margin-bottom: 35px;
	padding: 20px 20px 20px 130px;
	max-width: 100%;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 1.3;
}

.vk-heading-style-2 .vk-text-color-yellow-1 {
	display: inline-block;
}

@media (min-width:992px) {
	.vk-heading-style-2 {
		margin-bottom: 55px;
		font-size: 24px;
	}

}

.vk-heading-style-2 .vk-line {
	display: inline-block;
	margin: 6px 20px;
	width: 40px;
	height: 1px;
	background-color: #434343;
}

.vk-heading-style-2 .vk-line-box {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vk-heading-style-3 {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 5.2px;
	color: #9a9a9a;
}

.vk-heading-style-3 .vk-line {
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 30px;
	width: 70px;
	height: 1px;
	background-color: #999999;
}

.vk-heading-center {
	text-align: center;
}

.vk-heading-center .vk-line {
	right: 0;
	margin: auto;
}

.vk-heading-right {
	text-align: right;
}

.vk-heading-right .vk-line {
	left: auto;
	right: 0;
}

.vk-heading.inverse {
	color: #fff;
	border-color: #6b6b6b;
}

.vk-heading.inverse .vk-line {
	background-color: #6b6b6b;
}

.vk-heading.inverse-1 {
	color: #fff;
	border-color: #ffda69;
}

.vk-heading.inverse-1 .vk-line {
	background-color: #ffda69;
}

.vk-heading.inverse-2 {
	color: #fff;
	border-color: #434343;
}

.vk-heading.inverse-2 .vk-line {
	background-color: #434343;
}

.vk-heading.inverse-3 {
	color: #fff;
}

.vk-heading.inverse-3 .vk-line {
	background-color: rgba(255, 255, 255, 0.2);
}

.vk-heading-group .vk-heading-style-5 {
	margin-bottom: 30px;
}

.vk-heading-group.align-inverse .vk-heading-group-content {
	padding-left: 0;
	text-align: right;
}

.vk-element.heading .vk-heading-section-style-2 {
	padding: 60px 0;
	margin-top: 60px;
}

@media (min-width:992px) {
	.vk-heading-group .vk-heading-style-5 {
		margin-bottom: 40px;
	}

	.vk-heading-group .vk-heading-group-content {
		padding-left: 90px;
	}

	.vk-heading-group.align-inverse .vk-heading-group-content {
		padding-right: 90px;
	}

	.vk-element.heading .vk-heading-section-style-2 {
		margin-top: 100px;
		padding: 120px 0;
	}

}

/* ICON BOX */
.vk-iconbox {
	padding: 25px 0;
}

@media (min-width:992px) {
	.vk-iconbox {
		padding: 25px 25px;
	}

}

.vk-iconbox .vk-title {
	font-weight: 700;
}

.i-top .vk-icon.vk-img-frame,
.onepage-wrap-right .vk-iconbox .vk-icon {
	width: 80px;
	height: 80px;
}

@media (min-width:992px) {
	.homeleft-tab > .row > .wpb_column {
		padding-left: 0;
		padding-right: 0;
	}

}

.vk-iconbox .vk-text {
	margin-bottom: 0;
}

.vk-iconbox-center {
	text-align: center;
}

.vk-iconbox-center .vk-icon {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.vk-iconbox-left {
	position: relative;
	padding-left: 100px;
}

.vk-iconbox-left .vk-icon {
	position: absolute;
	left: 0;
	top: 25px;
}

.vk-iconbox.inverse .vk-title {
	color: #fff;
}

/* ICON */

/* TYPOGRAPHY */
.vk-list-heading {
	display: inline-block;
}

.vk-list-heading li {
	width: 100%;
	float: left;
}

@media (min-width:768px) {
	.vk-list-heading li {
		width: 50%;
	}

}

.vk-list-heading h1,
.vk-list-heading h2,
.vk-list-heading h3,
.vk-list-heading h4,
.vk-list-heading h5,
.vk-list-heading h6 {
	margin-bottom: 25px;
	line-height: 35px;
}

.vk-list-orderlist-upper-roman {
	list-style-type: upper-roman;
}

.vk-list-unorderlist-minus > li {
	list-style: none;
}

.vk-list-unorderlist-minus > li:before {
	content: '-';
	font-weight: 700;
	padding-right: 8px;
}

.vk-blockquote {
	font-size: 16px;
	line-height: 1.63;
	font-weight: 500;
	font-style: italic;
	color: #434343;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
}

.vk-blockquote .vk-divider {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #7d7d7d;
}

.vk-blockquote .highlight {
	color: #b0914f;
	font-size: 14px;
	font-weight: 700;
}

.vk-blockquote-style-1 {
	padding: 30px 20px;
	background-color: #f4f4f4;
}

.vk-blockquote-style-2 {
	padding: 0;
}

.vk-dropcap {
	margin-bottom: 17px;
}

@media (min-width:992px) {
	.vk-dropcap {
		margin-bottom: 42px;
	}

}

.vk-dropcap .first-letter {
	float: left;
	margin-right: 30px;
}

.vk-dropcap-style-1 .first-letter {
	width: 70px;
	height: 70px;
	border: solid 4px #434343;
	font-size: 40px;
	font-weight: 800;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #434343;
	margin-top: 9px;
}

.vk-dropcap-style-2 .first-letter {
	width: 70px;
	height: 70px;
	background-color: #434343;
	font-size: 40px;
	font-weight: 800;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-top: 9px;
}

.vk-dropcap-style-3 .first-letter {
	font-size: 80px;
	font-weight: 800;
	text-align: center;
	color: #434343;
	margin-top: 5px;
	line-height: 0.8;
}

/* TESTIMONIAL */
.vk-testimonial-item {
	text-align: center;
}

@media (min-width:992px) {
	.vk-testimonial-item {
		padding: 0 220px;
	}

}

.vk-testimonial-item .vk-icon {
	font-size: 60px;
	color: #f4f4f4;
	margin-bottom: 35px;
}

.vk-testimonial-item .vk-title {
	margin-bottom: 30px;
}

.vk-testimonial-item .vk-text {
	margin-bottom: 20px;
}

.vk-testimonial-item .vk-author {
	font-weight: 700;
	color: #434343;
	margin-bottom: 0;
}

.vk-testimonial-item-1 {
	position: relative;
}

.vk-testimonial-item-1 .vk-arrow {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.vk-testimonial-item-1 .vk-img-frame {
	width: 80px;
	height: 80px;
	float: left;
	padding: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #7d7d7d;
	cursor: pointer;
}

.vk-testimonial-item-1 .vk-img-frame:hover {
	background-color: #b0914f;
}

.vk-testimonial-item-1 .vk-img-frame img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.vk-testimonial-item-1 .vk-img-frame + .vk-img-frame {
	margin-left: 10px;
}

.slick-slide.slick-current .vk-testimonial-item-1 .vk-img-frame,
.vk-testimonial-item-1.slick-current .vk-img-frame {
	background-color: #b0914f;
}

.vk-testimonial-item-2 {
	position: relative;
	text-align: center;
	padding: 55px 25px 30px 25px;
	background-color: #fff;
	margin-top: 50px;
}

.vk-testimonial-item-2 .vk-img-frame {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vk-testimonial-item-2 .vk-img-frame img {
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.vk-testimonial-item-2 .vk-title {
	font-size: 15px;
	font-weight: 800;
	color: #434343;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.vk-testimonial-item-2 .vk-text {
	margin-bottom: 0;
}

.vk-testimonial-item-3 {
	text-align: center;
	padding-top: 30px;
}

.vk-testimonial-item-3 .vk-icon {
	font-size: 60px;
	color: #f4f4f4;
	margin-bottom: 35px;
}

.vk-testimonial-item-3 .vk-title {
	margin-bottom: 30px;
}

.vk-testimonial-item-3 .vk-text {
	margin-bottom: 20px;
}

.vk-testimonial-item-3 .vk-author {
	margin-bottom: 0;
	font-weight: 700;
	color: #434343;
}

.vk-testimonial-list {
	position: relative;
	padding-bottom: 60px;
}

.vk-testimonial-list .slide-nav {
	vertical-align: top;
	display: none;
}

@media (min-width:992px) {
	.vk-testimonial-item-3 {
		padding: 60px 220px;
	}

	.vk-testimonial-list .slide-nav {
		display: inline-block;
	}

}

.vk-testimonial-list .slide-nav .vk-testimonial-item-1,
.vk-testimonial-list .slide-nav li {
	padding: 0 5px;
}

.vk-testimonial-list .vk-slide-nav-top-left {
	position: absolute;
	top: -160px;
}

.vk-testimonial-list .vk-slide-nav-bottom-center {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* PORTFOLIO */
.vk-list-filter {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 700;
}

.vk-list-filter li {
	padding: 0 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-list-filter li:first-child {
	padding-left: 0;
}

.vk-list-filter li:last-child {
	padding-right: 0;
}

.vk-list-filter li.active,
.vk-list-filter li:hover {
	color: #b0914f;
}

.vk-filtter-dropdown {
	border-color: #7d7d7d;
}

.vk-portfolio-list {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-portfolio-item {
	position: relative;
	margin: 15px 0;
	overflow: hidden;
}

.vk-portfolio-item img {
	position: relative;
	z-index: -1;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-portfolio-item .vk-title {
	position: absolute;
	padding-bottom: 15px;
	top: 30px;
	left: 30px;
	right: 30px;
	opacity: 0;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-portfolio-item .vk-title span {
	font-weight: 700;
}

.vk-portfolio-item .vk-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.vk-portfolio-item .vk-icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: rgba(254, 254, 254, 0.8);
	font-size: 30px;
}

.vk-portfolio-item .vk-background-overlay {
	opacity: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);    /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);    /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);    /* IE6-9 */
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-portfolio-item:hover {
	border-color: #b0914f;
}

.vk-portfolio-item:hover .vk-title {
	opacity: 1;
}

.vk-portfolio-item .vk-title a {
	color: #fff;
}

.vk-portfolio-item .vk-title a:hover {
	color: #b0914f;
}

.vk-portfolio-item:hover .vk-background-overlay {
	opacity: 1;
}

.vk-portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.vk-page.portfolio .box-pagination {
	margin-top: 40px;
	text-align: center;
}

@media (min-width:992px) {
	.vk-page.portfolio .box-pagination {
		margin-top: 65px;
	}

}

.vk-page.portfolio .vk-filter-box {
	display: inline-block;
	margin-bottom: 65px;
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #f0f0f0;
	vertical-align: top;
}

@media (min-width:992px) {
	.vk-page.portfolio .vk-filter-box {
		padding-bottom: 15px;
	}

}

.vk-page.portfolio .vk-filter-box .vk-filter-right {
	float: right;
}

.vk-page.portfolio .vk-filter-box .vk-filter-left {
	float: left;
}

.vk-page.portfolio .vk-filter-box .vk-filtter-dropdown-box {
	width: 50%;
	float: left;
	padding-right: 5px;
}

.vk-page.portfolio .vk-filter-box .vk-filtter-dropdown-box + .vk-filtter-dropdown-box {
	padding-right: 0;
	padding-left: 5px;
}

.vk-navbar.navbar .vk-nav.vk-navbar-nav {
	padding: 0;
	list-style: none;
}

.vk-navbar.navbar .vk-nav.vk-navbar-nav > li {
	padding-left: 0;
}

.vk-navbar.navbar .vk-nav.vk-navbar-nav  li {
	display: inline-block;
	position: relative;
}

@media screen and (min-width:992px) {
	.vk-navbar.navbar .navbar-header {
		display: none;
	}

	.vk-navbar.navbar .vk-navbar-collapse.collapse {
		display: block;
	}

}

/* BLOG*/
.vk-blog-grid {
	padding-bottom: 15px;
}

.vk-blog-grid .vk-img-frame img {
	width: 100%;
}

.vk-blog-grid {
	background: #fff;
	padding-bottom: 0;
}

.vk-blog-grid .brief-content {
	padding: 5px 30px 0 30px;
}

@media (min-width:992px) {
	.vk-blog-grid {
		margin-bottom: 40px;
	}

}

.vk-blog-grid .vk-img-frame {
	margin-bottom: 25px;
}

.vk-blog-grid .vk-title {
	margin-bottom: 20px;
	line-height: 1.44;
}

.vk-blog-grid .vk-title a {
	color: #434343;
}

.vk-blog-grid .vk-title a:hover {
	color: #b0914f;
}

.vk-blog-grid .vk-divider {
	background-color: #f0f0f0;
}

.vk-blog-grid .vk-post-meta {
	display: inline-block;
	padding: 15px 30px;
	vertical-align: top;
	width: 100%;
}

.vk-blog-grid .vk-list-post-meta {
	font-weight: 600;
	margin-bottom: 23px;
}

.vk-page.blog .box-pagination {
	text-align: center;
	margin-top: 60px;
}

.vk-page.blog .vk-sidebar-blog {
	padding-top: 45px;
}

@media (min-width:992px) {
	.vk-page.blog .vk-sidebar-blog {
		padding-top: 0;
	}

}

.vk-blog-list-item {
	padding-bottom: 60px;
}

.vk-blog-list-item .vk-img-frame {
	margin-bottom: 30px;
}

h2,
h2 a {
	margin-bottom: 1.8rem;
}

.sparta-divider {
	display: block;
	width: 100%;
	overflow: hidden;
}

.vk-blog-list-item .vk-title {
	margin-bottom: 16px;
	letter-spacing: -2px;
	line-height: 30px;
}

.vk-blog-list-item h2.vk-title  a {
	font-size: 37px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.vk-blog-list-item .vk-brief {
	margin-bottom: 30px;
}

.vk-blog-list-item .vk-divider {
	margin-top: 25px;
	border-color: #f0f0f0;
}

.vk-blog-list-item .vk-post-meta {
	display: inline-block;
	padding: 20px 0;
	vertical-align: top;
	width: 100%;
}

.vk-blog-list-item .vk-post-meta.meta-bottom {
	padding-bottom: 0;
}

.vk-blog-list-item .vk-post-meta.meta-bottom i {
	color: #b0914f;
}

.vk-blog-list-item .vk-post-meta.meta-bottom .tags-links a {
	margin-left: 3px;
}

.vk-blog-list-item .vk-post-meta .vk-btn-readmore {
	margin-top: 10px;
}

@media (min-width:992px) {
	.vk-blog-list-item .vk-post-meta .vk-btn-readmore {
		float: right;
		margin-top: 0;
	}

}

.vk-blog-list-item .vk-post-meta .vk-list-post-meta {
	float: left;
	width: 100%;
}

@media (min-width:992px) {
	.vk-blog-list-item .vk-post-meta .vk-list-post-meta {
		width: auto;
	}

}

.vk-btn-readmore {
	padding: 10px 30px;
	min-height: 0;
	border: 2px solid #434343;
	background-color: transparent;
	color: #434343;
	letter-spacing: 1px;
}

.vk-blog-grid .vk-btn-readmore {
	padding: 0;
	border: none;
}

.vk-blog-grid .vk-btn-readmore:hover,
.vk-blog-grid .vk-btn-readmore:focus {
	background-color: transparent;
	color: #b0914f ;
}

.blog.blog-list .box-pagination {
	margin-top: 40px;
	text-align: center;
}

.vk-list-post-meta li {
	margin-right: 15px;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1.8rem;
	letter-spacing: 0.5px;
}

.single .vk-event-item-info h1 {
	font-size: 37px;
}

.single .vk-events-lists-item-right .vk-event-item-time {
	top: 6px;
}

.vk-list-post-meta li:last-child {
	margin-right: 0;
}

.comments-numb .fa {
	margin-right: 5px;
}

.vk-list-post-meta li .vk-icon {
	margin-right: 5px;
}

.vk-blog-content .vk-blog-thumbnail {
	margin-bottom: 30px;
}

.vk-blog-content .vk-title {
	margin-bottom: 15px;
	font-size: 56px;
	letter-spacing: 1.5px;
}

@media (min-width:992px) {
	.vk-blog-content .vk-title {
		margin-bottom: 20px;
	}

}

.vk-blog-content .vk-post-meta {
	margin-bottom: 30px;
}

@media (min-width:992px) {
	.vk-blog-content .vk-post-meta {
		margin-bottom: 50px;
	}

}

.vk-blog-content .blog-content {
	display: inline-block;
	padding-bottom: 15px;
	width: 100%;
}

@media (min-width:992px) {
	.vk-blog-content .blog-content {
		padding-bottom: 65px;
	}

}

.vk-blog-content .vk-social-share-box {
	padding-top: 30px;
}

.vk-blog-content .vk-social-share-box .vk-btn {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	padding: 0;
	width: 44px;
	height: 44px;
	vertical-align: top;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #434343;
	border-color: #434343;
}

.vk-blog-content .vk-social-share-box .vk-btn:hover,
.vk-blog-content .vk-social-share-box .vk-btn:focus {
	color: #fff;
	background-color: #434343;
}

.vk-list-user-comment {
	font-weight: 600;
}

.vk-list-user-comment li + li {
	margin-left: 10px;
}

.vk-list-user-comment li + li:before {
	content: '•';
	display: inline-block;
	padding-right: 10px;
}

.vk-form .form-control {
	margin-bottom: 20px;
	padding-left: 0;
	border: none;
	border-bottom: 1px solid #f0f0f0;
	background-color: transparent;
}

.vk-form .form-control:focus {
	border-color: #b0914f;
}

.vk-form .vk-btn {
	margin-top: 10px;
	min-width: 140px;
	width: 100%;
}

@media (min-width:992px) {
	.vk-form .vk-btn {
		margin-top: 20px;
		width: auto;
	}

}

.vk-comment {
	margin-bottom: 60px;
}

@media (min-width:992px) {
	.vk-comment {
		margin-bottom: 120px;
	}

}

.vk-comment .comment {
	position: relative;
	padding-left: 100px;
	margin-bottom: 25px;
}

@media (min-width:992px) {
	.vk-comment .comment {
		margin-bottom: 35px;
	}

}

.vk-comment .comment .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.vk-comment .comment .comment-name {
	text-transform: uppercase;
	color: #434343;
}

.vk-comment .comment .vk-list-user-comment {
	margin-bottom: 10px;
}

.vk-comment .comment .vk-btn-reply {
	color: #b0914f;
	font-weight: 600;
	margin-top: -5px;
}

.vk-comment .comment .vk-btn-reply .fa {
	font-size: 13px;
}

.vk-comment .comment .vk-btn-reply:hover,
.vk-comment .comment .vk-btn-reply:focus {
	text-decoration: underline;
}

.vk-comment .comment .comment-content {
	margin-bottom: 10px;
}

.vk-blog-comment {
	padding-top: 60px;
}

.vk-blog-comment .vk-heading {
	margin-bottom: 40px;
}

@media (min-width:992px) {
	.vk-blog-comment .vk-heading {
		margin-bottom: 60px;
	}

}

.vk-page.blog .vk-blog-form-comment .vk-heading {
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.vk-page.blog .vk-blog-form-comment .vk-heading {
		margin-bottom: 40px;
	}

}

.logo-header {
	float: left;
	position: relative;
	z-index: 1;
}

.vk-list-function-header {
	font-size: 18px;
	color: inherit;
}

.vk-list-function-header > li a {
	padding: 0 8px;
}

@media (min-width:1200px) {
	.vk-list-function-header > li a {
		padding: 0 13px;
	}

}

.vk-list-function-header .vk-lang a {
	display: block;
	font-size: 13px;
	font-weight: 700;
}

.vk-list-function-header .vk-lang ul li {
	float: none;
}

.vk-list-function-header .vk-lang .vk-icon {
	font-size: 7px;
}

.vk-dropdown-menu {
	left: auto;
	right: 0;
	min-width: 100px;
}

.vk-nav > li > a {
	position: relative;
	letter-spacing: 1px;
	font-weight: 400;
	background-color: transparent;
	padding: 10px 15px;
}

.vk-nav > li.menu-item-has-children > a {
	padding-right: 8px;
}

.vk-nav > li > a:hover,
.vk-nav > li > a:focus {
	background-color: transparent;
}

.vk-navbar {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 0;
	background-color: transparent;
	border: none;
}

.vk-navbar-nav {
	color: inherit;
	font-size: 14px;
	font-weight: 500;
}

@media (min-width:992px) {
	.vk-navbar-nav {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

}

.vk-navbar-collapse {
	margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:992px) {
	.vk-navbar-collapse {
		text-align: center;
		margin-top: 0;
		background-color: transparent;
	}

	.vk-navbar-child {
		position: absolute;
		background-color: #f4f4f4;
		text-align: left;
		min-width: 180px;
		margin-left: 15px;
		display: none;
		z-index: 10;
	}

}

@media screen and (max-width:992px) {
	.vk-navbar-child {
		display: none;
	}

}

.vk-navbar-child li a {
	padding: 10px 15px;
	display: block;
}

.vk-navbar-child li:hover a {
	background-color: #f0f0f0;
}

.vk-navbar-nav {
	margin: 0;
}

.vk-navbar-nav li:hover .vk-navbar-child {
	display: block;
}

/* HOME */
@media (min-width:992px) {
	.vk-list-project-item-1 {
		padding-left: 50px;
		padding-right: 50px;
	}

}

.vk-list-project-item-1 .vk-main-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.vk-list-project-item-1 .vk-sub-title {
	color: #999999;
	font-weight: normal;
}

.vk-list-project-item-1 .vk-title {
	margin-top: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	text-align: center;
}

.vk-list-project-item-1 .vk-btn {
	text-transform: uppercase;
	border-color: #fff;
	color: #fff;
}

.vk-list-project-item-1 .vk-btn:hover,
.vk-list-project-item-1 .vk-btn:focus {
	color: #434343;
	background-color: #fff;
}

.vk-list-project-item-1 .vk-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.vk-list-project-item-1:hover .vk-hover {
	opacity: 1;
}

.vk-list-project-item-1.slick-active .vk-title {
	opacity: 1;
}

.vk-home-dark {
	background-color: #151515;
}

.vk-home.dark .vk-home-blog {
	background-color: transparent;
}

@media (min-width:992px) {
	.vk-home.dark .vk-home-blog {
		padding-bottom: 50px;
	}

}

.vk-home.dark .vk-home-blog .vk-home-blog-list {
	position: static;
}

.vk-home.dark .vk-home-testimonial-1 {
	padding-bottom: 60px;
	min-height: 0;
}

@media (min-width:992px) {
	.vk-home.dark .vk-home-testimonial-1 {
		padding-bottom: 80px;
	}

}

@media (min-width:992px) {
	.uni-testimonial.style-single .vk-slider-arrow-style-2 .vk-arrow,
	.vk-home.dark .vk-home-testimonial-1 .vk-slider-arrow-style-2 .vk-arrow {
		top: -120px;
		bottom: auto;
	}

}

.vk-home.dark .vk-home-client {
	background-color: #222;
}

.vk-home.dark .vk-home-portfolio {
	padding-bottom: 130px;
}

@media (min-width:992px) {
	.vk-home.dark .vk-home-portfolio {
		padding-bottom: 75px;
	}

}

.uni_tab_ajax_content .vk-slider-arrow-style-1 .vk-arrow,
.vk-home.dark .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow {
	color: rgba(255, 255, 255, 0.3);
	font-size: 18px;
}

@media (min-width:992px) {
	.uni_tab_ajax_content .vk-slider-arrow-style-1 .vk-arrow,
	.vk-home.dark .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow {
		font-size: 30px;
	}

	.uni_tab_ajax_content .vk-slider-arrow-style-1 .vk-arrow.next,
	.vk-home.dark .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow.next {
		right: 120px;
	}

	.uni_tab_ajax_content .vk-slider-arrow-style-1 .vk-arrow.prev,
	.vk-home.dark .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow.prev {
		left: 120px;
	}

}

.uni_tab_ajax_content .vk-slider-arrow-style-1 .vk-arrow:hover,
.uni_tab_ajax_content .vk-slider-arrow-style-1 .vk-arrow:focus
.vk-home.dark .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow:hover,
.vk-home.dark .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow:focus {
	color: #b0914f;
	background-color: transparent;
}

.uni_tab_ajax_content .vk-heading-box,
.vk-home.dark .vk-home-portfolio .vk-heading-box {
	background-color: transparent;
}

.vk-home-slider-item {
	position: relative;
}

.vk-home-slider-item .vk-img-frame img {
	width: auto;
	height: 640px;
}

@media (min-width:992px) {
	.vk-home-slider-item .vk-img-frame img {
		width: 100%;
		height: auto;
	}

}

.vk-home-slider-item .vk-inner-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	height: 100%;
}

.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-inner-content,
.vk-home-slider-item .vk-inner-content {
	position: relative;
	z-index: 1;
}

.vk-home-slider-item .vk-slide-main-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.vk-home-slider-item .vk-slide-main-content .container {
	height: 100%;
}

.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-main-heading,
.vk-home-slider-item .vk-main-heading {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
	line-height: 1.2;
}

@media (min-width:992px) {
	.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-main-heading,
	.vk-home-slider-item .vk-main-heading {
		font-size: 60px;
	}

}

.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-main-heading:after,
.vk-home-slider-item .vk-main-heading:after {
	content: '';
	height: 1px;
	width: 280px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
}

@media (min-width:992px) {
	.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-main-heading:after,
	.vk-home-slider-item .vk-main-heading:after {
		width: 100%;
	}

}

.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-sub-heading,
.vk-home-slider-item .vk-sub-heading {
	font-size: 12px;
	letter-spacing: 13.9px;
	text-transform: uppercase;
}

@media (min-width:992px) {
	.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-sub-heading,
	.vk-home-slider-item .vk-sub-heading {
		font-size: 15px;
		letter-spacing: 17.4px;
	}

}

.vk-home-slider-item .vk-buttons {
	margin-top: 40px;
}

@media (min-width:992px) {
	.vk-home-slider-item .vk-buttons {
		margin-top: 80px;
	}

}

.vk-home-slider-item .vk-buttons .vk-btn {
	min-width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 11px 20px;
	width: auto;
}

.vk-home-slider-item .vk-buttons .vk-btn:first-child {
	margin-left: 0;
}

.vk-home-slider-item .vk-buttons .vk-btn:last-child {
	margin-right: 0;
}

.vk-home-slider-item-1 {
	position: relative;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.vk-home-slider-item-1 .vk-img-frame img {
	width: auto;
	height: 576px;
}

@media (min-width:992px) {
	.vk-home-slider-item-1 .vk-img-frame img {
		width: 100%;
		height: auto;
	}

}

.vk-home-slider-item-1 .vk-inner-content {
	position: absolute;
	z-index: 1;
}

.vk-home-slider-item-1 .vk-sub-heading-top {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 9px;
	margin-bottom: 12px;
}

.vk-home-slider-item-1 .vk-sub-heading-bottom {
	font-size: 18px;
	font-weight: 300;
}

@media (min-width:992px) {
	.vk-home-slider-item-1 .vk-sub-heading-bottom {
		font-size: 24px;
	}

}

.vk-home-slider-item-1 .vk-main-heading {
	margin-bottom: 23px;
	padding-left: 15px;
	padding-right: 15px;
}

.vk-home-slider-item-1 .vk-main-heading img {
	max-width: 100%;
}

@media (min-width:992px) {
	.vk-home-slider-item-1 .vk-main-heading {
		margin-bottom: 33px;
	}

	.vk-home-slider-item-1 .vk-heading-line {
		margin-bottom: 40px;
	}

}

.vk-heading-line {
	width: 18px;
	height: 11px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.vk-heading-line:before {
	content: '';
	width: 100%;
	height: 100%;
	border: solid 2px #b0914f;
	display: block;
}

.vk-heading-line .line-top:after,
.vk-heading-line .line-top:before {
	content: '';
	width: 120px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 3px;
}

.vk-heading-line .line-top:after {
	left: 100%;
}

.vk-heading-line .line-top:before {
	right: 100%;
}

.vk-heading-line .line-bottom:after,
.vk-heading-line .line-bottom:before {
	content: '';
	width: 60px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 7px;
}

.vk-heading-line .line-bottom:after {
	left: 100%;
}

.vk-heading-line .line-bottom:before {
	right: 100%;
}

.vk-heading-line.inverse .line-top:after,
.vk-heading-line.inverse .line-top:before,
.vk-heading-line.inverse .line-bottom:after,
.vk-heading-line.inverse .line-bottom:before {
	background-color: #7d7d7d;
}

.vk-section-background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

@media (min-width:992px) {
	.vk-section-background {
		display: block;
	}

}

.vk-section-background .vk-img-frame img {
	width: 100%;
	height: 100%;
}

.vk-section-background .vk-section-background-left {
	width: 50%;
	float: left;
	height: 100%;
}

.vk-section-background .vk-section-background-right {
	width: 54.42708%;
	float: left;
}

.vk-home-service {
	position: relative;
	overflow: hidden;
}

.vk-list-service .vk-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
}

.uni_image_grid_ul .slick-track .slick-slide img {
	margin: 0 auto;
}

.page-spa-s2 .uni_image_grid_ul .slick-track .slick-slide li {
	padding: 5px;
	border: 1px solid #eee;
}

.page-spa-s2 .uni_image_grid_ul .slick-dots {
	margin-top: -60px;
}

.vk-list-service li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding-left: 80px;
}

@media (min-width:992px) {
	.vk-list-service li {
		padding-left: 130px;
	}

}

.vk-list-service li + li {
	padding-top: 5px;
}

.vk-list-service .vk-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.uni-lst-project .vk-img-frame img {
	width: 100%;
}

.uni-lst-project,
.vk-list-project {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.uni-lst-project li,
.vk-list-project li {
	overflow: hidden;
	padding: 0;
}

.uni-lst-project .vk-list-project-item,
.vk-list-project .vk-list-project-item {
	position: relative;
	text-transform: uppercase;
}

.uni-lst-project .vk-list-project-item .vk-sub-title,
.vk-list-project .vk-list-project-item .vk-sub-title {
	font-size: 13px;
	font-weight: 700;
	color: #b0914f;
	margin-bottom: 35px;
}

.uni-lst-project .vk-list-project-item .vk-img-frame,
.vk-list-project .vk-list-project-item .vk-img-frame {
	z-index: 0;
}

.uni-lst-project .vk-list-project-item .vk-main-title,
.vk-list-project .vk-list-project-item .vk-main-title {
	margin-bottom: 35px;
}

.uni-lst-project .vk-list-project-item .vk-list-meta,
.vk-list-project .vk-list-project-item .vk-list-meta {
	color: #434343;
}

.uni-lst-project .vk-list-project-item .vk-hover,
.vk-list-project .vk-list-project-item .vk-hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.uni-lst-project .vk-list-project-item .wrapper,
.vk-list-project .vk-list-project-item .wrapper {
	padding: 4px;
	height: inherit;
	border: 4px solid rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.uni-lst-project .vk-list-project-item .inner-wrapper,
.vk-list-project .vk-list-project-item .inner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	height: inherit;
}

.uni-lst-project .vk-list-project-item .vk-list-meta,
.vk-list-project .vk-list-project-item .vk-list-meta {
	display: inline-block;
	vertical-align: top;
}

.uni-lst-project .vk-list-project-item .vk-list-meta a,
.vk-list-project .vk-list-project-item .vk-list-meta a {
	float: left;
	position: relative;
	padding: 0 15px;
}

.uni-lst-project .vk-list-project-item .vk-list-meta a + a:before,
.vk-list-project .vk-list-project-item .vk-list-meta a + a:before {
	content: '';
	height: 15px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #999999;
}

.uni-lst-project .vk-list-project-item:hover .vk-hover,
.vk-list-project .vk-list-project-item:hover .vk-hover {
	opacity: 1;
}

.uni-lst-project .vk-list-project-item:hover .vk-hover .wrapper,
.vk-list-project .vk-list-project-item:hover .vk-hover .wrapper {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.vk-blog-grid-item-home {
	margin-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-blog-grid-item-home:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-grid-item-home .vk-list-post-published {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.vk-blog-grid-item-home .vk-img-frame {
	margin-bottom: 27px;
}

.vk-blog-grid-item-home .vk-title a {
	color: #333;
}

.vk-blog-grid-item-home .vk-title a:hover {
	color: #b0914f;
}

.vk-blog-grid-item-home .vk-btn {
	font-size: 14px;
}

.vk-blog-grid-item-home .vk-btn .fa {
	margin-left: 5px;
}

.vk-list-post-published {
	display: inline-block;
	min-width: 80px;
	padding: 12px 7px;
	font-weight: 800;
	color: #434343;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.vk-list-post-published li:first-child {
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 40px;
}

.vk-list-post-published li:last-child {
	padding-left: 0;
	font-weight: 400;
}

.vk-home-testimonial.default {
	background-color: #fff;
}

.uni-testimonial.wrapper,
.vk-home-testimonial.default .wrapper {
	background-color: #fff;
}

.vk-home-testimonial .vk-heading-box {
	padding-bottom: 0;
}

.vk-home-blog {
	padding-bottom: 30px;
	background-color: #f4f4f4;
}

@media (min-width:992px) {
	.vk-home-testimonial.default {
		background-color: #f4f4f4;
	}

	.uni-testimonial.wrapper,
	.vk-home-testimonial.default .wrapper {
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	}

	.uni-testimonial.wrapper,
	.vk-home-testimonial .wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.vk-home-blog {
		background-color: transparent;
	}

}

.vk-home-blog .vk-box-home-blog-list {
	position: relative;
	min-height: 241px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.vk-list-client {
	text-align: center;
}

.vk-list-client img {
	margin: auto;
}

.vk-home-client {
	padding-top: 40px;
	padding-bottom: 40px;
}

.vk-home-client li {
	padding: 30px 0;
}

.uni-testimonial .vk-heading-box,
.vk-home .vk-heading-box {
	padding-top: 60px;
	padding-bottom: 60px;
}

.uni-testimonial .vk-heading-box .vk-heading-style-2,
.vk-home .vk-heading-box .vk-heading-style-2 {
	margin-bottom: 0;
}

.vk-home-portfolio .vk-filter-box {
	display: none;
	padding-bottom: 50px;
}

@media (min-width:992px) {
	.uni-testimonial .vk-heading-box,
	.vk-home .vk-heading-box {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.vk-home-portfolio .vk-filter-box {
		display: block;
	}

}

.vk-home-portfolio .vk-list-filter-label li {
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.vk-home.default .vk-home-client {
	padding-top: 30px;
	padding-bottom: 30px;
}

.vk-home.default .vk-home-testimonial .wrapper {
	position: relative;
	z-index: 1;
}

@media (min-width:992px) {
	.vk-home.default .vk-home-client {
		padding-top: 190px;
	}

	.vk-home.default .vk-home-blog .vk-home-blog-list {
		position: absolute;
		z-index: 1;
	}

	.vk-home.default .vk-home-testimonial {
		min-height: 817px;
	}

	.vk-home.default .vk-home-testimonial .wrapper {
		top: 342px;
	}

}

.vk-home.default .vk-home-portfolio .vk-heading-box {
	background-color: #b0914f;
}

.vk-home-shop-category-item {
	margin-bottom: 20px;
	position: relative;
}

.vk-home-shop-category-item img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-home-shop-category-item .box {
	position: absolute;
	left: 0;
	bottom: 60px;
	padding: 21px 15px 21px 60px;
	text-transform: uppercase;
	min-width: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-home-shop-category-item .box:hover {
	min-width: 73%;
}

.vk-home-shop-category-item .box:hover .vk-text {
	opacity: 1;
}

.vk-home-shop-category-item .vk-title {
	float: left;
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 800;
}

.vk-home-shop-category-item .vk-icon {
	padding-left: 20px;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-home-shop-category-item .vk-text {
	font-weight: 800;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-home-shop-category-item .vk-btn {
	float: right;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	padding: 10px;
	min-height: 0;
	vertical-align: top;
	background-color: transparent;
	color: #434343;
	text-transform: uppercase;
}

.vk-home-shop-category-item .vk-btn:hover .vk-text,
.vk-home-shop-category-item .vk-btn:hover .vk-icon,
.vk-home-shop-category-item .vk-btn:focus .vk-text,
.vk-home-shop-category-item .vk-btn:focus .vk-icon {
	color: #b0914f;
}

.vk-home-shop-category-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.vk-home-shop-category {
	padding-top: 20px;
}

@media (min-width:992px) {
	.vk-home-shop-category {
		padding-top: 30px;
	}

}

.vk-list-filter-label {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

.vk-list-filter-label li {
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
	margin: 0 25px 20px 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-list-filter-label li:after {
	content: '';
	position: absolute;
	height: 2px;
	left: 50%;
	right: 50%;
	bottom: 0;
	background-color: #b0914f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-list-filter-label li.active,
.vk-list-filter-label li:hover {
	color: #b0914f;
}

.vk-list-filter-label li.active:after,
.vk-list-filter-label li:hover:after {
	left: 0;
	right: 0;
}

.vk-filter-box {
	text-align: center;
	padding-bottom: 15px;
}

.vk-list-meta-action {
	display: inline-block;
	vertical-align: top;
}

.vk-list-meta-action li {
	position: relative;
	line-height: 1;
}

.vk-list-meta-action li:before {
	content: '|';
	font-size: 22px;
	font-weight: 100;
}

.vk-list-meta-action li a {
	padding: 0 15px;
	font-size: 17px;
}

.vk-list-meta-action li:first-child:before {
	opacity: 0;
}

.vk-home-shop-item {
	position: relative;
	margin: 15px 0;
	text-align: center;
	background-color: #fff;
}

.vk-home-shop-item .vk-price {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #434343;
}

.vk-home-shop-item .vk-rate {
	display: inline-block;
	margin-bottom: 20px;
	color: #b0914f;
	font-size: 12px;
}

.vk-home-shop-item .vk-title {
	margin-bottom: 20px;
	color: #434343;
	font-weight: 700;
}

.vk-home-shop-item .vk-meta-action {
	opacity: 0;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.vk-home-shop-item .vk-brief {
	position: relative;
	padding: 60px 20px 20px 20px;
}

.vk-home-shop-item .vk-sale-off {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}

.vk-home-shop-item .vk-sale-off .sale-item {
	padding: 0 10px;
	float: left;
	margin-right: 5px;
}

.vk-home-shop-item .vk-sale-off .hot {
	background-color: #de3737;
}

.vk-home-shop-item .vk-sale-off .sale {
	background-color: #5bbf5d;
}

.vk-home-shop-item .vk-sale-off .new {
	background-color: #2974B4;
}

.vk-home-shop-item:hover .vk-meta-action {
	opacity: 1;
}

.vk-home-shop-count-down .line-star i {
	padding: 0 1px;
}

.vk-home-shop-count-down .vk-heading {
	margin-bottom: 35px;
	font-weight: 800;
	font-size: 24px;
}

.vk-home-shop-count-down .vk-title-top {
	font-size: 24px;
	font-weight: 800;
	color: #b0914f;
	margin-bottom: 10px;
}

.vk-home-shop-count-down .vk-main-title {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 15px;
}

@media (min-width:992px) {
	.vk-home-shop-count-down .vk-main-title {
		font-size: 40px;
	}

}

.vk-home-shop-count-down .vk-title-bottom {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.vk-home-shop-count-down .vk-title-bottom {
		margin-bottom: 40px;
	}

}

.vk-home-shop-count-down {
	color: #434343;
}

.vk-home-shop-count-down .vk-list-count-down {
	display: inline-block;
	vertical-align: top;
}

.vk-home-shop-count-down .vk-list-count-down .wrapper {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	min-width: 186px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid;
	padding: 5px 10px 20px 10px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-home-shop-count-down .vk-list-count-down .box {
	min-width: 68px;
	font-size: 80px;
	display: block;
	overflow: hidden;
	margin-bottom: 18px;
}

.vk-home-shop-count-down .vk-list-count-down li {
	padding: 15px 15px;
	font-size: 12px;
	font-weight: 800;
	width: 50%;
	text-align: left;
}

.vk-coming-soon .mc4wp-form {
	margin: 30px auto 60px;
	width: 50%;
}

.vk-coming-soon .mc4wp-form input {
	background: transparent;
	color: #fff;
}

.vk-coming-soon .newsletter-input-group .vk-btn {
	color: #fff;
}

.vk-coming-soon .vk-list-social-footer li {
	padding-left: 10px;
}

.vk-coming-soon .vk-list-social-footer li:first-child {
	padding-left: 0;
}

.vk-coming-soon .vk-list-social-footer li a {
	display: inline-block;
	padding: 0;
	width: 35px;
	height: 35px;
	border: 1px solid;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}

.vk-coming-soon .box-social-link {
	text-align: center;
}

@media (min-width:500px) {
	.vk-home-shop-count-down .vk-list-count-down li {
		width: auto;
	}

}

.vk-home-shop-count-down .vk-list-count-down li:nth-child(odd) {
	text-align: right;
}

.vk-home-shop-count-down .vk-list-count-down li:nth-child(odd) .box {
	margin-right: auto;
	margin-left: 0;
}

.vk-home-shop-subcribe {
	margin-bottom: 30px;
}

.vk-home-shop-subcribe .vk-ininer-container {
	background-size: cover;
	padding: 60px 0;
}

.vk-home-shop-subcribe .vk-inner-wrapper {
	border: 4px solid #fff;
	padding: 4px;
}

.vk-home-shop-subcribe .vk-inner-wrapper-1 {
	padding: 30px 20px 250px 20px;
}

@media (min-width:992px) {
	.vk-home-shop-subcribe .vk-inner-content {
		width: 570px;
	}

}

.vk-home-shop-subcribe .vk-heading {
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 1.2px;
}

.vk-home-shop-subcribe .vk-title {
	margin-bottom: 50px;
}

@media (min-width:768px) {
	.vk-home-shop-subcribe .vk-title {
		margin-bottom: 14px;
	}

}

.vk-home-shop-subcribe .vk-form-subcribe {
	position: relative;
}

.vk-home-shop-subcribe .vk-form-subcribe .form-control {
	min-height: 0;
	padding: 10px;
	padding-left: 0;
	padding-right: 70px;
	background-color: transparent;
	border-color: #434343;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.vk-home-shop-subcribe .vk-form-subcribe .form-control:focus {
	border-color: #b0914f;
}

.vk-home-shop-subcribe .vk-form-subcribe .vk-btn-submit {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: 700;
	background-color: transparent;
	color: #434343;
	min-height: 0;
	min-width: 0;
	width: auto;
}

.vk-home-shop-subcribe .vk-form-subcribe .vk-btn-submit:hover,
.vk-home-shop-subcribe .vk-form-subcribe .vk-btn-submit:focus {
	color: #b0914f;
}

.vk-home.shop {
	background-color: #f4f4f4;
}

.vk-home.shop .vk-heading-box {
	padding-top: 40px;
	padding-bottom: 50px;
}

@media (min-width:992px) {
	.vk-home.shop .vk-heading-box {
		padding-top: 100px;
		padding-bottom: 70px;
	}

}

.vk-home.shop .vk-heading-box .vk-heading-main {
	font-size: 24px;
}

@media (min-width:992px) {
	.vk-home.shop .vk-heading-box .vk-heading-main {
		font-size: 36px;
	}

}

.vk-home.shop .vk-filter-box {
	padding-bottom: 10px;
}

.vk-home.shop .vk-home-shop-product {
	padding-bottom: 40px;
}

.vk-home.shop .vk-home-shop-promotion {
	position: relative;
}

.vk-home.shop .vk-home-shop-promotion .vk-heading {
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -45%);
	-moz-transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%);
	-o-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	z-index: 2;
	display: none;
}

@media (min-width:992px) {
	.vk-home.shop .vk-home-shop-promotion .vk-heading {
		display: block;
	}

}

.vk-home.shop .vk-home-shop-promotion .vk-img-frame {
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.vk-home.shop .vk-home-shop-promotion .vk-img-frame {
		margin-bottom: 30px;
	}

}

.vk-home.shop .vk-home-blog {
	padding-bottom: 30px;
}

@media (min-width:992px) {
	.vk-home.shop .vk-home-blog {
		padding-bottom: 90px;
	}

}

.vk-home.shop .vk-home-shop-divider .vk-divider {
	border-color: #b7b7b7;
	margin-bottom: 2px;
}

.vk-home.shop .vk-home-client {
	padding: 30px 0;
}

.vk-list-about {
	text-align: center;
}

.vk-list-about.light {
	color: #fff;
}

.vk-list-about li {
	font-size: 15px;
	font-weight: 700;
	padding: 0 17px;
	width: 25%;
}

.vk-list-about li span {
	font-size: 56px;
	display: block;
	margin-bottom: 25px;
	line-height: 1;
}

.vk-navbar-right-fixed {
	position: fixed;
	right: 60px;
	z-index: 9;
	top: 0;
	bottom: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li {
	padding: 5px 0;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a {
	display: block;
	text-indent: 50px;
	overflow: hidden;
	width: 14px;
	height: 14px;
	position: relative;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:after,
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:after {
	content: '';
	width: 14px;
	height: 14px;
	border: 3px solid transparent;
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.2);
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:after,
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:after {
	border-color: rgba(255, 255, 255, 0.2);
}

.vk-navbar-right-fixed .vk-nav-scroll-to-id li a.mPS2id-highlight:before,
.vk-navbar-right-fixed .vk-nav-scroll-to-id li a:hover:before {
	background-color: transparent;
}

.vk-mouse-scroll {
	position: fixed;
	z-index: 9;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.2);
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vk-poject-list-filter .vk-project-list {
	width: 100%;
}

.vk-home.onepage .vk-heading-box {
	padding-top: 0;
}

.vk-home.onepage .box-social-link {
	display: none;
}

@media (min-width:992px) {
	.vk-home.onepage .box-social-link {
		display: block;
	}

}

@media (min-width:992px) {
	.onepage-wrap-left,
	.vk-home.onepage .vk-home-inner-wrapper {
		padding-left: 90px;
	}

	.uni-col3.onepage-wrap-right,
	.onepage-wrap-right,
	.vk-home.onepage .vk-home-inner-wrapper.right {
		padding-left: 0;
		padding-right: 100px;
	}

}

@media (max-width:991px) {
	.vk-home.onepage .vk-navbar-right-fixed {
		top: auto;
		right: 0;
		left: 0;
		bottom: 25px;
	}

	.vk-home.onepage .vk-navbar-right-fixed .vk-nav-scroll-to-id li {
		float: left;
		padding: 0 5px;
	}

}

.vk-home.onepage .vk-home-about .vk-heading-box {
	padding-bottom: 30px;
}

.vk-home.onepage .vk-home-about .vk-list-about {
	display: none;
}

@media (min-width:992px) {
	.vk-home.onepage .vk-home-about .vk-heading-box {
		padding-bottom: 35px;
	}

	.vk-home.onepage .vk-home-about .vk-list-about {
		display: block;
	}

}

.vk-home.onepage .vk-home-onepage-service .vk-slider-arrow-style-1 .vk-arrow {
	bottom: -40px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 18px;
}

.vk-home.onepage .vk-home-onepage-service .vk-slider-arrow-style-1 .vk-arrow:hover,
.vk-home.onepage .vk-home-onepage-service .vk-slider-arrow-style-1 .vk-arrow:focus {
	color: #b0914f;
}

.vk-home.onepage .vk-home-portfolio .vk-slider-arrow-style-1 {
	padding-bottom: 75px;
}

.vk-home.onepage .vk-home-portfolio .vk-slider-arrow-style-1 .vk-title {
	text-align: center;
}

.vk-home.onepage .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow {
	bottom: 0;
	color: rgba(255, 255, 255, 0.2);
	font-size: 18px;
}

.vk-home.onepage .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow:hover,
.vk-home.onepage .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow:focus {
	color: #b0914f;
}

.vk-home.onepage .vk-home-portfolio .vk-home-inner-wrapper {
	position: relative;
}

.vk-home.onepage .vk-home-portfolio .vk-home-inner-wrapper .vk-filter-box {
	position: absolute;
	right: 0;
	bottom: 100%;
	padding-bottom: 65px;
}

.vk-home.onepage .vk-home-testimonial .vk-heading-box {
	padding-bottom: 10px;
}

.vk-home.onepage .vk-home-testimonial .vk-slider-arrow-style-1 .vk-arrow {
	color: rgba(255, 255, 255, 0.2);
}

.vk-home.onepage .vk-home-testimonial .vk-slider-arrow-style-1 .vk-arrow:hover,
.vk-home.onepage .vk-home-testimonial .vk-slider-arrow-style-1 .vk-arrow:focus {
	color: #b0914f;
}

.vk-home.onepage .vk-home-onepage-contact .vk-heading {
	color: #fff;
	margin-bottom: 40px;
}

@media (min-width:992px) {
	.vk-home.onepage .vk-home-onepage-contact .vk-heading {
		margin-bottom: 71px;
	}

}

.vk-home.onepage .vk-home-onepage-contact .vk-contact-item .vk-title {
	color: #fff;
}

.vk-home.onepage .vk-home-slider .vk-home-slider-item {
	min-height: inherit;
}

.vk-home.onepage .vk-home-slider .vk-home-slider-item .vk-main-heading:after {
	background-color: rgba(255, 255, 255, 0.2);
}

.vk-home.onepage .vk-home-slider .vk-home-slider-item .vk-img-frame {
	min-height: inherit;
}

.vk-home.onepage .vk-home-slider .vk-home-slider-item .vk-img-frame img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

@media (min-width:768px) {
	.vk-home.onepage .vk-home-slider .vk-home-slider-item .vk-img-frame img {
		height: 100%;
		width: auto;
	}

}

.vk-home.onepage .vk-home-onepage-service .vk-service-list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: -25px;
}

@media (min-width:992px) {
	.vk-home.onepage .vk-home-onepage-service .vk-service-list {
		margin-top: -60px;
	}

}

@media (min-width:992px) {
	.vk-home.onepage .vk-list-project-item-1 {
		padding-left: 35px;
		padding-right: 35px;
	}

}

.vk-home.onepage .vk-iconbox {
	padding-top: 20px;
	padding-bottom: 20px;
}

.vk-home.onepage .vk-testimonial-list .vk-title {
	color: #fff;
}

.vk-home.onepage .vk-testimonial-list .vk-author {
	color: #fff;
}

.vk-home.onepage .vk-testimonial-list .vk-icon {
	color: rgba(255, 255, 255, 0.2);
}

.vk-home.onepage .vk-contact-item:after,
.vk-home.onepage .vk-contact-item:before {
	background-color: rgba(255, 255, 255, 0.2);
}

.vk-home.onepage .vk-form .form-control {
	border-color: rgba(255, 255, 255, 0.2);
	color: #999999;
}

.vk-home.onepage .vk-form .form-control:focus {
	border-color: #b0914f;
}

.vk-home.onepage .vk-section {
	padding-top: 105px;
	padding-bottom: 80px;
}

@media (min-width:992px) {
	.vk-home.onepage .vk-section {
		padding-top: 210px;
	}

}

.vk-home.onepage .section {
	background-size: cover;
}

.vk-home.left-menu {
	overflow: hidden;
}

.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-img-frame img {
	width: auto;
	height: 640px;
}

.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-main-heading {
	font-size: 36px;
}

.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-main-heading:after {
	width: 280px;
}

.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-sub-heading {
	font-size: 12px;
	letter-spacing: 13.9px;
}

@media (min-width:1200px) {
	.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-img-frame img {
		width: 100%;
		height: auto;
	}

	.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-main-heading {
		font-size: 60px;
	}

	.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-main-heading:after {
		width: 100%;
	}

	.vk-home.left-menu .vk-home-slider .vk-home-slider-item .vk-sub-heading {
		font-size: 12px;
		letter-spacing: 13.9px;
	}

}

.vk-home.left-menu .vk-home-about {
	background-color: #f9f9f9;
	padding-bottom: 60px;
}

.vk-home.left-menu .vk-home-blog {
	background-color: #f9f9f9;
}

@media (min-width:992px) {
	.vk-home.left-menu .vk-home-about {
		padding-bottom: 0;
	}

	.vk-home.left-menu .vk-home-blog {
		padding-bottom: 50px;
	}

}

.vk-home.left-menu .vk-home-blog .vk-home-blog-list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

.vk-home.left-menu .vk-home-blog .vk-home-blog-list .item {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.vk-home.left-menu .vk-home-blog .vk-home-blog-list .item + .item {
	margin-left: -4px;
}

.vk-home.left-menu .vk-home-portfolio {
	padding-bottom: 120px;
}

.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.3);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width:1200px) {
	.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow {
		font-size: 30px;
	}

}

@media (min-width:1200px) {
	.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow.prev {
		left: 120px;
	}

}

@media (min-width:1700px) {
	.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow.prev {
		left: 230px;
	}

}

@media (min-width:1200px) {
	.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow.next {
		right: 120px;
	}

}

@media (min-width:1700px) {
	.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow.next {
		right: 230px;
	}

}

.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow:hover,
.vk-home.left-menu .vk-home-portfolio .vk-slider-arrow-style-1 .vk-arrow:focus {
	color: #b0914f;
}

.vk-home.left-menu .vk-home-testimonial {
	padding-bottom: 60px;
}

.vk-home.left-menu .vk-home-service {
	padding-bottom: 35px;
}

.vk-home.left-menu .vk-home-service .vk-home-list-service {
	margin-top: -25px;
}

@media (min-width:992px) {
	.vk-home.left-menu .vk-home-service .vk-home-list-service {
		margin-top: -60px;
	}

}

@media (min-width:992px) {
	.vk-left-menu .vk-content,
	.vk-left-menu .vk-footer {
		padding-left: 350px;
	}

}

@media (min-width:1700px) {
	.vk-left-menu .vk-content,
	.vk-left-menu .vk-footer {
		padding-left: 480px;
	}

}

@media (min-width:992px) {
	.vk-left-menu .container {
		width: 100%;
	}

}

@media (min-width:1700px) {
	.vk-left-menu .container {
		width: 1260px;
	}

}

.vk-home-portfolio-list .vk-btn-view-more {
	font-weight: 800;
	color: #434343;
	background-color: transparent;
	min-height: 0;
	padding: 0;
}

.vk-home-portfolio-list .vk-btn-view-more .vk-icon {
	padding-left: 5px;
}

.vk-home-portfolio-list .vk-btn-view-more:hover,
.vk-home-portfolio-list .vk-btn-view-more:focus {
	color: #b0914f;
}

.vk-home-portfolio-list .vk-button-box {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

@media (min-width:992px) {
	.vk-home-portfolio-list .vk-button-box {
		padding-top: 60px;
	}

}

/* PAGE */
.vk-page.page-404 {
	position: relative;
	min-height: 100%;
	text-align: center;
	padding-top: 170px;
	padding-bottom: 170px;
}

.vk-page.page-404 .vk-hint {
	color: #fff;
}

.vk-page.page-404 .vk-hint a {
	color: #b0914f;
}

.vk-page.page-404 .vk-hint a:hover,
.vk-page.page-404 .vk-hint afocus {
	text-decoration: underline;
}

@media (min-width:992px) {
	.vk-page.page-404 .content {
		padding-left: 70px;
		padding-right: 70px;
	}

}

.vk-list-member {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.vk-list-member .vk-list-member-item {
	padding: 0 0 30px 0;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.page-service-event .vk-content-right {
	padding: 20px;
}

.page-service-event .vk-content-left {
	padding: 0;
}

.page-service-event .vk-content-left img {
	width: 100%;
}

.vk-list-member .vk-img-frame {
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.vk-list-member .vk-title {
	font-weight: 600;
	color: #434343;
	margin-bottom: 10px;
}

.vk-meet-team {
	background-color: #f4f4f4;
}

.vk-meet-team .vk-main-heading {
	margin-bottom: 50px;
}

@media (min-width:992px) {
	.vk-meet-team .vk-main-heading {
		margin-bottom: 70px;
	}

}

.vk-about-member {
	margin-left: -15px;
	margin-right: -15px;
}

.vk-about-member .uni-element.vk-list.vk-list-member {
	margin: 0;
}

.vk-about-member .vk-list-member-item .vk-img-frame img {
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-about-member .vk-list-member-item:hover .vk-img-frame img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	overflow: hidden;
}

.vk-about-member .vk-list-member-item:hover h5.vk-title {
	color: #b0914f;
}

.vk-about-member .vk-list-member-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.vk-meet-team .vk-about-member {
	background-color: #fff;
}

.vk-page.page .vk-divider {
	border-color: #f0f0f0;
}

.vk-page.page .vk-main-heading {
	font-size: 24px;
	margin-bottom: 60px;
}

@media (min-width:992px) {
	.vk-page.page .vk-main-heading {
		margin-bottom: 90px;
		font-size: 40px;
	}

}

.vk-contact-item {
	position: relative;
	padding-left: 55px;
	min-height: 100px;
}

.vk-contact-item:after,
.vk-contact-item:before {
	content: '';
	background-color: #999999;
	position: absolute;
}

.vk-contact-item:after {
	width: 200px;
	height: 1px;
	left: 0;
	top: 35px;
}

.vk-contact-item:before {
	width: 1px;
	height: 100px;
	top: 0;
	left: 35px;
}

.vk-contact-item .vk-icon {
	font-size: 20px;
	color: #b0914f;
	position: absolute;
	left: 7px;
	top: 5px;
}

.vk-contact-item .vk-title {
	font-size: 15px;
	font-weight: 700;
	color: #434343;
	padding-top: 7px;
	padding-bottom: 20px;
}

.vk-contact-item p {
	margin-bottom: 0;
}

.vk-contac-list li + li {
	margin-top: 40px;
}

@media (min-width:992px) {
	.vk-contac-list li + li {
		margin-top: 0;
	}

}

.vk-contact-form .vk-heading-form {
	margin-bottom: 40px;
}

.page-contact-field .col-lg-4 {
	margin-bottom: 30px;
}

.page-contact-btn {
	margin-top: 30px;
	text-align: center;
}

.page-contact-btn .btn-send {
	display: inline-block;
	position: relative;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding: 0;
}

.page-contact-btn .btn-send:hover {
	border-color: #b0914f;
}

.page-contact-btn .btn-send input {
	background: transparent;
	border: none;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	padding: 14px 40px 14px 15px;
}

.page-contact-btn .btn-send  i {
	position: absolute;
	top: 12px;
	right: 15px;
	color: #333;
}

.page-contact-btn .btn-send .ajax-loader {
	position: absolute;
	right: 0;
	top: 0;
}

.page-contact-btn .btn-send:hover i {
	color: #b0914f;
}

.bg-fixed {
	background-attachment: fixed;
}

.vk-page.page-contact {
	padding-bottom: 0;
}

.vk-page-testimonial .vk-buttons {
	width: 100%;
	text-align: center;
}

.vk-page-testimonial .vk-item-image {
	width: 100px;
	padding: 3px;
	background: #fff;
}

.vk-page-testimonial .vk-item-image img {
	width: 100%;
}

.vk-page-testimonial .vk-item-content-body {
	font-size: 18px;
	font-style: italic;
	line-height: 1.88;
}

.vk-page-testimonial .vk-item-content-header ul li {
	padding-left: 0;
}

.vk-page-testimonial .vk-buttons a.vk-btn {
	padding: 3px 15px;
	background: transparent;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #333333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	min-height: unset;
	font-size: 0.9rem;
	border-left: none;
	border-right: none;
	letter-spacing: 1px;
}

.vk-page-testimonial .vk-buttons a.vk-btn:hover {
	color: #b0914f;
	border-top: 2px solid #b0914f;
	border-bottom: 2px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* PORTFOLIO  */
.vk-project-grid-item {
	margin-bottom: 30px;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

@media (min-width:992px) {
	.vk-project-grid-item {
		width: auto;
	}

}

.vk-project-grid-item .content-hidden {
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: -60px;
	right: 0;
	left: 0;
	z-index: 1;
	padding: 17px 15px;
	background-color: #434343;
	min-height: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vk-project-grid-item .vk-title {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
}

.vk-project-grid-item .vk-title a {
	color: #fff;
}

.vk-project-grid-item .vk-title a:hover,
.vk-project-grid-item .vk-title a:focus {
	color: #b0914f;
}

.vk-project-grid-item .vk-list-action-post {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: auto;
}

.vk-project-grid-item .vk-list-action-post li {
	padding-left: 15px;
	font-size: 18px;
}

.vk-project-grid-item .vk-list-action-post li:first-child {
	padding-left: 0;
}

.vk-project-grid-item:hover .content-hidden {
	bottom: 0;
	opacity: 1;
}

.vk-page-project-grid .box-filter {
	padding-bottom: 60px;
}

@media (min-width:992px) {
	.vk-page-project-grid .box-filter {
		padding-bottom: 120px;
	}

}

@media (min-width:992px) {
	.vk-page-project-grid .vk-buttons {
		padding-top: 30px;
	}

}

.vk-page-project-grid .vk-buttons .vk-btn-readmore {
	padding: 0 15px;
}

.vk-page.single-portfolio {
	padding-top: 0;
}

@media (min-width:992px) {
	.vk-page.single-portfolio .vk-right-content {
		padding-right: 85px;
	}

}

.vk-page.single-portfolio .vk-left-content {
	padding-top: 15px;
}

@media (min-width:992px) {
	.vk-page.single-portfolio .vk-left-content {
		padding-top: 0;
	}

}

.vk-page.single-portfolio .vk-content-thumbnail {
	padding: 20px;
}

.vk-page.single-portfolio > .container {
	margin-top: 40px;
}

@media (min-width:992px) {
	.vk-page.single-portfolio > .container {
		margin-top: 100px;
	}

}

.vk-page.single-portfolio .vk-heading-box {
	margin-bottom: 50px;
}

.vk-page.single-portfolio .vk-text-strong {
	color: #434343;
}

.vk-page.single-portfolio .vk-social-share {
	font-size: 13px;
}

.vk-page.single-portfolio .vk-social-share label {
	color: #434343;
	margin-bottom: 0;
	padding-top: 4px;
}

.vk-page.single-portfolio .vk-social-share {
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
	display: inline-block;
	min-width: 300px;
}

.vk-page.single-portfolio .vk-text {
	margin-bottom: 15px;
}

@media (min-width:992px) {
	.vk-page.single-portfolio .vk-text {
		margin-bottom: 30px;
	}

}

.vk-slider-project .vk-arrow {
	position: absolute;
	z-index: 1;
	background-color: rgba(46, 56, 65, 0.25);
	height: 50px;
	width: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (min-width:992px) {
	.vk-slider-project .vk-arrow {
		height: 100px;
		width: 60px;
	}

}

.vk-slider-project .vk-arrow.next {
	right: 0;
}

.vk-slider-project .vk-arrow:hover {
	background-color: #434343;
}

.vk-slider-project .slider-for {
	margin-bottom: 10px;
}

@media (min-width:992px) {
	.vk-slider-project .slider-for {
		margin-bottom: 30px;
	}

}

.vk-slider-project .slider-nav {
	margin-left: -5px;
	margin-right: -5px;
}

@media (min-width:992px) {
	.vk-slider-project .slider-nav {
		margin-left: -15px;
		margin-right: -15px;
	}

}

.vk-slider-project .slider-nav .slick-slide {
	padding: 0 5px;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (min-width:992px) {
	.vk-slider-project .slider-nav .slick-slide {
		padding: 0 15px;
	}

}

.vk-slider-project .slider-nav .slick-slide.slick-current,
.vk-slider-project .slider-nav .slick-slide:hover,
.vk-slider-project .slider-nav .slick-slide:focus {
	opacity: 1;
}

.vk-content-single-project .vk-title {
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.vk-content-single-project .vk-title:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #f4f4f4;
}

.vk-content-single-project .info {
	padding-top: 50px;
}

.vk-content-single-project table tr th {
	font-weight: 500;
	color: #434343;
	padding: 8px 0;
}

.vk-content-single-project table tr td {
	padding-left: 20px;
}

.vk-single-project {
	padding: 60px 0;
}

@media (min-width:992px) {
	.vk-single-project {
		padding: 80px 0;
	}

}

.vk-single-portfolio-slider .vk-slider-item {
	padding: 0 10px;
}

.vk-page.single-portfolio-slider .vk-content-thumbnail {
	padding-left: 0;
	padding-right: 0;
}

/* SERVICE */
.vk-grid-style-1-item {
	position: relative;
	border: solid 5px #fff;
	margin: 20px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (min-width:992px) {
	.vk-grid-style-1-item {
		margin: 15px 0;
	}

}

.vk-grid-style-1-item img {
	width: 100%;
}

.vk-grid-style-1-item .vk-title {
	font-weight: 300;
	color: #fff;
	position: absolute;
	padding-bottom: 15px;
	top: 30px;
	left: 30px;
	right: 30px;
}

.vk-grid-style-1-item .vk-title span {
	font-weight: 700;
}

.vk-grid-style-1-item .vk-title:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.vk-grid-style-1-item:hover {
	border-color: #b0914f;
}

.vk-grid-style-1-item .vk-background-overlay {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);    /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);    /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);    /* IE6-9 */
}

.vk-page-service-2 footer,
.vk-page-service-2 .vk-banner {
	display: none;
}

.uni-page-service-2,
.vk-page-service-2 .page-service-2 {
	padding-top: 80px;
}

@media (min-width:992px) {
	.uni-page-service-2,
	.vk-page-service-2 .page-service-2 {
		padding-top: 210px;
		padding-bottom: 50px;
	}

}

.vk-page-service-2 .box-social-link {
	display: none;
	padding-top: 80px;
	padding-left: 50px;
}

.vk-onepage-service .section {
	padding-top: 40px;
	padding-bottom: 50px;
}

.vk-onepage-service .vk-page {
	padding-top: 0;
	padding-bottom: 120px;
}

.vk-onepage-service .vk-navbar-right-fixed {
	display: none;
}

@media (min-width:992px) {
	.vk-onepage-service .vk-navbar-right-fixed {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}

.vk-onepage-service .vk-footer {
	display: none;
}

.vk-one-page .box-social-link {
	position: fixed;
	z-index: 10;
	bottom: 50px;
	left: 0;
	padding-top: 70px;
	padding-left: 60px;
	opacity: 0.8;
	display: none;
}

@media (min-width:768px) {
	.vk-page-service-2 .box-social-link {
		display: block;
	}

	.vk-onepage-service .section {
		padding-top: 210px;
	}

	.vk-onepage-service .vk-grid-style-item .vk-btn-view-project {
		width: auto;
	}

	.vk-one-page .box-social-link {
		display: block;
	}

}

/* SHOP */
.vk-btn-addtocart {
	font-size: 13px;
}

.vk-btn-addtocart .vk-icon {
	font-size: 10px;
}

.vk-shop-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width:992px) {
	.vk-shop-item {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

.vk-shop-item .vk-brief {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 auto;
}

.vk-shop-item .vk-title {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.86;
	text-align: center;
	color: #333;
	font-weight: 700;
}

.vk-shop-item .vk-divider {
	border-color: #f0f0f0;
	margin-bottom: 15px;
}

.vk-shop-item .vk-price {
	font-weight: 600;
	float: left;
}

.vk-shop-item .vk-btn-addtocart {
	float: right;
	padding: 0;
	min-height: 0;
	color: #434343;
	background-color: transparent;
}

.vk-shop-item .vk-btn-addtocart:hover,
.vk-shop-item .vk-btn-addtocart:focus {
	color: #b0914f;
	background-color: transparent;
}

.vk-sort {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.vk-sort .result {
	font-weight: 600;
	float: left;
	padding-top: 0;
	margin-bottom: 15px;
}

.vk-page.shop .box-pagination {
	text-align: center;
	padding-top: 30px;
}

.vk-page.shop .vk-sidebar {
	padding-top: 60px;
}

@media (min-width:992px) {
	.vk-sort {
		margin-bottom: 30px;
	}

	.woocommerce .woocommerce-result-count,
	.vk-sort .result {
		padding-top: 8px;
		margin-bottom: 0;
	}

	.vk-sort .data-sort {
		width: 200px;
		float: right;
	}

	.vk-page.shop .left-content {
		float: right;
	}

	.vk-page.shop .right-content {
		float: left;
	}

	.vk-page.shop .vk-sidebar {
		padding-top: 0;
	}

}

.vk-table-shopcart .vk-quantity-calulator {
	display: inline-block;
	width: 44px;
}

.vk-table-shopcart .vk-quantity-calulator li:not(.number) {
	display: none;
}

.vk-table-shopcart .table-heading-row {
	color: #434343;
	text-transform: capitalize;
	border-bottom: 2px solid #434343;
}

.vk-table-shopcart .table-heading-row th {
	text-align: center;
	padding: 11px 0;
}

.vk-table-shopcart .table-data-row td {
	padding: 20px 0;
}

.vk-table-shopcart .table-data-row:not(:last-child) {
	border-bottom: solid 2px #f0f0f0;
}

.vk-table-shopcart .product {
	text-align: left;
}

.vk-table-shopcart .product .vk-img-frame {
	margin-bottom: 20px;
	width: 80px;
	height: 80px;
}

.vk-table-shopcart,
.vk-table-shopcart .vk-quantity-calulator li,
.vk-table-shopcart .product .vk-img-frame img {
	width: 100%;
}

.vk-table-shopcart .vk-btn.cancel {
	padding: 5px;
	color: #999999;
	font-size: 18px;
	background-color: transparent;
}

@media (min-width:768px) {
	.vk-table-shopcart .vk-quantity-calulator {
		width: 120px;
	}

	.vk-table-shopcart .vk-quantity-calulator li {
		width: 33.33333%;
	}

	.vk-table-shopcart .vk-quantity-calulator li:not(.number) {
		display: inline-block;
	}

	.vk-table-shopcart .product {
		text-align: center;
	}

	.vk-table-shopcart .product .vk-img-frame {
		float: left;
		margin: auto auto 0 0;
	}

	.vk-table-shopcart .product .vk-img-frame img {
		width: auto;
	}

	.vk-table-shopcart .product .name {
		float: left;
		padding-top: 30px;
		padding-left: 20px;
	}

	.vk-table-shopcart .vk-btn.cancel {
		float: right;
	}

}

.vk-table-shopcart .vk-btn.cancel:hover,
.vk-table-shopcart .vk-btn.cancel:focus {
	color: #de3737;
}

.vk-table-shopcart .vk-btn.btn-coupon {
	font-size: 14px;
	border-width: 1px;
}

.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code {
	font-weight: 400;
}

.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code,
.vk-table-shopcart .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: solid 2px #f0f0f0;
}

.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code:focus,
.vk-table-shopcart .form-control:focus {
	border-color: #b0914f;
}

.vk-table-shopcart .vk-list-quantity {
	display: inline-block;
}

.vk-table-shopcart-style-1 .total-price {
	display: block;
}

.vk-table-shopcart-style-1 td {
	text-align: center;
}

@media (min-width:768px) {
	.vk-table-shopcart .vk-list-quantity li {
		float: left;
	}

	.vk-table-shopcart .vk-list-quantity li + li {
		margin-top: 0;
		margin-left: -1px;
	}

	.vk-table-shopcart .vk-list-quantity .vk-btn,
	.vk-table-shopcart .vk-list-quantity input {
		height: 50px;
	}

	.vk-table-shopcart .vk-list-quantity .vk-btn {
		width: 50px;
	}

	.vk-table-shopcart .vk-list-quantity input {
		width: 80px;
	}

	.vk-table-shopcart-style-1 .total-price {
		display: inline-block;
		padding-top: 10px;
	}

	.vk-table-shopcart-style-1 .table-heading-row th:first-child {
		text-align: left;
		width: calc(500 / 1170 * 100%);
	}

}

.vk-table-shopcart-style-1 .button-cart .input-group {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

@media (min-width:992px) {
	.vk-table-shopcart-style-1 .button-cart .input-group {
		float: left;
		display: table;
		margin-bottom: 0;
		padding-right: 15px;
	}

}

.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code {
	padding: 0 15px;
	line-height: 30px;
}

.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code,
.vk-table-shopcart-style-1 .button-cart .form-control {
	margin-bottom: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	border-width: 1px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
	width: 1px;
}

@media (min-width:992px) {
	.vk-table-shopcart-style-1 .button-cart .form-control {
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
		width: 300px;
	}

	.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
		width: 300px;
	}

}

.vk-table-shopcart-style-1 .btn-coupon,
.vk-table-shopcart-style-1 .btn-update {
	float: left;
	width: 100%;
}

.vk-table-shopcart-style-1 .btn-coupon {
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.vk-table-shopcart-style-1 .btn-coupon,
	.vk-table-shopcart-style-1 .btn-update {
		width: auto;
	}

	.vk-table-shopcart-style-1 .btn-coupon {
		margin-bottom: 0;
	}

	.vk-table-shopcart-style-1 .btn-update {
		float: right;
	}

}

.vk-table-shopcart-style-2 .table-heading-row th {
	text-align: left;
	font-size: 18px;
}

.vk-table-shopcart-style-2 .table-data-row td:first-child {
	color: #434343;
	font-weight: 600;
	text-transform: capitalize;
}

@media (min-width:992px) {
	.vk-table-shopcart-style-2 .table-data-row td:first-child {
		width: calc(165 / 700 * 100%);
	}

}

.vk-table-shopcart-style-2 .btn-update {
	font-weight: 500;
	width: 100%;
	float: right;
	margin-top: 20px;
}

@media (min-width:768px) {
	.vk-table-shopcart-style-2 .btn-update {
		width: auto;
		margin-top: 0;
	}

}

.vk-table-shopcart-style-2 .vk-title {
	font-weight: 600;
	color: #434343;
	margin-bottom: 13px;
}

.vk-table-shopcart-style-2 .note {
	margin-bottom: 23px;
	font-weight: normal;
	color: #999999;
	text-transform: none;
}

@media (min-width:992px) {
	.vk-table-shopcart-style-2 .note {
		margin-bottom: 10px;
	}

}

.vk-table-shopcart-style-2 .vk-update-shipping .price {
	padding-left: 35px;
}

.vk-table-shopcart-style-2 .vk-update-shipping .shipping {
	float: left;
	padding-top: 10px;
}

.vk-table-shopcart-style-2 .form-control:focus {
	border-color: #b0914f;
}

.vk-table-shopcart-style-3 {
	font-weight: normal;
}

.vk-table-shopcart-style-3 .table-heading-row th {
	text-align: left;
	font-size: 18px;
}

.vk-table-shopcart-style-3 .table-data-row:not(:last-child) {
	border: none;
}

.vk-table-shopcart-style-3 .table-data-row td {
	display: block;
	min-height: 50px;
	border: none;
	padding: 10px 0;
}

.vk-table-shopcart-style-3 .table-data-row td:first-child {
	text-transform: capitalize;
	color: #434343;
}

.vk-table-shopcart-style-3 .table-data-row:nth-child(2) td:first-child {
	padding-top: 20px;
}

.vk-table-shopcart-style-3 label,
.vk-table-shopcart-style-3 .label {
	font-weight: inherit;
	margin-bottom: 0;
	color: inherit;
}

.vk-table-shopcart-style-3 .form-control {
	border: none;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 0;
}

.vk-table-shopcart-style-3 textarea {
	resize: vertical;
	height: 136px;
}

@media (min-width:992px) {
	.vk-table-shopcart-style-3 .table-data-row td {
		display: table-cell;
		padding: 20px 0;
	}

	.vk-table-shopcart-style-3 .table-data-row:last-child td:first-child {
		vertical-align: top;
	}

	.vk-table-shopcart-style-3 .table-data-row:nth-child(2) td:first-child {
		padding-top: 0;
	}

	.vk-table-shopcart-style-3 .table-data-row:nth-child(2) td {
		padding-top: 35px;
	}

	.vk-table-shopcart-style-3 .table-data-row.even td:first-child {
		padding-right: 10px;
	}

	.vk-table-shopcart-style-3 .table-data-row.even td:last-child {
		padding-right: 10px;
	}

	.vk-table-shopcart-style-3 textarea {
		height: 82px;
	}

}

.vk-table-shopcart-style-4 .table-heading-row th {
	text-align: left;
}

.vk-table-shopcart-style-4 .table-data-row:last-child {
	border-bottom: 2px solid #f0f0f0;
}

.vk-table-shopcart-style-4 .table-data-row td:first-child {
	text-transform: capitalize;
}

@media (min-width:992px) {
	.vk-table-shopcart-style-4 .table-data-row td:first-child {
		width: calc(400 / 570 * 100%);
	}

}

.vk-table-shopcart-style-4 .table-data-row:last-child {
	font-weight: 600;
	color: #b0914f;
}

.vk-table-shopcart-style-4 .table-data-row.fix {
	color: #434343;
}

.vk-table-shopcart-style-5 .table-heading-row th {
	text-align: left;
}

.vk-table-shopcart-style-5 label,
.vk-table-shopcart-style-5 .label,
.vk-table-shopcart-style-5 a {
	color: #434343;
	font-weight: 500;
}

.vk-table-shopcart-style-5 a:hover,
.vk-table-shopcart-style-5 a:focus {
	color: #b0914f;
}

.vk-table-shopcart-style-5 .pay {
	padding-bottom: 10px;
}

@media (min-width:992px) {
	.vk-table-shopcart-style-5 .pay li {
		float: left;
	}

	.vk-table-shopcart-style-5 .pay li:first-child,
	.vk-table-shopcart-style-5 .pay li:last-child {
		padding-top: 43px;
	}

	.vk-table-shopcart-style-5 .pay li + li {
		padding-left: 10px;
	}

}

.vk-checkbox input[type='checkbox'] {
	display: none;
}

.vk-checkbox label {
	font-size: 14px;
	color: #999999;
	position: relative;
	padding-left: 30px;
	font-weight: normal;
	padding-top: 3px;
}

.vk-checkbox label:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border: solid 1px #999999;
	top: 2px;
	left: 0;
}

.vk-checkbox input[type='checkbox']:checked + label:after {
	position: absolute;
	content: "\f00c";
	font-family: FontAwesome;
	left: 4px;
	top: 1px;
}

.vk-radio input[type='radio'] {
	display: none;
}

.vk-radio input[type='radio'] + label {
	padding-left: 30px;
	position: relative;
}

.vk-radio input[type='radio'] + label:before {
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #434343;
}

.vk-radio input[type='radio']:checked + label:after {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #434343;
	content: "";
}

.checkout-login .form-control {
	border: solid 2px #f0f0f0;
}

.checkout-login .form-control:focus {
	border-color: #b0914f;
}

.checkout-login .vk-wrapper {
	margin-bottom: 30px;
	padding: 20px;
	border: solid 2px #f0f0f0;
}

@media (min-width:992px) {
	.checkout-login .vk-wrapper {
		padding: 30px;
	}

}

.checkout-login .login-form .form-group {
	margin-bottom: 20px;
}

.checkout-login .login-form .vk-btn-login {
	width: 100%;
	margin-right: 25px;
}

@media (min-width:768px) {
	.checkout-login .login-form .form-group {
		width: 50%;
		float: left;
		padding-right: 15px;
	}

	.checkout-login .login-form .form-group + .form-group {
		padding-right: 0;
		padding-left: 15px;
	}

	.checkout-login .login-form .vk-btn-login {
		width: auto;
		min-width: 170px;
	}

}

@media (min-width:992px) {
	.checkout-login .login-form .vk-btn-login {
		float: left;
	}

}

.checkout-login .login-form .vk-buttons {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.checkout-login .login-form .remember .vk-checkbox {
	padding-top: 20px;
}

@media (min-width:768px) {
	.checkout-login .login-form .remember {
		float: left;
		width: 50%;
		padding-right: 15px;
	}

	.checkout-login .login-form .remember .vk-checkbox {
		padding-top: 10px;
	}

}

.checkout-login .login-form .lost-password {
	font-weight: 600;
	color: #434343;
	padding-top: 10px;
}

@media (min-width:768px) {
	.checkout-login .login-form .lost-password {
		float: left;
		width: 50%;
		padding-left: 15px;
	}

}

.vk-coupon-code-checkout {
	border: solid 2px #f0f0f0;
}

.vk-coupon-code-checkout .table-data-row td {
	padding: 20px;
}

@media (min-width:992px) {
	.vk-coupon-code-checkout .table-data-row td {
		padding: 30px;
	}

}

.vk-coupon-code-checkout .form-control {
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.vk-coupon-code-checkout .form-control {
		margin-bottom: 0;
		width: 50%;
		float: left;
		margin-right: 30px;
	}

}

.vk-coupon-code-checkout .btn-coupon {
	width: 100%;
}

@media (min-width:768px) {
	.vk-coupon-code-checkout .btn-coupon {
		min-width: 170px;
		width: auto;
	}

}

.vk-filler-create-account {
	padding-top: 50px;
}

.vk-filler-create-account .vk-checkbox {
	margin-bottom: 15px;
}

.vk-filler-create-account .filler-form {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.vk-filler-create-account .filler-form {
		margin-bottom: 25px;
	}

	.vk-filler-create-account .filler-form .form-group {
		width: 50%;
		float: left;
		padding-right: 10px;
		margin-bottom: 0;
	}

	.vk-filler-create-account .filler-form .form-group + .form-group {
		padding-right: 0;
		padding-left: 10px;
	}

}

.vk-filler-create-account .form-control {
	border: solid 2px #f0f0f0;
}

.vk-filler-create-account .form-control:focus {
	border-color: #b0914f;
}

.vk-shop-checkout-top .vk-alert {
	margin-bottom: 30px;
}

@media (min-width:992px) {
	.vk-shop-checkout-billing {
		padding-right: 70px;
	}

}

.vk-checkout-payment {
	margin-top: 60px;
}

.vk-payment {
	background-color: #f4f4f4;
	padding: 30px;
	margin-bottom: 30px;
}

.vk-payment .vk-divider {
	background-color: #7d7d7d;
}

.vk-payment .vk-radio {
	color: #434343;
	margin-bottom: 5px;
}

.vk-payment .vk-hint {
	margin-bottom: 25px;
	padding-left: 30px;
}

.vk-payment .vk-list-payment {
	margin-top: 30px;
	font-weight: 600;
}

.vk-payment .vk-list-payment li + li {
	margin-left: 30px;
}

@media (min-width:768px) {
	.vk-payment .vk-list-payment li + li {
		margin-left: 12px;
	}

}

.vk-payment .vk-list-payment li:not(:nth-child(2)) {
	padding-top: 18px;
}

.vk-your-order-wrapper .vk-heading {
	padding-top: 15px;
	margin-bottom: 15px;
}

.vk-slider-shop {
	margin-bottom: 40px;
}

@media (min-width:992px) {
	.vk-slider-shop {
		width: 55.55556%;
		float: left;
		padding-right: 15px;
		margin-bottom: 0;
	}

}

.vk-slider-shop .slider-for {
	margin-bottom: 10px;
}

.vk-slider-shop .slider-nav {
	margin-left: -5px;
	margin-right: -5px;
}

.vk-slider-shop .slider-nav .item {
	padding: 0 5px;
	cursor: pointer;
	outline: none;
}

.vk-product-info {
	margin-bottom: 50px;
}

@media (min-width:992px) {
	.vk-product-info {
		width: 44.44444%;
		float: left;
		padding-left: 15px;
		margin-bottom: 0;
	}

}

.vk-product-show {
	display: inline-block;
	width: 100%;
}

.vk-product-description {
	margin-bottom: 50px;
}

@media (min-width:992px) {
	.vk-product-description {
		margin-bottom: 100px;
	}

}

.vk-product-info .vk-title {
	margin-bottom: 20px;
}

.vk-product-info .vk-price {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	float: left;
	margin-right: 40px;
}

.vk-product-info .vk-rate {
	padding-top: 7px;
}

.vk-product-info .vk-rate .fa {
	color: #b0914f;
}

.vk-product-info .vk-meta-price-rate {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.summary .vk-status,
.vk-product-info .vk-status {
	font-weight: 700;
	color: #434343;
	margin-bottom: 20px;
}

.summary .vk-status span,
.vk-product-info .vk-status span {
	padding-left: 40px;
}

.summary form.cart {
	padding-bottom: 25px;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #f0f0f0;
}

.summary .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

.summary .woocommerce-product-details__short-description,
.vk-product-info .vk-intro {
	margin-bottom: 25px;
}

.vk-product-info .vk-info span {
	color: #434343;
	font-weight: 700;
}

.vk-product-info .vk-info p {
	margin-bottom: 3px;
}

.vk-product-info .vk-share {
	font-size: 18px;
	color: #434343;
	margin-top: 30px;
}

.vk-product-info .vk-share ul li a {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: solid 2px #434343;
}

.vk-product-info .vk-share ul li a:hover,
.vk-product-info .vk-share ul li a:focus {
	border-color: #b0914f;
}

.vk-quantity-calulator {
	border: solid 2px #f0f0f0;
	width: 120px;
}

.vk-quantity-calulator .cal-item {
	min-height: 40px;
	padding: 10px 13px;
	outline: none;
	background-color: transparent;
	border: none;
	color: #999999;
	font-size: 10px;
}

.vk-quantity-calulator .val-quantity {
	font-size: 18px;
	font-weight: 700;
	color: #434343;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.vk-quantity-calulator li {
	width: 33.33333%;
}

.add-to-cart {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.add-to-cart .vk-quantity-calulator {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.vk-related-product .vk-heading {
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.vk-related-product .vk-heading {
		margin-bottom: 30px;
	}

}

/* SIDEBAR */
.widget.widget_recent_entries ul,
.widget.widget_meta ul {
	padding-left: 0;
}

.woocommerce-widget-layered-nav li span {
	float: right;
}

.woocommerce-widget-layered-nav li {
	padding: 5px 0 !important;
}

.woocommerce-widget-layered-nav .select2 li {
	padding: 0 8px !important;
	border-bottom: none;
	font-size: 0.9rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 3px;
	margin-right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 2px solid #f0f0f0 !important;
	font-weight: normal;
	padding-left: 10px;
}

.select2-dropdown {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: #ddd !important;
}

.select2-container--default .select2-selection--single {
	position: relative;
	padding-left: 10px;
	height: 40px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border-color: #EAEAEA !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px !important;
	top: 0 !important;
	right: 10px !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #b0914f;
}

.woocommerce-MyAccount-content .woocommerce-Address {
	padding-left: 0;
}

.woocommerce-account header.title h3 {
	font-size: 1.5rem;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper {
	padding: 15px 30px 30px 30px;
}

.widget_shopping_cart_content .buttons a,
.btn,
input[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-style: solid;
}

.widget_shopping_cart a.wcppec-cart-widget-button {
	margin-top: 15px;
}

.widget_archive ul {
	display: inline-block;
	width: 100%;
}

.widget_categories ul li,
.widget_archive ul li {
	clear: both;
	display: block;
	text-align: right;
}

.widget_pages ul.children a,
.widget_categories ul.children a {
	font-size: 0.8rem;
}

.widget_categories ul li.cat-item-none,
.widget_archive ul li.cat-item-none {
	text-align: left;
}

.widget_categories ul li a,
.widget_archive ul li a {
	float: left;
	text-align: left;
	max-width: 85%;
}

.woocommerce-widget-layered-nav li,
.widget.widget_recent_entries li,
.widget.widget_meta li {
	list-style: none;
	padding: 8px 0;
}

.woocommerce-widget-layered-nav li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_meta li:last-child {
	border-bottom: none;
}

.widget_product_categories a,
.widget_pages a {
	display: inline-block;
}

.woocommerce-MyAccount-navigation ul li,
.widget_product_categories li,
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_nav_menu li {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	list-style-type: none;
	letter-spacing: 1px;
}

.woocommerce-MyAccount-navigation ul li > a:before {
	display: inline-block;
	margin-right: 10px;
	content: "\f105";
	font-family: FontAwesome;
}

.woocommerce-MyAccount-navigation ul li > a,
.widget_product_categories li > a,
.widget.widget_archive li > a,
.widget.widget_categories li > a,
.widget.widget_pages li > a,
.main-footer .widget.widget_nav_menu li > a {
	-webkit-transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	will-change: transform, opacity;
}

.woocommerce-MyAccount-navigation ul li:hover > a,
.widget_product_categories li:hover > a,
.widget.widget_archive li:hover > a,
.widget.widget_categories li:hover > a,
.widget.widget_pages li:hover > a,
.main-footer .widget.widget_nav_menu li:hover > a {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}



.widget.widget_product_categories li > a:before,
.widget.widget_archive li > a:before,
.widget.widget_categories li > a:before,
.widget.widget_pages li > a:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
}

.widget.widget_product_categories > ul,
.widget.widget_archive > ul,
.widget.widget_categories > ul,
.widget.widget_pages > ul {
	padding-left: 0;
}

.widget.widget_product_categories li ul li,
.widget.widget_archive li ul li,
.widget.widget_categories li ul li,
.widget.widget_pages li ul li,
.widget.widget_nav_menu li ul li {
	list-style-type: none;
	text-transform: capitalize;
	font-size: 0.9rem;
}

.blog-content p a {
	border-bottom: 1px solid #b0914f;
}

.main-footer section.widget {
	margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul,
.widget.widget_nav_menu > div > ul {
	padding-left: 0;
}

.widget.widget_nav_menu ul .icon-has-children {
	display: inline-block;
	padding: 10px 0;
	width: 25px;
	line-height: 20px;
	text-align: right;
	cursor: pointer;
}

.widget.widget_nav_menu ul {
	padding-left: 12px;
}

.vk-events-item-btn a:after {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
	line-height: 10px;
}

.vk-events-item-btn a:hover:after {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	transform: translateX(3px);
}

.widget.widget_nav_menu .menu-item-has-children > .fnavi {
	float: left;
	width: calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: -webkit-calc(100% - 25px);
}

.widget.widget_nav_menu ul.sub-menu {
	display: none;
	clear: both;
	margin-left: 0;
}

.widget_recent_entries a,
.widget_sparta_recent_posts .widget-lst-info a {
	display: inline-block;
	padding: 10px 0;
	width: 100%;
	line-height: 1.6;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #333;
	font-size: 0.9rem;
	font-weight: 700;
}

.widget_recent_entries span.post-date:before,
.widget_sparta_recent_posts .widget-lst-info time:before {
	content: "\f073";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #b0914f;
}

.widget_recent_entries span.post-date,
.widget_sparta_recent_posts .widget-lst-info time {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
}

.woocommerce-MyAccount-navigation ul li,
.widget.widget_nav_menu li {
	clear: both;
	display: inline-block;
	width: 100%;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.woocommerce-MyAccount-navigation ul li a,
.widget.widget_nav_menu  li  a {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	line-height: 20px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25%;
}

.edit-account fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-content fieldset {
	margin-top: 45px;
}

.widget.widget_nav_menu ul.sub-menu li a,
.widget.widget_nav_menu ul.sub-menu li span {
	text-transform: capitalize;
}

.woocommerce-MyAccount-content p {
	padding: 0 !important;
}

.woocommerce-EditAccountForm button[type="submit"] {
	margin-top: 20px;
	min-height: 44px;
	text-transform: uppercase;
	font-size: 0.8rem !important;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
}

.widget.widget_nav_menu .widget-title {
	margin-bottom: 15px;
}

.widget.widget_nav_menu .menu-item-has-children.active-submenu > a,
.widget.widget_nav_menu .menu-item-has-children.active-submenu > span {
	color: #b0914f;
}

.widget.widget_nav_menu > div > ul > li:last-child {
	border-bottom: none;
}

.vk-footer .widget.widget_nav_menu > div > ul > li {
	border-bottom: none;
}

.vk-footer .widget.widget_nav_menu > div > ul > li:first-child a {
	padding-top: 0;
}

.contact-info-des {
	margin-top: 35px;
}

.vk-footer .widget.widget_nav_menu > div > ul > li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget.widget_nav_menu .menu-item-has-children.active-submenu > .icon-has-children:before {
	content: "\f106";
}

.vk-sidebar .widget .widget-title {
	border-bottom: 1px solid #f0f0f0;
}

.widget .widget-title,
.vk-sidebar .vk-heading {
	position: relative;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
	color: #333333;
	margin: 0 0 30px 0;
	padding-bottom: 25px;
}

.newsletter-input-group {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.newsletter-input-group .vk-btn {
	position: absolute;
	right: 1px;
	top: 0;
	background: transparent;
	color: #000;
	height: 100%;
	border: none;
	padding-right: 10px;
}

.newsletter-input-group .vk-btn:focus {
	outline: none;
}

.newsletter-input-group .vk-btn:before {
	content: none;
}

.newsletter-input-group .vk-btn:hover i {
	color: #b0914f;
	background: transparent;
}

.widget.vk-box.widget_nav_menu > h3.widget-title + div.menu-all-pages-container,
.woocommerce-widget-layered-nav > h3.widget-title + ul,
.widget_product_categories > h3.widget-title + ul,
.widget.widget_archive > h3.widget-title + ul,
.widget.widget_pages > h3.widget-title + ul,
.widget.widget_meta > h3.widget-title + ul,
.widget.widget_recent_comments > h3.widget-title + ul,
.widget_recent_entries > h3.widget-title + ul,
.widget.widget_categories > h3.widget-title + ul {
	margin-top: -13px;
}

.vk-sidebar .widget .product_list_widget > li:last-child {
	padding-bottom: 0;
}

.vk-sidebar .widget > h3.widget-title + div.calendar_wrap {
	margin-top: -9px;
}

.vk-sidebar .vk-box {
	margin-bottom: 30px;
	padding: 30px;
}

.widget select {
	font-size: 0.8rem;
}

.widget .calendar_wrap table {
	margin-bottom: 0;
}

.widget.vk-box.widget_pages,
.widget.vk-box.widget_categories {
	padding-bottom: 45px;
}

.vk-sidebar >  .vk-box:first-child > .widget-title {
	padding-top: 0;
}

.widget ul,
.vk-list-category {
	padding-left: 15px;
	margin-bottom: 0;
}

.vk-list-category li a {
	display: block;
	padding: 5px 0;
}

@media (min-width:992px) {
	.vk-list-sidebar-portfolio {
		margin-bottom: 0;
	}

}

.vk-list-sidebar-portfolio li {
	padding: 28px 0;
	border-bottom: 1px solid #f0f0f0;
}

.vk-list-sidebar-portfolio li:last-child {
	border-bottom: none;
}

@media (min-width:992px) {
	.vk-list-sidebar-portfolio li:last-child {
		border-bottom: 1px solid #f0f0f0;
	}

}

.vk-list-sidebar-portfolio .vk-title {
	text-transform: uppercase;
	color: #434343;
	font-weight: 700;
}

.vk-list-sidebar-portfolio .vk-content-item {
	padding-top: 10px;
	text-transform: capitalize;
}

.vk-list-tag {
	text-transform: capitalize;
}

.vk-list-tag a {
	display: inline-block;
	padding: 8px 17px;
	margin-right: 6px;
	margin-bottom: 10px;
	background-color: #f4f4f4;
}

.vk-list-tag a:hover,
.vk-list-tag a:focus {
	background-color: #b0914f;
	color: #fff;
}

.vk-list-tag.inverse a {
	background-color: #4a4a4a;
}

.vk-list-tag.inverse a:hover,
.vk-list-tag.inverse a:focus {
	background-color: #b0914f;
}

.vk-list-recent-post .vk-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.57;
	color: #434343;
	padding-top: 15px;
}

.vk-list-recent-post .published-date {
	font-weight: 600;
}

.vk-list-recent-post .item + .item {
	padding-top: 30px;
}

.vk-bar-search .search-form {
	position: relative;
}

.vk-bar-search .search-form .form-control {
	padding-right: 65px;
	padding-left: 30px;
}

.vk-bar-search .search-form .form-control:focus {
	border-color: #b0914f;
}

.vk-bar-search .search-form .vk-btn-search {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	color: #999999;
	font-size: 15px;
	padding: 9px 15px;
}

.vk-bar-search .search-form .vk-btn-search:hover {
	color: #b0914f;
}

.vk-price-range {
	float: left;
	width: 100%;
}

.vk-price-range .ui-slider {
	margin-bottom: 27px;
}

.vk-price-range .ui-widget.ui-widget-content {
	border: none;
	background-color: #f4f4f4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 3px;
}

.vk-price-range .ui-widget-header {
	background-color: #b0914f;
	height: 3px;
}

.vk-price-range .ui-slider-handle {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #b0914f;
	width: 5px;
	height: 15px;
	margin-left: 0;
	top: -5px;
	cursor: pointer;
	outline: none;
}

.vk-price-range .price-show {
	width: calc(100% * 2 / 3);
	float: left;
	position: relative;
	font-weight: 500;
}

.vk-price-range .price-show input {
	height: 36px;
	border: 1px solid #f4f4f4;
	padding-left: 25px;
	padding-right: 10px;
	width: 100%;
}

.vk-price-range .price-show .unit {
	position: absolute;
	top: 8px;
	color: #434343;
}

.vk-price-range .price-show .input-group {
	position: relative;
	width: 50%;
	float: left;
	padding-right: 10px;
}

.vk-price-range .price-show .input-group .unit {
	left: 10px;
}

.vk-price-range .price-show .input-group ~ .input-group {
	padding-right: 0;
	padding-left: 10px;
}

.vk-price-range .price-show .input-group ~ .input-group .unit {
	left: 25px;
}

.vk-price-range .price-show .divider {
	position: absolute;
	font-size: 19px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.vk-price-range .vk-buttons {
	width: calc(100% * 1 / 3);
	padding-left: 10px;
	float: left;
}

.vk-price-range .vk-buttons .vk-btn {
	width: 100%;
	font-weight: 700;
	padding-left: 10px;
	padding-right: 10px;
}

.vk-filter-slide {
	display: inline-block;
}

.vk-best-seller-item {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}

.vk-best-seller-item .vk-img-frame {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 18px;
}

.vk-best-seller-item .vk-brief {
	font-weight: 600;
}

.vk-best-seller-item .vk-title {
	color: #434343;
	text-transform: capitalize;
	padding-bottom: 15px;
}

.left-sidebar .prod-content {
	order: 2;
}

.left-sidebar .prod-sidebar {
	order: 1;
}

.vk-sidebar-shop .vk-heading {
	margin-bottom: 30px;
}

@media (min-width:992px) {
	.left-sidebar .col-md-4 .vk-sidebar-blog {
		padding-right: 60px;
		padding-left: 0;
	}

	.col-md-4 .vk-sidebar-blog {
		padding-left: 60px;
	}

	.vk-sidebar-shop .vk-heading {
		margin-bottom: 37px;
	}

}

.vk-sidebar-shop .vk-list-best-seller {
	margin-top: -10px;
}

.vk-sidebar-shop .vk-list-category {
	padding-left: 18px;
	margin-bottom: 0;
}

.vk-sidebar-shop .vk-list-category li a {
	position: relative;
	padding-right: 30px;
}

.vk-sidebar-shop .vk-list-category .cate-count {
	position: absolute;
	top: 5px;
	right: 0;
}

.vk-sidebar-shop .vk-box:last-child {
	padding-bottom: 0;
}

/* FOOTER */
.vk-list-social-footer {
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 16px;
	z-index: 1;
	background: #fff;
}

.vk-coming-soon-content .vk-list-social-footer {
	background: transparent;
}

.box-social-link .vk-list > li:first-child {
	padding-left: 0;
}

.vk-list-social-footer li a {
	padding: 0 10px;
}

.vk-list-social-footer li:first-child a {
	padding-left: 0;
}

.vk-list-social-footer li:last-child a {
	padding-right: 0;
}

.vk-list-brand {
	display: inline-block;
	vertical-align: top;
}

.main-footer {
	padding: 60px 0;
}

@media (min-width:992px) {
	.main-footer {
		padding: 80px 0;
	}

}

.vk-footer .main-footer .widget {
	text-align: left;
}

.vk-footer-style-1 .content {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 60px 0;
}

.vk-footer-style-1 .content * {
	position: relative;
}

.logo-header .logo-df,
.logo-footer .logo-df {
	width: 163px;
}

footer.vk-footer {
	padding-bottom: 30px;
}

.vk-footer-mid {
	margin-bottom: 60px;
	padding: 35px 0;
	border: 1px solid #4a4a4a;
	border-left: none;
	border-right: none;
	text-align: center;
}

.vk-footer-mid p {
	margin-bottom: 0;
}

.footer-bottom .widget_media_image img {
	margin: 0 auto 40px auto;
}

.pdb60 {
	padding-bottom: 60px;
}

ul.sparta-slider {
	padding: 0;
	margin: 0;
}

.meta-htrans .vk-page {
	padding-top: 0;
}

/*main*/

/*.wpb_row.vc_row-has-fill > .row,
.wpb_row.vc_row-no-padding > .row {
margin: 0;
}*/
.wpb_row.vc_row-no-padding > .row {
	margin-right: 0;
	margin-left: 0;
}

.wpb_row.vc_row-no-padding > .row > .wpb_column {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-pdt0 .vk-page {
	padding-top: 0;
}

.page-pdb0 .vk-page {
	padding-bottom: 0;
}

a:focus {
	outline: none;
}

/* theme unit */
.widget_calendar caption {
	font-weight: 400;
	letter-spacing: .2px;
	font-size: 1rem;
	padding-top: 10px;
	padding-bottom: 0;
}

.widget_calendar thead th {
	padding: 0.25rem;
	color: black;
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border: none;
}

.widget_calendar thead tr {
	border-bottom: none;
}

.widget_calendar tbody td {
	position: relative;
	border: none;
}

.widget_calendar tbody td:hover {
	background: #b0914f;
	color: #fff;
}

.widget_calendar tbody td.pad:hover {
	background: transparent;
}

.widget_calendar tbody td#today:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	width: 0;
	height: 0;
	border-top: 10px solid #b0914f;
	border-left: 10px solid transparent;
}

.widget_calendar tbody td#today:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #999;
}

.widget_calendar tbody td#today {
	font-weight: 700;
	color: #333;
}

.widget_calendar tbody td#today:hover a {
	color: #fff;
}

.widget_calendar tbody td#today:hover:before {
	border-color: #b0914f;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	color: #686868;
}

.widget_recent_comments li,
.widget_recent_entries li {
	font-size: 1rem;
}

.widget.widget_recent_comments ul li {
	list-style: none;
	list-style-type: none;
}

.widget_recent_comments ul#recentcomments {
	padding-left: 0;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer,
.color-primary {
	color: #b0914f;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	text-transform: none;
}

blockquote cite br,
blockquote small br {
	display: none;
}

.vk-content {
	word-wrap: break-word;
}

.entry-content table,
.post-entry table,
.widget table {
	width: 100%;
	margin-bottom: 22px;
	border-collapse: collapse;
}

.widget table {
	table-layout: fixed;
}

.entry-content tbody tr td:first-child,
.entry-content th,
.post-entry th {
	font-weight: 700;
}

.entry-content td,
.entry-content th,
.post-entry td,
.post-entry th,
.widget td,
.widget th {
	padding: 12px;
	border-bottom: 1px #e9e9e9 solid;
}

.sparta-more-link {
	padding: 0;
	background-color: transparent;
	font-size: 14px;
	line-height: 1.88;
	color: #b0914f;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.sparta-more-link:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
	line-height: 9px;
}

.sparta-more-link:hover {
	color: #333;
}

.sparta-more-link:hover:after {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	transform: translateX(3px);
}

.post-password-form input[type="password"] {
	width: 100%;
	border: 2px solid #f0f0f0;
}

.post-password-form input[type="submit"] {
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	min-height: 44px;
}

@media screen and  (min-width:481px) {
	.page article.page {
		background: #fff;
		padding: 40px;
	}

}

.woocommerce-cart.page article.page {
	padding: 0;
}

.woocommerce-checkout.page article.page,
.vc_mobile .page article.page,
.vc_desktop .page article.page {
	padding: 0;
	background: transparent;
}

.page #comments {
	margin-top: 30px;
}

.home.blog .site-main > article:first-child {
	padding-top: 0;
}

.format-quote blockquote cite a {
	color: #b0914f;
}

.format-status .post-entry {
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 25px;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
}

.format-status .post-entry p {
	font-size: 18px;
}

.format-status .post-entry:before {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 1px;
	content: "";
	background: url("../images/dotted-line.png") repeat-y left bottom;
	background-size: 4px 4px;
}

.format-status .post-entry p:first-child:before {
	position: absolute;
	left: 4px;
	width: 13px;
	margin-top: 5px;
	content: "";
	height: 3px;
	background-color: rgba(0, 0, 0, 0.65);
}

.blog .format-audio .post-entry {
	position: relative;
	padding-left: 80px;
}

.blog .format-audio .post-entry:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f028";
	font-family: "fontawesome";
	transform: translate(0, -50%);
	font-size: 48px;
}

.format-chat .post-entry p {
	margin-bottom: 0;
	padding: 8px 0;
	border-bottom: 1px dotted #7d7d7d;
}

.format-chat .post-entry p:last-child {
	border-bottom: none;
}

article.format-image .wp-caption a {
	display: block;
	position: relative;
}

article.format-image .wp-caption a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: url("../images/image-linked.png") no-repeat center center transparent;
}

.univer-entry-thumb {
	margin-bottom: 30px;
}

address {
	margin: 0 0 24px;
	font-style: italic;
}

article .entry-header .entry-title a {
	margin-bottom: 15px;
	font-size: 24px;
}

article .entry-header .entry-meta i {
	margin-right: 3px;
}

article .entry-header .entry-meta .byline,
article .entry-header .entry-meta .posted-on,
article .entry-header .entry-meta .comments-link {
	margin-right: 15px;
}

article.sticky .entry-header .entry-title:before {
	margin-right: 15px;
	font-size: 20px;
}

article.tag-sticky-2,
article.sticky {
	position: relative;
}

article.tag-sticky-2 .vk-blog-list-item,
article.sticky .vk-blog-list-item {
	border: solid 1px #b0914f;
}

article.tag-sticky-2 .vk-blog-list-item .vk-divider,
article.sticky .vk-blog-list-item .vk-divider {
	border-color: rgba(175, 145, 79, 0.5);
}

article.tag-sticky-2 .brief-content .vk-title,
article.sticky .brief-content .vk-title {
	position: relative;
	padding-left: 47px;
}

article.tag-sticky-2 .brief-content .vk-title:before,
article.sticky .brief-content .vk-title:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 35px;
	height: 35px;
	content: "\e6de";
	font-family: themify;
	color: #b0914f;
	font-size: 40px;
	z-index: 2;
	text-align: center;
	line-height: 33px;
}

article.sticky .post-entry ul li {
	list-style: disc;
}

article .post-thumbnail {
	margin-bottom: 21px;
}

article .post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.entry-meta span.tags-links a {
	padding: 0 5px;
	border: 1px solid;
}

.tags-links a:before {
	content: none;
}

.entry-meta span.tags-links:hover a,
.entry-meta span.categories-links:hover a {
	color: #999;
}

.entry-meta span.tags-links:hover a:hover,
.entry-meta span.categories-links:hover a:hover {
	color: #b0914f;
}

article table {
	margin: 20px 0;
	width: 100%;
}

table > thead > tr {
	color: #434343;
	text-transform: capitalize;
	border-bottom: 2px solid #434343;
}

article table thead {
	border-color: #eee;
}

article table thead tr th,
article table tbody tr th {
	padding: 10px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
	position: relative;
	padding-left: 20px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent input {
	position: absolute;
	left: 0;
}

.comments-area .comment-form p.comment-form-cookies-consent input,
.woocommerce #review_form #respond p.comment-form-cookies-consent input {
	width: auto !important;
}

.comment-form .comment-form-cookies-consent label {
	text-transform: unset;
	font-weight: normal;
}

.comment-form .comment-form-cookies-consent > input {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

article .entry-content img {
	max-width: 100%;
	height: auto;
}

blockquote:before {
	content: "“";
	font-size: 60px;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 44px;
	height: 44px;
	padding: 5px;
	background: #b0914f !important;
	color: #fff;
	position: absolute;
	left: 30px;
	top: -20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 52px;
}

.wp-block-pullquote cite {
	color: #b0914f;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote::before {
	background-color: #abb8c3;
}

blockquote p {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

blockquote cite {
	padding-top: 15px;
}

blockquote cite,
blockquote small {
	display: block;
	font-size: 1rem;
	line-height: 1.75;
	font-style: normal;
	font-weight: 700;
	color: #b0914f;
}

.wp-block-quote {
	border-left: none;
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align:right"] {
	border-right: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

.wp-block-pullquote blockquote {
	border-left: 0;
}

.wp-block-media-text {
	margin-bottom: 1.75em;
}

.wp-block-separator {
	border: none;
	background: #b0914f;
}

.entry-content .wp-block-table tr td {
	border-bottom-color: #7b7b7b;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

.wp-block-separator.is-style-dots {
	background: none;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}

.wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}

.wp-block-gallery.alignnone {
	display: flex;
}

pre.wp-block-verse,
.wp-block-preformatted {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	margin-bottom: 0;
	padding: 0 10px 0 0;
	text-align: left;
}

@media screen and (min-width:30em) {

	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

}

@media screen and (min-width:48em) {

	/* Gallery Columns */
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-thumbnail,
img.attachment-medium,
img.attachment-large,
img.attachment-full {
	display: block;
	max-width: 100%;
	height: auto;
}

.post_format-post-format-gallery .gallery-item .gallery-caption {
	padding: 10px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	margin-top: 10px;
	margin-bottom: 0;
	color: #999;
	font-size: 0.8rem;
	font-weight: 400;
}

.wp-caption .wp-caption-text a,
.entry-caption a,
.gallery-caption a {
	color: #666;
}

.entry-meta > span a {
	display: inline-block;
	margin-bottom: 5px;
}

.entry-meta > span a:focus {
	outline: none;
}

/* monster widget */
.search .search-form,
.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
	position: relative;
}

.widget_product_search .woocommerce-product-search input,
.search  .page-content .search-form label,
.search  .page-content .search-form label input,
.widget_search .search-form label,
.widget_search .search-form label input {
	width: 100%;
	margin-bottom: 0;
}

.widget_product_search .woocommerce-product-search input,
.search .page-content .search-form label input,
.widget_search .search-form label input {
	min-height: 40px;
	border: 1px solid #ccc;
	font-weight: normal;
	line-height: 20px;
	background-color: #fff;
	color: #555;
	padding: 6px 16px;
	font-size: 0.8rem;
}

.widget_product_search .woocommerce-product-search:after,
.search .page-content .search-form:after,
.widget_search .search-form:after {
	position: absolute;
	top: 6px;
	right: 15px;
	font-family: FontAwesome;
	content: '\f002';
	color: #555;
	font-size: 15px;
	pointer-events: none;
}

.widget_product_search .woocommerce-product-search input:focus,
.search .page-content .search-form label input:focus,
.widget_search .search-form label input:focus {
	border-color: #b0914f;
	outline: none;
}

.search .page-content .search-form .search-submit:focus,
.widget_search .search-form .search-submit:focus {
	outline: none;
}

.search .page-content .search-form .search-submit,
.widget_search .search-form .search-submit {
	position: absolute;
	top: 1px;
	right: 1px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 0;
}

.search .page-content .search-form .search-submit,
.search .page-content .search-form label input {
	padding-left: 10px;
}

.search .page-content .search-form .search-submit {
	height: 35px;
	padding: 0 15px;
}

.widget_product_search .woocommerce-product-search button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 44px;
	min-height: 44px;
	border: none;
	font-size: 0;
	background: transparent;
}

.widget_product_search .woocommerce-product-search button:focus {
	outline: none;
}

#recentcomments {
	margin-bottom: 0;
}

#recentcomments li:first-child {
	padding-top: 0;
}

#recentcomments li {
	padding: 8px 0;
	border-bottom: 1px solid #eeeeee;
}

#recentcomments li:last-child {
	border-bottom: none;
}

#recentcomments li .comment-author-link {
	font-weight: normal;
}

.widget_recent_comments .comment-author-link {
	text-transform: capitalize;
}

#recentcomments li a {
	color: #333;
}

#recentcomments li .comment-author-link a {
	color: #999;
	text-transform: uppercase;
	font-size: 0.75rem;
}

#recentcomments li .comment-author-link a:hover {
	color: #b0914f;
}

.sidebar h2.widget-title a.rsswidget {
	color: #fff;
}

ul li a.rsswidget {
	font-weight: 700;
}

.widget_rss ul li {
	border-bottom: 1px solid #e1e1e1;
}

.widget_rss ul li:last-child {
	border-bottom: none;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	height: auto;
	width: auto;
}

.wp-caption {
	background: #fff;
	max-width: 100%;
	text-align: center;
}

.widget_archive select {
	font-size: 0.8rem;
}

.widget_archive select,
#cat {
	display: block;
	margin: 20px 0 0;
}

.alignnone {
	float: none;
	clear: both;
	display: block;
	margin: 0 0 30px 0;
}

#activity-filter-select select,
aside select {
	padding: 5px 0;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.site-footer .widget.widget_nav_menu ul li {
	margin-bottom: 9px;
}

.site-footer .widget ul li,
.sidebar .widget ul li {
	list-style: none;
}

.sidebar .widget > ul > li:first-child {
	padding-top: 0;
}

.sidebar .widget > ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.sparta-social-link-widget ul,
.sidebar-archive-bottom ul,
.site-footer .widget ul,
.sidebar ul {
	padding-left: 0;
}

.sidebar-archive-top .widget_archive.widget ul li a,
.sidebar-archive-top .widget_categories ul li a,
.sidebar-archive-top .widget_meta ul li a,
.sidebar .widget ul li a {
	display: inline-block;
}

.widget ul li .widget-lst-thumb a {
	padding: 0;
}

.widget ul li a:focus {
	outline: none;
}

.sidebar .widget ul li a.widget-lst-title {
	padding-top: 0;
	padding-bottom: 5px;
}

.sidebar .widget ul li .widget-lst-date {
	color: #999;
}

.sidebar ul li a {
	color: #444;
}

.sidebar .widget a:hover {
	color: #b0914f;
}

/*woo*/
.vk-page.shop .vk-shop-item {
	padding-top: 0;
	padding-bottom: 25px;
	background: #fff;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.woocommerce .shop-list ul.products li.product,
.woocommerce-page .shop-list ul.products li.product{
    width: 100%;
    margin: 0 0 30px 0;
}
.woocommerce .shop-list ul.products li.product .star-rating{
	margin: 0;
}
.shop-list .loop-action{
	opacity: 1;
    position: static;
    text-align: left;
}
.shop-list  .loop-action a.button{
   padding: 6px 15px !important;
}
.woocommerce .shop-list ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.3em;
}
.shop-list .loop-action a.button{
	width: auto;
}
.shop-list .vk-shop-item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.vk-page.shop.shop-list .vk-shop-item{
	padding: 15px;
}
.shop-list .sparta-img-frame{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	position: relative;
    width: 100%;
}
.shop-list .vk-shop-item .vk-title{
	text-align: left;
}
.shop-list .sparta-product-info{
-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;  
  padding-left: 30px;
}
.shop-list .sparta-product-excerpt{
	margin-bottom: 15px;
}
@media (max-width: 767px){
	.shop-list .sparta-img-frame,
	.shop-list .sparta-product-info{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;   
	}
	.shop-list .sparta-img-frame img{
		margin-bottom: 5px;
	}
	.shop-list .sparta-product-info{
  		padding-left: 0;
	}
}
.vk-page.shop ul.products {
	padding-top: 15px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	width: 100%;
	min-height: 44px;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
}

.woocommerce-privacy-policy-text {
	margin-top: 1.75em;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 30px;
	background: #fff;
	border-bottom: none;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.57;
	text-align: left;
	color: #333333;
}

#customer_details .col-1 {
	padding-left: 0;
}

#customer_details .col-2 {
	padding-right: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

.woocommerce .woocommerce-result-count {
	font-size: 1rem;
}

a.showlogin,
a.showcoupon {
	color: #b0914f;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	text-align: left;
}

.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px double #ebe9eb;
}

.woocommerce.widget_shopping_cart .total {
	padding-top: 10px;
}

.widget_shopping_cart_content p.woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}

.wc-tab.panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul.products li.product .price del,
.woocommerce ul.products li.product .price del {
	margin-right: 3px;
}

.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin: 0;
}

div.product form.cart.grouped_form .quantity input[type="number"] {
	width: 35px;
}

div.product form.cart.grouped_form .quantity .button.btn-qty {
	padding: 10px;
}

div.product form.cart.grouped_form td {
	text-align: left;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
	padding: 3px 10px;
	font-size: 0.8rem;
	letter-spacing: 1.5px;
}

.woocommerce-checkout-review-order .wc_payment_methods .woocommerce-info {
	padding-left: 30px;
}

.woocommerce-checkout-review-order .wc_payment_methods .woocommerce-info:before {
	top: 1rem;
	left: 0;
}

.woocommerce ins {
	background: transparent;
	font-weight: 700;
	color: #333;
}

.woocommerce .woocommerce-cart-form table.shop_table {
	background: #fff;
	padding: 15px 30px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	background: #fff;
	padding: 15px 30px 0;
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
}

.woocommerce ul.product_list_widget li {
	padding-top: 0;
	padding-bottom: 15px;
	padding-left: 0 !important;
}

.woocommerce ul.product_list_widget li a {
	line-height: normal;
	font-weight: 400;
	color: #333333;
}

.woocommerce ul.product_list_widget li img {
	margin-right: 15px;
	margin-left: 0;
}

ul.product_list_widget li a.remove {
	margin: 0;
	left: unset !important;
	right: 0;
	line-height: 23px;
	font-size: 25px;
	color: #999 !important;
	text-align: right;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

ul.product_list_widget li:hover a.remove {
	visibility: visible;
	opacity: 1;
}

a.remove:hover {
	color: #e32c2c !important;
	background: transparent;
}

.widget_shopping_cart p.total {
	padding-top: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.site-header-cart .widget_shopping_cart_content .buttons a:first-child,
.widget_shopping_cart .buttons a:first-child {
	margin-right: 10px;
}

ul.product_list_widget li .quantity {
	display: inline-block;
	width: calc(100% - 98px);
	width: -moz-calc(100% - 98px);
	width: -webkit-calc(100% - 98px);
	font-size: 0.8rem;
}

.widget ul.product_list_widget .product-title {
	display: inline-block;
	margin-bottom: 3px;
	color: #434343;
	font-weight: 400;
	width: calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
}

.widget ul.product_list_widget .star-rating {
	margin-bottom: 3px;
}

ul.product_list_widget li img {
	float: left !important;
	width: 60px !important;
	height: 60px !important;
	border: solid 1px #f0f0f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.widget_shopping_cart_content ul.product_list_widget li img {
	width: 60px !important;
	height: 60px !important;
	border: solid 1px #f0f0f0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 5px !important;
	height: 15px !important;
	border: none !important;
	border-radius: 0;
	background-color: #b0914f !important
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px !important;
	border-radius: 0 !important;
	background-color: #EAEAEA !important
}

.widget_price_filter .price_slider_amount button[type="submit"] {
	float: right !important;
}

.widget_price_filter .price_slider_amount .price_label {
	float: left;
	font-size: 14px;
	line-height: 2.57;
	text-align: left;
	color: #333;
}

.widget_price_filter .price_slider_amount button.button {
	padding: 3px 6px;
}

.widget_price_filter .price_slider_amount .price_label span.from,
.widget_price_filter .price_slider_amount .price_label span.to {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	height: 34px;
	border: none;
	text-align: center;
}

.woocommerce .widget_rating_filter ul li .star-rating {
	float: left;
	margin-right: 5px;
}

.widget_product_categories ul.product-categories span.count {
	float: right;
}

.woocommerce ul.products li.product a img {
	margin: 0 auto;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	margin-right: 10px;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
	display: none;
}

.woocommerce button.button.added::after {
	font-size: 0.75rem;
}

.woocommerce span.onsale {
	top: 0;
	left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 0.9em;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	margin: 0;
	padding: 0 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	background: #0cb4ce;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.loop-action {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.vk-img-frame .loop-action {
	top: unset;
	bottom: 0;
}

.vk-shop-item:hover .loop-action,
.vk-home-shop-item:hover .loop-action {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.loop-action a.button {
	display: inline-block;
	position: relative;
	padding: 12px 15px !important;
	min-height: unset !important;
	height: unset !important;
	width: 100%;
}

.woocommerce .loop-action a.button {
	background: #333;
	border-color: #333;
}

.loop-action a.button:before {
	background-color: #b0914f;
}

.woocommerce .loop-action a.button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.woocommerce .loop-action a.button:hover {
	border-color: #b0914f;
}

.loop-action a.button i {
	font-size: 18px;
	margin-right: 10px;
}

.loop-action a.button span {
	font-size: 14px;
}

.loop-action a.button i {
	line-height: 30px;
}

.loop-action a span.tooltiptext {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 112%;
	left: -50%;
	min-width: 95px;
	padding: 2px 0;
	background-color: black;
	color: #fff;
	text-align: center;
	z-index: 1;
	transition: opacity 1s;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 20px;
}

.loop-action a span.tooltiptext:after {
	content: " ";
	position: absolute;
	bottom: -5px;
	left: 46%;
	width: 0;
	border-top: 5px solid black;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	font-size: 0;
	line-height: 0;
}

.loop-action a:hover span.tooltiptext {
	visibility: visible;
	opacity: 1;
}

.loop-action a.added_to_cart.wc-forward {
	display: none;
}

.loop-action a.button.added::after {
	position: absolute;
	top: 15px;
	left: 35px;
	font-size: 0.9rem;
	color: green;
	margin: 0;
}

.loop-action .wishlist-btn a {
	position: relative;
}

.loop-action .wishlist-btn a:before {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 22px;
	width: 1px;
	content: "";
	background: #999;
}

.loop-action .wishlist-btn {
	display: inline-block;
}

.loop-action > a {
	display: inline-block;
	position: relative;
	padding: 0 15px !important;
	font-size: 17px;
}

.loop-action .wishlist-btn a {
	padding: 5px 15px 0 15px !important;
	font-size: 17px;
}

.loop-action > a:hover,
.loop-action > a:focus {
	text-decoration: none;
}

.woocommerce ul.products li.product .vk-shop-item .price {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-shop-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.tooltip-inner {
	border-radius: 0;
}

div.product div.summary h1 {
	margin-bottom: 20px;
	font-size: 40px;
}

div.product .summary p.price {
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #333;
	font-size: 30px;
}

div.product div.summary .woocommerce-product-rating {
	display: inline-block;
	margin-bottom: 15px;
}

.woocommerce-product-rating a.woocommerce-review-link {
	color: #999999;
}

.variations_form .label {
	color: #434343;
	font-weight: 700;
	font-size: 1rem;
	text-transform: capitalize;
}

.quantity.woo-qty-wap {
	margin-right: 20px !important;
	height: 48px;
	background: #fff;
}

.woocommerce-cart-form .quantity .btn-qty.button,
.woocommerce div.product form.cart .quantity .button {
	float: none;
	padding: 0 12px;
	min-height: 46px;
	font-family: FontAwesome;
	outline: none;
	background-color: transparent;
	border: none;
	color: #999999;
	font-size: 10px;
	vertical-align: unset;
}

.woocommerce div.product form.cart .quantity .minus.btn-qty.button {
	padding: 0 10px 0 20px;
}

.woocommerce div.product form.cart .quantity .plus.btn-qty.button {
	padding: 0 20px 0 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #333;
}

.woocommerce #reviews #comments h2,
.woocommerce-Tabs-panel > h2 {
	font-size: 1.2rem;
	font-weight: 400;
}

.woocommerce-cart-form .quantity input[type="number"],
div.product form.cart .quantity input[type="number"] {
	padding-left: 0;
	padding-right: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #434343;
	min-height: 45px;
	outline: none;
	background-color: transparent;
	border: none;
	vertical-align: middle;
}

.woocommerce div.product form.cart .button[type="submit"] {
	padding: 0 30px;
	vertical-align: unset;
	height: 48px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.woocommerce div.product form.cart div.quantity {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #b0914f;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	color: #333;
	background-color: #b0914f;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 20px;
}

.single-product .product_meta > span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #434343;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85rem;
}

.single-product .product_meta > span:last-child {
	margin-right: 0;
}

.single-product p.price del {
	margin-right: 10px;
	font-weight: 400;
}

.single-product .product_meta > span > span,
.single-product .product_meta > span a {
	margin-left: 5px;
	color: #999999;
	font-weight: normal;
	text-transform: capitalize;
}

.summary .social-share {
	clear: both;
}

.summary .social-share .social-share-label {
	display: none;
}

.summary .social-share li a {
	text-align: left;
}

.social-share {
	padding: 0;
}

.social-share li {
	display: inline-block;
	list-style: none;
}

.social-share li a {
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	text-align: center;
}

.social-share li:last-child a {
	margin-right: 0;
}

.social-share li.social-share-label {
	margin-right: 10px;
	color: #434343;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	padding: 0 5px;
	cursor: pointer;
	outline: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 10px;
	margin-left: -5px;
}

.summary .woocommerce-variation {
	margin-bottom: 30px;
}

.summary .woocommerce-variation .woocommerce-variation-price {
	font-weight: 700;
}

.flex-control-nav .vk-btn-gallery {
	position: absolute;
	top: 28px;
	left: 5px;
	z-index: 9;
	padding: 0;
	width: 36px;
	height: 36px;
	text-align: center;
}

.flex-control-nav .vk-btn-gallery:focus {
	outline: none;
}

.flex-control-nav .vk-btn-gallery.slick-disabled {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.flex-control-nav .vk-btn-gallery.next {
	right: 0;
	left: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 2px;
	border: none;
	background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #999999;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
	outline: none;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span,
.woocommerce-product-rating a.woocommerce-review-link:hover,
.single-product .product_meta > span a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #b0914f;
}

.woocommerce #review_form #respond textarea {
	height: 135px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom: 0.75em;
}

.comments-area .comment-form p,
.woocommerce #review_form #respond p {
	clear: both;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}

.comments-area .comment-form p.comment-form-cookies-consent input,
.woocommerce #review_form #respond p.comment-form-cookies-consent input {
	width: auto !important;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.woocommerce #review_form #respond .comment-form-rating p.stars {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0;
	vertical-align: sub;
	padding-bottom: 5px;
	clear: none;
	width: auto;
}

.comment-form .comment-form-rating label {
	display: inline-block;
	font-weight: 400;
	text-transform: capitalize;
}

.single-product .upsells.products > h2,
.single-product .related.products > h2 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.7rem;
}

.single-product .upsells.products > h2:after,
.single-product .related.products > h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	height: 2px;
	width: 40px;
	background-color: #434343;
	transform: translate(-50%, -50%);
}

/*mini cart*/
.site-header-cart  .widget_shopping_cart_content {
	border-top: 3px solid #b0914f;
}

.site-header-cart .widget_shopping_cart_content ul.product_list_widget li {
	position: relative;
	padding: 7.5px 15px 7.5px 75px !important;
	list-style: none;
	min-height: 75px;
}

.site-header-cart  .widget_shopping_cart_content ul.product_list_widget li img {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 60px !important;
	height: 60px !important;
	overflow: hidden;
}

.site-header-cart .widget_shopping_cart_content .buttons {
	display: inline-block;
	width: 100%;
	padding: 0 15px 12px 15px;
}

.site-header-cart .widget_shopping_cart_content .total {
	display: inline-block;
	width: 100%;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	color: #2E3841;
}

.site-header-cart  .widget_shopping_cart_content .total strong {
	margin-right: 10px;
}

.site-header-cart  .widget_shopping_cart_content ul.product_list_widget li a {
	display: inline-block;
	padding-left: 15px;
	width: 100%;
	text-transform: capitalize;
	color: #2E3841;
	font-size: 14px;
	line-height: initial;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}

.site-header-cart  .widget_shopping_cart_content ul.product_list_widget li a.remove {
	width: auto;
}

.site-header-cart  .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 15px;
	font-size: 14px;
	color: #000;
}

.site-header-cart  .widget_shopping_cart_content p {
	margin: 0;
}

.site-header-cart  ul {
	padding: 0;
}

.site-header-cart  .widget_shopping_cart_content  span.quantity {
	padding-left: 15px;
	font-size: 0.8rem;
	color: #999;
}

.site-header-cart  .uni-icon-font span {
	padding-top: 15px;
}

.site-header-cart  .uni-icon-font span:after {
	display: inline-block;
	position: absolute;
	top: 35px;
	right: 0;
	content: '';
	width: 40px;
	height: 30px;
}

.uni-shopping-cart {
	position: relative;
	cursor: pointer;
}

.uni-shopping-cart .cart-contents {
	position: absolute;
	top: -18px;
	right: -10px;
	padding: 0;
}

.hide-cart-sub > .cart-contents > .amount {
	display: none !important;
}

.site-header-cart  .woocommerce-mini-cart-item {
	width: 100%;
	text-align: left;
}

.site-header-cart  .widget_shopping_cart_content {
	text-align: left;
}

.site-header-cart {
	display: inline-block;
}

.site-header-cart  a.cart-contents .count {
	min-width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #b0914f;
	font-size: 12px;
	color: #fff;
}

.site-header-cart .uni-icon-font {
	width: 38px;
	text-align: right;
	font-size: 20px;
}

.site-header-cart {
	position: relative;
}

.site-header-cart .widget_shopping_cart_content {
	display: none;
	position: absolute;
	top: 21px;
	right: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 2px 4px 0 #6c6c6c;
	-moz-box-shadow: 0 2px 4px 0 #6c6c6c;
	box-shadow: 0 2px 4px 0 #6c6c6c;
}

.site-header-cart .widget_shopping_cart_content.sub-menu--is-touch-device {
	display: none;
	left: 0;
}

.site-header-cart .widget_shopping_cart_content h2.widgettitle {
	display: none;
}

.site-header-cart .widget_shopping_cart_content .product_list_widget li a.remove {
	position: absolute;
	right: 3px;
	top: 10px;
	padding-right: 10px;
	font-size: 18px;
}

.site-header-cart .widget_shopping_cart_content .product_list_widget li a.remove:before {
	text-align: left;
}

.site-header-cart.focus .widget_shopping_cart_content,
.site-header-cart:hover .widget_shopping_cart_content {
	display: block;
}

.site-header-cart .widget_shopping_cart_content {
	background-color: #fff;
	min-width: 300px;
}

.uni-shopping-cart >.cart-contents>.amount {
	display: none !important;
}

/*end mini cart*/

/*cart_page*/
.woocommerce table.shop_table .table-heading-row th.product-name {
	padding-left: 0;
}

.woocommerce a.remove {	
	font-size: 1.2em;
}

.woocommerce a.remove:hover {
	color: #333 !important;
	background: transparent;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table.vk-table-shopcart-style-1 {
	border: none;
	background: #fff;
}

.woocommerce form .form-row textarea#order_comments {
	min-height: 130px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table th,
.woocommerce .woocommerce-checkout-review-order table.shop_table td {
	padding: 20px 30px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total td,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total th {
	color: #b0914f;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table td {
	font-weight: 400;
	font-size: 0.9rem;
}

.woocommerce-checkout-review-order tbody tr td:first-child,
.woocommerce-checkout-review-order tfoot tr th,
.woocommerce-checkout-review-order thead tr th,
.entry-content .woocommerce-cart-form tbody tr td:first-child,
.entry-content .woocommerce-cart-form th {
	background: #ffffff;
}

.entry-content .woocommerce-cart-form tbody tr td.actions {
	border-bottom: none;
}

.entry-content .woocommerce-cart-form tbody tr td.product-name {
	position: relative;
}

.entry-content .woocommerce-cart-form tbody tr td.product-name .cart-product-info {
	position: absolute;
	top: 50%;
	padding-left: 100px;
	transform: translateY(-50%);
	line-height: 1.8em;
}

.woocommerce-cart table.cart img {
	float: left;
	margin-right: 20px;
	width: 80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.woocommerce-cart table.cart .cart-product-info {
	text-align: left;
}

.woocommerce table.shop_table th {
	padding: 9px 12px 15px 12px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	padding-top: 30px;
	background: #f9f9f9;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
}

td.product-quantity .quantity.woo-qty-wap {
	margin: 0 0 0 auto !important;
	border: 1px solid #f0f0f0;
	width: 120px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	margin-bottom: 0;
	padding: 20px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
}

.woocommerce form.checkout_coupon p,
.woocommerce form.login p,
.woocommerce form.register p {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-top: 30px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 0;
}

.woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.register {
	margin-top: 0;
}

form.woocommerce-checkout {
	margin-top: 25px;
}

.woocommerce p.lost_password {
	margin-bottom: 0;
	padding: 0 3px;
}

.woocommerce form.checkout_coupon p.form-row.form-row-last {
	float: left;
	margin-bottom: 0;
	margin-left: 25px;
}

.woocommerce form.checkout_coupon p.form-row.form-row-last button {
	padding-left: 20px;
	padding-right: 20px;
	min-height: 42px;
	line-height: 20px;
	font-size: 0.8rem;
	text-transform: uppercase;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	padding-left: 5px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999;
}

@media (min-width:768px) {
	.woocommerce .woocommerce-cart-form  .quantity .qty {
		width: 33.33333%;
	}

}

.woocommerce table.shop_table td.product-name .cart-product-info a {
	color: #333;
	font-weight: 400;
}

.woocommerce table.shop_table td.product-name .cart-product-info a:hover {
	color: #b0914f;
}

.entry-content .woocommerce-cart-form tbody tr td {
	padding: 20px 0;
}

.woocommerce-cart-form thead tr.table-heading-row th {
	border-bottom: 2px solid #434343;
}

.woocommerce-message {
	border-top-color: #2974B4;
}

.woocommerce-message::before {
	color: #2974B4;
}

.wc-proceed-to-checkout a {
	text-transform: uppercase;
}

.woocommerce-widget-layered-nav .select2 ul.select2-selection__rendered {
	padding: 0;
}

.woocommerce .checkout.woocommerce-checkout h3,
.sparta-cart .cart-collaterals .cross-sells > h2,
.sparta-cart .cart-collaterals .cart_totals > h2 {
	margin-bottom: 5px;
	padding: 10px 0;
	text-align: left;
	font-size: 18px;
	text-transform: capitalize;
}

.sparta-cart .cart-collaterals .cart_totals td {
	padding: 20px 0;
}

.sparta-cart .cart-collaterals .cart_totals td span {
	color: #434343;
}

.sparta-cart .cart-collaterals .cart_totals th {
	background: #ffffff;
	padding: 20px 0;
	color: #434343;
	font-weight: 600;
	text-transform: capitalize;
}

#woo_pp_ec_button {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: none;
}

/*end_cart_page*/
.review-bar-title {
	display: inline-block;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}

#comments .comment-list {
	list-style: none;
	padding-left: 0;
}

#comments .comment-list .trackback,
#comments .comment-list .pingback {
	margin: 0;
	padding: 15px 0;
}

#comments .comment-list .trackback article,
#comments .comment-list .pingback article {
	padding-left: 0;
}

#comments .comment-list .trackback p,
#comments .comment-list .pingback p {
	margin: 0;
}

#comments .comment-list .trackback a,
#comments .comment-list .pingback a {
}

#comments .comment-list .pingback:last-child {
	margin-bottom: 40px;
}

#comments .comment {
	list-style: none;
	margin: 16px 0;
}

#comments .comment-list > li:first-child {
	margin-top: 0;
}

#comments .comment .avatar {
	position: absolute;
	top: 7px;
	left: 0;
	height: 80px;
	width: 80px;
}

#comments .comment .children .avatar {
	height: 60px;
	width: 60px;
}

.comment-list .children {
	padding-left: 100px;
}

.comment-metadata {
	display: inline-block;
	font-size: 0.9rem;
}

ol > li.comment {
	padding-left: 0;
}

.comment-metadata .edit-link {
	display: inline-block;
	margin-left: 10px;
}

.comment-metadata .edit-link a {
	border-bottom: 1px solid #b0914f;
}

.comment-content .comment-reply-link {
	color: #b0914f;
	font-size: 0.9rem;
}

.comment-content .comment-reply-link:before {
	font-family: themify;
	content: "\e6bc";
}

ol.comment-list li ol {
	padding-bottom: 0;
}

ol.comment-list li ol li:last-child {
	margin-bottom: 0 !important;
}

article .comment-metadata a:hover,
article .comment-metadata a:focus,
article .reply a:hover,
article .reply a:focus {
	text-decoration: none;
}

#comments .comment .comment-wrapper .comment-meta .comment-time,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link {
	color: #b3aa9b;
	font-size: 14px;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
	color: #04b591;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:after,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link:after,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
	content: "/";
	padding: 0 5px;
}

#comments .comment .comment-wrapper .comment-meta a:last-child:after {
	content: "";
}

#comments .comment .comment-wrapper .comment-meta cite .fn {
	margin-right: 5px;
	font-style: normal;
	text-transform: capitalize;
	font-size: 14px;
}

#comments .comment .comment-wrapper .comment-meta cite span {
	margin-right: 10px;
	padding: 3px 10px;
	background: #e9e9e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#comments .comment .comment-wrapper a {
	text-decoration: none;
}

#comments .comment .children {
	padding-left: 100px;
}

#comments .comment .children .children {
	padding-left: 80px;
}

#comments .form-allowed-tags {
	display: none;
}

ol.comment-list > li {
	padding-left: 0;
}

.comment-respond textarea,
.comment-respond  input[type="text"],
.comment-respond  input[type="email"],
.comment-respond  input[type="url"] {
	width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
	padding-top: 20px;
}

#respond .form-allowed-tags {
	font-size: 12px;
}

#respond .form-allowed-tags code {
	background: none;
}

.comments-area h2.comments-title,
#respond .comment-reply-title {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #2E3841;
	letter-spacing: 1px;
}

.comments-area .comment-respond form.comment-form p.comment-form-cookies-consent {
	margin-top: 9px;
	margin-bottom: 8px;
}

#respond .comment-notes {
	display: none;
}

/* Page single form
-----------------------------*/
.entry-content .sfsi_Sicons {
	padding: 30px 0;
}

.comments-area {
	margin-bottom: 98px;
	clear: both;
}

.comments-area h4.comments-title {
	margin-bottom: 30px;
	padding: 20px 0;
	font-size: 20px;
	text-transform: capitalize !important;
	font-weight: 400;
	border-bottom: 1px #f3f3f3 solid;
	border-top: 1px #f3f3f3 solid;
}

.comments-area ol.comment-list li article.comment {
	border-bottom: 1px #d6d6d6 solid;
	padding-bottom: 30px;
}

.comments-area ol.comment-list li article.comment .comment-wrapper .vcard {
	margin-bottom: 5px;
}

.comments-area ol.comment-list li article.comment .comment-wrapper p {
	margin-bottom: 5px;
}

.comments-area ol.comment-list li article.comment .comment-wrapper a {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
}

.comments-area .comment-respond #calendar_wrap caption.comment-reply-title,
#calendar_wrap .comments-area .comment-respond caption.comment-reply-title {
	font-size: 20px;
}

.comments-area .comment-respond form.comment-form p label {
	float: left;
}

.comments-area .comment-respond form.comment-form p a {
	color: #999;
}

.comments-area .comment-respond form.comment-form p a:hover {
	color: #b0914f;
}

.comments-area .comment-respond form.comment-form p {
	margin-bottom: 13px;
}

.comments-area .comment-respond form.comment-form p.form-submit {
	margin-bottom: 0;
}

.comments-area .comment-respond form.comment-form p textarea {
	height: 7em;
}

.comments-area .comment-respond form.comment-form p.form-submit {
	overflow: hidden;
}

.comments-area .wp-social-login-provider-list {
	padding: 10px 0;
}

.comments-area .comment-respond form.comment-form p.form-submit input {
	text-transform: uppercase;
}

.avage-rating-box {
	padding: 24px 0;
	max-width: 160px;
	text-align: center;
	border: 2px solid #b0914f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.average-rating-value {
	margin-bottom: 15px;
	font-size: 40px;
	color: #b0914f;
	font-weight: 700;
	line-height: 43px;
}

.avage-rating-box .review-amount {
	color: #999;
}

.comment-list .comment-content {
	clear: both;
	display: inline-block;
	max-width: 100%;
}

.homepage-title {
	position: absolute;
	left: -9999px;
}

.uni-sticky-post:before {
	content: "\f08d";
	position: relative;
	top: -1px;
	margin-right: 5px;
	font-family: "FontAwesome";
}

.header-default-wap {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.home .header-default-wap {
	margin-bottom: 30px;
}

header#masthead.h-trans {
	position: absolute;
	top: auto;
	z-index: 999;
	width: 100%;
}

body:not(.home-page) header#masthead.h-trans .absolute {
	background: transparent;
}

.wp-block-pullquote {
	margin-bottom: 10px;
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}

.wp-block-table th,
.wp-block-table td {
	padding: 0.4375em;
	font-weight: normal;
	text-align: left;
}

ul.social-share > li {
	padding-left: 0;
}

.post-password-form input[type="password"] {
	margin-top: 10px;
	padding: 10px;
}

.comments-area .comment-respond form.comment-form p label {
	margin-bottom: 7px;
	font-size: 1rem;
}

.post-password-form label {
	margin-bottom: 15px;
	font-size: 1rem;
}

.post-password-form label {
	display: block;
	letter-spacing: .076923077em;
	line-height: 1.6153846154;
}

.widget ul li {
	padding: 5px 0;
	list-style: none;
}

.widget ol {
	line-height: 1.6rem;
}

.widget ul {
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5rem;
}

.widget ul li > ul li:last-child {
	padding-bottom: 0;
}

.vk-sidebar.widget ul li a {
	color: #333;
}

.widget ul li a:hover {
	color: #b0914f;
}

.widget ul li .icon-has-children {
	float: right;
}

select {
	position: relative;
	height: 40px;
	border-color: #EAEAEA;
	padding-left: 20px;
	padding-bottom: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
	background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	color: #7b7b7b;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

select.form-control {
	min-height: unset;
	background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
}

.vk-filtter-dropdown-box select.form-control {
	min-height: 44px;
}

select:hover,
select:focus {
	border-color: #b0914f;
	outline: none;
}

.wp-block-archives select {
	margin-bottom: 1.8rem;
	font-size: 0.9rem;
}

.widget.widget_rss .widget-title a {
	color: #333333;
}

.widget.widget_rss .widget-title .rsswidget img {
	margin-top: -4px;
	margin-right: 5px;
}

.widget.widget_rss ul {
	padding: 0;
}

.widget.widget_rss ul li {
	list-style: none;
	padding: 10px 0 5px 0;
}

.widget.widget_rss ul li:first-child {
	padding-top: 0;
}

.widget ul li a.rsswidget {
	display: inline-block;
	margin-bottom: 5px;
	color: #2E3841;
}

.widget ul li a.rsswidget:hover {
	color: #b0914f;
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	margin-bottom: 5px;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 1.615384615;
	color: #686868;
}

.rssSummary {
	font-size: 0.9rem;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 25px;
	padding: 1px 3px;
	text-align: center;
	font-size: 0.9rem;
}

.post-footer-tag a,
.tagcloud a {
	display: inline-block;
	margin: 0 .1875em .4375em 0;
	padding: 8px 15px;
	border: 1px solid #b0914f;
	color: #999;
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.7rem !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.post-footer-tag a:hover,
.tagcloud a:hover {
	background: #434343;
	color: #fff;
	border-color: #434343;
}

.vk-blog-comment h2.comments-title {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

.vk-blog-comment .comment-body {
	position: relative;
}

.comment-author {
	display: inline-block;
	margin-right: 10px;
	color: #1a1a1a;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.comment-body .comment-meta {
	margin-bottom: 15px;
}

.comment-author .says {
	display: none;
}

.comment-list article.comment-body {
	position: relative;
	padding-left: 100px;
}

.comment-list .comment .reply a.comment-reply-link:after {
	content: '\f105';
	margin-left: 5px;
	font-family: FontAwesome;
	font-size: 0.75rem;
}

.comment-list .comment .reply a.comment-reply-link {
	font-size: 14px;
	line-height: 1.88;
	color: #b0914f;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.comment-list .comment .reply a.comment-reply-link:hover,
.comment-list .comment-author a.url {
	color: #000;
}

p.has-drop-cap:not(:focus):first-letter {
	font-size: 3.2em;
	color: #fff;
	font-weight: 700;
	background: #b0914f;
	width: 60px;
	height: 60px;
	padding: 0 18px 5px 18px;
	margin-right: 15px;
	text-align: center;
	line-height: 80px;
	display: inline-block;
}

.uni-pagination-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.uni-pagination-content > span {
	display: inline-block;
	background: #434343;
	color: #FFFFFF;
	margin-right: 5px;
	font-size: 14px;
	min-width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.uni-pagination-content a {
	display: inline-block;
	margin-right: 5px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.uni-pagination-content a:hover {
	background: #b0914f;
	color: #fff;
	border-color: #b0914f;
}

.uni-pagination-content a span {
	color: inherit;
}

.vk-post-meta ul.vk-list-post-meta li a {
	color: #999999;
}

.vk-post-meta ul.vk-list-post-meta li a:hover {
	color: #b0914f;
}

.post-footer-tag {
	clear: both;
	margin-top: 30px;
	padding: 30px 0;
}

ul.wp-block-gallery li {
	padding: 0;
}

.post-footer-tag .heading {
	margin-bottom: 10px;
	color: #333;
}

.vk-banner-wrapper .vk-list-post-meta {
	display: inline-block;
	margin-top: 30px;
}

.vk-banner-wrapper .vk-list-post-meta li a {
	padding-left: 3px;
	color: #fff;
}

.vk-banner-wrapper .vk-list-post-meta li a:hover {
	color: #b0914f;
}

.vk-banner-wrapper .entry-date {
	display: inline-block;
	margin-bottom: 30px;
	padding: 3px 15px 5px 15px;
	border: 1px solid;
	color: #b0914f;
	font-weight: 700;
	font-size: 14px;
}

.vk-banner-wrapper .vk-list-post-meta li:last-child {
	margin: 0;
}

.post-pagination {
	margin-top: 10px;
	padding: 30px 0;
	overflow: hidden;
}

.post-pagination .heading {
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.post-pagination .prev-post {
	float: left;
	width: 50%;
	overflow: hidden;
}

.post-pagination .prev-post .wap-npp a,
.post-pagination .next-post .wap-npp a {
	display: inline;
}

.wap-thumbnav {
	height: 54px;
	width: 54px;
}

.next-post.thumb .wap-thumbnav {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.next-post.thumb {
	position: relative;
	padding-right: 64px;
}

.prev-post.thumb {
	position: relative;
	padding-left: 64px;
}

.prev-post.thumb .wap-thumbnav {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}

.post-pagination  .next-post {
	float: right;
	text-align: right;
	width: 50%;
	overflow: hidden;
}

.post-pagination .wap-npp a {
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
}

.post-pagination .wap-npp a:hover {
	color: #b0914f;
}

/*elements*/
.share-portfolio .social-share-label {
	text-transform: uppercase;
}

.white-yellow.vk-grid-style-item .vk-btn-view-project {
	color: #b0914f;
	border: solid 2px #b0914f;
}

.white-yellow.vk-grid-style-item .vk-btn-view-project:hover {
	color: #fff;
	background: #b0914f;
}

.white-yellow.vk-grid-style-item .vk-main-heading,
.white-yellow.vk-grid-style-item .vk-text-strong,
.vk-service-list .vk-grid-style-1-item .vk-title a {
	color: #fff;
}

.vk-service-list .vk-grid-style-1-item .vk-title a:hover {
	color: #b0914f;
}

.uni-element.list-posts-style .pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.pcontact-map .wpb_content_element {
	margin-bottom: 0;
}

.pcontact-map .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}

.uni-element.vk-home-portfolio .vk-list-project .vk-list-project-item .vk-img-frame img {
	width: 100%;
}

.uni-element.vk-list-service li {
	padding-left: 0;
}

.uni-element.vk-list-service .vk-icon {
	position: static;
	display: inline-block;
	margin-right: 30px;
}

.uni-element.vk-list-service .vk-service-detail {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 135px);
}

.vk-service-detail .uni-number-count {
	font-size: 80px;
	font-weight: 700;
	line-height: 0.33;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
	display: inline-block;
	width: 100%;
}

.vk-service-detail .uni-number-txt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.uni-element.vk-home.shop .vk-home-shop-promotion .vk-heading {
	border: 6px solid #fff;
	padding: 5px;
}

.uni-element.vk-home.shop .vk-home-shop-promotion .vk-heading .backdrop {
	background: url("../images/bg-promotion.jpg") center;
	background-size: cover;
	margin: auto;
}

.uni-element.vk-home.shop .vk-home-shop-promotion .vk-heading .text {
	padding: 30px;
	font-size: 50px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	color: black;
	mix-blend-mode: lighten;
	background-color: #ffffff;
}

.uni-element.vk-home.shop .vk-home-shop-promotion .vk-heading {
	left: 50%;
	top: 48%;
	transform: translate(-50%, -48%);
	-webkit-transform: translate(-50%, -48%);
	-moz-transform: translate(-50%, -48%);
	-ms-transform: translate(-50%, -48%);
	-o-transform: translate(-50%, -48%);
}

/*button*/
.site-header-cart .widget_shopping_cart_content .buttons a,
.widget_shopping_cart .buttons a {
	float: left;
	margin-bottom: 0;
	width: calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
}

.woocommerce-Message a.woocommerce-Button.button {
	padding: 5px 20px;
}

.site-header-cart .widget_shopping_cart_content .buttons a,
.widget_shopping_cart .buttons a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button[type="submit"],
.woocommerce-cart .woocommerce table.shop_table input[type="submit"],
.woocommerce-cart .woocommerce table.shop_table button[type="submit"] {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
	line-height: 24px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 0.9rem;
}

div#n2-ss-4 .nextend-bullet-bar,
div#n2-ss-2 .nextend-bullet-bar {
	margin-bottom: 15px;
}

/*tabs*/
.uni_tab_ajax_content .tab_title {
	display: inline-block;
}

.uni_tab_ajax_content .wpt-tabs {
	text-align: center;
	padding-bottom: 50px;
}

.uni_tab_ajax_content .tab_title a {
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: top;
	color: #999999;
}

.uni_tab_ajax_content .tab_title a:focus {
	outline: none;
}

.uni_tab_ajax_content .tab_title.selected a {
	color: #b0914f;
}

.uni_tab_ajax_content {
	position: relative;
}

.uni_tab_ajax_content img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.uni_tab_ajax_content .wpt-tab-header.modern-style .wpt-tabs.no-title {
	width: 100%;
}

.uni_tab_ajax_content .wpt-tab-header.modern-style .wpt-tabs .tab_title i {
	float: left;
	margin-top: -15px;
	margin-bottom: 6px;
	height: 20px;
	width: 100%;
	font-size: 18px;
}

.uni_tab_ajax_content .vk-tabcontent {
	position: relative;
}

.uni_tab_ajax_content .inside {
	width: 100%;
	display: inline-block;
}

.vk-list-project-item-1 .vk-main-title a {
	color: #ffffff;
}

.vk-list-project-item-1 .vk-main-title a:hover {
	color: #b0914f;
}

.wpt-loading {
	min-height: 120px;
}

.wpt-loading:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 12;
	margin: 0 auto 3em auto;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #b0914f;
	font-size: 10px;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}

}

@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}

}

.uni-col1,
.uni-col2,
.uni-col3,
.uni-col4,
.uni-tablet-col1,
.uni-tablet-col2,
.uni-tablet-col3,
.uni-tablet-col4,
.uni-mobile-col1,
.uni-mobile-col2,
.uni-mobile-col3,
.uni-mobile-col4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	padding: 0;
}

.uni-col1 li,
.uni-col2 li,
.uni-col3 li,
.uni-col4 li,
.uni-tablet-col1 li,
.uni-tablet-col2 li,
.uni-tablet-col3 li,
.uni-tablet-col4 li,
.uni-mobile-col1 li,
.uni-mobile-col2 li,
.uni-mobile-col3 li,
.uni-mobile-col4 li {
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

.uni-col2 li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.uni-col1 li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.uni-col3 li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.uni-col4 li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media screen and (max-width:991px) {
	.uni-tablet-col1 li,
	.col1-max991.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.uni-tablet-col2 li,
	.col2-max991.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.uni-tablet-col3 li,
	.col3-max991.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.uni-tablet-col4 li,
	.col4-max991.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

}

@media screen and (max-width:575px) {
	.uni-mobile-col1 li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.uni-mobile-col2 li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.uni-mobile-col3 li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.uni-mobile-col4 li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

}

@media screen and (max-width:767px) {
	.wpb_row.home-slider.vk-slide {
		margin-top: 0 !important;
	}

	.vk-page > .container > .row {
		margin-right: 0;
		margin-left: 0;
	}

	.i-top .vk-icon.vk-img-frame,
	.onepage-wrap-right .vk-iconbox .vk-icon {
		height: auto;
	}

	.vk-page.portfolio .vk-filter-box {
		margin-bottom: 30px;
	}

	.slider-reservation.popular-rooms,
	.uni-heading.simple .vk-heading-style-3 .vk-line,
	.uni-vc-about-us .vk-heading-style-3 .vk-line {
		display: none;
	}

	.uni-vc-about-us .vk-grid-style-item .vk-content-left {
		float: none;
		text-align: center;
	}

	.vk-grid-style-item .vk-image:after {
		content: none;
	}

	.vk-grid-style-item .vk-image .vk-img-frame .vk-img {
		border-color: #b0914f;
	}

	.vk-grid-style-item .vk-image {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.vk-grid-style-item .vk-image .vk-img-frame {
		display: inline-block;
	}

	.vk-grid-style-item.even .vk-image {
		padding-left: 0;
	}

	.uni-heading.simple,
	.uni-vc-about-us .vk-grid-style-item .vk-main-heading {
		text-align: center;
	}

	.has-large-font-size {
		font-size: 23px;
	}

	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large,
	blockquote {
		margin-left: 0;
	}

	.col1-max767.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col2-max767.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col3-max767.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col4-max767.uni-element li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

}

@media screen and (max-width:991px) and (min-width:768px) {
	.vk-service-list.uni-col3 li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

}

@media screen and (max-width:767px) {
	.vk-service-list.uni-col3 li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

ul.icon-service {
	margin-bottom: 0;
}

.uni-element.icon-service.text-center .vk-icon {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

.uni-element.icon-service .i-left .vk-img-frame {
	display: inline-block;
	float: left;
}

.uni-element.icon-service .i-left .vk-service-detail {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
	padding-left: 30px;
}

.uni-element.vk-home-portfolio-list .vk-list-project li {
	display: none;
}

.uni-element.vk-home-portfolio-list .vk-list-project .vk-img-frame img {
	width: 100%;
}

.uni-element.vk-home-portfolio-list .vk-button-box .load-more-txt {
	display: none;
}

.vk-portfolio-content .vk-heading a {
	text-transform: uppercase;
}

/*homepage*/
.uni-vc-about-us .vk-grid-style-item .vk-main-heading {
	letter-spacing: 2px;
}

.vk-home-about.uni-vc-about-us .vk-content-right img {
	width: 100%;
}

.vk-home-about.uni-vc-about-us .vk-btn {
	font-size: 0.9rem;
	letter-spacing: 2px;
}

.uni-slider-shop {
	position: relative;
	margin-bottom: 30px;
	color: #fff;
}

div#n2-ss-3 .nextend-arrow {
	position: relative;
}

.uni-slider-shop .vk-sub-heading-top {
	font-size: 20px !important;
	font-weight: 800;
	letter-spacing: 9px !important;
	margin-bottom: 12px;
}

.uni-slider-shop .vk-heading-line {
	width: 6px;
	height: 10px;
	padding-left: 5px;
	padding-right: 8px;
}

.uni-slider-shop .vk-heading-line:before {
	content: '';
	display: block !important;
	width: 100%;
	height: 100%;
	border: solid 2px #b0914f;
}

.uni-slider-shop .vk-heading-line .line-top:after,
.uni-slider-shop .vk-heading-line .line-top:before {
	content: '';
	display: inline-block !important;
	position: absolute;
	top: 3px;
	width: 120px;
	height: 1px;
	background-color: #fff;
}

.uni-slider-shop .vk-heading-line .line-bottom:after,
.uni-slider-shop .vk-heading-line .line-bottom:before {
	content: '';
	display: inline-block !important;
	position: absolute;
	top: 7px;
	width: 60px;
	height: 1px;
	background-color: #fff;
}

.uni-slider-shop .vk-heading-line .line-top:before {
	right: 100%;
}

.vk-home-blog-list.sparta-slider .slick-slide {
	margin-left: 30px;
	margin-bottom: 0;
}

.vk-home-blog-list.sparta-slider .slick-list {
	margin-left: -30px;
}

.vk-blog-grid-item-home .brief-content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.style-df.white-yellow .vk-heading-style-2,
.style-df.white-yellow .vk-btn.vk-btn-view-project,
.style-df.white-yellow .vk-heading-style-2 .vk-line-box {
	color: #fff;
}

.uni_products_content .vk-list-filter-label {
	width: 100%;
	text-align: center;
}

.uni_tab_products_content .tab-content > ul {
	margin: 0;
	padding: 0;
}

.uni_tab_products_content a:hover,
.uni_tab_products_content  a:focus {
	text-decoration: none;
}

#btnscrollup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 50;
	text-align: center;
	background-color: #b0914f;
	color: #fff;
}

#btnscrollup i {
	display: block;
	position: absolute;
	top: 46%;
	left: 50%;
	font-size: 10px;
	font-weight: normal;
	transform: translate(-50%, -50%);
	text-align: center;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#btnscrollup:hover {
	background-color: #a1a1a1;
	color: #434343;
}

.wapbtt {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

@media (min-width:992px) {
	#btnscrollup {
		right: 70px;
		bottom: 70px;
	}

}

article .vk-main-title a:hover,
.vk-main-title article a:focus {
	text-decoration: none;
}

.mc4wp-form-fields {
	position: relative;
}

.main-footer .mc4wp-form-fields input[type="email"] {
	border: none;
}

.h-search {
	cursor: pointer;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	overflow: hidden;
}

ol.wp-block-latest-comments,
ol.wp-block-latest-comments > li {
	padding-left: 0;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	margin-top: 8px;
	margin-right: 15px;
	border: 1px solid #dedede;
	padding: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.wp-block-latest-comments__comment-author {
	color: #999;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.wp-block-latest-comments__comment-link {
	color: #333;
}

.fb_iframe_widget span {
	max-width: 100%;
}

.wp-block-embed {
	overflow: hidden;
}

.woocommerce #reviews #comments ol.commentlist > li {
	border-bottom: 1px solid #eee;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 0;
	width: 60px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 75px;
	padding: 0;
	border: none;
}

.woocommerce-Reviews #respond .comment-reply-title {
	margin-bottom: 10px;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 400;
	line-height: 30px;
}

.widget_sparta_contact_info ul {
	padding-left: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.widget_sparta_contact_info ul li {
	position: relative;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style: none;
}

.widget_sparta_contact_info ul li i {
	position: absolute;
	top: 10px;
	left: 0;
	color: #b0914f;
}

.about-social .box-social-link {
	position: relative;
}

.about-social .box-social-link a,
.social-link-widget a {
	margin: 0 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	border-radius: 50%;
	border: 1px solid;
	display: inline-block;
}

.about-social .box-social-link a {
	padding: 0 !important;
}

.about-social .box-social-link li:last-child a {
	padding-left: 10px;
}

.social-link-widget a:first-child {
	margin-left: 0;
}

.uni_tab_ajax_content .vk-list-project-item-1 .vk-title {
	opacity: 1;
}

.copyright-content {
	border-top: 1px solid #444444;
	padding-top: 30px;
}

.footer-bottom-menu {
	text-align: right;
}

.footer-bottom-menu .icon-has-children {
	display: none;
}

.footer-bottom-menu ul {
	margin-bottom: 0;
	list-style: none;
}

.footer-bottom-menu ul li {
	display: inline-block;
	padding-left: 0;
}

.powerby span,
.powerby a {
	color: #b0914f;
}

.footer-bottom-menu ul li a {
	padding: 0 0 0 22px;
}

.homeleft-tab .uni-heading,
.homeleft-list-post .uni-heading {
	padding-left: 15px;
	padding-right: 15px;
}

/*button*/
.overlay_panel.hidden {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: -webkit-transform 100000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 100000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.overlay_panel {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.has_transition_1000 {
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.panel_close {
	position: absolute;
	top: 29px;
	left: 29px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

.x_close {
	width: 25px;
	position: relative;
	height: 25px;
	transform: rotateZ(45deg);
}

.panel_close .button_text {
	color: #36342C;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 3.5px;
	width: 46px;
	margin-top: 10px;
}

.x_close .line_1 {
	width: 25px;
	height: 3px;
	background: #36342C;
	position: absolute;
	top: 11px;
}

.x_close .line_2 {
	height: 25px;
	width: 3px;
	background: #36342C;
	position: absolute;
	top: 0;
	left: 11px;
}

.x_close .line_1.no_width {
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.x_close .line_2.no_height {
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.no_height {
	transform: scale(1, 0);
}

.no_width {
	transform: scale(0, 1);
}

.has_transition_1500 {
	-webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.has_transition_1000_inout {
	-webkit-transition: -webkit-transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
	transition: transform 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1000ms cubic-bezier(0.575, 0.005, 0.285, 1.005);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* page loader */
.pageloader {
	background: rgba(0, 0, 0, 0.7);
}

.pageloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.pageloader > div {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pageloader .sparta-loader {
	display: inline-block;
}

#sparta-menu.hidden {
	display: unset !important;
}

.sparta-about-page .vk-content-left {
	padding-right: 60px;
}

.sparta-about-page .vk-content-left img {
	width: 100%;
}

/*button*/
button,
a.button {
	position: relative;
	-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	z-index: 1;
}

button:hover,
a.button:hover {
	color: #333;
}

button:before,
a.button:before {
	content: '';
	z-index: -1;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transform-origin: right 50%;
	-ms-transform-origin: right 50%;
	-webkit-transform-origin: right 50%;
	transform-origin: right 50%;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 380ms;
	-o-transition-duration: 380ms;
	-webkit-transition-duration: 380ms;
	transition-duration: 380ms;
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

button:hover:before,
a.button:hover:before {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform-origin: left 50%;
	-ms-transform-origin: left 50%;
	-webkit-transform-origin: left 50%;
	transform-origin: left 50%;
}

/*e-button*/
.about-social .box-social-link {
	text-align: center;
}

.loop-action a.button .ti-shopping-cart,
.loop-action a.button span {
	color: #fff;
	vertical-align: middle;
}

a.btn.book-now {
	position: relative;
	padding: 15px;
	overflow: hidden;
	border: 1px solid #b0914f;
	background: #b0914f;
	color: #fff;
	font-weight: 400;
	-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	z-index: 10;
	letter-spacing: 2px;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.btn.book-now:hover {
	color: #333;
}

.slider-btn a:before,
a.btn.book-now:before {
	content: '';
	z-index: -1;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transform-origin: right 50%;
	-ms-transform-origin: right 50%;
	-webkit-transform-origin: right 50%;
	transform-origin: right 50%;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 380ms;
	-o-transition-duration: 380ms;
	-webkit-transition-duration: 380ms;
	transition-duration: 380ms;
	background-color: #fff;	
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-btn a {
	position: relative !important;
	-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
}

.slider-btn a:hover:before,
a.btn.book-now:hover:before {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-moz-transform-origin: left 50%;
	-ms-transform-origin: left 50%;
	-webkit-transform-origin: left 50%;
	transform-origin: left 50%;
}

.header-left > a.btn.book-now,
.fixed-header > a.btn.book-now {
	padding: 10px 15px;
}

a.booknav.btn.book-now {
	position: absolute;
	top: 29px;
	right: 29px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}

/*sparta*/

/*LOAD PAGE*/
.load-page {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 10000000;
}

.load-page .spinner {
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 40px;
	margin: 100px auto;
}

.load-page .spinner > div {
	background-color: #b0914f;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.load-page .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.load-page .spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.load-page .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.load-page .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}

}

@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}

}

/*Home default header*/
.vk-menu-mobile-nav .uni-icon-close span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto;
	width: 44px;
	height: 44px;
	border: solid 1px #aeaeae;
	border-radius: 50%;
}

.vk-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile {
	margin: 40px 20px 0 20px;
}

.vk-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .input-group {
	background: transparent;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.vk-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .form-control {
	font-size: 14px;
	font-style: italic;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
	border-right: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-radius: 0;
	border-color: transparent;
	height: 44px;
	background-color: transparent;
}

.vk-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .input-group-addon {
	color: #aeaeae;
	border-color: transparent;
	border-radius: 3px;
	background: transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.vk-menu-mobile-nav.mobile-menu-container .menu-mobile-nav {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 999;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.header-fullwidth.topbar .vk-navbar-collapse {
		padding-left: 15px;
	}

	.vk-menu-mobile-nav.mobile-menu-container .menu-mobile-nav {
		top: 70px !important;
	}

}

.vk-menu-mobile-nav.mobile-menu-container .menu-mobile-nav .icon-bar {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	width: 36px;
	height: 36px;
}

.vk-menu-mobile-nav.mobile-menu-container .menu-mobile-nav i {
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1.67;
	text-align: center;
	color: #7b7b7b;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav {
	margin: 0;
	overflow: hidden;
}

@media screen and (max-width:991px) {
	.vk-menu-mobile-nav.mobile-menu-container .navbar-toggle {
		display: block;
	}

	.vk-menu-mobile-nav.mobile-menu-container .navbar-nav,
	.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li {
		float: none;
	}

}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li {
	position: relative;
	display: block;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li a {
	display: block;
	margin: 0 20px;
	padding: 13px 20px;
	border-top: 1px solid #e9e9e9;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	color: #7b7b7b;
	text-transform: capitalize;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li a:hover {
	color: #b0914f;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li a i {
	margin-right: 15px;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li .arrow-parent {
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px 20px;
	z-index: 10;
	font-size: 14px;
	cursor: pointer;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li ul {
	display: none;
	position: static;
	margin-left: -20px;
	background: #333;
	overflow: hidden;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li ul li a {
	display: block;
	padding: 13px 20px;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu1 li a {
	padding-left: 40px;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu2 {
	background: #444;
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu2 li {
	border-color: rgba(255, 255, 255, 0.3);
}

.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu2 li a {
	padding-left: 60px;
}

.vk-menu-mobile-nav #cssmenu {
	display: none;
	position: absolute;
	top: 0;
	z-index: 5000;
	margin: 0;
	padding-bottom: 40px;
	width: 100%;
	min-height: 100%;
	background: #fff;
}

.vk-menu-mobile-nav #cssmenu .submenu-button {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	height: 46px;
	width: 46px;
	cursor: pointer;
	color: #7b7b7b;
}

.vk-menu-mobile-nav #cssmenu .submenu-button::after {
	content: '\f067';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.vk-menu-mobile-nav #cssmenu .submenu-button::before {
	content: '\f068';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.vk-menu-mobile-nav #cssmenu .submenu-button.submenu-opened:after {
	display: none;
}

.vk-menu-mobile-nav #cssmenu ul li ul {
	padding-left: 20px;
}

.vk-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button:before {
	content: '\f105';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.vk-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button:after {
	display: none;
}

.vk-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button.active:after {
	content: '\f107';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	font-family: FontAwesome;
	font-size: 18px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.vk-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button.active:before {
	display: none;
}

.vk-navbar-nav-icon-child {
	cursor: pointer;
	margin: 0;
	position: relative;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #222222;
}

.vk-navbar-nav-icon-child.active:after {
	content: "\f107";
	position: absolute;
	right: 20px;
	top: 22px;
	font-family: FontAwesome;
	color: #b0914f;
}

.vk-navbar-nav-icon-child.active:before {
	display: none;
}

.vk-navbar-nav-icon-child:before {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 20px;
	font-family: FontAwesome;
	color: #7b7b7b;
}

.nav-child {
	background: #444444;
	display: none;
	padding: 0;
	margin-left: -40px;
	margin-right: -20px;
}

.nav-child li {
	border-bottom: 1px solid #555555 !important;
	margin: 0 20px 0 60px;
}

.nav-child li a {
	padding-left: 10px !important;
	color: #aeaeae !important;
}

.vk-top-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width:991px) {
	.left-sidebar .prod-content {
		order: 1;
	}

	.left-sidebar .prod-sidebar {
		order: 2;
	}

	.uni-vc-about-us .style-aboutimg .vk-content-left .vk-image {
		margin-bottom: 30px;
	}

	.vk-main-menu .main-navigation {
		display: none;
	}

}

.vk-main-menu .main-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.vk-main-menu .main-navigation ul li {
	list-style-type: none;
	display: inline-block;
	line-height: 133px;
	padding: 0 5px;
}

.vk-main-menu .main-navigation ul li a {
	padding: 40px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: right;
	color: #7b7b7b;
	text-decoration: none;
}

@media screen and (max-width:1299px) and (min-width:1200px) {
	.vk-main-menu .main-navigation ul li a {
		padding: 40px 3px;
	}

}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-main-menu .main-navigation {
		float: none;
	}

	.vk-main-menu .main-navigation ul {
		text-align: left;
	}

	.vk-main-menu .main-navigation ul li {
		padding: 0 5px;
	}

	.vk-main-menu .main-navigation ul li a {
		font-size: 12px !important;
	}

	.vk-sidebar .vk-box {
		padding: 20px;
	}

	.widget_categories ul li a,
	.widget_archive ul li a {
		max-width: 83%;
	}

}

.vk-main-menu .main-navigation ul li a:hover {
	color: #b0914f;
}

.vk-main-menu .main-navigation ul li a i {
	float: right;
	padding-top: 7px;
}

.vk-main-menu .main-navigation ul li ul.sub-menu1 {
	display: none;
	position: absolute;
	z-index: 1000;
	text-align: left;
	min-width: 240px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-main-menu .main-navigation ul li ul.sub-menu1 {
		min-width: 220px !important;
	}

}

.vk-main-menu .main-navigation ul li ul.sub-menu1 li {
	padding: 0;
}

.vk-main-menu .main-navigation ul li ul.sub-menu1 li a {
	display: block;
	padding: 10px !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

.vk-main-menu .main-navigation ul li .sub-menu2 {
	display: none;
	position: absolute;
	z-index: 1000;
	margin-top: -51px;
	margin-left: 100%;
	padding: 0 20px;
	text-align: left;
	min-width: 300px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.vk-main-menu .main-navigation ul li .sub-menu2 li a {
	color: #7b7b7b !important;
}

.vk-main-menu .main-navigation ul li .sub-menu2 li:hover a {
	color: #b0914f !important;
}

.vk-main-menu .main-navigation ul li ul.sub-menu1 li:hover a {
	color: #b0914f;
}

.vk-main-menu .main-navigation ul li:hover ul.sub-menu1 li {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	line-height: 0;
}

.vk-main-menu .main-navigation ul li ul.sub-menu1 li:hover,
.vk-main-menu .main-navigation ul li:hover ul.sub-menu1,
.vk-main-menu .main-navigation ul li:hover ul.sub-menu1 li:hover ul.sub-menu2 {
	display: block;
}

.vk-main-menu .main-navigation ul li.vk-icon-search i {
	color: #7b7b7b;
}

.vk-main-menu .main-navigation ul li.vk-icon-search:hover {
	cursor: pointer;
}

.vk-main-menu .main-navigation ul li.vk-icon-search:hover i {
	color: #b0914f;
}

.vk-main-menu .show-hover-shortcodes {
	display: none;
	position: absolute;
	z-index: 12;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 25px;
}

.vk-main-menu .show-hover-shortcodes h4 {
	margin: 0 0 25px 0;
	padding-bottom: 13px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #b0914f;
	border-bottom: 1px solid #b0914f;
}

.vk-main-menu .show-hover-shortcodes ul {
	margin: 0;
	padding: 0;
}

.vk-main-menu .show-hover-shortcodes ul li {
	list-style-type: none;
}

.vk-main-menu .show-hover-shortcodes ul li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.57;
	text-align: left;
	color: #7b7b7b;
}

.vk-main-menu .show-hover-shortcodes ul li a i {
	margin-right: 10px;
}

.vk-main-menu .show-hover-shortcodes ul li:hover a {
	color: #b0914f;
}

.vk-main-menu .box-search-header {
	position: absolute;
	right: 0;
	left: 0;
	top: -1px;
}

.vk-main-menu .vk-input-group {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-color: #fff;
}

.vk-main-menu .vk-input-group .stylish-input-group .input-group-addon {
	background: white !important;
	border-radius: 0;
	border: none;
	z-index: 3;
	position: relative;
}

.vk-main-menu .vk-input-group .stylish-input-group .input-group-addon i {
	color: #aeaeae;
	font-size: 16px;
}

.vk-main-menu .vk-input-group .stylish-input-group .input-group-addon i:hover {
	color: #b0914f;
}

.vk-main-menu .vk-input-group .stylish-input-group .form-control {
	border-right: 0;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-color: #fff;
	border-radius: 0;
	height: 80px;
	z-index: 3;
}

.vk-main-menu .vk-input-group .stylish-input-group .form-control::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 1.88;
	text-align: left;
	color: #aeaeae;
}

.vk-main-menu .vk-input-group .stylish-input-group .form-control::-moz-placeholder {
	font-size: 16px;
	line-height: 1.88;
	text-align: left;
	color: #aeaeae;
}

.vk-main-menu .vk-input-group .stylish-input-group .form-control:-ms-input-placeholder {
	font-size: 16px;
	line-height: 1.88;
	text-align: left;
	color: #aeaeae;
}

.vk-main-menu .vk-input-group .stylish-input-group .form-control:-moz-placeholder {
	font-size: 16px;
	line-height: 1.88;
	text-align: left;
	color: #aeaeae;
}

.vk-main-menu .vk-input-group .stylish-input-group button {
	border: 0;
	background: transparent;
}

/*End Home default Header*/
@media screen and (max-width:991px) {
	.is-sticky {
		visibility: hidden;
	}

}

@media screen and (min-width:992px) {
	.is-sticky {
		position: relative;
		z-index: 123456;
		height: 100px;
	}

	.is-sticky .uni-sticky {
		-webkit-box-shadow: 5px 0 6px #ccc;
		box-shadow: 5px 0 6px #ccc;
		background: #fff;
	}

	.is-sticky .wrapper-logo {
		padding: 20px 0;
	}

	.is-sticky .main-navigation ul li {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 100px;
	}

	.menu-hidden {
		height: 100px;
	}

}

/*Footer*/
.site-footer {
	background: #333333;
	padding-top: 80px;
}

@media screen and (max-width:767px) {
	.site-footer .footer-main-content-element {
		margin-bottom: 60px;
	}

}

.site-footer .vk-widget-footer-1 h3 img {
	width: 131px;
	height: 46px;
}

.site-footer .vk-widget-footer-1 .vk-widget-content-info {
	margin-top: 42px;
	margin-bottom: 30px;
}

.site-footer .vk-widget-footer-1 .vk-widget-content-info p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.86;
	text-align: left;
	color: #aeaeae;
}

.site-footer .vk-widget-footer-1 .vk-widget-content-info p span {
	margin-right: 12px;
	font-family: themify;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #b0914f;
}

.site-footer .vk-widget-footer-1 .vk-widget-content-share p a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.site-footer .vk-widget-footer-1 .vk-widget-content-share p a i:hover {
	color: #b0914f;
	border: 1px solid #b0914f;
}

.site-footer .widget h3 {
	margin-top: 0;
	margin-bottom: 39px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: left;
	color: #b0914f;
}

.site-footer .widget ul.vk-widget-content-2 {
	padding: 0;
}

.site-footer .widget ul.vk-widget-content-2 li {
	list-style-type: none;
}

.site-footer .widget ul.vk-widget-content-2 li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.57;
	text-align: left;
	color: #aeaeae;
	text-decoration: none;
}

.site-footer .widget ul.vk-widget-content-2 li a:hover {
	color: #b0914f;
}

.site-footer .widget ul.vk-widget-content-2 li a i {
	margin-right: 8px;
}

.site-footer .vk-widget-footer-4 input {
	height: 50px;
}

.site-footer .vk-widget-footer-4 .form-control {
	border-radius: 0;
	border-right: none;
}

.site-footer .vk-widget-footer-4 .form-control:focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.site-footer .vk-widget-footer-4 .input-group-addon {
	border-radius: 0;
	background: #FFFFFF;
	border-left: none;
}

.site-footer .vk-widget-footer-4 .input-group-addon span i {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-footer .vk-widget-footer-4 .input-group-addon:hover {
	cursor: pointer;
}

.site-footer .vk-widget-footer-4 .input-group-addon:hover i {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-footer .vk-widget-footer-4 .vk-widget-trip {
	margin-top: 50px;
}

.site-footer .copyright-area .copyright-content {
	border-top: 1px solid #444444;
	padding: 30px 0;
	margin-top: 80px;
}

.site-footer .copyright-area .copyright-content .copyright-text {
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
}

.site-footer .copyright-area .copyright-content .copyright-text span {
	color: #b0914f;
}

.site-footer .copyright-area .copyright-content .copyright-text span a {
	color: #b0914f;
}

.site-footer .copyright-area .copyright-content .copyright-menu {
	float: right;
	margin: 0;
	padding: 0;
}

.site-footer .copyright-area .copyright-content .copyright-menu li {
	list-style-type: none;
	display: inline-block;
}

.site-footer .copyright-area .copyright-content .copyright-menu li a {
	font-size: 14px;
	line-height: 1.86;
	text-align: right;
	color: #7b7b7b;
	text-decoration: none;
	border-left: 1px solid #7b7b7b;
	padding: 0 11px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-footer .copyright-area .copyright-content .copyright-menu li a:hover {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-footer .copyright-area .copyright-content .copyright-menu li:first-child a {
	border-left: none;
}

/*End Footer*/

/*Sidebar Blog*/
.vk-blog-list-right-search .stylish-input-group .input-group-addon {
	background: white !important;
	border-radius: 0;
}

.vk-blog-list-right-search .stylish-input-group .form-control {
	border-right: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	border-radius: 0;
	height: 50px;
}

.vk-blog-list-right-search .stylish-input-group button {
	border: 0;
	background: transparent;
}

.vk-blog-list-body-right h4 {
	margin: 0 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #333333;
}

.vk-blog-list-right-category {
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top: 30px;
}

.vk-blog-list-right-category ul {
	margin: 0;
	padding: 0;
}

.vk-blog-list-right-category ul li {
	list-style-type: none;
}

.vk-blog-list-right-category ul li a {
	display: block;
	font-size: 14px;
	line-height: 2.57;
	text-align: left;
	color: #333333;
	text-decoration: none;
}

.vk-blog-list-right-category ul li:hover a {
	color: #b0914f;
}

.vk-blog-list-right-recent-post {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
}

.vk-blog-list-right-recent-post .vk-recent-post-item {
	margin-bottom: 20px;
}

.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-item-img img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-item-img:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-text h2 {
	margin: 0;
	line-height: 0;
	padding: 10px 0;
}

.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-text h2 a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.63;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-text h2:hover a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-text .time {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
}

.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-text .time i {
	font-family: FontAwesome;
	font-weight: normal;
	color: #b0914f;
}

.vk-blog-list-right-archives {
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top: 30px;
}

.vk-blog-list-right-archives ul {
	margin: 0;
	padding: 0;
}

.vk-blog-list-right-archives ul li {
	list-style-type: none;
}

.vk-blog-list-right-archives ul li a {
	display: block;
	font-size: 14px;
	line-height: 2.57;
	text-align: left;
	color: #333333;
	text-decoration: none;
}

.vk-blog-list-right-archives ul li:hover a {
	color: #b0914f;
}

/*End Siderbar Blog*/

/*Home default element SlideShow*/
.vk-item-slide {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-item-slide .slide-delay-1 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.vk-item-slide .slide-delay-2 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.vk-item-slide .vk-slide-caption {
	position: absolute;
	right: 0;
	left: 0;
}

.vk-item-slide .vk-slide-caption h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.73;
	letter-spacing: 7.5px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

@media screen and (max-width:767px) {
	.vk-item-slide .vk-slide-caption h3 {
		font-size: 11px;
		margin-top: 0;
	}

}

.vk-item-slide .vk-slide-caption h2 {
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:767px) {
	.vk-item-slide .vk-slide-caption h2 {
		font-size: 30px;
		margin-top: 0;
	}

}

.vk-slide {
	position: relative;
}

.vk-slide .owl-stage-outer {
	width: 100%;
}

.vk-slide .owl-theme .owl-nav {
	margin-top: -5px;
}

.vk-item-slide-btn1a button {
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: transparent;
	text-align: center;
	font-size: 16px !important;
	font-family: FontAwesome;
}

.vk-item-slide-btn1a button:hover {
	color: #b0914f;
}

.vk-item-slide-btn1a button:focus {
	outline: none;
}

.vk-item-slide-btn1a button.vk-pause {
	display: none;
}

.vk-item-slide-btn1a button.vk-mutesound {
	display: none;
}

.vk-item-slide-btn1a ul {
	margin: 0;
	padding: 0;
}

.vk-item-slide-btn1a ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

.vk-slide .slider-video {
	position: relative;
	width: 100%;
	max-height: 793px;
	overflow: hidden;
}

.vk-slide .slider-video #video-demo {
	width: 100%;
	height: 100%;
}

.vk-sparta-about {
	padding-top: 99px;
}

.vk-sparta-head-title h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
	margin-bottom: 3px;
}

.univer-element.vk-rooms-grid-content .sparta-slider .slick-list {
	margin-left: -30px;
}

.univer-element.vk-rooms-grid-content .sparta-slider .slick-slide {
	margin-left: 30px;
	margin-bottom: 0;
}

.univer-element.vk-rooms-grid-content.list .sparta-slider .slick-list,
.univer-element.vk-rooms-grid-content.list .sparta-slider .slick-slide {
	margin-left: 0;
}

.univer-element.vk-rooms-grid-content.list .vk-dark-our-room-item-img img {
	max-height: 400px;
}

.univer-element.vk-rooms-grid-content.list span.mphb-attribute-title.mphb-children-title:before {
	content: ' - ';
	width: auto;
}

@media screen and (max-width:767px) {
	.vk-sparta-head-title h3 {
		font-size: 14px;
	}

}

.vk-sparta-head-title h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333 !important;
}

.vk-sparta-about-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}

.vk-sparta-about-text p {
	font-size: 14px;
	line-height: 2.14;
	text-align: center;
	color: #7b7b7b;
}

.vk-sparta-about-author {
	margin-top: 37px;
}

.vk-sparta-about-author p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333333;
}

.vk-sparta-about-author p span {
	color: #b0914f;
}

.vk-sparta-image .vk-sparta-image-item {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img {
	width: 100%;
}

.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img a:before,
.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img a:after {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
	transition: opacity 0.3s, -webkit-transform 0.4s;
	-o-transition: opacity 0.3s, transform 0.4s;
	transition: opacity 0.3s, transform 0.4s;
	transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
	z-index: 5;
}

.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img a:before {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img a:after {
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img:hover a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.vk-sparta-image .vk-sparta-image-item .vk-sparta-item-img:hover a:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.vk-sparta-image .vk-sparta-image-item .vk-iamge-item-caption {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vk-sparta-image .vk-sparta-image-item .vk-iamge-item-caption h2 {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.vk-sparta-image .vk-sparta-image-item:hover .vk-sparta-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room {
	background: #f9f9f9;
	padding-bottom: 150px;
	padding-top: 99px;
}

@media screen and (max-width:767px) {
	.vk-our-room {
		padding-bottom: 60px;
	}

}

.vk-our-room .vk-sparta-our-room .item {
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content {
	position: relative;
	overflow: hidden;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content:hover .vk-item-text a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text {
	padding: 31px 20px;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text h2 {
	margin-top: 0;
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text h2 a {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul {
	margin: 0;
	padding: 0;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li {
	list-style-type: none;
	display: inline-block;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li p,
.vk-sparta-about-text p,
.univer-element.vk-rooms-grid-content.list span.mphb-attribute-title.mphb-children-title:before,
.vk-item-slide .vk-slide-caption h3,
.vk-blog-list-right-recent-post .vk-recent-post-item .vk-recent-post-text .time,
.site-footer .copyright-area .copyright-content .copyright-menu li a,
.site-footer .copyright-area .copyright-content .copyright-text,
.site-footer .widget ul.vk-widget-content-2 li a,
.site-footer .vk-widget-footer-1 .vk-widget-content-info p,
.vk-main-menu .vk-input-group .stylish-input-group .form-control::-moz-placeholder,
.vk-main-menu .vk-input-group .stylish-input-group .form-control:-ms-input-placeholder,
.vk-main-menu .vk-input-group .stylish-input-group .form-control:-moz-placeholder,
.vk-main-menu .vk-input-group .stylish-input-group .form-control::-webkit-input-placeholder,
.vk-main-menu .show-hover-shortcodes ul li a,
.vk-main-menu .main-navigation ul li ul.sub-menu1 li a,
.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li ul li a,
.vk-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .form-control,
.sparta-more-link,
.comment-list .comment .reply a.comment-reply-link,
.widget_recent_entries span.post-date,
.widget_sparta_recent_posts .widget-lst-info time,
.widget_product_categories > ul >li > a,
.widget.widget_archive > ul >li > a,
.widget.widget_categories > ul > li > a,
.widget.widget_pages > ul >  li > a,
.widget.widget_nav_menu > ul >  li > a,
.vk-shop-item .vk-title,
.mphb_sc_checkout-wrapper .mphb-customer-details-title,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-price-details .mphb-price-breakdown-title,
.vk-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .form-control,
.vk-service-detail .uni-number-txt,
.vk-service-detail .uni-number-count,
.slider-reservation.popular-rooms .vk-booking-head h2 {
	font-family: "Source Sans Pro", sans-serif;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li p span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li:last-child {
	float: right;
}

.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li:last-child p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-our-room .vk-sparta-our-room .owl-carousel .owl-dots.disabled {
	display: block;
}

.vk-our-room .vk-sparta-our-room .owl-theme .owl-dots .owl-dot.active span,
.vk-our-room .vk-sparta-our-room .owl-theme .owl-dots .owl-dot:hover span {
	background: #b0914f;
}

.vk-our-room .vk-spartar-our-room-mobile .item {
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content {
	position: relative;
	overflow: hidden;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content:hover .vk-item-text a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text {
	padding: 31px 20px;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text h2 {
	margin-top: 0;
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text h2 a {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul {
	margin: 0;
	padding: 0;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul li {
	list-style-type: none;
	display: inline-block;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul li p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul li p span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul li:last-child {
	float: right;
}

.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul li:last-child p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-our-room .vk-spartar-our-room-destop {
	display: block;
}

.vk-our-room .vk-spartar-our-room-mobile {
	display: none;
}

@media screen and (max-width:767px) {
	.vk-our-room .vk-spartar-our-room-destop {
		display: none;
	}

	.vk-our-room .vk-spartar-our-room-mobile {
		display: block;
	}

}

/*End Home default element Ourroom*/

/* Home default element Testimonial*/
.vk-sparta-testimonial {
	padding-bottom: 100px;
	padding-top: 99px;
}

.vk-sparta-testimonial-content .item .vk-sparta-star {
	margin-bottom: 40px;
}

.vk-sparta-testimonial-content .item .vk-sparta-star p {
	text-align: center;
}

.vk-sparta-testimonial-content .item .vk-sparta-star p span {
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 3.6px;
	text-align: center;
	color: #f2bf52;
}

.vk-sparta-testimonial-content .item .vk-sparta-star p span:last-child {
	color: #e0e0e0;
}

.vk-sparta-testimonial-text {
	margin-bottom: 22px;
	font-style: italic;
	font-size: 1.1rem;
}

.light .vk-sparta-testimonial-text {
	color: #e0e0e0;
}

.vk-sparta-testimonial-content .item .vk-sparta-testimonial-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.88;
	text-align: center;
	color: #7b7b7b;
}

.vk-sparta-testimonial-content .item .vk-sparta-testimonial-author p {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333333;
}

.vk-sparta-testimonial-content .item .vk-sparta-testimonial-author p span {
	color: #b0914f;
}

.vk-sparta-testimonial-content .owl-theme .owl-nav {
	visibility: hidden;
}

.vk-sparta-testimonial-content .owl-theme .owl-dots .owl-dot.active span,
.vk-sparta-testimonial-content .owl-theme .owl-dots .owl-dot:hover span {
	background: #b0914f;
}

.vk-sparta-testimonial-content .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 25px;
}

/*End Home default element Testimonial*/

/*Home default element Blog*/
.vk-sparta-home-blog {
	background: #f9f9f9;
	padding-top: 99px;
}

.vk-sparta-home-blog {
	padding-bottom: 100px;
}

@media screen and (max-width:767px) {
	.vk-sparta-home-blog {
		padding-bottom: 60px;
	}

}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content:hover .vk-item-text h2 a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text {
	padding: 30px;
	background-color: #fff;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text h2 {
	border-bottom: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 0;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text h2 a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: left;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text .time {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .owl-theme .owl-dots .owl-dot.active span,
.vk-sparta-home-blog .vk-sparta-home-blog-content .owl-theme .owl-dots .owl-dot:hover span {
	background: #b0914f;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 40px;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item {
	margin-bottom: 30px;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content:hover .vk-item-text h2 a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text {
	padding: 30px;
	background-color: #fff;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text h2 {
	border-bottom: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 0;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text h2 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text .time {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile {
	display: none;
}

.vk-sparta-home-blog .vk-sparta-home-blog-content-destop {
	display: block;
}

@media screen and (max-width:767px) {
	.vk-sparta-home-blog .vk-sparta-home-blog-content-mobile {
		display: block;
	}

	.vk-sparta-home-blog .vk-sparta-home-blog-content-destop {
		display: none;
	}

}

/*End Home default element Blog*/

/*Home default element Image Gallery*/
.vk-sparta-image-gallery {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-sparta-image-gallery .vk-sparta-image-gallery-img {
	width: 100%;
}

.vk-sparta-image-gallery .vk-sparta-image-gallery-img img {
	width: 100%;
	height: auto;
}

.vk-sparta-image-gallery .vk-sparta-image-gallery-text {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vk-sparta-image-gallery .vk-sparta-image-gallery-text a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 3.6px;
	text-align: center;
	color: #333333;
	background: #FFFFFF;
	padding: 14px 33px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-sparta-image-gallery .vk-sparta-image-gallery-text a:hover {
	background: #b0914f;
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-image-gallery .vk-gallery-item-img {
	position: relative;
	overflow: hidden;
}

.vk-sparta-image-gallery .vk-gallery-item-img:before {
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-image-gallery .vk-gallery-item-img:hover:before {
	opacity: 1;
}

.vk-sparta-image-gallery .vk-gallery-item-img img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (min-width:1200px) {
	.vk-sparta-image-gallery .vk-gallery-item-img:hover {
		cursor: pointer;
	}

	.vk-sparta-image-gallery .vk-gallery-item-img:hover img {
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.vk-sparta-image-gallery .vk-gallery-item-img:hover .vk-item-caption {
		opacity: 1;
	}

	.vk-sparta-image-gallery .vk-gallery-item-img:hover .vk-item-caption .featured-slider-overlay {
		opacity: 1;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.vk-sparta-image-gallery .vk-gallery-item-img:hover .vk-item-caption .vk-item-caption-text {
		opacity: 1;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
		transition: all 0.7s;
	}

}

.vk-sparta-image-gallery .vk-gallery-item-img .vk-item-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	width: 90%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-image-gallery .vk-gallery-item-img .vk-item-caption h4 {
	margin-bottom: 0;
}

.vk-sparta-image-gallery .vk-gallery-item-img .vk-item-caption .vk-item-caption-text {
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-image-gallery .vk-gallery-item-img .vk-item-caption .vk-item-caption-text h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	z-index: 2;
	margin-bottom: 0;
	text-transform: capitalize;
}

.vk-sparta-image-gallery .vk-gallery-item-img .vk-item-caption .vk-item-caption-text h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.14;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.home-slider .wpb_content_element {
	margin-bottom: 0;
}

.booking-hotel-all {
	padding: 40px 0;
}

.booking-hotel-all ul {
	margin: 0;
	padding: 0;
}

.booking-hotel-all ul li {
	list-style-type: none;
	float: left;
	background: #ffffff;
	width: 19%;
	padding: 15px 20px;
	margin-right: 14px;
}

@media screen and (max-width:991px) {
	.booking-hotel-all ul li {
		width: 100%;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1199px) and (min-width:992px) {
	.booking-hotel-all ul li {
		margin-right: 11px;
	}

}

.booking-hotel-all ul li:nth-child(5) {
	margin-right: 0;
	background: none;
	padding: 0;
}

.booking-hotel-all ul li .input-group-addon {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #b0914f;
}

.booking-hotel-all ul li .input-group-addon:hover {
	background: #ffffff;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.booking-hotel-all ul li .form-group {
	margin-bottom: 0;
	padding: 0 15px;
}

.booking-hotel-all ul li input {
	width: 100%;
	height: 50px;
	border-radius: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.43;
	text-align: left;
	color: #333333;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.booking-hotel-all ul li input {
		font-size: 14px;
	}

}

.booking-hotel-all ul li .form-control {
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.booking-hotel-all ul li .wrap-select {
	height: 50px;
}

.booking-hotel-all ul li .wrapper-dropdown-3 {
	padding: 0;
}

.booking-hotel-all ul li .wrapper-dropdown-3 span {
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
	text-align: left;
	color: #333333;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.booking-hotel-all ul li .wrapper-dropdown-3 span {
		font-size: 20px;
	}

}

.booking-hotel-all ul li .wrapper-dropdown-3 ul {
	margin-top: 15px;
}

.booking-hotel-all ul li .wrapper-dropdown-3 ul li {
	padding: 0;
	font-size: 14px;
	font-weight: 700;
}

.booking-hotel-all ul li h4 {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #7b7b7b;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 13px;
	margin-bottom: 10px;
	margin-top: 0;
}

.booking-hotel-all ul li .input-group-addon {
	border-radius: 0;
	border: none;
	background: transparent;
	color: #7b7b7b;
	padding-top: 15px;
}

.booking-hotel-all ul li .input-group-addon .glyphicon-calendar:before {
	display: none !important;
}

.booking-hotel-all ul li select,
.booking-hotel-all ul li .vk-shop-cart-body .vk-shop-cart4 .shipping input,
.vk-shop-cart-body .vk-shop-cart4 .shipping .booking-hotel-all ul li input {
	display: block;
	padding: 6px 12px;
	width: 100%;
	height: auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.43;
	text-align: left;
	color: #333333;
	border-radius: 0;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
}

.booking-hotel-all ul li select option,
.booking-hotel-all ul li .vk-shop-cart-body .vk-shop-cart4 .shipping input option,
.vk-shop-cart-body .vk-shop-cart4 .shipping .booking-hotel-all ul li input option {
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.booking-hotel-all ul li .vk-btn-check .btn {
	padding: 22px 20px;
	border: 2px solid #b0914f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.47;
	text-align: center;
	color: #fff;
	white-space: normal;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.booking-hotel-all ul li .vk-btn-check .btn:hover {
	color: #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* End Home default element Booking hotel*/

/*Home default element Select*/
.wrapper-dropdown-3 {
	position: relative;
	padding: 15px 30px;
	background: #fff;
	cursor: pointer;
	outline: none;
}

.wrapper-dropdown-3 ul li {
	display: block !important;
	width: 100%;
}

.wrapper-dropdown-3:after {
	content: "\f107";
	width: 0;
	height: 0;
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
	top: 30%;
	margin-top: -3px;
}

.wrapper-dropdown-3 .dropdown {

	/* Size & position */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: white;
	border: 1px solid #f0f0f0;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	list-style: none;
	z-index: -1;
	display: none;
}

.wrapper-dropdown-3 .dropdown li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #f0f0f0;
	-webkit-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
	float: right;
	color: inherit;
}

.wrapper-dropdown-3 .dropdown li:hover a {
	border-left: 5px solid #b0914f;
	color: #b0914f;
}

.wrapper-dropdown-3.active .dropdown {
	opacity: 1;
	z-index: 3;
	display: block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
	display: none;
	opacity: 1;
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
	display: block;
}

.vk-sparta-dark-about-right-bg {
	position: relative;
	background-size: cover;
	overflow: hidden;
}

.vk-sparta-dark-about .vk-sparta-dark-about-left {
	background-position: center center;
	background-size: cover;
	height: 778px;
	width: 100%;
}

.vk-sparta-dark-about .vk-sparta-dark-about-right {
	padding-top: 77px;
	padding-bottom: 63px;
	padding-left: 78px;
	padding-right: 178px;
}

@media screen and (max-width:1027px) and (min-width:992px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right {
		padding-top: 35px;
		padding-bottom: 40px;
		padding-left: 50px;
		padding-right: 50px;
	}

}

@media screen and (max-width:1085px) and (min-width:1028px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right {
		padding: 50px;
	}

}

@media screen and (max-width:1370px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right {
		padding-right: 50px;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right {
		padding: 60px 20px;
	}

}

.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-header h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: left;
	color: #b0914f;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-header h3 {
		text-align: center;
	}

}

.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-header h2 {
	margin: 0;
	padding-top: 20px;
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #fff;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-header h2 {
		text-align: center;
	}

}

.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-header .vk-dark-about-border {
	width: 40px;
	height: 3px;
	margin-top: 30px;
	background-color: #b0914f;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-header .vk-dark-about-border {
		margin: 30px auto;
	}

}

.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-content {
	margin-top: 59px;
	margin-bottom: 57px;
}

.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: justify;
	color: #aeaeae;
}

.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-author p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	color: #ffffff;
}

.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-author p span {
	color: #b0914f;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-author p {
		text-align: center;
	}

}

/*.vk-sparta-dark-about .vk-sparta-dark-about-right-down {
position: absolute;
bottom: 0; }*/
.vk-sparta-dark-about-right-down img {
	width: 100%;
}

@media screen and (max-width:1400px) {
	.vk-sparta-dark-about .vk-sparta-dark-about-right-down {
		display: none;
	}

}

/* End Home dark background welcometo*/

/*Home dark background ourservices*/
.vk-sparta-dark-our-service {
	background: #000000;
	padding-top: 99px;
}

.vk-sparta-dark-our-service .vk-sparta-head-title h3 {
	margin: 0;
}

.vk-sparta-dark-our-service .vk-sparta-head-title h2 {
	color: #FFFFFF !important;
}

/*End Home dark background ourservices*/

/*Home dark background ourrooms*/
.vk-sparta-dark-our-rooms {
	background-size: cover;
	position: relative;
	padding: 100px 0;
}

@media screen and (max-width:991px) {
	.vk-sparta-dark-our-rooms {
		height: auto;
	}

}

.vk-sparta-dark-our-rooms .item {
	background: #fff;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-our-rooms .item {
		margin: 0 20px;
	}

}

.vk-sparta-dark-our-rooms .item .vk-dark-our-room-item-img img {
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-dark-our-rooms .item .vk-dark-our-room-item-img:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-dark-our-rooms .vk-sparta-head-title h3 {
	margin: 0;
}

.vk-sparta-dark-our-rooms .vk-sparta-head-title h2 {
	color: #fff !important;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right {
	padding: 0 30px;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 {
	margin-top: 38px;
	margin-bottom: 0;
}

@media screen and (max-width:1199px) and (min-width:991px) {
	.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 {
		margin-top: 20px;
	}

}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 a {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #333333;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 a:hover {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 26px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul {
		padding: 10px 0;
	}

}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li {
	list-style-type: none;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.86;
	text-align: left;
	color: #333333;
	font-weight: 700;
	margin: 0;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li p span {
	font-weight: normal;
	color: #7b7b7b;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li p i {
	margin-right: 10px;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book {
	border-top: 1px solid #f0f0f0;
	padding: 20px 0;
}

@media screen and (max-width:1199px) and (min-width:991px) {
	.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book {
		padding: 14px 0;
	}

}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left {
	float: left;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li {
	list-style-type: none;
	display: inline-block;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li p span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li:last-child p {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right {
	float: right;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: left;
	color: #333333;
	text-decoration: none;
}

.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right a:hover {
	color: #b0914f;
}

.vk-sparta-dark-our-rooms .owl-nav .owl-prev {
	position: absolute;
	left: -6% !important;
	top: 45% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50px;
	padding: 0;
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.vk-sparta-dark-our-rooms .owl-nav .owl-prev {
		left: 40% !important;
		top: 87% !important;
	}

}

@media screen and (max-width:1299px) and (min-width:1200px) {
	.vk-sparta-dark-our-rooms .owl-nav .owl-prev {
		left: 40% !important;
		top: 87% !important;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-dark-our-rooms .owl-nav .owl-prev {
		display: none !important;
	}

}

.vk-sparta-dark-our-rooms .owl-nav .owl-prev:after {
	content: "\f177";
	display: block;
	color: rgba(224, 224, 224, 0.2);
	font-family: FontAwesome;
	font-size: 30px;
	padding: 9px;
	line-height: 1;
	text-align: left;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-dark-our-rooms .owl-nav .owl-next {
	background: white;
	border-radius: 50px;
	position: absolute;
	right: -6% !important;
	top: 45% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.8);
	padding: 0;
}

@media screen and (max-width:1100px) and (min-width:992px) {
	.vk-sparta-dark-our-rooms .owl-nav .owl-next {
		right: 40% !important;
		top: 87% !important;
	}

}

@media screen and (max-width:1299px) and (min-width:1200px) {
	.vk-sparta-dark-our-rooms .owl-nav .owl-next {
		right: 40% !important;
		top: 87% !important;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-dark-our-rooms .owl-nav .owl-next {
		display: none !important;
	}

}

.vk-sparta-dark-our-rooms .owl-nav .owl-next:after {
	content: "\f178";
	display: block;
	font-family: FontAwesome;
	font-size: 30px;
	padding: 9px;
	line-height: 1;
	text-align: left;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-our-rooms .owl-nav {
		display: none;
	}

}

.vk-sparta-dark-our-rooms .owl-theme .owl-nav [class*=owl-] {
	background: transparent;
}

.vk-sparta-dark-our-rooms .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	text-decoration: none;
}

.vk-sparta-dark-our-rooms .owl-theme .owl-nav [class*=owl-]:hover:after {
	color: white;
}

.vk-sparta-dark-our-rooms .owl-dots {
	margin-top: 55px;
}

.vk-sparta-dark-our-rooms .owl-theme .owl-dots .owl-dot.active span,
.vk-sparta-dark-our-rooms .owl-theme .owl-dots .owl-dot:hover span {
	background: #b0914f;
}

/*End home dark background ourrooms*/

/*Home dark background testimonial*/
.vk-sparta-dark-testimonial {
	padding-bottom: 100px;
	padding-top: 99px;
	background: #000000;
}

.vk-sparta-dark-testimonial .vk-sparta-head-title h3 {
	margin: 0;
}

.vk-sparta-dark-testimonial .vk-sparta-head-title h2 {
	color: #fff !important;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-star {
	margin-bottom: 40px;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-star p {
	text-align: center;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-star p span {
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 3.6px;
	text-align: center;
	color: #f2bf52;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-star p span:last-child {
	color: #e0e0e0;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-testimonial-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.88;
	text-align: center;
	color: #aeaeae;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-testimonial-author p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333333;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-testimonial-author p span {
	color: #b0914f;
}

.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .owl-theme .owl-dots .owl-dot.active span,
.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .owl-theme .owl-dots .owl-dot:hover span {
	background: #b0914f;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-map iframe {
	width: 100%;
	min-height: 578px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	vertical-align: middle;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info {
	padding: 45px;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-header h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: left;
	color: #b0914f;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-header h2 {
	margin-top: 22px;
	margin-bottom: 38px;
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}

.vk-home-onepage-contact.black .vk-contact-us-info .vk-contact-us-info-text ul li .vk-contact-us-info-text-right h4,
.vk-home-onepage-contact.black .vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-header h2 {
	color: #333;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-header .vk-dark-contact-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin-bottom: 60px;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 40px;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li .vk-sparta-dark-contact-us-info-text-icon {
	position: absolute;
	left: 0;
	top: 10px;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li .vk-sparta-dark-contact-us-info-text-icon span {
	font-family: themify;
	font-size: 48px;
	line-height: 0.63;
	text-align: left;
	color: #b0914f;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li .vk-sparta-dark-contact-us-info-text-right {
	padding-left: 60px;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li .vk-sparta-dark-contact-us-info-text-right h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.86;
	text-align: left;
	color: #aeaeae;
	margin: 0;
}

.vk-home-onepage-contact.black .vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li .vk-sparta-dark-contact-us-info-text-right h4 {
	color: #333;
}

.vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li .vk-sparta-dark-contact-us-info-text-right p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
}

.vk-home-onepage-contact.black  .vk-sparta-dark-contact-us .vk-sparta-dark-contact-us-info .vk-sparta-dark-contact-us-info-text ul li .vk-sparta-dark-contact-us-info-text-right p {
	color: #666;
}

.pcontact-map .vk-contact-form .wpcf7-form input {
	max-width: 100%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pcontact-map .vk-contact-form .wpcf7-form textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pcontact-map .vk-contact-form .wpcf7-form input[type="submit"] {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.vk-sparta-dark-blog {
	background: #000000;
	padding-bottom: 100px;
	padding-top: 100px;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-blog {
		padding-bottom: 60px;
	}

}

.vk-sparta-dark-blog .vk-sparta-head-title h3 {
	margin: 0;
}

.vk-sparta-dark-blog .vk-sparta-head-title h2 {
	color: #fff !important;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content:hover .vk-item-text h2 a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text {
	padding: 30px;
	background-color: #ffffff;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text h2 {
	border-bottom: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 0;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text h2 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content .item .vk-sparta-item-blog-content .vk-item-text .time {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
}

.vk-sparta-home-blog-content .owl-theme .owl-dots .owl-dot.active span,
.vk-sparta-home-blog-content .owl-theme .owl-dots .owl-dot:hover span {
	background: #b0914f;
}

.vk-sparta-home-blog-content-mobile .item {
	margin-bottom: 30px;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content:hover .vk-item-text h2 a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text {
	padding: 30px;
	background-color: #ffffff;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text h2 {
	border-bottom: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 0;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text h2 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-home-blog-content-mobile .item .vk-sparta-item-blog-content .vk-item-text .time {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
}

.vk-sparta-home-blog-content-mobile {
	display: none;
}

.vk-sparta-home-blog-content-destop {
	display: block;
}

@media screen and (max-width:767px) {
	.vk-sparta-home-blog-content-mobile {
		display: block;
	}

	.vk-sparta-home-blog-content-destop {
		display: none;
	}

}

.vk-sparta-dark-background {
	position: relative;
	overflow: hidden;
}

.vk-sparta-dark-background ul {
	margin: 0;
}

.vk-sparta-dark-background .mobile-nav .navbar-toggle {
	float: none;
	position: absolute;
	top: 15px !important;
	right: 0;
}

.vk-sparta-dark-background .vk-dark-menu-logo {
	float: left;
}

.vk-sparta-dark-background .vk-dark-menu-text {
	position: relative;
}

.vk-sparta-dark-background .vk-dark-menu-text .show-hover-shortcodes {
	top: 102px;
}

.vk-sparta-dark-background .vk-dark-menu-text .box-search-header {
	top: 102px !important;
}

.vk-sparta-dark-background .vk-main-dark-menu {
	background: #191919;
	padding: 0 20px;
}

.vk-sparta-dark-background .vk-main-dark-menu .box-search-header {
	top: -1px;
}

.vk-sparta-dark-background .vk-main-dark-menu .wrapper-logo {
	padding-top: 27px;
	padding-bottom: 27px;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-background .vk-main-dark-menu .wrapper-logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}

.vk-sparta-dark-background .vk-main-dark-menu .wrapper-logo img {
	width: 131px;
	height: 46px;
	overflow: hidden;
}

.vk-sparta-dark-background .vk-main-dark-menu .main-navigation {
	text-align: center;
	float: none;
}

@media screen and (max-width:991px) {
	.vk-sparta-dark-background .vk-main-dark-menu .main-navigation {
		display: none;
	}

}

.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li {
	list-style-type: none;
	display: inline-block;
	line-height: 102px;
	padding: 0 10px;
}

@media screen and (max-width:1365px) and (min-width:1320px) {
	.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li {
		padding: 0 5px;
	}

}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li {
		padding: 0;
	}

}

.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li a {
	padding: 40px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #aeaeae;
	text-decoration: none;
}

@media screen and (max-width:1325px) and (min-width:1200px) {
	.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li a {
		padding: 40px 0;
	}

}

@media screen and (max-width:1040px) and (min-width:992px) {
	.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li a {
		padding: 40px 5px;
		font-size: 12px !important;
	}

}

.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li a:hover {
	color: #b0914f;
}

.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li.vk-icon-search i {
	color: #aeaeae;
}

.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li.vk-icon-search:hover i {
	color: #b0914f;
}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right {
	float: right;
	padding: 15px 0;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right {
		width: 100%;
		padding: 0;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right {
		display: none;
	}

}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
	padding: 20px 0;
}

@media screen and (max-width:320px) {
	.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li {
		font-size: 9px !important;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li {
		width: 30%;
		font-size: 10px;
		padding: 0;
	}

}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li:last-child {
	color: white;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px 0;
}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li:last-child:hover {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:767px) {
	.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li:last-child {
		width: 37%;
	}

}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li a {
	display: block;
	background: #b0914f;
	padding: 12px 33px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li a:hover {
	background: #fff;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li .ui.selection.dropdown {
	background: transparent;
}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li .ui.dropdown .menu > .item {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

.vk-sparta-dark-background .vk-main-dark-menu .vk-top-header-right ul li .ui.selection.dropdown {
	padding: 0 10px 43px 10px;
}

.vk-sparta-dark-background .is-sticky {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.vk-sparta-dark-background .is-sticky .main-navigation ul li {
	line-height: 100px;
}

.vk-sparta-dark-background .is-sticky .show-hover-shortcodes {
	top: 100px;
}

.vk-sparta-dark-background .is-sticky .box-search-header {
	top: 100px !important;
}

.vk-booking-hotel-dark-background {
	background: black;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-booking-hotel-dark-background .booking-hotel-all ul li {
		margin-right: 9px !important;
	}

}

:focus {
	outline: none;
}

.vk-left-menu .vk-header-left-menu {
	z-index: 10;
}

.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background: #b0914f;
}

.navbar-default .navbar-nav > li > a:focus:hover {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #b0914f;
}

.side-menu #search {
	position: relative;
	z-index: 1000;
}

.side-menu #search .panel-body {
	padding: 0;
}

.side-menu #search .panel-body .navbar-form {
	padding: 0;
	padding-right: 50px;
	width: 100%;
	margin: 0;
	position: relative;
	border-top: 1px solid #e7e7e7;
}

.side-menu #search .panel-body .navbar-form .form-group {
	width: 100%;
	position: relative;
}

.side-menu #search .panel-body .navbar-form input {
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 50px;
}

.side-menu #search .panel-body .navbar-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	border-radius: 0;
	background-color: #f3f3f3;
	padding: 15px 18px;
}

.site-flyout .brand-name-wrapper {
	padding-bottom: 50px;
	text-align: center;
}

.site-flyout .brand-name-wrapper img {
	width: 138px;
	overflow: hidden;
}

.flyout-booknow {
	margin: 50px 0;
}

/* Main body section */
@media screen and (min-width:992px) {
	.side-body {
		margin-left: 300px;
	}

}

@media screen and (min-width:1200px) {
	.side-body {
		margin-left: 360px;
	}

}

/* small screen */
@media (max-width:991px) {
	.vk-navbar .brand-name-wrapper .vk-navbar-brand {
		display: inline-block;
	}

	/* Slide side menu*/
	.side-menu-container > .navbar-nav {
		display: none;
	}

	.side-body {
		margin-top: 207px;
		position: relative;
		-moz-animation: bodyslideout 300ms forwards;
		-o-animation: bodyslideout 300ms forwards;
		-webkit-animation: bodyslideout 300ms forwards;
		animation: bodyslideout 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

}

@media screen and (max-width:991px) and (max-width:767px) {
	.side-body {
		margin-top: 65px;
	}

}

@media screen and (max-width:991px) and (max-width:991px) and (min-width:768px) {
	.side-body {
		margin-top: 145px;
	}

}

@media (max-width:991px) {
	.body-slide-in {
		-moz-animation: bodyslidein 300ms forwards;
		-o-animation: bodyslidein 300ms forwards;
		-webkit-animation: bodyslidein 300ms forwards;
		animation: bodyslidein 300ms forwards;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	/* Search */
	#search .panel-body .navbar-form {
		border-bottom: 0;
	}

	#search .panel-body .navbar-form .form-group {
		margin: 0;
	}

	/* Dropdown tweek */
	#dropdown .panel-body .vk-navbar-nav {
		margin: 0;
	}

	.navbar-toggle {
		display: block;
	}

	.panel {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

}

@media screen and (min-width:1407px) and (max-width:1535px) {
	.vk-sidebar-menu-light .vk-booking-hotel ul li {
		margin-right: 10px;
	}

}

@media screen and (min-width:1335px) and (max-width:1406px) {
	.vk-sidebar-menu-light .vk-booking-hotel ul li {
		margin-right: 8px !important;
	}

}

@media screen and (min-width:992px) and (max-width:1334px) {
	.vk-sidebar-menu-light .vk-booking-hotel ul li {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

}

.vk-sidebar-menu-dark {
	background: #000;
}

@media screen and (min-width:1407px) and (max-width:1535px) {
	.vk-sidebar-menu-dark .vk-booking-hotel ul li {
		margin-right: 10px;
	}

}

@media screen and (min-width:1335px) and (max-width:1406px) {
	.vk-sidebar-menu-dark .vk-booking-hotel ul li {
		margin-right: 8px !important;
	}

}

@media screen and (min-width:992px) and (max-width:1334px) {
	.vk-sidebar-menu-dark .vk-booking-hotel ul li {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

}

.vk-sparta-transparents-welcometo {
	padding: 100px;
	padding-bottom: 0;
}

@media screen and (max-width:991px) {
	.vk-sparta-transparents-welcometo {
		padding: 0;
	}

}

.vk-sparta-transparents-welcometo .vk-transparents-welcometo-img {
	background-size: cover;
	background-position: center center;
	height: 560px;
	width: 100%;
}

.vk-sparta-item {
	padding: 5px;
}

.vk-transparents-welcometo-info {
	padding-right: 182px;
}

@media screen and (max-width:991px) {
	.vk-transparents-welcometo-info {
		padding: 20px;
	}

}

@media screen and (max-width:1550px) and (min-width:992px) {
	.vk-transparents-welcometo-info {
		padding: 0;
	}

}

.vk-transparents-welcometo-info h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: left;
	color: #b0914f;
}

.vk-transparents-welcometo-info h2 {
	margin: 0;
	padding-top: 20px;
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

@media screen and (max-width:767px) {
	.vk-transparents-welcometo-info h3,
	.vk-transparents-welcometo-info h2 {
		text-align: center;
	}

}

.vk-transparents-welcometo-info .vk-dark-about-border {
	width: 40px;
	height: 3px;
	margin-top: 30px;
	background-color: #b0914f;
}

@media screen and (max-width:767px) {
	.vk-transparents-welcometo-info .vk-dark-about-border {
		margin: 30px auto;
	}

}

.vk-transparents-welcometo-info .vk-dark-about-right-content {
	margin-top: 59px;
	margin-bottom: 57px;
}

.vk-transparents-welcometo-info .vk-dark-about-right-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: justify;
	color: #7b7b7b;
}

.vk-transparents-welcometo-info .vk-dark-about-right-author p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	color: #333333;
}

.vk-transparents-welcometo-info .vk-dark-about-right-author p span {
	color: #b0914f;
}

@media screen and (max-width:767px) {
	.vk-transparents-welcometo-info .vk-dark-about-right-author p {
		text-align: center;
	}

}

.vk-trasparents-testimonial {
	padding-bottom: 99px;
	padding-top: 79px;
	background-size: cover;
	background-attachment: fixed;
}

.vk-trasparents-testimonial .vk-sparta-head-title h2 {
	color: #fff !important;
}

.vk-trasparents-testimonial .item .vk-sparta-testimonial-text p {
	color: #e0e0e0;
}

.vk-trasparents-testimonial .item .vk-sparta-testimonial-author {
	margin-top: 36px;
}

.vk-trasparents-testimonial .item .vk-sparta-testimonial-author p {
	color: #fff;
}

/*End Home transparent 1 testimonial*/

/* Home transparent 1 blog*/
.vk-transparents-blogs {
	padding: 99px 0;
	background: #f9f9f9;
}

.vk-transparents-blogs .vk-sparta-head-title h2 {
	color: #333333;
}

.vk-transparents-blogs .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

.vk-booking-transparent-1 {
	position: absolute;
	top: 58%;
	width: 100%;
	z-index: 1;
}

.vk-booking-transparent-1 .booking-hotel-all {
	background: #f0f0f0;
	margin-top: 85px;
	padding: 15px;
}

@media screen and (max-width:991px) {
	.vk-booking-transparent-1 {
		position: relative;
		margin-bottom: 50px;
	}

	.vk-booking-transparent-1 .booking-hotel-all {
		margin-top: 50px;
	}

}

.vk-booking-transparent-1 .booking-hotel-all ul li {
	margin-right: 13px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-booking-transparent-1 {
		position: relative;
		top: 0;
	}

	.vk-booking-transparent-1 .booking-hotel-all ul li {
		margin-right: 11px;
	}

}

.vk-booking-transparent-1 .booking-hotel-all ul li:nth-child(5) {
	margin-right: 0;
}

.vk-booking-transparent-1 .booking-hotel-all ul li .vk-btn-check .btn {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-booking-transparent-1 .booking-hotel-all ul li .vk-btn-check:hover .btn {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-transparents-1 .vk-slide {
	position: relative;
}

.vk-welcometo-transparents-2 h2 {
	color: #333;
}

.vk-our-rooms-transparents-2 {
	background: #f9f9f9;
}

.vk-our-rooms-transparents-2 .vk-sparta-head-title h2 {
	color: #333;
}

.vk-our-rooms-transparents-2 .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

/*home transparent 2 ourrooms*/

/*home transparent 2 testimonial*/
.vk-testimonial-transparents-2 .vk-sparta-head-title h2 {
	color: #333;
}

/*End home transparent 2 testimonial*/

/*Home transparent 2 blog*/
.vk-blog-transparents-2 {
	background: #f9f9f9;
}

.vk-blog-transparents-2 .vk-sparta-head-title h2 {
	color: #333;
}

/*End Home transparent 2 blog*/

/*home transparent 2 booking hotel*/
.vk-transparents-2-booking-hotel {
	position: absolute;
	width: 100%;
	top: 11%;
	right: 0;
}

@media screen and (max-width:991px) {
	.vk-transparents-2-booking-hotel {
		position: relative;
	}

}

@media screen and (max-width:1237px) and (min-width:992px) {
	.vk-transparents-2-booking-hotel {
		position: relative;
	}

}

.vk-booking-transparent-2 {
	background-color: rgba(0, 0, 0, 0.6);
	min-height: 830px;
	padding: 0 10px;
	width: 400px;
	position: absolute;
	z-index: 1;
	right: 17.5%;
}

@media screen and (max-width:991px) {
	.vk-booking-transparent-2 {
		position: relative;
		width: 100%;
		right: 0;
		padding: 50px 20px;
		margin-top: 50px;
	}

}

@media screen and (max-width:1237px) and (min-width:992px) {
	.vk-booking-transparent-2 {
		position: relative;
		width: 100%;
		right: 0;
		padding: 50px 20px;
		margin-top: 50px;
	}

}

.vk-booking-transparent-2 .booking-item {
	background: rgba(255, 255, 255, 0.15);
	padding: 20px;
	margin-bottom: 10px;
}

.vk-booking-transparent-2 .booking-item-adults {
	margin-right: 10px;
}

@media screen and (max-width:991px) {
	.vk-booking-transparent-2 .booking-item-adults {
		margin-right: 0;
	}

}

.vk-booking-transparent-2 h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #ffffff;
	margin: 0;
	border-bottom: 1px solid #fff;
}

.vk-booking-transparent-2 input {
	border-radius: 0;
	height: 50px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.43;
	text-align: left;
	color: #ffffff;
	border: none;
	background: transparent;
}

.vk-booking-transparent-2 input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.vk-booking-transparent-2 .input-group-addon {
	border-radius: 0;
	background: transparent;
	color: #fff;
	border: none;
}

.vk-booking-transparent-2 select,
.vk-booking-transparent-2 .vk-shop-cart-body .vk-shop-cart4 .shipping input,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-booking-transparent-2 input {
	border-radius: 0;
	height: 87px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.43;
	text-align: left;
	color: #ffffff;
	background: transparent;
	border: none;
}

.vk-booking-transparent-2 select.form-control,
.vk-booking-transparent-2 .vk-shop-cart-body .vk-shop-cart4 .shipping input.form-control,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-booking-transparent-2 input.form-control {
	padding: 0;
}

.vk-booking-transparent-2 select option,
.vk-booking-transparent-2 .vk-shop-cart-body .vk-shop-cart4 .shipping input option,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-booking-transparent-2 input option {
	color: #333333;
	font-size: 24px;
	height: 60px;
	overflow-y: auto;
}

.vk-booking-transparent-2 .vk-btn-check {
	margin-top: 60px;
	text-align: center;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-booking-transparent-2 .vk-btn-check {
		margin-top: 30px;
	}

}

.vk-booking-transparent-2 .vk-btn-check .btn {
	border-radius: 0;
	width: 226px;
	margin: 0 auto;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.75;
	text-align: center;
	color: #ffffff;
	background-color: #bf9e58;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-booking-transparent-2 .vk-btn-check .btn:hover {
	background: #fff;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-booking-transparent-2 .vk-booking-head {
	padding-top: 79px;
	padding-bottom: 60px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-booking-transparent-2 .vk-booking-head {
		padding-top: 0;
		padding-bottom: 30px;
	}

}

@media screen and (max-width:991px) {
	.vk-booking-transparent-2 .vk-booking-head {
		padding-top: 0;
	}

}

.vk-booking-transparent-2 .vk-booking-head h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

.vk-booking-transparent-2 .vk-booking-head p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 10px;
	margin-bottom: 30px;
}

.slider-reservation .vk-booking-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 15px auto;
}

.vk-booking-transparent-2 .vk-booking-head .vk-booking-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
}

.slider-reservation .mphb_sc_search-form p.mphb-required-fields-tip {
	text-align: center;
}

/* End home transparent 2 booking hotel*/

/*Home center logo header*/
.vk-sparta-center-logo .sticky-wrapper {
	height: auto !important;
}

.vk-sparta-center-logo .is-sticky .main-navigation ul li {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 100px;
}

.vk-sparta-center-logo .is-sticky .vk-navrbar-left {
	width: auto !important;
	float: left !important;
}

.vk-sparta-center-logo .is-sticky .vk-navbar-right {
	width: auto !important;
	float: right !important;
	text-align: right;
}

.vk-sparta-center-logo .vk-center-logo-menu {
	position: relative;
}

.vk-sparta-center-logo .vk-center-logo-menu .box-search-header {
	position: absolute;
	top: inherit;
}

.vk-sparta-center-logo .ui.selection.dropdown {
	background: transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #7b7b7b;
	padding-top: 20px;
}

.vk-sparta-center-logo .ui.dropdown .menu > .item {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

.vk-sparta-center-logo .mobile-nav .vk-menu-mobile-nav {
	z-index: 12345;
}

.vk-sparta-center-logo .vk-main-menu .main-navigation {
	float: none;
}

.vk-sparta-center-logo .vk-main-menu .main-navigation .vk-navrbar-left {
	width: 50%;
	float: left;
	text-align: right;
}

.vk-sparta-center-logo .vk-main-menu .main-navigation .vk-navbar-right {
	width: 50%;
	text-align: left;
	float: left;
}

.vk-sparta-center-logo .vk-main-menu ul {
	text-align: center;
}

.vk-sparta-center-logo .vk-main-menu ul li {
	padding-top: 97px;
	padding-bottom: 0 !important;
	line-height: 91px !important;
}

.vk-sparta-center-logo .vk-main-menu .show-hover-shortcodes {
	top: inherit;
}

.vk-sparta-center-logo .vk-main-menu .show-hover-shortcodes ul {
	text-align: left;
}

.vk-sparta-center-logo .vk-main-menu .show-hover-shortcodes ul li {
	padding: 0;
	line-height: normal;
}

.vk-sparta-center-logo .vk-top-header {
	display: none;
}

.vk-sparta-center-logo .vk-top-header-right ul.dropdown {
	z-index: 123456;
}

@media screen and (max-width:991px) {
	.vk-sparta-center-logo .vk-top-header {
		display: block;
	}

}

.vk-sparta-center-logo .navbar-toggle {
	z-index: 1234;
}

@media screen and (min-width:768px) {
	.vk-sparta-center-logo .navbar-toggle {
		top: 65px;
	}

}

@media screen and (max-width:767px) {
	.vk-sparta-center-logo .navbar-toggle {
		top: 65px;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-center-logo .site-header {
		position: relative;
	}

}

.vk-sparta-center-logo .navbar-header {
	background: transparent;
}

.vk-sparta-center-logo .content {
	border-bottom: 1px solid #e0e0e0;
}

.vk-sparta-center-logo .navbar-brand {
	height: auto;
	padding: 0;
}

.vk-sparta-center-logo .vk-navbar-header {
	position: absolute;
	left: 0;
	right: 0;
	width: 140px;
	height: 49px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 23;
	border: none;
	margin-top: 20px;
}

@media screen and (max-width:991px) {
	.vk-sparta-center-logo .vk-navbar-header {
		position: relative;
		display: block;
		margin: 20px 0;
		width: 100%;
		height: auto;
	}

}

.vk-sparta-center-logo .vk-navbar-header .vk-divider {
	position: absolute;
	width: 100%;
	top: 55px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.vk-sparta-center-logo .vk-navbar-header .vk-divider.left {
	right: 100%;
}

.vk-sparta-center-logo .vk-navbar-header .vk-divider.right {
	left: 100%;
}

.vk-sparta-center-logo .vk-navbar-nav {
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.vk-sparta-center-logo .vk-navbar-nav li {
	position: static;
	width: auto;
	display: inline-block;
	border: none;
}

.vk-sparta-center-logo .vk-navbar-nav li a {
	padding: 115px 10px 19px 10px;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

.vk-sparta-center-logo .vk-navbar-nav li a:not(.slicknav_item) {
	padding: 115px 15px 19px 15px;
	outline: none;
	display: block;
}

.vk-sparta-center-logo .vk-navbar-nav li span:not(.slicknav_item) {
	color: #fff;
	font-weight: 600;
	padding: 115px 10px 19px 10px;
}

.vk-sparta-center-logo .vk-navbar-nav.child {
	border-top: 3px solid #b0914f;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 1;
}

.vk-sparta-center-logo .vk-header-top {
	position: absolute;
	top: 0;
	width: 100%;
}

.vk-sparta-center-logo .vk-header-top .content {
	position: relative;
	padding: 18px 0;
	float: left;
	width: 100%;
}

.vk-sparta-center-logo .vk-header-top .quick-address {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
	line-height: normal;    /*select */
}

.vk-sparta-center-logo .vk-header-top .quick-address li {
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

.vk-sparta-center-logo .vk-header-top .quick-address li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
	background: #b0914f;
	padding: 17px 24px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-center-logo .vk-header-top .quick-address li a:hover {
	background: #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-center-logo .vk-header-top .quick-address li:last-child a {
	color: #fff;
}

.vk-sparta-center-logo .vk-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul {
	margin-top: 19px;
}

.vk-sparta-center-logo .vk-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li {
	padding: 0;
	background: transparent;
}

.vk-sparta-center-logo .vk-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li a {
	background: transparent;
	color: #b0914f;
	padding: 10px;
}

.vk-sparta-center-logo .vk-header-top .vk-navbar-left {
	float: left;
}

.vk-sparta-center-logo .vk-header-top .vk-navbar-left p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	margin-bottom: 0;
}

/*End Home center logo header*/

/*Home center logo slideshow*/
.vk-sparta-center-logo-slide .vk-slide-cation-btn {
	margin-top: 50px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.vk-sparta-center-logo-slide .vk-slide-cation-btn {
		margin-top: 10px;
	}

}

.vk-sparta-center-logo-slide .vk-slide-cation-btn ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li:last-child {
	margin-right: 0;
}

.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 19px 40px;
	border: 1px solid #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:767px) {
	.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li a {
		padding: 16px 28px;
	}

}

@media screen and (max-width:350px) {
	.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li a {
		padding: 10px 19px;
	}

}

.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li a:hover {
	background: #b0914f;
	border: 1px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li:last-child a {
	background: #b0914f;
	border: 1px solid #b0914f;
}

.vk-sparta-center-logo-slide .vk-slide-cation-btn ul li:last-child a:hover {
	background: transparent;
	border: 1px solid #fff;
}

.vk-sparta-center-logo-welcometo {
	padding-top: 100px;
}

.vk-sparta-center-logo-welcometo h2 {
	color: #333;
}

.vk-sparta-center-logo-ourrooms {
	background: #f9f9f9;
}

.vk-sparta-center-logo-ourrooms .vk-sparta-head-title h2 {
	color: #333;
}

.vk-sparta-center-logo-ourrooms .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

/*End Home center logo ourrooms*/

/*Home center logo testimonial*/
.vk-sparta-center-logo-testumonial {
	padding: 99px 0;
}

.vk-sparta-center-logo-testumonial .vk-sparta-head-title h2 {
	color: #333;
}

/*End Home center logo testimonial*/

/*Home center logo blog*/
.vk-sparta-center-logo-blog {
	padding-top: 99px;
	padding-bottom: 100px;
	background: #f9f9f9;
}

.vk-sparta-center-logo-blog .vk-sparta-head-title h2 {
	color: #333;
}

.vk-sparta-center-logo-blog .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

/*End Home center logo blog*/

/*Home center logo booking hotel*/
.vk-sparta-center-logo-slide {
	position: relative;
}

.vk-sparta-center-logo-slide .vk-slide {
	margin-bottom: 50px;
}

.vk-booking-center-logo {
	position: absolute;
	width: 100%;
	top: 92%;
	z-index: 123;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-booking-center-logo {
		position: relative;
		top: 0;
	}

}

@media screen and (max-width:991px) {
	.vk-booking-center-logo {
		position: relative;
	}

}

.vk-booking-center-logo .booking-hotel-all {
	padding: 15px;
	background: #f0f0f0;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

.vk-booking-center-logo ul li {
	margin-right: 13px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-booking-center-logo ul li {
		margin-right: 11px;
	}

}

.vk-booking-center-logo ul li:nth-child(5) {
	margin-right: 0;
}

/*end Home center logo booking hotel*/

/*Home center logo 2 header*/
.vk-sparta-center-logo-2 {
	position: relative;
	overflow: hidden;
}

.vk-sparta-center-logo-2 .ui.selection.dropdown {
	background: transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #7b7b7b;
	padding-top: 20px;
}

.vk-sparta-center-logo-2 .ui.dropdown .menu > .item {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

@media screen and (min-width:992px) {
	.vk-sparta-center-logo-2 .vk-top-header {
		display: none;
	}

}

.vk-sparta-center-logo-2 .sticky-wrapper {
	height: auto !important;
}

.vk-sparta-center-logo-2 .is-sticky .vk-divider {
	display: none;
}

.vk-sparta-center-logo-2 .is-sticky .navbar-brand {
	padding: 10px;
}

.vk-sparta-center-logo-2 .is-sticky .navbar-brand img {
	height: 80px;
	width: 74px;
	overflow: hidden;
}

.vk-sparta-center-logo-2 .is-sticky .main-navigation ul li {
	padding: 0 !important;
}

.vk-sparta-center-logo-2 .is-sticky .main-navigation ul li a {
	padding: 35px 10px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-sparta-center-logo-2 .is-sticky .main-navigation ul li a {
		padding: 37px 10px;
	}

}

.vk-sparta-center-logo-2 .main-navigation {
	float: none;
}

.vk-sparta-center-logo-2 .main-navigation ul li {
	padding-bottom: 0;
	padding-top: 67px;
	padding-left: 0;
	padding-right: 0;
}

.vk-sparta-center-logo-2 .main-navigation ul li ul.sub-menu1 li a {
	padding: 0;
}

.vk-sparta-center-logo-2 .vk-main-menu .show-hover-shortcodes {
	top: 0;
}

.vk-sparta-center-logo-2 .vk-main-menu .show-hover-shortcodes ul li {
	padding: 0;
}

.vk-sparta-center-logo-2 .vk-main-menu .box-search-header {
	top: 0;
	left: 0;
	right: 0;
}

.vk-sparta-center-logo-2 .mobile-nav .navbar-toggle {
	top: 100px;
}

.vk-sparta-center-logo-2 .site-header {
	background: #fff;
}

.vk-sparta-center-logo-2 .navbar-header {
	background: transparent;
}

.vk-sparta-center-logo-2 .navbar-brand {
	height: auto;
	padding: 20px;
}

.vk-sparta-center-logo-2 .vk-navbar-header {
	position: absolute;
	left: 0;
	right: 0;
	width: 230px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 23;
	border: none;
}

@media screen and (max-width:991px) {
	.vk-sparta-center-logo-2 .vk-navbar-header {
		position: inherit;
		margin: 0;
		width: 170px;
	}

}

.vk-sparta-center-logo-2 .vk-navbar-header .vk-divider {
	position: absolute;
	width: 198%;
	top: 85px;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	overflow: hidden;
}

.vk-sparta-center-logo-2 .vk-navbar-header .vk-divider.left {
	right: 100%;
}

.vk-sparta-center-logo-2 .vk-navbar-header .vk-divider.right {
	left: 100%;
}

.vk-sparta-center-logo-2 .vk-navbar-left {
	float: left;
}

.vk-sparta-center-logo-2 .vk-navbar-right {
	float: right;
}

.vk-sparta-center-logo-2 .vk-navbar-right .vk-icon-search {
	line-height: 102px;
}

.vk-sparta-center-logo-2 .vk-navbar-nav {
	padding-left: 0;
}

.vk-sparta-center-logo-2 .vk-navbar-nav li {
	position: static;
	width: auto;
	display: inline-block;
	border: none;
}

.vk-sparta-center-logo-2 .vk-navbar-nav li a {
	padding: 55px 10px 37px 10px;
	font-weight: 600;
	text-decoration: none;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

.vk-sparta-center-logo-2 .vk-navbar-nav li a:not(.slicknav_item) {
	padding: 55px 15px 37px 15px;
	outline: none;
	display: block;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-sparta-center-logo-2 .vk-navbar-nav li a:not(.slicknav_item) {
		padding: 59px 15px 37px 15px;
	}

}

.vk-sparta-center-logo-2 .vk-navbar-nav li span:not(.slicknav_item) {
	color: #fff;
	font-weight: 600;
	padding: 55px 10px 37px 10px;
}

.vk-sparta-center-logo-2 .vk-navbar-nav.child {
	border-top: 3px solid #b0914f;
	background-color: #fff;
	display: none;
	position: absolute;
	z-index: 1;
}

.vk-sparta-center-logo-2 .vk-header-top {
	position: absolute;
	top: 0;
	width: 100%;
}

.vk-sparta-center-logo-2 .vk-header-top .content {
	position: relative;
	padding: 18px 0;
	float: left;
	width: 100%;
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
	line-height: normal;    /*select */
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address li {
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address li:last-child a {
	color: #fff;
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
	background: #b0914f;
	padding: 17px 24px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address li a:hover {
	background: #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul {
	margin-top: 8px;
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li {
	padding: 0;
	background: transparent;
}

.vk-sparta-center-logo-2 .vk-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li a {
	background: transparent;
	color: #b0914f;
	padding: 10px;
}

.vk-sparta-center-logo-2 .vk-header-top .vk-navbar-left {
	float: left;
}

.vk-sparta-center-logo-2 .vk-header-top .vk-navbar-left p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	margin-bottom: 0;
}

.vk-sparta-center-logo-2-welcometo h2 {
	color: #333;
}

.vk-sparta-center-logo-2-our-rooms {
	background: #f9f9f9;
}

.vk-sparta-center-logo-2-our-rooms .vk-sparta-head-title h2 {
	color: #333;
}

.vk-sparta-center-logo-2-our-rooms .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

.vk-sparta-center-logo-2-testimonial .vk-sparta-head-title h2 {
	color: #333;
}

.vk-sparta-center-logo-2-blog {
	background: #f9f9f9;
}

.vk-sparta-center-logo-2-blog .vk-sparta-head-title h2 {
	color: #333;
}

.vk-sparta-header-full-width {
	overflow: hidden;
	position: relative;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu.fixed .main-navigation ul li {
	padding: 0 10px;
}

.vk-sparta-header-full-width .header-default {
	height: 101px;
}

.vk-sparta-header-full-width .ui.selection.dropdown {
	background: transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #7b7b7b;
	padding-bottom: 46px;
}

.vk-sparta-header-full-width .ui.dropdown .menu > .item {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

@media screen and (min-width:992px) {
	.vk-sparta-header-full-width .vk-top-header {
		display: none;
	}

}

.vk-sparta-header-full-width .vk-header-full-logo {
	float: left;
}

.vk-sparta-header-full-width ul {
	margin: 0;
}

.vk-sparta-header-full-width .mobile-nav .navbar-toggle {
	float: none;
	position: absolute;
	top: 78px;
	right: 0;
}

@media screen and (max-width:1219px) and (min-width:992px) {
	.vk-sparta-header-full-width .vk-top-header-right {
		display: none;
	}

}

.vk-sparta-header-full-width .vk-main-header-full-width-menu {
	background: #fff;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .wrapper-logo {
	background-size: cover;
	width: 200px;
	height: 101px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 27px;
	padding-bottom: 27px;
}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .wrapper-logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .wrapper-logo {
		padding-top: 30px;
	}

}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .wrapper-logo img {
	width: 131px;
	height: 46px;
	overflow: hidden;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-dark-menu-text {
	position: relative;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-dark-menu-text .show-hover-shortcodes {
	top: inherit;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-dark-menu-text .box-search-header {
	top: inherit;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation {
	float: none;
	text-align: center;
}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation {
		display: none;
	}

}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation ul li {
	list-style-type: none;
	display: inline-block;
	line-height: 101px;
	padding: 0 10px;
}

@media screen and (max-width:1395px) and (min-width:1220px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation ul li {
		padding: 0 0;
	}

}

@media screen and (max-width:1219px) and (min-width:992px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation ul li {
		padding: 0 4px;
	}

}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation ul li a {
	padding: 40px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: right;
	color: #7b7b7b;
	text-decoration: none;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation ul li a:hover {
	color: #b0914f;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right {
	position: relative;
	z-index: 99999;
	float: right;
	padding: 25px 0;
}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right {
		width: 100%;
		padding: 0;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: none;
	}

}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

@media screen and (max-width:320px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right ul li {
		font-size: 13px;
	}

}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right ul li {
		width: 30%;
		font-size: 10px;
	}

}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right ul li:first-child {
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px 0;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right ul li:first-child a {
	padding: 10px 33px;
	color: white;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right ul li:first-child:hover {
	background: #333333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right .wrap-select .wrapper-dropdown-3 {
	padding: 10px 30px;
}

.vk-sparta-header-full-width .vk-main-header-full-width-menu .vk-top-header-right .wrap-select .wrapper-dropdown-3 ul li:first-child {
	background: transparent;
	padding: 0;
}

/*End Home header full width header*/

/*Home header full width slideshow*/
.vk-header-full-width-slide .vk-slide-caption {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:991px) {
	.vk-header-full-width-slide .vk-slide-caption {
		position: relative;
		margin-top: 60px;
	}

}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: solid 1px #ffffff;
	border-radius: 4px;
	padding: 40px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item a .img-1 {
	margin-bottom: 30px;
}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item a .img-2 {
	display: none;
	margin-bottom: 30px;
}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item:hover {
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item:hover a {
	color: #b0914f;
}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item:hover a .img-1 {
	display: none;
}

.vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item:hover a .img-2 {
	display: block;
}

@media screen and (max-width:991px) {
	.vk-header-full-width-slide .vk-header-full-services {
	}

	.s1-one-slider .vk-header-full-width-slide .vk-slide-caption {
		position: absolute;
	}

	.s1-one-slider .vk-header-full-width-slide .vk-inner-content {
		position: static;
	}

	.s1-one-slider .home-search-room .mphb_sc_search-form > p:last-child,
	.s1-one-slider .home-search-room .mphb_sc_search-form > p {
		width: 18%;
		margin-right: 1%;
	}

	.s1-one-slider .vk-booking-hotel-header-full.home-search-room {
		background: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.s1-one-slider .vk-header-full-width-slide .vk-slide-caption .vk-slide-caption-item {
		padding: 30px 0;
	}

	.s1-one-slider .home-search-room .mphb_sc_search-form > p:last-child input {
		font-size: 18px;
	}

}

.vk-header-full-width-slide .vk-header-full-services ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-header-full-width-slide .vk-header-full-services ul li {
	float: left;
	margin-right: 30px;
	padding-left: 0;
	list-style-type: none;
	width: 15%;
}

.vk-header-full-width-slide .vk-header-full-services ul li:last-child {
	margin-right: 0;
}

.vk-booking-hotel-header-full.home-search-room .mphb_sc_search-form > p.mphb_sc_search-check-out-date:after,
.vk-booking-hotel-header-full.home-search-room .mphb_sc_search-form > p.mphb_sc_search-check-in-date:after {
	content: none;
}

.vk-sparta-header-full-width-welcometo h2 {
	color: #333;
}

.vk-sparta-header-full-width-welcometo h3 {
	margin-top: 0;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image {
	background-size: cover;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image .vk-sparta-count-item ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image .vk-sparta-count-item ul li {
	list-style-type: none;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image .vk-sparta-count-item .vk-sparta-count-item-img {
	width: 100%;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image .vk-sparta-count-item .vk-sparta-count-item-img img {
	margin: auto;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image .vk-sparta-count-item .vk-sparta-count-item-number {
	margin-top: 50px;
	margin-bottom: 42px;
	text-align: center;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image .vk-sparta-count-item .vk-sparta-count-item-number span {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 0.33;
	text-align: center;
	color: #ffffff;
}

.vk-sparta-header-full-width-welcometo .vk-sparta-image .vk-sparta-count-item h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: center;
	color: #ffffff;
}

/*Home header full width welcomto*/

/*Home header full width ourroom*/
.vk-sparta-header-full-width-our-rooms {
	background: #f9f9f9;
}

.vk-sparta-header-full-width-our-rooms .vk-sparta-head-title h2 {
	color: #333;
}

.vk-sparta-header-full-width-our-rooms .vk-sparta-head-title h3 {
	margin-top: 0;
}

.vk-sparta-header-full-width-our-rooms .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

/*End Home header full width ourrooms*/

/*Home header full width testimonial*/
.vk-sparta-header-full-width-testimonial .vk-sparta-head-title h2 {
	color: #333;
}

.vk-sparta-header-full-width-testimonial .vk-sparta-head-title h3 {
	margin-top: 0;
}

/*Home header full width testionials*/

/*Home header full width blog*/
.vk-header-full-width-blog {
	background: #f9f9f9;
}

.vk-header-full-width-blog .vk-sparta-head-title h2 {
	color: #333;
}

.vk-header-full-width-blog .vk-sparta-head-title h3 {
	margin-top: 0;
}

/*End Home header full width blog*/

/*Home header full width booking hotel*/
.vk-booking-hotel-header-full {
	background: #f0f0f0;
	margin-bottom: 60px;
}

.vk-booking-hotel-header-full .booking-hotel-all {
	padding: 15px;
}

.vk-booking-hotel-header-full ul li {
	margin-right: 13px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-booking-hotel-header-full ul li {
		margin-right: 11px;
	}

}

.vk-booking-hotel-header-full ul li:nth-child(5) {
	margin-right: 0;
}

.vk-sparta-header-full-width-2 {
	overflow: hidden;
}

.vk-sparta-header-full-width-2 .is-sticky .vk-menu-right-top {
	display: none;
}

.vk-sparta-header-full-width-2 .is-sticky .main-navigation ul li {
	padding: 0 10px !important;
	line-height: 100px !important;
}

.vk-sparta-header-full-width-2 .is-sticky .wrapper-logo {
	width: 200px !important;
	height: 100px !important;
	padding: 25px 30px !important;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-sparta-header-full-width-2 .is-sticky .vk-menu-right-bottom-left {
		float: none !important;
	}

	.vk-sparta-header-full-width-2 .is-sticky .main-navigation {
		float: none !important;
	}

	.vk-sparta-header-full-width-2 .is-sticky .main-navigation ul {
		text-align: left !important;
	}

}

.vk-sparta-header-full-width-2 .header-default {
	height: 140px;
}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width-2 .header-default {
		height: auto;
	}

}

.vk-sparta-header-full-width-2 .box-search-header {
	top: -1px;
}

.vk-sparta-header-full-width-2 .ui.selection.dropdown {
	background: transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #7b7b7b;
	padding: 18px 0;
	border-left: 1px solid #f0f0f0;
	border-radius: 0;
	padding-right: 10px;
}

.vk-sparta-header-full-width-2 .ui.dropdown .menu > .item {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

@media screen and (min-width:992px) {
	.vk-sparta-header-full-width-2 .vk-top-header {
		display: none;
	}

}

.vk-sparta-header-full-width-2 ul {
	margin: 0;
}

.vk-sparta-header-full-width-2 .mobile-nav .navbar-toggle {
	float: none;
	position: absolute;
	top: 70px;
	right: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu {
	background: #fff;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .wrapper-logo {
	float: left;
	padding: 40px 30px;
	width: 230px;
	height: 140px;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .wrapper-logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.s1-one-slider .home-search-room .mphb_sc_search-form > p {
		width: 48%;
		margin-bottom: 2%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.s1-one-slider .home-search-room .mphb_sc_search-form > p:last-child {
		width: 100%;
		margin-right: 0;
		overflow: hidden;
		margin-left: 0;
		padding: 1%;
		background: transparent;
	}

	.s1-one-slider .home-search-room .mphb_sc_search-form > p:last-child input,
	.s1-one-slider .home-search-room .mphb_sc_search-form > p {
		min-height: unset;
		height: auto;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	.s1-one-slider .vk-booking-hotel-header-full {
		margin-bottom: 30px;
	}

	.s1-one-slider .vk-header-full-width-slide .vk-header-full-services {
		display: none;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .wrapper-logo img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top {
	height: 50px;
	border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top {
		display: none;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-left {
	float: left;
	padding-top: 10px;
	padding-left: 50px;
}

@media screen and (max-width:1160px) and (min-width:992px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-left {
		display: none;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-left p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	margin: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right {
	float: right;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
	border-left: 1px solid  #f0f0f0;
	vertical-align: top;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li:last-child {
	padding: 9px 20px;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li select,
.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li .vk-shop-cart-body .vk-shop-cart4 .shipping input,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li input {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
	border: none;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li select option,
.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li .vk-shop-cart-body .vk-shop-cart4 .shipping input option,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li input option {
	padding-top: 17px;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li p {
	margin: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li p a i {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	margin-right: 10px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li p a i:hover {
	color: #b0914f;
	border: 1px solid #b0914f;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right ul li p a:last-child i {
	margin-right: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right .wrap-select .wrapper-dropdown-3 {
	padding: 9px 30px;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-top .vk-menu-right-top-right .wrap-select .wrapper-dropdown-3 ul li {
	padding: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-bottom {
	margin-bottom: -2px;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-bottom .vk-menu-right-bottom-left {
	float: left;
	padding-left: 30px;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-bottom .vk-menu-right-bottom-right {
	float: right;
	padding: 30px 20px;
}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-bottom .vk-menu-right-bottom-right {
		display: none;
	}

}

@media screen and (max-width:1169px) and (min-width:992px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-bottom .vk-menu-right-bottom-right {
		display: none;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-bottom .vk-menu-right-bottom-right a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #ffffff;
	background: #b0914f;
	padding: 18px 24px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-menu-right .vk-menu-right-bottom .vk-menu-right-bottom-right a:hover {
	background: #000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .main-navigation {
		display: none;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .main-navigation ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .main-navigation ul li {
	list-style-type: none;
	display: inline-block;
	line-height: 89px;
	padding: 0 10px;
}

@media screen and (max-width:1350px) and (min-width:992px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .main-navigation ul li {
		padding: 0 0;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .main-navigation ul li a {
	padding: 40px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: right;
	color: #7b7b7b;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .main-navigation ul li a:hover {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right {
	float: right;
	padding: 25px 0;
}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right {
		width: 100%;
		padding: 0;
	}

}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #7b7b7b;
}

@media screen and (max-width:320px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right ul li {
		font-size: 13px;
	}

}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right ul li {
		width: 30%;
		font-size: 10px;
	}

}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right ul li:first-child {
	background: #b0914f;
	color: white;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 10px 33px;
}

.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .vk-top-header-right ul li:first-child:hover {
	background: #333333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*End Home header full width 2 Header*/

/*Home header full width 2 slideshow*/
.vk-sparta-header-full-width-2 .vk-slide .vk-transparents-2-booking-hotel {
	top: 0;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-transparent-2-left {
	padding-top: 0;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-transparent-2-left h3 {
	text-align: left;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-transparent-2-left h2 {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 50px;
}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-transparent-2-left h2 {
		margin: 0;
	}

}

@media screen and (max-width:1670px) and (min-width:991px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-transparent-2-left h2 {
		font-size: 60px;
	}

}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn {
	margin-top: 50px;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul {
	margin: 0;
	padding: 0;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 19px 40px;
	border: 1px solid #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li a:hover {
	background: #b0914f;
	border: 1px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:991px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li a {
		padding: 19px 33px;
	}

}

@media screen and (max-width:400px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li a {
		padding: 15px 20px;
	}

}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li:last-child {
	margin-right: 0;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li:last-child a {
	background: #b0914f;
	border: 1px solid #b0914f;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-slide-cation-btn ul li:last-child a:hover {
	background: transparent;
	border: 1px solid #fff;
}

.vk-sparta-header-full-width-2 .vk-slide .vk-item-img {
	background-size: cover;
	background-position: center center;
	height: 932px;
	width: 100%;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-item-img {
		height: 450px;
	}

}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-item-img {
		height: 260px;
	}

}

.vk-sparta-header-full-width-2 .vk-slide .vk-item-img1 {
	background-size: cover;
	background-position: center center;
	height: 932px;
	width: 100%;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-item-img1 {
		height: 450px;
	}

}

@media screen and (max-width:767px) {
	.vk-sparta-head-title h2 {
		font-size: 40px;
	}

	.vk-sparta-header-full-width-2 .vk-slide .vk-item-img1 {
		height: 260px;
	}

}

.vk-sparta-header-full-width-2 .vk-slide .vk-item-img2 {
	background-size: cover;
	background-position: center center;
	height: 932px;
	width: 100%;
}

@media screen and (max-width:991px) and (min-width:768px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-item-img2 {
		height: 450px;
	}

}

@media screen and (max-width:767px) {
	.vk-sparta-header-full-width-2 .vk-slide .vk-item-img2 {
		height: 260px;
	}

}

/*End Home header full width 2 slideshow*/

/*Home header full width 2 booking hotel*/
.vk-header-full-slide .vk-booking-transparent-2 {
	background-color: rgba(0, 0, 0, 0.6);
	min-height: 932px !important;
	padding: 0 10px;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-header-full-slide .vk-booking-transparent-2 {
		min-height: 600px !important;
		padding: 40px 20px;
	}

}

.vk-header-full-slide .vk-transparent-2-left {
	padding-top: 260px;
}

.vk-header-full-slide .vk-booking-head h2 {
	margin: 0 !important;
	text-align: center !important;
}

.vk-about-banner {
	position: relative;
}

.vk-about-banner .vk-about-banner-destop {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 393px;
	background-size: cover;
	width: 100%;
	background-position: center center;
}

@media screen and (max-width:991px) {
	.vk-about-banner .vk-about-banner-destop {
		height: 260px;
	}

}

.vk-about-banner .vk-about-banner-destop .vk-about-banner-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vk-about-banner .vk-about-banner-destop .vk-about-banner-caption h2 {
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:991px) {
	.vk-about-banner .vk-about-banner-destop .vk-about-banner-caption h2 {
		font-size: 48px;
	}

}

.vk-about-banner .vk-about-banner-destop .vk-about-banner-caption h3 {
	text-align: center;
}

.vk-about-banner .vk-about-banner-destop .vk-about-banner-caption h3 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	color: #ffffff;
	text-decoration: none;
}

.vk-about-banner .vk-about-banner-destop .vk-about-banner-caption h3 span {
	color: #ffffff;
	font-size: 14px;
}

/*end about banner*/

/*about welcomto*/
.vk-about-welcometo {
	padding: 100px 0;
}

.vk-about-welcometo .vk-about-welcometo-left img {
	width: 100%;
}

.vk-about-right-header {
	padding: 59px 0;
}

.vk-about-right-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: left;
	color: #b0914f;
}

.vk-about-right-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.vk-about-right-header .vk-about-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin-top: 30px;
}

.vk-about-right-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #666666;
}

.vk-about-right-content .vk-about-right-content-border {
	width: 120px;
	height: 1px;
	background-color: #666666;
	margin-top: 37px;
	margin-bottom: 39px;
}

.vk-about-right-author p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	color: #333333;
}

.vk-about-right-author p span a {
	color: #b0914f;
	text-decoration: none;
}

.vk-about-welcometo-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 100px;
}

.vk-about-welcometo-share p {
	z-index: 2;
	position: absolute;
	display: inline-block;
	padding: 0 10px;
	min-width: 150px;
	background: #FFF;
}

.vk-about-welcometo-share p a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.vk-about-welcometo-share p a i:hover {
	color: #b0914f;
	border: 1px solid #b0914f;
}

.vk-about-welcometo-share hr {
	height: 4px;
	border-top: 1px solid #CCC;
	width: 100%;
	position: relative;
	background: transparent;
	content: "";
	z-index: 1;
	margin-top: 20px;
}

/*end about welcomto*/

/*about count number*/
.vk-about-count-number {
	position: relative;
	height: 550px;
}

@media screen and (max-width:991px) {
	.vk-about-count-number {
		height: auto;
	}

}

.vk-about-count-number .vk-paralax-bg {
	padding: 20px;
	background-size: cover;
	background-attachment: fixed;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.vk-about-count-number .vk-sparta-image-border {
	border: 10px solid #fff;
	height: 510px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:991px) {
	.vk-about-count-number .vk-sparta-image-border {
		height: auto;
		padding: 50px 0;
	}

}

.vk-about-count-number .vk-sparta-count-item ul {
	margin: 0;
	padding: 0;
}

.vk-about-count-number .vk-sparta-count-item ul li {
	list-style-type: none;
}

.vk-about-count-number .vk-sparta-count-item .vk-sparta-count-item-img {
	width: 100%;
}

.vk-about-count-number .vk-sparta-count-item .vk-sparta-count-item-img img {
	margin: auto;
}

.vk-about-count-number .vk-sparta-count-item .vk-sparta-count-item-number {
	margin-top: 50px;
	margin-bottom: 42px;
	text-align: center;
}

.vk-about-count-number .vk-sparta-count-item .vk-sparta-count-item-number span {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 0.33;
	text-align: center;
	color: #ffffff;
}

.vk-about-count-number .vk-sparta-count-item h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: center;
	color: #ffffff;
}

/*End about count number*/

/*about why choose us*/
.vk-about-why-choose-us {
	padding-top: 97px;
	padding-bottom: 99px;
}

.vk-about-why-choose-us .vk-about-why-choose-us-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
}

.vk-about-why-choose-us .vk-about-why-choose-us-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
}

@media screen and (max-width:991px) {
	.vk-about-why-choose-us .vk-about-why-choose-us-header h2 {
		font-size: 45px;
	}

}

.vk-about-why-choose-us .vk-about-why-choose-us-header .vk-about-boder {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 38px;
}

.vk-about-why-choose-us-content .vk-about-content-item {
	margin-top: 59px;
}

.vk-about-why-choose-us-content .vk-about-content-item .vk-about-content-item-left {
	position: absolute;
	left: 0;
	top: 75px;
}

.vk-about-why-choose-us-content .vk-about-content-item .vk-about-content-item-left span {
	font-family: themify;
	font-size: 44px;
	line-height: 0.68;
	text-align: left;
	color: #b0914f;
}

.vk-about-why-choose-us-content .vk-about-content-item .vk-about-content-item-right {
	position: relative;
	padding-left: 50px;
}

.vk-about-why-choose-us-content .vk-about-content-item .vk-about-content-item-right h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: left;
	color: #333333;
	margin: 0;
	text-transform: uppercase;
}

.vk-about-why-choose-us-content .vk-about-content-item .vk-about-content-item-right p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #666666;
	margin-top: 30px;
}

.vk-about-why-choose-us-img .vk-sparta-image {
	margin: 0;
}

.vk-about-why-choose-us-img .vk-sparta-image .vk-sparta-item-img a:before,
.vk-about-why-choose-us-img .vk-sparta-image .vk-sparta-item-img a:after {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
	transition: opacity 0.3s, -webkit-transform 0.4s;
	-o-transition: opacity 0.3s, transform 0.4s;
	transition: opacity 0.3s, transform 0.4s;
	transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
	z-index: 5;
}

.vk-about-why-choose-us-img .vk-sparta-image .vk-sparta-item-img a:before {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.vk-about-why-choose-us-img .vk-sparta-image .vk-sparta-item-img a:after {
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.vk-about-why-choose-us-img .vk-sparta-image .vk-sparta-item-img:hover a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.vk-about-why-choose-us-img .vk-sparta-image .vk-sparta-item-img:hover a:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*end about why choose us*/

/*testimonial banner*/
.vk-testimonials-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 393px;
	background-size: contain;
	width: 100%;
	background-position: center center;
}

@media screen and (max-width:991px) {
	.vk-testimonials-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

/*end testimonial banner*/

/*testimonial contents*/
.vk-testimonials-content-item {
	background: #f9f9f9;
	padding: 30px;
	margin-bottom: 30px;
}

.vk-testimonials-content-item .vk-item-image {
	float: left;
}

.vk-testimonials-content-item .vk-item-content {
	padding-left: 130px;
}

@media screen and (max-width:767px) {
	.vk-testimonials-content-item .vk-item-content {
		padding-left: 0;
	}

}

.vk-testimonials-content-item .vk-item-content .vk-item-content-header {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	.vk-testimonials-content-item .vk-item-content .vk-item-content-header {
		padding-left: 120px;
	}

}

.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul {
	margin: 0;
	padding: 0;
}

.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #333333;
}

@media screen and (max-width:767px) {
	.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul li {
		display: block;
	}

}

.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul li a {
	color: #b0914f;
	text-decoration: none;
}

.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul li p span {
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: right;
	color: #f2bf52;
}

.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul li:last-child {
	float: right;
}

@media screen and (max-width:767px) {
	.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul li:last-child {
		float: none;
	}

}

.vk-testimonials-content-item .vk-item-content-body p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-btn-more {
	text-align: center;
}

.vk-btn-more .btn-more {
	background: transparent;
	border: none;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-family: "Source Sans Pro";
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #333333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-btn-more .btn-more:hover {
	color: #b0914f;
	border-top: 2px solid #b0914f;
	border-bottom: 2px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*end testimonial contents*/

/*Gallery Banner*/
.vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

/*End Gallery Banner*/

/*Gallery Content */
.vk-gallery-grid-full-width .vk-btn-more {
	margin: 60px 0;
}

.vk-gallery-grid-full-width .vk-item-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*Gallery masonry full width*/
.vk-gallery-masonry-full-width .vk-btn-more {
	margin: 60px 0;
}

.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-sizer,
.grid-item {
	width: 33.333%;
	overflow: hidden;
}

.grid-sizer img,
.grid-item img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:991px) {
	.grid-sizer,
	.grid-item {
		width: 100%;
	}

	.grid-sizer img,
	.grid-item img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

}

.grid-sizer a:before,
.grid-item a:before {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	content: '';
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 5;
	border-top-left-radius: 30%;
	border-bottom-right-radius: 30%;
}

.grid-item {
	float: left;
	border: 1px solid #fff;
}

.grid-item:hover img {
	overflow: hidden;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.grid-item:hover .vk-item-caption .vk-item-caption-text {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.grid-item:hover a:before {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.grid-item .vk-item-caption {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.grid-item .vk-item-caption .vk-item-caption-text {
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.grid-item .vk-item-caption .vk-item-caption-text h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.grid-item .vk-item-caption .vk-item-caption-text h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.grid-item img {
	display: block;
	max-width: 100%;
}

/* end Gallery masonry full width*/

/*Gallery grid*/
.vk-gallery-grid .vk-btn-more {
	margin-top: 30px;
	margin-bottom: 60px;
}

.vk-gallery-grid .item {
	margin-bottom: 30px;
}

.vk-gallery-grid .item .vk-item-img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-gallery-grid .item .vk-item-img:hover .vk-item-caption {
	opacity: 1;
}

.vk-gallery-grid .item .vk-item-img:hover .vk-item-caption .vk-item-caption-text {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.vk-gallery-grid .item .vk-item-img img {
	width: 100%;
}

.vk-gallery-grid .item .vk-item-img .vk-item-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-gallery-grid .item .vk-item-img .vk-item-caption .vk-item-caption-text {
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-gallery-grid .item .vk-item-img .vk-item-caption .vk-item-caption-text h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.vk-gallery-grid .item .vk-item-img .vk-item-caption .vk-item-caption-text h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

/*End Gallery grid*/

/*Contact us get in touch*/
.vk-contact-us .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-contact-us .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-contact-us .map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.vk-contact-us-map iframe {
	width: 100%;
	min-height: 585px;
}

.vk-contact-us-info {
	background: #f9f9f9;
	background-size: cover;
	padding: 66px 192px 66px 75px;
}

@media screen and (max-width:767px) {
	.vk-contact-us-info {
		padding: 60px 20px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-contact-us-info {
		padding: 60px 20px;
	}

}

.vk-contact-us-info .vk-contact-us-info-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: left;
	color: #b0914f;
	margin: 0;
}

.vk-contact-us-info .vk-contact-us-info-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #333;
	margin-top: 4px;
	margin-bottom: 29px;
}

.vk-contact-us-info .vk-contact-us-info-header .vk-contact-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin-bottom: 60px;
}

.vk-contact-us-info .vk-contact-us-info-text ul {
	margin: 0;
	padding: 0;
}

.vk-contact-us-info .vk-contact-us-info-text ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 40px;
}

.vk-contact-us-info .vk-contact-us-info-text ul li .vk-contact-us-info-text-icon {
	position: absolute;
	left: 0;
	top: 10px;
}

.vk-contact-us-info .vk-contact-us-info-text ul li .vk-contact-us-info-text-icon span {
	font-family: themify;
	font-size: 48px;
	line-height: 0.63;
	text-align: left;
	color: #b0914f;
}

.vk-contact-us-info .vk-contact-us-info-text ul li .vk-contact-us-info-text-right {
	padding-left: 60px;
}

.vk-contact-us-info .vk-contact-us-info-text ul li .vk-contact-us-info-text-right h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.86;
	text-align: left;
	color: #333;
	margin: 0;
}

.vk-contact-us-info .vk-contact-us-info-text ul li .vk-contact-us-info-text-right p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	font-weight: 500;
	color: #666;
	margin: 0;
}

/*End Contact us get in touch*/

/*Contact form*/
.vk-contact-us {
	padding-bottom: 100px;
}

@media screen and (max-width:991px) {
	.vk-contact-us {
		padding-bottom: 60px;
	}

}

.vk-contact-form {
	padding-bottom: 100px;
}

.vk-contact-form .vk-contact-form-info-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
}

.vk-contact-form .vk-contact-form-info-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	margin: 0;
}

.vk-contact-form .vk-contact-form-info-header .vk-contact-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 38px auto 100px auto;
}

.vk-contact-form .vk-contact-form-info-body input {
	height: 50px;
}

.vk-contact-form .vk-contact-form-info-body textarea {
	height: 200px;
}

.vk-contact-form .vk-contact-form-info-body .form-control {
	border-radius: 0;
	margin-bottom: 30px;
}

.vk-contact-form .vk-contact-form-info-body .form-control:focus {
	border-color: rgba(176, 145, 79, 0.45);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
}

.vk-contact-form .vk-contact-form-info-body .btn {
	background: none;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-radius: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #333333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-contact-form .vk-contact-form-info-body .btn:hover {
	color: #b0914f;
	border-top: 2px solid #b0914f;
	border-bottom: 2px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-contact-form .vk-contact-form-info-body .vk-btn-send {
	margin: 0 auto;
	text-align: center;
	width: 75px;
}

/*End Contact form*/

/*404 page*/

.page-error .error-title {
	font-weight: 700;
}

@media screen and (max-width:767px) {
	.page-error h2.error-title {
		font-size: 36px;
	}

}

.page-error .sub-txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	margin-top: 29px;
	margin-bottom: 80px;
}

.page-error .sub-txt a {
	color: #b0914f;
	text-decoration: none;
}

.vk-404page .vk-404page-content img {
	margin: 0 auto;
}

@media screen and (max-width:991px) {
	.vk-coming-soon {
		padding: 80px 0;
	}

}

@media screen and (max-width:991px) {
	.vk-coming-soon .vk-coming-soon-logo {
		margin-bottom: 60px;
	}

}

.vk-coming-soon .vk-coming-soon-logo img {
	margin: 0 auto;
}

.vk-coming-soon .vk-coming-soon-content h2 {
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.vk-coming-soon .vk-coming-soon-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:991px) {
	.vk-coming-soon .vk-coming-soon-content h2 {
		font-size: 36px;
	}

	.vk-coming-soon .vk-coming-soon-content p {
		font-size: 20px;
	}

}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section {
	display: inline-block;
	text-align: center;
	margin: 40px 40px;
	margin-left: 0;
	border: 1px solid white;
	width: 100%;
	height: 200px;
}

@media screen and (max-width:767px) {
	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section {
		margin-right: 20px;
		height: 140px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:313px) {
	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section {
		margin-right: 4px;
	}

}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .count-amount {
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:767px) {
	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .count-amount {
		font-size: 60px;
	}

}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .countdown-period {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:991px) {
	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .countdown-period {
		font-size: 18px;
		font-weight: normal;
	}

}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section:last-child {
	margin-right: 0;
}

.vk-coming-soon .vk-coming-soon-content #counter {
	color: #fff;
	margin: 18px auto 0;
}

.vk-coming-soon .vk-coming-soon-content .cf:before {
	content: " ";
	display: table;
}

.vk-coming-soon .vk-coming-soon-content .cf:after {
	clear: both;
}

.vk-coming-soon .vk-coming-soon-content .cf span {
	font: 70px/1em 'merriweather-700', serif;
	display: block;
	min-width: 17%;
	float: left;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.vk-coming-soon .vk-coming-soon-content span:first-child {
	border-left: none;
}

.vk-coming-soon .vk-coming-soon-content span em {
	font-size: 14px;
	font-family: 'Open Sans', serif;
	font-weight: 700;
	letter-spacing: 1.5px;
	display: block;
	font-style: normal;
	padding-left: 14px;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email {
	margin: 60px 0;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .input-group {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fff;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .input-group-addon {
	color: #fff;
	border-radius: 0;
	background: transparent;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .input-group-addon:hover {
	color: #bf9e58;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .form-control {
	border-right: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	border-radius: 0;
	height: 50px;
	background-color: transparent;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email input {
	color: #fff;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email button {
	border: 0;
	background: transparent;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-share {
	position: absolute;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-share p a i {
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-share p a i:hover {
	color: #fff;
	border: 1px solid #b0914f;
}

/*End Comming soon*/

/*Pgae Search Results*/
.vk-search-results .site-header {
	background: #f9f9f9;
}

.vk-search-results .vk-main-menu .wrapper-logo {
	padding-top: 20px;
}

.vk-search-results .ui.selection.dropdown {
	background: transparent !important;
}

.vk-search-results-header {
	background-color: #ffffff;
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.vk-search-results-header h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	color: #222222;
	margin: 0;
	padding: 60px 0;
}

@media screen and (max-width:767px) {
	.vk-search-results-header h2 {
		padding: 30px 0;
		font-size: 29px;
		line-height: 1.6;
	}

}

.vk-search-results-header h2 span {
	color: #b0914f;
}

.vk-search-results-body {
	padding-top: 82px;
	padding-bottom: 100px;
	background: #f9f9f9;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item h2 {
	margin: 0;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item h2 a {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	color: #333333;
	margin: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item h2 a:hover {
	color: #b0914f;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item .post-meta {
	margin-top: 17px;
	margin-bottom: 18px;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item .post-meta a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-align: left;
	color: #7b7b7b;
	margin-right: 15px;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item .post-meta a i {
	font-family: FontAwesome;
	color: #b0914f;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item .post-description {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
}

.vk-search-results-body .vk-search-results-body-left .vk-search-left-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*End Page Search results*/

/*Services Restaurent*/
.vk-restaurant {
	overflow: hidden;
}

.vk-restaurant .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-restaurant .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-restaurant-content .vk-restaurant-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
	margin-bottom: 5px;
}

.vk-restaurant-content .vk-restaurant-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	margin: 0;
}

.vk-restaurant-content .vk-restaurant-header .vk-restaurant-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 33px auto 59px auto;
}

.vk-restaurant-content .vk-restaurant-time-for-meals {
	padding: 100px 0;
}

.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-time-text {
	padding: 0 135px;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-time-text {
		padding: 0 20px;
	}

}

.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-time-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: center;
	color: #7b7b7b;
}

.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-authour {
	margin-top: 37px;
	margin-bottom: 103px;
}

.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-authour p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333333;
}

.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-authour p a {
	color: #b0914f;
	text-decoration: none;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-item {
		margin-bottom: 50px;
	}

}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img {
	position: relative;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img img {
	width: 100%;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img .vk-restaurant-cap {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img .vk-restaurant-cap .vk-restaurant-cap-box {
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img .vk-restaurant-cap .vk-restaurant-cap-box .vk-box-cut {
	position: absolute;
	top: -27%;
	left: 88px;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	content: '';
	width: 150%;
	height: 87%;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-46deg) translateX(-94px) translateY(-24px);
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img .vk-restaurant-cap .vk-restaurant-cap-box .vk-restaurant-cap-text {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.29;
	text-align: center;
	position: absolute;
	bottom: 0;
	-webkit-transform: rotate(-45deg) translateX(28px) translateY(25px);
	-ms-transform: rotate(-45deg) translateX(28px) translateY(25px);
	transform: rotate(-45deg) translateX(28px) translateY(25px);
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img .vk-restaurant-cap .vk-restaurant-cap-box .vk-restaurant-cap-text span a {
	color: #333333;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img .vk-restaurant-cap:hover .vk-box-cut {
	background: #b0914f;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-img .vk-restaurant-cap:hover .vk-restaurant-cap-text span a {
	color: #fff;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-info {
	text-align: center;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-info h2 {
	margin: 0;
}

.vk-restaurant-content  .vk-restaurant-item .vk-restaurant-delicious-info h2 a {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.71;
	text-align: center;
	color: #333333;
	text-decoration: none;
}

.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-info .time {
	font-size: 14px;
	line-height: 0.8;
	color: #b0914f;
	text-align: center;
}

.vk-restaurant-content .vk-restaurant-everymeal-week {
	background-size: cover;
	padding: 148px 0;
	background-attachment: fixed;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week {
		padding: 148px 20px;
	}

}

.vk-restaurant-content .vk-restaurant-everymeal-week .vk-restaurant-everymeal-week-icon img {
	margin: 0 auto;
}

.vk-restaurant-content .vk-restaurant-everymeal-week h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
	margin-top: 60px;
	margin-bottom: 25px;
}

.vk-restaurant-content .vk-restaurant-everymeal-week h1 {
	font-size: 100px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week h1 {
		font-size: 36px;
	}

}

.vk-restaurant-content .vk-restaurant-everymeal-week p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 28.8px;
	text-align: center;
	color: #ffffff;
	margin-top: 60px;
	margin-bottom: 50px;
	position: relative;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week p {
		font-size: 14px;
		letter-spacing: 16.8px;
		margin-top: 40px;
	}

}

.vk-restaurant-content .vk-restaurant-everymeal-week  .line-1 {
	width: 325px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	margin-bottom: 5px;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week  .line-1 {
		width: 180px;
	}

}

@media screen and (max-width:767px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week  .line-1 {
		display: none;
	}

}

.vk-restaurant-content .vk-restaurant-everymeal-week  .line-2 {
	width: 325px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	margin-top: 5px;
	bottom: 0;
	left: 34.4%;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week  .line-2 {
		width: 180px;
	}

}

@media screen and (max-width:991px) and (min-width:768px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week  .line-2 {
		left: 36.4%;
	}

}

@media screen and (max-width:767px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week  .line-2 {
		display: none;
	}

}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-restaurant-content .vk-restaurant-everymeal-week  .line-2 {
		left: 32.4%;
	}

}

.vk-restaurant-content .vk-restaurant-everymeal-week h5 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 28.8px;
	text-align: center;
	color: #ffffff;
	margin-top: 60px;
	margin-bottom: 50px;
	position: relative;
}

.vk-restaurant-content .vk-restaurant-everymeal-week h4 {
	font-size: 100px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:991px) {
	.vk-restaurant-content .vk-restaurant-item-info {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

}

.vk-restaurant-content .vk-restaurant-about {
	padding-top: 100px;
	padding-bottom: 40px;
}

.vk-restaurant-content .vk-restaurant-about .vk-restaurant-item-about {
	margin-bottom: 60px;
}

.vk-restaurant-content .vk-restaurant-about img {
	width: 100%;
}

.vk-restaurant-content .vk-restaurant-about .vk-restaurant-about-item h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-align: left;
	color: #b0914f;
	margin: 0;
}

.vk-restaurant-content .vk-restaurant-about .vk-restaurant-about-item h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	color: #333333;
	margin-top: 11px;
	margin-bottom: 30px;
}

.vk-restaurant-content .vk-restaurant-about .vk-restaurant-about-item p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

/*End Services Restaurent*/

/*Services spa*/
.vk-spa .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-spa .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-spa .vk-spa-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
	margin: 0;
}

.vk-spa .vk-spa-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	margin: 0;
}

.vk-spa .vk-spa-header .vk-spa-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 59px;
}

.vk-spa .vk-sparta-spa {
	padding: 100px 0;
}

.vk-spa .vk-sparta-spa .vk-spa-text {
	padding: 0 135px;
}

@media screen and (max-width:991px) {
	.vk-spa .vk-sparta-spa .vk-spa-text {
		padding: 0 20px;
	}

}

.vk-spa .vk-sparta-spa .vk-spa-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: center;
	color: #7b7b7b;
}

.vk-spa .vk-sparta-spa .vk-spa-authour {
	margin-top: 37px;
	margin-bottom: 100px;
}

.vk-spa .vk-sparta-spa .vk-spa-authour p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333333;
}

.vk-spa .vk-sparta-spa .vk-spa-authour p a {
	color: #b0914f;
	text-decoration: none;
}

.vk-spa .vk-sparta-spa .vk-spa-slider {
	position: relative;
}

.vk-spa .vk-sparta-spa .vk-spa-slider .owl-nav {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vk-spa .vk-sparta-spa .vk-spa-slider .owl-nav .owl-prev {
	position: absolute;
	left: 39px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border-radius: 50px;
	padding: 0;
}

@media screen and (max-width:991px) {
	.vk-spa .vk-sparta-spa .vk-spa-slider .owl-nav .owl-prev {
		left: 0 !important;
	}

}

.vk-spa .vk-sparta-spa .vk-spa-slider .owl-nav .owl-prev:after {
	content: "\f053";
	display: block;
	color: #fff !important;
	font-family: FontAwesome;
	font-size: 30px;
	padding: 9px;
	line-height: 0.87;
	text-align: left;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-spa .vk-sparta-spa .vk-spa-slider .owl-nav .owl-next {
	background: white;
	border-radius: 50px;
	position: absolute;
	right: 39px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	padding: 0;
	background: transparent;
}

@media screen and (max-width:991px) {
	.vk-spa .vk-sparta-spa .vk-spa-slider .owl-nav .owl-next {
		right: 0 !important;
	}

}

.vk-spa .vk-sparta-spa .vk-spa-slider .owl-nav .owl-next:after {
	content: "\f054";
	display: block;
	color: #fff !important;
	font-family: FontAwesome;
	font-size: 30px;
	padding: 9px;
	line-height: 0.87;
	text-align: left;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-spa .vk-sparta-spa .vk-spa-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}

@media screen and (max-width:991px) {
	.vk-spa .vk-sparta-spa .vk-spa-slider .owl-dots {
		bottom: 10px;
	}

	.vk-spa .vk-spa-our-service-info {
		padding: 50px 20px;
		padding-bottom: 0;
	}

}

.vk-spa .vk-spa-special-promotion {
	background-size: cover;
	padding: 152px 0;
	background-attachment: fixed;
}

.vk-spa .vk-spa-special-promotion .vk-spa-special-promotion-icon img {
	margin: 0 auto;
}

.vk-spa .vk-spa-special-promotion h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
	margin-top: 58px;
	margin-bottom: 18px;
}

.vk-spa .vk-spa-special-promotion h1 {
	font-size: 100px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:991px) {
	.vk-spa .vk-spa-special-promotion h1 {
		font-size: 36px;
	}

}

.vk-spa .vk-spa-special-promotion p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 55px;
}

.vk-spa .vk-spa-special-promotion h3 {
	text-align: center;
}

.vk-spa .vk-spa-special-promotion h3 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	color: #ffffff;
	padding: 12px 43px;
	border: 1px solid #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-spa .vk-spa-special-promotion h3 a:hover {
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
}

.vk-spa .vk-spa-our-services {
	padding-top: 100px;
	padding-bottom: 140px;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item {
	margin-bottom: 60px;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item img {
	width: 100%;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-align: left;
	color: #b0914f;
	margin: 0;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	color: #333333;
	margin-top: 11px;
	margin-bottom: 25px;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	margin: 0;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item h5 {
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	color: #b0914f;
	margin-top: 39px;
	margin-bottom: 30px;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item h5 span {
	font-size: 14px;
	line-height: 0.75;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item h3 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #b0914f;
	text-decoration: none;
	padding: 12px 33px;
	border: 1px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-spa .vk-spa-our-services .vk-spa-our-service-content .vk-spa-our-service-item h3 a:hover {
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
}

/*End Services spa*/

/*Services gym*/
.vk-gym .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:911px) {
	.vk-gym .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-gym .vk-gym-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
}

.vk-gym .vk-gym-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	margin: 0;
}

.vk-gym .vk-gym-header .vk-gym-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 59px;
}

.vk-gym .vk-gym-welcome-to .vk-gym-text {
	padding: 0 135px;
}

@media screen and (max-width:991px) {
	.vk-gym .vk-gym-welcome-to .vk-gym-text {
		padding: 0 20px;
	}

}

.vk-gym .vk-gym-welcome-to .vk-gym-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: center;
	color: #7b7b7b;
}

.vk-gym .vk-gym-welcome-to .vk-gym-authour {
	margin-top: 19px;
}

.vk-gym .vk-gym-welcome-to .vk-gym-authour p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333333;
}

.vk-gym .vk-gym-welcome-to .vk-gym-authour p a {
	color: #b0914f;
	text-decoration: none;
}

.vk-gym .vk-gym-welcome-to .vk-gym-time {
	margin-top: 50px;
}

.vk-gym .vk-gym-welcome-to .vk-gym-time ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.vk-gym .vk-gym-welcome-to .vk-gym-time ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 115px;
	border-right: 1px solid #333333;
}

@media screen and (max-width:991px) {
	.vk-gym .vk-gym-welcome-to .vk-gym-time ul li {
		padding: 0 16px;
	}

}

.vk-gym .vk-gym-welcome-to .vk-gym-time ul li:last-child {
	border-right: none;
}

.vk-gym .vk-gym-welcome-to .vk-gym-time ul li p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #333333;
	margin-bottom: 5px;
}

@media screen and (max-width:374px) and (min-width:320px) {
	.vk-gym .vk-gym-welcome-to .vk-gym-time ul li p {
		font-size: 20px;
	}

}

.vk-gym .vk-gym-welcome-to .vk-gym-time ul li .time {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #7b7b7b;
}

.vk-gym-fitness {
	background-size: cover;
	padding: 187px 0;
	background-attachment: fixed;
}

.vk-gym-fitness img {
	margin: 0 auto;
}

.vk-gym-fitness h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
	margin-top: 43px;
	margin-bottom: 38px;
}

.vk-gym-fitness h2 {
	font-size: 80px;
	font-weight: 900;
	text-align: center;
	color: #fff;
}

.vk-gym-fitness .promotion-btn a.btn.book-now {
	background-color: transparent;
}

@media screen and (max-width:991px) {
	.vk-gym-fitness h2 {
		font-size: 36px;
	}

}

.vk-gym-fitness h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	line-height: 1.67;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}

.vk-gym .vk-gym-meet-our-trainer {
	padding: 100px 0;
	background: #f9f9f9;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item,
.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item .vk-gym-trainer-item-img {
	position: relative;
	overflow: hidden;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item .vk-gym-trainer-item-img img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item .vk-gym-trainer-item-text {
	padding: 30px 0;
	background-color: #fff;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item .vk-gym-trainer-item-text h2 {
	margin: 0;
	padding-bottom: 16px;
	text-align: center;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item .vk-gym-trainer-item-text h2 a {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item .vk-gym-trainer-item-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #7b7b7b;
	margin: 0;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item:hover .vk-gym-trainer-item-img img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	overflow: hidden;
}

.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item:hover .vk-gym-trainer-item-text h2 a {
	color: #b0914f;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.vk-events .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:911px) {
	.vk-events .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-events .vk-events-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
}

.vk-events .vk-events-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	margin: 0;
}

.vk-events .vk-events-header .vk-events-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 23px;
	margin-bottom: 49px;
}

.vk-events .vk-events-meetings {
	padding: 100px 0;
}

.vk-events .vk-events-meetings .vk-events-text {
	padding: 0 135px;
}

@media screen and (max-width:991px) {
	.vk-events .vk-events-meetings .vk-events-text {
		padding: 0;
	}

}

.vk-events .vk-events-meetings .vk-events-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: center;
	color: #7b7b7b;
}

.vk-events .vk-events-meetings .vk-events-authour p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333;
}

.vk-events .vk-events-meetings .vk-events-authour p a {
	color: #b0914f;
	text-decoration: none;
}

.vk-events .vk-events-weddings .vk-events-header h3 {
	text-align: left;
	margin: 0;
}

.vk-events .vk-events-weddings .vk-events-header h2 {
	text-align: left;
}

.vk-events .vk-events-weddings .vk-events-header .vk-events-border {
	margin: 0;
	margin-top: 23px;
	margin-bottom: 49px;
}

@media screen and (min-width:1290px) and (max-width:1534px) {
	.vk-events .vk-events-weddings .vk-events-header .vk-events-border {
		margin-top: 15px;
		margin-bottom: 20px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-events .vk-event-left {
		padding: 0 30px 30px 30px;
	}

	.vk-events .vk-event-left .vk-events-header h2 {
		font-size: 36px;
	}

}

@media screen and (max-width:991px) {
	.vk-events .vk-event-left {
		padding: 50px 20px;
	}

}

@media screen and (min-width:1800px) {
	.vk-events .vk-event-left {
		padding: 75px 180px 80px 75px;
	}

}

@media screen and (min-width:1535px) and (max-width:1799px) {
	.vk-events .vk-event-left {
		padding: 35px;
	}

}

@media screen and (min-width:1200px) and (max-width:1534px) {
	.vk-events .vk-event-left {
		padding: 20px;
	}

}

@media screen and (min-width:992px) and (max-width:1534px) {
	.vk-events .vk-event-left h2 {
		font-size: 36px;
		margin: 0;
	}

}

.vk-events .vk-events-wedding-text {
	margin-bottom: 35px;
}

.vk-events .vk-events-wedding-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
	margin: 0;
}

.vk-events .vk-events-wedding-btn a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #b0914f;
	text-decoration: none;
	padding: 13px 32px;
	border: 1px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events .vk-events-wedding-btn:hover a {
	background: #b0914f;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events .vk-event-conferences-catering {
	background: #f9f9f9;
}

.vk-events .vk-events-meetings-venue .vk-events-header h3 {
	text-align: left;
	margin: 0;
}

.vk-events .vk-events-meetings-venue .vk-events-header h2 {
	text-align: left;
}

.vk-events .vk-events-meetings-venue .vk-events-header .vk-events-border {
	margin: 25px 0 55px 0;
}

@media screen and (min-width:1290px) and (max-width:1534px) {
	.vk-events .vk-events-meetings-venue .vk-events-header .vk-events-border {
		margin-top: 15px;
		margin-bottom: 20px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-events .vk-event-conferences-catering {
		background: transparent;
	}

	.vk-events .vk-events-meetings-venue .vk-events-header h2 {
		font-size: 36px;
		margin: 0;
	}

	.vk-events .vk-events-meetings-venue .vk-events-right {
		padding: 0 30px 30px 30px;
	}

}

@media screen and (max-width:991px) {
	.vk-events .vk-events-meetings-venue .vk-events-right {
		padding: 50px 20px;
	}

}

@media screen and (min-width:1800px) {
	.vk-events .vk-events-meetings-venue .vk-events-right {
		padding-left: 75px;
		padding-right: 180px;
		padding-top: 75px;
		padding-bottom: 80px;
	}

}

@media screen and (min-width:1535px) and (max-width:1799px) {
	.vk-events .vk-events-meetings-venue .vk-events-right {
		padding: 35px;
	}

}

@media screen and (min-width:1200px) and (max-width:1534px) {
	.vk-events .vk-events-meetings-venue .vk-events-right {
		padding: 20px;
	}

}

.vk-events .vk-events-outside .vk-events-header h3 {
	text-align: left;
	margin: 0;
}

.vk-events .vk-events-outside .vk-events-header h2 {
	text-align: left;
}

.vk-events .vk-events-outside .vk-events-header .vk-events-border {
	margin: 0;
	margin-top: 23px;
	margin-bottom: 49px;
}

@media screen and (min-width:1290px) and (max-width:1534px) {
	.vk-events .vk-events-outside .vk-events-header .vk-events-border {
		margin-top: 15px;
		margin-bottom: 20px;
	}

}

@media screen and (min-width:991px) and (max-width:1199px) {
	.vk-events .vk-events-outside .vk-events-left {
		padding: 0 30px 30px 30px;
	}

	.vk-events .vk-events-outside .vk-events-left h2 {
		font-size: 36px;
	}

}

@media screen and (max-width:991px) {
	.vk-events .vk-events-outside .vk-events-left {
		padding: 50px 20px;
	}

}

@media screen and (min-width:1800px) {
	.vk-events .vk-events-outside .vk-events-left {
		padding-left: 75px;
		padding-right: 180px;
		padding-top: 75px;
		padding-bottom: 80px;
	}

}

@media screen and (min-width:1535px) and (max-width:1799px) {
	.vk-events .vk-events-outside .vk-events-left {
		padding: 35px;
	}

}

@media screen and (min-width:1200px) and (max-width:1534px) {
	.vk-events .vk-events-outside .vk-events-left {
		padding: 20px;
	}

}

.vk-events .vk-events-photo-gallery .vk-events-photo-item {
	overflow: hidden;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item img {
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item:hover img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.vk-events .vk-events-photo-gallery-btn {
	margin-top: 70px;
}

.vk-events .vk-events-photo-gallery-btn h3 {
	text-align: center;
}

.vk-events .vk-events-photo-gallery-btn h3 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #b0914f;
	padding: 17px 33px;
	border: 1px solid #b0914f;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events .vk-events-photo-gallery-btn h3 a:hover {
	background: #b0914f;
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item:hover .vk-item-caption .featured-slider-overlay {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item:hover .vk-item-caption .vk-item-caption-text {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item .vk-item-caption {
	position: absolute;
	left: 0;
	right: 0;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item .vk-item-caption .vk-item-caption-text {
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item .vk-item-caption .vk-item-caption-text h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item .vk-item-caption .vk-item-caption-text h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.vk-events .vk-events-photo-gallery .vk-events-photo-item .vk-item-caption .featured-slider-overlay {
	position: absolute;
	top: -125%;
	left: -68px;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	content: '';
	width: 150%;
	height: 290%;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-33deg) translateX(-61px);
}

/*end Services events*/

/*Room list*/
.vk-room-list .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: contain;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-room-list .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-room-list-content .vk-room-list-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
	margin-bottom: 5px;
}

.vk-room-list-content .vk-room-list-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	margin: 0;
}

.vk-room-list-content .vk-room-list-header .vk-room-list-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 100px;
}

.vk-room-list-content .item {
	background: #fff;
	margin-bottom: 61px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:767px) {
	.vk-room-list-content .item {
		margin: 0 20px;
		background: #fff;
		margin-bottom: 30px;
	}

}

.vk-room-list-content .item .vk-dark-our-room-item-img img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.vk-room-list-content .item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-list-content .vk-sparta-head-title h3 {
	margin: 0;
}

.vk-room-list-content .vk-sparta-head-title h2 {
	color: #fff !important;
}

.vk-room-list-content .vk-dark-our-room-item-right {
	background: #fff;
	padding: 0 30px;
}

.vk-rooms-grid-content.list .vk-dark-our-room-item-content h3 a {
	color: #333333;
	font-size: 30px;
	font-weight: 700;
}

.univer-element.vk-rooms-grid-content.list .vk-dark-our-room-item-content h3 {
	margin-top: 21px;
	margin-bottom: 0;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 {
	margin-top: 40px;
	margin-bottom: 0;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 {
		margin-top: 20px;
	}

}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 a {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	color: #333333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: capitalize;
}

.room-lst-service li {
	padding-left: 0;
	line-height: 34px;
}

span.mphb-attribute-title {
	color: #333333;
	font-weight: 600;
}

span.mphb-attribute-title:before {
	display: inline-block;
	font-family: FontAwesome;
	width: 30px;
	font-weight: 300;
}

.mphb-adults-title:before {
	content: "\f0c0";
}

.mphb-children-title:before {
	content: "\f1ae";
}

.mphb-view-title:before {
	content: "\f1e5";
}

.mphb-size-title:before {
	content: "\f0b2";
}

.mphb-bed-type-title:before {
	content: "\f236";
}

.mphb-categories-title:before {
	content: "\f07c";
}

.mphb-attribute-value {
	color: #7b7b7b;
}

.room-lst-action a {
	letter-spacing: 1px;
}

.room-lst-action .fa-caret-right {
	margin-left: 5px;
}

.room-lst-action ul li {
	padding-left: 0;
}

.room-lst-action .mphb-price {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.room-lst-action .mphb-price:after {
	content: '/';
}

.room-lst-action .mphb-price-period {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.mphb-room-type .mphb-reserve-room-section {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 50%;
}

.mphb-room-type .mphb-reserve-room-section button {
	margin-right: 5px;
	padding: 10px 30px;
	min-height: 44px;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart {
	margin-bottom: 30px;
}

.mphb-room-type .mphb-reserve-room-section .mphb-rooms-quantity {
	min-width: 60px;
	margin-right: 15px;
	padding-left: 15px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 a {
		margin-top: 20px;
	}

}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content h3 a:hover {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-rooms-grid-content.list ul.room-lst-service li {
	list-style: none;
	margin-bottom: 7px;
}

.vk-rooms-grid-content.list ul.room-lst-service,
.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 26px;
}

.vk-rooms-grid-content.list ul.room-lst-service {
	padding-bottom: 18px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul {
		padding-top: 15px;
		padding-bottom: 15px;
	}

}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li {
	list-style-type: none;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.86;
	text-align: left;
	color: #333333;
	font-weight: 700;
	margin: 0;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li p {
		line-height: 2.5;
	}

}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li p span {
	font-weight: normal;
	color: #7b7b7b;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content ul li p i {
	margin-right: 10px;
}

.vk-dark-our-room-item-content .vk-dark-our-room-item-book,
.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book {
	border-top: 1px solid #f0f0f0;
	padding: 20px 0;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left {
	float: left;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul {
	margin: 0;
	padding: 0;
}

.vk-dark-our-room-item-book-left {
	float: left;
}

.vk-dark-our-room-item-book-left ul {
	padding: 0;
	margin: 0;
}

.vk-dark-our-room-item-book-left ul li,
.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li {
	list-style-type: none;
	display: inline-block;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li p span {
	font-family: "Playfair Display";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li:last-child p {
	font-family: "Playfair Display";
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right,
.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right {
	float: right;
}

.list .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right {
	padding-top: 5px;
}

.datepick a {
	border: none;
}

.datepick-cmd:hover {
	background: transparent;
}

.vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right a,
.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: left;
	color: #333333;
	text-decoration: none;
}

.vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right a:hover,
.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right a:hover {
	color: #b0914f;
}

.vk-room-list-content .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-right a:hover {
	color: #b0914f;
}

.univer-element .vk-dark-our-room-item-img img {
	width: 100%;
}

.univer-element .vk-dark-our-room-item-right {
	padding-right: 45px;
}

@media (max-width:991px) {
	.univer-element .vk-dark-our-room-item-right {
		padding: 0 45px;
	}

}

.vk-room-grid .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-room-grid .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-rooms-grid-content .vk-rooms-grid-header h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	letter-spacing: 2.8px;
	text-align: center;
	color: #b0914f;
}

.vk-rooms-grid-content .vk-rooms-grid-header h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
}

.vk-rooms-grid-content .vk-rooms-grid-header .vk-rooms-grid-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 59px;
}

.vk-rooms-grid-content .item {
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-rooms-grid-content .item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-rooms-grid-content .item .vk-sparta-item-content {
	position: relative;
	overflow: hidden;
}

.vk-rooms-grid-content .item .vk-sparta-item-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-rooms-grid-content .item .vk-sparta-item-content:hover .vk-item-text a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text {
	padding: 31px 20px;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text h2 {
	margin-top: 0;
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text h2 a {
	display: block;	
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;	
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.vk-rooms-grid-content .mphb-price {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-rooms-grid-content .mphb-price:after {
	content: "/";
}

.vk-rooms-grid-content p {
	margin-bottom: 0;
}

.vk-rooms-grid-header h3 {
	margin-bottom: 0;
}

.vk-rooms-grid-content ul li {
	padding-left: 0;
}

.vk-rooms-grid-content .mphb-price-period {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	border-bottom: none;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text ul {
	margin: 0;
	padding: 0;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text ul li {
	list-style-type: none;
	display: inline-block;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text ul li p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
	color: #7b7b7b;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text ul li p span {
	font-family: "Playfair Display";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text ul li:last-child {
	float: right;
}

.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text ul li:last-child p {
	font-family: "Playfair Display";
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

/*End Room grid*/

/*Room details*/
.vk-room-details .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-room-details .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-room-details-content-left .vk-room-details-left-slide {
	position: relative;
	margin-bottom: 55px;
}

.vk-room-details-content-left .vk-room-details-left-slide .owl-nav {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vk-room-details-content-left .vk-room-details-left-slide .owl-nav .owl-prev {
	position: absolute;
	left: 39px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border-radius: 50px;
	padding: 0;
}

.vk-room-details-content .comments-area {
	margin-bottom: 0;
}

.vk-room-details-content-left .vk-room-details-left-slide .owl-nav .owl-prev:after {
	content: "\f053";
	display: block;
	color: #fff !important;
	font-family: FontAwesome;
	font-size: 30px;
	padding: 9px;
	line-height: 0.87;
	text-align: left;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-content-left .vk-room-details-left-slide .owl-nav .owl-next {
	background: #fff;
	border-radius: 50px;
	position: absolute;
	right: 39px !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	padding: 0;
	background: transparent;
}

.vk-room-details-content-left .vk-room-details-left-slide .owl-nav .owl-next:after {
	content: "\f054";
	display: block;
	color: #fff !important;
	font-family: FontAwesome;
	font-size: 30px;
	padding: 9px;
	line-height: 0.87;
	text-align: left;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-content-left .vk-room-details-left-slide .owl-dots {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
}

.vk-room-details-content-left .vk-room-details-left-slide .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

.vk-room-details-content-left .vk-room-details-title-price {
	margin-top: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.mphb_sc_rooms-wrapper.mphb-room-types .mphb-room-type {
	display: inline-block;
	width: 100%;
	clear: both;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mphb_sc_search_results-wrapper .mphb-room-type {
	display: inline-block;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mphb_sc_rooms-wrapper.mphb-room-types .mphb-room-type:hover,
.mphb_sc_search_results-wrapper .mphb-room-type:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mphb-room-type-images .mphb-flexslider ul.slides .gallery-icon a,
.mphb-room-type-images .mphb-flexslider ul.slides img {
	width: 100% !important;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-images,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-thumbnail,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-room-type-images {
	float: left;
	margin-bottom: 0;
	width: 50%;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-to-book-btn-wrapper,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper {
	float: right;
	margin-right: 30px;
}

.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper {
	padding-top: 7px;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-to-book-btn-wrapper button,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper button {
	background: transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: left;
	color: #333333;
	padding: 0;
	border: none;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-to-book-btn-wrapper button:hover,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper button:hover {
	color: #b0914f;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-to-book-btn-wrapper button:after,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper button:after {
	font-family: FontAwesome;
	content: "\f0da";
	margin-left: 3px;
}

.mphb-room-type .mphb-view-details-button-wrapper,
.mphb-room-type .mphb-regular-price,
.mphb-room-type .mphb-loop-room-type-attributes,
.mphb-room-type  .entry-title {
	display: inline-block;
	width: 50%;
	padding-left: 30px;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-regular-price {
	width: calc(50% - 100px);
	width: -moz-calc(50% - 100px);
	width: -webkit-calc(50% - 100px);
	float: left;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price strong,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-regular-price strong {
	font-weight: 400;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price .mphb-price,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-regular-price .mphb-price {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price .mphb-price:after,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-regular-price .mphb-price:after {
	content: '/';
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price  .mphb-price-period,
.mphb_sc_rooms-wrapper.mphb-room-types  .mphb-price-period {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
	text-transform: uppercase;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-loop-room-type-attributes,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes {
	list-style: none;
}

.mphb_sc_search_results-wrapper .mphb-room-type  .mphb-room-type-details-title,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-room-type-details-title {
	display: none;
}

.mphb_sc_search_results-wrapper .mphb-room-type .entry-title a,
.mphb_sc_rooms-wrapper.mphb-room-types  .entry-title a {
	margin-top: 40px;
	margin-bottom: 0;
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	color: #333333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: capitalize;
}

@media screen and (max-width:991px) {
	.vk-room-details-content-left .vk-room-details-title-price {
		margin-top: 30px;
		margin-bottom: 30px;
	}

}

.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-title {
	float: left;
}

@media screen and (max-width:991px) {
	.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-title {
		float: none;
		margin-bottom: 20px;
	}

}

.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-title h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #333333;
	margin: 0;
}

.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-price {
	float: right;
}

@media screen and (max-width:991px) {
	.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-price {
		float: none;
	}

}

.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-price ul {
	margin: 0;
	padding: 0;
}

.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-price ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-price ul li p {
	font-family: "Playfair Display";
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #b0914f;
}

.vk-room-details-content-left .vk-room-details-title-price .vk-room-details-price ul li p span {
	font-size: 12px;
	line-height: 2.5;
}

.vk-room-details-content-left .vk-room-details-description {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.vk-room-details-content-left .vk-room-details-description h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: left;
	color: #333333;
}

.vk-room-details-content-left .vk-room-details-description p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

.vk-room-details-content-left .vk-room-details-info ul {
	margin: 0;
	padding: 0;
}

.vk-room-details-content-left .vk-room-details-info ul li {
	list-style-type: none;
}

.vk-room-details-content-left .vk-room-details-info ul li p {
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.86;
	text-align: left;
	font-weight: 700;
	color: #333333;
}

.vk-room-details-content-left .vk-room-details-info ul li p i {
	margin-right: 10px;
}

.vk-room-details-content-left .vk-room-details-info ul li p span {
	color: #7b7b7b;
	font-weight: normal;
}

.vk-room-details-content-left .vk-room-details-review {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 40px;
	padding-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.vk-room-details-content-left .vk-room-details-review h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: left;
	color: #333333;
}

.vk-room-details-content-left .vk-room-details-review .vk-room-details-review-item {
	margin-bottom: 40px;
}

.vk-room-details-content-left .vk-room-details-review .vk-room-details-review-item .item-img {
	float: left;
	padding-right: 20px;
}

.vk-room-details-content-left .vk-room-details-review .item-content {
	padding-left: 100px;
}

.vk-room-details-content-left .vk-room-details-review .item-content h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	font-weight: 800;
	color: #333333;
}

.vk-room-details-content-left .vk-room-details-review .item-content h3 span {
	color: #7b7b7b;
	font-weight: normal;
}

.vk-room-details-content-left .vk-room-details-review .item-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
}

.vk-room-details-content-left .vk-room-details-room-details h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: left;
	color: #333333;
}

.vk-room-details-content-left .vk-room-details-room-details h4 span {
	font-family: FontAwesome;
	font-weight: normal;
	letter-spacing: 1.6px;
	color: #f2bf52;
}

.vk-room-details-content-left .vk-room-details-room-details form input {
	height: 50px;
}

.vk-room-details-content-left .vk-room-details-room-details form textarea {
	height: 200px;
}

.vk-room-details-content-left .vk-room-details-room-details form .form-control {
	border-radius: 0;
	margin-bottom: 30px;
}

.vk-room-details-content-left .vk-room-details-room-details form .form-control:focus {
	border-color: rgba(176, 145, 79, 0.5);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
}

.vk-room-details-content-left .vk-room-details-room-details form .form-group {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.wpb_row.page-about-s2 {
		padding-top: 0 !important;
		padding-bottom: 60px !important;
	}

	.vk-room-details-content-left .vk-room-details-room-details form .vk-btn-submit {
		margin-bottom: 80px;
	}

	.vk-testimonial-list {
		padding-bottom: 30px;
	}

}

.vk-room-details-content-left .vk-room-details-room-details form .vk-btn-submit a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #ffffff;
	padding: 16px 37px;
	background: #b0914f;
	border: 1px solid #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-content-left .vk-room-details-room-details form .vk-btn-submit a:hover {
	background: #fff;
	color: #b0914f;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-content-right {
	padding: 20px 30px 30px 30px;
	background: #b0914f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#mphb-booking-details .mphb-room-details input[type="text"],
#mphb-booking-details .mphb-room-details select {
	width: 100%;
}

#mphb-booking-details .mphb-room-details a {
	color: #fff;
}

#mphb-booking-details h3.mphb-room-number,
#mphb-booking-details h4.mphb-services-details-title,
#mphb-booking-details h3.mphb-booking-details-title,
.vk-room-details-content-right h2 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.vk-room-details-content-right .mphb-required-fields-tip {
	color: #fff;
}

.vk-room-details-content-right label {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.5;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}

.vk-room-details-content-right h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #f9f9f9;
	border-bottom: 1px solid #fff;
}

.vk-room-details-content-right input {
	height: 50px;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	width: 100%;
}

.vk-room-details-content-right .input-group-addon {
	background: white !important;
	border-radius: 0;
}

.vk-room-details-content-right .form-control {
	border-right: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	border-radius: 0;
	height: 50px;
}

.vk-room-details-content-right button {
	border: 0;
	background: transparent;
}

.vk-room-details-content-right select,
.vk-room-details-content-right .vk-shop-cart-body .vk-shop-cart4 .shipping input,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-room-details-content-right input {
	height: 50px;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	width: 100%;
}

.vk-room-details-content-right p {
	margin-bottom: 10px;
}

.vk-room-details-content-right p.mphb-reserve-btn-wrapper {
	margin-bottom: 0;
}

.vk-room-details-content-right input[type='submit'] {
	display: inline-block;
	padding: 9px;
	margin-bottom: 0;
	margin-top: 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: center;
	color: #f9f9f9;
	cursor: pointer;
	border: 1px solid transparent;
	background: #333;
	background-image: none !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-room-details-content-right input[type='submit']:hover {
	background: #333;
	color: #f9f9f9;
	border: 1px solid #333;
}

.vk-room-details-content-right .vk-btn-send .btn {
	display: inline-block;
	padding: 9px;
	margin-bottom: 0;
	margin-top: 30px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: center;
	color: #f9f9f9;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #333;
}

.vk-room-details-content-right #adults,
.vk-room-details-content-right #children {
	background: #8c7033;
	color: #ffffff;
	border: none;
}

.vk-room-related-rooms-mobile {
	display: none;
}

@media screen and (max-width:991px) {
	.vk-room-related-rooms-mobile {
		display: block;
	}

}

@media screen and (max-width:991px) {
	.vk-room-related-rooms-destop {
		display: none;
	}

}

.vk-room-details-related-rooms {
	padding: 100px 0;
	background: #f9f9f9;
}

.vk-room-details-related-rooms .vk-room-related-rooms h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
}

.vk-room-details-related-rooms .vk-room-related-rooms .vk-room-related-border {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 38px auto 60px auto;
}

.vk-room-details-related-rooms .vk-room-related-slide .item {
	margin-bottom: 60px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-related-rooms .vk-room-related-slide .item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content {
	position: relative;
	overflow: hidden;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content:hover .vk-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content:hover .vk-item-text a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-img {
	position: relative;
	overflow: hidden;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text {
	padding: 31px 20px;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text h2 {
	margin-top: 0;
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text h2 a {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text ul {
	margin: 0;
	padding: 0;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text ul li {
	list-style-type: none;
	display: inline-block;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text ul li p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text ul li p span {
	font-family: "Playfair Display";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text ul li:last-child {
	float: right;
}

.vk-room-details-related-rooms .vk-room-related-slide .item .vk-sparta-item-content .vk-item-text ul li:last-child p {
	font-family: "Playfair Display";
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
	color: #b0914f;
}

/*end Room details*/
.vk-select-room .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: contain;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-select-room .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

@media screen and (max-width:991px) {
	.vk-select-room-content .vk-select-room-breakcrumb {
		display: none;
	}

}

.vk-select-room-content .vk-select-room-breakcrumb ul li.active {
	background: #b0914f;
}

.vk-select-room-content .vk-select-room-breakcrumb ul li.active a {
	background: #b0914f;
	color: #ffffff;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item {
	background-color: #ffffff;
	padding: 40px 20px;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-img {
	float: left;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:991px) {
	.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-img {
		float: none;
	}

}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info {
	padding-left: 235px;
}

@media screen and (max-width:991px) {
	.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info {
		padding-left: 0;
		padding-top: 30px;
	}

}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	color: #333333;
	margin: 0;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-body {
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width:991px) {
	.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-body {
		margin: 20px 0;
	}

}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-body ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-body ul li {
	list-style-type: none;
	width: 50%;
	float: left;
}

@media screen and (max-width:991px) {
	.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-body ul li {
		width: 100%;
		float: none;
	}

}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-body ul li p {
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 2.86;
	text-align: left;
	color: #333;
	font-weight: 700;
	margin: 0;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-body ul li p span {
	color: #7b7b7b;
	font-weight: normal;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer {
	margin-top: 20px;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-left {
	float: left;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-left ul {
	margin: 0;
	padding: 0;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-left ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-left ul li p {
	font-family: "Playfair Display";
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #b0914f;
}

@media screen and (min-width:320px) and (max-width:335px) {
	.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-left ul li p {
		font-size: 24px;
	}

}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-left ul li p span {
	font-size: 12px;
	line-height: 2.5;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-right {
	float: right;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-right a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #ffffff;
	border: 1px solid #b0914f;
	padding: 12px 36px;
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-select-room-content .vk-select-room-info .vk-select-room-info-item .vk-select-room-item-info .vk-select-room-item-footer .vk-select-room-footer-right a:hover {
	background: #ffffff;
	color: #b0914f;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-select-room-content .vk-room-details-content-right {
	padding: 30px 0;
}

.vk-select-room-content .vk-room-details-content-right h3 {
	margin: 0 30px;
}

.vk-select-room-content .vk-room-details-content-right form {
	padding: 0 30px;
	overflow: hidden;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room1 {
	margin-top: 28px;
	padding: 0 30px;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room1 h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	color: #ffffff;
	margin: 0;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room1 ul {
	margin: 0;
	padding: 0;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room1 ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room1 ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	font-style: italic;
	color: #fefefe;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room1 ul li a:hover {
	border-bottom: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room2 {
	margin-top: 30px;
	margin-bottom: 40px;
	background: #8c7033;
	padding: 30px;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room2 h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	color: #ffffff;
	margin: 0;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room2 ul {
	margin: 0;
	padding: 0;
}

.vk-select-room-content .vk-room-details-content-right .vk-select-room2 ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
}

.vk-select-room-pagination {
	margin-top: 10px;
}

@media screen and (max-width:991px) {
	.vk-select-room-pagination {
		margin-bottom: 60px;
	}

}

.vk-select-room-pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.vk-select-room-pagination ul li {
	list-style-type: none;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 10px 16px;
	margin-right: 8px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:400px) {
	.vk-select-room-pagination ul li {
		padding: 5px 11px;
	}

}

.vk-select-room-pagination ul li:hover {
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-select-room-pagination ul li:hover a {
	color: #fff;
}

.vk-select-room-pagination ul li.active {
	background: #b0914f;
}

.vk-select-room-pagination ul li.active a {
	color: #fff;
}

.vk-select-room-pagination ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #7b7b7b;
	text-decoration: none;
}

/*Reservation room selection complete*/
.vk-room-select-complete .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: contain;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-room-select-complete .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-room-select-complete-content {
	background: #f9f9f9;
	padding: 100px 0;
}

@media screen and (max-width:991px) {
	.vk-room-select-complete-content .vk-select-room-breakcrumb {
		display: none;
	}

}

.vk-room-select-complete-content .vk-select-room-breakcrumb ul li.active {
	background: #b0914f;
}

.vk-room-select-complete-content .vk-select-room-breakcrumb ul li.active a {
	background: #b0914f;
	color: #ffffff;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-left {
	background: #fff;
	padding: 80px;
}

@media screen and (max-width:991px) {
	.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-left {
		padding: 60px 20px;
		margin-bottom: 60px;
	}

}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-left h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #333333;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-left p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 1.88;
	text-align: center;
	color: #7b7b7b;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-left h4 {
	text-align: center;
	margin-top: 40px;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-left h4 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #ffffff;
	padding: 20px 34px;
	border: 1px solid #b0914f;
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-left h4 a:hover {
	background: #ffffff;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room1 {
	margin-top: 28px;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room1 h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	color: #ffffff;
	margin: 0;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room1 ul {
	margin: 0;
	padding: 0;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room1 ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room1 ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	font-style: italic;
	color: #fefefe;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room1 ul li a:hover {
	border-bottom: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room2 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room2 h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	color: #ffffff;
	margin: 0;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room2 ul {
	margin: 0;
	padding: 0;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room2 ul li {
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room2 ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	font-style: italic;
	color: #fefefe;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-room-select-complete-content .vk-room-select-complete-info .vk-room-select-complete-right .vk-room-details-content-right .vk-select-room2 ul li a:hover {
	border-bottom: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/*end Reservation room selection complete*/

/*Reservation make a reservation*/
.vk-make-a-reservation .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: contain;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-make-a-reservation .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-make-a-reservation-content {
	background: #f9f9f9;
	padding: 100px 0;
}

@media screen and (max-width:991px) {
	.vk-make-a-reservation-content .vk-select-room-breakcrumb {
		display: none;
	}

}

.vk-make-a-reservation-content .vk-select-room-breakcrumb ul li.active {
	background: #b0914f;
}

.vk-make-a-reservation-content .vk-select-room-breakcrumb ul li.active a {
	background: #b0914f;
	color: #ffffff;
}

.vk-make-a-reservation-content .vk-select-room-breakcrumb ul li.make-a-reservation {
	background: #b0914f;
}

.vk-make-a-reservation-content .vk-select-room-breakcrumb ul li.make-a-reservation span {
	background: #b0914f;
}

.vk-make-a-reservation-content .vk-select-room-breakcrumb ul li.make-a-reservation span i {
	color: #ffffff;
}

.vk-make-a-reservation-content .vk-select-room-breakcrumb ul li.make-a-reservation a {
	background: #b0914f;
	color: #ffffff;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left {
	background: #fff;
	padding: 40px 30px;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #333333;
	margin: 0;
	padding-bottom: 44px;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left form input {
	height: 50px;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left form textarea {
	height: 200px;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left form .form-control {
	border-radius: 0;
	margin-bottom: 30px;
	font-family: "Source Sans Pro", sans-serif;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left form .form-control:focus {
	border-color: rgba(176, 145, 79, 0.5);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left form .btn {
	background: none;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #333333;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left .vk-btn-send h4 {
	border: 1px solid #b0914f;
	padding: 15px 0;
	margin: 0;
	background: #b0914f;
	text-align: center;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left .vk-btn-send h4 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 80px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (max-width:368px) and (min-width:320px) {
	.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left .vk-btn-send h4 a {
		padding: 0;
	}

}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left .vk-btn-send h4:hover {
	background: #fff;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-reservation-left .vk-btn-send h4:hover a {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-left-btn h4 {
	background: #333;
	border: 1px solid #333;
	text-align: center;
	padding: 10px 0;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-left-btn h4:hover {
	background: #fff;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-left-btn h4:hover a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-make-a-reservation-content .vk-make-a-reservation-info .vk-make-a-left-btn h4 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: center;
	color: #ffffff;
	padding: 15px 60px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-make-a-reservation-right {
	background: #b0914f;
	padding: 30px;
}

.vk-make-a-reservation-right h3 {
	font-family: "Playfair Display";
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

.vk-make-a-reservation-right .vk-make-a-room {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding-top: 37px;
	padding-bottom: 30px;
	margin-top: 19px;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	color: #ffffff;
	text-align: left;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 h3 span {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 ul {
	margin: 0;
	padding: 0;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
	margin-right: 30px;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 ul li:last-child {
	margin-right: 0;
}

.vk-blog-item-time-sub time .vk-firstword {
	display: inline-block;
	width: 100%;
	font-weight: 700;
}

.vk-blog-item-time-sub time {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	color: #b0914f;
}

.vk-blog-item-header .vk-blog-item-time ul li span.ymd,
.vk-events-lists-item-right .vk-event-item-time ul li span.ymd {
	font-size: 30px;
}

.vk-blog-item-header .vk-blog-item-time ul li span.fjy,
.vk-events-lists-item-right .vk-event-item-time ul li span.fjy {
	font-size: 12px;
	text-transform: uppercase;
}

@media screen and (max-width:991px) {
	.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 ul li {
		margin-right: 20px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 ul li {
		margin-right: 20px;
	}

}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room1 h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: right;
	color: #fefefe;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	color: #ffffff;
	text-align: left;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 h3 span {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 ul {
	margin: 0;
	padding: 0;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 ul li {
	list-style-type: none;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fefefe;
	margin-right: 30px;
}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width:991px) {
	.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 ul li {
		margin-right: 20px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 ul li {
		margin-right: 20px;
	}

}

.vk-make-a-reservation-right .vk-make-a-room .vk-make-a-room2 h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: right;
	color: #fefefe;
}

.vk-make-a-reservation-right .vk-make-a-total {
	padding-top: 32px;
	padding-bottom: 29px;
	border-bottom: 1px solid #ffffff;
}

.vk-make-a-reservation-right .vk-make-a-total table {
	width: 100%;
}

.vk-make-a-reservation-right .vk-make-a-total table th {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #ffffff;
}

.vk-make-a-reservation-right .vk-make-a-total table td {
	text-align: right;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	color: #ffffff;
}

.vk-make-a-reservation-right .vk-make-a-grand-total {
	padding-top: 30px;
	padding-bottom: 40px;
}

.vk-make-a-reservation-right .vk-make-a-grand-total table {
	width: 100%;
}

.vk-make-a-reservation-right .vk-make-a-grand-total table th {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #ffffff;
}

.vk-make-a-reservation-right .vk-make-a-grand-total table td {
	text-align: right;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}

.vk-make-a-reservation-right .vk-make-a-btn h4 {
	background-color: #333333;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-make-a-reservation-right .vk-make-a-btn h4:hover {
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-make-a-reservation-right .vk-make-a-btn h4:hover a {
	color: #333333;
}

.vk-make-a-reservation-right .vk-make-a-btn h4 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: center;
	color: #ffffff;
	padding: 16px 65px;
	text-decoration: none;
}

.vk-confirmation .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: contain;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-confirmation .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-confirmation-content {
	background: #f9f9f9;
	padding: 100px 0;
}

@media screen and (max-width:991px) {
	.vk-confirmation-content .vk-select-room-breakcrumb {
		display: none;
	}

}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.active {
	background: #b0914f;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.active a {
	background: #b0914f;
	color: #ffffff;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.make-a-reservation {
	background: #b0914f;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.make-a-reservation span {
	background: #b0914f;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.make-a-reservation span i {
	color: #ffffff;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.make-a-reservation a {
	background: #b0914f;
	color: #ffffff;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.confirmation {
	background: #b0914f;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.confirmation span {
	background: #b0914f;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.confirmation span i {
	color: #ffffff;
}

.vk-confirmation-content .vk-select-room-breakcrumb ul li.confirmation a {
	background: #b0914f;
	color: #ffffff;
}

.vk-confirmation-content .vk-confirmation-info .vk-confirmation-left {
	background: #ffffff;
	padding: 30px;
}

.vk-confirmation-content .vk-confirmation-info .vk-confirmation-left h2 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #333;
}

.vk-confirmation-content .vk-confirmation-info .vk-confirmation-left p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 1.88;
	text-align: center;
	color: #7b7b7b;
	padding: 20px 0;
}

.vk-confirmation-content .vk-confirmation-info .vk-confirmation-left ul {
	margin: 0;
	padding: 0;
}

.vk-confirmation-content .vk-confirmation-info .vk-confirmation-left ul li {
	list-style-type: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: center;
	color: #7b7b7b;
}

.vk-confirmation-content .vk-confirmation-info .vk-confirmation-left ul li span {
	color: #b0914f;
}

.vk-confirmation-content .vk-make-a-grand-total {
	padding-bottom: 0;
}

@media screen and (max-width:991px) {
	.vk-select-room-breakcrumb {
		display: none;
	}

}

.vk-select-room-breakcrumb .breadcrumb {
	padding: 0;
	background: transparent;
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 60px;
	border-radius: 0;
}

.vk-select-room-breakcrumb ul {
	padding: 0;
	margin-bottom: 50px;
}

.vk-select-room-breakcrumb ul li {
	display: table-cell;
	vertical-align: top;
	width: 1%;
	position: relative;
	border-right: 1px solid #ffffff;
	background-color: #f0f0f0;
}

.vk-select-room-breakcrumb ul li .choose-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.88;
	text-align: left;
	color: #7b7b7b;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
	text-transform: capitalize;
}

.vk-select-room-breakcrumb ul li.active .choose-title {
	background: #b0914f;
	color: #fff;
}

.vk-select-room-breakcrumb ul li .round-tabs {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 100px;
	background: #f0f0f0;
	border: 1px solid #ffffff;
	z-index: 2;
	position: absolute;
	left: -16px;
	top: 8px;
	text-align: center;
}

.vk-select-room-breakcrumb ul li.completed .round-tabs:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
}

.vk-select-room-breakcrumb ul li.completed .round-tabs i {
	display: none;
}

.vk-select-room-breakcrumb ul li .round-tabs i {
	width: 16px;
	line-height: 27px;
	color: #7b7b7b;
}

.vk-select-room-breakcrumb ul li .round-tabs i.fa-angle-right {
	width: 9px;
}

.vk-select-room-breakcrumb ul li.completed i {
	color: #fff;
}

.vk-select-room-breakcrumb ul li.completed {
	background: #b0914f;
}

.vk-select-room-breakcrumb ul li.completed .choose-title {
	background: #b0914f;
	color: #fff;
}

.vk-select-room-breakcrumb ul li.completed .round-tabs {
	background: #b0914f;
}

.vk-select-room-breakcrumb ul li.active .round-tabs {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 100px;
	background: #b0914f;
	border: 1px solid #f0f0f0;
	z-index: 2;
	position: absolute;
	left: -16px;
	top: 8px;
	text-align: center;
}

.vk-select-room-breakcrumb ul li.active .round-tabs i {
	font-family: FontAwesome;
	font-size: 16px;
	text-align: center;
	color: #f9f9f9;
}

.vk-select-room-breakcrumb ul li:before {
	padding: 0;
}

.vk-select-room-breakcrumb .breadcrumb > li + li:before {
	color: #ccc;
	content: "";
}

/*end Reservation breakcrumb*/
.vk-events-list .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-events-list .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-events-lists-content {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-events-lists-content .vk-events-iem-img {
	position: relative;
}

.vk-events-lists-content .vk-events-iem-img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events-lists-content .vk-events-iem-img:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.card .nav-tabs {
	border-bottom: 0 solid #DDD;
	padding-bottom: 30px;
}

.card .nav-tabs > li.active > a,
.card .nav-tabs > li.active > a:focus,
.card .nav-tabs > li.active > a:hover {
	border-width: 0;
}

.card .nav-tabs > li > a {
	border: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: left;
	color: #aeaeae;
}

@media screen and (max-width:364px) and (min-width:0px) {
	.card .nav-tabs > li > a {
		font-size: 13px;
	}

}

.card .nav-tabs > li.active > a,
.card .nav-tabs > li > a:hover {
	border: none;
	color: #b0914f !important;
	background: transparent;
}

.card .nav-tabs > li.active > a::after,
.card .nav-tabs > li:hover > a::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.card .tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}

.card .tab-pane {
	padding: 15px 0;
}

.vk-events-lists-content-item {
	background: #ffffff;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-events-lists-content-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events-lists-item-right {
	padding: 30px 0;
	padding-right: 30px;
}

@media screen and (max-width:991px) {
	.vk-events-lists-item-right {
		padding: 20px;
	}

}

.vk-blog-item-header .vk-blog-item-time ul,
.vk-events-lists-item-right ul {
	margin: 0;
	padding: 0;
}

.vk-blog-item-header .vk-blog-item-time ul li,
.vk-events-lists-item-right ul li {
	padding-left: 0;
	list-style-type: none;
}

.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-time,
.vk-blog-item-header .vk-blog-item-time,
.vk-events-lists-item-right .vk-event-item-time {
	float: left;
	margin-top: 8px;
	padding: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 85px;
	min-height: 100px;
	border: solid 2px #b0914f;
}

.vk-blog-item-header .vk-blog-item-time ul,
.vk-events-lists-item-right .vk-event-item-time ul {
	text-align: center;
}

.vk-blog-item-header .vk-blog-item-time ul li span,
.vk-events-lists-item-right .vk-event-item-time ul li span {
	font-size: 50px;
	font-weight: 700;
	line-height: 0.5;
	text-align: center;
	color: #b0914f;
	margin: 0;
}

.vk-blog-item-header .vk-blog-item-time ul li:last-child span,
.vk-events-lists-item-right .vk-event-item-time ul li:last-child span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #b0914f;
}

.vk-blog-item-header .vk-blog-item-time ul li.date-custom span,
.vk-events-lists-item-right .vk-event-item-time ul li.date-custom span {
	font-size: 16px;
}

.vk-events-lists-item-right .vk-event-item-info h2 {
	margin: 0;
	padding-bottom: 22px;
	font-size: 30px;
}

.vk-events-lists-item-right .vk-event-item-info h2 a {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;	
	text-decoration: none;
}



@media screen and (max-width:991px) {
	.vk-events-lists-item-right .vk-event-item-info h2 a {
		font-size: 24px;
	}

}

.vk-events-lists-item-right .vk-events-item-text p {
	margin-bottom: 25px;
}

.no-thumb .vk-events-item-btn {
	margin-right: 25px;
	padding-bottom: 24px;
}

.vk-events-item-btn {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.vk-events-item-btn a {
	line-height: 1.88;
	color: #b0914f;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events-item-btn a:hover {
	color: #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-events-item-btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}

.vk-event-grid .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-event-grid .vk-gallery-grid-full-banner .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.sparta-evemt-title {
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #b0914f;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
	padding: 7px 5px;
	font-size: 13px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-events-grid-content .vk-events-lists-item-right {
	padding-top: 22px;
	padding-bottom: 28px;
	padding-left: 30px;
}

@media screen and (max-width:991px) {
	.vk-events-grid-content .vk-events-lists-item-right {
		padding: 20px;
	}

}

.vk-events-grid-content .vk-events-iem-img img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.vk-events-grid-content .vk-events-iem-img:hover img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.7;
}

.vk-events-details .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

.vk-events-details-content {
	padding: 100px 0;
}

.vk-events-details-content .vk-events-details-img img {
	width: 100%;
	height: auto;
}

.vk-events-details-content .vk-event-details-body {
	padding-top: 60px;
}

@media screen and (max-width:991px) {
	.vk-events-details .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

	.wpb_row.page-about-s1 {
		padding-bottom: 0 !important;
	}

	.vk-events-details-content .vk-event-details-body {
		padding-top: 0;
	}

}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left h1 {
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: left;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 30px;
}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left .vk-event-details-left-des {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left .vk-event-details-left-des p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left .vk-event-details-left-timeline {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left .vk-event-details-left-timeline ul {
	margin: 0;
	padding: 0;
}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left .vk-event-details-left-timeline ul li {
	list-style-type: none;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.57;
	text-align: left;
	font-weight: 700;
	color: #333333;
}

.vk-events-details-content .vk-event-details-body .vk-event-details-body-left .vk-event-details-left-timeline ul li span {
	color: #7b7b7b;
	font-weight: normal;
	padding-left: 30px;
}

.vk-event-details-left-comment {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.vk-event-details-left-comment ul {
	margin: 0;
	padding: 0;
}

.vk-event-details-left-comment ul li {
	list-style-type: none;
	margin-bottom: 30px;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-img {
	float: left;
	margin-right: 20px;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-img img {
	width: 80px;
	height: 80px;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text {
	padding-left: 100px;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-events-details-author {
	position: relative;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-events-details-author .authour-name {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	font-weight: 800;
	color: #333333;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-events-details-author .author-time {
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 1.71;
	text-align: left;
	color: #7b7b7b;
	margin-left: 30px;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-events-details-author .author-time:before {
	content: '-';
	position: absolute;
	left: 45px;
	top: 0;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-event-details-des {
	padding: 15px 0;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-event-details-des p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
	margin: 0;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-event-details-btn a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71;
	text-align: left;
	color: #b0914f;
	text-decoration: none;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-event-details-btn a:hover {
	color: #333;
}

.vk-event-details-left-comment ul li .vk-event-details-comments-text .vk-event-details-btn a i {
	margin-left: 5px;
}

.vk-event-details-left-add-comment input {
	height: 50px;
}

.vk-event-details-left-add-comment textarea {
	height: 200px;
}

.vk-event-details-left-add-comment .form-control {
	border-radius: 0;
	margin-bottom: 30px;
	border-color: #f0f0f0;
}

.vk-event-details-left-add-comment .form-control:focus {
	border-color: #b0914f;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
}

.vk-event-details-left-add-comment .btn {
	background: none;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-radius: 0;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.31;
	text-align: center;
	color: #333333;
}

@media screen and (max-width:991px) {
	.vk-event-details-left-add-comment .vk-event-details-submit {
		padding-bottom: 70px;
	}

}

.vk-event-details-left-add-comment .vk-event-details-submit a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	padding: 15px 45px;
	border: 1px solid #b0914f;
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-event-details-left-add-comment .vk-event-details-submit a:hover {
	color: #b0914f;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}

.vk-event-details-body-right {
	background: #b0914f;
	padding: 30px 30px 10px 30px;
}

.vk-event-details-body-right .ee-gmap-align-center {
	margin-bottom: 0;
}

.vk-event-details-body-right .sidebar-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

.vk-event-details-body-right h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1.4285em;
}

.vk-event-details-body-right  .datetimes-wap > h3:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 10px;
	font-weight: 300;
	font-size: 16px;
}

.espresso-venue-dv .event-venues-h3:before {
	content: "\f041";
	font-family: FontAwesome;
	margin-right: 10px;
	font-weight: 300;
	font-size: 16px;
}

.vk-event-details-body-right .datetimes-wap {
	margin-bottom: 20px;
}

.vk-events-details-img {
	margin-bottom: 30px;
}

select.ticket-selector-tbl-qty-slct {
	background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), 100% 0;
}

th.ee-ticket-selector-ticket-details-th,
td.tckt-slctr-tbl-td-name {
	padding-left: 0;
}

th.ee-ticket-selector-ticket-qty-th,
td.tckt-slctr-tbl-td-qty {
	padding-right: 0;
	text-align: right;
}

select.ticket-selector-tbl-qty-slct {
	min-width: 90px;
}

.espresso-venue-dv h4,
.espresso-venue-dv p {
	margin-bottom: 0;
}

.espresso-venue-dv strong,
.vk-event-details-body-right  span {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 1.88;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}

.vk-event-details-body-right .dashicons-location-alt {
	display: none;
}

/*Blog list*/
.vk-blog-list .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-blog-list .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-blog-list .vk-select-room-pagination {
	margin-top: 60px;
}

.vk-blog-list-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-blog-list-content-item {
	background: #ffffff;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-list-content-item .vk-events-item-text {
	margin-top: 10px;
}

.vk-blog-list-content-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-list-content-item .vk-blog-list-content-item-img img {
	width: 100%;
	height: auto;
}

.vk-blog-list-content-item .vk-events-lists-item-right {
	padding: 20px 30px 0 0;
}

.vk-blog-list-content-item .vk-events-lists-item-right .vk-events-item-btn {
	margin-top: 20px;
}

.vk-blog-list-content-item .no-thumb .vk-events-lists-item-right {
	padding-left: 30px;
}

@media screen and (max-width:991px) {
	.vk-blog-list-content-item .vk-events-lists-item-right {
		padding: 20px;
	}

}

.sparta-posts-index.vk-blog-list-item {
	background: #fff;
	margin-bottom: 30px;
	padding: 22px 30px 30px 30px;
}

.vk-blog-list-content-item .vk-events-lists-item-right .vk-events-item-text p {
	margin-bottom: 0;
}

.vk-blog-item-header .vk-blog-item-info ul {
	padding-left: 0;
}

.vk-events-item-right-header .vk-event-item-info,
.vk-blog-item-header .vk-blog-item-info,
.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-info {
	width: calc(100% - 105px);
	width: -moz-calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	float: right;
}

.vk-blog-item-header .vk-blog-item-info ul li,
.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-info ul li {
	display: inline-block;
	margin-right: 20px;
	font-weight: 400;
}

.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-info ul li:last-child,
.vk-blog-item-header .vk-blog-item-info ul li:last-child {
	margin-right: 0;
}

.vk-events-lists-content-item .vk-events-item-text,
.sparta-posts-index .brief-content {
	display: inline-block;
	margin-top: 20px;
	clear: both;
	width: 100%;
}

.vk-blog-item-header .vk-blog-item-info ul li a,
.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-info ul li a {
	text-align: left;	
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-item-header .vk-blog-item-info ul li i,
.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-info ul li i {
	color: #b0914f;
	padding-right: 5px;
}

.vk-blog-item-header .vk-blog-item-info ul li:last-child span,
.vk-events-lists-item-right .vk-event-item-info ul li:last-child span {
	color: #b0914f;
}

.vk-blog-item-header,
.vk-events-item-right-header {
	position: relative;
	min-height: 111px;
}

/*blog list*/

/*blog grid*/
.vk-blog-grid .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-blog-grid .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-blog-grid .vk-select-room-pagination {
	margin-top: 60px;
}

.vk-blog-grid-body {
	padding: 100px 0;
	background: #f9f9f9;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item {
	background: #ffffff;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item:hover .vk-blog-grid-left-item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item .vk-blog-grid-left-item-img {
	overflow: hidden;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item .vk-blog-grid-left-item-img img {
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item .vk-blog-grid-left-item-text {
	padding: 30px;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item .vk-blog-grid-left-item-text h2 {
	margin: 0;
	line-height: 0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item .vk-blog-grid-left-item-text h2 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	text-align: left;
	color: #333333;
	text-decoration: none;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item .vk-blog-grid-left-item-text h2:hover a {
	color: #b0914f;
}

.vk-blog-grid-body .vk-blog-grid-body-left .vk-blog-grid-left-item .vk-blog-grid-left-item-text .time {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
}

/*blog grid*/

/*post details*/
.vk-post-details .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-post-details .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-posts-details-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-posts-details-body .vk-posts-details-body-left h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.88;
	text-align: left;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 30px;
}

.vk-posts-details-body .vk-posts-details-body-left .vk-event-item-time {
	width: 80px;
	height: 100px;
	overflow: hidden;
}

.vk-posts-details-body .vk-posts-details-body-left .vk-posts-details-left-img img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.vk-posts-details-body .vk-posts-details-body-left .vk-posts-details-left-title .vk-event-item-info {
	padding-bottom: 0;
	padding-right: 0;
}

.col-md-12.no-thumb {
	padding-left: 45px;
	padding-right: 30px;
}

@media screen and (min-width:992px) {
	.w-thumb {
		padding-bottom: 20px;
	}

}

@media screen and (max-width:991px) {
	.vk-blog-list-content-item .vk-events-item-btn {
		padding: 0 20px 20px;
		text-align: left;
	}

}

.single.single-post .vk-event-item-info h1,
.vk-posts-details-body .vk-posts-details-body-left .vk-posts-details-left-title .vk-event-item-info h1 {
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 20px;
}

.single.single-post .vk-event-item-info ul li,
.vk-posts-details-body .vk-posts-details-body-left .vk-posts-details-left-title .vk-event-item-info ul li {
	display: inline-block;
	margin-right: 20px;
}

.single.single-post .vk-event-item-info ul li,
.vk-posts-details-body .vk-posts-details-body-left .vk-posts-details-left-title .vk-event-item-info ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	text-decoration: none;
	font-weight: 400;
}

@media screen and (min-width:481px) {
	.sparta-related-room .vk-rooms-grid-content .item {
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	}

	.vk-blog-content .blog-content {
		background: #fff;
		padding: 40px;
	}

}

.single.single-post .vk-event-item-info ul li a:hover,
.vk-posts-details-body .vk-posts-details-body-left .vk-posts-details-left-title .vk-event-item-info ul li a:hover {
	color: #b0914f;
}

.single.single-post .vk-event-item-info ul li i,
.vk-posts-details-body .vk-posts-details-body-left .vk-posts-details-left-title .vk-event-item-info ul li a i {
	margin-right: 5px;
	color: #b0914f;
}

.vk-posts-details-left-text {
	background: #fff;
	padding: 40px;
}

.vk-posts-details-left-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	margin: 0;
}

.vk-posts-details-left-share {
	background: #fff;
	margin-top: 20px;
	margin-bottom: 60px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vk-posts-details-left-share p {
	margin: 0;
}

.vk-posts-details-left-share p span {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #333333;
	margin-right: 15px;
}

.vk-posts-details-left-share p span a {
	color: #333333;
}

.vk-posts-details-left-share p span a:hover {
	color: #b0914f;
}

/*post details*/

/*shortcode buttons*/
.vk-shortcode-button .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcode-button .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shortcode-buttons-body {
	padding: 100px 0;
	background: #f9f9f9;
}

.vk-shortcode-buttons-body .vk-btn {
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcode-buttons-body .vk-btn {
		margin-bottom: 30px;
	}

}

.vk-shortcode-buttons-body h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin: 0;
	padding-bottom: 60px;
}

.vk-shortcode-buttons-body a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.vk-shortcode-small-buttons {
	margin-bottom: 100px;
}

.vk-shortcode-small-buttons .vk-btn {
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcode-small-buttons .vk-btn {
		margin-bottom: 30px;
	}

}

.vk-shortcode-medium-button {
	margin-bottom: 100px;
}

/*end shortcode buttons*/

/*shortcode accordion*/
.vk-shortcode-accordion .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcode-accordion .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shortcode-accordion-body {
	padding: 100px 0;
	background: #f9f9f9;
}

.vk-shortcode-accordion-body h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 40px;
}

.vk-shortcode-accordion-body .vk-accordion-default {
	margin-bottom: 100px;
}

.vk-shortcode-accordion-body h4.vk-accordion-toggle-default {
	border-top: 1px solid #f0f0f0;
	cursor: pointer;
	margin: 0;
	padding: 20px 50px;
	position: relative;
	font-size: 16px;
	line-height: 1.88;
	font-weight: 700;
	text-align: left;
	color: #222222;
}

.vk-shortcode-accordion-body h4.vk-accordion-toggle-default:first-child {
	border: none;
}

.vk-shortcode-accordion-body h4.vk-accordion-toggle-default.active:after {
	content: "\f068";
	position: absolute;
	left: 0;
	top: 20px;
	font-family: FontAwesome;
	color: #fff;
	background: #b0914f;
	border: 1px solid #b0914f;
	padding: 9px;
	line-height: 12px;
}

.vk-shortcode-accordion-body h4.vk-accordion-toggle-default.active:before {
	display: none;
}

.vk-shortcode-accordion-body h4.vk-accordion-toggle-default:before {
	content: "\f067";
	position: absolute;
	left: 0;
	top: 20px;
	font-family: FontAwesome;
	color: #aeaeae;
	border: 1px solid #f0f0f0;
	padding: 9px;
	background: #f0f0f0;
	line-height: 12px;
}

.vk-shortcode-accordion-body .vk-accordion-content-default {
	display: none;
}

.vk-shortcode-accordion-body .vk-accordion-content-default p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	color: #7b7b7b;
	margin-top: 29px;
	padding-bottom: 27px;
	padding-left: 35px;
}

.vk-shortcode-accordion-body .vk-accordion-with-bg {
	background: #fff;
	padding: 10px 40px;
}

@media screen and (max-width:991px) {
	.vk-shortcode-accordion-body .vk-accordion-with-bg {
		padding: 0;
	}

}

.vk-shortcode-accordion-body .vk-accordion-with-bg h4.vk-accordion-toggle-default.active:after {
	content: "\f068";
	position: absolute;
	left: 0;
	top: 20px;
	font-family: FontAwesome;
	color: #b0914f;
	background: transparent;
	border: none;
	padding: 9px;
	line-height: 12px;
}

.vk-shortcode-accordion-body .vk-accordion-with-bg h4.vk-accordion-toggle-default.active:before {
	display: none;
}

.vk-shortcode-accordion-body .vk-accordion-with-bg h4.vk-accordion-toggle-default:before {
	content: "\f067";
	position: absolute;
	left: 0;
	top: 20px;
	font-family: FontAwesome;
	color: #aeaeae;
	border: none;
	padding: 9px;
	background: transparent;
	line-height: 12px;
}

/*End shortcode accordion*/

/*shortcode Notification*/
.vk-notification-boxes .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-notification-boxes .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-notification-boxes-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-notification-boxes-body .title {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 60px;
}

.vk-notification-boxes-body .list-item {
	padding-bottom: 100px;
}

.vk-notification-boxes-body .list-item:last-child {
	padding-bottom: 0;
}

.vk-notification-boxes-body .vk-alert {
	padding: 17px 30px;
	margin-bottom: 20px;
	background: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-align: left;
	color: #7b7b7b;
}

.vk-notification-boxes-body .vk-alert span {
	font-family: FontAwesome;
	font-size: 18px;
	color: #b0914f;
	margin-right: 30px;
}

.vk-notification-boxes-body .vk-alert a {
	color: #b0914f;
}

.vk-notification-boxes-body .vk-alert a:hover {
	color: #333;
}

.vk-notification-boxes-body .vk-alert-border-top {
	border-top: 2px solid #b0914f;
}

.vk-notification-boxes-body .vk-alert-border {
	border: 1px solid #b0914f;
}

.vk-notification-boxes-body .vk-alert-default {
	border-top: 2px solid #aeaeae;
}

.vk-notification-boxes-body .vk-alert-default span {
	color: #7b7b7b;
}

.vk-notification-boxes-body .vk-alert-default a {
	color: #e0e0e0;
}

.vk-notification-boxes-body .vk-alert-success {
	border-top: 2px solid #62b043;
}

.vk-notification-boxes-body .vk-alert-success span {
	color: #62b043;
}

.vk-notification-boxes-body .vk-alert-success a {
	color: #62b043;
}

.vk-notification-boxes-body .vk-alert-warning {
	border-top: 2px solid #ca4646;
}

.vk-notification-boxes-body .vk-alert-warning span {
	color: #ca4646;
}

.vk-notification-boxes-body .vk-alert-warning a {
	color: #ca4646;
}

.vk-notification-boxes-body .vk-alert-danger {
	border-top: 2px solid #b0914f;
}

.vk-notification-boxes-body .vk-alert-danger span {
	color: #b0914f;
}

.vk-notification-boxes-body .vk-alert-danger a {
	color: #b0914f;
}

/*End shortcode Notification*/

/*shortcode Incon Box*/
.vk-icon-box .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-icon-box .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-icon-box-body {
	padding-top: 100px;
	padding-bottom: 40px;
}

.vk-icon-box-body .vk-iconbox-left h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #333333;
	margin-bottom: 70px;
}

.vk-icon-box-body .vk-iconbox-left .vk-iconbox-item {
	margin-bottom: 60px;
	position: relative;
}

.vk-icon-box-body .vk-iconbox-left .vk-iconbox-item .vk-iconbox-item-icon {
	position: absolute;
	top: 5px;
}

.vk-icon-box-body .vk-iconbox-left .vk-iconbox-item .vk-iconbox-item-icon span {
	font-family: themify;
	font-size: 44px;
	text-align: left;
	color: #b0914f;
}

.vk-icon-box-body .vk-iconbox-left .vk-iconbox-item .vk-iconbox-item-text {
	padding-left: 60px;
}

.vk-icon-box-body .vk-iconbox-left .vk-iconbox-item .vk-iconbox-item-text h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: left;
	color: #333333;
	margin-top: 0;
}

.vk-icon-box-body .vk-iconbox-left .vk-iconbox-item .vk-iconbox-item-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #666666;
}

.vk-icon-box-body .vk-iconbox-on-top h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #333333;
	margin-bottom: 70px;
}

.vk-icon-box-body .vk-iconbox-on-top .vk-iconbox-item {
	margin-bottom: 60px;
	position: relative;
}

.vk-icon-box-body .vk-iconbox-on-top .vk-iconbox-item .vk-iconbox-item-icon {
	text-align: center;
}

.vk-icon-box-body .vk-iconbox-on-top .vk-iconbox-item .vk-iconbox-item-icon span {
	font-family: themify;
	font-size: 44px;
	color: #b0914f;
}

.vk-icon-box-body .vk-iconbox-on-top .vk-iconbox-item .vk-iconbox-item-text {
	margin-top: 30px;
}

.vk-icon-box-body .vk-iconbox-on-top .vk-iconbox-item .vk-iconbox-item-text h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #333333;
	margin-top: 0;
}

.vk-icon-box-body .vk-iconbox-on-top .vk-iconbox-item .vk-iconbox-item-text p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: center;
	color: #666666;
}

/*End shortcode Incon Box*/

/*shortcode Tabs*/
.vk-shortcode-tabs .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcode-tabs .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shortcode-tabs-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .vk-tabs-default {
	background: #fff;
	padding: 30px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #333333;
	margin-bottom: 45px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable ul.nav-tabs li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
	padding: 0;
	padding-right: 30px;
	padding-bottom: 10px;
}

@media screen and (min-width:320px) and (max-width:366px) {
	.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable ul.nav-tabs li a {
		padding-right: 6px;
	}

}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable ul.nav-tabs li a:hover {
	background: transparent;
	border: 1px solid transparent;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable ul.nav-tabs li.active a {
	background-color: transparent;
	border: none;
	color: #333333;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable ul.nav-tabs li:last-child a {
	padding: 0;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable .tab-content {
	padding-top: 20px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable .tab-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
	background-color: transparent;
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top {
	margin-top: 100px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .vk-tabs-default {
	background: #fff;
}

@media screen and (max-width:366px) and (min-width:320px) {
	.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .nav > li > a {
		padding: 8px 12px;
	}

}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #333333;
	margin-bottom: 45px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable ul.nav-tabs {
	background: #f9f9f9;
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable ul.nav-tabs li {
	margin-bottom: -2px;
	border: 1px solid #f0f0f0;
	border-bottom: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable ul.nav-tabs li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
	margin-right: 0;
	border-radius: 0;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable ul.nav-tabs li a:hover {
	background-color: #ffffff;
	border: 1px solid transparent;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable ul.nav-tabs li.active {
	border: 1px solid transparent;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable ul.nav-tabs li.active a {
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable .tab-content {
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable .tab-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
	background-color: transparent;
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 {
	margin-top: 100px;
	position: relative;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .vk-tabs-default {
	background: #fff;
	padding: 30px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #333333;
	margin-bottom: 45px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable ul.nav-tabs {
	border-bottom: 1px solid transparent;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable ul.nav-tabs li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
	padding-bottom: 10px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable ul.nav-tabs li a:hover {
	background: transparent;
	border: 1px solid transparent;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable ul.nav-tabs li.active a {
	background-color: transparent;
	border: none;
	color: #333333;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable .tab-content {
	padding-left: 160px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable .tab-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
	margin: 0;
	background-color: transparent;
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-right > .nav-tabs > li {
	float: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs {
	float: left;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #ddd;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a:hover,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs .active > a,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs .active > a:hover,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	border-right-color: #ffffff;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 {
	margin-top: 100px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #333333;
	margin-bottom: 45px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable ul.nav-tabs {
	background: #f9f9f9;
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li {
	margin-bottom: -2px;
	border: 1px solid #f0f0f0;
	border-bottom: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #aeaeae;
	margin-right: 0;
	border-radius: 0;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li a:hover {
	background-color: #ffffff;
	border: 1px solid transparent;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li.active {
	border: 1px solid transparent;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li.active a {
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable .tab-content {
	padding: 30px;
	margin-left: 97px;
	background: #ffffff;
	min-height: 158px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable .tab-content p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
	background-color: transparent;
	border: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-right > .nav-tabs > li {
	float: none;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs {
	float: left;
	border-right: 1px solid #ddd;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a:hover,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs .active > a,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs .active > a:hover,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	border-right-color: #ffffff;
}

/*End shortcode Tabs*/

/*shortcode Typography*/
.vk-typography .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-typography .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-typography-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-typography-body .vk-typography-head-align-caps {
	border-bottom: 1px solid #aeaeae;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item {
	margin-bottom: 60px;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item h1 {
	font-size: 60px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin: 0;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item h3 {
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item h5 {
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item h6 {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.vk-typography-body .vk-typography-heading .vk-typography-heading-item p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
	margin-top: 30px;
	margin-bottom: 0;
}

.vk-typography-body .vk-typography-right .vk-typography-text-align {
	border-bottom: 1px solid #aeaeae;
}

.vk-typography-body .vk-typography-right .vk-typography-text-align h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 54px;
}

.vk-typography-body .vk-typography-right .vk-typography-text-align h5 {
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 37px;
	margin-top: 0;
}

.vk-typography-body .vk-typography-right .vk-typography-text-align p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #7b7b7b;
	margin: 0;
}

.vk-typography-body .vk-typography-right .vk-typography-text-align .vk-typography-text-align-item-left {
	text-align: left;
	padding-bottom: 57px;
}

.vk-typography-body .vk-typography-right .vk-typography-text-align .vk-typography-text-align-item-center {
	text-align: center;
	padding-bottom: 57px;
}

.vk-typography-body .vk-typography-right .vk-typography-text-align .vk-typography-text-align-item-right {
	text-align: right;
	padding-bottom: 57px;
}

.vk-typography-body .vk-typography-dropcabs h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 54px;
	margin-top: 60px;
}

.vk-typography-body .vk-typography-dropcabs p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
}

.vk-typography-body .vk-typography-dropcabs p span {
	font-size: 60px;
	font-weight: 700;
	text-align: left;
	line-height: 0.9;
	color: #333333;
	float: left;
	margin-right: 20px;
}

.vk-typography-body .vk-typography-dropcabs p span.vk-dropcabs-2 {
	background: #b0914f;
	width: 60px;
	height: 60px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-typography-body .vk-typography-blockquotes h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 54px;
	margin-top: 60px;
}

.vk-typography-body .vk-typography-blockquotes p {
	font-size: 18px;
	font-style: italic;
	line-height: 1.67;
	text-align: left;
	color: #7b7b7b;
	padding: 30px;
	margin-bottom: 0;
}

.vk-typography-body .vk-typography-blockquotes .vk-typography-blockquotes-left {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

.vk-typography-body .vk-typography-blockquotes .vk-typography-blockquotes-left p:before {
	content: "“";
	margin-right: 10px;
	font-style: normal;
	font-size: 60px;
	position: absolute;
	top: -9%;
	line-height: 0.7;
	left: 0;
	background: #f9f9f9;
	padding-right: 15px;
}

.vk-typography-body .vk-typography-blockquotes .vk-typography-blockquotes-right {
	background: #ffffff;
}

.vk-typography-body .vk-typography-blockquotes .vk-typography-blockquotes-right p:before {
	content: "“";
	float: left;
	font-style: normal;
	font-size: 60px;
	position: absolute;
	top: -15%;
	line-height: 0.7;
	left: 66px;
	background: #b0914f;
	width: 36px;
	height: 36px;
	padding: 5px;
	overflow: hidden;
	color: #ffffff;
	border-radius: 3px;
}

@media screen and (max-width:430px) and (min-width:320px) {
	.vk-typography-body .vk-typography-blockquotes .vk-typography-blockquotes-right p:before {
		top: -10%;
	}

}

/*End shortcode Typography*/

/*shortcode Dividers*/
.vk-shortcpde-dividers .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcpde-dividers .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shortcpde-dividers-body {
	padding: 100px 0;
}

.vk-shortcpde-dividers-body .vk-shortcpde-dividers-single {
	padding-bottom: 100px;
}

.vk-shortcpde-dividers-body .vk-shortcpde-dividers-single .vk-divider {
	margin: 40px 0;
}

.vk-shortcpde-dividers-body .vk-shortcpde-dividers-double .vk-divider {
	margin: 40px 0;
}

.vk-shortcpde-dividers-body h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	color: #333333;
}

.vk-divider {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #eaeaea;
	overflow: hidden;
}

.vk-divider-2px {
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #eaeaea;
	overflow: hidden;
}

.vk-divider-dashed {
	border-style: dashed;
}

.vk-divider-double {
	height: 6px;
	border-bottom-width: 1px;
}

.vk-divider-2px-double {
	height: 6px;
	border-bottom-width: 2px;
}

/*End shortcode Dividers*/

/*shortcode Icon*/
.vk-shortcode-icon .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcode-icon .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shortcode-icon-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-shortcode-icon-body h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 40px;
}

/*End shortcode Icon*/

/*shortcode Color*/
.vk-shortcode-color .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shortcode-color .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shortcode-color-body {
	padding-top: 100px;
	padding-bottom: 20px;
}

.vk-shortcode-color-body .vk-color-height {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.vk-shortcode-color-body .item {
	padding-bottom: 78px;
}

.vk-shortcode-color-body .vk-color-b0914f {
	background: #b0914f;
}

.vk-shortcode-color-body .vk-color-ca4646 {
	background: #ca4646;
}

.vk-shortcode-color-body .vk-color-62b043 {
	background: #62b043;
}

.vk-shortcode-color-body .vk-color-333333 {
	background: #333333;
}

.vk-shortcode-color-body .vk-color-7b7b7b {
	background: #7b7b7b;
}

.vk-shortcode-color-body .vk-color-aeaeae {
	background: #aeaeae;
}

.vk-shortcode-color-body .vk-color-e0e0e0 {
	background: #e0e0e0;
}

.vk-shortcode-color-body .vk-color-f0f0f0 {
	background: #f0f0f0;
}

.vk-shortcode-color-body .vk-color-f4f4f4 {
	background: #f4f4f4;
}

.vk-shortcode-color-body .vk-color-f9f9f9 {
	background: #f9f9f9;
}

.vk-shortcode-color-body p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: center;
	color: #7b7b7b;
	padding-top: 10px;
}

/*End shortcode Color*/
.vk-shop .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shop .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shop-body {
	background: #f9f9f9;
	padding: 100px 0;
}


@media screen and (max-width:767px) {
	select.ticket-selector-tbl-qty-slct {
		min-width: 75px;
	}

	.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper {
		margin: 0;
		width: 100%;
		padding-left: 30px;
		padding-top: 0;
	}

	.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper button {
		border: 1px solid #b0914f;
		padding: 3px 20px;
		background: #b0914f;
		color: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	

}

.vk-product-details .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-product-details .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-product-details-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-product-details-body .img-small-db {
	margin-top: 30px;
}


.slider-reservation {
	padding: 0 10px 10px 10px;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.6);
	min-height: 952px !important;
}

.slider-reservation.popular-rooms {
	min-height: 600px !important;
	margin-top: 100px;
	margin-bottom: 30px;
	padding: 0 0 10px 10px;
}

.slider-reservation.popular-rooms .vk-booking-head {
	padding-top: 20px;
	padding-bottom: 15px;
}


.slider-reservation .vk-booking-head {
	padding-top: 70px;
	padding-bottom: 35px;
	text-align: center;
}

.slider-reservation .vk-booking-head h2 {
	font-size: 40px;
	color: #fff;
}

.tckt-slctr-tkt-sale-dates-sctn {
	font-size: 16px;
}

.tckt-slctr-tkt-details-dv h5 {
	margin-bottom: 10px !important;
	font-size: 18px;
}

.tckt-slctr-tkt-details-dv .smaller-text {
	font-size: 12px !important;
}

.tckt-slctr-tkt-details-tbl-wrap-dv {
	width: 100% !important;
}

.tckt-slctr-tkt-details-tbl thead th.tckt-slctr-tkt-details-total-tickets-sold-th,
.tckt-slctr-tkt-details-tbl thead th.tckt-slctr-tkt-details-date-th {
	width: 20%;
}

.tckt-slctr-tkt-details-tbl thead th.tckt-slctr-tkt-details-this-ticket-left-th {
	width: 10%;
}

.tckt-slctr-tkt-details-tbl thead th.tckt-slctr-tkt-details-this-ticket-sold-th {
	width: 8%;
}

.tckt-slctr-tkt-details-tbl thead th {
	padding-bottom: 10px;
}

.tckt-slctr-tkt-details-tbl thead th span {
	margin-top: 0 !important;
}

.slider-reservation.popular-rooms .vk-booking-head h2 {
	font-weight: 400;
	text-transform: uppercase;
}

.slider-reservation .vk-booking-head p {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71;
	text-align: center !important;
	color: rgba(255, 255, 255, 0.7) !important;
}

.slider-reservation .mphb_sc_search-form p {
	margin-bottom: 10px !important;
	padding: 20px !important;
	background: rgba(255, 255, 255, 0.15);
	text-align: left;
}

.slider-reservation .mphb_sc_search-form p.mphb-required-fields-tip,
.slider-reservation .mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper {
	background: none;
}

.slider-reservation .mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper {
	text-align: center;
}

.slider-reservation .mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper input {
	margin-top: 60px;
	width: 226px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	border: none;
}

.slider-reservation .mphb_sc_search-form label {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
}

.slider-reservation .mphb_sc_search-form .mphb_sc_search-children label,
.slider-reservation .mphb_sc_search-form .mphb_sc_search-adults label {
	margin-bottom: 0;
}

.slider-reservation .mphb_sc_search-form p input {
	width: 94%;
}

.slider-reservation .mphb_sc_search-form p input[type="text"] {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.43;
	text-align: left;
	color: #ffffff !important;
	border: none;
}

.slider-reservation .mphb_sc_search-form p input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.slider-reservation .mphb_sc_search-form p input[type="text"]::-moz-placeholder {
	color: #fff;
}

.slider-reservation .mphb_sc_search-form p input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.slider-reservation .mphb_sc_search-form p input[type="text"]:-moz-placeholder {
	color: #fff;
}

.slider-reservation .mphb_sc_search-form p.mphb_sc_search-adults {
	width: 38.5%;
	float: left;
	margin-right: 3%;
}

.slider-reservation .mphb_sc_search-form p.mphb_sc_search-children {
	width: 38.5%;
	float: left;
	display: inline-block;
}

.slider-reservation .mphb_sc_search-form p select {
	width: 100%;
	background-color: transparent;
	margin-left: -20px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.43;
	text-align: left;
	color: #ffffff;
	height: 80px;
	border: none;
	padding-bottom: 0;
	background-position: calc(100% - 5px) calc(0.7em + 3px), calc(100% - 0px) calc(0.7em + 3px), 100% 0;
}

.slider-reservation .mphb_sc_search-form p select option {
	color: #333333;
	font-size: 24px;
	overflow-y: auto;
}


.vk-product-details-body .related-h2 {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	color: #333333;
	font-style: normal;
	text-transform: capitalize;
	margin-top: 93px;
}

.vk-product-details-body .border-h2 {
	width: 40px;
	height: 3px;
	background-color: #b0914f;
	margin: 0 auto;
	margin-top: 38px;
	margin-bottom: 60px;
}


@media screen and (max-width:991px) {
	div#n2-ss-8 .n2-ss-layer .n2-font-3088b8dbad1536b1ecb96b5fa3496c85-hover {
		text-align: center;
	}

	

}


.vk-shop-cart .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.uni-filter-gallery .vk-filter-box ul {
		display: none;
	}

	.vk-page.portfolio .vk-filter-box {
		border: none;
	}
	.vk-shop-cart .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shop-cart-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-shop-cart-body .vk-shop-cart4 .vk-shop-cart-form {
	background: #fff;
	padding: 0 30px;
	padding-bottom: 30px;
}

.vk-shop-cart-body .vk-shop-cart4 th {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: left;
	color: #333;
	font-style: normal;
	text-transform: capitalize;
	padding: 20px 0;
	border-bottom: 2px solid #777 !important;
}

.vk-shop-cart-body .vk-shop-cart4 tr {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DDD !important;
}

.vk-shop-cart-body .vk-shop-cart4 tr:hover {
	background: none !important;
}

.vk-shop-cart-body .vk-shop-cart4 tr img {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.vk-shop-cart-body .vk-shop-cart4 tr h3 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600 !important;
	font-style: normal;
	font-size: 14px;
	color: #777777;
	line-height: 105px;
	margin: 0;
}

.vk-shop-cart-body .vk-shop-cart4 tr h3 a {
	color: #333;
	text-decoration: none;
}

.vk-shop-cart-body .vk-shop-cart4 tr td {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600 !important;
	font-style: normal;
	font-size: 14px;
	color: #777777;
	text-indent: -10px;
}

.vk-shop-cart-body .vk-shop-cart4 tr td .price {
	line-height: 105px;
}

.vk-shop-cart-body .vk-shop-cart4 tr td .del {
	line-height: 105px;
	font-size: 18px;
}

.vk-shop-cart-body .vk-shop-cart4 tr td .del a {
	color: #b0914f;
	text-decoration: none;
}

.vk-shop-cart-body .vk-shop-cart4 tr td .del a:hover {
	color: #333;
}

.vk-shop-cart-body .vk-shop-cart4 tr td ul {
	width: 120px;
	height: 44px;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #bbbbbb;
	margin-top: 32px;
	margin-left: -10px;
}

.vk-shop-cart-body .vk-shop-cart4 tr td ul li {
	width: auto;
}

.vk-shop-cart-body .vk-shop-cart4 tr td ul li:nth-child(1) {
	float: left;
	margin-left: 25px;
	cursor: pointer;
}

.vk-shop-cart-body .vk-shop-cart4 tr td ul li:nth-child(2) {
	margin-left: 40px;
}

.vk-shop-cart-body .vk-shop-cart4 tr td ul li:nth-child(3) {
	float: right;
	margin-right: 6px;
	cursor: pointer;
}

.vk-shop-cart-body .vk-shop-cart4 .sub-cart .coupon-code {
	float: left;
}

.vk-shop-cart-body .vk-shop-cart4 .sub-cart .coupon-code input {
	width: 300px;
	height: 50px;
	border: 1px solid #f0f0f0;
	color: #aeaeae;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-indent: 15px;
}

.vk-shop-cart-body .vk-shop-cart4 .sub-cart .coupon-code button {
	width: 180px;
	height: 50px;
	background: #b0914f;
	outline: none;
	text-align: center;
	line-height: 42px;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 1px;
	border: 1px solid transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
}

.vk-shop-cart-body .vk-shop-cart4 .sub-cart .coupon-code button:hover {
	background: none;
	border: 1px solid #b0914f;
	color: #b0914f;
}

.vk-shop-cart-body .vk-shop-cart4 .upload-cart {
	width: 180px;
	height: 50px;
	background: #b0914f;
	border: 1px solid #b0914f;
	outline: none;
	text-align: center;
	line-height: 44px;
	color: #fff;
	float: right;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-cart-body .vk-shop-cart4 .upload-cart:hover {
	background: none;
	border: 1px solid #b0914f;
	color: #b0914f;
}

.vk-shop-cart-body .vk-shop-cart4 .sp-quantity {
	width: 120px;
	height: 44px;
	border: 1px solid #f0f0f0;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #bbbbbb;
	margin-top: 32px;
	margin-left: -10px;
	position: relative;
	overflow: hidden;
}

.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-minus a {
	position: absolute;
	width: 38px;
	height: 42px;
	margin-left: 0;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #777;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:991px) {
	.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-minus a {
		bottom: 0;
		right: -6px;
		z-index: 123;
	}

}

.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-minus a span {
	display: none;
}

.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-plus a {
	position: absolute;
	width: 39px;
	height: 42px;
	margin-right: 13px;
	float: right;
	margin-left: 88px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #777;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:991px) {
	.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-plus a {
		right: -36%;
	}

}

.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-plus a span {
	display: none;
}

.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-input {
	float: left;
}

.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-input input {
	width: 40px;
	position: absolute;
	margin-top: 0;
	border: none;
	outline: none;
	margin-left: 40px;
	text-align: center;
	background: none;
	top: 10px;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping {
	background: #fff;
	padding: 20px 30px 30px 30px;
}

@media screen and (max-width:991px) {
	.vk-shop-cart-body .vk-shop-cart4 .sp-quantity .sp-input input {
		height: 120px;
		width: 50px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .shipping {
		margin-bottom: 60px;
	}

}

.vk-shop-cart-body .vk-shop-cart4 .shipping h3 {
	margin: 0;
	padding-bottom: 12px;
	width: 100%;
	height: auto;
	border-bottom: 2px solid #7b7b7b;
	font-size: 18px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	color: #333;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	font-weight: 400;
	font-style: normal;
	margin-top: 26px;
	margin-bottom: 20px;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping select,
.vk-shop-cart-body .vk-shop-cart4 .shipping input {
	width: 100%;
	height: 43px;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	font-size: 14px;
	color: #333;
	text-indent: 15px;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping input {
	color: #aeaeae;
	margin-top: 20px;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping .border-line {
	width: 100%;
	height: 2px;
	background: #777;
	margin-top: 30px;
	margin-bottom: 20px;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping span {
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	color: #333;
	line-height: 40px;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping button {
	width: 180px;
	height: 50px;
	background: #b0914f;
	border: 1px solid #b0914f;
	outline: none;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	line-height: 44px;
	color: #fff;
	float: right;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-cart-body .vk-shop-cart4 .shipping button:hover {
	background: none;
	border: 1px solid #b0914f;
	color: #b0914f;
}

.vk-shop-cart-body .vk-shop-cart4 .vk-shop-cart-ship-total {
	margin-top: 60px;
}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals {
	background: #ffffff;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals h3 {
	width: 100%;
	height: auto;
	font-size: 18px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	color: #333;
	margin: 0;
	border-bottom: 2px solid #7b7b7b;
	padding-bottom: 12px;
}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals ul li {
	list-style-type: none;
	width: 100%;
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600 !important;
	font-style: normal;
	color: #777;
	border-bottom: 1px solid #eaeaea;
	margin-top: 16px;
	padding-bottom: 17px;
}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals ul li strong {
	font-weight: 600;
	width: 300px;
	height: 10px;
	display: block;
	float: left;
}

@media screen and (max-width:991px) {
	.vk-shop-cart-body .vk-shop-cart4 .cart-totals ul li strong {
		width: 73%;
		height: auto;
		float: left;
	}

}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals ul li:nth-child(1) {
	margin-top: 5px;
}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals button {
	width: 100%;
	height: 50px;
	background: #b0914f;
	border: 1px solid #b0914f;
	outline: none;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700 !important;
	font-style: normal;
	line-height: 44px;
	color: #ffffff;
	float: right;
	margin-top: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-cart-body .vk-shop-cart4 .cart-totals button:hover {
	background: none;
	border: 1px solid #b0914f;
	color: #b0914f;
}

.vk-shop-cart-body .vk-shop-cart4 .th-hide {
	display: none;
}

.sbtn12 a {
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

@media screen and (max-width:1199px) {
	.wpb_row.vc_custom_1563501967517 {
		padding-top: 0 !important;
	}

	.vk-shop-cart-body .vk-shop-cart4 .shipping {
		width: 100%;
	}

	.vk-shop-cart-body .vk-shop-cart4 .cart-totals {
		width: 100%;
	}

}

@media screen and (max-width:991px) {
	.vk-shop-cart-body .th-hide {
		display: block !important;
		margin-top: 21px;
	}

	.vk-shop-cart-body .vk-shop-cart4 {
		margin-top: 48px;
		padding-bottom: 60px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .price-hide {
		display: none;
	}

	.vk-shop-cart-body .vk-shop-cart4 .del-hide {
		display: none;
	}

	.vk-shop-cart-body .vk-shop-cart4 .sp-quantity {
		width: 50px !important;
		height: 120px;
		margin-top: 8px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .price {
		line-height: 140px !important;
	}

	.vk-shop-cart-body .vk-shop-cart4 input {
		width: 44px;
		margin-left: 2px !important;
	}

	.vk-shop-cart-body .vk-shop-cart4 tr img {
		float: none;
		margin-left: -5px;
	}

	.vk-shop-cart-body .vk-shop-cart4 a {
		margin-left: 5px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .sub-cart button {
		margin-left: 4px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .h3-a {
		margin-top: -40px;
		padding-bottom: 0 !important;
		margin-bottom: -36px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .w-td {
		width: 80% !important;
	}

	.vk-shop-cart-body .vk-shop-cart4 .shipping button {
		margin-bottom: 40px;
	}

	.vk-shop-cart-body .sub-cart {
		width: 100%;
	}

	.vk-shop-cart-body .vk-shop-cart4 .sub-cart .coupon-code {
		width: 100%;
	}

	.vk-shop-cart-body .vk-shop-cart4 .sub-cart .coupon-code input {
		width: 100%;
	}

	.vk-shop-cart-body .vk-shop-cart4 .sub-cart .coupon-code button {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 2px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .upload-cart {
		width: 100%;
		margin-right: -2px;
	}

	.vk-shop-cart-body .vk-shop-cart4 .shipping button {
		width: 100%;
	}

}

.vk-shop-checkout .vk-about-banner .vk-about-banner-destop .vk-banner-img {
	background-size: cover;
	background-position: center center;
	height: 393px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.vk-shop-checkout .vk-about-banner .vk-about-banner-destop .vk-banner-img {
		height: 260px;
	}

}

.vk-shop-checkout-body {
	background: #f9f9f9;
	padding: 100px 0;
}

.vk-shop-checkout-body .checkout-ship-address-checkbox {
	display: none;
}

.vk-shop-checkout-body .checkbox-create-account-form {
	display: none;
}

.vk-shop-checkout-body .woocommerce-form-login p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #7b7b7b;
}

.vk-shop-checkout-body .vk-form-woo-login {
	display: none;
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 30px;
}

.vk-shop-checkout-body .vk-form-woo-login .form-row {
	margin-top: 30px;
}

.vk-shop-checkout-body .vk-checkout-order-paypal {
	margin-top: 60px;
}

.vk-shop-checkout-body .vk-checkout-ship-address select,
.vk-shop-checkout-body .vk-checkout-ship-address .vk-shop-cart-body .vk-shop-cart4 .shipping input,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-shop-checkout-body .vk-checkout-ship-address input {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	padding: 0 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 0;
	text-align: left;
	color: #aeaeae;
}

.vk-shop-checkout-body .vk-checkout-ship-address textarea {
	width: 100%;
	height: 151px;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	padding: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	text-align: left;
	color: #aeaeae;
}

.vk-shop-checkout-body .vk-checkout-creat-account h3 label {
	font-size: 14px;
}

.vk-shop-checkout-body .vk-checkout-creat-account .vk-check-create-account-form {
	background: #ffffff;
	padding: 30px;
}

.vk-shop-checkout-body .vk-checkout-creat-account .vk-check-create-account-form .form-row {
	margin: 30px 0;
}

.vk-shop-checkout-body #payment h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 25px;
}

.vk-shop-checkout-body #payment ul {
	margin: 0;
	padding: 0;
	background: #fff;
	padding: 30px;
}

.vk-shop-checkout-body #payment ul li {
	list-style-type: none;
}

.vk-shop-checkout-body #payment ul li label {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.57;
	text-align: left;
	color: #333333;
}

.vk-shop-checkout-body #payment ul li .payment_box {
	padding-left: 20px;
}

.vk-shop-checkout-body #payment ul li .payment_box p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	text-align: left;
	color: #7b7b7b;
}

.vk-shop-checkout-body #payment ul li a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.57;
	text-align: left;
	color: #b0914f;
}

.vk-shop-checkout-body #payment ul li a:hover {
	color: #333333;
}

.vk-shop-checkout-body #payment .place-order {
	margin-top: 30px;
}

.vk-shop-checkout-body #payment .place-order input {
	width: 100%;
	height: 50px;
	background-color: #b0914f;
	border: 1px solid #b0914f;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.77;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-checkout-body #payment .place-order input:hover {
	background: #fff;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#order_review_heading,
.vk-shop-checkout-body .vk-checkout-order-left h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 25px;
}

.vk-shop-checkout-body .vk-checkout-order-left table {
	width: 100%;
	background: #fff;
}

.vk-shop-checkout-body .vk-checkout-order-left table tr td {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 30px;
}

.vk-shop-checkout-body .vk-checkout-order-left table tr th {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 30px;
}

.vk-shop-checkout-body .vk-checkout-order-left thead {
	border-bottom: 2px solid #333;
}

.vk-shop-checkout-body .vk-checkout-order-left .order-total {
	color: #b0914f;
}

.vk-shop-checkout-body .vk-checkout-billing-left {
	padding-top: 60px;
	padding-bottom: 43px;
}

.vk-shop-checkout-body .vk-checkout-billing-left h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-bottom: 20px;
}

.vk-shop-checkout-body .vk-checkout-billing-left p {
	margin-bottom: 27px;
}

.vk-shop-checkout-body .vk-checkout-billing-left p label {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.57;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
}

.vk-shop-checkout-body .vk-checkout-billing-left p .required {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.22;
	color: #b0914f;
}

.vk-shop-checkout-body .vk-checkout-billing-left .woocommerce-billing-fields select,
.vk-shop-checkout-body .vk-checkout-billing-left .woocommerce-billing-fields .vk-shop-cart-body .vk-shop-cart4 .shipping input,
.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-shop-checkout-body .vk-checkout-billing-left .woocommerce-billing-fields input {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	padding: 0 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 0;
	text-align: left;
	color: #aeaeae;
}

.vk-shop-checkout-body .vk-check-coupon {
	display: none;
	background: #ffffff;
	padding: 30px;
	margin-top: 10px;
}

.vk-shop-checkout-body .vk-check-coupon .form-row-first input {
	width: 100%;
	height: 50px;
}

.vk-shop-checkout-body .vk-check-coupon .form-row-last input[type="submit"] {
	border: 1px solid #b0914f;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 0;
	text-align: center;
	color: #ffffff;
	background: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-checkout-body .vk-check-coupon .form-row-last input[type="submit"]:hover {
	background: #fff;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-checkout-body .entry-content-wrapper .woocommerce-info {
	margin-bottom: 10px;
	background: #fff;
	padding: 21px 30px;
	border-top: 2px solid #b0914f;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
}

.vk-shop-checkout-body .entry-content-wrapper .woocommerce-info i {
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1.67;
	color: #b0914f;
}

.vk-shop-checkout-body .entry-content-wrapper .woocommerce-info a {
	color: #b0914f;
}

.vk-shop-checkout-body .entry-content-wrapper .form-row-first input {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid  #f0f0f0;
	padding: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #aeaeae;
}

.vk-shop-checkout-body .entry-content-wrapper .form-row-last input {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid  #f0f0f0;
	padding: 20px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #aeaeae;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login {
	margin-top: 30px;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login p {
	margin-bottom: 0;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login input.button {
	width: 180px;
	height: 50px;
	background-color: #b0914f;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"] {
	border: 1px solid #b0914f;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.69;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"]:hover {
	background: #fff;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #aeaeae;
	margin-left: 20px;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox span {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #7b7b7b;
	font-weight: normal;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password {
	margin: 0;
	padding-top: 15px;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: right;
	color: #b0914f;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a:hover {
	color: #333;
}

.vk-shop-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a i {
	font-family: FontAwesome;
	font-size: 18px;
	margin-right: 5px;
}

.vk-newlist-banner-test-search button {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-newlist-banner-test-search button:hover {
	background: #b0914f;
	color: #FFF;
}

.vk-newlist-banner-test-search {
	width: 100%;
	height: 44px;
	background: #fff;
}

.vk-newlist-banner-test-search input {
	width: 70%;
	height: 30px;
	margin-top: 6px;
	border: none;
	outline: none;
	color: #777;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	text-indent: 15px;
}

.vk-newlist-banner-test-search button {
	width: 44px;
	height: 44px;
	background: #fff;
	border: none;
	outline: none;
	text-align: center;
	line-height: 44px;
	color: #aeaeae;
	font-size: 14px;
	float: right;
}

.vk-shop-your-card {
	background: #ffffff;
	padding: 20px;
	margin-top: 30px;
}

.vk-shop-your-card p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #7b7b7b;
	margin-bottom: 0;
}

.vk-shop-your-card h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #333333;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-shop-your-card .vk-shop-your-card-item {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.vk-shop-your-card .vk-shop-your-card-item .vk-shop-item-img {
	float: left;
}

.vk-shop-your-card .vk-shop-your-card-item .vk-shop-item-img img {
	width: 60px;
	height: 60px;
	border: solid 1px #f0f0f0;
	overflow: hidden;
}

.vk-shop-your-card .vk-shop-your-card-item .vk-shop-item-info {
	padding-left: 80px;
}

.vk-shop-your-card .vk-shop-your-card-item .vk-shop-item-info h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #333333;
	margin: 0;
}

.vk-shop-your-card .vk-shop-your-card-item .vk-shop-item-info p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #333333;
	margin-bottom: 0;
}

.vk-shop-your-card .vk-shop-your-card-item .vk-shop-item-info strong {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	float: right;
	color: #333333;
	font-weight: 700;
}

.vk-shop-your-card .vk-total p {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.57;
	text-align: left;
	color: #333333;
}

.vk-shop-your-card .vk-total p span {
	float: right;
}

.vk-shop-your-card .vk-your-card-btn {
	margin-top: 30px;
}

.vk-shop-your-card .vk-your-card-btn ul {
	margin: 0;
	padding: 0;
}

.vk-shop-your-card .vk-your-card-btn ul li {
	display: inline-block;
	border: 1px solid #b0914f;
	background: #b0914f;
	padding: 2px 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-booking-hotel-header-full.home-search-room {
	display: inline-block;
	padding: 15px;
	background: #f0f0f0;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

.vk-booking-hotel-header-full.home-search-room p {
	margin-bottom: 0;
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vk-shop-your-card .vk-your-card-btn ul li {
		display: block;
		margin-bottom: 10px;
	}

}

.vk-shop-your-card .vk-your-card-btn ul li:hover {
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-shop-your-card .vk-your-card-btn ul li:hover a {
	color: #b0914f;
}

.vk-shop-your-card .vk-your-card-btn ul li a {
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 2.77;
	text-align: center;
	color: #fff;
}

.vk-shop-your-card .vk-your-card-btn ul li.shop-view {
	background: #fff;
}

.vk-shop-your-card .vk-your-card-btn ul li.shop-view a {
	color: #b0914f;
}

.vk-shop-your-card .vk-your-card-btn ul li.shop-view:hover {
	background: #b0914f;
}

.vk-shop-your-card .vk-your-card-btn ul li.shop-view:hover a {
	color: #fff;
}

.vk-newlist-title {
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}

.vk-newlist-title h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #333333;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-newlist-title ul {
	margin: 0;
	padding: 0;
}

.vk-newlist-title ul li {
	list-style-type: none;
}

.vk-newlist-title ul li:hover a {
	color: #b0914f;
}

.vk-newlist-title ul li a {
	font-size: 14px;
	line-height: 2.57;
	text-align: left;
	color: #333333;
}

.vk-newlist-title ul li a i {
	margin-right: 5px;
}

.vk-newlist-title2 {
	background: #ffffff;
	padding: 20px;
	margin-top: 30px;
}

.vk-newlist-title2 h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #333333;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-newlist-title3 {
	background: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 30px;
}

.vk-newlist-title3 h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.67;
	text-align: center;
	color: #333333;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-newlist-title3 h4 a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	line-height: 1.57;
	text-align: left;
	color: #333333;
}

.vk-newlist-title3 h4 a:hover {
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#slider-range {
	width: 100%;
	height: 2px;
	background: #f0f0f0;
	border-radius: 0;
	border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	width: 6px !important;
	height: 12px !important;
	background: #b0914f !important;
	border: none;
	border-radius: 0;
	outline: none;
}

.ui-slider-horizontal .ui-slider-range {
	background: #b0914f;
	margin-left: -5px;
}

.label-filter-price {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.57;
	text-align: left;
	color: #333333;
	font-style: normal;
	position: absolute;
	margin-top: 31px;
}

.label-filter-price input {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.57;
	text-align: left;
	font-style: normal !important;
	color: #333 !important;
}

.btn-filter-prince {
	width: 80px;
	height: 35px;
	border: none;
	outline: none;
	background: #b0914f;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #FFF;
	float: right;
	position: relative;
	margin-top: 25px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #b0914f;
}

.btn-filter-prince:hover {
	border: 1px solid #b0914f;
	background: none;
	color: #b0914f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.vk-book-details {
	padding-bottom: 13px;
	margin-bottom: 18px;
	border-bottom: 1px solid #f0f0f0;
}

.vk-book-details:last-child {
	border-bottom: none;
}

.vk-book-details .vk-best-seller-img {
	float: left;
	border: 1px solid #f0f0f0;
}

.vk-book-details .vk-best-seller-img img {
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.vk-book-details .vk-best-seller-info {
	padding-left: 80px;
}

.vk-book-details .vk-best-seller-info h4 {
	margin: 0;
}

.vk-book-details .vk-best-seller-info ul {
	margin: 0;
	padding: 0;
}

.vk-book-details .vk-best-seller-info ul li {
	display: inline-block;
}

.vk-book-details .vk-best-seller-info ul li i {
	color: #b0914f;
	font-size: 12px;
}

.vk-book-details .vk-best-seller-info p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.63;
}

.form-newsletter .input-group {
	width: 100%;
}

.form-newsletter .input-group input {
	border-radius: 0;
	border: none;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
}

.form-newsletter .input-group button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	border: none;
	background: transparent;
	height: 50px;
	width: 50px;
}

.form-newsletter iframe {
	display: none;
}

.form-newsletter .form-success,
.form-newsletter .form-error {
	color: #ffffff;
	line-height: 23px;
}

.contactform .form-error {
	color: red;
}

.contactform .form-success {
	color: green;
}

.single.single-product .up-sells,
.single.single-product .related.products {
	margin-top: 90px;
}

.single.single-product .up-sells > h2,
.single.single-product .related.products > h2 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	color: #333;
	font-style: normal;
	text-transform: capitalize;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	margin: 0;
	padding: 0 0 5px 18px;
	background: transparent;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin-right: 0;
	vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table thead th {
	border-bottom: 2px solid #333;
}

tfoot .cart-subtotal th,
tfoot .cart-subtotal td {
	color: #333;
}

.woocommerce-info {
	border-top-color: #b0914f;
	background: #fff;
	font-size: 14px;
	line-height: 2.14;
}

.woocommerce-info::before {
	color: #b0914f;
}

.woocommerce form .form-row label {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 14px;
}

.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce .checkout.woocommerce-checkout h3 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

.menu-hander {
	width: 91px;
	top: 39px;
	left: 35px;
	z-index: 750;
	-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	position: fixed;
	cursor: pointer;
}

.menu-holder {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	position: fixed;
	z-index: 680;
	background-color: #c9c3c2;
	display: none;
}

.menu-holder .vk-navbar-collapse {
	opacity: 0;
	visibility: hidden;
}

.menu-holder.loc .vk-navbar-collapse {
	opacity: 1;
	visibility: inherit;
}

.vertical-menu {
	padding-left: 0;
}

.vertical-menu .icon-has-children:before {
	content: '\f105';
}

@media screen and (min-width:1200px) {
	.vertical-menu .icon-has-children {
		display: none;
	}

}

@media screen and (min-width:992px) {
	.sparta-vertical-menu {
		position: relative;
		-moz-transform: translate(38%, 0);
		-ms-transform: translate(38%, 0);
		-webkit-transform: translate(38%, 0);
		transform: translate(38%, 0);
	}

	.sparta-vertical-menu .sub-menu {
		position: absolute;
		top: 0;
		left: 100%;
		list-style: none;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.45s ease;
		-moz-transition: all 0.45s ease;
		-ms-transition: all 0.45s ease;
		transition: all 0.45s ease;
		padding-left: 60px;
		text-align: left;
		min-width: 310px;
		padding-top: 10px;
	}

	.sparta-vertical-menu .vertical-menu > li:first-child > .sub-menu {
		padding-top: 0;
	}

	.sparta-vertical-menu .sub-menu li {
		transform: translateY(15px);
		-webkit-transition: -webkit-transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.vertical-menu li.menu-item-has-children:hover .sub-menu li {
		transform: translateY(0);
		-webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.sparta-vertical-menu .sub-menu li a {
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.sparta-vertical-menu .menu-item-has-children:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	.vertical-menu {
		display: inline-block;
		margin: 0;
		padding-left: 0;
		border-right: 1px solid #CEBEAB;
		text-align: right;
	}

	.vertical-menu li.menu-item-has-children {
		position: relative;
	}

	.vertical-menu > li > a {
		display: inline-block;
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 26px;
		line-height: 30px;
		color: #000;
		vertical-align: middle;
		-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	}

	.vertical-menu li.current-menu-item a {
		color: #B0914F;
	}

	.vertical-menu > li:first-child > a {
		padding-top: 0;
	}

	.vertical-menu > li:last-child > a {
		padding-bottom: 0;
	}

	.vertical-menu > li > a:hover {
		-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	}

	.vertical-menu > li > a:hover:after {
		-moz-transform-origin: left 50%;
		-ms-transform-origin: left 50%;
		-webkit-transform-origin: left 50%;
		transform-origin: left 50%;
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.vertical-menu > li {
		list-style: none;
		padding-left: 0;
		padding-right: 80px;
	}

	.vertical-menu > li >  a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-moz-transform-origin: right 50%;
		-ms-transform-origin: right 50%;
		-webkit-transform-origin: right 50%;
		transform-origin: right 50%;
		-moz-transition: -moz-transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-o-transition: -o-transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-webkit-transition: -webkit-transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		transition: transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	}

}

@media screen and (max-width:1199px) and (min-width:992px) {
	.vertical-menu > li > .icon-has-children {
		position: absolute;
		right: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	.vertical-menu > li:first-child > .icon-has-children {
		top: 0;
	}

	.sparta-vertical-menu {
		-moz-transform: translate(30%, 0);
		-ms-transform: translate(30%, 0);
		-webkit-transform: translate(30%, 0);
		transform: translate(30%, 0);
	}

}

@media screen and (max-width:991px) {
	.vk-room-details-content > div {
		padding-left: 0;
		padding-right: 0;
	}

	.vk-room-details-content .vk-room-details-content-right {
		margin-top: 30px;
	}

	.vertical-menu > li > a {
		display: inline-block;
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 26px;
		line-height: 30px;
		color: #000;
		vertical-align: middle;
		-moz-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-o-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		-webkit-transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
		transition: all 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
	}

	.vertical-menu li.current-menu-item a {
		color: #B0914F;
	}

	.header-left .btn.book-now {
		z-index: 1;
	}

	.vertical-menu li {
		position: relative;
	}

	.vertical-menu .sub-menu li {
		padding: 8px 0;
	}

	.vertical-menu .sub-menu li .icon-has-children {
		top: 0;
	}

	.vertical-menu li .icon-has-children {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}

}

.uni-hotelier-form .form-group {
	float: left;
	display: inline-block;
	margin-right: 14px;
	padding: 15px 20px;
	width: 19%;
	list-style-type: none;
	background: #fff;
}

.lst-event-location > div,
.lst-event-location .ti-location-pin {
	display: inline-block;
}

.lst-event-location .ti-location-pin {
	margin-right: 3px;
}

.sparta-hotel-room .room-loop__list {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.sparta-hotel-room .vk-sidebar,
.sparta-hotel-room header.page-header {
	display: none;
}

.sparta-hotel-room .room__name {
	padding-top: 0;
}

.sparta-hotel-room .room__name a {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.07;
	text-align: left;
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-hotel-room .room__name a:hover {
	color: #b0914f;
}

.sparta-hotel-room span.hotelier-price-label {
	line-height: 43px;
}

.sparta-hotel-room span.hotelier-price-label,
.sparta-hotel-room span.room__price {
	display: inline-block;
}

.sparta-hotel-room span.room__price {
	color: #b0914f;
	text-transform: capitalize;
}

.sparta-hotel-room.grid span.room__price {
	float: right;
	text-align: right;
}

.sparta-hotel-room span.room__price del {
	display: none;
	margin-right: 8px;
}

.sparta-hotel-room span.room__price > span.amount:after,
.sparta-hotel-room span.room__price > ins > span.amount:after {
	content: '/';
}

.sparta-hotel-room span.room__price .amount {
	font-size: 30px;
}

.sparta-hotel-room .room-loop__item {
	padding-bottom: 30px;
	margin-bottom: 60px;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-hotel-room .room-loop__item:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-hotel-room.list .room-loop__list li {
	width: 100% !important;
	margin-right: 0;
	line-height: 2.86;
}

.sparta-hotel-room.grid .hotel-archive-info {
	padding: 6px 20px 0;
}

.sparta-hotel-room.list .room-loop__item a img {
	margin-bottom: 0;
}

.sparta-hotel-room.list .room-loop__item {
	padding-bottom: 0;
}

.sparta-hotel-room.list .hotel-archive-info {
	padding: 40px 30px 30px 30px;
}

.sparta-hotel-room.list .hotel-archive-info a.button {
	float: right;
	margin-bottom: 0;
	text-align: right;
	color: #333333;
	font-weight: 600;
}

.sparta-hotel-room.list .hotel-archive-info a.button:after {
	content: "\f0da";
	font-family: FontAwesome;
	margin-left: 5px;
}

.sparta-hotel-room.list  ul.room__meta-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

ul.sparta-room-meta-list,
ul.listing__list {
	padding: 0;
}

.sparta-room-meta-list li {
	padding-left: 0;
}

.sparta-room-meta-list li i {
	width: 25px;
	color: #333;
}

.sparta-room-meta-list li strong {
	color: #333;
}

.vk-page {
	overflow: hidden;
	background: #f9f9f9;
}

.vk-room-details-title {
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
}

.vk-room-details-content-left .blog-content {
	border-top: 1px solid #f0f0f0;
	padding-top: 30px;
}

.vk-room-details-content-left .mphb-regular-price {
	float: right;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	text-align: left;
	color: #7b7b7b;
}

.vk-room-details-content-left .mphb-regular-price strong {
	font-weight: 500;
}

.vk-room-details-content-left .mphb-regular-price .mphb-price {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	color: #b0914f;
}

.vk-room-details-content-left .mphb-regular-price .mphb-price:after {
	content: '/';
}

.vk-room-details-content-left .mphb-regular-price .mphb-price-period {
	font-size: 12px;
	line-height: 2.5;
	color: #b0914f;
}

.vk-room-details-content .vk-room-details-content-left .mphb-room-type-images > div:first-child {
	-webkit-box-shadow: 0 0 20px 0 rgba(67, 67, 67, 0.56);
	-moz-box-shadow: 0 0 20px 0 rgba(67, 67, 67, 0.56);
	box-shadow: 0 0 20px 0 rgba(67, 67, 67, 0.56);
}

.vk-room-details-content .vk-room-details-content-left .mphb-room-type-images > div:last-child {
	margin-top: 12px;
}

.vk-room-details-content-left .mphb-single-room-type-attributes {
	display: inline-block;
	padding: 40px 0;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	width: 100%;
}

.single-mphb_room_type .vk-page {
	background: #fff;
}

.single-mphb_room_type .sparta-related-room {
	padding-top: 60px;
}

.vk-room-details-content-left .mphb-single-room-type-attributes li {
	float: left;
	width: 33.33333333%;
}

.vk-room-details-content-left .mphb-details-title,
.vk-room-details-content-left .mphb-calendar-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.88;
	text-align: left;
	color: #333;
}

.tax-mphb_room_type_category .vk-page {
	background: #f9f9f9;
}

.blog-content .mphb-single-room-type-gallery-wrapper,
.home-search-room .mphb_sc_search-form > p.mphb-required-fields-tip {
	display: none;
}

.home-search-room .mphb_sc_search-form > p {
	float: left;
	display: inline-block;
	position: relative;
	margin-right: 1%;
	padding: 15px 20px;
	background: #fff;
	width: 19%;
	min-height: 123px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.home-search-room .mphb_sc_search-form > p.mphb_sc_search-check-out-date:after,
.home-search-room .mphb_sc_search-form > p.mphb_sc_search-check-in-date:after {
	font-family: 'themify';
	content: "\e6b6";
	position: absolute;
	right: 20px;
	bottom: 21px;
}

.home-search-room .mphb_sc_search-form > p.mphb_sc_search-adults:after,
.home-search-room .mphb_sc_search-form > p.mphb_sc_search-children:after {
	font-family: 'themify';
	content: "\e64b";
	position: absolute;
	right: 20px;
	font-size: 10px;
	bottom: 21px;
}

.home-search-room .mphb_sc_search-form > p:last-child {
	margin-right: 0;
	padding: 0;
	width: 20%;
}

.home-search-room .mphb_sc_search-form > p input::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #333333;
	font-size: 18px;
}

.home-search-room .mphb_sc_search-form > p input::-moz-placeholder {

	/* Firefox 19+ */
	color: #333333;
	font-size: 18px;
}

.home-search-room .mphb_sc_search-form > p input:-ms-input-placeholder {

	/* IE 10+ */
	color: #333333;
	font-size: 18px;
}

.home-search-room .mphb_sc_search-form > p input:-moz-placeholder {

	/* Firefox 18- */
	color: #333333;
	font-size: 18px;
}

.home-search-room .mphb_sc_search-form > p:last-child input {
	padding: 10px;
	width: 100%;
	height: 123px;
	font-size: 27px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.47;
	text-align: center;
	color: #fff;
	background-image: url(../images/box2.png) !important;
	white-space: normal;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.home-search-room .mphb_sc_search-form > p:last-child input:hover {
	color: #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.home-search-room .mphb_sc_search-form select {
	height: auto;
	background-image: none;
	border: none;
	width: 100%;
	font-weight: 700;
	text-align: left;
	color: #333333;
	background: #fff;
	font-size: 21px;
	margin-left: -20px;
}

.home-search-room .mphb_sc_search-form > p input {
	padding: 8px 0 0 0;
	border: none;
	width: 100%;
	font-weight: 700;
	text-align: left;
	color: #333;
	background: #fff;
}

.home-search-room .mphb_sc_search-form label {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 13px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #7b7b7b;
	text-transform: uppercase;
}

.datepick {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.datepick-month,
.datepick {
	border-color: rgba(0, 0, 0, .15);
}

.datepick-popup {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-radius: 4px;
}

.datepick-ctrl {
	border-top: 1px solid #ddd;
	padding: 5px 0;
}

.blog-content .datepick-cmd.datepick-cmd-today {
	padding-top: 11px;
}

.datepick-popup .datepick-cmd-next,
.datepick-popup .datepick-cmd-prev,
.mphb-calendar .datepick-cmd-next,
.mphb-calendar .datepick-cmd-prev {
	text-indent: 1000px;
	overflow: hidden;
	color: #fff;
}

.datepick a.datepick-disabled {
	color: #fff;
}

.datepick a.datepick-disabled:before,
.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-next:before,
.datepick-popup .datepick-cmd-next:before {
	color: #000;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-earlier-min-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-later-max-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-later-max-date {
	background-color: #fff;
	text-decoration: line-through;
}

.datepick-month {
	border-bottom: none;
}

.datepick-popup .datepick-cmd-next:before,
.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-next:before,
.mphb-calendar .datepick-cmd-prev:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1em;
	margin: 0;
	font: normal normal normal 1rem/1 FontAwesome;
	font-size: 16px;
	font-size: 1rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	transform: translateY(-50%);
}

.datepick-popup .datepick-cmd-next:before,
.mphb-calendar .datepick-cmd-next:before {
	content: '\f101';
}

.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before {
	content: '\f100';
}

.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before {
	right: auto;
	left: 1em;
}

.datepick-month table {
	border: none;
}

.datepick-nav {
	position: relative;
}

.mphb-calendar .datepick-month td,
.datepick-popup .datepick-month td {	
	border: 1px solid #fff;
}

.mphb-calendar .datepick-month td span,
.datepick-popup .datepick-month td span {
	font-weight: 400;
}

.mphb-calendar .datepick-month a,
.datepick-popup .datepick-month a {
	background-color: #fff;
	color: #484848;
}

.datepick-month table {
	margin-bottom: 0;
}

.uni-testimonial .fa-star {
	color: #f2bf52;
}

.uni-testimonial .fa-star-o {
	color: #e0e0e0;
}

.uni-testimonial.light .vk-sparta-testimonial-author p {
	color: #fff;
}

.vk-sparta-testimonial-author p {
	font-size: 14px;
	font-weight: 700;
	line-height: 2.14;
	text-align: center;
	color: #333333;
}

.vk-sparta-testimonial-author p span {
	color: #b0914f;
}

.sparta-slider ul.slick-dots {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.sparta-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.sparta-slider .slick-dots li button {
	display: block;
	padding: 0;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	z-index: 1;
}

.sparta-slider .slick-dots li button:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #d6d6d6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transform: unset;
	-ms-transform: unset;
	-webkit-transform: unset;
	transform: unset;
}

.sparta-slider .slick-dots li.slick-active button:before {
	background: #b0914f;
}

.vk-pagination {
	display: inline-block;
}

.vk-sparta-head-title.white-yellow h2 {
	color: #fff !important;
}

.text-right .vk-sparta-about-author p,
.text-right .vk-sparta-head-title h2,
.text-right .vk-sparta-head-title h3 {
	text-align: right;
}

.text-left .vk-sparta-about-author p,
.text-left .vk-sparta-head-title h2,
.text-left .vk-sparta-head-title h3 {
	text-align: left;
}

.text-left .vk-sparta-head-title .vk-sparta-about-border {
	margin: 30px 0 60px 0;
}

.text-right .vk-sparta-head-title .vk-sparta-about-border {
	margin-left: calc(100% - 40px);
}

.box-shadow .vk-img-frame {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget_sparta_recent_posts ul {
	padding: 0;
}

.widget_sparta_recent_posts ul li {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}

.hlogocenter-form-search {
	margin-top: -73px;
}

.hlogocenter-form-search .wpb_column.col-md-12 {
	padding: 15px;
	background: #f0f0f0;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.hlogocenter-form-search p {
	margin-bottom: 0;
}

blockquote cite em,
blockquote cite,
blockquote small {
	font-size: 14px;
}

.restaurent-custom-cat .vk-restaurant-item {
	margin-bottom: 30px;
}

.restaurant-page {
	margin-bottom: 60px;
}

.restaurant-page .vk-sparta-head-title .vk-sparta-about-border {
	display: none;
}

.restaurant-page .vk-sparta-head-title h2 {
	font-size: 24px;
}

.vk-sidebar section.widget.widget_search,
.vk-sidebar section.widget.widget_product_search {
	background: transparent;
}

.vk-sidebar .vk-box.widget_search,
.vk-sidebar .vk-box.widget_product_search {
	padding: 0;
}

.vk-sidebar .widget.widget_search .widget-title,
.vk-sidebar .widget.widget_product_search .widget-title {
	border: none;
	padding-bottom: 0;
}

input[type="submit"] {
	background-size: 0% 100%;
	background-image: linear-gradient(white, white) !important;
	background-repeat: no-repeat;
	transition: all 0.5s linear;
}

input[type="submit"]:hover {
	background-size: 100% 100%;
	color: #333;
	transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.style-aboutimg h5 {
	font-size: 40px;
	font-weight: 700;
	color: #b0914f;
}

.style-aboutimg h5 span {
	font-size: 16px;
}

.promotion-btn a.btn.book-now,
.style-aboutimg a.btn.book-now {
	padding: 12px 33px;
	z-index: 1;
}

.home-trans-ecate .vk-sparta-image {
	padding: 5px;
}

.home-trans-about .vk-img-frame img {
	width: 100%;
}

#video-demo {
	width: 100%;
}

.vk-item-slide-btn button:before {
	content: none;
}

.sparta-trans-s1 .search-room-slider {
	display: inline-block;
	padding: 15px;
	background: #f0f0f0;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.vk-list-filter li {
	color: #333;
	font-size: 14px;
	letter-spacing: 0.8px;
}

.date-custom.firstword {
	color: #b0914f;
	font-size: 18px;
	font-weight: 700;
}

.date-custom.firstword .vk-firstword {
	display: inline-block;
	width: 100%;
	font-size: 30px !important;
}

/*Font*/
.page-error .sub-txt,
.vk-contact-form .vk-contact-form-info-body .btn,
.restaurant-page .vk-sparta-head-title h3,
.home-search-room .mphb_sc_search-form label,
.vk-room-details-content-left .mphb-regular-price .mphb-price-period,
.vk-room-details-content-left .mphb-regular-price .mphb-price,
.sparta-hotel-room span.room__price,
.vk-event-details-body-right .sidebar-title,
.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price  .mphb-price-period,
.mphb_sc_rooms-wrapper.mphb-room-types  .mphb-price-period,
.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price .mphb-price,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-regular-price .mphb-price,
.vk-rooms-grid-content .mphb-price-period,
.vk-rooms-grid-content .mphb-price,
.room-lst-action .mphb-price-period,
.room-lst-action .mphb-price,
.font-title,
.vk-sidebar .vk-heading {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

.widget_nav_menu ul.menu > li > a,
.home-search-room .mphb_sc_search-form > p:last-child input,
.slider-reservation .mphb_sc_search-form label,
.slider-reservation .mphb_sc_search-form p input[type="text"],
.slider-reservation .mphb_sc_search-form p select,
.label-filter-price input,
.label-filter-price,
.vk-shop-checkout-body .vk-checkout-billing-left h3,
.vk-product-details-body .related-h2,
.vk-shop-checkout-body #payment h3,
.vk-shop-checkout-body #payment ul li label,
#order_review_heading,
.vk-shop-checkout-body .vk-checkout-order-left h3,
.vk-newlist-title ul li a,
.vk-transparents-welcometo-info .vk-dark-about-right-author p,
.vk-sparta-transparents-1 .vk-navbar-nav li a,
.vk-sparta-dark-testimonial .vk-sparta-testimonial-content .item .vk-sparta-testimonial-author p,
.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li:last-child p,
.vk-sparta-dark-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li p span,
.vk-sparta-dark-about .vk-sparta-dark-about-right .vk-dark-about-right-author p,
.booking-hotel-all ul li .vk-btn-check .btn,
.booking-hotel-all ul li select option,
.booking-hotel-all ul li .vk-shop-cart-body .vk-shop-cart4 .shipping input option,
.vk-shop-cart-body .vk-shop-cart4 .shipping .booking-hotel-all ul li input option,
.booking-hotel-all ul li select,
.booking-hotel-all ul li .vk-shop-cart-body .vk-shop-cart4 .shipping input,
.vk-shop-cart-body .vk-shop-cart4 .shipping .booking-hotel-all ul li input,
.booking-hotel-all ul li h4,
.booking-hotel-all ul li .wrapper-dropdown-3 ul li,
.booking-hotel-all ul li .wrapper-dropdown-3 span,
.booking-hotel-all ul li input,
.vk-sparta-image-gallery .vk-sparta-image-gallery-text a,
.vk-sparta-testimonial-content .item .vk-sparta-testimonial-author p,
.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul li:last-child p,
.vk-our-room .vk-spartar-our-room-mobile .item .vk-sparta-item-content .vk-item-text ul li p span,
.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li:last-child p,
.vk-our-room .vk-sparta-our-room .item .vk-sparta-item-content .vk-item-text ul li p span,
.vk-sparta-about-author p,
.vk-blog-list-right-archives ul li a,
h2 a,
h3 a,
.vk-popular-rooms-content-body-item .mphb-price,
.vk-blog-list-right-category ul li a,
.vk-main-menu .main-navigation ul li a,
.vk-menu-mobile-nav.mobile-menu-container .navbar-nav li a,
.post-pagination .wap-npp a,
.vk-banner-wrapper .entry-date,
.site-flyout ul.menu > li > a,
p.has-drop-cap:not(:focus):first-letter,.widget ul li a.rsswidget,.widget_price_filter .price_slider_amount .price_label,.woocommerce-checkout #payment ul.payment_methods li label,blockquote:before,.vk-sparta-center-logo .vk-navbar-nav li a,.vk-booking-transparent-2 input,.widget_recent_entries a,.vk-booking-transparent-2 select,.vk-booking-transparent-2 .vk-shop-cart-body .vk-shop-cart4 .shipping input,.vk-shop-cart-body .vk-shop-cart4 .shipping .vk-booking-transparent-2 input,.widget_sparta_recent_posts .widget-lst-info a,.vk-sparta-center-logo-2 .vk-navbar-nav li a,.vk-sparta-header-full-width-2 .vk-main-transparents-2-menu .main-navigation ul li a,.vk-sparta-header-full-width .vk-main-header-full-width-menu .main-navigation ul li a,.vk-sparta-dark-background .vk-main-dark-menu .main-navigation ul li a,.vk-sparta-listing-room .vk-main-transparents-2-menu .main-navigation ul li a,.vk-about-right-author p,.vk-spa .vk-sparta-spa .vk-spa-authour p,.vk-restaurant-content .vk-restaurant-item .vk-restaurant-delicious-info .time,.vk-restaurant-content .vk-restaurant-time-for-meals .vk-restaurant-authour p,.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .count-amount,.vk-testimonials-content-item .vk-item-content .vk-item-content-header ul li,.vk-sparta-listing-room .vk-slide .vk-listing-rooms-popular-rooms .vk-popular-rooms-content .vk-popular-rooms-content-body .vk-popular-rooms-content-body-item .vk-item-text h3 a,.vk-transparents-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li p span,.vk-transparents-our-rooms .vk-dark-our-room-item-right .vk-dark-our-room-item-content .vk-dark-our-room-item-book .vk-dark-our-room-item-book-left ul li:last-child p,.vk-btn-readmore,.vk-sparta-testimonial-author p,blockquote p,blockquote cite,blockquote small,.vertical-menu  li  a,.vk-nav > li > a,.widget .widget-title {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}

.date-custom.firstword,
.vk-list-filter li,
.home-search-room .mphb_sc_search-form > p input,
.home-search-room .mphb_sc_search-form select,
.vk-book-details .vk-best-seller-info p,
.vk-typography-body .vk-typography-blockquotes .vk-typography-blockquotes-right p:before,
.vk-typography-body .vk-typography-blockquotes .vk-typography-blockquotes-left p:before,
.vk-typography-body .vk-typography-blockquotes p,
.vk-typography-body .vk-typography-dropcabs p span,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li a,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-left1 .tabbable ul.nav-tabs li a,
.vk-shortcode-tabs-body .vk-shortcode-tabs-on-top .tabbable ul.nav-tabs li a,
.vk-shortcode-tabs-body .vk-shortcode-tabs-default .tabbable ul.nav-tabs li a,
.vk-notification-boxes-body .title,
.vk-shortcode-accordion-body h4.vk-accordion-toggle-default,
.vk-blog-item-header .vk-blog-item-time ul li span,
.vk-events-lists-item-right .vk-event-item-time ul li span,
.vk-events .vk-events-meetings .vk-events-authour p,
.vk-gym .vk-gym-meet-our-trainer .vk-gym-meet-our-trainner-item .vk-gym-trainer-item-text h2 a,
.vk-gym .vk-gym-welcome-to .vk-gym-time ul li .time,
.vk-gym .vk-gym-welcome-to .vk-gym-time ul li p,
.vk-gym .vk-gym-welcome-to .vk-gym-authour p {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
}

.vk-sparta-head-title h3 {
	text-transform: uppercase;
}

.sparta-filter-inner .vk-item-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-filter-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.sparta-filter-inner {
	position: relative;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-filter-inner a:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-filter-inner:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-filter-inner:hover a:before {
	opacity: 1;
	visibility: visible;
}

.sparta-filter-inner:hover .vk-item-caption {
	opacity: 1;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.uni-filter-gallery .vk-item-caption-text {
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sparta-filter-inner .vk-item-caption h3 {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #ffffff;
}

.sparta-filter-inner .vk-item-caption div {
	color: #fff;
}

.vk-portfolio-list {
	width: 100%;
}

.vk-event-details-body {
	max-width: 100%;
}

.uni-element.list-posts-style .vk-blog-grid {
	margin-bottom: 40px;
}

.tckt-slctr-tkt-details-td .tckt-slctr-tkt-details-dv {
	padding: 30px 0 0 0;
	margin: 0;
}

.tckt-slctr-tkt-details-tbl tbody .small-text {
	font-size: 1em;
}

h2.single-event-title {
	font-size: 43px;
}

.about-social .box-social-link:after {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	width: 32%;
	height: 1px;
	background: rgba(0, 0, 0, 0.25);
}

.about-social .box-social-link:before {
	content: '';
	position: absolute;
	top: 16px;
	right: 0;
	width: 32%;
	height: 1px;
	background: rgba(0, 0, 0, 0.25);
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.service-event-s2 .vk-content-right {
		padding: 0 30px 30px 30px;
	}

	.service-event-s2 .vk-content-right .vk-events-header h2 {
		font-size: 36px;
	}

}

@media screen and (min-width:1800px) {
	.service-event-s2 .vk-content-right {
		padding: 75px 180px 80px 75px;
	}

}

@media screen and (min-width:1535px) and (max-width:1799px) {
	.service-event-s2 .vk-content-right {
		padding: 35px;
	}

}

@media screen and (min-width:1200px) and (max-width:1534px) {
	.service-event-s2 .vk-content-right {
		padding: 30px;
	}

}

@media screen and (min-width:992px) and (max-width:1534px) {
	.service-event-s2 .vk-content-right h2 {
		font-size: 36px;
		margin: 0;
	}

}

/*reponsive*/
@media screen and (min-width:1200px) {
	.left-menu-project .slick-list {
		overflow: unset;
	}

	.homeleft-tab .tab-content {
		padding-left: 100px;
		padding-right: 100px;
	}

}

@media screen and (max-width:1200px) {
	.slider-reservation.popular-rooms {
		float: right;
	}

}

@media screen and (min-width:992px) {
	.hidden-lg {
		display: none !important;
	}

	.sparta-trans-s1 .home-search-room .mphb_sc_search-form > p {
		margin-bottom: 0;
	}

	.sparta-hotel-room.list .hotel-archive-info,
	.sparta-hotel-room.list .room__thumbnail {
		width: 50%;
		float: left;
	}

	.search-room-slider {
		position: absolute;
		bottom: 110px;
		left: 0;
		width: 100%;
	}

	.copyright-content > div:first-child {
		padding-left: 0;
	}

	.copyright-content > div:last-child {
		padding-right: 0;
	}

	.dark-project-sess .vk-list-project-item-1 .vk-img-frame img {
		height: 600px;
	}

	.woocommerce-Reviews {
		width: 100%;
		-js-display: flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.woocommerce-Reviews #comments {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		position: relative;
		margin: 0;
		padding: 0 30px 30px 0;
		width: 100%;
	}

	.woocommerce-Reviews #review_form_wrapper {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		position: relative;
		margin: 0;
		padding: 10px 15px;
		width: 100%;
		border: 1px solid #f0f0f0;
	}

	div#n2-ss-4 .nextend-bullet-bar .n2-bullet.n2-active,
	div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
		margin-bottom: 0;
		padding: 4px;
		border: 3px solid;
		vertical-align: super;
		background: transparent;
	}

	li.sparta-menu-align-right {
		text-align: right;
	}

	.sparta-icon {
		margin-right: 10px;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	.homeleft-tab .vk-slider-arrow-style-1 .slick-arrow {
		display: none !important;
	}

	.vk-list-about li {
		width: 50%;
		margin-bottom: 30px;
	}

	.vk-testimonial-item-3 {
		padding: 60px 120px;
	}

}

.vk-btn-navbar-toggle .ti-close {
	display: none;
	color: #434343;
	font-size: 18px;
}

.mphb-calendar .datepick {
	max-width: 100%;
}

/*Comming soon*/
.vk-coming-soon {
	position: absolute;
	width: 100%;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 141px;
}

.vk-coming-soon .vk-coming-soon-logo {
	margin-bottom: 80px;
}

.vk-coming-soon .vk-coming-soon-logo img {
	margin: 0 auto;
}

.vk-coming-soon .vk-coming-soon-content h2 {
	font-family: "Playfair Display", serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.vk-coming-soon .vk-coming-soon-content p {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:991px) {
	.home-search-room .mphb_sc_search-form > p input::-webkit-input-placeholder {
		font-size: 14px;
	}

	.home-search-room .mphb_sc_search-form > p input::-moz-placeholder {
		font-size: 14px;
	}

	.home-search-room .mphb_sc_search-form > p input:-ms-input-placeholder {
		font-size: 14px;
	}

	.home-search-room .mphb_sc_search-form > p input:-moz-placeholder {
		font-size: 14px;
	}

	.uni-element.list-posts-style .vk-blog-grid {
		margin-bottom: 30px;
	}

	.service-event-s2 .vk-content-right {
		padding: 30px;
	}

	.vk-coming-soon {
		padding: 80px 0;
	}

	.vk-coming-soon .vk-coming-soon-logo {
		margin-bottom: 60px;
	}

	.vk-coming-soon .vk-coming-soon-content h2 {
		font-size: 36px;
	}

	.vk-coming-soon .vk-coming-soon-content p {
		font-size: 20px;
	}

}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section {
	display: inline-block;
	text-align: center;
	margin: 40px;
	margin-left: 0;
	border: 1px solid #fff;
	width: 100%;
	height: 200px;
}

@media screen and (max-width:767px) {
	.header-boxed .vk-top-header-left .hsp,
	.header-boxed .vk-top-header-left .txt-address {
		display: none;
	}

	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 20px;
		height: 140px;
	}

}

@media screen and (max-width:313px) {
	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section {
		margin-right: 4px;
	}

}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .count-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Playfair Display", serif;
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .count-amount {
		font-size: 60px;
	}

	.vk-coming-soon .mc4wp-form {
		width: 100%;
	}

}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .countdown-period {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #fff;
}

@media screen and (max-width:991px) {
	.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section .countdown-period {
		font-size: 18px;
		font-weight: normal;
	}

}

ul.mphb-single-room-type-attributes > li {
	padding-left: 0;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-countdown .countdown-section:last-child {
	margin-right: 0;
}

.vk-coming-soon .vk-coming-soon-content #counter {
	color: #fff;
	margin: 18px auto 0;
}

.vk-coming-soon .vk-coming-soon-content .cf:before {
	content: " ";
	display: table;
}

.vk-coming-soon .vk-coming-soon-content .cf:after {
	clear: both;
}

.vk-coming-soon .vk-coming-soon-content .cf span {
	display: block;
	min-width: 17%;
	float: left;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.vk-coming-soon .vk-coming-soon-content span:first-child {
	border-left: none;
}

.vk-coming-soon .vk-coming-soon-content span em {
	display: block;
	padding-left: 14px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	font-style: normal;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email {
	margin: 60px 0;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .input-group {
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	text-align: left;
	color: #fff;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .input-group-addon {
	color: #fff;
	border-radius: 0;
	background: transparent;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .input-group-addon:hover {
	color: #bf9e58;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email .form-control {
	border-right: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
	border-radius: 0;
	height: 50px;
	background-color: transparent;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email input {
	color: #fff;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-email button {
	border: 0;
	background: transparent;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-share {
	position: absolute;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-share p a i {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.vk-coming-soon .vk-coming-soon-content .vk-coming-soon-share p a i:hover {
	color: #fff;
	border: 1px solid #b0914f;
}

.woocommerce-cart .woocommerce-message {
	margin-bottom: 0;
}

.return-to-shop {
	margin-bottom: 20px;
	padding-left: 20px;
}

.vk-event-details-body-right .ee-gmap {
	width: 100% !important;
}

.woocommerce ul#shipping_method li {
	padding-left: 0;
}

.mini_cart_item .variation {
	border-left: none !important;
	padding-left: 15px !important;
}

.mini_cart_item .variation dt,
.mini_cart_item .variation dd {
	font-size: 0.8rem;
	color: #7d7d7d;
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
}

.mini_cart_item .variation dd p {
	line-height: inherit;
}

.cart_item .cart-product-info .variation {
	font-weight: 400;
}

@media screen and (max-width:991px) {
	.header-center1 .vk-top-header .vk-top-header-left {
		padding-left: 0;
	}

	.header-center1 .vk-top-header .vk-top-header-right {
		padding-right: 0;
	}

	.vk-room-details-content-left .mphb-regular-price,
	.vk-room-details-title {
		width: 100%;
	}

	.vk-room-details-content-left .blog-content {
		border: none;
	}

	.vk-room-details-content.row {
		margin-left: 0;
		margin-right: 0;
	}

	.vk-room-details-content-left .mphb-single-room-type-attributes li {
		width: 48%;
	}

	.page-title-bg {
		padding: 15px 0;
	}

	.vk-banner-wrapper .vk-list-post-meta,
	.vk-banner-wrapper .entry-date {
		margin-bottom: 15px;
	}

	.page .home-search-room {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.page .sparta-trans-s1 .home-search-room {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.sparta-trans-s1 > .row > .wpb_column {
		padding-left: 0;
		padding-right: 0;
	}

	.page .home-trans-about {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.sparta-trans-s1 .search-room-slider {
		margin-top: 30px;
	}

	.hlogocenter-form-search {
		margin-top: 30px;
	}

	.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price,
	.mphb_sc_rooms-wrapper.mphb-room-types .mphb-regular-price {
		width: calc(50% - 0px);
		width: -moz-calc(50% - 0px);
		width: 50%;
	}

	.home-search-room.default-s2 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.vk-list-member .vk-list-member-item {
		background: transparent;
		margin-bottom: 30px;
	}

	.vk-list-member li:last-child .vk-list-member-item {
		margin-bottom: 0;
	}

	.m-icon-menu.open .ti-close {
		display: inline-block;
	}

	.vk-btn-navbar-toggle[aria-expanded="true"] .ti-menu,
	.m-icon-menu .ti-close,
	.m-icon-menu.open .ti-menu {
		display: none;
	}

	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-booking-details,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-total-price,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb_sc_checkout-submit-wrapper,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form  .mphb-errors-wrapper,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-customer-details,
	.mphb_sc_checkout-wrapper .mphb_sc_checkout-form #mphb-price-details {
		width: 100%;
	}

	.sparta-menu-main {
		display: inherit;
	}

	.copyright-content .powerby,
	.footer-bottom-menu {
		text-align: center;
	}

	.main-f-col {
		margin-bottom: 50px;
	}

	.home-search-room .mphb_sc_search-form > p:last-child {
		width: 100%;
		margin-left: 0;
		padding: 0 1%;
		background: transparent;
	}

	.home-search-room .mphb_sc_search-form > p {
		width: 48%;
		margin-bottom: 2%;
		margin-left: 1%;
	}

	.home-search-room .mphb_sc_search-form {
		margin-left: -1%;
		margin-right: -1%;
	}

	.logobar-menu-war .vk-navbar > .logobar-menu > div.logo-fixed {
		display: none !important;
	}

	.hcecter-wra-logo {
		top: 0;
		padding: 10px 15px;
		height: 100%;
	}

	.hcecter-wra-logo a {
		display: inline-block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 85%;
	}

	.footer-bottom-menu ul {
		padding-left: 0;
	}

	.vk-sparta-image .vk-sparta-image-item .vk-iamge-item-caption h2 {
		margin-bottom: 0;
		font-size: 21px;
	}

	.sparta-about-page .vk-content-left {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	h1 {
		font-size: 50px;
	}

	h2,
	.vk-blog-item-header .vk-blog-item-time ul li span,
	.vk-events-lists-item-right .vk-event-item-time ul li span {
		font-size: 37px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 14px;
	}

	.vk-blog-item-header .vk-blog-item-time,
	.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-time {
		transform: scale(.8, .8);
	}

	.vk-blog-list-item h2.vk-title  a {
		font-size: 28px;
	}

	.logo-header {
		float: none;
	}

	.vk-home-shop-category-item .box {
		padding: 10px 15px 10px 30px;
	}

	.homeshop-category > .row {
		margin-right: 0;
		margin-left: 0;
	}

	.uni_tab_ajax_content .vk-slider-arrow-style-1 .vk-arrow {
		bottom: -60px;
	}

	.uni-vc-about-us .vk-content-right {
		margin-bottom: 30px;
	}

	.vk-blog-content .vk-title {
		font-size: 38px;
	}

	.uni-testimonial.style-single .vk-slider-arrow-style-2 .vk-arrow {
		bottom: 18px;
	}

	.vk-heading-style-1,
	.vk-heading.vk-heading-style-3 {
		width: 100%;
		text-align: center;
	}

	.vk-heading-style-2 .vk-line-box {
		position: static;
	}

	.vk-heading-style-2 {
		padding: 20px;
		width: 100%;
		text-align: center;
	}

	.vk-btn-navbar-toggle .ti-menu {
		color: #444;
		font-size: 21px;
	}

	.vk-blog-list-item .vk-title a {
		font-size: 2.5rem;
	}

	.vk-home.shop .vk-home-shop-promotion .vk-img-frame,
	.vk-home-shop-promotion {
		margin-bottom: 30px;
	}

	.vk-home-shop-promotion .col-md-6 img {
		width: 100%;
	}

}

@media screen and (min-width:768px) {
	.list-room-mobile {
		display: none;
	}

	#order_review_heading {
		width: 48%;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.woocommerce #order_review table.shop_table {
		float: left;
		width: 48%;
	}

	.woocommerce .woocommerce-checkout-payment {
		float: right;
		width: 48%;
	}

}

@media screen and (max-width:768px) {
	.sparta-cart .cart-collaterals {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sparta-cart .cart-collaterals .cross-sells {
		order: 2;
		margin-top: 25px;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		padding: 10px 15px 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table {
		background: #f9f9f9;
		padding: 0;
	}

	.entry-content .woocommerce-cart-form tbody tr td {
		background: #fff;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td::before {
		font-weight: 400;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-quantity::before {
		padding-top: 10px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-price::before {
		display: none;
	}

	.woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-name::before {
		font-weight: 700;
	}

	.entry-content .woocommerce-cart-form tbody tr td {
		padding: 20px 15px;
	}

	.woocommerce-cart-form tbody tr td a.remove {
		margin: 0 auto;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td {
		border-bottom: none;
	}

	.woocommerce-cart .woocommerce-cart-form table.cart img {
		width: 58px;
	}

	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.quantity.woo-qty-wap {
		text-align: center;
	}

	td.product-quantity .quantity.woo-qty-wap {
		width: 100px;
	}

	.woocommerce-cart-form .quantity .btn-qty.button,
	.woocommerce div.product form.cart .quantity .button {
		display: none;
	}

	.entry-content .woocommerce-cart-form tbody tr td.actions {
		border-top: none;
	}

	.woocommerce table.shop_table_responsive tr.cart_item,
	.woocommerce-page table.shop_table_responsive tr.cart_item {
		margin-bottom: 30px;
	}

	.woocommerce-cart table.cart img {
		width: 60px;
	}

	.woocommerce table.shop_table_responsive tr td.product-name {
		border: none;
	}

	.woocommerce table.shop_table_responsive tr td.product-name::before,
	.woocommerce-page table.shop_table_responsive tr td.product-name::before {
		position: relative;
		top: -12px;
		width: 100%;
		text-align: left;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
	}

}

@media screen and (max-width:767px) {
	.mphb-room-type .mphb-reserve-room-section {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}

	.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price,
	.mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-images,
	.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-thumbnail,
	.mphb_sc_rooms-wrapper.mphb-room-types .mphb-room-type-images,
	.mphb-room-type .mphb-view-details-button-wrapper,
	.mphb-room-type .mphb-regular-price,
	.mphb-room-type .mphb-loop-room-type-attributes,
	.mphb-room-type .entry-title {
		width: 100%;
	}

	.mphb-room-type .entry-title {
		line-height: 32px;
	}

	.mphb-room-type .mphb-view-details-button-wrapper,
	.mphb-room-type .mphb-regular-price,
	.mphb-room-type .mphb-loop-room-type-attributes,
	.mphb-room-type .entry-title {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mphb_sc_rooms-wrapper.mphb-room-types .mphb-regular-price {
		width: calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
	}

	.footer-bottom > .row,
	.main-footer > .container > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.main-f-col {
		margin-bottom: 30px;
	}

}

@media screen and (min-width:576px) and (max-width:767px) {
	.vk-page.portfolio .vk-portfolio-list > div {
		width: 50%;
	}

}

@media screen and (max-width:600px) {
	.tckt-slctr-tkt-details-tbl th,
	.tckt-slctr-tkt-details-tbl td {
		padding-left: 0 !important;
	}

	.tckt-slctr-tkt-details-tbl td:before {
		font-weight: 400 !important;
		font-size: 16px !important;
	}

	.tckt-slctr-tkt-details-dv .tckt-slctr-tkt-details-tbl .smaller-text {
		font-size: 16px !important;
	}

}

@media screen and (max-width:575px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 37px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 21px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 14px;
	}

	.woocommerce div.product form.cart .button[type="submit"] {
		padding: 0 10px;
		width: calc(50% - 12px);
	}

	.summary .quantity.woo-qty-wap {
		margin-right: 12px !important;
		width: 50%;
	}

	.vk-room-details-content .datepick-month {
		width: 99%;
	}

	.vk-blog-comment {
		padding-top: 30px;
	}

	.comments-area {
		margin-bottom: 30px;
	}

	.vk-blog-list-item h2.vk-title  a {
		font-size: 21px;
	}

	.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text ul li p {
		font-size: 14px;
	}

	.woocommerce form.checkout_coupon p.form-row.form-row-last button,
	.univer-product-cat .vk-home-shop-product-list .woocommerce.col-sm-6,
	.vk-page.portfolio .vk-portfolio-list > div,
	.vk-page.portfolio .vk-portfolio-list .vk-portfolio-item img,
	.vk-blog-grid-item-home .vk-img-frame img {
		width: 100%;
	}

	.vk-home-slider-item .vk-buttons .vk-btn {
		min-width: 125px;
	}

	.vk-heading-style-2 .vk-line {
		margin: 6px 10px;
		width: 15px;
	}

	.post-pagination .prev-post,
	.post-pagination .next-post {
		width: 100%;
	}

	.post-pagination .prev-post {
		margin-bottom: 30px;
	}

	.wpb_row.home-shop-subcribe {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}

	.wpb_row.shop-hotdeal {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.wpb_row.m-pab0 {
		padding-bottom: 0 !important;
	}

	.home-shop-subcribe {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.woocommerce form.checkout_coupon p.form-row-first,
	.woocommerce form.checkout_coupon p.form-row.form-row-last {
		width: 100%;
		padding: 0;
	}

	.woocommerce form.checkout_coupon p.form-row.form-row-last {
		margin-left: 0;
	}

	.univer-product-cat .vk-home-shop-product-list .woocommerce.col-sm-6,
	.vk-box-home-blog-list .col-md-4 {
		padding: 0;
	}

	.univer-product-cat {
		padding: 0 15px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-bottom: 15px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
		text-align: center;
	}

}

@media screen and (max-width:480px) {
	.woocommerce form.login,
	.woocommerce form.register {
		background: transparent;
	}

	.recent-posts .widget-lst-thumb img {
		width: 100%;
	}

	.mphb_sc_rooms-wrapper.mphb-room-types .mphb-to-book-btn-wrapper {
		padding-left: 15px;
	}

	.vk-home-shop-count-down .vk-list-count-down .wrapper {
		min-width: 160px;
	}

	.vk-home-shop-count-down .vk-list-count-down .box {
		font-size: 60px;
	}

	.vk-coming-soon .box-social-link .vk-list-inline li {
		float: left;
	}

	.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text {
		padding: 15px;
	}

	.univer-element.vk-rooms-grid-content .item .vk-sparta-item-content .vk-item-text {
		padding: 15px;
	}

	.vk-blog-grid .vk-post-meta {
		padding: 15px;
	}

	.woocommerce-message {
		padding: 10px;
	}

	.woocommerce-message:before {
		content: none;
	}

	.woocommerce-message a.button.wc-forward {
		padding: 5px 10px;
	}

	.vk-events-grid-content .vk-events-lists-item-right {
		padding: 15px;
	}

	.vk-events-grid-content .vk-event-item-info ul li {
		text-align: center;
	}

	.sparta-event-page .vk-events-grid-content .vk-event-item-info ul li {
		width: 100%;
		padding-left: 0;
	}

	.sparta-posts-index.vk-blog-list-item,
	.vk-blog-grid .brief-content,
	.woocommerce-checkout #payment ul.payment_methods,
	.vk-sidebar .vk-box,
	.woocommerce-tabs.wc-tabs-wrapper {
		padding: 15px;
	}

	.uni-element.list-posts-style .vk-blog-grid .vk-img-frame {
		margin-bottom: 0;
	}

	.widget.widget_product_categories li > a:before,
	.widget.widget_archive li > a:before,
	.widget.widget_categories li > a:before,
	.widget.widget_pages li > a:before {
		left: -15px;
	}

	.home-search-room .mphb_sc_search-form > p:last-child,
	.home-search-room .mphb_sc_search-form > p {
		width: 98%;
	}

	.home-search-room .mphb_sc_search-form > p:last-child {
		width: 100% !important;
		padding: 0 1%;
	}

	.home-search-room .mphb_sc_search-form select {
		padding-left: 0;
		margin-left: 0;
	}

	.mphb-room-type .mphb-view-details-button-wrapper,
	.mphb-room-type .mphb-regular-price,
	.mphb-room-type .mphb-loop-room-type-attributes,
	.mphb-room-type .entry-title {
		padding-left: 15px;
	}

	.vk-item-slide-btn1a {
		display: none;
	}

	.vk-restaurant-content .vk-restaurant-everymeal-week h5 {
		letter-spacing: 8px;
	}

	.vk-restaurant-content .vk-restaurant-everymeal-week {
		padding: 100px 0;
	}

	article.tag-sticky-2 .vk-blog-list-item,
	article.sticky .vk-blog-list-item {
		padding: 22px 30px 30px 30px;
	}

	.vk-post-meta.meta-bottom .vk-list-post-meta li {
		width: 100%;
		text-align: center;
	}

	.vk-list-post-meta li {
		float: none;
	}

	.single .vk-list-post-meta li {
		float: left;
	}

	h2,
	.vk-blog-item-header .vk-blog-item-time ul li span,
	.vk-events-lists-item-right .vk-event-item-time ul li span,
	.vk-blog-item-header .vk-blog-item-time ul li:last-child span,
	.vk-events-lists-item-right .vk-event-item-time ul li:last-child span,
	.vk-blog-item-header .vk-blog-item-time ul li span.fjy,
	.vk-events-lists-item-right .vk-event-item-time ul li span.fjy {
		font-size: 16px;
		text-transform: capitalize;
	}

	.about-social .vk-list-inline li {
		float: left;
		margin-bottom: 6px;
		padding: 0;
	}

	.about-social .vk-list-inline li a {
		margin: 0 3px;
	}

	.vk-blog-item-header .vk-blog-item-time,
	.vk-events-lists-item-right .vk-event-item-time {
		position: static;
		margin: 0 auto 15px auto;
		padding: 5px;
		width: 100% !important;
		min-height: auto !important;
		height: auto;
		border: 1px solid;
		transform: none;
	}

	.vk-events-item-btn {
		text-align: center;
	}

	.vk-blog-item-header .vk-blog-item-info,
	.vk-blog-list-content-item .vk-events-lists-item-right .vk-event-item-info {
		float: none;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}

	.vk-blog-item-header .vk-blog-item-time ul li,
	.vk-events-lists-item-right ul li {
		display: inline-block;
		padding-left: 7px;
	}

	.vk-events-lists-item-right .vk-event-item-info h2 {
		text-align: center;
	}

	.vk-events-lists-item-right .vk-event-item-info {
		padding-left: 0;
		width: 100%;
	}

	.vk-events-lists-content-item:hover {
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}

	.vk-blog-item-header .vk-blog-item-info ul li {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
	}

	.post-pagination,
	.post-footer-tag {
		margin-top: 0;
		padding: 15px 0;
	}

	.vk-blog-item-header .vk-blog-item-info ul li:last-child {
		margin-right: 0;
		padding: 0 10px;
	}

	.actions .coupon input.button {
		padding: 10px !important;
	}

	.shop-hotdeal .wpb_column.col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}

	.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-sub-heading,
	.vk-home-slider-item .vk-sub-heading {
		letter-spacing: 5px;
	}

	.n2-ss-slider .n2-ow-all .vk-home-slider-item .vk-main-heading,
	.vk-home-slider-item .vk-main-heading {
		margin-bottom: 15px;
		font-size: 30px;
	}

	.uni-slider-shop .vk-sub-heading-top {
		font-size: 18px !important;
		letter-spacing: 6px !important;
	}

	div#n2-ss-3 .n2-ss-layer .n2-font-75c0b62e9bfe547ef796f98f1383c02c-hover {
		font-size: 1rem !important;
	}

	.uni-element.vk-list-service .vk-service-detail,
	.uni-element.vk-list-service .vk-icon,
	.woocommerce-ordering,
	.woocommerce-result-count {
		width: 100%;
		text-align: center;
	}

	.uni-element.vk-list-service .vk-icon {
		margin-top: 15px;
		margin-right: 0;
		margin-bottom: 30px;
		height: auto;
	}

	.datepick-popup {
		width: 100%;
		padding: 0 30px;
	}

	.datepick-popup {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.datepick-popup .datepick {
		width: 100% !important;
		padding: 15px;
	}

	.datepick-month a {
		padding: 0.3em 0;
	}

	.datepick-month.last {
		border: none;
	}

	.datepick-month,
	.vk-room-details-content-left .mphb-single-room-type-attributes li,
	#mphb-customer-details > p,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}

	.header-boxed .vk-main-menu > .container > .row > div:first-child {
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%;
	}

}

@media screen and (max-width:375px) {
	.entry-content .woocommerce-cart-form tbody tr td.actions .coupon .button {
		margin-bottom: 5px;
	}

	.entry-content .woocommerce-cart-form tbody tr td.actions .coupon .button,
	.entry-content .woocommerce-cart-form tbody tr td.actions .coupon #coupon_code {
		margin-right: 0;
		width: 100%;
	}

}