/* Preloader */

.home-page {
    overflow: hidden;
}

/* Preloader */

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#f7f7f7;z-index:120}
#status{width:200px;height:200px;position:absolute;left:50%;top:50%;background-image:url(../img/preloader/three-dots.svg);background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px}

/* /Preloader */

/* General */

@font-face {
  font-family: 'Trajan';
  src: url('../fonts/Trajan.ttf')  format('truetype');
}

body {
	color: #4d4d4d;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
	color: #4d4d4d;
	font-family: 'Trajan', serif;
}

h4, h5, h6 {
	color: #4d4d4d;
	font-family: 'Muli', sans-serif;
}

a {
	outline: 0;
	color: #0e4384;
    cursor: pointer;
}

a,
a:focus,
a:hover,
ul.pagination > li {
	color: #6587ad;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

ul {
	list-style: none;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
	background-color: #fff;
	border: 2px solid #e6e9ef;
	-webkit-box-shadow: inset 0 1px 2px rgba(102, 102, 102, 0.1);
	        box-shadow: inset 0 1px 2px rgba(102, 102, 102, 0.1);
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    border: 2px solid #c7c7c7;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

/* /General */

/* Elements */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}
.text-center {
	text-align: center;
}

.break {
    margin: 0;
}

.break:after {
	content: "";
	height: 2px;
	width: 50px;
	display: block;
	margin: 15px 0;
	background: #d9b89e;
}

.blue-box {
	padding: 20px 0px;
	background: #24346b;
	background: -webkit-linear-gradient(left,  #24346b 0%,#0e4384 35%,#0e4384 65%,#24346b 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(#24346b),color-stop(35%, #0e4384),color-stop(65%, #0e4384),to(#24346b));
	background: -o-linear-gradient(left,  #24346b 0%,#0e4384 35%,#0e4384 65%,#24346b 100%);
	background: linear-gradient(to right,  #24346b 0%,#0e4384 35%,#0e4384 65%,#24346b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24346b', endColorstr='#24346b',GradientType=1 );
}

.beige-box {
	padding: 20px;
	background: #fff;
	border: 2px solid #d9b89e;
}

.white-box {
	padding: 20px;
	background: #fff;
	border-bottom: 2px solid #d9b89e;
}

.emphasis p {
	padding: 10px;
	text-align: center;
	font-style: italic;
	background: #fff;
}

.llc-list {
	margin: 0 0 1rem;
}

.llc-list li {
	padding-left: 20px;
	margin-bottom: 10px;
}

.llc-list li:nth-child(odd) {
	background: url('../img/icons/blue-icon.png') no-repeat left center;
	background-size: 12px;
}

.llc-list li:nth-child(even) {
	background: url('../img/icons/red-icon.png') no-repeat left center;
	background-size: 12px;
}

#flashMessage,
#searchMessage {
    width: 96%;
    max-width: 1170px;
    margin: 10px auto;
    padding: 15px 10px;
    text-align: center;
}

.page-content .success {
    color: #0e4384;
    background-color: #fff;
}

/* /Elements */

/* Auth */

.icing_auth .full-height {
  height: auto;
  min-height: 1px;
  padding: 50px 0;
}

.icing_auth .js-particles {
  display: none;
}

.icing_auth .page-banner {
  margin-bottom: 0;
}

.icing_auth .bg-primary {
  background: #f8f8f8 !important;
}

.icing_auth .footer-address {
  margin-top: 0;
}

.icing_auth .text-light {
  color: #4d4d4d !important;
}

.icing_auth .row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.icing_auth input {
  margin-bottom: 0;
}

.icing_auth .btn {
  margin: 0;
}

.icing_auth .btn-primary {
  background: #741c31 !important;
  border-color: #741c31 !important;
}

/* /Auth */

/* Buttons */

.main-btn-div {
		color: #fff;
	width: auto;
	font-weight: 700;
	padding: 10px 30px;
	background: #0e4384;
	border: 3px solid #fff;
	display: inline-block;

}

.main-btn-a {

	display:block;
}



.main-btn,
.submit input {
	color: #fff;
	width: auto;
	font-weight: 700;
	padding: 10px 30px;
	background: #0e4384;
	border: 3px solid #fff;
	display: inline-block;
}

.main-btn.red-btn,
.submit input.red-btn {
	background: #741d31;
}

.submit input {
    font-size: 25px;
}

.main-btn:hover,
.submit input:hover {
	color: #fff;
	background: #2769b3;
}

.main-btn.red-btn:hover,
.submit input.red-btn:hover {
	background: #ae1542;
}

/* /Buttons */

/* Login */

.logo-alt-box span {
    display: none;
}

.logo-alt-box h5 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.logo-alt-box h5:after {
	content: "";
	height: 2px;
	width: 50px;
	display: block;
	margin: 15px auto;
	background: #d9b89e;
}

.login-box {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.login-box .btn {
    color: #fff;
    width: auto;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    background: #0e4384;
    border: 3px solid #fff;
    display: inline-block;
}

.login-box .btn:hover {
    color: #fff;
    background: #2769b3;
}

.login-box .col-sm-6 {
    width: 49%;
    display: inline-block;
}

.login-box h4 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}

.login-box h4:nth-of-type(2) {
    padding-left: 5px;
}

.login-box .text-muted .fa {
    color: #9a9da0;
    margin-right: 5px;
}

.login-box .text-muted a {
    color: #9a9da0;
}

/* /Login */

/* Header */

#menu {
    padding: 15px 0px;
    background: #24346b;
	/*background: -moz-linear-gradient(left,  #24346b 0%, #0e4384 35%, #0e4384 65%, #24346b 100%);
	background: -webkit-linear-gradient(left,  #24346b 0%,#0e4384 35%,#0e4384 65%,#24346b 100%);
	background: linear-gradient(to right,  #24346b 0%,#0e4384 35%,#0e4384 65%,#24346b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24346b', endColorstr='#24346b',GradientType=1 );*/
    position: fixed;
	width:100%;
	z-index: 100;
}

.header-row {
    position: relative;
    z-index: 4;
}

#menu .logo {
    width: 285px;
}

.company-logo {
	display: inline-block;
	position: relative;
	z-index: 100;
}

.mobile-logo {
    display: none;
}

.company-line {
    background: #741d31;
    height: 35px;
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.main-menu {
    text-align: right;
    margin: 5px 0px 0px;
    padding-top: 3.1%;
}

.main-menu li {
    padding: 0px 10px;
	position: relative;
    display: inline-block;
    font-family: 'Trajan', serif;
}

.main-menu li:last-of-type {
    padding-right: 0;
}

.main-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 0px 25px;
    display: inline-block;
}

.main-menu li:hover > a {
    color: #d9b89e;
}

.main-menu .sub-menu {
    right: auto;
    left: 0;
    top: 45px;
	margin: 0;
	width: 240px;
	text-align: left;
	position: absolute;
	border: 2px solid #fff;
    background: rgba(36, 52, 107, 0.85);
	display: none;
	z-index: 10;
}

.main-menu .sub-menu:after,
.main-menu .sub-menu:before {
	bottom: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.main-menu .sub-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: rgba(36, 52, 107, 1);
	border-width: 10px;
	margin-left: -10px;
}

.main-menu .sub-menu:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}

