@charset "UTF-8";
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

button {
	padding: 0;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
	line-height: 24px;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/** @section Context Styles */
.context-dark,
.bg-gray-700,
.bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1,
.context-dark h2,
.bg-gray-700 h2,
.bg-primary h2,
.context-dark h3,
.bg-gray-700 h3,
.bg-primary h3,
.context-dark h4,
.bg-gray-700 h4,
.bg-primary h4,
.context-dark h5,
.bg-gray-700 h5,
.bg-primary h5,
.context-dark h6,
.bg-gray-700 h6,
.bg-primary h6,
.context-dark .h1,
.bg-gray-700 .h1,
.bg-primary .h1,
.context-dark .h2,
.bg-gray-700 .h2,
.bg-primary .h2,
.context-dark .h3,
.bg-gray-700 .h3,
.bg-primary .h3,
.context-dark .h4,
.bg-gray-700 .h4,
.bg-primary .h4,
.context-dark .h5,
.bg-gray-700 .h5,
.bg-primary .h5,
.context-dark .h6,
.bg-gray-700 .h6,
.bg-primary .h6 {
	color: #ffffff;
}

/** @section Page layout */
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 1;
	
}
.dwn{display:inherit}
.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

/** @section Offsets */
h1+h3 {
	margin-top: 15px;
}

h1+p {
	margin-top: 18px;
}

h2+p {
	margin-top: 18px;
}

h3+p {
	margin-top: 10px;
}

h4+p {
	margin-top: 7px;
}

h5+p {
	margin-top: 6px;
}

h6+p {
	margin-top: 5px;
}

p+p {
	margin-top: 8.5px;
}

.figure-light+p {
	margin-top: 8.5px;
}

p+.btn {
	margin-top: 11px;
}

p+.btn-offset-1 {
	margin-top: 26.5px;
}

*+.offset-custom-1 {
	margin-top: 20px;
}

@media (min-width: 992px) {
	h1+h3 {
		margin-top: 21px;
	}

	h1+p {
		margin-top: 25.2px;
	}

	h2+p {
		margin-top: 25.2px;
	}

	h3+p {
		margin-top: 14px;
	}

	h4+p {
		margin-top: 9.8px;
	}

	h5+p {
		margin-top: 8.4px;
	}

	h6+p {
		margin-top: 7px;
	}

	p+p {
		margin-top: 11.9px;
	}

	.figure-light+p {
		margin-top: 11.9px;
	}

	p+.btn {
		margin-top: 15.4px;
	}

	p+.btn-offset-1 {
		margin-top: 37.1px;
	}

	*+.offset-custom-1 {
		margin-top: 28px;
	}
}

@media (min-width: 1600px) {
	h1+h3 {
		margin-top: 30px;
	}

	h1+p {
		margin-top: 36px;
	}

	h2+p {
		margin-top: 36px;
	}

	h3+p {
		margin-top: 20px;
	}

	h4+p {
		margin-top: 14px;
	}

	h5+p {
		margin-top: 12px;
	}

	h6+p {
		margin-top: 10px;
	}

	p+p {
		margin-top: 17px;
	}

	.figure-light+p {
		margin-top: 17px;
	}

	p+.btn {
		margin-top: 22px;
	}

	p+.btn-offset-1 {
		margin-top: 53px;
	}

	*+.offset-custom-1 {
		margin-top: 40px;
	}
}

/** @group Utilities */
/** @section Text styling */
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.fw-thin {
	font-weight: 100;
}

.fw-extra-light {
	font-weight: 200;
}

.fw-light {
	font-weight: 300;
}

.fw-regular {
	font-weight: 400;
}

.fw-medium {
	font-weight: 500;
}

.fw-semi-bold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fw-extra-bold {
	font-weight: 800;
}

.fw-black {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: #c18904 !important;
}

