/*=== HEADER ===*/
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    background: transparent;
    font-size: 22px;
    border-top: 11px solid #910029;
}
.top-bar {
    line-height: 1.2;
    height: 55px;
    color: #fff;
    text-transform: uppercase;
}
.top-bar a,
.top-bar span {
    color: #fff;
}
.top-bar > .flexbox {
    align-items: flex-end;
    justify-content: flex-end;
}
.top-bar .fab {
    font-size: 26px;
}
.top-bar .fab:hover {
    color: #910029;
}
.top-bar span {
    font-weight: 600;
    margin-right: 20px;
}
/*=== MAIN NAVIGATION ===*/
.header-menu {
    color: #fff;
    padding-bottom: 15px;
}
.header-menu > .flexbox {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.logo-wrapper {
    width: 315px;
    padding-right: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: -35px;
}
.logo-wrapper .logo,
.logo-wrapper img {
    display: block;
}
.logo-wrapper img + img {
    display: none;
}
.hamburger-btn {
    display: block;
    width: 52px;
    position: relative;
    padding: 0 !important;
}
.hamburger-btn span,
.hamburger-btn:after,
.hamburger-btn:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
}
.hamburger-btn span {
    margin: 13px 0;
}
.hamburger-btn:hover span,
.hamburger-btn:hover:after,
.hamburger-btn:hover:before {
    background: #910029;
}
.main-nav {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.nav-menu {
    display: flex;
    padding-right: 60px;
}
.nav-menu > li {
    position: relative;
    padding: 0 25px;
}
.nav-menu > li:last-child {
    padding-right: 0;
}
.nav-menu li a {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-menu > li > a {
    white-space: nowrap;
    position: relative;
    padding: 30px 0;
}
.nav-menu > li > a:before {
    content: '';
    display: block;
    height: 3px;
    width: 75%;
    background: #910029;
    position: absolute;
    left: 0;
    top: 12px;
    opacity: 0;
    visibility: hidden;
}
.nav-menu li a:hover,
.nav-menu > li.active > a {
    color: #910029;
}
.sub-menu {
    width: 280px;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 15px 25px 25px;
    box-shadow: 0 8px 12px rgba(37, 44, 53, 0.1);
    left: 0;
}
li.has-child:hover .sub-menu,
.nav-menu > li > a:hover:before,
.nav-menu > li.active > a:before {
    opacity: 1;
    visibility: visible;
}
.sub-menu li a {
    display: block;
    font-size: 18px;
    color: #2C2C2C;
    padding: 7px 0;
}
/*=== FIXED AND INNER HEADER ===*/
#inner #header {
    height: 215px;
}
.fixed .header-wrapper,
#inner .header-wrapper {
    height: auto;
    background: #fff;
}
#inner .header-wrapper,
.fixed .header-wrapper {
    box-shadow: 2px 0px 25px rgba(37, 44, 53, 0.19);
}
#inner .top-bar,
#inner .top-bar span,
#inner .top-bar a,
#inner .header-menu a,
.fixed .top-bar,
.fixed .top-bar span,
.fixed .top-bar a, 
.fixed .header-menu a {
    color: #252C35;
}
#inner .hamburger-btn span,
#inner .hamburger-btn:after,
#inner .hamburger-btn:before,
.fixed .hamburger-btn span,
.fixed .hamburger-btn:after,
.fixed .hamburger-btn:before {
    background: #252C35;
}
.fixed .logo-wrapper {
    width: 250px;
}
.fixed .logo-wrapper img,
#inner .logo-wrapper img {
    display: none;
}
.fixed .logo-wrapper img + img,
#inner .logo-wrapper img + img {
    display: block;
}
#inner .hamburger-btn:hover span,
#inner .hamburger-btn:hover:after,
#inner .hamburger-btn:hover:before {
    background: #910029;
}
#inner .top-bar .fab:hover,
#inner .header-menu a:hover{
    color: #910029;
}
/*=== SIDE BUTTON ===*/
.side-link {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 78px;
    height: 295px;
    background: #910029;
    z-index: 121;
    margin-top: 50px;
}
.side-link-title {
    display: block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.055em;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left top;
    left: 57px;
    top: 50%;
}
.side-info-box .side-info-title i {
    margin-right: 3px;
}
/*=== SIDE PANEL ===*/
.side-panel {
    position: fixed;
    top: 0;
    right: -446px;
    bottom: 0;
    width: 446px;
    background-color: #252C35;
    border-top: 11px solid #910029;
    color: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 122;
}
.side-panel-open .side-panel {
    right: 0;
}
.side-panel-inner {
    padding: 150px 50px 40px 40px;
    min-width: 446px;
}
.side-panel .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: 600;
    width: 72px;
    height: 72px;
    background: #910029;
    color: #fff;
    position: absolute;
    top: 95px;
    right: -72px;
    transition: all 0.3s ease 0.5s;
}
.side-panel-open .side-panel .btn-close {
    right: 0;
}
.side-panel-inner {
    font-size: 22px;
    letter-spacing: 0.55px;
}
.side-panel-inner h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2.2px;
    margin-bottom: 25px;
}
.side-panel-inner ul {
    margin: 80px 0;
}
.side-panel-list li {
    position: relative;
    padding-left: 45px;
}
.side-panel-list li:not(:last-child) {
    margin-bottom: 25px;
}
.side-panel-list i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 5px;
}
.side-panel-list .fa-map-marker-alt {
    font-size: 26px;
}
.side-panel-list .fa-phone {
    transform: rotate(100deg);
}
.side-panel-inner .btn {
    margin-left: 45px;
}
/*=== TOP BANNER ===*/
.banner {
    position: relative;
    min-height: 850px;
    height: 100vh;
}
.banner .top-slider {
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
    border-radius: 0;
}
.banner .container {
    height: 100%;
    z-index: 2;
    align-items: center;
    color: #fff;
    padding: 160px 70px 40px;
}
.banner-text {
    width: 100%;
    color: #fff;
    position: relative;
    text-align: center;
}
.banner-text .large-text {
    margin-bottom: 60px;
}
.banner-content {
    display: block;
    vertical-align: top;
    margin-bottom: 25px;
    letter-spacing: 0.55px;
    max-width: 650px;
    margin: auto;
    margin-bottom: 35px;
}
.banner-content p:last-child {
    margin-bottom: 0;
}
.banner-text .btn {
    padding: 27px 55px;
}
.move-down {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 50px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.move-down:before {
    content: '';
    display: block;
    width: 3px;
    height: 110px;
    background: #fff;
    margin: 0 auto 15px;
}
.vertical-text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.55px;
    color: #fff;
    opacity: 0.75;
    text-transform: uppercase;
    position: absolute;
    z-index: 9;
    bottom: 60px;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: calc(50% - 900px);
}
/*=== ABOUT SECTION ===*/
.about-wrapper .container {
    padding: 170px 70px 200px;
    background: url(../images/layout/watermark.svg) no-repeat center right 25px;
}
.about-wrapper .inner-box {
    max-width: 1220px;
    margin: 0 auto;
}
.about-wrapper p {
    letter-spacing: 0;
}
.about-wrapper p:last-child {
    margin-bottom: 0;
}
/*=== QUICK LINKS SECTION ===*/
.quick-links-wrapper {
    overflow-x: hidden;
    padding: 50px 0 70px;
}
.quick-links-wrapper .container {
    max-width: 100%;
}
.quick-links-wrapper .quick-link {
	flex-grow: 1;
    width: calc(50% - 45px);
}
.quick-links-wrapper .flexbox {
    margin: 0 -22.5px;
}
.quick-links-wrapper .quick-link:nth-child(n + 3) {
    margin-top: 45px;
}
.quick-link {
    height: 688px;
    margin: 0 22.5px;
    color: #fff;
    padding: 25px;
}
.quick-link:after {
    background: rgba(37, 44, 53, 0.3);
}
.quick-link .relative {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #910029;
    height: 100%;
    padding: 35px 40px;
    color: #fff;
}
.quick-link:hover .relative {
    background: #910029;
    justify-content: center;
}
.quick-link h2 {
    margin-bottom: 0;
}
.quick-link .text-hidden {
    opacity: 0;
    visibility: visible;
    height: 0;
    max-width: 560px;
}
.quick-link:hover .text-hidden {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
}
.quick-link .btn:hover {
    border-color: #fff;
    background: #fff;
    color: #910029;
}

