@font-face {
    font-family: 'Avenir-Roman';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Avenir-Book';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: 350;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'prataregular';
    src: url('../fonts/prata-regular.eot');
    src: url('../fonts/prata-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prata-regular.woff2') format('woff2'),
         url('../fonts/prata-regular.woff') format('woff'),
         url('../fonts/prata-regular.ttf') format('truetype'),
         url('../fonts/prata-regular.svg#prataregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'butlerblack';
    src: url('../fonts/butler_black.eot');
    src: url('../fonts/butler_black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/butler_black.woff2') format('woff2'),
         url('../fonts/butler_black.woff') format('woff'),
         url('../fonts/butler_black.ttf') format('truetype'),
         url('../fonts/butler_black.svg#butlerblack') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National';
    src: url('../fonts/National-Bold.eot');
    src: url('../fonts/National-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/National-Bold.woff2') format('woff2'),
         url('../fonts/National-Bold.woff') format('woff'),
         url('../fonts/National-Bold.ttf') format('truetype'),
         url('../fonts/National-Bold.svg#NationalBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'National';
    src: url('../fonts/National-Regular.eot');
    src: url('../fonts/National-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/National-Regular.woff2') format('woff2'),
         url('../fonts/National-Regular.woff') format('woff'),
         url('../fonts/National-Regular.ttf') format('truetype'),
         url('../fonts/National-Regular.svg#NationalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {    
    padding: 0;
    margin: 0;
    color: #333333;
    letter-spacing: normal;
    font-size: 18px;
    line-height: 1.667;
    font-weight: normal;
    font-style: normal;
    font-family: 'Avenir-Roman';
}


h1,h2,h3,h4,h5,h6{
    margin: 0 0 20px 0;
    line-height: normal;
    font-weight: normal;
    color: #a18f5c;
    font-family: 'prataregular';
}

h1,
span.maxtitle-1,
h1.maxtitle-1,
h1.maxtitle-1,
h2.maxtitle-1,
h3.maxtitle-1,
h4.maxtitle-1,
h5.maxtitle-1,
h6.maxtitle-1 {
    font-size: 62px;
    line-height: 67px;
}

h2,
h1.maxtitle-2,
h2.maxtitle-2,
h3.maxtitle-2,
h4.maxtitle-2,
h5.maxtitle-2,
h6.maxtitle-2  {
    font-size: 45px;
    line-height: 1.001;
    color: #91263d;
}

h3,
h1.maxtitle-3,
h2.maxtitle-3,
h3.maxtitle-3,
h4.maxtitle-3,
h5.maxtitle-3,
h6.maxtitle-3  {
    font-size: 30px;
    line-height: 1.001;
}


h4,
h1.maxtitle-4,
h2.maxtitle-4,
h3.maxtitle-4,
h4.maxtitle-4,
h5.maxtitle-4,
h6.maxtitle-4 {
    font-size: 28px;
    line-height: 1.429;
}

h5,
h1.maxtitle-5,
h2.maxtitle-5,
h3.maxtitle-5,
h4.maxtitle-5,
h5.maxtitle-5,
h6.maxtitle-5 {
    font-size: 20px;
    line-height: 1.2;
}
h6,
h1.maxtitle-6,
h2.maxtitle-6,
h3.maxtitle-6,
h4.maxtitle-6,
h5.maxtitle-6,
h6.maxtitle-6 {
    font-size: 18px;
    line-height: 1.2;
}

p{  
    margin: 0 0 20px 0;
}
strong {
    font-weight: bold;
}
b {
    
}
ul , ol{
    padding: 0px 0 0 40px;
    margin: 0 0 20px;
}
ul li , ol li{
    margin: 0 0 0;
    padding: 0px;
}
a {
    color: #a18f5c;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a, a:visited, a:focus{
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #a18f5c;
}    
img{
    max-width: 100%;
}
input, textarea, a, img {
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
textarea {
    resize: none;
}
button,button:focus {
    outline: none;
    box-shadow: none;
}
section:before, section:after{
    clear: both;
    display: table;
    content: "";
}
section{
    position: relative;
    clear: both;
    padding: 100px 0;
    display: inline-block;
    float: left;
    width: 100%;
    z-index: 1;
    /*overflow: hidden;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*input[type="text"] , input[type="password"] , input[type="email"] , input[type="url"] , input[type="phone"] , textarea{
    border: 1px solid #58646a;
    width: 100%;
    padding: 0 20px;
    background: #ffffff;
    //height: 42px;
}*/

/*textarea{
    height: 150px;
    resize: none;
    padding: 20px;
}*/
table{  
    margin-bottom: 0px;/*
    overflow-x: auto;*/
}
td,th{
    padding: 10px 20px;
    border-right: 1px solid #e1e1e1;
    background: #fff;
}
tr th:first-child , tr td:first-child{
}
th,tr{  
    border: 1px solid #e1e1e1;
}
.max-title-1 h1,
.max-title-1 h2,
.max-title-1 h3,
.max-title-1 h4,
.max-title-1 h5,
.max-title-1 h6 {
    font-size: 89px;
    line-height: 94px;
}

.max-title-2 h1,
.max-title-2 h2,
.max-title-2 h3,
.max-title-2 h4,
.max-title-2 h5,
.max-title-2 h6 {
    font-size: 52px;
    line-height: 74px;
}

.max-title-3 h1,
.max-title-3 h2,
.max-title-3 h3,
.max-title-3 h4,
.max-title-3 h5,
.max-title-3 h6 {
    font-size: 32px;
    line-height: 1.437;
}

.max-title-4 h1,
.max-title-4 h2,
.max-title-4 h3,
.max-title-4 h4,
.max-title-4 h5,
.max-title-4 h6 {
    font-size: 25px;
    line-height: 32px;
}

.max-title-5 h1,
.max-title-5 h2,
.max-title-5 h3,
.max-title-5 h4,
.max-title-5 h5,
.max-title-5 h6 {
    font-size: 18px;
    line-height: 26px;
}

.max-title-6 h1,
.max-title-6 h2,
.max-title-6 h3,
.max-title-6 h4,
.max-title-6 h5,
.max-title-6 h6 {
    font-size: 14px;
    line-height: 20px;
}
.btn-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.btn-outer.right-align {
    text-align: right;
}
.btn-outer.right-align .main-btn {
    float: right;
}
.btn-outer.center-align {
    text-align: center;
}
.main-btn {
    position: relative;
    display: inline-block;
    padding: 15px 37px 10px;
    background-color: transparent; 
    border-radius: 0;
    border: 1px solid #9b8956;
    color: #9b8956;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    font-size: 17px;
    line-height: 24px;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'prataregular';
    font-weight: normal;
}
.main-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #91263d;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main-btn:hover {
    color: #ffffff;
    border-color: #91263d;
}
.main-btn:focus {
    outline: none;
}
.main-btn:hover span {
    width: 225%;
    height: 562.5px;
}
.content-title,
.content-row,
.content-info,
.content-blog,
.content-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-blog {
	z-index: 2;
}
.content-middle .row > [class^="col-"] {
    align-self: center;
}
.content-bottom .row > [class^="col-"] {
    align-self: flex-end;
}
.content-img.center-align,
.content-info.center-align,
.content-title.center-align {
    text-align: center;
}
.content-img.right-align,
.content-info.right-align,
.content-title.right-align {
    text-align: right;
}
.equal-column > .row > [class^="col-"] {
    flex: 1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.grid-50 .row {
    margin: 0 -50px;
}
.grid-50 .row > [class^="col-"]{
    padding: 0 50px;
}
.grid-35 .row {
    margin: 0 -35px;
}
.grid-35 .row > [class^="col-"]{
    padding: 0 35px;
}
.grid-18 .row {
    margin: 0 -18px;
}
.grid-18 .row > [class^="col-"]{
    padding: 0 18px;
}
.grid-10 .row {
    margin: 0 -10px;
}
.grid-10 .row > [class^="col-"]{
    padding: 0 10px;
}
.grid-6 .row {
    margin: 0 -6.5px;
}
.grid-6 .row > [class^="col-"]{
    padding: 0 6.5px;
}
.text-up {
    text-transform: uppercase;
}

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color {
    color: #ffffff;
}
.black-color {
    color: #000000;
}
.red-color {
    color: #91263d;
}
.light-pink-color {
    color: #fcf9f9 !important;
}
.gold-color {
    color: #a18f5c;
}
.bg-red {
    background-color: #91263d;
}
.bg-gold {
    background-color: #a18f5c;
}
.bg-skeen {
    background-color: #faf6f5;
}

/*---------header-part---------*/

.main-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.main-area,
.main-area:not(.main-vertical)>.container,
.main-content-wrap,
.main-col,
.main-element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.main-area {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: stretch
}
.main-content-wrap {
    width: 100%;
    position: relative;
}

.main-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-col.main-left-col {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.main-col.main-center-col,
.main-area .main-element {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main-col.main-right-col {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.main-col:empty {
    display: none
}

.main-area.main-content-top .main-col {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.main-area.main-content-middle .main-col,
.main-area .main-element {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.main-area.main-content-bottom .main-col {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

/*---------header----------*/
body.sk-hidden {
    overflow: hidden;
}
.header-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
}
.header-part-sticky {
    position: fixed;
    display: inline-block;
    width: 100%;
    float: left;
    left: 0;
    top: -200px;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.35);
    transition: all 0.3s ease-out;
}
body.logged-in.admin-bar .header-part-sticky.sticky {
    top: 32px;
}
.header-part-sticky.sticky {
   top: 0; 
}
.header-part-sticky .header-nav {
    padding: 7px 0px;
}
#menu .menu-main-menu-container{
    display: flex;
}
.header-top {
    position: relative;
    display: inline-block;
	/*display: none;*/
    width: 100%;
    float: left;
    background-color: #a18f5c;
    padding: 8px 0;
    text-align: center;
}
.header-part-sticky .header-top,
.header-part.sticky .header-top {
    display: none;
}
.header-part-sticky .desktop-header .main-col {
    width: auto;
}
.header-top p {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    line-height: 24px;
}
.header-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 18px 0 0px;
}
.header-part.sticky .header-nav {
    padding: 15px 0 0;
}
.desktop-header .main-col {
    width: 33.333%;
}
.header-contact {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header-contact li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 0px;
    margin: 0 30px 0 0;
}
.header-contact li:last-child {
    margin-right: 0;
}
.header-contact li.calender-link a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 1px;
    width: 21px;
    height: 21px;
    background: url(../images/calender-icon.png) no-repeat center;
    background-size: contain;
}
.header-contact li.phone-link a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 1px;
    width: 21px;
    height: 21px;
    background: url(../images/phone-icon.png) no-repeat center;
    background-size: contain;
}
.header-contact li a {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 17px;
    line-height: 24px;
    padding: 0 0 0 34px;
}
.header-logo {
    position: relative;
    display: inline-block;
    width: 250px;
    padding-bottom: 15px;
}
.header-part.sticky .header-logo {
    width: 215px;
}
#menu {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 6px 0;
}
.main-menu {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.main-menu li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 10px 0;
    margin: 0 57px 0 0;
}
.main-menu li:last-child {
    margin-right: 0;
}
.main-menu li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
    color: #000000;
}
.main-menu > li.current-menu-item > a,
.main-menu > li:hover > a {
    color: #a18f5c;
}
.header-top marquee {
    display: none;
}
.google-ratings {
    width: 172px;
}
.header-part.sticky .google-ratings {
    width: 100px;
}
/*--------mobile-header-css-----*/
.desktop-header {
    display: block;
}
.mobile-header {
    display: none;
}
.desktop-header,
.mobile-header {
    width: 100%;
}
.mobile-header .canvas-menu a {
    margin-left: 0px;
    position: relative;
    display: flex;
}
.dropdown-toggle {
    width: 34px;
    height: 18px;
}
.dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 0;
    height: 3px;
    background-color: #a18f5c;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: 3px;
    background-color: #a18f5c;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle span:after{
    position: absolute;
    content: '';
    left: 0;
    top: 16px;
    width: 100%;
    height: 3px;
    background-color: #a18f5c;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.dropdown-toggle.open span {
    transform: translate3d(0,8px,0) rotate(45deg);
}
.dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(-8px,-8px,0);
    opacity: 0;
}
.dropdown-toggle.open span:after {
    transform: translate3d(0,-16px,0) rotate(-90deg);
}
.dropdown-toggle::after {
    display: none;
}
.sk-offcanvas-content {
    position: fixed;
    left:-0%;
    width: 100%;
    max-width: 100%;
    top: -100%;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(161, 143, 92, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.sk-offcanvas-content.open {
    top: 165px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.header-part.sticky .sk-offcanvas-content.open {
    top: 165px;
}
.logged-in.admin-bar .sk-offcanvas-content.open {
    top: 196px;
}
.logged-in.admin-bar .header-part.sticky .sk-offcanvas-content.open {
    top: 103px;
}
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    background-color:#fff;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
    margin: auto;
    max-width: 960px;
}
ul.sk-mobile-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.sk-nav-menu li {
    position: relative;
    list-style: none;
    display: inline-block;
    float: left;
    padding: 15px 0 13px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(161, 143, 92, 0.5);
}
ul.sk-mobile-menu li a {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
}
ul.sk-mobile-menu li.current-menu-item a,
ul.sk-mobile-menu li:hover a {
    color: #a18f5c;
}

/*-------------end-----------------*/

/*------------main-part-----------*/

.hero-home {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    height: 715px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-home-caption {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.hero-home-caption-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0 143px;
}
.hero-home-caption-inner .maxtitle-2 {
    font-size: 38px;
    line-height: 1.474;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}
.hero-home-caption-inner p {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.435;
    margin-bottom: 30px;
}
.main-btn.white-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0;
    font-family: 'prataregular';
    font-size: 17px;
    line-height: 24px;
    padding: 15px 40px 10px;
    font-weight: normal;
    letter-spacing: normal;
}
.main-btn.white-btn span {
    background-color: #91263d;
}
.main-btn.white-btn:hover {
    border-color: #91263d;
    color: #ffffff;
}
.maxwidth-506 {
    max-width: 506px;
}
.hero-home-slider.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.hero-home-slider.owl-carousel .owl-nav .owl-prev,
.hero-home-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0,0.102);
    transition: all 0.3s ease-in-out;
}
.hero-home-slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 30px;
}
.hero-home-slider.owl-carousel .owl-nav .owl-prev:after,
.hero-home-slider.owl-carousel .owl-nav .owl-next:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 16px;
    height: 26px;
    background: url(../images/slider-left.svg) no-repeat center;
    background-size: contain;
}
.hero-home-slider.owl-carousel .owl-nav .owl-next:after {
    background: url(../images/slider-right.svg) no-repeat center;
    background-size: contain;
}
.hero-home-slider.owl-carousel .owl-nav .owl-prev:hover,
.hero-home-slider.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0,0.502);
}
.icon-module {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.icon-module ul {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 18px 0 12px;
    margin: 0;
}
.icon-module ul li {
    position: relative;
    display: flex;
    padding: 10px;
    margin: 0 87px 0  0px;
    align-items: center;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.icon-module ul li:last-child {
    margin-right: 0;
}
.icon-module ul li img {
    margin-right: 14px;
    margin-top: -4px;
}
.icon-module ul li:nth-child(3) img {
    margin-top: -2px;
}
.desktop-div {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.mobile-div {
    display: none;
}
.maxwidth-873 {
    max-width: 873px;
    margin: auto;
}
.content-title .maxtitle-3 {
    font-size: 28px;
    color: rgb(161, 143, 92);
    line-height: 1.429;
}
.contnet-back-title {
    position: absolute;
    font-size: 200px;
    line-height: 0.225;
    font-family: 'butlerblack';
    color: #f5eeec;
    text-transform: uppercase;
    display: block;
    z-index: -1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    hyphens: auto;
    word-break: break-word;
}
.content-blog-layer {
    position: absolute;
    left: 13%;
    top: 62px;
    background-color: #ffffff;
    padding: 57px 33px 40px;
    width: 384px;
    z-index: 1;
    text-align: center;
}
.content-blog-layer .main-btn {
    margin-top: 10px;
}
.content-img-layer {
    position: absolute;
    top: 53px;
    right: 6%;
    background-color: #fef9f6;
    padding: 13px;
}
.content-img-layer img {
    position: relative;
    margin: -26px 0 0;
}
.content-center-img {
    position: relative;
    display: inline-block;
    width: 100%;
}
.content-center-img.center-align {
    text-align: center;
}
.mobile-block {
    display: none;
}
.title-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.title-icon.mobile-block {
    display: none;
}
.custom-align-title .maxtitle-2 {
    margin-bottom: 10px;
}
.custom-align-title .title-icon {
    margin-bottom: 10px;
}
.font-23 {
    font-size: 23px;
    line-height: 1.3;
}
.product-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.gallery-item {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.gallery-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-blog-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.product-img {
    position: relative;
    display: block;
    margin-top: -87px;
    margin-bottom: 10px;
}
.products-blog-info h3 {
    color: #91263d;
    margin-bottom: 10px;
}
.products-blog-info p {
    color: #a18f5c;
    font-size: 20px;
    line-height: 1.3;
}
.img-border-inner:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
}
.img-border-inner img {
    width: 100%;
}
.image-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 500px;
    z-index: 1;
}
.teaser-slider.owl-carousel .owl-stage-outer {
    padding-top: 64px;
}
.teaser-slider.owl-carousel .owl-stage,
.teaser-slider.owl-carousel .owl-item,
.teaser-slider.owl-carousel .owl-item .item {
    display: flex;
}
.teaser-slider.owl-carousel .owl-item .item {
    margin: 0 2px;
}
.teaser-slider.owl-carousel .owl-dots {
    display: none;
}
.teaser-slider.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.teaser-slider.owl-carousel .owl-next, 
.teaser-slider.owl-carousel .owl-prev {
    position: absolute;
    left: -50px;
    width: 30px;
    height: 30px;
    font-size: 0 !important;
}
.teaser-slider.owl-carousel .owl-next {
    right: -50px;
    left: auto;
}
.teaser-slider.owl-carousel .owl-next:after, 
.teaser-slider.owl-carousel .owl-prev:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 17px;
    height: 27px;
    background: url(../images/gray-left.svg) no-repeat center !important;
    background-size: contain!important;
}
.teaser-slider.owl-carousel .owl-next:after {
    background: url(../images/gray-right.svg) no-repeat center!important;
    background-size: contain!important;
}
.teaser-slider.owl-carousel .owl-item img {
    width: auto;
}
.teaser-blog {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(243, 235, 232);
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    padding: 50px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease-in-out;  
}
.teaser-blog:hover {
    background-color: #faf6f5;
}
.teaser-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 111px;
    height: 128px;
    background: url(../images/hexagonal.png) no-repeat center;
    background-size: contain;
    margin-top: -114px;
    margin-bottom: 24px;
    overflow: hidden;
}
.teaser-icon-hover {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/hexagonal-hover.png) no-repeat center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
}
.teaser-blog:hover .teaser-icon-hover {
    top: 0;
}
.teaser-blog p {
    font-family: 'Avenir-Book';
}
.teaser-blog p:last-child {
    margin-bottom: 0;
}
.teaser-blog .maxtitle-3 {
    font-size: 28px;
    line-height: 1.357;
    color: #000000;
    margin-bottom: 15px;
}
.teaser-blog .title-icon {
    margin-bottom: 10px;
}
.mb-13 {
    margin-bottom: 13px;
}
.maxtitle-2-white .maxtitle-2 {
    color: #ffffff;
}
.light-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.light-black-color {
    color: rgba(150,150,150,0.1) !important;
}
.google-ratings-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.1;
    font-family: 'National';
    font-weight: normal;
}
.google-ratings-title span {
    display: flex;
    align-items: center;
    margin: 0 5px 5px;
}
.google-ratings-title span img {
    margin: 0 1px;
}
.google-ratings-title strong {
    font-weight: bold;
}
.testimonials-blog {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 44px 36px 26px;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.testimonials-icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.testimonials-blog p {
    color: #666666;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'prataregular';
    margin-bottom: 25px;
    display: flex;
    height: 100%;
}
.testimonials-author {
    position: relative;
    display: flex;
    flex: 1 0 0;
    align-items: flex-end;
    border-top: 1px solid #d7d7d7;
    flex-direction: column;
    padding-top: 20px;
    align-items: center;  
    width: 100%;
}
.testimonials-author p {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Avenir-Roman';
}
.testimonials-author span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-author span span {
    display: flex;
    margin: 0 5px;
}
.testimonials-author span.rating-number {
    color: #333333;
    font-family: 'Avenir-Book';
    font-size: 18px;
    line-height: 1;
}
.testimonials-author span.divider {
    display: flex;
    color: #a18f5c;
    font-size: 18px;
    line-height: 1;
}
.testimonials-author span img {
    display: block;
    margin: 0 2px;
}
.testimonials-slider.owl-carousel .owl-stage,
.testimonials-slider.owl-carousel .owl-item,
.testimonials-slider.owl-carousel .owl-item .item {
    display: flex;
}
.testimonials-slider.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.testimonials-slider.owl-carousel .owl-next, 
.testimonials-slider.owl-carousel .owl-prev {
    position: absolute;
    left: -50px;
    width: 30px;
    height: 30px;
    font-size: 0 !important;
}
.testimonials-slider.owl-carousel .owl-next {
    right: -50px;
    left: auto;
}
.testimonials-slider.owl-carousel .owl-next:after, 
.testimonials-slider.owl-carousel .owl-prev:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 17px;
    height: 27px;
    background: url(../images/gray-left.svg) no-repeat center !important;
    background-size: contain!important;
}
.testimonials-slider.owl-carousel .owl-next:after {
    background: url(../images/gray-right.svg) no-repeat center!important;
    background-size: contain!important;
}
.brand-item {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 58%;
}
.brand-item span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 128px;
    width: 100%;
    padding: 0 10px;
}
/*-------------end-----------------*/

