@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); @import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700); :root { --blue: #30378c; --yellow: #fff200; --dk-grey: #333333; } html, form, body { height: 100%; } body, form { display: flex; flex-direction: column; } #site-wrap { flex: 1 0 auto; } #site-footer { flex-shrink: 0; } body { font-family: 'Open Sans', Arial, sans-serif; color: #000; font-weight: 400; padding: 0px; margin: 0px; font-size: 16px; line-height: 1.5; background-image: url(../images/layout/bg.jpg); } b, strong, label, th { font-weight: 700; } a img { border: 0px none; } h1, h2, h3, h4, .h4, #menu, header, .telephone, .button, select, .newsItem .newsTitle { font-family: 'Open Sans Condensed', sans-serif; font-weight: 700; } h1, h2, h3, h4 { font-weight: 700; text-transform: uppercase; } h1, .h1 { font-size: 2rem; } h1 > small, h4 > span, .h4 > span { font-family: 'Open Sans', sans-serif; } a { color: var(--blue); text-decoration: none; } a:hover { color: #000; text-decoration: none; } hr { border-top: solid 1px #ccc; border-bottom: solid 1px #fff; } h1, h2 { position: relative; } .text-yellow { color: #fff200; } .bg-white { background-color: #fff; } .bg-blue { background-color: var(--blue); color: #fff; } .bg-grey-overlay { background-color: rgba(0,0,0,0.6); } .bg-lt-grey { background-color: #ccc; } .big-link { font-size: 1.5rem; } a.logo-link { text-decoration: none !important; position: relative; } a.logo-link { display: block; background-color: #30378c; color: #fff; text-align: center; font-weight: 500; overflow: hidden; border-radius: 4px; text-decoration: none !important; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } a.logo-link > p { color: #fff; padding: 5px 15px 0px 15px; } a.logo-link:hover { -webkit-transform: scale(1.05); transform: scale(1.05); } a.logo-link img { width: 100%; } a.logo-link.sold { background-color: #333; } a.logo-link.sold img { filter: grayscale(100%); } a.logo-link.sold:before { content: "SOLD"; z-index: 10; font-weight: 700; position: absolute; right: 0px; top: 0px; background-color: red; color: #fff; padding: 5px; } .blue-box-heading { background-color: #30378c; color: #fff; text-align: center; padding: 10px; margin-bottom: 0px; } .blue-box-heading:before { display: none; } .white-box { padding: 30px; background-color: #eaeaea; border-radius: 4px; } .img-center { margin-left: auto; margin-right: auto; float: none; width: auto; } .button { position: relative; display: inline-block; margin: 5px 5px 5px 0px; background-color: #fff200; color: #30378c; padding: 10px 30px !important; border: 0px none; border-collapse: collapse; font-size: 16px; text-decoration: none !important; text-transform: uppercase; } .button:hover { background-color: #30378c; color: #fff; } .button.invert { background-color: #30378c; color: #fff; } .button.invert:hover { background-color: #fff200; color: #30378c; } .filters .button { height: 50px; line-height: 50px; margin: 0px; padding-top: 0px !important; padding-bottom: 0px !important; } .article-content img { max-width: 100% !important; height: auto !important; } #filter-toggle { display: block; position: relative; background-color: var(--blue); color: #fff !important; margin-left: -25px; margin-right: -25px; text-decoration: none !important; border-bottom-left-radius: 4px; } #filter-toggle span { position: absolute; bottom: -30px; right: 0px; background-color: inherit; padding: 15px; border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; transform: none; } #filter-toggle span > i { transition: all 0.5s ease-in-out; } #filter-toggle:hover span > i { transform: translateY(10px); } .collapse.show + #filter-toggle span i { transform: rotate(180deg); } .gallery .gallery-image a { border: 0px none; overflow: hidden; background: url(../images/ajax-loader.png) center center no-repeat; padding-top: 75%; } .gallery .gallery-image.overlay a:before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); z-index: 1; } .gallery .gallery-image a:hover { transform: none; -webkit-transform: none; -moz-transform: none; -o-transform: none; } .gallery .gallery-image a img { transition: all 0.5s ease-in-out; z-index: 0; object-fit: cover; max-width: none !important; max-height: none !important; width: 100%; height: 100%; } .gallery .gallery-image a:hover img { transform: translate(-50%, -50%) scale(1.1); } .gallery .gallery-image a span { z-index: 2; padding-left: 15px; padding-right: 15px; } .gallery .gallery-image a:hover { background-color: transparent !important; } .home-box { margin-top: 15px; margin-bottom: 15px; position: relative; overflow: hidden; } .home-box .full-height { height: 100%; } .home-box .home-box-wrap { position: relative; text-align: center; border-radius: 4px; overflow: hidden; } .home-box .overlay { background-color: rgba(0,0,0,0.3); position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 10; } .home-box img { position: relative; width: 100%; height: auto; z-index: 1; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .home-box:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); } .home-box h3 { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 20; padding: 10px; text-align: center; color: #fff; background-color: rgba(48,55,140,0.6); } .home-box h3:before { display: none; } .home-box .home-box-wrap > p { position: absolute; left: 15px; right: 15px; bottom: 15px; z-index: 20;} .home-search { position: relative; } .home-search select { font-size: 1.4em; height: auto; max-width: 90%; } .home-search .background { background-image: url(../images/layout/search-box-bg.jpg); background-repeat: no-repeat; background-size: cover; } .home-search .side-image { position: absolute; bottom: 0px; max-width: 100%; height: auto; right: 15px; display: none !important; } .home-search h2 { position: relative !important; top: 0px !important; left: 0px !important; color: #000 !important; text-align: left; } .home-box-wrap { position: relative; } #site-banner-wrap { position: relative; width: 100%; overflow: hidden; border-bottom: solid 10px #fff200; } .owl-nav { z-index: 20; } #site-banner { background-color: #fff; margin: 0px auto; max-height: 400px; overflow: hidden; } .owl-carousel .owl-stage-outer { overflow: visible !important; background-color: #333; } .owl-nav > .owl-prev, .owl-nav > .owl-next { position: absolute; color: #999; font-size: 2.0em; background-color: rgba(102,102,102,0.8); color: #fff; padding: 0px 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .owl-nav > .owl-next { right: 15px; z-index: 1; cursor: pointer; } .owl-nav > .owl-prev { left: 15px; z-index: 1; cursor: pointer; } .owl-carousel .owl-item { width: 100vw !important; } .owl-carousel .owl-item a { position: relative; color: inherit !important; text-decoration: none !important; z-index: 20; } .owl-carousel .owl-item .content { display: block; position: relative; background-color: rgba(51, 51, 51, 0.6); color: #fff; padding: 15px; width: 100%; z-index: 10; } .owl-carousel .owl-item .content p { margin: 0px; line-height: normal; } .owl-carousel .owl-item img { position: relative; z-index: 1; aspect-ratio: 450/225 } .owl-carousel .owl-dots { text-align: center; margin-top: 15px; margin-bottom: 15px; } .owl-carousel .owl-dot { background: 0 0; background-color: rgba(0, 0, 0, 0); background-position-x: 0px; background-position-y: 0px; background-repeat: repeat; background-attachment: scroll; background-image: none; background-size: auto auto; background-origin: padding-box; background-clip: border-box; color: inherit; border: none; padding: 0 !important; font: inherit; display: inline-block; } .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px; } .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; } .owl-carousel .h4 { font-size: 2.0em; } .owl-carousel .h4 span { font-family: 'Open Sans', sans-serif; text-transform: none; font-weight: 400; font-size: 0.6em; display: block; line-height: 1.3em; } .slide-down .container { position: relative; } .slide-down { display: block; position: relative; height: auto; right: 0px; width: 100%; z-index: 5; overflow: hidden; background-color: #ececec; box-shadow: none; -moz-box-shadow: none; } .slide-down .slide-down-content { position: relative; display: none; margin: 0px 0px; overflow: hidden; padding: 15px 0px; } .slide-down .slide-down-content #search #searchbox { width: 88%; } .slide-down .slide-down-close { position: absolute; right: 0px; margin-top: 6px; z-index: 2000; } .slide-down .form-group { margin-bottom: 0px; } ul.tick-list, ul.arrow-list { margin: 15px 0px; padding: 0px; } ul.tick-list > li, ul.arrow-list > li { padding-left: 20px; position: relative; display: block; margin: 5px 0px; } ul.tick-list > li:before, ul.arrow-list > li:before { content: "\f058"; color: #30378c; position: absolute; top: 4px; left: 0px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .box ul.tick-list > li:before { color: inherit; } ul.tick-list > li, ul.arrow-list > li { margin: 0px; } ul.arrow-list > li:before { content: "\f105"; color: #30378c; } #site-header { } #site-header #top-bar { color: var(--blue); text-transform: uppercase; text-transform:uppercase; } #site-header #top-bar a { display: inline-block; margin: 0px 5px; } #site-header #site-logo { position: absolute; left: -15px; top: -32px; z-index: 100; height: 122px; } #site-header #site-logo > img { max-height: 100%; width: auto !important; } #site-header .navbar { min-height: 60px; } #site-header .navbar .navbar-toggler { position: absolute; right: 0px; top: 15px; } #site-header .navbar .navbar-collapse { margin-top: 100px; margin-bottom: 15px; margin-left: -15px; margin-right: -15px; } #site-header .nav-link { text-transform: uppercase; color: #fff; padding: 5px 15px; } #site-header .nav-link:hover, #site-header .nav-link:active, #site-header .nav-item.show .nav-link { text-transform: uppercase; color: #fff; background-color: var(--blue); } #site-header .nav-link[data-toggle]:after { content: "\f0d7"; display: inline-block; margin-left: 5px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #site-header .dropdown-menu { background-color: var(--blue); color: #fff; text-transform: uppercase; border-radius: 0px; border: 0px none; margin: 0px; z-index: 2000; } #site-header .dropdown-menu a { color: #fff; font-weight: inherit; font-weight: inherit; text-transform: none; } #site-header .dropdown-menu a:hover { background-color: var(--yellow); color: var(--blue); } #site-footer { color: #fff; } #site-footer .telephone { font-size: 2.6em; } #site-footer img { margin: 5px 5px; } #site-footer a { color: inherit; } #site-footer .social a { display: inline-block; } #cookiebar { position: fixed; bottom: 0px; left: 0px; right: 0px; top: auto; } lite-youtube { max-width: 100% !important; } .img-fluid { height: auto !important; width: 100% !important; } .alert-danger a:hover { color: inherit; } .badge-primary { background-color: rgba(0,0,0,0.6); } .form-control { font-family: inherit; font-size: inherit; font-size: inherit; } @media (min-width: 512px) { } @media (min-width: 768px) { #site-banner { width: 600px; max-height: none; overflow: visible; } .owl-carousel .owl-item { width: 600px !important; } .owl-carousel .owl-item .content .h4 { font-size: 2.6em; } .owl-carousel .owl-item .content { position: absolute; padding: 15px; width: auto; left: 30px; bottom: 30px; text-align: left; color: #fff; max-width: 90%; } .owl-carousel .owl-item .content p:first-child { font-size: 2.0em; } .owl-carousel .owl-item a { display: block; } .owl-nav { display: block; position: absolute; top: 50%; width: 100%; } .owl-carousel .owl-dots { display: none; } .owl-carousel .owl-item a:before { content: ""; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 2; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; } .owl-carousel .owl-item a:hover:before { box-shadow: inset 0px 0px 40px rgba(0,0,0,0.3); } .owl-carousel .owl-item { opacity: 0.5; transition: all 0.5s ease-in-out; } .owl-carousel .owl-item.active, .owl-carousel .owl-item.active .content { opacity: 1; } } @media (min-width: 992px) { #site-banner { width: 900px; } .owl-carousel .owl-item { width: 900px !important; } #site-header #site-logo { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); z-index: 100; max-width: 100%; height: auto; } #site-header .navbar .navbar-collapse { margin: 0px !important; } #site-header .nav-item:first-child, #site-header .nav-item:nth-child(2), #site-header .nav-item:nth-child(3), #site-header .nav-item:nth-child(4) { display: none !important; } #site-header .nav-link { padding: 25px 10px; } } @media (min-width: 1200px) { #site-banner { width: 1110px; } .owl-carousel .owl-item { width: 1110px !important; } }@keyframes swiper { from { left: 5px; } to { left: calc(100% - 30px); transform: rotateY(180deg); }}@-webkit-keyframes swiper { from { left: 5px; } to { left: calc(100% - 30px); transform: rotateY(180deg); }}