/*=== TESTIMONIALS SECTION ===*/
.testimonials-wrapper {
    padding: 115px 0 105px;
}
.testimonials-wrapper.two-column {
    padding: 0;
}
.testimonials-wrapper.two-column .container {
    padding: 0 0 145px;
}
.testimonials-wrapper.two-column .flexbox > div {
    width: 50%;
}
.article-box {
    background: #252C35;
    color: #fff;
    padding: 140px 250px 90px 70px;
    min-height: 750px;
}
.testimonials-box {
    border: 1px solid #910029;
    padding: 60px 40px 100px 40px;
    position: relative;
    font-size: 18px;
    width: 100%;
}
.testimonials-slider {
     max-width: 1180px;
     margin: 0 auto;
}
.testimonials-wrapper.two-column .testimonials-box{
    left: -180px;
    padding: 60px 120px 170px 290px;
    margin-top: 140px;
    min-height: 830px;
}
.testimonials-wrapper .icon-quote {
    display: block;
    font-size: 185px;
    line-height: 1;
    font-weight: 600;
    color: #910029;
    height: 90px;
    width: 90px;
    margin: 10px auto 65px;
}
.testimonials-wrapper.two-column .icon-quote {
    margin: 0 0 30px 160px;
}
.testimonials-box p {
    letter-spacing: 0;
    margin-bottom: 45px;
}
.testimonials-box .author {
    margin-top: 55px;
}
.testimonials-arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    border-right: none;
    border-bottom: none;
}
.testimonials-arrows .slick-arrow {
    position: static;
    top: auto;
    transform: none;
    width: 130px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #910029;
    border-top: 1px solid #910029;
    border-left: 1px solid #910029;
}
.testimonials-arrows .slick-arrow:hover {
    border-color: #2C2C2C;
    background: #2C2C2C;
    color: #fff;
}
.testimonials-arrows .slick-arrow:hover + .slick-arrow {
    border-left-color: #2C2C2C;
}
/*=== QUICK LINKS SECTION ===*/
.quiz-wrapper {
    background: url(../images/layout/bg-pattern@2x.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0 125px;
}
.quiz-inner-box {
    max-width: 1436px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.19);
    padding: 0;
    margin: 0 auto;
    box-shadow: ;
}
.quiz-box {
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.quiz-top {
    position: relative;
    background: #252C35;
    color: #fff;
    text-align: center;
    padding: 33px 30px;
}
.quiz-top h2 {
    margin: 0;
}
.quiz-top i {
    font-size: 54px;
    position: absolute;
    right: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.quiz-main {
    padding: 55px 15px;
}
.quiz-main ul {
    max-width: 1064px;
    margin: 0 auto;
}
.quiz-main li {
    width: calc(50% - 60px);
    margin: 0 30px;
}
.quiz-main li:nth-child(n + 3) {
    margin-top: 25px;
}
.quiz-box input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.quiz-box .quiz-box-top {
    display: flex;
    align-items: center;
    background: #E1E2E3;
    font-weight: bold;
    height: 70px;
    transition: background 0.3s ease 0s;
}
.quiz-box .quiz-box-top strong {
    font-size: 32px;
    font-weight: 600;
    width: 76px;
    height: 100%;
    flex-shrink: 0;
    background: #252C35;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-box .quiz-box-top span {
    margin: 0 auto;
}
.quiz-box .quiz-box-top span:last-child {
    display: none;
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal;
}
.quiz-box .quiz-box-content {
    background: rgba(225, 226, 227, 0.25);
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    padding: 20px 27px 23px;
    flex-grow: 1;
}
.quiz-box.active .quiz-box-content,
.quiz-box:hover .quiz-box-content {
    opacity: 0;
    visibility: hidden;
}
.quiz-box.active .quiz-box-top,
.quiz-box:hover .quiz-box-top {
    max-width: 365px;
    background: rgba(37, 44, 53, 0.39);
    color: #fff;
}
.quiz-box.active .quiz-box-top span,
.quiz-box:hover .quiz-box-top span {
    display: none;
}
.quiz-box.active .quiz-box-top span:last-child,
.quiz-box:hover .quiz-box-top span:last-child {
    display: block;
}
.quiz-box.active .quiz-box-top {
    background: #910029;
}
.quiz-box.active .quiz-box-top strong {
    background: rgba(255, 255, 255, 0.25);
}
.quiz-box.active .quiz-box-top span:last-child {
    font-weight: bold;
}
.quiz-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid rgba(37, 44, 53, 0.32);
    width: 100%;
    max-width: 1246px;
    padding: 30px 15px;
    margin: 0 auto;
}
.quiz-footer .btn {
    font-size: 32px;
    letter-spacing: 0;
    padding: 9px 30px;
    min-width: 328px;
}
/*=== CALLOUT BANNERS ===*/
.bar-callout {
    color: #fff;
    height: 700px;
}
.bar-callout .flexbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0;
    height: 100%;
}
/*=== FOOTER ===*/
.footer-wrapper {
    background: #252C35;
    color: #fff;
    height: auto;
    padding: 75px 0 85px;
}
.footer-wrapper .flexbox {
    justify-content: space-between;
    align-items: flex-end;
}
.footer-wrapper .flexbox > div {
    flex-grow: 1;
    width: 50%;
    max-width: 660px;
}
.footer-wrapper .middle-text {
    margin-bottom: 30px;
}
.footer-wrapper a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.footer-wrapper .flexbox > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding-left: 40px;
}
.logos-row {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.logos-row a:not(:last-child) {
    margin-right: 45px;
}
.footer-menu li {
    display: inline-block;
    vertical-align: top;
}
.footer-menu li:not(:last-child){
    margin-right: 23px;
}

/*=== INNER PAGES ===*/

/*=== TOP CONTENT ===*/
.top-content {
    background: #252C35;
    color: #fff;
}
.top-content .flexbox {
    align-items: center;
    background: url(../images/layout/watermark-light.svg) center right 20px no-repeat;
    padding: 40px 70px;
    min-height: 290px;
}
.top-content .middle-text {
    max-width: 1010px;
    margin: 0;
}
/*=== BREADCRUMBS ===*/
.breadcrumbs {
    margin: 35px 0 110px;
}
.breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
}
/*.breadcrumbs li:last-child {
    color: #910029;
}*/
.breadcrumbs li:after {
    content: "/";
    display: inline-block;
    position: relative;
    margin: 0 5px;
}
.breadcrumbs li:last-child:after {
    content: none;
}

