html {
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.7;
	color: #474747;
	font-weight: 400;
	font-size: 1rem;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

a {
	color: #DDBC69;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a:hover {
	color: #A28334;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'Noto Serif', sans-serif;
}

.border-2 {
	border-width: 2px;
}

.text-black {
	color: #000 !important;
}

.bg-black {
	background: #000 !important;
}

.color-black-opacity-5 {
	color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
	color: rgba(255, 255, 255, 0.5);
}

body:after {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.text-primary-icon, .secondary-color-text {
	color: #A28334;
}

.offcanvas-menu {
	position: relative;
}

.offcanvas-menu:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.2);
}

.btn {
	font-size: 16px;
	border: none !important;
	-webkit-border-radius: 30px;
  	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 13px 26px;
	font-weight: 400;
	transition: .5s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-primary {
	color: #fff;
  	background: #DDBC69;
}

.btn.btn-primary:hover {
	color: #fff;
	background: #A28334;
}

.btn.btn-primary.btn-black--hover:hover {
	background: #666666;
	color: #fff;
}

.line-height-1 {
	line-height: 1 !important;
}

.bg-black {
	background: #000;
}

.site-section {
	padding: 2.5em 0;
}

@media (min-width: 768px) {
	.site-section {
		padding: 5em 0;
	}
}

.site-section.site-section-sm {
	padding: 4em 0;
}

.site-section-heading {
	padding-bottom: 20px;
	margin-bottom: 0px;
	position: relative;
	font-size: 2.5rem;
}

@media (min-width: 768px) {
	.site-section-heading {
		font-size: 3rem;
	}
}

.lead {
	font-weight: 400;
}

.site-footer {
	padding: 1em 0;
	background: #333333;
}

.site-footer p {
	color: #737373;
	margin-bottom: 0;
}

.site-footer a {
	color: #999999;
}

.site-footer a:hover {
	color: white;
}

.bg-text-line {
	display: inline;
	background: #000;
	-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
	box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
	color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
	color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
	overflow: hidden;
	position: relative;
}

@media (max-width: 991.98px) {
	.hover-bg-enlarge {
		height: auto !important;
	}
}

.hover-bg-enlarge>div {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .8s all ease-in-out;
	-o-transition: .8s all ease-in-out;
	transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

@media (max-width: 991.98px) {
	.hover-bg-enlarge .bg-image-md-height {
		height: 300px !important;
	}
}

.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-image-fixed {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bg-image.overlay {
	position: relative;
}

.bg-image.overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
	position: relative;
	z-index: 1;
}

@media (max-width: 991.98px) {
	.img-md-fluid {
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.display-1,
	.display-3 {
		font-size: 3rem;
	}
}

.play-single-big {
	width: 90px;
	height: 90px;
	display: inline-block;
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 50%;
	position: relative;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.play-single-big>span {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-40%, -50%);
	-ms-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
}

.play-single-big:hover {
	width: 120px;
	height: 120px;
}

.overlap-to-top {
	margin-top: -150px;
}

.ul-check {
	margin-bottom: 50px;
}

.ul-check li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.ul-check li:before {
	left: 0;
	font-size: 20px;
	top: -.3rem;
	font-family: "icomoon";
	content: "\e5ca";
	position: absolute;
}

.ul-check.white li:before {
	color: #fff;
}

.ul-check.success li:before {
	color: #71bc42;
}

.ul-check.primary li:before {
	color: #DDBC69;
}

.ul-check li.remove {
	text-decoration: line-through;
	color: #dee2e6;
}

.ul-check li.remove:before {
	color: #dee2e6;
}

.select-wrap,
.wrap-icon {
	position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}


/* Navbar */

.site-navbar {
	margin-bottom: 0px;
	z-index: 1999;
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: rgba(255, 255, 255, 0.7);
}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
	color: #DDBC69;
	display: inline-block;
	padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
	display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
	padding: 5px 20px;
	color: #000;
	display: inline-block;
	text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
	color: #DDBC69;
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
	position: relative;
	padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	border-top: 2px solid #DDBC69;
	-webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
	color: #DDBC69 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 9px 20px;
	display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	background: #eff1f3;
	color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
	content: "\e315";
	right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
	left: 100%;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
	color: #DDBC69;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
	color: #DDBC69;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
	color: #DDBC69;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
	padding-left: 20px;
	font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	padding-left: 40px;
	font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
	font-size: 16px;
	padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
	width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
	padding-left: 15px !important;
}

.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sticky-wrapper .site-navbar .site-menu-toggle {
	color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
	color: rgba(255, 255, 255, 0.9) !important;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
	color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: rgba(44, 44, 44, 0.95);
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
	color: #DDBC69 !important;
}

.sticky-wrapper .shrink {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}


/* Blocks */

.table-about-sauna {
	width: 100%;	
	font-weight: 400;
}

.table-about-sauna tr td {
	vertical-align: top;
}

.table-about-sauna tr td:first-child {
	width: 40%;
	font-weight: 700;
}

.table-row-price td {
	color: #A28334;
    font-family: 'Noto Serif', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.table-about-sauna tr td:first-child {
		width: 50%;
	}
	.table-row-price td {
		font-size: 16px;
	}
}

.bg-object {
	content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.list-01 {
	background: url(/images/bereza_1.png) no-repeat center center;
	background-size: contain;
	width: 225px;
    height: 232px;
	top: -210px;
    left: 20px;
    right: auto;
}

.list-02 {
	background: url(/images/bereza_1.jpg) no-repeat center center;
	background-size: contain;
	width: 229px;
    height: 230px;
	top: auto;
	bottom: 145px;
    left: auto;
	right: 20px;
	z-index: -2;
}

.list-03 {
	background: url(/images/bereza_2.png) no-repeat center center;
	background-size: contain;
	width: 281px;
    height: 322px;
	top: auto;
	bottom: 35px;
    left: 10px;
    right: auto;
}

.list-04 {
	background: url(/images/bereza_1.png) no-repeat center center;
	background-size: contain;
	width: 225px;
    height: 232px;
	top: auto;
	bottom: -135px;
    left: auto;
    right: 120px;
}

.list-05 {
	background: url(/images/bereza_4.jpg) no-repeat center center;
	background-size: contain;
	width: 177px;
    height: 155px;
	top: -210px;
    left: 20px;
    right: auto;
}

.site-blocks-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.site-blocks-cover.overlay {
	position: relative;
}

.site-blocks-cover.overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}

.site-blocks-cover .player {
	position: absolute;
	bottom: -250px;
	width: 100%;
}

.site-blocks-cover,
.site-blocks-cover>.container>.row {
	min-height: 600px;
	height: calc(100vh);
}

.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover>.container>.row {
	min-height: 400px;
	height: calc(20vh);
}

.site-blocks-cover h1 {
	font-size: 3rem;
	font-weight: 400;
	color: #fff;
	font-weight: 900;
}

@media (max-width: 991.98px) {
	.site-blocks-cover h1 {
		font-size: 2rem;
	}
}

.site-blocks-cover p {
	color: white;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

.site-blocks-cover .desc {
	font-size: 1.4rem;
	font-weight: 300;
}

.site-blocks-cover .desc a {
	color: rgba(255, 255, 255, 0.5);
	border-bottom: dotted 1px #fff;
}

.site-blocks-cover .desc a:hover {
	color: #fff;
}

.site-blocks-cover .intro-text {
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 991.98px) {
	.site-blocks-cover .display-1 {
		font-size: 3rem;
	}
}

.circle-bg {
	position: relative;
}

.circle-bg:after {
	width: 300px;
	height: 300px;
	content: "";
	z-index: -1;
	border-radius: 50%;
	position: absolute;
	bottom: -90px;
	right: -90px;
	background: #f8f9fa;
}

@media (max-width: 991.98px) {
	.circle-bg:after {
		bottom: 0px;
		right: -90px;
	}
}

.bg-light {
	background: #ccc;
}

.slide-one-item .owl-nav {
	position: absolute !important;
	top: 50% !important;
	bottom: auto !important;
	width: 100%;
}

@media (max-width: 991.98px) {
	.slide-one-item .owl-nav {
		display: none;
	}
}

.slide-one-item .owl-prev {
	left: 10px !important;
}

.slide-one-item .owl-next {
	right: 10px !important;
}

.slide-one-item .owl-prev,
.slide-one-item .owl-next {
	color: #fff;
	position: absolute !important;
	top: 50%;
	padding: 0px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	line-height: 0;
	text-align: center;
	font-size: 25px;
}

@media (min-width: 768px) {
	.slide-one-item .owl-prev,
	.slide-one-item .owl-next {
		font-size: 25px;
	}
}

.slide-one-item .owl-prev>span,
.slide-one-item .owl-next>span {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slide-one-item .owl-prev:hover,
.slide-one-item .owl-prev:focus,
.slide-one-item .owl-next:hover,
.slide-one-item .owl-next:focus {
	background: black;
}

.slide-one-item:hover .owl-nav,
.slide-one-item:focus .owl-nav,
.slide-one-item:active .owl-nav {
	opacity: 10;
	visibility: visible;
}

.slide-one-item .owl-dots {
	text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
	display: inline-block;
	margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
	background: #DDBC69;
}

.overlap-section {
	margin-top: -150px;
	position: relative;
	z-index: 9;
}

.h-entry img {
	margin-bottom: 30px;
}

.h-entry .meta {
	color: #b3b3b3;
	font-size: 14px;
}

.h-entry h2 {
	font-size: 20px;
}

.h-entry h2 a {
	color: #000;
}

.h-entry h2 a:hover {
	color: #DDBC69;
}

.overlap-left {
	margin-left: -100px;
}

@media (max-width: 991.98px) {
	.overlap-left {
		margin-left: 0px;
	}
}

.overlap-section {
	margin-top: -100px;
}

.testimonial {
	max-width: 800px;
	margin: 0 auto !important;
	text-align: center;
}

.testimonial blockquote {
	font-size: 1.5rem;
	font-style: italic;
}

.testimonial img {
	max-width: 150px;
}

@media (max-width: 1199.98px) {
	.no-sm-border {
		border: none !important;
	}
}

.section-sub-title {
	font-size: 13px;
	color: #DDBC69;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.section-title {
	color: #DDBC69;
	font-size: 40px;
	font-weight: 900;
}

@media (max-width: 991.98px) {
	.section-title {
		font-size: 30px;
	}
}

.position-relative {
	position: relative;
}


/* responsive media queries */


/* Mouse scroll effect */

.mouse {
	position: absolute;
	bottom: 40px;
	z-index: 5;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
}

.mouse .mouse-icon {
	display: block;
	width: 25px;
	height: 45px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	text-align: center;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.mouse .mouse-wheel {
	height: 4px;
	margin: 2px auto 0;
	display: block;
	width: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down;
}

.mouse:hover .mouse-icon {
	border-color: #fff;
}

@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}

@-moz-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}

@keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}


/*PRELOADING------------ */

#overlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 7100;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loader {
	z-index: 7700;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}