.main-menu li:hover .sub-menu {
	display: block;
}

.main-menu .sub-menu li {
    display: block;
    padding: 0px 10px;
}

.main-menu .sub-menu li a {
	display: block;
	font-size: 16px;
	padding: 5px 0px;
	font-weight: normal;
    font-family: 'Muli', sans-serif;
}

.slicknav_menu {
	top: 20px;
	right: 0;
	width: 100%;
	padding: 0px;
	position: absolute;
	background: none;
	display: none;
	z-index: 20;
}

.slicknav_btn {
	right: 15px;
	padding: 10px;
	border-radius: 0;
	margin: 0px 0px 20px;
	background: rgba(255,255,255,0.4);
}

.slicknav_nav {
	padding: 10px 0px;
	background: rgba(36, 52, 107, 0.85);
}

.slicknav_menu .slicknav_icon {
	width: 30px;
	height: auto;
}

.slicknav_menu .slicknav_icon-bar {
	width: 30px;
	height: 5px;
}

.slicknav_nav a {
	font-size: 16px;
	font-weight: 700;
}

.slicknav_nav .slicknav_arrow {
	float: right;
}

.slicknav_nav .sub-menu a {
	font-weight: normal;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	color: #d9b89e;
	background: none;
}

.link-highlight {
  background: rgba(255,255,255,.8);
}