/*=== MAIN CONTENT ===*/
.main-content {
    padding: 0 0 105px;
}
.main-content .full-size .inner-box {
    max-width: 1190px;
    margin: 0 auto;
}
.main-content .full-size .content {
/*     text-align: center; */
    padding-right: 0;
    line-height: 1.73em;
}
.main-content .content p {
    letter-spacing: 0;
}
.main-content .content .btn {
    margin-top: 20px;
}
.main-content .content ul,
.main-content .content ol {
    margin-bottom: 30px;
    text-align: left;
}
.main-content .sidebar {
    width: 450px;
    padding-left: 45px;
}
.sidebar > *:not(:last-child) {
    margin-bottom: 30px;
}
/*=== SECTIONS ===*/
.sections-wrapper {
    padding-bottom: 140px;
}
.section-row:not(:last-child) {
    margin-bottom: 110px;
}
.section-row  .section-content {
    width: 51%;
}
.section-row  .section-image {
    width: 49%;
}
.section-row h2 {
    color: #910029;
    margin-bottom: 40px;
}
.section-row h2 span {
    color: #2C2C2C;
}
.section-row .section-image .img-box{
    height: 685px;
}
.section-row .section-image .img-box:after {
    content: none;
}
.section-row:nth-child(even) {
    flex-direction: row-reverse;
}

