/* HEADLINE */
.section-headline h1 {
    font-size: 100px;
    font-family: 'Abel';
    color: #000;
    line-height: 1.1;
}
.section-headline h2 {
    font-size: 60px;
    font-family: 'Abel';
    line-height: 1.1;
}
.section-headline .span-1 {
    font-size: 20px;
    color: #b68a1f;
    text-transform: uppercase;
    letter-spacing: 3px;
}
@media (max-width: 1680px) {
	.section-headline h1 {
		font-size: 80px;
	}
	.section-headline h2 {
		font-size: 54px;
	}
}
@media (max-width: 1080px) {
	.section-headline h1 {
		font-size: 60px;
	}
	.section-headline h2 {
		font-size: 50px;
	}
}
@media (max-width: 520px) {
	.section-headline h1 {
		font-size: 52px;
	}
	.section-headline h2 {
		font-size: 40px;
	}
}
/* END HEADLINE HOMEPAGE */


/* BUTTON */
.ry-btn {
	font-size: 14px !important;
	font-family: 'Jost';
	letter-spacing: initial;
	text-transform: uppercase;
	line-height: 49px !important;
	height: 50px;
	border: unset !important;
	padding: 0 40px !important;
	box-shadow: unset !important;
	max-width: max-content !important;
}
.ry-btn.ry-btn-primary.btn-white {
	background: #fff;
	color: #000;
}
.ry-btn.ry-btn-primary.btn-white:hover {
	color: #fff;
}
button.ry-btn.ry-btn-primary:hover,
.ry-btn.ry-btn-primary[type="submit"]:hover {
	background: #b68a1f !important;
}
/* END BUTTON */

/* MENU */
.module-46 .ry-right {
    width: auto;
}

.module-46 .ry-right .button-group {
    display: flex;
    margin-right: 50px;
}
.module-46 .ry-right .button-group a {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}
.module-46 .ry-right .button-group .svg-wrapper {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: #000;
    border-radius: 50%;
}
.module-46 .ry-right .button-group svg {
    width: 18px;
    fill: #fff;
}
.module-46 .ry-right .button-group .text-wrapper {
    display: flex;
    flex-direction: column;
    font-weight: 600;
}
.module-46 .ry-right .button-group .text-wrapper span {
    font-size: 14px;
    font-weight: 400;
}
.module-46 .hamburger {
    width: auto;
    height: auto;
    background: transparent !important;
    top: unset;
}

.module-46 .hamburger:before {
    background: transparent !important;
    font-size: 30px;
    width: auto;
    height: auto;
}
#menu_container .mm-listview li a {
	font-size: 20px !important;
	letter-spacing: initial !important;
}
.module-46 .ry-logo {
	position: relative;
	top: -10px;
}
.module-46.fixed {
	top: 0;
	padding-top: 40px;
	background: rgba(255,255,255,0.7);
}
@media (max-width: 1800px) {
	#mobile_menu {
		max-width: 440px;
	}
}
@media (max-width: 1366px) {
	.module-46 .ry-right .button-group {
		margin-right: 30px;
	}
	.module-46 .ry-right .button-group a {
		margin-left: 20px;
	}
}
@media (max-width: 1080px) {
	.module-46 {
		display: none;
	}
	#ry-header .hidden-lg {
		display: block !important;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
		width: 17px;
		fill: #fff;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
		margin-right: 10px;
	}
}
@media (max-width: 520px) {
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
		width: 14px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width: 35px;
		height: 35px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
		margin-right: 5px;
	}
	.mobile-container {
		padding: 20px 0;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 180px;
	}
	.mobile-container .mobile-nav button .hamburger-box {
		width: 30px;
	}
	.mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-container .mobile-nav button .hamburger-inner:before, 
	.mobile-container .mobile-nav button .hamburger-inner:after {
		width: 30px;
	}
}
/* END MENU */