.slicknav_nav .link-highlight a,
.main-menu .link-highlight a {
  color: #24346b;
}

/* /Header */

/* Banner */

.home-banner {
    background: url('../img/banners/home-banner.jpg');
    background-position: center bottom;
	border-bottom: 3px solid #24346b;
}

.home-banner .row {
    padding: 300px 0px;
}

.home-banner h1 {
    font-size: 45px;
    font-weight: 700;
	letter-spacing: 2px;
}

.home-banner h3 {
    font-size: 20px;
	font-weight: 700;
    text-transform: uppercase;
}

.welcome-banner {
    padding: 150px 0px;
    background: url('../img/banners/welcome-banner.jpg');
}

.welcome-banner h3 {
    font-weight: 700;
}

.page-banner {
	margin: 0px 0px 50px;
    background: url('../img/banners/estateagentbanner.jpg');
	background-position: center bottom;
}

.page-banner .row {
    padding: 190px 0px;
}

.rct-banner {
	padding: 150px 0px;
    background: url('../img/banners/rct-banner.jpg');
}

.rct-banner img {
	padding: 0px 0px 20px;
}

.banner {
	text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner .break:after {
    margin: 15px auto;
}

.banner h1,
.banner h3,
.banner p {
	color: #fff;
}

/* /Banner */

/* Index */

.home-page .page-content {
    position: relative;
}

.home-page .message {
    position: absolute;
    left: 0;
    right: 0;
    top: -135px;
    z-index: 10;
}

.search-area {
    min-height: 123px;
	margin: -60px 0px 40px;
}

.search-area .input input {
    width: 100%;
}

.search-area .search-submit {
    text-align: center;
}

.search-area label {
    color: #fff;
    font-size: 16px;
}

.search-area .main-btn {
    font-size: 20px;
    margin: 23px 0px 0px;
    background: #741d31;
    cursor: pointer;
}

.search-area .main-btn:hover {
    background: #ae1542;
}

.subtitle h2 {
    margin: 15px 0px 0px;
}

.subtitle .break:after {
	margin: 15px 0px;
}

.grey-panel {
	background: #f8f8f8;
}

/* Recent Properties */

#recent-panel {
	padding: 30px 0px;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #0e4384;
  font-size: 15px;
  font-weight: 700;
  background: transparent;
  border: 2px solid #0e4384;
}