/** @section Row spacing */
.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0>* {
	margin-bottom: 0px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15>* {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20>* {
	margin-bottom: 20px;
}

.row-26 {
	margin-bottom: -26px;
}

.row-26:empty {
	margin-bottom: 0;
}

.row-26>* {
	margin-bottom: 26px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30>* {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40>* {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50>* {
	margin-bottom: 50px;
}

*+.row-offset-1 {
	margin-top: 40px;
}

*+.row-offset-2 {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.row-md-30 {
		margin-bottom: -30px;
	}

	.row-md-30:empty {
		margin-bottom: 0;
	}

	.row-md-30>* {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	*+.row-offset-1 {
		margin-top: 74.9px;
	}

	*+.row-offset-2 {
		margin-top: 42.7px;
	}
}

@media (min-width: 1600px) {
	*+.row-offset-1 {
		margin-top: 107px;
	}

	*+.row-offset-2 {
		margin-top: 61px;
	}
}

/** @section Sections */
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 60px 0;
}

.section-collapse+.section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}

	.section-md {
		padding: 70px 0;
	}

	.section-lg {
		padding: 75px 0;
	}

	.section-lg.section-lg-1 {
		padding-bottom: 1px;
	}

	.section-lg.section-lg-2 {
		padding-top: 30px;
		padding-bottom: 1px;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}

	.section-lg {
		padding: 80px 0;
	}

	.section-lg.section-lg-3 {
		padding-top: 0;
		margin-top: -50px;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 80px 0 100px;
	}
}

/* Section half background */
.section-half-bg {
	position: relative;
	z-index: 0;
}

.section-half-bg::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
	z-index: -1;
	content: '';
	background-color: #fafbff;
	
}

.section-half-bg-right::before {
	left: 50%;
	right: 0;
}

@media (min-width: 768px) {
	.section-half-bg-custom-1::before {
		bottom: 9vw;
	}

	.section-half-bg-custom-2::before {
		top: -9vw;
		bottom: -13vw;
	}

	.section-half-bg-custom-3::before {
		bottom: 20%;
		right: 62%;
	}

	.section-half-bg-custom-4::before {
		bottom: 26%;
	}

	.section-half-bg-custom-5::before {
		bottom: -36%;
	}

	.section-half-bg-custom-6::before {
		bottom: -46%;
		right: 62%;
	}
}

/* Section intro */
.section-intro {
	position: relative;
	z-index: 0;
	padding: 50px 0 0px;
	color: #cecece;
	background-size: cover;
	background:#eecd98;
}

.pl-5 {
	padding-left: 50px
}

.pr-5 {
	padding-left: 50px
}

.section-intro::before {
	position: absolute;
	left: 0;
	top: -42px;
	bottom: 0;
	right: 0;
	z-index: -1;
	content: '';
	background-image: inherit;
	background-size: cover;
	background-position: center;
}

.section-intro-wrap {
	max-width: 400px;
}

.section-intro-title {
	color: #30373f;
	letter-spacing: 0px;
	font-weight: bold;
}

.section-intro-title::before {
	margin-right: .2em;
	/*content: '—'; */
	color: #30373f;
}

.section-intro-contacts-phone {
	font-weight: 600;
	font-size: 22px;
	color: #30373f;
}

.section-intro-contacts-phone a {
	color: inherit;
}

.section-intro-contacts-phone a:hover {
	color: #ffffff;
}

.section-intro-social {
	margin-bottom: -30px;
	margin-left: -20px;
}

.section-intro-social:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.section-intro-social>* {
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 20px;
}

.section-intro-social-list {
	display: inline-block;
}

.section-intro-social-icon {
	font-size: 24px;
	color: #30373f;
}

.section-intro-social-icon:hover {
	color: #ba9952;
}

*+.section-intro-text {
	margin-top: 19px;
}

*+.section-intro-contacts {
	margin-top: 29.5px;
}

@media (min-width: 768px) {

	/*.section-intro::before {
		right: 34%;
	} */
	.section-intro-wrap {
		max-width: 100%;
	}

	.section-intro-social-list {
		display: block;
	}

	.section-intro-img {
		margin: 3% 0% 0 -70%;
	}

	.desktop-hide {
		display: block
	}
}

@media (min-width: 992px) {
	.section-intro {
		padding: 70px 0 0px;
		color: #fff;
	}

	*+.section-intro-text {
		margin-top: 26.6px;
	}

	*+.section-intro-contacts {
		margin-top: 41.3px;
	}

}

@media (min-width: 1600px) {
	.section-intro-img {
		margin: 0 -42% 0 -45%;
	}

	.section-intro-social {
		margin-right: -420px;
	}

	*+.section-intro-text {
		margin-top: 38px;
	}

	*+.section-intro-contacts {
		margin-top: 59px;
	}
}


.section-fullheight {
	display: flex;
}

.section-fullheight .section-fullheight-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
}

.section-fullheight .section-fullheight-inner>* {
	width: 100%;
	flex-shrink: 0;
}

.section-fullheight-inner {
	justify-content: space-around;
	text-align: center;
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark,
.bg-gray-700 .brand .brand-logo-dark,
.bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light,
.bg-gray-700 .brand .brand-logo-light,
.bg-primary .brand .brand-logo-light {
	display: block;
}

.bg-default {
	background-color: #f5f2ee;
}

.bg-default:not([style*="background-"])+.bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #fafbff;
}

.bg-gray-100:not([style*="background-"])+.bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-700 {
	background-color: #30373f;
}

.bg-gray-700:not([style*="background-"])+.bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary {
	background-color: #c18904;
}

.bg-primary:not([style*="background-"])+.bg-primary:not([style*="background-"]) {
	padding-top: 0;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/*========================== Rooms Packages ==========================*/

.room-max {
	max-width: 90% !important;
}

.rooms-packages {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}

.room-package {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background: #f1f1f1;
}

.room-image {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.room-image>img {
	width: 100%;
}

.room-image .book-now {
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scaleY(0);
	-moz-transform: translateX(-50%) translateY(-50%) scaleY(0);
	-ms-transform: translateX(-50%) translateY(-50%) scaleY(0);
	-o-transform: translateX(-50%) translateY(-50%) scaleY(0);
	transform: translateX(-50%) translateY(-50%) scaleY(0);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.room-package:hover .room-image .book-now {
	-webkit-transform: translateX(-50%) translateY(-50%) scaleY(1);
	-moz-transform: translateX(-50%) translateY(-50%) scaleY(1);
	-ms-transform: translateX(-50%) translateY(-50%) scaleY(1);
	-o-transform: translateX(-50%) translateY(-50%) scaleY(1);
	transform: translateX(-50%) translateY(-50%) scaleY(1);
}

.about-room {
	background: #ffffff none repeat scroll;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 30px;
	position: relative;
}

.about-room p {
	color: #30373f;
	text-align: center;
	padding: 0px 30px;
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
}

.room-title {
	float: left;
	padding: 20px 0 20px;
	text-align: center;
	width: 100%;
}

.room-title>span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 20px;
}

.room-title>h4 {
	float: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin: 5px 0 15px;
	width: 100%;
}

.room-bottom li span {
	opacity: 0;
	transform: translateX(-100%);
	transition: .5s ease-in-out;
	z-index: 0;
	margin: 0 !important;
	display: inline-table;
}

.room-bottom li:hover span {
	opacity: 1;
	transform: translateX(0%);
}

.room-title h4 a {
	color: #ba9952;
	text-decoration: none;
	text-transform: uppercase;
}

.room-bottom {
	display: flex;
	justify-content: center;
	padding: 30px 20px 0px 20px;
	width: 100%;
	overflow: inherit;
}

.room-sub strong i {
	color: #222;
}

.room-bottom>span {
	color: #696969;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	width: 40%;
}

.room-bottom>ul {
	display: flex;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.room-bottom>span strong {
	font-size: 20px;
}

.room-bottom>ul li {
	color: #66553e;
	display: block;
	font-size: 13px;
	padding: 0px 10px;
	align-items: center;
	position: relative;
	font-weight: 500;
	line-height: 34px;
	line-height: 16px;
	width: 90px
}

.room-bottom>ul li::before {
	content: "";
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
}

.room-bottom>ul li:last-child:before {
	display: none;
}

.room-bottom ul li img {
	height: 26px;
	margin-bottom: 10px;
}

/*========================== Blog Grid View ==========================*/
.blog-post {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.blog-posts {
	float: left;
	width: 100%;
	margin-bottom: -30px;
}

.post-img {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.post-img>img {
	width: 100%;
}

.post-img:after,
/*.room-image:after{
    background: #30373f none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 0;
    z-index: 0;
    position: absolute;
    left: 50%;
    top: 0;
} */
.blog-post:hover .post-img:after,
.room-package:hover .room-image:after {
	left: 0;
	width: 100%;
}

.post-img>a {
	border: 1px solid #c9c3c5;
	border-radius: 50%;
	height: 46px;
	left: 50%;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 46px;
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0) rotate(180deg);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0) rotate(180deg);
	-o-transform: translateX(-50%) translateY(-50%) scale(0) rotate(180deg);
	transform: translateX(-50%) translateY(-50%) scale(0) rotate(180deg);
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-ms-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.blog-post:hover .post-img>a {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
	-o-transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
}

.blog-post>h3 {
	color: #3e3e3e;
	float: left;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin: 20px 0 0;
	padding: 0 34px;
	width: 100%;
}

.blog-post>h3 a {
	color: inherit;
}

.blog-post>p {
	float: left;
	font-size: 18px;
	margin: 15px 0 20px;
	padding: 0 34px;
	width: 100%;
}

.bottom-bar {
	border-bottom: 1px solid #e8e8e8;
	float: left;
	margin-top: 20px;
	padding: 15px 19px;
	width: 100%;
}

.meta {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.meta>li {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 7px 15px;
	position: relative;
}

.meta>li:before {
	background: #6f6f6f none repeat scroll 0 0;
	content: "";
	height: 6px;
	width: 1px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
}

.meta>li a {
	color: inherit;
}

.meta>li:last-child:before {
	display: none;
}

.center .blog-post {
	text-align: center;
}

.list-view .blog-post>h3 {
	font-size: 22px;
	margin: 30px 20% 0;
	text-transform: uppercase;
	width: 60%;
}

.blog-post:before {
	background: #FFF none repeat scroll 0 0;
	bottom: auto;
	height: 0;
	left: -10%;
	right: auto;
	top: -10%;
	z-index: 2;
}

.gray .blog-post:before {
	background: #f8f8f8;
}

.blog-post:hover:before {
	height: 13%;
}

.title {
	float: left;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.title img {
	width: 310px;
	padding-top: 10px
}

.title2 img {
	width: 310px;
	padding-top: 10px
}

.title3 img {
	width: 310px;
	padding-top: 10px
}

.title4 img {
	width: 310px;
	padding-top: 10px
}

.title5 img {
	width: 310px;
	padding-top: 20px
}

.title>span {
    color: #3c3c3c;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 21px;
    padding-top: 10px;
    position: relative;
    width: 100%;
}



.title h4 {
	color: #30373f;
	float: left;
	font-size: 42px;
	font-weight: bold;
	line-height: 38px;
	margin: 13px 0 0;
	width: 100%;
}

.title5 {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.title5 h5 {
	color: #30373f;
	float: left;
	font-size: 42px;
	font-weight: bold;
	line-height: 34px;
	margin: 13px 0 0;
	width: 100%;
}

.title5>span {
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 16px;
	padding-bottom: 17px;
	position: relative;
	width: 100%;
	padding-top: 10px;
}

.title5>span:before {
	background: #fff none repeat scroll 0 0;
	bottom: 68px;
	content: "";
	height: 0px;
	left: 50%;
	margin-left: -34.5px;
	position: absolute;
	width: 69px;
}

.title5>span:after {
	background: #dbdbdb none repeat scroll 0 0;
	bottom: 68px;
	content: "";
	height: 0px;
	left: 50%;
	margin-left: -10.5px;
	position: absolute;
	width: 21px;
}

.title1 {
	float: left;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.title1>span {
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.3px;
	line-height: 10px;
	padding-bottom: 17px;
	position: relative;
	width: 100%;
}

.title1>span:before {
	background: #fff none repeat scroll 0 0;
	bottom: -3px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -34.5px;
	position: absolute;
	width: 69px;
}

.title1>span:after {
	background: #dbdbdb none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -10.5px;
	position: absolute;
	width: 21px;
}

.title1 h4 {
	color: #fff;
	float: left;
	font-size: 45px;
	font-weight: bold;
	line-height: 38px;
	margin: 13px 0 0;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

/** @section Utilities custom */
.z-index-1 {
	z-index: 1;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #edeef0;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

*+.text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #c18904;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block>* {
	margin-left: .125em;
	margin-right: .125em;
}

/** @section Grid modules */
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-demo *+p {
	margin-top: 5px;
}

.grid-demo *+.row {
	margin-top: 20px;
}

.grid-demo .row+.row {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.grid-demo {
		text-align: left;
	}

	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.grid-demo *+p {
		margin-top: 25px;
	}
}

.grid-demo-bordered .row {
	border: 0 solid #edeef0;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #edeef0;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #edeef0;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.row-narrow {
	margin-left: -10px;
	margin-right: -10px;
}

.row-narrow>[class*='col'] {
	padding-left: 10px;
	padding-right: 10px;
}

.row-wide {
	margin-left: -25px;
	margin-right: -25px;
}

.row-wide>[class*='col'] {
	padding-left: 25px;
	padding-right: 25px;
}

.row-ten .col-1 {
	flex: 0 0 auto;
	width: 10%;
}

.row-ten .col-2 {
	flex: 0 0 auto;
	width: 20%;
}

.row-ten .col-3 {
	flex: 0 0 auto;
	width: 30%;
}

.row-ten .col-4 {
	flex: 0 0 auto;
	width: 40%;
}

.row-ten .col-5 {
	flex: 0 0 auto;
	width: 50%;
}

.row-ten .col-6 {
	flex: 0 0 auto;
	width: 60%;
}

.row-ten .col-7 {
	flex: 0 0 auto;
	width: 70%;
}

.row-ten .col-8 {
	flex: 0 0 auto;
	width: 80%;
}

.row-ten .col-9 {
	flex: 0 0 auto;
	width: 90%;
}

.row-ten .col-10 {
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 480px) {
	.row-ten .col-xs-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-ten .col-xs-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-ten .col-xs-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-ten .col-xs-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-ten .col-xs-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-ten .col-xs-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-ten .col-xs-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-ten .col-xs-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-ten .col-xs-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-ten .col-xs-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 576px) {
	.row-ten .col-sm-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-ten .col-sm-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-ten .col-sm-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-ten .col-sm-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-ten .col-sm-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-ten .col-sm-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-ten .col-sm-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-ten .col-sm-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-ten .col-sm-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-ten .col-sm-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.row-ten .col-md-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-ten .col-md-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-ten .col-md-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-ten .col-md-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-ten .col-md-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-ten .col-md-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-ten .col-md-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-ten .col-md-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-ten .col-md-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-ten .col-md-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.row-ten .col-lg-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-ten .col-lg-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-ten .col-lg-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-ten .col-lg-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-ten .col-lg-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-ten .col-lg-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-ten .col-lg-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-ten .col-lg-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-ten .col-lg-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-ten .col-lg-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.row-ten .col-xl-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-ten .col-xl-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-ten .col-xl-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-ten .col-xl-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-ten .col-xl-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-ten .col-xl-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-ten .col-xl-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-ten .col-xl-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-ten .col-xl-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-ten .col-xl-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1600px) {
	.row-ten .col-xxl-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-ten .col-xxl-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-ten .col-xxl-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-ten .col-xxl-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-ten .col-xxl-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-ten .col-xxl-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-ten .col-xxl-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-ten .col-xxl-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-ten .col-xxl-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-ten .col-xxl-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.row-xl-ten .col-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-xl-ten .col-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-xl-ten .col-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-xl-ten .col-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-xl-ten .col-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-xl-ten .col-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-xl-ten .col-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-xl-ten .col-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-xl-ten .col-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-xl-ten .col-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 480px) {
	.row-xl-ten .col-xs-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-xl-ten .col-xs-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-xl-ten .col-xs-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-xl-ten .col-xs-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-xl-ten .col-xs-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-xl-ten .col-xs-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-xl-ten .col-xs-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-xl-ten .col-xs-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-xl-ten .col-xs-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-xl-ten .col-xs-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 576px) {
	.row-xl-ten .col-sm-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-xl-ten .col-sm-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-xl-ten .col-sm-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-xl-ten .col-sm-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-xl-ten .col-sm-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-xl-ten .col-sm-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-xl-ten .col-sm-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-xl-ten .col-sm-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-xl-ten .col-sm-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-xl-ten .col-sm-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 768px) {
	.row-xl-ten .col-md-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-xl-ten .col-md-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-xl-ten .col-md-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-xl-ten .col-md-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-xl-ten .col-md-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-xl-ten .col-md-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-xl-ten .col-md-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-xl-ten .col-md-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-xl-ten .col-md-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-xl-ten .col-md-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 992px) {
	.row-xl-ten .col-lg-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-xl-ten .col-lg-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-xl-ten .col-lg-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-xl-ten .col-lg-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-xl-ten .col-lg-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-xl-ten .col-lg-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-xl-ten .col-lg-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-xl-ten .col-lg-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-xl-ten .col-lg-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-xl-ten .col-lg-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.row-xl-ten .col-xl-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-xl-ten .col-xl-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-xl-ten .col-xl-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-xl-ten .col-xl-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-xl-ten .col-xl-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-xl-ten .col-xl-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-xl-ten .col-xl-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-xl-ten .col-xl-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-xl-ten .col-xl-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-xl-ten .col-xl-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 1600px) {
	.row-xl-ten .col-xxl-1 {
		flex: 0 0 auto;
		width: 10%;
	}

	.row-xl-ten .col-xxl-2 {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-xl-ten .col-xxl-3 {
		flex: 0 0 auto;
		width: 30%;
	}

	.row-xl-ten .col-xxl-4 {
		flex: 0 0 auto;
		width: 40%;
	}

	.row-xl-ten .col-xxl-5 {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-xl-ten .col-xxl-6 {
		flex: 0 0 auto;
		width: 60%;
	}

	.row-xl-ten .col-xxl-7 {
		flex: 0 0 auto;
		width: 70%;
	}

	.row-xl-ten .col-xxl-8 {
		flex: 0 0 auto;
		width: 80%;
	}

	.row-xl-ten .col-xxl-9 {
		flex: 0 0 auto;
		width: 90%;
	}

	.row-xl-ten .col-xxl-10 {
		flex: 0 0 auto;
		width: 100%;
	}
}

/** @group Components */
/** @section Typography */
body {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	color: #30373f;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 1600px) {
	body {
		line-height: 1.4;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
	color: #c18904;
}

h1,
.h1 {
	font-size: 39.2px;
	line-height: 1.025;
}

@media (min-width: 768px) {

	h1,
	.h1 {
		font-size: 48px;
	}
}

@media (min-width: 992px) {

	h1,
	.h1 {
		font-size: 64px;
	}
}

@media (min-width: 1600px) {

	h1,
	.h1 {
		font-size: 80px;
	}
}

h2,
.h2 {
	font-size: 28.32px;
	line-height: 1.15208;
}

@media (min-width: 768px) {

	h2,
	.h2 {
		font-size: 33.6px;
	}
}

@media (min-width: 992px) {

	h2,
	.h2 {
		font-size: 38.4px;
	}
}

@media (min-width: 1200px) {

	h2,
	.h2 {
		font-size: 42px;
		font-weight: bold;
		line-height: 42px;
	}
}

@media (min-width: 1600px) {

	h2,
	.h2 {
		font-size: 48px;
		line-height: 1.15208;
	}
}

h3,
.h3 {
	font-size: 23.4px;
	line-height: 1.33333;
}

@media (min-width: 768px) {

	h3,
	.h3 {
		font-size: 25.2px;
	}
}

@media (min-width: 992px) {

	h3,
	.h3 {
		font-size: 28.8px;
	}
}

@media (min-width: 1200px) {

	h3,
	.h3 {
		font-size: 32.4px;
	}
}

@media (min-width: 1600px) {

	h3,
	.h3 {
		font-size: 36px;
		line-height: 1.33333;
	}
}

h4,
.h4 {
	font-size: 20.4px;
	line-height: 1.25;
}

@media (min-width: 768px) {

	h4,
	.h4 {
		font-size: 21.6px;
	}
}

@media (min-width: 992px) {

	h4,
	.h4 {
		font-size: 22.8px;
		line-height: 1.25;
	}
}

@media (min-width: 1200px) {

	h4,
	.h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

@media (min-width: 1600px) {

	h4,
	.h4 {
		font-size: 24px;
	}
}

h5,
.h5 {
	font-size: 18px;
	line-height: 1.44444;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 1.5;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #c18904;
}

.text-large {
	font-size: 130px;
	line-height: 1;
}

@media (min-width: 1200px) {
	.text-large {
		font-size: 200px;
	}
}

.big {
	font-size: 18px;
	line-height: 1.55556;
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #30373f111;
	background: #fafbff;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #c18904;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #c18904;
	color: #ffffff;
}

::-moz-selection {
	background: #c18904;
	color: #ffffff;
}

/** @section Brand */
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
	max-width: 310px !important;
}

/** @section Links */
a {
	transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a,
a:focus,
a:active {
	color: #c18904;
}

a:hover {
	color: #be9e77;
}

a[href*='tel'],
a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #be9e77;
}

.link-press {
	color: #be9e77;
}

.link-inherit {
	color: inherit;
}

.link-inherit:hover {
	color: #c18904;
}

/** @section Blocks */
.block-center {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 400px;
	display: inline-block;
}

.block-lg {
	max-width: 410px;
	display: inline-block;
}

/** @section Groups */
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}

	html .group-xl>* {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

*+.group-xl {
	margin-top: 20px;
}

/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit>* {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs>* {
	margin-bottom: 15px;
	margin-left: 7px;
}

/** @section Lists */
.list-md>li+li {
	margin-top: 8.4px;
}

.list-xl>li+li {
	margin-top: 30px;
}

*+.list-md {
	margin-top: 19.5px;
}

@media (min-width: 992px) {
	.list-md>li+li {
		margin-top: 8.4px;
	}

	.list-xl>li+li {
		margin-top: 40px;
	}

	*+.list-md {
		margin-top: 27.3px;
	}
}

@media (min-width: 1600px) {
	.list-md>li+li {
		margin-top: 12px;
	}

	.list-xl>li+li {
		margin-top: 60px;
	}

	*+.list-md {
		margin-top: 39px;
	}
}

.list-inline>li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md>* {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}

	html .list-inline-md>* {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.list-terms dt+dd {
	margin-top: 12.5px;
}

.list-terms dd+dt {
	margin-top: 27.5px;
}

*+.list-terms {
	margin-top: 37.5px;
}

.list-terms+* {
	margin-top: 27.5px;
}

@media (min-width: 992px) {
	.list-terms dt+dd {
		margin-top: 17.5px;
	}

	.list-terms dd+dt {
		margin-top: 38.5px;
	}

	*+.list-terms {
		margin-top: 52.5px;
	}

	.list-terms+* {
		margin-top: 38.5px;
	}
}

.head-top {
	position: absolute;
	z-index: 100000000;
	top: 168px;
	width: 60%;
	font-size: 50px;
	line-height: 60px;
}

@media (min-width: 1600px) {
	.list-terms dt+dd {
		margin-top: 25px;
	}

	.list-terms dd+dt {
		margin-top: 55px;
	}

	*+.list-terms {
		margin-top: 75px;
	}

	.list-terms+* {
		margin-top: 55px;
	}
}

.terms-table {
	display: flex;
	max-width: 100%;
	padding: 50px 20px 60px 60px;
}

.terms-table p {
	color: #30373f
}

.terms-table-title {
	width: 155px;
	flex-shrink: 0;
	font-weight: 500;
}

.terms-table-text {
	flex-grow: 1;
	width: calc(100% - 155px);
}

.terms-table-title,
.terms-table-text {
	margin-bottom: 5px;
}

.terms-table-footer-text {
	vertical-align: top;
	margin-right: 10px;
}

*+.terms-table {
	margin-top: 20px;
}

*+.terms-table-footer {
	margin-top: 12px;
}

@media (min-width: 768px) {
	.terms-table {
		display: flex;
		max-width: 100%;
		padding: 70px 0px 70px 52px;
	}
}

@media (min-width: 992px) {

	.terms-table-title,
	.terms-table-text {
		margin-bottom: 8.4px;
	}

	*+.terms-table {
		margin-top: 28px;
	}

	*+.terms-table-footer {
		margin-top: 16.8px;
	}
}

@media (min-width: 1600px) {

	.terms-table-title,
	.terms-table-text {
		margin-bottom: 12px;
	}

	*+.terms-table {
		margin-top: 40px;
	}

	*+.terms-table-footer {
		margin-top: 24px;
	}
}

.index-list {
	counter-reset: li;
}

.index-list>li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	text-align: left;
}

.list-marked>li {
	position: relative;
	padding-left: 25px;
}

.list-marked>li::before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 1px;
	min-width: 25px;
	content: '\f105';
	font: 400 14px/24px 'FontAwesome';
	color: #b7b7b7;
}

.list-marked>li+li {
	margin-top: 4px;
}

*+.list-marked {
	margin-top: 15px;
}

p+.list-marked,
.list-marked+p {
	margin-top: 10px;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered>li {
	position: relative;
	padding-left: 25px;
}

.list-ordered>li:before {
	position: absolute;
	content: counter(li, decimal) ".";
	counter-increment: li;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #b7b7b7;
}

.list-ordered>li+li {
	margin-top: 4px;
}

*+.list-ordered {
	margin-top: 10px;
}

p+.list-ordered,
.list-ordered+p {
	margin-top: 10px;
}

.list-custom-title {
	display: inline-flex;
	justify-content: center;
}

.list-custom-title::before,
.list-custom-title::after {
	width: 33px;
	height: 3px;
	display: block;
	margin-top: .6em;
	content: '';
	background-color: #c18904;
}

.list-custom-title::before {
	margin-right: 14px;
}

.list-custom-title::after {
	margin-left: 14px;
}

*+.list-custom {
	margin-top: 21.7px;
}

*+.list-custom-title {
	margin-top: 18.2px;
}

*+.list-custom-text {
	margin-top: 4.2px;
}

@media (min-width: 768px) {
	.list-custom-title::after {
		display: none;
	}
}

@media (min-width: 992px) {
	*+.list-custom {
		margin-top: 21.7px;
	}

	*+.list-custom-title {
		margin-top: 18.2px;
	}

	*+.list-custom-text {
		margin-top: 4.2px;
	}
}

@media (min-width: 1600px) {
	*+.list-custom {
		margin-top: 31px;
	}

	*+.list-custom-title {
		margin-top: 26px;
	}

	*+.list-custom-text {
		margin-top: 6px;
	}
}

.list-social {
    margin-bottom: -14px;
    margin-left: -14px;
}

.list-social:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.list-social>* {
	margin-top: 0;
	margin-bottom: 14px;
	margin-left: 14px;
}

.list-social-icon {
	display: inline-block;
	color: #000;
	font-size: 22px;
}

.list-social-icon:hover {
	color: #c18904;
}

*+.list-social {
	margin-top: 17.5px;
}

@media (min-width: 992px) {
	*+.list-social {
		margin-top: 24.5px;
	}
}

@media (min-width: 1600px) {
	*+.list-social {
		margin-top: 35px;
	}
}

/* List info */
.list-info{font-size:16px;line-height:18px}
.list-info-item {
	display: flex;
	flex-wrap: wrap;
	line-height: 2.07143;
	margin-left: -4px;
}

.list-info-item>* {
	margin-left: 4px;
}

.list-info-item>* {
	display: inline-block;
}

.list-info-title {
	font-weight: 500;
}

*+.list-info {
	margin-top: 24px;
}

@media (min-width: 992px) {
	*+.list-info {
		margin-top: 33.6px;
	}
}

@media (min-width: 1600px) {
	*+.list-info {
		margin-top: 48px;
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

figcaption {
	color: #b7b7b7;
}

.img-wide {
	width: 100%;
}

.img-link {
	transition: all 0.3s ease-in-out;
}

.img-link:hover {
	opacity: .7;
}

*+.img-wrap-1 {
	margin-top: 39px;
}

*+.img-wrap-2 {
	margin-top: 35px;
}

@media (max-width: 767.98px) {
	.img-responsive {
		display: inline-block;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	*+.img-wrap-1 {
		margin-top: 54.6px;
	}

	*+.img-wrap-2 {
		margin-top: 70.7px;
	}
}

@media (min-width: 1600px) {
	*+.img-wrap-1 {
		margin-top: 78px;
	}

	*+.img-wrap-2 {
		margin-top: 101px;
	}
}

/** @section Icons */
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-box {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	border-radius: 0;
	text-align: left;
	transition: all 0.3s ease-in-out;
}

.icon-box:hover {
	background: #c18904;
	color: #ffffff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.icon-box-icon {
	font-size: 22px;
	line-height: 1;
}

*+.icon-box-text {
	margin-left: 15px;
}
.bgbox {
    background: #f5f2ee url(../images/green_lawn.jpg);
    padding: 70px 30px 70px;
    margin-top: 0px;
    min-height: 360px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: center;
}



.bgbox ul li{line-height:32px !important;font-weight: 500;}
/** @section Buttons */
.btn {
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	text-overflow: ellipsis;
	letter-spacing: 0.2em;
	min-width: 130px;
	margin: 5px;
}

.page .btn:not([class*='shadow']) {
	box-shadow: none;
}

.page .btn:not(:disabled):not(.disabled):active:focus:not([class*='shadow']),
.page .btn:not(:disabled):not(.disabled).active:focus:not([class*='shadow']) {
	box-shadow: none;
}

.btn-primary,
.btn-primary:focus {
	color: #30373f;
	background-color: transparent;
	border-color: #ba9952;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
	color: #ffffff;
	background-color: #ba9952;
	border-color: #ba9952;
}

.btn-primary.btn-ujarak::before {
	background: #ba9952;
}

.btn-primary-fill,
.btn-primary-fill:focus {
	color: #ffffff;
	background-color: #ba9952;
	border-color: #ba9952;
}

.btn-primary-fill:not(:disabled):not(.disabled):active,
.btn-primary-fill:not(:disabled):not(.disabled).active,
.btn-primary-fill:hover,
.btn-primary-fill:active,
.btn-primary-fill.active {
	color: #ffffff;
	background-color: #ba9952;
	border-color: #ba9952
}

.btn-primary-fill.btn-ujarak::before {
	background: #30373f;
}

.btn-default-outline,
.btn-default-outline:focus {
	color: #30373f;
	background-color: transparent;
	border-color: #30373f;
}

.btn-default-outline:not(:disabled):not(.disabled):active,
.btn-default-outline:not(:disabled):not(.disabled).active,
.btn-default-outline:hover,
.btn-default-outline:active,
.btn-default-outline.active {
	color: #ffffff;
	background-color: #c18904;
	border-color: #c18904;
}

.btn-default-outline.btn-ujarak::before {
	background: #c18904;
}

.btn-white,
.btn-white:focus {
	color: #30373f;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:hover,
.btn-white:active,
.btn-white.active {
	color: #ffffff;
	background-color: #30373f;
	border-color: #30373f;
}

.btn-white.btn-ujarak::before {
	background: #30373f;
}

.bg-dark .btn-white,
.bg-dark .btn-white:focus {
	color: #30373f;
	background-color: #ffffff;
	border-color: #ffffff;
}

.bg-dark .btn-white:not(:disabled):not(.disabled):active,
.bg-dark .btn-white:not(:disabled):not(.disabled).active,
.bg-dark .btn-white:hover,
.bg-dark .btn-white:active,
.bg-dark .btn-white.active {
	color: #ffffff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.bg-dark .btn-white.btn-ujarak::before {
	background: #6c757d;
}

.btn-ghost {
	border: 0;
	background-color: transparent;
}

.btn-ghost:hover {
	color: #ffffff;
	background: #c18904;
}

.btn-shadow {
	box-shadow: 0 9px 21px 0 rgba(206, 206, 206, 0.15);
}

.btn-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(206, 206, 206, 0.15);
}

.btn-shadow:focus,
.btn-shadow:active {
	box-shadow: none;
}

.btn-ujarak {
	transition: background .4s, border-color .4s, color .4s;
	padding: 12px 10px 10px;
	line-height: 14px;
	height: 20px;
}

.btn-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #c18904;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.btn-ujarak,
.btn-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.btn-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.btn-circle {
	border-radius: 30px;
}

.btn-round-1 {
	border-radius: 5px;
}

.btn-round-2 {
	border-radius: 10px;
}

.btn-block {
	width: 100%;
}

.btn-icon {
	font-size: 1.3em;
	margin: 0 5px;
}

.btn-icon::before {
	vertical-align: middle;
}

.btn-icon:first-child {
	margin-left: 0;
}

.btn-icon:last-child {
	margin-right: 0;
}

.btn-group-1 {
	margin-bottom: -20px;
	margin-left: -30px;
}

.btn-group-1:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.btn-group-1>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

.btn-group-1 .btn {
	margin-top: 0;
}

*+.btn-group-1 {
	margin-top: 30px;
}

@media (min-width: 992px) {
	*+.btn-group-1 {
		margin-top: 42px;
	}
}

@media (min-width: 1600px) {
	*+.btn-group-1 {
		margin-top: 60px;
	}
}

/** @section Forms */
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .btn {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 46px;
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
	color: #30373f !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #c18904;
}

.form-wrap+* {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	color: #30373f;
	background-color: #ffffff;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #edeef0;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 111px;
	min-height: 46px;
	max-height: 189px;
	resize: vertical;
}

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #30373f;
	font-weight: 300;
}

.form-label {
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #30373f;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}

	.form-label-outside,
	.form-label-outside.focus,
	.form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	right: auto;
	left: 8px;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
	max-width: calc(100% - 30px);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
		max-width: calc(100% - 60px);
	}
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background:#fff3e0;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #30373f;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cecece;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked~.checkbox-custom-dummy::after {
	background: #c18904;
	transform: translate(20px, -50%);
}

.toggle-custom~.checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background:#fff3e0;
	cursor: pointer;
}

.toggle-custom~.checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	margin-bottom: -8px;
	margin-left: -8px;
}

.rd-form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-form-inline>* {
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

.rd-form-inline>* {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	margin-top: 0;
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 46px;
}

.rd-form-inline .form-button .btn {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .btn {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-sm .form-input,
.form-sm .btn {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm *+.btn {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

*+.rd-form {
	margin-top: 30px;
}

*+.form-button {
	margin-top: 30px;
}
.profile {
    position: fixed;
    top: 175px;
    width: 310px;
    text-align: left;
    left: 84px;
}
@media (min-width: 992px) {
	*+.rd-form {
		margin-top: 42px;
	}

	*+.form-button {
		margin-top: 42px;
	}
}

@media (min-width: 1600px) {
	*+.rd-form {
		margin-top: 60px;
	}

	*+.form-button {
		margin-top: 60px;
	}
}

/** @section Posts */
/* Post default */
.post-default-meta {
	font-weight: 500;
	margin-bottom: -4px;
	margin-left: -4px;
}

.post-default-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-default-meta>* {
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 4px;
}

.post-default-meta>* {
	display: inline-block;
}

.post-default-meta-author {
	color: #c18904;
}

*+.post-default-meta {
	margin-top: 20px;
}

*+.post-default-text {
	margin-top: 8.5px;
}

*+.post-default-btn {
	margin-top: 25px;
}

@media (min-width: 992px) {
	*+.post-default-meta {
		margin-top: 28px;
	}

	*+.post-default-text {
		margin-top: 11.9px;
	}

	*+.post-default-btn {
		margin-top: 35px;
	}
}

@media (min-width: 1600px) {
	*+.post-default-meta {
		margin-top: 40px;
	}

	*+.post-default-text {
		margin-top: 17px;
	}

	*+.post-default-btn {
		margin-top: 50px;
	}
}

/* Post single */
.post-single-meta {
	font-weight: 500;
	margin-bottom: -4px;
	margin-left: -10px;
}

.post-single-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-single-meta>* {
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 10px;
}

.post-single-meta>* {
	display: inline-block;
}

.post-single-section+.post-single-section {
	border-top: 1px solid #edeef0;
}

.post-single-author {
	display: flex;
	align-items: center;
}

.post-single-author-img {
	border-radius: 50%;
}

.post-single-author-title {
	padding-left: 25px;
}

.post-single-author-title a {
	color: #c18904;
}

.post-single-author-title a:hover {
	color: #30373f;
}

.post-single-pager-item {
	display: flex;
	align-items: center;
}

.post-single-pager-item:first-child {
	text-align: left;
}

.post-single-pager-item:last-child {
	margin-top: 20px;
	text-align: right;
}

.post-single-pager-body {
	padding: 0 15px;
}

.post-single-pager-subtitle {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	color: #c18904;
}

.post-single-pager-arrow {
	font-size: 24px;
}

.post-single-section {
	padding: 30px 0;
}

*+.post-single-meta {
	margin-top: 8px;
}

*+.img-post-wide {
	margin-top: 25.5px;
}

*+.post-single-form {
	margin-top: 20px;
}

*+.post-single-pager-title {
	margin-top: 5px;
}

*+.post-single-offset-1 {
	margin-top: 5px;
}

.post-single-content *+h4 {
	margin-top: 13px;
}

.post-single-content h4+h4 {
	margin-top: 10px;
}

.post-single-content h4+p {
	margin-top: 7.5px;
}

.post-single-content *+img {
	margin-top: 12.5px;
}

@media (min-width: 480px) {
	.post-single-pager {
		display: flex;
	}

	.post-single-pager-item:last-child {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.post-single-pager-body {
		padding: 0 30px;
	}

	.post-single-section {
		padding: 40px 0;
	}

	*+.post-single-meta {
		margin-top: 11.2px;
	}

	*+.img-post-wide {
		margin-top: 35.7px;
	}

	*+.post-single-form {
		margin-top: 28px;
	}

	*+.post-single-offset-1 {
		margin-top: 7px;
	}

	.post-single-content *+h4 {
		margin-top: 18.2px;
	}

	.post-single-content h4+h4 {
		margin-top: 14px;
	}

	.post-single-content h4+p {
		margin-top: 10.5px;
	}

	.post-single-content *+img {
		margin-top: 17.5px;
	}
}

@media (min-width: 1600px) {
	.post-single-section {
		padding: 51px 0;
	}

	*+.post-single-meta {
		margin-top: 16px;
	}

	*+.img-post-wide {
		margin-top: 51px;
	}

	*+.post-single-form {
		margin-top: 40px;
	}

	*+.post-single-offset-1 {
		margin-top: 10px;
	}

	.post-single-content *+h4 {
		margin-top: 26px;
	}

	.post-single-content h4+h4 {
		margin-top: 20px;
	}

	.post-single-content h4+p {
		margin-top: 15px;
	}

	.post-single-content *+img {
		margin-top: 25px;
	}
}

/** @section Quotes */
.quote-default-text {
	font-style: italic;
}

*+.quote-default {
	margin-top: 20px;
}

*+.quote-default-cite {
	margin-top: 17.5px;
}

*+.quote-default-meta {
	margin-top: 2px;
}

@media (min-width: 992px) {
	*+.quote-default {
		margin-top: 28px;
	}

	*+.quote-default-cite {
		margin-top: 24.5px;
	}
}

@media (min-width: 1600px) {
	*+.quote-default {
		margin-top: 40px;
	}

	*+.quote-default-cite {
		margin-top: 35px;
	}
}

/** @section Thumbnails */
.thumbnail-person {
	max-width: 370px;
	display: inline-block;
	text-align: left;
}

.thumbnail-person-text {
	font-style: italic;
}

.thumbnail-person-footer {
	display: flex;
	justify-content: space-between;
}

*+.thumbnail-person-text {
	margin-top: 17.5px;
}

.thumbnail-person-text+.thumbnail-person-text {
	margin-top: 9.5px;
}

*+.thumbnail-person-footer {
	margin-top: 18px;
}

*+.thumbnail-person-title-caption {
	margin-top: 3px;
}

.thumbnail-person-footer-item+.thumbnail-person-footer-item {
	margin-left: 15px;
}

.thumbnail-person-1 {
	max-width: 100%;
}

.thumbnail-person-1 .thumbnail-person-text {
	font-style: normal;
}

.thumbnail-person-1 *+.thumbnail-person-footer {
	margin-top: 14px;
}

@media (min-width: 992px) {
	*+.thumbnail-person-text {
		margin-top: 24.5px;
	}

	.thumbnail-person-text+.thumbnail-person-text {
		margin-top: 13.3px;
	}

	*+.thumbnail-person-footer {
		margin-top: 25.2px;
	}
}

@media (min-width: 1600px) {
	*+.thumbnail-person-text {
		margin-top: 35px;
	}

	.thumbnail-person-text+.thumbnail-person-text {
		margin-top: 19px;
	}

	*+.thumbnail-person-footer {
		margin-top: 36px;
	}
}

/* Thumbnail Boxed */
.thumbnail-boxed {
	position: relative;
	display: inline-block;
	max-width: 320px;
	color: #ffffff;
}

.thumbnail-boxed-caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	background-color: rgba(48, 55, 63, 0.8);
}

.thumbnail-boxed-caption *> {
	width: 100%;
}

.thumbnail-boxed-title {
	color: inherit;
}

.desktop .thumbnail-boxed-caption {
	opacity: 0;
	transition: .25s;
}

.desktop .thumbnail-boxed-title,
.desktop .thumbnail-boxed-meta {
	transition: .25s;
}

.desktop .thumbnail-boxed-title {
	transform: translateY(-20px);
}

.desktop .thumbnail-boxed-meta {
	transform: translateY(20px);
}

.desktop .thumbnail-boxed:hover .thumbnail-boxed-caption {
	opacity: 1;
}

.desktop .thumbnail-boxed:hover .thumbnail-boxed-title,
.desktop .thumbnail-boxed:hover .thumbnail-boxed-meta {
	transform: translateY(0);
}

@media (min-width: 768px) {
	.thumbnail-boxed {
		max-width: 100%;
	}
}

/* Thumbnail offer */
.thumbnail-offer {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 320px;
	color: #ffffff;
}

.thumbnail-offer-caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	background-color: rgba(48, 55, 63, 0.8);
}

.thumbnail-offer-caption *> {
	width: 100%;
}

.thumbnail-offer-title {
	color: inherit;
}

.thumbnail-offer-btn {
	color: #ffffff;
}

*+.thumbnail-offer-btn {
	margin-top: 15px;
}

.desktop .thumbnail-offer-caption {
	opacity: 0;
	transition: .25s;
}

.desktop .thumbnail-offer-title,
.desktop .thumbnail-offer-btn {
	transform: translateY(30px);
	transition: .25s;
}

.desktop .thumbnail-offer-btn {
	transition-delay: .05s;
}

.desktop .thumbnail-offer:hover .thumbnail-offer-caption {
	opacity: 1;
}

.desktop .thumbnail-offer:hover .thumbnail-offer-title,
.desktop .thumbnail-offer:hover .thumbnail-offer-btn {
	transform: translateY(0);
}

@media (min-width: 768px) {
	.thumbnail-offer {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.thumbnail-offer-caption {
		padding: 30px;
	}

	*+.thumbnail-offer-btn {
		margin-top: 21px;
	}
}

@media (min-width: 1600px) {
	*+.thumbnail-offer-btn {
		margin-top: 30px;
	}
}

/* Thumbnail gallery */
.thumbnail-gallery {
	position: relative;
	display: inline-block;
	max-width: 320px;
	background-color: #c18904;
}

.thumbnail-gallery::before,
.thumbnail-gallery::after {
	position: absolute;
}

.thumbnail-gallery::before,
.thumbnail-gallery::after {
	left: 20px;
	top: 20px;
	right: 19px;
	bottom: 20px;
	z-index: 1;
	content: '';
	pointer-events: none;
}

.thumbnail-gallery::before {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.thumbnail-gallery::after {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.thumbnail-gallery-img {
	opacity: .7;
}

.desktop .thumbnail-gallery::before,
.desktop .thumbnail-gallery::after {
	transition: .35s;
}

.desktop .thumbnail-gallery::before {
	transform: scale(0, 1);
}

.desktop .thumbnail-gallery::after {
	transform: scale(1, 0);
}

.desktop .thumbnail-gallery:hover .thumbnail-gallery-img {
	opacity: .7;
}

.desktop .thumbnail-gallery:hover::before,
.desktop .thumbnail-gallery:hover::after {
	transform: scale(1);
}

.desktop .thumbnail-gallery-img {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
	.thumbnail-gallery {
		max-width: 100%;
	}
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
    position: relative;
    text-align: right;
    background-position: center;
    top: 70px;
    background: url(../images/banner-inner.jpg) center top no-repeat;
    background-size: cover;
    height: 300px;
    padding: 75px 0px;
}
.breadcrumbs-custom-contact {
    text-align: center;
    background-position: center;
    background: url(../images/bg.svg) center top no-repeat;
    background-size: cover;
    height: 500px;
    padding: 170px 0px 100px;
	position: relative;
}

.breadcrumbs-custom .container {
	position: relative;
}

.breadcrumbs-custom-path {
	width: 100%;
	padding-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumbs-custom-path>* {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
	color: #ba9952;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-family: "Lora", "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
	content: "|";
	position: absolute;
	top: 52%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	transform: translate3d(0, -50%, 0);
	color: #fff;
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #ffffff;
}

@media (min-width: 768px) {
	.breadcrumbs-custom-path {
		padding-top: 20px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom-path li {
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom .container {
		max-width: 1570px;
	}

	.breadcrumbs-custom .breadcrumbs-custom-path {
		padding-top: 45px;
	}
	
.profile {
	position: fixed;
    top: 220px;
    width: 510px;
    text-align: left;
    height: 600px;
    width: 450px;
    overflow: initial;
    right: 34%;
    left: 10%;
	z-index: -1;
}	
	
}

/** @section Snackbars */
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/** @section Footers */
.footer-inner {
	padding: 53px 0;
}

.footer-divider {
	border-top: 1px solid #edeef0;
}

/** @section Boxes */
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: #ba9952;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #c18904;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

*+.box-minimal {
	margin-top: 30px;
}

*+.box-minimal-title {
	margin-top: 10px;
}

*+.box-minimal-divider {
	margin-top: 20px;
}

*+.box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p,
.bg-gray-700 .box-minimal p,
.bg-primary .box-minimal p {
	color: #30373f;
}

.box-counter {
	position: relative;
	text-align: center;
	color: #30373f;
}

.box-counter-title {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.box-counter-main {
	font-family: "Lora", "Times New Roman", Times, serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2;
}

.box-counter-main>* {
	display: inline;
	font: inherit;
}

.box-counter-main .small {
	font-size: 28px;
}

.box-counter-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top;
}

.box-counter-divider {
	font-size: 0;
	line-height: 0;
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #c18904;
}

*+.box-counter-title {
	margin-top: 10px;
}

*+.box-counter-main {
	margin-top: 20px;
}

*+.box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-counter-title {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 60px;
	}

	.box-counter-main .small {
		font-size: 36px;
	}

	*+.box-counter-main {
		margin-top: 30px;
	}

	*+.box-counter-divider {
		margin-top: 15px;
	}

	*+.box-counter-title {
		margin-top: 18px;
	}
}

.bg-primary .box-counter {
	color: #ffffff;
}

.bg-primary .box-counter-divider::after {
	background:#fff3e0;
}

/** @section Dividers */
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #edeef0;
	opacity: 1;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #c18904;
}

/** @section Tables custom */
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background:#fff3e0;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #30373f;
	background:#fff3e0;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #edeef0;
	white-space: nowrap;
}

.table-custom td {
	padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #cecece;
}

.table-custom tfoot td {
	font-weight: 700;
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #c18904;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #edeef0;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #cecece;
}

.table-custom.table-custom-bordered tbody>tr:first-of-type>td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #cecece;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #edeef0;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

/** @group Plugins */
/** @section Animate */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

.ipad .not-animated,
.ios .not-animated {
	opacity: 1 !important;
}

.ios .animated {
	animation: none;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

/** @section Preloader */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background:#fff3e0;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.preloader-container {
	width: 8em;
	height: 4em;
	position: relative;
	overflow: hidden;
}

.preloader-container::before,
.preloader-container::after {
	content: '';
	position: absolute;
	bottom: 0;
}

.preloader-container::before {
	left: 0;
	width: inherit;
	height: 2px;
	background-color: #c18904;
}

.preloader-container::after {
	box-sizing: border-box;
	width: 50%;
	height: inherit;
	border: 2px solid #c18904;
	border-radius: 50%;
	left: 25%;
}

.preloader-container span {
	position: absolute;
	width: 5%;
	height: 10%;
	background-color: #30373f;
	border-radius: 50%;
	bottom: 0.2em;
	left: -5%;
	animation: 2s linear infinite;
	transform-origin: 50% -1.5em;
	animation-name: run, rotating;
}

.preloader-container span:nth-child(2) {
	animation-delay: 0.075s;
}

.preloader-container span:nth-child(3) {
	animation-delay: 0.15s;
}

@keyframes run {
	0% {
		left: -5%;
	}

	10%,
	60% {
		left: calc((100% - 5%) / 2);
	}

	70%,
	100% {
		left: 100%;
	}
}

@keyframes rotating {

	0%,
	10% {
		transform: rotate(0deg);
	}

	60%,
	100% {
		transform: rotate(-1turn);
	}
}

/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 46px;
	height: 46px;
	font-size: 20px;
	line-height: 42px;
	color: #ffffff;
	background: #ba9952;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #30373f111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background:#fff3e0;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #30373f;
	background-color: transparent;
	border: none;
	display: none;
	top: 5px;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
	width: 24px;
	height: 2px;
	background-color: #000;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
	transform-origin: 0 center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #30373f;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #30373f;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #cecece;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #c18904;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	position: relative;
	z-index: 1080;
	display: block;
	height: 70px;
}

.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-static .rd-navbar-main {
	position: relative;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}

.rd-navbar-static .rd-navbar-panel {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 310px;
	max-height: 195px;
	z-index: 10000000;
	position: relative;
}

.rd-navbar-static .rd-navbar-toggle {
	display: none;
	z-index: 1081;
}

.rd-navbar-static .rd-navbar-nav-wrap {
	position: absolute;
	right: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1080;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 48px 15px 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 2.0;
	text-align: center;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-nav-wrap::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 110vw;
	content: '';
	background-color: transparent;
	transform: translateX(-50%);
}

.rd-navbar-static .rd-navbar-nav-wrap.active {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #c18904;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
	color: #c18904;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #c18904;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
	color: #c18904;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
}

/*.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
} */

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
	color: #c18904;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
	margin-top: 10px;
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
	margin-left: 35px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: white;
	transition: .25s;
}


.rd-navbar-static .rd-nav-link:hover {
	color: #c18904;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 6px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #edeef0;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 320px;
	padding: px 0px;
	background:#fff3e0;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #c18904;
}

.rd-navbar-static .rd-dropdown-link {
	color: #30373f;
	font-size: 15px;
	font-weight: 600;
	padding: 0px 15px;
}

.rd-dropdown-item {
	border-bottom: solid #f1f1f1 1px;
	padding: 4px 0px;
}

.rd-dropdown-item:last-child {
	border-bottom: solid #ba9952 0px
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #c18904;
}

.rd-navbar-static .rd-navbar-megamenu {
	/*display: flex; */
	left: 0;
	width: 100%;
	padding: 10px 10px;
	background:#fff3e0;
}

.rd-navbar-static .rd-megamenu-item {
	/*flex-basis: 50%;
	flex-grow: 1;*/
	width:50%;
	float:left;
	padding: 10px 10px 0px;
	position: relative;
}

.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item {
	
	/*padding: 20px;*/
}

.rd-navbar-static .rd-megamenu-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #edeef0;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.rd-navbar-static *+.rd-megamenu-title {
	margin-top: 30px;
}

.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
	margin-top: 15px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #30373f;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #c18904;
	background: transparent;
}

.rd-navbar-static *+.rd-megamenu-list {
	margin-top: 16px;
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static *+.rd-navbar-search {
	margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #30373f;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: #c18904;
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background:#fff3e0;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
	height: 70px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 11px 0;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

@media (min-width: 1600px) {
	.rd-navbar-static .rd-navbar-main {
		max-width: 1570px;
		padding: 10px 0;
	}
}

.rd-navbar-shadow .rd-navbar-static {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.rd-navbar-static-linked .rd-navbar-wrap-absolute {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
}

.rd-navbar-static-linked .rd-navbar-wrap-absolute .rd-navbar-static:not(.rd-navbar--is-stuck) {
	background-color: transparent;
}

.rd-navbar-static-linked .rd-navbar-wrap-absolute .rd-navbar-static:not(.rd-navbar--is-stuck) .brand-logo-dark {
	display: none;
}

.rd-navbar-static-linked .rd-navbar-wrap-absolute .rd-navbar-static:not(.rd-navbar--is-stuck) .brand-logo-light {
	display: block;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: 56px;
	bottom: -56px;
	z-index: -10000;
	width: 270px;
	padding: 0px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #f8f4f0;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #c18904;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened>.rd-menu {
	opacity: 1;
	height: auto;
}
/*
.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
} */

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
   content: '\f107';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 52px;
    font: 400 14px "FontAwesome";
    line-height: 52px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 10000;
    cursor: pointer;
    padding: 0px 0px 0px 210px;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li+li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #30373f;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
	background:#fff3e0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background:#fff3e0;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #ba9952;
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #30373f;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	color: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
	color: #ffffff;
	background: #c18904;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #cecece;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #edeef0;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #cecece;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #c18904;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #30373f;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cecece;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #c18904;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #30373f;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #c18904;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #30373f;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background:#fff3e0;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background:#fff3e0;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(206, 206, 206, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #edeef0;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #c18904;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item+.rd-nav-item {
	border-top: 1px solid #edeef0;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #edeef0;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #cecece;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #c18904;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened>.rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #30373f;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {
	color: #c18904;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}  

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #cecece;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:active,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:focus,
.rd-navbar-sidebar .rd-megamenu-list li>a:active {
	color: #9b9b9b;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
	color: #c18904;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #c18904;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>* {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
	color: #c18904;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown>li>a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}

	.rd-navbar-sidebar .rd-navbar-megamenu>* {
		margin-bottom: 30px;
	}

	.rd-navbar-sidebar .rd-navbar-dropdown>li+li,
	.rd-navbar-sidebar .rd-megamenu-list>li+li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav>li+li {
	margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}

/** @section Google Map */
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map-container button img {
	margin: 0;
}

.google-map {
	height: 250px;
	width: 100%;
}

@media (min-width: 576px) {
	.google-map {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.google-map {
		height: 400px;
	}
}

@media (min-width: 992px) {
	.google-map {
		height: 450px;
	}
}

@media (min-width: 1600px) {
	.google-map {
		height: 513px;
	}
}

/** @section Owl Carousel */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

*+.owl-carousel {
	margin-top: 40px;
}

.owl-carousel .owl-nav {
	pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	background:#fff3e0;
	color: #c18904;
	border: 1px solid #c18904;
	transition: .25s;
}

.owl-carousel .owl-prev::before,
.owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
	display: block;
	font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	text-decoration: none;
	background: #c18904;
	color: #ffffff;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-prev {
	left: -40px;
}

.owl-carousel .owl-prev::before {
	content: '\f104';
}

.owl-carousel .owl-next {
	right: -40px;
}

.owl-carousel .owl-next::before {
	content: '\f105';
}

.owl-carousel .owl-dots {
	margin-bottom: -10px;
	margin-left: -18px;
}

.owl-carousel .owl-dots:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.owl-carousel .owl-dots>* {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 18px;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-carousel .owl-dot span {
	width: 8px;
	height: 8px;
	background: transparent;
	border: 1px solid #30373f;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}

.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span {
	background: #c18904;
	border-color: #c18904;
}

*+.owl-dots {
	margin-top: 13.5px;
}

*+.owl-carosel-1 {
	margin-top: 29.5px;
}

@media (min-width: 992px) {
	*+.owl-dots {
		margin-top: 18.9px;
	}

	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		width: 44px;
		height: 44px;
		font-size: 30px;
	}

	.owl-carousel .owl-prev {
		left: -65px;
	}

	.owl-carousel .owl-next {
		right: -65px;
	}

	*+.owl-carosel-1 {
		margin-top: 41.3px;
	}
}

@media (min-width: 1600px) {
	*+.owl-dots {
		margin-top: 27px;
	}

	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		width: 56px;
		height: 56px;
		font-size: 32px;
	}

	.owl-carousel .owl-prev {
		left: -114px;
	}

	.owl-carousel .owl-next {
		right: -114px;
	}

	*+.owl-carosel-1 {
		margin-top: 59px;
	}
}

/** @section Lightgallery */
@font-face {
	font-family: 'lg';
	src: url("../fonts/lgd641.eot?n1z373");
	src: url("../fonts/lgd41d.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lgd641.woff?n1z373") format("woff"), url("../fonts/lgd641.ttf?n1z373") format("truetype"), url("../fonts/lgd641.svg?n1z373#lg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1090;
	border: none;
	outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #FFF;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1092;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #FFF;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1090;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1090;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px;
	-webkit-transition: border-color 0.25s ease;
	-o-transition: border-color 0.25s ease;
	transition: border-color 0.25s ease;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #c18904;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
	color: #FFF;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1090;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../images/vimeo-play.html") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../images/vimeo-play.html") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../images/video-play.html") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../images/youtube-play.html") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../images/youtube-play.html") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1093;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #c18904;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1090;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1091;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-css3.lg-zoom-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
	opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,
.lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
	opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
	-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide,
.lg-css3.lg-scale-up .lg-item.lg-next-slide,
.lg-css3.lg-scale-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
	-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
	-moz-transform: skew(10deg, 0deg);
	-o-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
	-moz-transform: skew(10deg, 0deg);
	-o-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
	-moz-transform: translate3d(0, 0, 0) scale(0.5);
	-o-transform: translate3d(0, 0, 0) scale(0.5);
	-ms-transform: translate3d(0, 0, 0) scale(0.5);
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop .lg-item.lg-next-slide,
.lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
	-moz-transform: translate3d(0, 0, 0) scale(0.5);
	-o-transform: translate3d(0, 0, 0) scale(0.5);
	-ms-transform: translate3d(0, 0, 0) scale(0.5);
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide,
.lg-css3.lg-rotate .lg-item.lg-next-slide,
.lg-css3.lg-rotate .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,
.lg-css3.lg-rotate-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
	opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide,
.lg-css3.lg-tube .lg-item.lg-next-slide,
.lg-css3.lg-tube .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../images/loading.html") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1090;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 0.85;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/** @section Tooltop Custom */
.tooltip {
	font-size: 14px;
	line-height: 1.2;
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #c18904;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #c18904;
}

.tooltip-custom {
	color: #c18904;
}

/** @section Material Parallax */
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
	background-size: cover;
	background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
	background-attachment: fixed;
}

/** @section Counter */
/** @section Countdown */
.countdown {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
	margin-bottom: -15px;
	margin-left: -15px;
}

.countdown:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.countdown>* {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.top {
	text-align: right;
	text-align: right;
	z-index: 100000;
	position: relative;
	padding: 5px 10px 5px;
	top: -6px;
}

.top ul {}

.top ul li {
	display: inline;
	padding: 0px 8px;
	border-right: 0px solid #30373f;
	font-size: 12px;
}

.top ul li:last-child {
	display: inline;
	padding: 0px 8px;
	border-right: 0px solid #30373f;
}

@media (min-width: 768px) {
	.countdown {
		margin-bottom: -30px;
		margin-left: -30px;
	}

	.countdown:empty {
		margin-bottom: 0;
		margin-left: 0;
	}

	.countdown>* {
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

.countdown-block {
	position: relative;
	flex: 1 1 33.33%;
}

@media (min-width: 576px) {
	.countdown-block {
		flex: 1 1 25%;
	}
}

.countdown-block-seconds {
	display: none;
}

@media (min-width: 576px) {
	.countdown-block-seconds {
		display: block;
	}
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.countdown-circle {
	fill: transparent;
}

.countdown-circle-bg {
	stroke: white;
	stroke-width: 3px;
}

.countdown-circle-fg {
	stroke: #c18904;
	stroke-width: 5px;
}

.countdown-counter {
	line-height: 1;
	letter-spacing: 0;
}

.countdown-title {
	line-height: 1.2;
	text-transform: uppercase;
}

.countdown-container {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

*+.countdown-container {
	margin-top: 32.5px;
}

.countdown-container+* {
	margin-top: 22.5px;
}

@media (max-width: 991.98px) {
	.countdown-circle {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 992px) {
	*+.countdown-container {
		margin-top: 45.5px;
	}

	.countdown-container+* {
		margin-top: 31.5px;
	}
}

@media (min-width: 1200px) {
	*+.countdown-container {
		margin-top: 65px;
	}

	.countdown-container+* {
		margin-top: 45px;
	}
}

/** @section Progress Bars */
.progress-linear {
	position: relative;
	text-align: left;
}

.progress-linear-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}

.progress-linear-header>* {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.progress-linear-body {
	height: 4px;
	background: #edeef0;
}

.progress-linear-bar {
	width: 0;
	height: inherit;
	background: #c18904;
	transition: 1s all ease-in-out;
}

.progress-linear-counter {
	font-weight: 500;
	color: #30373f;
}

.progress-linear-counter::after {
	content: "%";
}

*+.progress-linear-body {
	margin-top: 8px;
}

.progress-linear+.progress-linear {
	margin-top: 15px;
}

.d-hide {
	display: none
}

.m-hide {
	display: block
}

.whats {
	position: absolute;
	right: 14px;
}

.whats img {
	padding: 0px 2px
}

.subrk {
	color: #30373f;
	padding: 100px 50px 0px 0px !important;
	font-size: 16px;
}

.rkbt {
	padding-top: 0px !important;
}

.scrolling-wrapper1 {
	overflow-x: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}

.rd-navbar-brand {
	position: absolute;
	left: 0;
	top: 5px;

}

.black {
	color: #30373f !important
}


@media (min-width: 992px) {
	.progress-linear+.progress-linear {
		margin-top: 30px;
	}
}

/** @section Progress Circle */
.progress-circle {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}

.progress-circle-block {
	position: relative;
}

.progress-circle-bg {
	fill: transparent;
	stroke: #fafbff;
	stroke-width: 4px;
}

.progress-circle-fg {
	fill: transparent;
	stroke: #c18904;
	stroke-width: 4px;
}

.progress-circle-counter {
	position: absolute;
	top: 50%;
	left: 51%;
	font-family: "Lora", "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 36px;
	transform: translate(-50%, -50%);
	color: #30373f;
}

.progress-circle-counter::after {
	content: "%";
}

.progress-circle-title {
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

*+.progress-circle-title {
	margin-top: 12px;
}

/** @section Panel custom */
.card-group-custom {
	margin-bottom: 0;
	width: 100%;
}

.card-group-custom .card-header+.collapse>.card-body,
.card-group-custom .card-header+.collapse>.list-group {
	border-top: 0;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: transparent;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

.card-custom .card-title {
	margin-bottom: 0;
	font-size: 18px;
	line-height: .5;
}

.card-corporate {
	padding: 21px 0;
	text-align: left;
}

.card-corporate:first-child {
	padding-top: 0;
}

.card-corporate:first-child {
	padding-top: 0;
}

.card-corporate .card-title a {
	display: flex;
	align-items: baseline;
	color: #ba9952;
	font-size: 24px;
}

.card-corporate .card-title a.collapsed {
	color: #68573f !important;
}

.text-white {
	color: #c18904 !important;
}

.text-white1 {
	color: #30373f !important;
	font-size: 16px;
	line-height: 22px;
}

.text-white2 {
	color: #fff !important;
}

.card-corporate .card-title a.collapsed:hover {
	color: #c18904;
}

.card-corporate .card-title a.collapsed .card-arrow {
	transform: rotateX(0deg);
}

.card-corporate .card-title a.collapsed .card-arrow::before {
	content: '\f504';
}

.card-corporate .card-arrow {
    display: inline-block;
    margin-left: 20px;
    transition: .3s transform;
    position: absolute;
    right: -22px;
}

.card-corporate .card-arrow::before {
	content: '\f465';
}

.card-corporate .card-body {
	padding-top: 9.5px;
}

*+.card-group-corporate {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.card-corporate {
		padding: 20px 0;
	}

	.card-corporate .card-body {
		padding-top: 13.3px;
	}

	.card-corporate .card-arrow {
		margin-left: 70px;
    right: 0;
       position: absolute;
	}

	*+.card-group-corporate {
		margin-top: 42px;
	}
}
.card-corporate .card-arrow {
    margin-left: 70px;
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 22px;
}
@media (min-width: 1600px) {
	.card-corporate {
		padding: 15px 0;
	}
	.inner-page-in {
		padding-top: 100px;
		padding-bottom: 70px;
	}
	.card-corporate .card-body {
		padding-top: 19px;
	}

	.card-corporate .card-arrow {
margin-left: 70px;
    right: 0;
    position: absolute;
	}

	*+.card-group-corporate {
		margin-top: 60px;
	}
	.bgbox {
   min-height: 466px;

}
}

.tabs-custom {
	text-align: left;
}

.tabs-custom .tab-content {
	letter-spacing: 0;
}

.nav {
	display: block;
}

.nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.nav-tabs:before,
.nav-tabs:after {
	display: none;
}

.nav-tabs .nav-link {
	border: 0;
	border-radius: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	background-color: transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border: none;
}

.nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.nav-link {
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.nav-link.active {
	cursor: default;
}

.tab-content>.tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content>.active {
	visibility: visible;
	height: auto;
	width: auto;
	overflow: visible;
}

.tabs-line .nav-tabs {
	position: relative;
	text-align: center;
}

.tabs-line .nav-link {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-family: "Lora", "Times New Roman", Times, serif;
	letter-spacing: 0;
	color: rgba(48, 55, 63, 0.4);
	vertical-align: middle;
}

.tabs-line .nav-link span {
	line-height: 1.4;
}

.tabs-line .nav-link:hover {
	color: #30373f;
}

.tabs-line .nav-link.active {
	color: #c18904;
}

@media (max-width: 767.98px) {
	.tabs-line .nav-tabs {
		max-width: 100%;
	}

	.tabs-line .nav-item {
		margin: -1px;
	}

	.tabs-line .nav-item:first-child {
		border-top: 1px solid #cecece;
	}

	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #30373f;
		background: transparent;
		border-bottom: 1px solid #cecece;
	}

	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #ffffff;
		background: #c18904;
		border-color: #c18904;
	}

	.context-dark .tabs-line .nav-item:first-child,
	.bg-gray-700 .tabs-line .nav-item:first-child,
	.bg-primary .tabs-line .nav-item:first-child {
		border-top-color: rgba(255, 255, 255, 0.4);
	}

	.context-dark .tabs-line .nav-link,
	.bg-gray-700 .tabs-line .nav-link,
	.bg-primary .tabs-line .nav-link {
		border-bottom-color: rgba(255, 255, 255, 0.4);
	}

	.context-dark .tabs-line .nav-link:hover,
	.bg-gray-700 .tabs-line .nav-link:hover,
	.bg-primary .tabs-line .nav-link:hover,
	.context-dark .tabs-line .nav-link.active,
	.bg-gray-700 .tabs-line .nav-link.active,
	.bg-primary .tabs-line .nav-link.active {
		color: #ffffff;
		background: rgba(255, 255, 255, 0.3);
		border-color: rgba(255, 255, 255, 0.3);
	}
}

*+.tabs-line {
	margin-top: 23.5px;
}

*+.tab-content {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.tabs-line .nav-item {
		transform: translate3d(0, 0, 0);
		will-change: transform;
	}

	.tabs-line .nav-link {
		position: relative;
		font-size: 19px;
	}

	.tabs-line .nav-link span {
		position: relative;
		display: inline-flex;
		padding: 12px 2px 13px;
		margin-bottom: -1px;
	}

	.tabs-line .nav-link span::after {
		content: '';
		position: absolute;
		right: 0;
		left: auto;
		bottom: 1px;
		height: 2px;
		width: 0;
		transition: .33s;
		background: #c18904;
	}

	.tabs-line .nav-link.active span::after {
		left: 0;
		right: auto;
		width: 100%;
	}

	.tabs-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 1px solid #edeef0;
	}

	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
		margin-bottom: -1px;
	}

	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}

	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}

	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}

	.tabs-vertical .nav-link.active {
		background-color: transparent;
	}

	.tabs-vertical .tab-content {
		flex-grow: 1;
	}

	.tabs-vertical.tabs-line {
		align-items: stretch;
		margin-left: -35px;
	}

	.tabs-vertical.tabs-line>* {
		margin-left: 35px;
	}

	.tabs-vertical.tabs-line .nav-tabs {
		flex-shrink: 0;
		max-width: 50%;
		min-width: 200px;
	}

	.tabs-vertical.tabs-line .nav-tabs-outer {
		position: relative;
		flex-shrink: 0;
		max-width: 50%;
		min-width: 200px;
	}

	.tabs-vertical.tabs-line .nav-tabs-outer .nav-tabs {
		width: 100%;
		max-width: 100%;
	}

	.tabs-vertical.tabs-line .nav-item {
		padding-right: 10px;
		border-bottom: 1px solid #cecece;
		cursor: default;
	}

	.tabs-vertical.tabs-line .nav-item:first-child .nav-link span {
		padding-top: 0;
	}

	.tabs-vertical.tabs-line .nav-item+.nav-item {
		margin-top: 8px;
	}

	.tabs-vertical.tabs-line .tab-content {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 42px;
	}

	.tabs-vertical.tabs-line {
		margin-left: -50px;
	}

	.tabs-vertical.tabs-line>* {
		margin-left: 50px;
	}

	.tabs-vertical.tabs-line .nav-tabs {
		width: 370px;
		min-width: 370px;
		border-bottom: 0;
	}

	.tabs-vertical.tabs-line .nav-tabs-outer {
		width: 370px;
		border-bottom: 0;
	}

	.tabs-vertical.tabs-line .nav-tabs-outer .nav-tabs {
		width: 100%;
	}

	.tabs-vertical.tabs-line .nav-link span {
		padding: 15px 2px;
	}

	*+.tabs-line {
		margin-top: 32.9px;
	}

	*+.tab-content {
		margin-top: 28px;
	}
}

@media (min-width: 1600px) {
	.tabs-line .nav-link {
		font-size: 24px;
	}

	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 60px;
	}

	.tabs-horizontal.tabs-line .nav-link span {
		padding-bottom: 13px;
	}

	.tabs-vertical.tabs-line {
		margin-left: -90px;
	}

	.tabs-vertical.tabs-line>* {
		margin-left: 90px;
	}

	.tabs-vertical.tabs-line .nav-item+.nav-item {
		margin-top: 11px;
	}

	*+.tabs-line {
		margin-top: 47px;
	}

	*+.tab-content {
		margin-top: 40px;
	}
}

.tabs-classic .nav-link {
	padding: 7px 20px;
	color: #30373f;
}

.tabs-classic .nav-link:hover {
	color: #c18904;
}

.tabs-classic .nav-link.active {
	color: #c18904;
	background-color: #fafbff;
}

.tabs-classic *+.nav-tabs {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.tabs-classic *+.nav-tabs {
		margin-top: 21px;
	}
}

@media (min-width: 1600px) {
	.tabs-classic .nav-link {
		padding: 10px 30px;
	}

	.tabs-classic *+.nav-tabs {
		margin-top: 30px;
	}
}


/* outdooe media query */
.outdoor {
	padding: 120px 0px 0px;
}

/* OUTDOOR CSS START */
.outdoor {
	padding: 0px 0px 40px;
}

.sub-title {
	font-size: 380px;
	line-height: 0px;
	color: #fea15a08;
	font-weight: var(--bold_font);
	z-index: -1;
	position: sticky;
	transform: translateY(-115px);
	margin-bottom: 100px;
}

.flipster__item {
	z-index: 4 !important;
	margin-right: -81.8px !important;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
	transform: scale(.85) rotateY(30deg) !important;
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
	transform: scale(.85) rotateY(-31deg) !important;
}

.flipster--coverflow .flipster__item__content {
	-webkit-box-reflect: unset !important;
}

.flip-content {
	position: absolute;
	bottom: 0;
	padding: 0px 30px 30px 30px;
}

.flip-content h5 a {
	color: #ba9952;
	font-size: 22px;
	font-weight: var(--semi_bold_font);
	display: block;
}

.flip-content p {
	display: none;
	margin-bottom: 20px;
}

.flip-content a {
	display: none;
	color: #ba9952;
	font-size: var(--body_font);
	letter-spacing: 2px;
}

.flip-content .border-right {
	display: none;
}

.flipster__item--current {
	position: relative;
}

.flipster__item--current .flip-content {
	z-index: 9;
}

.outdoor img {
	border-radius: 20px;
}

.flipster__item--current .flip-content h5 a {
	font-size: 24px;
}

.flipster__item--current .flip-content p {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	font-weight: 300;
}

.flipster__item--current .flip-content a {
	display: block;
}

.flipster__item--current .flip-content .border-right {
	display: block;
}

.flipster__item--current .overlay1 {
	width: 100%;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	bottom: 0;
	border-radius: 20px;
}

.border-right {
	position: absolute;
	right: 0;
	width: 120px;
	height: 1px;
	background-color: #ba9952;
	display: inline-block;
	bottom: 23%;
}

/* OUTDOOR CSS END */
.row-20>* {
    margin-bottom: 20px;
}
.f30{font-size: 24px !important; padding-top:20px}
.pdr{padding-right: 30px !important;}
.rkb {
	padding-bottom: 80px
}

.rkbh {
	padding-bottom: 50px
}

.rkbb {
	padding: 80px 0px
}

.rkbt {
	padding-top: 25px !important
}

/* HOLIDAY CSS START */
.go {
	font-size: 400px !important;
	margin-bottom: 90px;
}

.holiday-img {
	position: relative;
}

.holiday-img img {
	max-width: 100%;
	height: auto;
	backdrop-filter: drop-shadow(0px 10px 40px rgba(254, 160, 90, 0.05));
}

.holiday-icon .play-btn {
	font-size: 20px;
	background-color: #fff;
	color: #FEA05A;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
}

.holiday .btn {
	border: 0;
}

.btn:focus {
	box-shadow: none;
}

button:focus:not(:focus-visible) {
	outline: none !important;
}

.holiday-icon {
	position: absolute;
	top: 70%;
	right: -36%;

}

.ratio>* {
	position: absolute;
	width: 80%;
	height: 70%;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -40%);
}

iframe {
	width: 100%;
	height: 400px;
	z-index: 1000;
}

.holiday-icon p {
	color: #FEA05A;
	letter-spacing: 2px;
	padding-left: 10px;
	max-width: 172px;
}

.modal-content {
	background-color: transparent;
	border: none;
	z-index: 1000000;
}

.modal {
	--bs-modal-padding: 20px 0px 0px;
	z-index: 1000000;
}

.holiday-icon .modal .btn-close {
	background-color: #FFFFFF;
	background-image: unset;
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	opacity: 1;
	position: absolute;
	right: 107px;
	border-radius: 100%;
	padding: 0px 2px 4px 2px;
	top: 44px;
	display: flex;
	justify-content: center;
	z-index: 10000;
	height: 20px;
	width: 20px;
}

.holiday-icon .btn-close i:hover {
	opacity: 1;
}

.holiday-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
}

.holiday-icon p {
	margin-top: 10px;
	padding-left: 0px;
	color: #fff !important;
	max-width: none;
	text-align: center;
	margin: 0 auto;
}

.modal-backdrop {
	--bs-backdrop-zindex: 1040;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
	z-index: 10000;
}


@media (max-width: 1000px) {

	/* holiday media query */
	.holiday-icon {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex !important;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0 auto;
	}

	.holiday-icon p {
		margin-top: 10px;
		padding-left: 0px;
		color: #fff !important;
		max-width: none;
		text-align: center;
		margin: 0 auto;
	}
}


.video {
	position: relative;
	top: -80px;
}

.pdt {
	padding: 50px 0px
}


.play-btn {
	display: inline-block;
	position: absolute;
	/* bottom: 0; */
	right: 2%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}
}

.video-main {
	position: relative;
	display: inline-block;
}

.video {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	background: #ba9952;
	z-index: 999;
	top: 0;
}

.video:hover {
	color: #30373f;
}

.play-btn1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.video-main1 {
	position: relative;
	display: inline-block;
}

.video1 {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	background: #ba9952;
	z-index: 999;
	top: 0;
}


.fa-play:before {
	content: "\f04b";
}


.card-img {
	border-radius: 0px
}

.card {
	border-radius: 0px;
	border: 0px;
}

.card1 {
	background: #ffffff none repeat scroll none repeat scroll;
	min-height: 400px;
}

.card-body h4 {
	color: #ba9952;
	text-decoration: none;
	font-weight: 600;
	font-size: 22px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
	width: 100%;
	display: flex;
}



.swiper-slide img {
	display: block;
	height: auto;
	object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
	color: #000;
}

.ratings {
	margin-right: 10px;
}

.ratings i {

	color: #cecece;
	font-size: 32px;
}

.rating-color {
	color: #fbc634 !important;
}

.review-count {
	font-weight: 400;
	margin-bottom: 2px;
	font-size: 24px !important;
}

.small-ratings i {
	color: #cecece;
}

.review-stat {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 2px;
}


.footer {
    padding: 50px 0 0px;
    background: #000000;
    color: #fff;
    position: relative;
    z-index: 11;
	min-height:50px;
	background-size: cover;
}
.fot-logo-l{width:300px; margin-bottom:20px;}
.f-bb{padding-bottom:50px;}
.footer-top {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.cont_info i {
	margin-right: 15px;
}

.cont_info span {
	overflow: hidden;
}

.footer ul li a {
	font-weight: 400;
	color: #fff;
}

.copyright_text,
.copyright_text a,
.copyright_text a:hover,
.copyright_text a:focus {
	color: #fff;
}

.copyright_text a {
	font-weight: 500;
}

.fot-logo {
	width: 220px;
}
.pd-01{padding-top:10px}
.footer .fot-title {
	position: relative;
	margin-bottom: 22px;
	color: #ba9952;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
}

.footer ul {
	list-style-type: none;
}

.footer ul li {
	line-height: 32px;
}

.footer .copyright {
	padding-top: 30px;
}

.footer .copyright p {
	margin-bottom: 0;
	font-weight: 600;

}



.footer ul {
	list-style-type: none;
	margin-left:12px
}

.footer ul li {
	line-height: 24px;
	position: relative;
}

.footer ul li a {
	font-weight: 400;
	font-size: 12px;
}

.footer a {
	transition: .5s;
}

.footer p {
  font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
	margin-bottom: 30px;
}

.footer a:hover,
.footer a:focus {
	color: #d5ac52;;
}

.foot_social_link {
	margin-top: 19px;
	display: block;
	margin-left:0px !important;
}

.foot_social_link li {
	display: inline-block;
	margin: 0 5px;
}

.footer .foot_social_link li a {
	font-size: 18px;
	color: #fff;
	transition: .5s;
}

.footer .foot_social_link li a:hover,
.footer .foot_social_link li a:focus {
	color: #000;
}

.fot-about-us {
	padding-right: 20px;
}

.subscribe-form {
	position: relative;
}

.subscribe-form button {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ba9952;
	border: 0px solid #ba9952;
	color: #fff;
	font-size: 12px;
	padding: 10px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	border-radius: 0px 4px 4px 0px;
	display: inline-block;
}

.subscribe-form button:hover,
.subscribe-form button:focus {
	background-color: #ba9952;
	border-color: #ba9952;
	color: #fff;
}

.form--control {
	border: 0px;
}

.welcome-text {
	padding: 0px 80px
}

.card-headep h3 {
	font-weight: 600
}

.become {
    border: 1px solid #f1f1f1;
    position: relative;
    max-height: 640px;
    background-size: cover;
    overflow: hidden;
}

.blog {
	border: 0px solid #f1f1f1;
	padding: 0px 0px;
	min-height: 648px;
}

.blog h2 {
	font-size: 32px;
	line-height: 36px;
}

.become-text {
	position: absolute;
	z-index: 1000;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 100px 100px;
	text-align: center;
	width: 100%
}

.become h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 270px;
    text-align: Center;
}
.become p{
padding-top: 5px;
}
.text-white22 {
    background: #fff;
    border: 0px;
    padding: 12px 20px;
    color: #000 !important;
    font-size: 14px;
}

.become h2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: Center;
    margin-bottom: 0px;
    font-weight: 300;
}
.become h3 span {
	font-size: 60px;
	font-weight: 600;
	position: relative;
	top: 15px;
}

.section-intro-contacts-text {
	margin-top: 0px;
}

.pilibhit {
	background-image: url(../images/forest-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	min-height: 860px;
}

.tiger {
	position: absolute;
	bottom: 0px;
	z-index: -1
}

.inner-page{padding-top:70px;padding-bottom: 70px;}
.inner-page-in{padding-top:80px;padding-bottom: 50px;}

/* royal Room */

.in-rom-fa { display: inline-block; margin-top: 15px; }
.in-rom-fa ul { display: grid; /* text-align: center; */ grid-template-columns: repeat(7, 1fr); grid-column-gap: 15px; }
.in-rom-fa ul li { margin: 10px 0px 20px 0;/* display: inline-table; *//* min-height: 100px; */ }
.in-rom-fa ul li span { height: 55px; width: 100%; display: grid; justify-content: center; align-items: center; }
.in-rom-fa ul li span img{ height: 40px; width: auto;}
.in-rom-fa ul li p { text-align: center; font-size: 16px; margin: 5px 0 0 0; line-height: 20px;}
.sidebar{min-height:480px;}
.stick {
    position: fixed;
    width: 42.3%;
    top: 80px;
}

.abs {
	position:static;
    bottom: 20px;
    width: 92.5%;
}

 .fclty__header {
                align-items: center;
                border-bottom: 1px solid hsla(0,0%,73%,.5);
                display: flex;
                margin-bottom: 20px;
                margin-top: 22px;
                padding-bottom: 22px
            }

            .fclty.luxe .fclty__header {
                margin-top: 30px
            }

            .fclty__header p {
                align-items: center;
                display: flex;
                flex: 1;
				    margin: 0;
            }

            .fclty__header--iconWrapper {
                align-items: center;
                border: 1px solid #ba9952;
                border-radius: 50%;
                display: flex;
                height: 48px;
                justify-content: center;
                width: 48px;
				margin-right: 8px;
            }

            .fclty.luxe .fclty__header--iconWrapper {
                background: hsla(35,86%,78%,.1);
                border-color: #edb466
            }

            .fclty__header--iconWrapper img {
                max-width: 25px
            }
.font16 {
    font-size: 16px;
    line-height: 16px;
}
.latoBold {
    font-weight: 700;
}
            .fcltyLst {
                display: grid;
                gap: 10;
                grid-template-columns: repeat(5,1fr)
            }

            .fcltyLst__popup.cm__modalWraper {
                scroll-behavior: smooth
            }

            .fcltyLst__popup .cm__modal {
                border-radius: 4px;
                max-height: calc(100% - 40px);
                overflow-y: scroll
            }

            .fcltyLst__popup .cm__modalHeader {
                border-bottom: 0;
                padding: 25px 30px 0
            }

            .fcltyLst__popup .cm__modalContent {
                padding: 0
            }

            .fcltyLst__popup__header {
                background-color: #fff;
                border-radius: 4px 4px 0 0;
                box-shadow: 0 1px 7px 0 #00000033;
                position: sticky;
                top: 0;
                z-index: 10
            }

            .fcltyLst__popup__header h3 {
                padding: 25px 30px 0
            }

            .fcltyLst__popup--content {
                padding: 24px 30px
            }

            .fcltyLst__popup--content .bkng__cvrImg .slick-slide,.fcltyLst__popup--content .bkng__cvrImg img {
                border-radius: 4px;
                height: 340px
            }

            .fcltyLst__popup--content .bkng__cvrImg .slick-slide.slick-current {
                z-index: 100
            }

            .fcltyLst__popup--content .rmDtl__amenities--list {
                display: grid;
                grid-template-columns: repeat(3,1fr);
                margin-top: 10px
            }

            .fcltyLst__popup--content .rmDtl__amenities--list li {
                margin-right: 0
            }

            .fcltyLst__popup--content .font14 {
                font-size: 15px;
                line-height: 18px
            }

            .fcltyLst__popup--content .rmDtl__amenities--list li .dtlSprite {
                margin-top: 3px
            }

            .fcltyLst__popup--tag {
                background: linear-gradient(225deg,#3a7bd5,#00d2ff);
                border-radius: 10px;
                color: #fff;
                display: inline-flex;
                font-size: 11px;
                font-weight: 700;
                padding: 4px 10px;
                text-transform: uppercase
            }

            .pupTab {
                -ms-overflow-style: none;
                border-bottom: 1px solid hsla(0,0%,88%,.4);
                display: flex;
                overflow-x: auto;
                padding-top: 24px;
                scrollbar-width: none
            }

            .pupTab::-webkit-scrollbar {
                display: none
            }

            .pupTab__item {
                cursor: pointer;
                flex-shrink: 0;
                font-size: 16px;
                padding: 0 30px 13px;
                position: relative;
                text-transform: uppercase
            }

            .pupTab__item:last-child {
                margin-right: 0
            }

            .pupTab__item.selected {
                color: #000;
                font-weight: 900
            }

            .pupTab__item.selected:after {
                background-color: #008cff;
                bottom: 0;
                content: "";
                height: 4px;
                left: 0;
                position: absolute;
                width: 100%
            }

.faq-main{
	padding: 10px 15px !important;
    border: 1px #bbb9b9 solid;
    margin-bottom: 10px;
}
.faq {
    color: #ba9952 !important;
    font-size: 12px !important;
    line-height: 22px !important;
}

.faq a {
    color: #ba9952 !important;
    font-size: 18px !important;
    line-height: 22px !important;
}
.faq1 {
    color: #ba9952 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    padding: 0px 0px;
    font-weight: 700;
}
.faq1 a {
    color: #ba9952 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*  inner pages    */

/* Hero Video */
.outter.hero-video {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  @media (max-width: 767px) {
	.outter-in.hero-video {
	  height: 700px;
	}
  }
  .hero-video .video-container {
	padding: 200px 0px 150px;
	width: 100%;
	overflow: hidden;
	position: relative;
	height:100vh;
  }
  @media (max-width: 767px) {
	.hero-video .video-container {
	  height: 700px;
	}

  }
  .hero-video video {
	object-fit: cover;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height:100vh;
  }
  @media (max-width: 767px) {
	.hero-video video {
	  height: 700px;
	}
  }
  .hero-video .video-container:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
  }
  .hero-video h1 {
	text-transform: uppercase;
	margin: 0 0 1rem;
	padding: 0;
	line-height: 1;
	color: white;
  }
  @media (max-width: 767px) {
	.hero-video h1 {
	  font-size: 32px;
	}
  }
  @media (min-width: 768px) {
	.hero-video h1 {
	  font-size: 52px;
	}
  }
  .hero-video .desc {
	color: white;
	font-weight: 400;
	font-size: 18px;
  }
  .hero-video .callout {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	width: 70%;
	margin: auto;
  }
  @media (max-width: 767px) {
	.hero-video .callout {
	  width: 90%;
	}
  }
  .hero-video .button {
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 0px;
	margin-top: 20px;
	background-color: #82bb00;
	padding: 15px 30px;
	border-radius: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
  }
  @media (max-width: 767px) {
	.hero-video .button {
	  padding: 10px 20px;
	}
  }
  .hero-video .button:hover {
	cursor: pointer;
	background-color: #6e9e01;
  }

/* Hero Video in-page */
.outter-in.hero-video-in {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  @media (max-width: 767px) {
	.outter-in.hero-video-in {
	  height: 450px;
	}
  }
  .hero-video-in .video-container {
	height: 550px;
	width: 100%;
	position: relative;
	overflow: hidden;
  }
  @media (max-width: 767px) {
	.hero-video-in .video-container {
	  height: 450px;
	}
  }
  .hero-video-in video {
	object-fit: cover;
	position: absolute;
	height: 550px;
	width: 100%;
	top: 0;
	left: 0;
  }
  @media (max-width: 767px) {
	.hero-video-in video {
	  height: 450px;
	}
  }
  .hero-video-in .video-container:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
  }
  .hero-video-in h1 {
	text-transform: uppercase;
	margin: 0 0 1rem;
	padding: 0;
	line-height: 1;
	color: white;
  }
  @media (max-width: 767px) {
	.hero-video-in h1 {
	  font-size: 32px;
	}
  }
  @media (min-width: 768px) {
	.hero-video-in h1 {
	  font-size: 42px;
	}
  }
  .hero-video-in .desc {
	color: white;
	font-weight: 400;
	font-size: 18px;
  }
  .hero-video-in .callout {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	width: 70%;
	margin: auto;
  }
  @media (max-width: 767px) {
	.hero-video-in .callout {
	  width: 90%;
	}
  }
  .hero-video-in .button {
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 0px;
	margin-top: 20px;
	background-color: #82bb00;
	padding: 15px 30px;
	border-radius: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
  }
  @media (max-width: 767px) {
	.hero-video-in .button {
	  padding: 10px 20px;
	}
  }
  .hero-video-in .button:hover {
	cursor: pointer;
	background-color: #6e9e01;
  }
  .blog1 {
   margin-bottom:30px
}
.blog1 h3{line-height:36px}

 .rk-white{color:#fff !important}
 .rk-white span{color:#fff !important}
 .black{color:#000 !important}
 .black:hover{color:#ba9952 !important}
 .top-in{color:#fff !important}
 .top-in ul li{color:#fff !important}
 .top-in ul li a{color:#fff !important}
 .top-in ul li a:hover{color:#ba9952 !important}
 .top-white{color:#fff !important}
 .top-white ul li{color:#000 !important}
 .top-white ul li a{color:#000 !important}
 .top-white ul li a:hover{color:#000 !important}

/*  book form  */
.inner-page-book{padding:50px 0px 70px}
div.elem-group {
  margin: 10px 0 15px;
}

div.elem-group.inlined {
  width: 50%;
  display: inline-block;
  float: left;
  margin-left: 0%;
}

label {
  display: block;
  padding-bottom:5px;
  font-size: 1.15em;
  font-weight:600;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.15em;
  width: 97%;
  padding: 8px 10px;
  border-radius:5px;
}

div.elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

.fluentform .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.score {
  display: block;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  margin-top:15px;
  margin-bottom:0px;
}

.score-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}

.score .stars-active {
  color: #EEBD01;
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.score .stars-inactive {
  color: grey;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  /* overflow: hidden; */
}

.inner-page-in1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-ujarak-n{line-height: 14px;}
.border {
    border: var(--bs-border-width) var(--bs-border-style) #ba9952 !important;
}
.rkmenu{}
.rkmenu ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  font-weight: bolder;
  padding: 0;
}

.rkmenu .image_wrapper {
  position: relative;
}

.rkmenu img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.overlay {
    position: relative;
    height: 100%;
    width: 93.8%;
    transition: .3s ease;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 10px;
    z-index: 1000000;
}
.overlay h3{color:#fff; font-size: 20px; padding-bottom:0px;font-weight:600;}
.overlay p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 2px;
    padding-right: 70px;
}
.mbtn{    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,35%);
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
	width:100%;
	text-align:left
}
.row-pad{padding-top:30px}
.mbtn1{    
    color: #fff;
    padding: 2px 0px;
    font-size: 14px;
}
.mbtn1:hover{color: #fff;} 

.name-bss{    
border: 1px solid #bc9a55;
border-top: 0px;
font-weight: bold;
padding: 10px 5px;
}
.title-01{    
border: 1px solid #bc9a55;
border-top: 0px;
font-weight: bold;
padding: 5px 5px;
text-align:center;
line-height: 20px;
min-height: 50px;
}
.title-02{    
border: 1px solid #bc9a55;
border-top: 0px;
font-weight: bold;
padding: 15px 5px;
text-align:center;
line-height: 20px;
min-height: 50px;
}
.near-visit{text-align:Center}
.near-visit h5{color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    line-height: 16px;
    font-size: 14px;}
.near-visit p{color:#fff;text-align: center;margin: 0px;font-size: 12px;}


/*-----Testimonial-------*/
.testimonial {
    min-height: 375px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
    overflow: hidden;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 22px !important;
}
.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background:#fff3e0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}
.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}
.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}
.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial4_slide {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    padding: 0px 20px;
    position: relative;
    text-align: center;
    font-size: 14px;
}
.testimonial4_slide img {
    width: 40px;
    height: 40px;
    margin: auto;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    margin: 10px;
    border-radius: 50%;
}
.testimonial4_slide p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    margin: 0px 0 0px 0;
}
.testimonial4_slide h4 {
    color: #000;
    font-size: 18px;padding-top:10px;
}
.testimonial .carousel {
    padding-bottom: 50px;
}
.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
.line-v {
    background: url(../images/line-v.png) no-repeat right
}
.review{padding-bottom:90px}
.stachu{}
.stachu img{width:100%;}


.photo-pad{padding-top:30px;}
.stick{display:none}

.bx{
	position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
}
.banner-height{min-height: 600px;}