/* HERO */
.module-hero {
	position: relative;
	z-index: 1;
}
.module-hero .hero-image .item .text-center, .module-hero .hero-image .item .text-center img {
    height: 100vh;
    object-fit: cover;
    min-height: 700px;
}
.module-hero .carousel-control {
    display: none;
}
.module-hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
	transform: translate(0, -50%);
	z-index: 2;
}
.module-hero .hero-content .ry-container {
    display: flex;
    justify-content: flex-end;
}
.module-hero .hero-content .ry-container .ry-content {
    max-width: 560px;
}
.module-hero .hero-content .ry-container h1 {
	text-align: left;
	text-transform: uppercase;
}
.module-hero .hero-content .ry-container p {
    margin: 20px 0 40px;
    font-size: 30px;
    font-family: 'Jost';
    font-weight: 300;
    text-align: left;
    color: #000;
}
@media (max-width: 1680px) {
	.module-hero .hero-content .ry-container p {
		font-size: 24px;
		line-height: 1.4;
	}
	.module-hero .hero-content .ry-container .ry-content {
		max-width: 420px;
	}
}
@media (max-width: 1480px) {
	.module-hero:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 70%;
		height: 100%;
		background: linear-gradient(to right, #99651400, #ffffff) !important;
		z-index: 1;
	}
	.module-hero:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 40%;
		background: linear-gradient(to top, #99651400, #ffffff) !important;
		z-index: 1;
	}
}
@media (max-width: 1080px) {
	.module-hero .hero-image .item .text-center, 
	.module-hero .hero-image .item .text-center img {
		height: auto;
		min-height: auto;
	}
	.module-hero:before {
		opacity: 0;
	}
	.module-hero .hero-content {
		position: relative;
		top: unset;
		transform: unset;
		padding: 60px 0;
	}
	.module-hero .hero-content .ry-container .ry-content {
		max-width: 100%;
	}
	.module-hero .hero-content .ry-container h1 {
		text-align: center;
		line-height: 1;
	}
	.module-hero .hero-content .ry-container p {
		text-align: center;
		margin-bottom: 20px;
	}
	.module-hero .hero-content .ry-container .ry-content .section-headline {
		text-align: center;
	}
	.module-hero {
		margin-top: 85px;
	}
	.module-hero:before,
	.module-hero:after {
		opacity: 0;
	}

}
@media (min-width: 2300px) {
	.module-hero .hero-content .ry-container {
		max-width: 2000px;
	}
}
/* END HERO */
/* SHOP */
.module-shop {
    padding: 160px 0 200px;
}
.module-shop .ry-container .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module-shop .section-headline h2 {
    text-transform: uppercase;
}
.module-shop .shop-item-wrapper {
    padding: 75px 0 50px;
    max-width: 1170px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.module-shop .shop-item-wrapper .swiper-slide .photo {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-shop .shop-item-wrapper .swiper-slide .photo img {
    width: 90%;
	transition: .2s;
}
.module-shop .shop-item-wrapper .swiper-slide .product-description {
    text-align: center;
}
.module-shop .shop-item-wrapper .swiper-slide .product-description p {
    text-align: center;
    clear: both;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Abel';
    margin-bottom: 10px;
}
.module-shop .shop-item-wrapper .swiper-slide .product-description h6 {
    text-align: center;
    font-size: 20px !important;
    font-family: 'Jost';
    font-weight: 300;
    color: #888888;
    margin-bottom: 20px;
}
.module-shop .shop-item-wrapper .swiper-scrollbar-drag {
  background-color: #000;
  position: relative;
}

.module-shop .shop-item-wrapper .swiper-scrollbar-drag:before {
  content: '';
  background-color: #000;
  position: relative;
  left: -99vw;
  top: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100vw;
  z-index: 999;
}
.module-shop .shop-item-wrapper .custom-scroll {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 11px;
    overflow: hidden;
    max-width: 940px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 20px;
}
.module-shop .shop-item-wrapper .custom-scroll .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
    width: 100%;
    height: 20px;
}
.module-shop .shop-item-wrapper .swiper-slide {
	transition: .2s;
	padding: 60px 0;
	border: 1px solid rgba(0,0,0,0);
}
.module-shop .shop-item-wrapper .swiper-slide:not(:hover) .ry-btn {
    opacity: 0;
}
.module-shop .shop-item-wrapper .swiper-slide:hover .photo img {
    transform: scale(.8);
    transition: .2s;
}
.module-shop .shop-item-wrapper .swiper-slide:hover {
	border: 1px solid #b68a1f;
	transition: .2s;
}
@media (max-width: 767px) {
	.module-shop .shop-item-wrapper .swiper-slide .photo {
		height: auto;
	}
	.module-shop .shop-item-wrapper .swiper-slide .photo img {
		max-width: 360px;
		width: 90%;
	}
}
/* END SHOP */

/* ABOUT */
.module-about {
	padding: 160px 0 200px;
	margin-top: -150px;
    background: linear-gradient(to bottom, #fff, #fdfdfd, #d5d2ca);
}
.module-about .ry-each {
    max-width: 50%;
    width: 100%;
}
.module-about .ry-each:nth-child(1) {
    padding: 100px 8.333vw;
}
.module-about .ry-each .text-block {
    padding: 0 60px 0 0;
}
.module-about .ry-each .text-block p {
	font-size: 20px;
}
.module-about .ry-each .text-block .section-headline h2 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.module-about .ry-each .text-block .button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.module-about .ry-each .text-block .button-wrapper .ry-btn {
    max-width: 310px;
    margin: 5px;
    min-width: 310px;
}
.module-about .ry-each:nth-child(2) {
    display: flex;
    align-items: flex-end;
}
.module-about .ry-each .photo-background, 
.module-about .ry-each .photo-background img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 52vh;
    object-fit: cover;
}
.module-about .ry-each .photo {
    width: 60%;
	min-width: 620px;
    padding: 13px;
    background: #fff;
    border: 1px solid #b68a1f;
    position: relative;
    left: -8.33vw;
}
@media (max-width: 1680px) {
	.module-about .ry-each .photo {
		top: -3vw;
	}
}
@media (max-width: 1366px) {
	.module-about .ry-each .text-block {
		padding: 0 20px;
	}
	.module-about .ry-each .photo {
		top: -6vw;
	}
}
@media (max-width: 1280px) {
	.module-about .ry-each .text-block {
		padding: 0 20px;
	}
	.module-about .ry-each:nth-child(1) {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.module-about .ry-each .photo {
		left: -5vw;
	}
	.module-about .ry-each .photo {
		min-width: 500px;
	}
}
@media (max-width: 1080px) {
	.module-about {
		padding: 100px 0 0;
	}
	.module-about .ry-flex {
		flex-direction: column;
		align-items: center;
	}
	.module-about .ry-each:nth-child(1) {
		padding: 0;
		margin-bottom: 60px;
		max-width: 100%;
	}
	.module-about .ry-each {
		max-width: 100%;
	}
	.module-about .ry-each:nth-child(2) {
		max-width: 100%;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.module-about .ry-each .photo-background, 
	.module-about .ry-each .photo-background img {
		position: relative;
	}
	.module-about .ry-each .photo {
		left: 0;
		min-width: unset;
		width: 80%;
		top: -15vw;
	}
}
/* END ABOUT */

/* OFFER */
.module-offer {
    padding: 12vw 0;
}
.module-offer .background-image, 
.module-offer .background-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-offer .ry-container {
    display: flex;
    justify-content: center;
}
.module-offer .ry-content {
    max-width: 680px;
}
.module-offer .ry-content .section-headline h2 {
    color: #fff;
}
.module-offer .ry-text p {
    margin: 10px 0 40px;
    color: #fff;
    font-family: 'Jost';
    font-weight: 300;
}
@media (max-width: 1080px) {
	.module-offer .background-image, 
	.module-offer .background-image img {
		object-position: 10%;
	}
	.module-offer {
		padding: 120px 0;
	}
}
/* END OFFER */

/* BRAND */
.module-brand {
    padding: 150px 0 180px;
    background: #000;
    margin-top: -1px;
}
.module-brand .ry-section-headline {
    margin-bottom: 50px;
}
.module-brand .brand-carousel .swiper-wrapper {
    align-items: center;
}
.module-brand .brand-carousel .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.module-brand .brand-carousel .swiper-wrapper .swiper-slide img {
    max-width: 180px;
    max-height: 90px;
    object-fit: contain;
}
.brand-wrapper .brand-carousel {
    padding: 0 2vw;
}
.module-brand .swiper-button-prev, 
.module-brand .swiper-button-next {
    background: transparent;
    width: 15px;
    height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 70%;
	transform: translate(0, -50%);
}
.module-brand .swiper-button-prev:before, 
.module-brand .swiper-button-next:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.module-brand .swiper-button-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.module-brand .swiper-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
}
.module-brand .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}
/* END BRAND */

/* SERVICES */
.module-services {
    padding: 135px 0 145px;
}
.module-services .background-image,
.module-services .background-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.module-services .ry-flex .ry-each {
    max-width: 270px;
}
.module-services .ry-flex .ry-each .each-block:not(:last-child) {
    margin-bottom: 60px;
}
.module-services .ry-flex .ry-each .each-block h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.module-services .ry-flex .ry-each .each-block h4:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
    top: 3px;
    background-size: cover;
    right: -30px;
}
.module-services .ry-flex .ry-each:nth-child(2) .each-block h4:after {
    right: unset;
    left: -30px;
}
.module-services .ry-flex .ry-each .each-block ul {
    list-style: none;
    padding-left: 0;
}
.module-services .ry-flex .ry-each .each-block ul li {
    margin-bottom: 2px;
}
.module-services .ry-flex .ry-each .each-block ul li, 
.module-services .ry-flex .ry-each .each-block ul li p, 
.module-services .ry-flex .ry-each .each-block ul li a {
    font-size: 20px;
    font-weight: 300;
}
.module-services .ry-flex .ry-each:nth-child(1) .each-block, 
.module-services .ry-flex .ry-each:nth-child(1) .each-block ul li,
.module-services .ry-flex .ry-each:nth-child(1) .each-block ul li p {
    text-align: right;
}
.module-services .ry-flex .ry-each .each-block ul li a:hover {
    color: #b68a1f;
}
@media (max-width: 1480px) {
	.module-services .background-image, 
	.module-services .background-image img {
		width: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		object-fit: contain;
		object-position: bottom;
		background: #ebe7e4;
	}
}
@media (max-width: 1200px) {
	.module-services .ry-container {
		max-width: 95%;
	}
}
@media (max-width: 1080px) {
	.module-services {
		padding: 100px 0 60vw;
	}
	.module-services .background-image, 
	.module-services .background-image img {
		width: 160%;
	}
	.module-services .ry-flex .ry-each {
		max-width: 100%;
	}

	.module-services .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-services .ry-flex .ry-each .each-block h4 {
		text-align: center;
	}
	.module-services .ry-flex .ry-each:nth-child(1) .each-block,
	.module-services .ry-flex .ry-each:nth-child(1) .each-block ul li,
	.module-services .ry-flex .ry-each:nth-child(1) .each-block ul li p,
	.module-services .ry-flex .ry-each .each-block ul li, 
	.module-services .ry-flex .ry-each .each-block ul li p, 
	.module-services .ry-flex .ry-each .each-block ul li a {
		text-align: center;
	}
	.module-services .ry-flex .ry-each .each-block,
	.module-services .ry-flex .ry-each .each-block:not(:last-child) {
		margin-bottom: 40px;
	}
	.module-services .ry-flex .ry-each .each-block h4:after {
		opacity: 0;
	}
}
@media (min-width: 2300px) {
	.module-services .ry-container {
		max-width: 2000px;
	}
}
/* REVIEWS */
.module-reviews .background-image, 
.module-reviews .background-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-reviews .ry-content {
    padding: 210px 0 220px;
	max-width: 780px;
	width: 60%;
}
.module-reviews .section-headline h2 {
    text-transform: uppercase;
}
.module-reviews .ry-content .review-comment {
    padding: 35px 0 30px;
}
.module-reviews .ry-content .review-comment p {
    max-width: 580px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}