.owl-theme .owl-controls .owl-buttons div:hover {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.recent-property {
	margin: 0px 10px;
    text-align: center;
}

.recent-property .photo {
    height: 230px;
    overflow: hidden;
}

.recent-property .photo img {
    width: auto;
    height: 90%;
}

.recent-property .details {
	background: #fff;
	padding: 10px 5px;
    min-height: 180px;
	border: 1px solid #eee;
}

.recent-property h4 {
    color: #0e4384;
    font-weight: 700;
}

.recent-property h5 {
    min-height: 56px;
}

.recent-property span {
    font-style: italic;
}

/* /Recent Properties */

.key-section {
	margin: 40px 0px;
    text-align: center;
}

.key-section:hover img {
	opacity: 0.8;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.key-section h4 {
	color: #333;
	font-weight: 700;
	padding: 15px 0px 0px;
}

.key-section:hover h4 {
	color: #0e4384;
}

.key-section .break:after {
	margin: 15px auto;
}

/* /Index */

/* Pages */

.white-box .large-6:last-of-type {
	text-align: right;
}

.white-box .job {
	color: #d9b89e;
	font-weight: 700;
	font-style: italic;
	padding: 0px 0px 5px;
	display: inline-block;
}

.contact-box {
    margin: 0px 0px 30px;
}

.contact-box h4 {
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.company-address {
	text-align: center;
}

.company-address ul {
	margin: 0;
}

.page-form label {
    color: inherit;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}

.page-form .submit {
    text-align: center;
}

.page-form .error {
    margin: 0;
    padding: 0;
    color: inherit;
    border: none;
    background: none;
}

.page-form .form-error {
    margin: 0 0 1rem;
    border: 2px solid #ffbaba;
}

.page-content form .input,
.contact-form .input {
	position: relative;
}

.page-content form .required label:after,
.contact-form .required label:after {
	top: 0;
	right: 0;
	color: #c41532;
	position: absolute;
    content: "\2022";
}

.page-content form .required:after {
    display: none;
}

.contact-form .submit {
	text-align: center;
}

.tabs iframe {
	border: 0;
	width: 100%;
	height: 500px;
}

form .required:after {
	content:"";
}

form .required label:after {
	content:" *";
	color:#EE3322;
	display:inline;
}

/* /Pages */

/* Listings */

.side-bar .search-area {
    min-height: 433px;
	margin: 0px 0px 20px;
}

.side-bar .search-area .large-3 {
	width: 100%;
}

.side-bar .search-area .main-btn {
	font-size: 18px;
	background: #d9b89e;
}

.side-bar .downloads {
	text-align: center;
}

.side-bar .downloads h5 {
	font-weight: 700;
}

.side-bar .downloads ul {
	margin: 0;
}

.side-bar .downloads a {
	display: block;
	padding: 0px 0px 5px;
}

.list-view {
	background: #f5f5f5;
}

.listing {
	margin: 0px 0px 20px;
}

.listing .row {
	background: #fff;
	border-left: 1px solid #e6e9ef;
	border-right: 1px solid #e6e9ef;
	-webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.3);
	        box-shadow: 0 3px 3px -3px rgba(0,0,0,0.3);
  margin-left: 0;
  margin-right: 0;
}

.listing .row:first-of-type {
	border-top: 1px solid #e6e9ef;
}

.list-shot {
	text-align: center;
	position: relative;
	margin: 0px 0px 15px;
}

.list-shot a {
  min-height: 169px;
  display: block;
  background: #eee;
}

.list-shot img {
	width: 100%;
}

.list-type {
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	display: inline-block;
	background: rgba(26, 77, 133, 0.75);
}

.list-address h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0px;
}

.list-overview .list-price {
	border: none;
	padding: 15px 10px;
	margin: 0px 0px 10px;
	background: #741d31;
}

.list-overview .list-price h5 {
	margin: 0;
	color: #fff;
	font-weight: 700;
}

.list-overview .list-price .large-6:last-of-type {
	text-align: right;
}

.list-overview p {
    text-transform: lowercase;
}

.list-overview p:first-letter {
    text-transform: uppercase;
}

.list-overview .main-btn {
	float: right;
	font-size: 18px;
	margin: 0px 0px 10px;
}

.listing .list-icons {
	background: #f6f9ff;
	border: 1px solid #e6e9ef;
}

.listing .list-icons span {
	padding: 10px;
	display: inline-block;
	border-right: 1px solid #e6e9ef;
}

.listing .list-icons span:last-child {
	border-right: 0;
}

.listing .list-icons .fa {
	color: #0e4384;
	padding-right: 6px;
}

/* /Listings */

/* Property */

.cost-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    background: #ffffff;
    border: 2px solid #d9b89e;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cost-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: space-between;*/
}

.cost-info h4,
.cost-info span {
    font-size: 19px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}

.cost-info h4 {
    color: #4d4d4d;
    min-width: 70px;
}

.cost-info span {
    width: 100%;
    color: #fff;
    padding: 0px 10px;
    margin: 0px 0px 5px;
    background: #d9b89e;
}

.slider {
	text-align: center;
}

.property-nav {
    background: none;
}

.custom-slider-fix,
.slick-dotted.slick-slider {
    height: auto;
}

.slick-slide:focus {
    outline: 0px solid transparent;
}