/*-----------footer---------------*/
.footer-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 95px 0 75px;
}
.footer-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 70px;
}
.footer-blog {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 404px;
    min-width: 404px;
}
.footer-list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 0 50px;
}
.footer-list li {
    position: relative;
    display: flex;
    padding: 0 0 0 50px;
    margin: 0 0 20px;
    align-items: flex-start;
}
.footer-list li a:before {
    content: '';
    background-color: #d5ccb6;
    width: 1px;
    height: 29px;
    display: flex;
    margin: -2px 17px 0 0;
}
.footer-list li a {
    position: relative;
    display: flex;
    color: #a18f5c;
    font-family: 'prataregular';
    font-size: 23px;
    line-height: 1.2;
    align-items: flex-start;
}
.footer-list li.phone:before {
    position: absolute;
    content: '';
    left: 0;
    top: -5px;
    width: 32px;
    height: 32px;
    background: url(../images/phone-alt.png) no-repeat center;
    background-size: contain;
}
.footer-list li.email:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 32px;
    height: 24px;
    background: url(../images/envelope.png) no-repeat center;
    background-size: contain;
}
.footer-social {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.footer-social li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 22px 0 0;
}
.footer-address {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    max-width: 330px;
}
.footer-address:last-child {
    max-width: 320px;
}
.footer-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 32px;
    color: #a18f5c;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'prataregular';
    margin-bottom: 15px;
    margin-left: -50px;
}
.footer-title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}
.footer-title span {
    display: flex;
}
.footer-title span:before {
    content: '';
    background-color: #d5ccb6;
    width: 1px;
    height: 29px;
    display: flex;
    margin: -5px 15px 0 3px;
}
.footer-address .footer-title:after {
    width: 22px;
    height: 32px;
    background: url(../images/pin.png) no-repeat center;
    background-size: contain;
    top: -7px;
}
.footer-address p {
    color: #000000;
    font-size: 18px;
    line-height: 1.556;
}
.location .footer-title:after {
    width: 32px;
    height: 32px;
    background: url(../images/paper-plane.png) no-repeat center;
    background-size: contain;
    top: -7px;
}
.location .footer-title {
    margin-left: -56px;
    padding-left: 43px;
}
.footer-address.location {
    padding-left: 56px;
}
.location .footer-title span:before {
    margin: -5px 12px 0 0px;
}
.footer-link {
    position: relative;
    display: inline-flex;
    color: #a18f5c;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    align-items: flex-end;
    flex: 1 0 0;
}