.module-reviews .ry-content .review-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.module-reviews .ry-content .review-name .rate-star {
    display: flex;
    justify-content: center;
    align-items: center;
}
.module-reviews .ry-content .review-name .rate-star svg {
    width: 20px;
    fill: #b68a1f;
    margin: 0 2px;
}
.module-reviews .ry-content .review-name h5 {
    margin-top: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.module-reviews .slick-dots {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 0;
    list-style: none;
}
.module-reviews .slick-dots li {
	line-height: 0;
	margin: 10px 0;
}
.module-reviews .slick-dots li:not(.slick-active) {
    opacity: .5;
}
.module-reviews .slick-dots li button {
    background: #000;
    border-radius: 50%;
    text-indent: -999999px;
    width: 10px;
	height: 10px;
	border: unset;
	padding: 0;
}
@media (max-width: 1080px) {
	.module-reviews:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #dce5ee, #dde5ee, #fcfcfc, #fcfcfc);
	}
	.module-reviews .background-image,
	.module-reviews .background-image img {
		height: 72vw;
		top: unset;
		bottom: 0;
		object-position: 70%;
	}
	.module-reviews .ry-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.module-reviews .ry-content {
		width: 100%;
		padding-top: 100px;
		padding-bottom: 70vw;
	}
}
@media (min-width: 2000px) {
	.module-reviews .background-image, 
	.module-reviews .background-image img {
		object-position: top;
	}
}
/* END REVIEWS */