.section-row:nth-child(odd) .section-content {
    padding: 65px 140px 0 35px;
}
.section-row:nth-child(even) .section-content {
    padding: 65px 90px 0 90px;
}
/*=== ABOUT PAGE ===*/
.top-banner {
    padding: 160px 0 190px;
    color: #fff;
}
.top-banner .large-text {
    font-size: 98px;
    text-transform: none;
}
.top-banner .inner-box {
    max-width: 1200px;
    margin: 0 auto;
}
.benefits-row {
    display: flex;
    justify-content: center;
    width: 100%;
}
.benefits-row li {
    margin: 0 55px;
}
.benefits-row strong {
    display: block;
    font: bold 95px/1.1 'Borgia Pro', sans-serif;
}
.benefits-row p {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.main-content-alt {
    background: #252C35;
    color: #fff;
    padding: 140px 0 125px;
}
.main-content-alt .inner-box {
    align-items: center;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.main-content-alt .inner-box > div {
    width: 50%;
}
.main-content-alt .inner-box > div:last-child {
    border-left: 3px solid #fff;
    padding: 35px 0 65px 75px;
}
.main-content-alt .inner-box p:last-child {
    margin-bottom: 0;
}
.main-content-alt .video-box {
    max-width: 1275px;
    width: 100%;
    margin: 0 auto;
}
.main-content-alt .video-box .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-content-alt .video-box .btn-play {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
}
.main-content-alt .video-box img {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    max-width: 330px;
}
/*=== LISTING PAGE ===*/

/* Filters */
.control-tools, .filter-items {
    flex-wrap: nowrap;
}
.filter-items {
    display: none;
}
.filter-items.active {
    display: flex;
}
.property-filter {
    display: flex;
    position: relative;
}
.control-tools {
    font-size: 20px;
    height: 74px;
    max-width: 1580px;
    margin: 0 auto;
    border: 3px solid #E1E2E3;
    position: relative;
}
.listings-top {
    padding-bottom: 65px;
}
.listings-bottom {
    padding: 65px 0 110px;
}
.control-tools:before,
.control-tools:after {
    content: "";
    width: 45px;
    height: 100%;
    border: 3px solid #E1E2E3;
    border-left: none;
    border-right: none;
    position: absolute;
    top: -3px;
}
.control-tools:before {
    left: -45px;
}
.control-tools:after {
    right: -45px;
}
.ct-cell,
.filter-items li {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.ct-cell,
.filter-items li { 
    border-right: 3px solid #E1E2E3;
}
.ct-cell-first {
    border-left: 3px solid #E1E2E3;
}
.ct-cell-last {
    border-right: none;
}
.ct-cell-full {
    padding: 0 !important;
}
.ct-cell-full > * {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.ct-cell-right {
    margin-left: auto;
}
.filter-items li:last-child {
    border-right: 3px solid #E1E2E3;
}
.filter-items i {
    font-size: 30px;
    margin-right: 13px;
}
.filter-items input {
    border: none;
    background: transparent;
    padding: 0;
    font: 20px 'Source Sans Pro';
    color: #2C2C2C;
}
.filter-items input.w-sm {
    width: 40px;
    text-align: center;
}
.filter-items input.w-md {
    width: 45px;
}
.filter-items input.w-lg {
    width: 55px;
}
.no-results {
	padding-left: 50px;
	margin: auto;
}
.quantity-counter {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 15px;
    left: -5px;
}
.quantity-counter button{
    display: block;
    background: none;
    color: #2C2C2C;
    border: none;
    font: 800 14px/1 Font Awesome\ 5 Pro;
    cursor: pointer;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 1px;
}
.quantity-counter button:last-child{
    top: 16px;
}
.quantity-counter button:after{
    position: relative;
    vertical-align: top;
}
.quantity-counter .counter-plus:after{
    content: '\f077';
}
.quantity-counter .counter-minus:after{
    content: '\f078';
}
.btn-show-filter i {
    margin: 0 0 0 10px;   
}
.btn-close-filter i {
    margin: 0;
    line-height: 1.7;
}
.btn-close-filter:hover i,
.btn-show-filter:hover i,
.control-links a:hover{
    color: #910029;
}
.btn-back:before {
    margin: 2px 8px 0 0 ;
}
.pagination-box {
    margin-left: auto;
    display: flex;
}
.pagination-box .ct-cell > span {
    margin-right: 15px;
}
.pagination {
    display: flex;
}
.btn-back:before,
.pagination .prev-items:after, 
.pagination .next-items:after {
    font: 800 14px/1.5 Font Awesome\ 5 Pro;
}
.btn-back:before,
.pagination .prev-items:after {
    content: "\f053";
    margin-right: 15px;
}
.pagination .next-items:after {
    content: "\f054";
    margin-left: 15px;
}
.pagination-container.select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 20px;
    height: auto !important;
}
.pagination-container.select2-selection .select2-selection__rendered {
    padding-left: 0;
}
.pagination-container.select2-selection .select2-selection__arrow b {
    display: none;
}
.pagination-container.select2-selection .select2-selection__arrow:after {
    content: '\f078';
    font: 800 14px/1 Font Awesome\ 5 Pro;
    vertical-align: top;
    position: relative;
    top: 8px;
    left: 10px;
}
.pagination-dropdown.select2-dropdown {
    min-width: 60px;
    border-radius: 0;
    border-color: #E1E2E3;
    font-size: 20px;
    margin-left: -10px;
}
.pagination-dropdown.select2-dropdown .select2-results__option{
    padding: 0 10px;
}
.control-links {
    display: flex;
    align-items: center;
}
.control-links li {
    padding: 0 17px;
}
.control-links i {
    font-size: 30px;
}
/* Listing Items */
.listings-main .container,
.details-wrapper .container {
    max-width: 1810px;
}
.item-box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.19);
    background: #fff;
}
.item-box .item-top {
    position: relative;
}
.item-box .img-box {
    display: block;
    height: 310px;
}
.item-box .img-box:after {
    content: none;
}
.item-box .item-type {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    background: #252C35;
    text-transform: uppercase;
    padding: 7px 15px;
    letter-spacing: 0.045em;
    letter-spacing: 0.8px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.item-box .item-info {
    padding: 40px 50px 0;
}
.item-box .item-info h3 {
    margin-bottom: 35px;
}
.attribute-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.attribute-list li {
    border-right: 2px solid rgba(37, 44, 53, 0.3);
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: bold;
    padding: 10px 15px 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}
.attribute-list li:first-child {
    padding-left: 0;
}
.attribute-list li:last-child {
    border-right: none;
    padding-right: 0;
}
.attribute-list i {
    font-size: 40px;
    color: #910029;
    margin-bottom: 3px;
}
.listings-main .flexbox {
    align-items: flex-start;
}
.listings-main .flexbox > li {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}
.listings-main .flexbox li:nth-child(3n + 3) {
    margin-right: 0;
}
.listings-main .flexbox > li:nth-child(n + 4) {
    margin-top: 60px;
}
/*=== DETAILS PAGE ===*/
.top-slider-wrapper {
    position: relative;
    min-height: 600px;
    height: calc(100vh - 215px);
}
.top-slider-wrapper .top-slider {
    height: 100%;
}
.top-slider-wrapper .large-text {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}
.top-slider-wrapper .img-box {
    height: 100%;
    background-position: top center;
    background-attachment: fixed;
    border-radius: 0;
}
.top-slider-wrapper .img-box:after {
    content: none;
}
.top-slider-wrapper .container {
    height: 100%;
    z-index: 2;
    align-items: center;
    color: #fff;
    padding: 160px 70px 40px;
}
.top-slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-slider-content .top-slider-text{
    color: #fff;
    text-align: center;
}

.top-slider .slick-list,
.top-slider .slick-track{
    height: 100%;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.top-slider-wrapper .slick-arrows-wrapper {
    z-index: 11;
    left: calc(50% - 850px);
}
.gallery-wrapper {
    margin-bottom: 50px;
}
.gallery-wrapper .container {
    max-width: 1840px;
}
.gallery-slider a {
    display: block;
    height: 245px;
    width: 100%;
}
.gallery-slider a figure {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.details-wrapper {
    padding: 60px 0 110px;
}
.details-wrapper .flexbox {
    flex-wrap: nowrap;
    padding-left: 60px;
}
.details-wrapper .flexbox > div:first-child {
    max-width: 710px;
    flex-shrink: 0;
    padding-right: 95px;
}
.details-wrapper .flexbox > div:last-child {
    flex-grow: 1;
}
.details-wrapper h1{
    line-height: 1.175;
}
.details-wrapper h1 span {
    font-size: 22px;
    letter-spacing: 2.2px;
    margin-bottom: 5px;
    color: inherit;
}
.details-wrapper .attribute-list {
    max-width: 430px;
    margin-bottom: 30px;
}
.details-wrapper .attribute-list li {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 0;
    line-height: 0.8;
}
.details-wrapper .attribute-list li i {
    margin-bottom: 10px;
}
.details-wrapper .details-link {
    display: flex;
    margin-top: 85px;
    padding-left: 40px;
}
.details-wrapper .details-link li {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.55px;
    padding: 10px 25px 0;
    line-height: 1;
}
/*
.details-wrapper .details-link li:first-child {
    border-right: 2px solid rgba(37, 44, 53, 0.3);
}
*/
.details-wrapper .details-link i {
    font-size: 40px;
    color: #910029;
    margin-bottom: 10px;
}
.details-wrapper .details-link span {
    display: block;
}

.main-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.main-gallery > a {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 10px 0;
	height: 220px;
	width: 32%;
}
.main-gallery > a:before {
	content: '';
	background: transparent url('/images/icons/eye.png') no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	height: 60px;
	width: 104px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.main-gallery > a:hover:before {
	opacity: 1;
	visibility: visible;
}
.main-gallery > a figcaption {
	background-color: rgba(145, 0, 41, 0);
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 26px;
	line-height: 1;
	font-family: Georgia,Times, serif;
	position: absolute;
	top: 7%;
	left: 7%;
	transition: all 0.3s ease 0s;
	height: 86%;
	width: 86%;
}
.main-gallery > a:hover figcaption {
	background-color: rgba(145, 0, 41, 0.5);
	padding-top: 40%;
}

/*============== Photo Gallery ==============*/
.gallery-page h1 {
	display: none;
}
.gallery-title {
	display: block !important;
	margin-bottom: 0px;
}
.gallery-title + h2 {
	font-weight: normal;
}
.photo-gal {
	text-align: center;
	padding-bottom: 105px;
	max-width: 1100px;
	margin: auto;
}
.photo-gal .btn {
	margin-top: 50px;	
}
.photo-box a {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}
.photo-box.single-image a {
	opacity: 0;
}
.photo-box.single-image:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: rgba(145, 0, 41, 0.5);
	height: 90%;
	width: 90%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.photo-box.single-image:hover:before {
	opacity: 1;
	visibility: visible;
}
.photo-box.single-image:after {
	content: '';
	background: transparent url('../images/icons/eye.png') no-repeat center center;
	color: #fff;
	text-align: center;
	font-size: 40px;
	height: 60px;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.photo-box.single-image:hover:after {
	opacity: 1;
	visibility: visible;
}
.gal-content {
	position: relative;
	z-index: 5;
	max-width: 1130px;
	margin: -140px auto 0;
	padding: 0 35px 0;
}
.photo-box p {
	position: relative;
	top: 50%;
	line-height: 0;
	text-align: center;
}
.grid-item .photo-box img {
	display: none;
}

/* ---- grid ---- */
#photo-gal-container {
	height: 0px;
	overflow: hidden;
}
.grid {
  margin: 0px auto;
  max-width: 100%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item { 
	width: 340px; 
}
.grid-item {
	background-attachment: scroll;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.grid-item--height2 { 
	height: 450px; 
}
.grid-item--height3 { 
	height: 250px; 
}
.grid-item--height4 { 
	height: 375px; 
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.stock-mod-list {
	text-transform: capitalize;
}

.quoteBtn {
  color: #FFF;
  background-color: #910029;
  font-size: 18pt;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px 0px;
  font-size: 25px;
  font-family: 'Borgia Pro' !important;
  font-weight: bold;
  position: relative;
  padding: 18px 90px 14px 30px;
  cursor: pointer;
  max-width: 500px;
  width: 100%;
}