.slick-slide img {
	margin: 0 auto;
}

.property-slider .slick-slide {
	background: #fff;
	border: 1px solid #e6e9ef;
}

.property-slider-arrows .slick-prev:before,
.property-slider-arrows .slick-next:before {
  color: #fefefe;
  font-size: 37px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
}

.property-slider-arrows .slick-prev,
.property-slider-arrows .slick-next {
  z-index: 99;
  width: 35px;
  height: 32px;
}

.property-slider-arrows .slick-prev {
  left: 20px;
}

.property-slider-arrows .slick-next {
  right: 20px;
}

.property-nav {
    margin: 0px 20px;
}

.property-nav .slick-slide {
	padding: 10px;
  max-height: 134px;
  overflow-y: hidden;
}

.slick-prev,
.slick-next {
	width: 25px;
	height: 25px;
}

.slick-prev:before,
.slick-next:before {
	color: #0e4384;
}

.info-box {
	float: left;
	width: 20%;
	padding: .75rem 1.25rem;
	text-align: left;
	background: #fff;
	border: 1px solid #e6e9ef;
	border-right: none;
}

.info-box:last-of-type {
	border-right: 1px solid #e6e9ef;
}

.info-box .fa {
  color: #a8b2c7;
	font-size: 20px;
  margin-right: 10px;
}

.info-box h5 {
  margin: 0;
  font-size: 16px;
  display: inline-block;
}

.white-box {
	background: #fff;
}

.side-panel .info-box {
	width: 100%;
}

.side-panel .info-box {
	border: 1px solid #e6e9ef;
	border-bottom: none;
}

.side-panel .info-box:last-of-type {
	border-bottom: 1px solid #e6e9ef;
}

.side-panel .info-box .info-options {
  font-size: 25px;
  text-align: center;
  display: block;
}

.page-details {
	padding: 10px;
	background: #fff;
	border: 1px solid #e6e9ef;
}

.content-wrap section {
    padding: 20px 10px 10px;
	background: #fff;
	border: 1px solid #e6e9ef;
}

.tab-background-none {
    background: none
}

.tabs nav {
	background: #fff;
}

.tabs nav a {
	color: #74777b;
	padding: 0.25em 0 0.5em;
	border-left: 1px solid #e6e9ef;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs nav li:last-child a {
	border-right: 1px solid #e6e9ef;
}

.tabs nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #0e4384;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}

.tabs nav .tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tabs nav .tab-current a {
	color: #0e4384;
}

.tabs nav a span {
	font-weight: 700;
}

.energy-sheet {
    margin: 0px 0px 10px;
}

.energy-sheet img {
    width: 100%;
    max-width: 415px;
}

.already-let-agreed {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #e6e9ef;
    font-family: 'Muli', sans-serif;
    padding: 15px 10px;
    background: #741d31;
}

.main-btn-a .fa {
	padding: 5px;
	padding-right: 15px;
}

/* /Property */

/* Footer */

.go-up {
	color: #666;
  right: 25px;
  bottom: 25px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 32px;
	position: fixed;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #666;
	display: none;
	z-index: 10;
}

.go-up:hover {
	color: #fff;
	background: #0e4384;
	border-color: #fff;
}

.llc {
	left: 0;
	right: 0;
	top: -50px;
	margin: auto;
	text-align: center;
	position: absolute;
}

.footer-address {
    margin-top: 50px;
	padding: 40px 0px 70px;
}

.footer-address .columns {
	text-align: center;
}

.footer-address h6 {
	margin: 0;
	min-height: 85px;
	font-weight: 700;
	line-height: 25px;
	padding: 30px 10px;
	border-radius: 5px;
	display: inline-block;
	background: #f5f5f5;
}

.list-view .footer-address h6 {
	background: #fff;
}

.footer-links {
    padding: 65px 0px;
	text-align: center;
	position: relative;
	background: url('../img/footer/pattern.png');
}

.footer-links h4,
.footer-links a {
    color: #c9c9c9;
}

.footer-links h4 {
	font-size: 18px;
	font-weight: 700;
}

.footer-links a:hover {
	color: #fff;
}