.footer-link span {
    display: inline-block;
    border-bottom: 1px solid #a18f5c;
    margin-right: 6px;
}
.footer-link:after {
    content: '';
    width: 11px;
    height: 13px;
    background: url(../images/triangle.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    top: -4px;
    position: relative;
}
.parking .footer-title:after {
    width: 32px;
    height: 28px;
    background: url(../images/car.png) no-repeat center;
    background-size: contain;
    top: -7px;
}
.footer-menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
.footer-menu ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 5px 25px;
}
.footer-menu ul li a {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer-menu ul li a:hover {
    color: #a18f5c;
}
.footer-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-bottom .footer-social {
    display: none;
}
.footer-bottom-info {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.footer-bottom-info p ,
.footer-bottom-info ul {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.footer-bottom-info li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.footer-bottom-info p {
    margin-right: 5px;
}
.footer-bottom-info li:after {
    position: relative;
    content: '|';
    margin: 0 5px;
}
.footer-bottom-info li:last-child:after {
    display: none;
}
.footer-bottom-info li a {
    color: #333333;
}
.footer-bottom-info li a:hover {
    color: #a18f5c;
}
/*------------end------------------*/
.footer-part {
    background-color: #faf6f5;
}
.material-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -15px;
}
.materials-item {
    position: relative;
    display: flex;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}
.materials-item img {
    margin-bottom: 20px;
    width: 153px;
}
.materials-item h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #91263d;
    font-family: 'Avenir-Roman';
}
.materials-item h3 a {
    color: #91263d;
}
.maxwidth-1095 {
    max-width: 1095px;
    margin: auto;
}
.nav-pills.cat-tab {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 30px;
    flex-wrap: wrap;
}
.nav-pills.cat-tab li {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0;  
}
.nav-pills.cat-tab li a {
    position: relative;
    display: inline-block;
    width: 396px;
    color: #91263d;
    border: 1px solid #91263d;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.nav-pills.cat-tab .nav-link.active, 
.nav-pills.cat-tab .show>.nav-link {
    color: #fff;
    background-color: #91263d;
}
#cat-tabContent .tab-pane {
    position: relative;
    padding: 0 80px;
}
.cat-slider-item {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.cat-slider-item p {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 1.2;
    color: #91263d;
    margin-top: 20px;
    margin-bottom: 0;
}
.cat-slider-item p a {
	color: #91263d;
}
#cat-tabContent .swiper-button-prev,
#cat-tabContent .swiper-button-next  {
    position: absolute;
    left: -0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    font-size: 0 !important;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
#cat-tabContent .swiper-button-next {
    left: auto;
    right: -0px;
}
#cat-tabContent .swiper-button-prev:after,
#cat-tabContent .swiper-button-next:after {
    position: absolute;
    content: '' !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 17px;
    height: 27px;
    background: url(../images/red-left.svg) no-repeat center !important;
    background-size: contain!important;
}
#cat-tabContent .swiper-button-next:after {
    background: url(../images/red-right.svg) no-repeat center!important;
    background-size: contain!important;
}
.cat-border {
    border: 1px solid #91263d;
}
.pp-slider .item p {
    text-align: center;
}
.pp-slider .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.pp-slider .owl-dot {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.pp-slider .owl-dot.active, 
.pp-slider .owl-dot:hover  {
    background: #869791 !important;
}
.pp-slider.owl-carousel .owl-nav {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pp-slider.owl-carousel .owl-nav .owl-prev, 
.pp-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0 !important;
    width: 30px;
    height: 30px;
}
.pp-slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -40px;
}
.pp-slider.owl-carousel .owl-nav .owl-prev:after, 
.pp-slider.owl-carousel .owl-nav .owl-next:after {
    font-size: 0px;
    line-height: 1;
    display: inline-block;
    margin: 0px;
    position: absolute;
    content: '' !important;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 17px;
    height: 27px;
    background: url(../images/gray-left.svg) no-repeat center !important;
    background-size: contain!important;
}
.pp-slider.owl-carousel .owl-nav .owl-prev:after, 
.pp-slider.owl-carousel .owl-nav .owl-prev:after {
    content: '';
}
.pp-slider.owl-carousel .owl-nav .owl-next:after {
    content: '';
    background: url(../images/gray-right.svg) no-repeat center !important;
    background-size: contain!important;
}
.sk-row-equal {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.sk-content-img {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.sk-row-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 70px;
}
.sk-row-content h3 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-family: 'Avenir-Roman';
    letter-spacing: -.4px;
}
.sk-row-content p {
    margin-bottom: 25px;
}
.sk-bg-gray {
    background-color: #f9f9f9;
}
.sk-row-content .maxwidth-407 {
    max-width: 407px;
}
.sk-row-content.center-align {
    text-align: center;
}
.sk-row-content.center-align .maxwidth-407 {
    margin-left: auto;
    margin-right: auto;
}
.fancy-popup {
    width: 90vw;
    max-width: 900px;
    max-height: 80vh;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border: 2px solid #91263d;
    border-radius: 10px;
}
.ring-popup__logo {
    max-width: 250px;
    margin: 0 auto 0px auto;
    text-align: center;
	margin-bottom: 20px;
}
.ring-popup__row {
    display: flex;
    flex-wrap: wrap;
}
.ring-popup__left, .ring-popup__right {
    flex: 0 0 50%;
    max-width: 50%;
}
.ring-popup__images {
    text-align: center;
    margin-bottom: 25px;
}
.ring-popup__left, .ring-popup__right {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
.ring-popup__images img {
    height: 100%;
    width: auto;
    max-height: 300px;
}
.ring-popup__images {
    top: 0;
    text-align: center;
    margin-bottom: 0;
    /* width: 150%; */
    left: -0px;
    position: absolute;
    width: 110%;
    display: flex;
    height: 100%;
    overflow: hidden;
    /* padding-top: 50px; */
}
.ring-popup__images img {
    height: auto;
    width: 70%;
    max-height: initial;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.ring-popup h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.1;
}
.ring-popup__bottom {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.ring-popup__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ring-popup__actions .main-btn {
    max-width: 310px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
.fancy-popup .fancybox-button.fancybox-close-small {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    background: #ffffff;
    width: 30px;
    height: 30px;
    font-size: 23px;
    border: none;
    color: #91263d;
    cursor: pointer;
}
.fancy-popup .fancybox-button.fancybox-close-small svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    transform: translate(-50%,-50%);
}
.ir224-contact-us .h2, 
.ir224-contact-us .chat-text, 
.ir224-contact-us .other-inquiries-list {
    letter-spacing: 0.3px;
}
.ir224-contact-us dd a,
.ir224-contact-us li a {
    color: #333333;
}
.ir224-contact-us dd a:hover,
.ir224-contact-us li a:hover {
    color: #a18f5c;
}
.mt0 {
    margin-top: 0 !important;
}
.visible-xs {
    display: none !important;
}
.hidden-xs {
    display: block !important;
}
.ir224-contact-us .chat-text small {
    font-size: 16px;
}
.ir224-contact-us .iconfont-tel1 {
    position: relative;
    display: inline-block;
    top: 3px;
    left: 0;
    width: 21px;
    height: 21px;
    background: url(../images/phone-icon.png) no-repeat center;
    background-size: contain;
}
.pb10 {
    padding-bottom: 10px;
}
.form-1, .form-2 {
    color: #333;
}
.form-1 .form-control, 
.form-2 .form-control {
	font-size: inherit;
    color: inherit;
    height: 50px;
    padding: 4px 15px;
    box-shadow: none;
    border-color: #9b8956;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent !important;
}
.form-1 .form-control::placeholder, 
.form-2 .form-control::placeholder {
	color: #333;
}
.form-1 textarea.form-control, 
.form-2 textarea.form-control {
	height: 150px;
}
dl {
    margin-bottom: 20px;
}
.sr-only {
    border: 0 none;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ir224-contact-us dd {
    position: relative;
    display: inline;
    padding: 0;
    line-height: 2.5;
    text-transform: capitalize;
}
.ir224-contact-us dd a {
    display: inline-block;
    text-decoration: none;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
.mt50 {
    margin-top: 50px;
}
.ir224-contact-us .row {
    display: block;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.ir224-contact-us p {
    margin-bottom: 10px;
}
.mt5 {
    margin-top: 5px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.ir224-contact-us .other-inquiries-text {
    text-transform: capitalize;
}
.ir224-contact-us dd:after {
    content: ' ';
    letter-spacing: 2.5em;
    position: relative;
    top: -1px;
    width: 40px !important;
    background: url(../images/square.svg) no-repeat center center;
    background-size: 6px 6px;
}

[class^="icons-"], 
[class*=" icons-"] {
    background: url(../images/check.svg) no-repeat center;
    background-size: 0;
    display: inline-block;
    line-height: 16px;
}
.fs-12 {
    font-size: 12px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.checkbox .wpcf7-list-item {
	position: relative;
    padding-left: 30px;
}
.checkbox .jq-checkbox {
    top: 5px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    border: 1px solid #9b8956;
    border-radius: 0px;
    cursor: pointer;
    position: absolute !important;
    left: 0px;
}
.checkbox .jq-checkbox.checked .jq-checkbox__div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.checkbox .jq-checkbox.checked .jq-checkbox__div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px; 
    background: url(../images/check.svg) no-repeat center;
    background-size: contain;
}
.jq-selectbox__select {
    border: 1px solid #9b8956;
    height: 50px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 0 15px;
}
.jq-selectbox__select-text {
    line-height: 50px;
    color: #333333;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jq-selectbox__trigger-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 10px;
    background: url(../images/angle-down.svg) no-repeat center;
    background-size: contain;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 0 !important;
    top: 100% !important;
    height: auto !important;
    transition: 0s !important;
    padding: 0;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
    background: #fff;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0!important;
    background-color: #eae7de;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    border: 1px solid #333333;
    border-top: none;
}
.jq-selectbox li {
    height: 40px;
    line-height: 40px;
    padding: 0 15px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
}
.form-group.input-inline {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-group.input-inline label,
.form-group.input-inline .wpcf7-form-control-wrap {
	margin: 5px 15px 5px 0;
}
.form-group.input-inline .wpcf7-form-control-wrap:last-child {
	margin-right: 0;
}
.form-group.input-inline label {
	min-width: 130px;
}
.form-group.input-inline .wpcf7-form-control-wrap input {
	width: 204px;
    font-size: 16px;
    border: 1px solid #9b8956;
    font-size: inherit;
    color: inherit;
    height: 50px;
    padding: 4px 15px;
    box-shadow: none;
    border-color: #9b8956;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent !important;
    color: #333333;
}
.form-group.input-inline .wpcf7-form-control-wrap input::placeholder {
	color: #333;
}
.sk-sliding-widgets {
    width: 170px;
    height: auto;
    position: fixed;
    top: 50%;
    margin-top: -40px;
    right: 0;
    z-index: 10000;
    background: #cfb787;
    background: #fff;
    color: #58595b;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    display: block;
    font-size: 70%;
    line-height: 125%;
    font-weight: normal;
    padding: 15px 10px;
    text-align: center;
    box-sizing: border-box;
    /* text-transform: uppercase; */
}
#online-orders {
	color: #58595b;
}
.sk-sliding-widgets #close-flag {
    background: #cfb787;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sk-sliding-widgets #close-flag:before {
    content: "X";
}
.sk-sliding-widgets .button {
    margin-top: 10px;
    font-size: 95% !important;
    padding: 8px 5px;
    background: #cfb787;
    color: #ffffff;
}
.sk-sliding-widgets .button:hover {
    background: #cfb787;
    color: #58595b;
}
.sk-sliding-widgets p {
	margin: 0;
}
.cat-slider-item.active-slider-item .gallery-item img {
	border: 2px solid #91263d;
}
.custom-table table {
	margin-bottom: 30px;
}
.product-img-70 .wpb_single_image img {
	max-width: 70%;
}

.page-id-627 .hero-home-caption { text-shadow: #363532 1px 0 10px;}
.page-id-641 .hero-home-caption { text-shadow: #363532 1px 0 10px;}
.page-id-637 .hero-home-caption {text-shadow: #363532 1px 0 10px; }
.page-id-4847 .hero-home-caption { text-shadow: #363532 1px 0 10px;}
.page-id-639 .hero-home-caption { text-shadow: #363532 1px 0 10px;}
.page-id-635 .hero-home-caption { text-shadow: #363532 1px 0 10px;}
.page-id-643 .hero-home-caption {text-shadow: #363532 1px 0 10px; }
.page-id-10 .hero-home-caption {text-shadow: #363532 1px 0 10px; }

.page-id-6606 .price-request-btn{
	display: none !important;
}

#footer-snippets {
		display: none !important;

}


.page-id-10095 .sk-sliding-widgets {display: none !important;}

.sk-sliding-widgets .close {
	background: #cfb787;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    font-style: normal;
    font-weight: 400;
}
.play-icon {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 80px;
    width: 80px;
    background: url(../images/play-circle.svg) no-repeat center;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.hero-banner {
	position: relative;
	height: auto !important;
	padding: 120px 0 !important;
}
.hero-banner:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.hero-banner .hero-home-caption {
	position: relative;
	top: auto;
	transform: none;
	width: 100%;
    display: flex;
}
.hero-banner .hero-home-caption-inner {
	padding: 0;
	max-width: 1334px;
	margin-left: auto;
	margin-right: auto;
}
.icon-boxes-section .content-row .row > [class^="col-"] {
	margin-top: 70px;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}
.hero-banner.hero-home.hero-banner-bottom {
	height: 450px !important;
	margin-bottom: 50px;
	display: flex;
    align-items: center;
}
.about-us-banner-section {
	margin: auto;
}
.about-us-banner-section img {
	width: 100%;
	height: auto;
}
.max-width-550 {
	max-width: 720px;
}
.wpcf7-list-item {
    margin: 0 !important;
}