/* footer */
.module-footer {
    padding: 0 0 100px;

}
.module-footer .ry-content .ry-flex {
    flex-direction: row-reverse;
}
.module-footer .ry-each {
    max-width: 50%;
    width: 100%;
}
.module-footer .ry-each:nth-child(1) {
	padding: 100px 8.333vw 70px;
}
.module-footer .ry-each .text-block {
	padding: 0 60px;
}
.module-footer .ry-each .text-block p {
	font-size: 20px;
}
.module-footer .ry-each .text-block .section-headline h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.module-footer .ry-each .text-block .section-headline:hover a {
	color: #b68a1f !important;
}
.module-footer .ry-each .text-block .button-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0;
}
.module-footer .ry-each .text-block .button-wrapper .phone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 30px 0 20px;
}
.module-footer .ry-each .text-block .button-wrapper .phone:before {
	content: "\f095";
	font-family: 'FontAwesome';
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}

.module-footer .ry-each .text-block .button-wrapper .ry-btn {
	max-width: 310px;
	margin: 0;
	min-width: 310px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.module-footer .ry-each:nth-child(2) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.module-footer .ry-each .text-block .hour-wrapper {
    margin: 50px auto;
    max-width: 300px;
}
.module-footer .ry-each .text-block .hour-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.module-footer .ry-each .text-block .hour-wrapper ul li {
    display: flex;
    font-weight: 300;
    color: #000;
}
.module-footer .ry-each .text-block .hour-wrapper ul li .span-1 {
    min-width: 130px;
}
.module-footer .ry-each .text-block .social-custom .social-icons {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.module-footer .ry-each .text-block .social-custom .social-icons li {
    margin: 0;
    width: auto;
    height: auto;
}
.module-footer .ry-each .text-block .social-custom .social-icons li a {
    width: 50px;
    height: 50px;
    color: #fff;
    margin: 0 10px;
}
.module-footer .ry-each .text-block .social-custom .social-icons li a svg {
    /* fill: #fff; */
    width: 17px;
}
.module-footer .ry-each .text-block .social-custom .social-icons li a:hover {
    background: #000;
}
.module-footer .ry-each .text-block .social-custom .social-icons li a:hover svg {
    fill: #fff;
}
.module-footer .ry-each .photo-background, 
.module-footer .ry-each .photo-background img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	height: 52vh;
    object-fit: cover;
}
.module-footer .ry-each .photo {
	width: 60%;
	min-width: 620px;
	padding: 13px;
	background: #fff;
	border: 1px solid #b68a1f;
	position: relative;
	right: -8.33vw;
	top: -50px;
}
.module-footer .button-wrapper a.phone:hover {
    color: #b68a1f;
}
.footer-bottom {
    padding: 40px 0;
    background: #000;
}
.footer-bottom .ry-block {
    display: flex;
    justify-content: space-between;
}
.footer-bottom .ry-block .text-wrap {
    opacity: .6;
}
.footer-bottom .ry-block .text-wrap p, 
.footer-bottom .ry-block .text-wrap p span, 
.footer-bottom .ry-block .text-wrap a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.footer-bottom .ry-block .logo-wrap {
	max-width: max-content;
}
.footer-bottom .ry-block .logo-wrap .powered {
	display: flex;
	color: #fff;
}
.footer-bottom .ry-block .logo-wrap .powered span {
	font-size: 16px;
	font-weight: 400;
	opacity: .6;
	margin-right: 5px;
}
.footer-bottom .powered-by {
    position: relative;
    top: 3px;
}

@media (max-width: 1366px) {
	.module-footer .ry-each .text-block {
		padding: 0 20px;
	}
}
@media (max-width: 1280px) {
	.module-footer .ry-each .text-block {
		padding: 0 20px;
	}
	.module-footer .ry-each:nth-child(1) {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.module-footer .ry-each .photo {
		right: -5vw;
	}
	.module-footer .ry-each .photo {
		min-width: 500px;
	}
}
@media (max-width: 1080px) {
	.module-footer {
		padding: 0;
	}
	
	.module-footer .ry-flex {
		flex-direction: column;
		align-items: center;
	}
	.module-footer .ry-content .ry-flex {
		flex-direction: column-reverse;
	}
	.module-footer .ry-each:nth-child(1) {
		padding: 0;
		margin-bottom: 60px;
		max-width: 100%;
		margin-top: 0;
	}
	.module-footer .ry-each {
		max-width: 100%;
	}
	.module-footer .ry-each:nth-child(2) {
		max-width: 100%;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: 0;
	}
	.module-footer .ry-each .photo-background, 
	.module-footer .ry-each .photo-background img {
		position: relative;
	}
	.module-footer .ry-each .photo {
		left: 0;
		min-width: unset;
		width: 80%;
		top: -70px;
		right: 0;
	}
	.footer-bottom .ry-block {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-bottom .ry-block .text-wrap p {
		text-align: center;
		margin-bottom: 10px;
	}
}
@media (min-width: 1081px) {
	.footer-bottom .ry-block .logo-wrap {
		position: relative;
		bottom: -3px;
	}
	.footer-bottom .ry-block .text-wrap {
		width: 70%;
	}
}
@media (min-width: 2000px) {
	.module-footer .ry-each .photo-background, 
	.module-footer .ry-each .photo-background img {
		height: 40vh;
	}
	.module-footer .ry-each .photo {
		top: 2vw;
	}
}
/* END footer */

/* INNER */
body.default a:not(.ry-btn):not(.fa):not(.btn):hover {
    color: #b78d27;
}
#ry-sidebar #accordion .ry-drop-nav a:hover {
    color: #b68a1f;
}
.module-314 .ry-left p .ry-btn {
	margin-top: 10px;
}
#ry-pg-banner .ry-bnr-wrp {
    height: 500px;
}
#ry-sidebar #accordion .ry-link-item > a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
@media (max-width: 1440px) {
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 85%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
	.module-46 .ry-right {
		max-width: unset !important;
		width: auto !important;
	}

}
@media (max-width: 1080px) {
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 85px;
	}
	#ry-pg-header .hidden-lg {
		display: block !important;
	}
}

.sticky-global {
    position: fixed;
    bottom: 0;
    width: 200px;
    /* height: 100px; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #d4cab4;
    bottom: 80px;
    right: 0;
	overflow: hidden;
	padding: 20px 10px;
	z-index: 9999;
}

.sticky-global img {
    width: 100%;
}

.sticky-global img {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.sticky-global a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sticky-global p {
    width: 80%;
    text-align: left;
    line-height: 1;
    font-size: 14px;
}

.sticky-global p span {
    font-size: 16px;
    text-transform: uppercase;
}

.sticky-global p span svg {
    width: 15px;
    fill: #000;
    margin-left: 5px;
}
/* CHANGES */