.footer-links ul {
	margin: 0;
}

.footer-links li {
	padding: 0px 0px 5px;
}

.footer-links .fa {
	font-size: 35px;
	display: inline-block;
}

.footer-links .fa:hover {
	color: #d9b89e;
}

.footer-links .fa-facebook-square {
	padding-right: 10px;
}

.footer-links .accordion-content {
    display: block;
    background: none;
    border: none;
}

.footer-links :last-child>.accordion-content:last-child {
    border: none;
}

.company {
	padding: 15px 0px;
    background: #121212;
}

.company .columns:last-of-type {
	text-align: right;
}

/* /Footer */

/* Print View */

.property-flex-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.print-section h1,
.print-section h2,
.print-section h3,
.print-section h5,
.print-section h6,
.print-section p {
    margin: 0;
    padding: 0;
}

.print-wrapper {
    max-width: 160mm;
    padding-top: 15mm;
    display: block;
    margin: 0 auto;
}

.print-section h1,
.print-section h2,
.print-section h5,
.print-section h6 {
    font-family: sans-serif;
}

.print-section h1,
.print-section h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    padding: 8px 0;
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;
}

.print-address h1 {
    margin-bottom: 5px;
}

.print-address h2 {
    font-size: 20px;
    border-top: none;
}

.print-features {
    padding: 15px 0;
}

.print-features h5,
.print-costing h5 {
    color: #4d4d4d;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
}

.print-features h5 {
  max-width: 430px;
  margin: 0 auto;
}

.print-costing {
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;
    text-align: center;
    padding: 8px 0;
}

.main-property-image div,
.property-images div {
    display: none;
}

.main-property-image div:first-of-type,
.property-images div:nth-child(2),
.property-images div:nth-child(3),
.property-images div:nth-child(4) {
    display: block;
}

.main-property-image img {
    width: 100%;
}

.main-property-image div:first-of-type {
  max-height: 453px;
  overflow: hidden;
}

.property-images div:nth-child(2),
.property-images div:nth-child(3),
.property-images div:nth-child(4) {
	height: 133px;
  overflow: hidden;
  margin-bottom: 20px;
}

.property-images img {
    width: 100%;
}

.property-images div {
    padding: 5px;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.company-section {
    border-top: 2px solid #888;
    padding-top: 25px;
    text-align: center;
}

.company-section h6 {
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
}

/* /Print View */

/* Pagination */

.pagination:not('ul') {
    margin: 20px 0px;
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
}

.pagination:not('ul') .active > a {
    color: #fff;
    border: none;
	background: none;
}

.pagination:not('ul') .active {
	background: #741d31;
}

.pagination:not('ul') a:hover,
.pagination:not('ul') a:focus,
.pagination:not('ul') .active:hover,
.pagination:not('ul') .active:focus {
    color: #fff;
	background: #2769b3;
}

.pagination-split {
    border: none;
}

ul.pagination {
    margin: 0;
    padding: 0;
    line-height: 1;
	  display: block;
    overflow-y: hidden;
    margin-bottom: 35px;
}

ul.pagination > li {
    text-align: center;
  	cursor: pointer;
    display: inline-block;
}

ul.pagination > li a {
  display: block;
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #898989;
  padding: 12px 16px;
  border-radius: 50px;
  margin: 0 4px;
}

ul.pagination > li.active a {
	background: #741d31;
}

ul.pagination > li.disabled {
  opacity: 0.2;
}

ul.pagination > li.disabled a {
  cursor: not-allowed;
}

ul.pagination > li:first-of-type,
ul.pagination > li:last-of-type {
  max-width: 70px;
}

ul.pagination > li:hover a,
ul.pagination > li:last-of-type:hover a,
ul.pagination > li:first-of-type:hover a,
ul.pagination > li:last-of-type a,
ul.pagination > li:first-of-type a {
	background: #0e4384;
}

ul.pagination > li:first-of-type a {
  margin-left: 0;
}

ul.pagination > li:last-of-type a {
  margin-right: 0;
}

ul.pagination > li:hover > a,
ul.pagination > li.active > a,
ul.pagination > li:last-of-type > a,
ul.pagination > li:first-of-type > a {
	color: #FFF;
	font-weight: 600;
}

/* /Pagination */


/* Search Overlay */

.searchbox-overlay-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .90);
	text-align: center;
	-webkit-transition: all ease-in-out .25s;
	-o-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	z-index: 999;
}

.searchbox-overlay-wrapper {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.modal-search-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.searchbox-overlay-wrapper .close-fullscreen {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 18px 25px;
  line-height: normal;
  font-size: 26px;
	-webkit-transition: transform ease-out .2s;
	-o-transition: transform ease-out .2s;
	-webkit-transition: -webkit-transform ease-out .2s;
	transition: -webkit-transform ease-out .2s;
	transition: transform ease-out .2s;
	transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	z-index: 10;
}
.searchbox-overlay-wrapper .close-fullscreen:link,
.searchbox-overlay-wrapper .close-fullscreen:visited {
	color: #fff;
}
.searchbox-overlay-wrapper .form-insert-headerSearchForm {
	display: inline-block;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
	visibility: hidden;
	width: 80%;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.searchbox-overlay-wrapper.show-overlay .form-insert-headerSearchForm {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.searchbox-overlay-wrapper .form-insert-headerSearchForm .header-search-form {
	position: relative;
	vertical-align: middle;
}
.searchbox-overlay-wrapper .form-insert-headerSearchForm .header-search-form:focus {
	outline: none;
	border: none;
}
.fullscreen-search-icon {
	font-size: 30px;
	position: absolute;
	right: 15px;
	width: 25px;
	top: 30px;
	color: #fff;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
	border: none;
	outline: none;
	color: #fff !important;
}
.fa.fa-search.fullscreen-search-icon {
	float: right;
	position: relative;
	right: 0;
	vertical-align: middle;
	top: -30px;
}
.searchbox-overlay-wrapper .form-insert-headerSearchForm .header-search-form input[type=submit] {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	cursor: pointer;
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: transparent;
	border: 0;
	right: 0;
	top: 0;
}
.searchbox-overlay-wrapper .form-insert-headerSearchForm .header-search-form input[type=text] {
	margin: 0; padding: 0; border: 0;
	display: block;
	height: 45px;
	background-color: transparent;
	-webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
	box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
	text-align: center;
	font-size: 35px;
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.searchbox-overlay-wrapper .form-insert-headerSearchForm .header-search-form input[type=text]:focus{
	border: none;
	outline: none;
}

.searchbox-overlay-wrapper.show-overlay {
	visibility: visible;
	opacity: 1;
}

.modal-search-input,
.modal-search-input:focus {
  margin: 0;
  background: transparent;
  border: 0;
  font-size: 28px;
  padding: 8px 0;
  padding-right: 40px;
  border-bottom: 2px solid #6a6a6a;
  height: 55px;
  outline: none;
  box-shadow: none;
  color: whitesmoke;
  transition: border .35s ease;
}

.modal-search-input:focus {
  border-bottom-color: whitesmoke;
}

.modal-search-label {
  float: right;
  color: #c7c7c7;
  letter-spacing: 2px;
  font-size: 16px;
  margin-top: 7px;
  display: inline-block;
}

.search-icon-btn {
  position: absolute;
  top: 6px;
  right: 16px;
  color: #c7c7c7;
  padding: 11px 12px;
  padding-right: 0;
  outline: none;
  z-index: 99;
}

.position-relative {
  position: relative;
}

.flex-middle-align {
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.w-100 {
  width: 100%;
}

.m0 {
  margin: 0;
}

/* Search Button */
.searchbox-overlay-wrapper .form-insert-headerSearchForm .header-search-form input[type=text]:focus{
	-webkit-box-shadow: 0px 3px 0px 0px #741d31 !important;
	        box-shadow: 0px 3px 0px 0px #741d31 !important;
}

/* // Search Overlay */

.icon-left {
  margin-right: 5px;
}

@media (max-width: 767px) {

  .property-nav .slick-dots {
    display: none !important;
  }

}
