@import url("/3rdparty/global/css/global-v1.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Book.woff") format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Bold.woff") format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham-Black.woff") format('woff');
    font-weight: 700;
}

@font-face {
font-family: 'Youth Power Regular';
font-style: normal;
font-weight: normal;
src: local('Youth Power Regular'), url('/fonts/3A9CBD_0_0.woff2') format('woff');
}

html,body {
	font-family: 'Gotham', sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	font-weight: 400;
	padding-bottom: 1.2em;
	color: #5f5f5f;
	margin: 0px;
	padding: 0px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }

button, input, optgroup, select, textarea,
.sib-form .input, .sib-form .input__affix {
	font-family: 'Gotham', sans-serif !important;
}

body {
	display: flex;
	flex-direction: column;
	padding-top: 100px;
}

.fancybox-close {
	background-image: url(/img/close.svg);
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	color: red;
	background-position: center center;
	background-repeat: no-repeat;
}

.slick-slide:focus {
	outline: none;
}

#wrap {
	flex: 1 0 auto;
}

#footer {
	flex-shrink: 0;
}

strong {
	font-weight: 600;
}

.container {
	max-width: 1190px;
}

.sib-form {
	font-family: 'Gotham', sans-serif;
	font-size: 15px;
	line-height: 25px;
}

/* - - - G L O B A L - C S S - - - */


.ratio-135:before {
	padding-top: 135%;
}

.ratio-200:before {
	padding-top: 200%;
}

.column-1-9 {
	width: 11.111111%;
}

#headerhomepage {
	background-image:  url(/img/video_overlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #e1e1e1;
	position: relative;
}

.header-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	transform: translate(-50%, -50%);
}

.header-content h1 {
	font-size: 90px;
	line-height: 90px;
	transform: rotate(-3deg);
	margin-bottom: 25px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
}

.header-content a {
	margin: 5px 0px;
	padding: 10px 25px;
	background-color: rgba(220, 29, 45, 0.8);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.header-content a:hover {
	text-decoration: none;
	background-color: rgba(0, 62, 166, 0.8);
}

#subheaderhomepage {
	width: 100%;
}

#headerhomepage form,
#sitesearchform_overview {
	max-width: 610px;
	display: block;
	overflow: hidden;
	height: 60px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	margin-top: 50px;
}

#sitesearchform_overview {
	max-width: 100%;
	height: 45px;
	margin-top: 0px;
}


#headerhomepage input,
#sitesearchform_overview input,
#sitesearch_detail input {
	border-radius: 0;
	font-weight: 300;
	font-size: 20px;
	width: 100%;
	line-height: 60px;
	height: 60px;
	padding-left: 20px;
	color: #000;
	border: 1px solid #eee;
}

#sitesearchform_overview input,
#sitesearch_detail input {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

#headerhomepage button,
#sitesearchform_overview button,
#sitesearch_detail button {
	height: 60px;
	width: 60px;
	border: 0;
	font-size: 0;
	border-radius: 0;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
	font-size: 25px;
	color: #DC1D2E;
}

#sitesearchform_overview button,
#sitesearch_detail button {
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 20px;
}

#sitesearch_detail button {
	right: 15px;
	font-size: 17px;
}

#homesearch,
#staticsearch {
	background-color: #003da5;
	background-image: url(/img/footer-bg.jpg);
	margin-top: 50px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: -50px;
	padding: 65px 0px;
	color: #fff;
}

#homesearch {
   margin-bottom: 0px;
}

#staticsearch {
	background-color: #ebebeb;
	background-image: none;
	color: #444;
	padding: 35px;
	margin-top: 0px;
}

#homesearch .quicksearchform div.form-group,
#staticsearch .quicksearchform div.form-group {
	float: left;
	width: 33.33333%;
	padding-right: 1%;
}

#homesearch #advancedsearchlink,
#staticsearch #advancedsearchlink {
	display: none;
}

#static-search .quicksearchform select {
	border: 1px solid #444;
}

.form-1-5 {
	width: 20% !important;
}

#homesearch .quicksearchform label,
#staticsearch .quicksearchform label {
	text-transform: uppercase;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 14px;
}

#headerhomepage button:hover {
	background-color: #003da5;
}

#newsblock {
	width: 100%;
	max-width: 1520px;
	padding: 65px;
	background-color: #DC1D2E;
	color: #fff;
	margin: 0px auto;
	margin-bottom: 100px;
}

#newsblock a {
	color: #fff;
}

#newsblock .newsitem_content {
	width: 90%;
	display: inline-block;
}

#newsblock h2,
#homesplit h2,
#featured-listings h2,
#team_homepage h2, 
#newsletter h2,
#homesearch h3,
#staticsearch h3,
#staticblock h2,
#staticblock-gray h2,
#agentsoverviewpage h1 {
	font-size: 75px;
	line-height: 75px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#homesearch h3,
#staticsearch,
#staticblock h2,
#agentsoverviewpage h1 {
	margin-bottom: 25px;
	text-align: left;
}

#newsblock .btn,
.sib-form-block .btn,
#homesearch input[type=submit],
#staticsearch input[type=submit],
#staticblock-gray .btn,
#staticblock .btn,
#plaincontent .btn,
#newsoverview .btn,
#alsoread .btn,
#formMortgage .btn,
#container-agent-detail .btn,
#static-page .column-2-3 .block .btn,
.agent .info .btn {
	background-color: #fff;
	height: 60px;
	line-height: 56px;
	border-radius: 0px;
	color: #DC1D2E;
	font-size: 16px;
	border: 2px solid transparent;
	padding: 0px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 35px;
	text-decoration: none;
}

#plaincontent a {
	color: #003da5;
	text-decoration: underline;
}

#plaincontent a:hover {
	color: #DC1D2E;
}

#homesearch input[type=submit],
#staticsearch input[type=submit] {
	margin: 10px;
}

#homesearch input[type=submit],
#staticsearch input[type=submit],
.sib-form-block .btn {
	color: #fff;
	background-color: #DC1D2E;
}

#newsblock .btn:hover {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

#homesearch input[type=submit]:hover,
#staticsearch input[type=submit]:hover,
#staticblock .btn,
#staticblock-gray .btn,
.sib-form-block .btn:hover,
#plaincontent .btn,
#newsoverview .btn,
#alsoread .btn,
#formMortgage .btn,
#container-agent-detail .btn,
#static-page .column-2-3 .block .btn,
.agent .info .btn {
	background-color: transparent;
	color: #DC1D2E;
	border: 2px solid #DC1D2E;
}

#formMortgage .btn  {
	border: 1px solid #DC1D2E;
	margin-bottom: 35px;
	margin-top: 10px;
}

#staticblock .btn,
#staticblock-gray .btn,
.sib-form-block .btn,
#plaincontent .btn,
#newsoverview .btn,
#container-agent-detail .btn,
#static-page .column-2-3 .block .btn {
	display: inline-block;
	width: auto;
	padding: 0px 25px;
	margin-top: 25px;
}

.agent .info p {
	min-height: 115px;
}

.agent .info .btn {
	color: #023DA5;
	border: 2px solid #023DA5;
	height: 40px;
	line-height: 38px;
	width: auto;
	font-size: 12px;
	padding: 0px 14px;
	margin-bottom: 0px;
	margin-top: 15px;
}



.sib-form-block .btn {
	margin: 0px;
}

#staticblock .btn:hover,
#staticblock-gray .btn:hover,
#plaincontent .btn:hover,
#newsoverview .btn:hover,
#alsoread .btn:hover,
#formMortgage .btn:hover,
#container-agent-detail .btn:hover,
#static-page .column-2-3 .block .btn:hover,
.agent .info .btn:hover {
	background-color: #DC1D2E;
	color: #fff;
}

.agent .info .btn:hover {
	background-color: #023DA5;
}

#homesplit h2,
#team_homepage h2,
#newsletter h2,
#staticblock h2,
#staticblock-gray h2,
#agentsoverviewpage h1 {
	width: 75%;
	transform: rotate(-3deg);
	margin: 0px auto;
	margin-bottom: 35px;
	color: #000;
}

#newsletter h2 {
	margin-bottom: 20px;
}

#agentsoverviewpage h1 {
	width: 100%;
}

#team_homepage h2 {
	margin-bottom: 25px;
}

#homesplit h3,
#agentsoverviewpage h2 {
	font-family: 'Raleway', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Gotham', sans-serif;	
	font-weight: 700;
	color: #DC1D2E;
	font-size: 20px;
	margin-bottom: 25px;
}

#homesplit a {
	font-weight: 600;
	color: #DC1D2E;
	font-size: 16px;
	height: 60px;
	line-height: 58px;
	border: 2px solid #DC1D2E;
	display: inline-block;
	padding: 0px 20px;
	margin-top: 25px;
}

.ratio-55:before {
	padding-top: 55%;
}

.dropdown-menu {
	background-color: transparent;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	margin-left: -5px;
}

.nav-collapse {
	float: right;
}


.nav {
	height: 96px;
	margin-top: -20px;
}

.nav li,
.nav li a {
	height: 100%; 
	line-height: 96px;
	padding: 0px;
	color: #003da5;
	font-weight: 400;
	font-size: 17px;
}

.nav .dropdown-menu li {
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
}

.nav .dropdown-menu li:last-child {
	border-bottom: 0px;
}

.nav .dropdown-menu li a {
	height: 40px;
	line-height: 38px;
	padding: 0px 15px;
	padding-right: 30px;
}

.nav li a:hover {
	color: #DC1D2E;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #f8f8f8;
}

#siteoptions .dropdown .dropdown-toggle,
#myremax_button,
#myremax_profilebuttons {
	height: 40px;
	line-height: 38px;
	border: 2px solid #023DA5;
	border-radius: 3px;
	padding: 0px 10px;
	margin-left: 10px;
	margin-top: 28px;
	color: #023DA5;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
}

#siteoptions .dropdown:hover .dropdown-toggle,
#myremax_button:hover {
	background-color: #003DA5;
	color: #fff;
	text-decoration: none;
}

#myremax_profilebuttons .login {
	color: #023DA5;
	padding: 0px 10px;
	display: inline-block;
}

#myremax_button,
#myremax_profilebuttons {
	margin-top: 8px;
}

#featured-listings {
	padding: 75px 0px;
	margin: 75px 0px;
	background-color: #F8F8F8;
	text-align: center;
}

#featured-listings h2 {
	color: #000;
	transform: rotate(-3deg);
	margin-bottom: 25px;
}

#team_homepage {
	margin: 100px 0px;
	text-align: center;
}

#team_homepage .slick-list {
	margin-top: 75px;
}

#team_homepage .team-buttons a {
	margin: 35px 10px;
	border: none;
	background-color: transparent;
}

#testimonials {
	background-image: url(/img/red-bg.jpg);
	background-position: center center;
	padding: 50px 0px;
	padding-bottom: 35px;
	padding-top: 135px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

#testimonials h3,
#featured-listings .featured-item-info h3 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;	
	font-family: 'Gotham', sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
}

#testimonials h3 {
	font-size: 26px;
}

#featured-listings .featured-item-info .price {
	font-weight: 700;
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 5px;
	display: inline-block;
}

#testimonials #testimonialslider button {
	display: none !important;
}

#featured-listings .featured-item-info {
	color: #000;
}

#featured-listings .featured-item:hover {
	text-decoration: none;
}

#testimonials .testimonialitem .column-1-2 {
	margin: 0px auto;
	margin-bottom: 15px;
}	

#testimonials .testimonialitem {
	margin-top: 35px;
	margin: 50px 0px;	
	text-align: left;
}

#testimonials .testimonials_stars {
	font-size: 25px;
	display: block;
}

#testimonialblock .testimonials_value,
#testimonials .testimonials_value {
	font-family: 'Youth Power Regular';
	font-weight: 400;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	display: inline-block;
}

#testimonialblock .testimonials_value {
	color: #000;
	margin-top: 25px;
}

#testimonialblock .testimonials_place,
#testimonials .testimonials_place {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

#testimonialblock .testimonials_place {
	color: #DC1D2E;
}

#testimonials .testimonials_description {
	display: inline-block;
	min-height: 55px;
	font-style: italic;
}

#testimonials .column-1-1 .readmore {
	color: #fff;
	letter-spacing: 1px;
	font-size: 13px;
	margin-top: 10px;
	display: inline-block;
}

#newsletter {
	margin: 75px 0px;
	text-align: center;
}

#newsletter .column-3-4 {
	margin: 0px auto;
	float: none;
}

#newsletter input,
#homesearch .quicksearchform select,
#staticsearch .quicksearchform select,
#listingoverviewform.quicksearchform select {
	border: 1px solid #5F5F5F;
	height: 60px;
	line-height: 60px;
	text-indent: 20px;
	font-size: 18px;
	margin: 10px;
	background-color: transparent;
}


#listingoverviewform.quicksearchform .overviewoption label {
	float: left;
}

#overview_content #overviewoptions > .overviewoption select {
	border-radius: 0px;
	border: none;
	padding-right: 20px;
	padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	appearance: none;
	background-image: url(/img/down-red.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px;	
}

#homesearch .quicksearchform select {
	border: 1px solid #fff;
}

#homesearch .quicksearchform select option {
	color: #003da5;
	padding: 2px 5px !important;
}

#homesearch .quicksearchform select option:hover {
	color: #fff;
	background-color: #003da5;
}

#staticsearch .quicksearchform select,
#listingoverviewform.quicksearchform select {
	background-color: transparent;
	color: #444;
}

#homesearch .quicksearchform select,
#staticsearch .quicksearchform select,
#listingoverviewform.quicksearchform select {
	background-color: transparent;
	border-radius: 0px;
	-webkit-appearance: none;
    -moz-appearance: none;
	margin-left: 0px;
}

#homesearch .quicksearchform select, #staticsearch .quicksearchform select,
#listingoverviewform.quicksearchform select {
	width: 100%;
}


#listingoverviewform.quicksearchform select {
	text-indent: 15px;
	margin: 0px;
	margin-bottom: 25px !important;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	background-color: rgba(0, 61, 165, 0.1) !important;
	border: 0px;
	border-bottom: 3px solid #003da5;
	color: #003da5 !important;
}

#newsletter input.input75 {
	width: 70%;
}

#newsletter input.input40 {
	width: 45%;
}

#newsletter input.input25 {
	width: 25%;
}

#newsletter input.input20 {
	width: 20%;
}

/* - - - O V E R V I E W - C O N T E N T - - - */

#overview_content {
	margin: 15px;
}

#overviewoptions {
	margin-bottom: 10px;
}

#overview_content .column-1-1 h2 {
	font-size: 30px;
	line-height: 35px;
	color: #000;
	width: 100%;
	padding: 15px 20px;
	padding-bottom: 10px;
	background-color: #e1e1e1;
	color: #000;
}

#overviewoptions .overviewoption {
	display: inline-block;
}

#overviewoptions .overviewoption .btn {
	border: none;
	background-color: transparent;
	padding: 5px 10px;
}

#overviewoptions .overviewoption .btn {
	color: #888888;
}

#overviewoptions .overviewoption .btn:active,
#overviewoptions .overviewoption .btn.active {
	box-shadow: none;
	color: #DC1D2E;
	font-weight: 600;
}

#overviewoptions .overviewoption label {
	color: #000;
}

#overview_content h1 {
	font-size: 75px;
	line-height: 75px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.listingimage {
	position: relative;
}

.listing {
	margin-bottom: 25px;
}

.listing .overview_image_message {
	padding: 10px;
	border-radius: 0px;
	background-color: #DC1D2E;
	right: 15px;
	top: 15px;
	position: absolute;
	z-index: 50;
	text-transform: uppercase;
	font-size: 13px;
}

.listing .listingdescription {
	padding: 30px 30px;
	border: 1px solid #d5d7d7;
	border-top: 0px;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #000;
	min-height: 240px;
}

.listing.listview .listingdescription {
	border: none;
}	

.listview > .row {
	border: 1px solid #d5d7d7;
}

.listing.column-1-2 .listingdescription {
	padding: 25px;
	min-height: 230px;
}

.listing:hover .listingdescription {
	background-color: #003da5;
	color: #fff !important;
	border: 1px solid #003da5;
	border-top: 0px;
}

.listing.listview:hover .listingdescription {
	background-color: transparent;
	border: none;
}

.listing.listview:hover .listviewitem {
	background-color: #003da5;
	color: #fff !important;
	border: 1px solid #fff;
}

.listing.listview.column-1-2 .listingdescription {
	min-height: 0px;
	padding: 20px;
	padding-left: 25px;
}

.listing .listingdescription a:hover {
	text-decoration: none;
}

.listing .price {
	color: #DC1D2E;
	padding: 0 0 10px;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
}

.listing h4.overview_title {
	font-size: 22px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #5f5f5f;
}

.listing:hover .listingdescription  h4.overview_title {
	color: #fff;
}

.listing .overview_area {
	margin-bottom: 35px;
	display: inline-block;
	padding-top: 10px;
}

.listing:hover .listingdescription .overview_area {
	color: rgba(255, 255, 255, 0.5);
}	

.carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 3px;
	border: 2px solid #fff;
}

.carousel-indicators .active {
	background-color: #fff;
	height: 15px;
	width: 15px;
	margin: 3px;
}


/* - - - D E T A I L - C O N T E N T - - - */

#listing_detail_header {
	padding: 15px 25px;
	width: 100%;
	position: absolute;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0px;
}

#listing_detail_header h1 {
	color: #000;
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;	
}

#listing_detail_header .price-detail {
	color: #dc1c2e;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

.detail_right_block h3 {
	font-family: 'Youth Power Regular';
	font-weight: 400;
	color: #fff;
	font-size: 34px;
	line-height: 38px;
	padding: 8px;
	padding-bottom: 5px;
	display: block;
	transform: none;
	text-align: center;
	background: #a41421;
	background: -moz-linear-gradient(left,#a41421 0%,#dc1c2e 100%);
	background: -webkit-linear-gradient(left,#a41421 0%,#dc1c2e 100%);
	background: linear-gradient(to right,#a41421 0%,#dc1c2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41421',endColorstr='#dc1c2e',GradientType=1);
	text-transform: uppercase;
	margin-bottom: 15px;
}

#objectdetails h2 {
	color: #000;
	font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;
}

#objectdetails.column-2-3 h2 {
	font-family: 'Patua One', cursive;
	font-size: 40px;
	line-height: 40px;
	text-transform: none;
}

#objectdetails h4,
#objectdetails .price {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	color: #dc1c2e;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	transform: none;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-top: 40px;
	margin-bottom: 1em;
}

#objectdetails .price {
	padding: 0px;
	display: inline-block;
	border: none;
	margin: 0px;
	margin-bottom: 10px;
}

#propertytable .table tr td:nth-child(2n),
#propertytable .table tr td:nth-child(4n) {
	font-weight: 600;
	color: #000
}

#propertytable .table tr td i {
	color: #DC1C2E;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #003DA5;
}

#staticblock {
	margin: 0px;
}

#static-page {
	margin: 0px;
	margin-top: 35px;
}

#static-page h1,
#newspage h1 {
	font-size: 45px;
	line-height: 45px;
	color: #000;
	margin-bottom: 10px;
}

#static-page .column-2-3 strong {
	color: #000;
}

#agentsoverviewpage #agentsoverviewintro {
	margin: 50px 0px;
}

#youtubeoverview {
	color: #DC1D2E;
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}



#footer {
	background-color: #003da5;
	background-image: url(/img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer .row {
	padding: 30px 0px;
	color: #fff;
}

#footer {	
	font-size: 14px;
	line-height: 24px;
}

#footer .row .grid-item img {
	height: 65px;
	margin-bottom: 10px;
}

#footer .row .grid-item strong {
	margin-top: 5px;
	display: inline-block;
}

#footer .column-1-5 p {
	font-weight: 700;
}
#footer .column-1-5 span {
	font-family: 'Youth Power Regular';
	font-size: 75px;
	line-height: 75px;
	color: #fff;
	font-weight: normal;
}

#footer #socialmediablock a {
	font-size: 30px;
	margin: 10px 4px;
	color: #fff;
	display: inline-block;
	opacity: 0.5;
}

#footer #socialmediablock a:hover {
	color: #fff;
	opacity: 1;
}

#footer #disclaimer {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 15px 0px;
	margin-top: 25px;
}

#footer #disclaimer a {
	color: #fff;
	padding: 0px 10px;
}

#footer #disclaimer a:hover {
	text-decoration: underline;
}


.gm-style .gm-style-iw-c {
	border-radius: 0px;
	overflow: hidden;
	padding: 0px;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.gm-style .gm-style-iw-c .maplisting {
	width: 100%;
	max-width: 350px;
	margin: 0px;
}

.pagination {
	border-radius: 0px;
}	

.pagination>li>a,
.pagination>li>span {
	border: none;
	background-color: transparent;
	color: #888888;
}

.pagination>.active>a,
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: transparent;
	color: #DC1D2E;
	font-weight: bold;
}


/* - - - - - N E W S - O V E R V I E W - - - - - */

#newspage {
	margin-top: 50px;
	margin-bottom: 75px;
}

#newsoverview a {
	color: #5f5f5f;
	margin-bottom: 25px;
}

#newsoverview a:hover {
	text-decoration: none;
}

#newsoverview .date {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #DC1D2E;
	margin-bottom: 3px;
	display: block;
	margin-top: 25px;
}

#newsoverview h3 {
	font-size: 30px;
	margin-bottom: 5px;
	color: #000;
}

#newsoverview .newsoverview-content {
	min-height: 250px;
}

#newsoverview .btn {
	height: 50px;
	line-height: 46px;
	font-size: 14px;
}

#newspage .column-2-3 strong {
	color: #000;
}


#newspage #alsoread hr {
	margin: 10px 0px;
}

#newspage #alsoread .date {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px; color: #DC1D2E;
}

#newspage #alsoread .sidenewsitem strong {
	font-size: 18px;
	color: #000;
}

#newspage #alsoread .sidenewsitem:hover .date,
#newspage #alsoread .sidenewsitem:hover strong {
	color: #003da5;
	text-decoration: none;
}

#newspage #alsoread h3 {
	font-size: 34px;
	color: #000;
}

.nav>li>a {
	padding-left: 15px;
	padding-right: 15px;
}
.newsletters {
	margin-top: 15px;
}

.newsletters img {
	float:left;
	margin-right: 40px;
}

.newsletters ul li {
	list-style-position: outside;
	margin-left: 10px;
}

.newsletters .newslettercontent {
	padding-left: 290px;
}

.newsletters .newsletter {
	margin-bottom: 60px;
}

.adblock_content {
	text-align: center
}

.adblock_content .img-responsive {
	display: inline;
}

#homebottomblocks .adblock object,#homebottomblocks .adblock object embed {
	width: 100%;
	max-width: 728px
}

h1,h2,h3 {
	font-family: 'Permanent Marker', cursive;
	font-family: 'Youth Power Regular';
/*	font-family: 'Gotham', sans-serif;*/
	font-weight: 400;
/*	font-weight: 700; */
}

.add_button {
	width: 50px !important;
	height: 50px;
	display: block;
	background-image: url(/img/fb-2020.png);
	margin-right: 10px;
	text-align: center;
	background-size: cover;
	line-height: 50px;
	cursor: pointer;
   float: left;
}

.add_button span {
	visibility: hidden;
}

.container {
	padding: 0px
}

#content_home {
	display: block;
	padding-top: 15px;
	padding-bottom: 25px
}

#content_home h1 {
	font-family: 'Proxima N W01 Xbold';
	font-family: 'Youth Power Regular';
	color: #fff;
	font-size: 70px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px
}

.btn {
	padding: 6px 9px
}

#container-agent-detail {
	margin-top: 50px;
}

#container-agent-detail h1 {
	color: #000;
}

#detail_agentlist.detail_right_block {
	margin-bottom: 25px;
}

#detail_agentlist table a {
	color: #5f5f5f;
	font-size: 0.9em;
	text-decoration: underline;
}

#home_news.detail_right_block_style {
	margin-right: 0px;
}

#container-agent-detail table td a {
	color: #5f5f5f;
	font-size: 14px;
}

#colsm.col-md-4, #colwh.col-md-4 {
	padding-right: 0px;
	float: right;
}

.detail_right_block_style.noborder {
	padding: 0px;
	border: 0px;
}


.allobjects-btn,
.btn-request,
.whatsapp-btn {
	font-size: 17px;
	line-height: 20px;
	padding: 15px 20px;
	border: 1px solid #000;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	cursor: pointer;
	color: #000;
	width: 100%;
	background-color: transparent;
	border-radius: 0px;
	margin: 5px 0px;
}

.allobjects-btn {
	margin-bottom: 25px;
}

.btn-request {
	color: #DC1C2E;
	border: 1px solid #DC1C2E;
}

.btn-request:hover {
	background-color: #DC1C2E;
	color: #fff;
	border: 1px solid #DC1C2E;
}

.allobjects-btn:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.whatsapp-btn {
	color: #25D366;
	border: 1px solid #25D366;
}

.whatsapp-btn:hover {
	background-color: #25D366;
	color: #fff;
	border: 1px solid #25D366;
}

#home_video {
	height: 476px;
	margin-right: 0px;
}

/*.home_block_newsletter #mc_embed_signup  {
	height: 300px;
}*/

#mc_embed_signup label {
	display: none;	
}
	
.home_block_newsletter #mc_embed_signup label {
	display: block;
}


#home_news {
	height: 300px;
	float: left;
	position: relative;
}

#home_news .newsitem {
	display: block;
}

#home_news .news_link {
	position: absolute;
	left: 10px;
	bottom: 10px;
}


#home_news .newsitem_title {
	display: block;
	font-weight: bold;
}

#home_news img {
	position: absolute;
}

#home_news .newsitem_content {
	display: block;
	padding-left: 80px;
	height: 65px;
	text-overflow: ellipsis;
	overflow: hidden;
	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#home_news .newsitem_content.noimage {
	padding-left: 0px;
}


.detail_right_block_style#home_social {
	/*margin-left: 20px;*/
	/*float: right;*/
	width: 100%;
	margin-left: 0px;
	min-height: 211px;
	height: 246px;

	/*background-image: url(http://cdn.realestate.cw/img/curacao_blog_bg.jpg);
	background-image: url(/img/curacao_blog_bg.jpg);*/

}

#colwh.col-md-4 {
	/*height: 450px;*/
}

#home_blog {
	color: #404040;
	text-decoration: none;
}

.detail_right_block_style#home_weather {
	margin-left: 0px;
	min-height: 220px;
	height: auto;
	width: 100%;
	margin-right: 0px;
	height: 100%;
}

.detail_right_block_style#home_weather table {
	width: 100%;
}

.detail_right_block_style#home_weather table tr td {
	width: 50%;
	margin: 0px;
	display: block;
	float: left;
	text-align: center;
}

.detail_right_block_style#home_weather table tr td:last-child {
	margin-right: 0px
}

.detail_right_block_style#home_weather table tr td img {
	width: 95px;
	height: 95px;
	margin: 5px 0px
}

#mc_embed_signup .form-group input {
	width: 100%;
}

#mc_embed_signup {
	margin-left: 0px;
	width: 100%;
	margin-right: 0px;
	position: relative;
}

#mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
	padding-left: 3px;
}

#mc_embed_signup.detail_right_block {
	width: auto;
	margin-right: -15px;
}

.overview_right_block #mc_embed_signup {
	width: 100%;
}


#mc_embed_signup .indicates-required {
	float: right;
}

#mc_embed_signup .asterisk {
	color: red;
}

#mc_embed_signup .form-group .asterisk {
	position: absolute;
	right: 20px;
	margin-top: 5px; 
}


#mc_embed_signup .form-group .form-col {
	width: 48%;
	float: right;
}

#mc_embed_signup .form-group .form-col:first-child {
	float: left;
}

#mc_embed_signup .clear {
	clear: both;
}


#googletranslatewarning {
	font-size: 85%;
	background: #eeac57;
	color: #fff;
	padding: 10px;
	border-radius: 5px
}

#googletranslatewarning input,#googletranslatewarning label {
	cursor: pointer
}

#googletranslatebutton {
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -90px
}

.black {
	color: #005D99
}

#search_button {
	display: block;
	text-align: center
}

.agent,
.agent a {
	color: #5f5f5f;
	line-height: 22px;
}

.agent a {
	text-decoration: underline;
}

.agent:hover,
.agent:hover a {
	color: #003da5;
}

.agent .info {
	margin-top: 10px !important;
	display: inline-block;
	min-height: 315px;
}

.agent .btn {
	margin-bottom: 10px !important
}

.letsgo {
	border: 2px solid #fff;
	background-color: transparent;
	border-radius: 0px;
	padding: 8px;
	width: 300px;
	font-family: 'Proxima N W01 Xbold';
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center
}

.letsgo:hover {
	text-decoration: none;
	color: #fff
}

#content_home_search {
	display: block;
	height: 350px;
	background-image: url(/img/20p_semi.png);
	padding-top: 60px;
	color: #fff;
	width: 80%;
	margin: auto 0px;
	margin-left: 10%
}

.navbar-brand {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	padding-right: 60px;
}

.navbar-toggle  {
	position: absolute;
	right: 0px;
}

.navbar-toggle .icon-bar {
	background: black
}



.navbar .collapse {
	display: block
}

#logos {
	display: inline-block;
	float: left;
	margin-top: -5px;
}

#logos a img {
	height: 65px;
}

#sitesearch {
	position: absolute;
	right: -15px;
	top: -40px;
	width: 199px
}

#sitesearch .btn-default {
	background: #EEEEEE
}

#sitesearch input {
	font-size: 16px
}

ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
	z-index: 500000;
}

.navbar {
	background-color: #fff;
	z-index: 5000;
	position: fixed;
	width: 100%;
	height: 100px;
	right: 0;
	left: 0;
	top: 0;
	border: 0px;
	border-bottom: 4px solid #003da5;
	border-radius: 0px;
	padding: 20px 30px;
	margin: 0px;
}


#logo {
	margin: 20px
}

.breadcrumb {
	background-color: #fff;
	margin-bottom: 8px
}

.block {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 15px;
	padding-top: 10px
}

#siteoptions li a {
	text-transform: uppercase;
}

#siteoptions .hidden-sm {
	display: inline !important
}

.carousel-caption {
	left: 0% !important;
	right: 0%;
	bottom: 0px;
	background: url(/img/transparent.png);
	height: 25%;
	width: 100%
}

.carousel-caption h4 {
	padding-left: 6%;
	padding-right: 6%;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px
}

.carousel-caption .prijs {
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center
}

.carousel-inner .status {
	position: absolute;
	top: 25px;
	left: 25px
}

.detail_right_home {
	height: 467px;
	padding: 10px 15px;
	margin-bottom: 0px
}

#homeprojects {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-top: none;
	background-color: transparent
}

#homeprojects .projectitem {
	float: left;
	width: 182px;
	height: 120px;
	background: center no-repeat;
	display: block;
	position: relative;
	margin: 15px 21px 15px 0px;
	border: 5px solid rgba(255, 255, 255, 0.3)
}

#homeprojects div a.projectitem:last-child {
	margin-right: 0px;
	float: right
}

#homeprojects .projectitem:hover {
	border: 5px solid #fff
}

#homeprojects .overlay {
	background: url("/img/transparent.png");
	height: 50px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%
}

#homeprojects .overlay span {
	display: block;
	color: #fff
}

#homeprojects .overlay .text1 {
	font-weight: bold
}

#homebottomblocks>div {
	width: 33.33%;
	float: left
}

#homebottomblocks>div:last-child {
	width: 66.67%;
	padding-left: 15px
}

#homebottomblocks .adblock {
	height: 212px;
	margin-right: 0px;
	width: 100%;
	padding: 10px 15px
}

#homebottomblocks .adblock a {
	float: left;
	margin-bottom: 0px
}

#homebottomblocks .adblock a:last-child {
	float: right
}

/*
#blog {

	margin-right: 20px;

}*/


#homebottomblocks #weer {
	margin-left: 0px;
	min-height: 211px;
	height: auto;
	width: 100%
}

#homebottomblocks #weer table tr td {
	width: 125px;
	margin: 0px 30px;
	display: block;
	float: left
}

#homebottomblocks #weer table tr td:last-child {
	margin-right: 0px
}

#homebottomblocks #weer table tr td img {
	width: 95px;
	height: 95px;
	margin: 5px 0px
}

#overviewoptions>div {
	margin-right: 20px;
	margin-left: 0px
}

.overview_left_block {
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 15px;
	background: #fff;
	float: left;
	margin-bottom: 15px
}

.overview_left_block.affix {
	width: 300px;
	top: 70px;
	position: fixed
}

.overview_right_block {
	float: right;
	width: 300px;
	margin-bottom: 15px
}

.overview_right_block .quicksearch_compact {
	min-height: 217px;
}

.overview_right_block.affix {
	position: relative;
}


.overview_right_block.affix {
	width: 300px !important;
	top: 70px;
	position: fixed
}

.overview_right_block .detail_right_block {
	margin-right: 0px
}

.quicksearchform h3 {
	margin-top: 0px
}

.quicksearchform #advancedsearchlink {
	height: 30px;
	line-height: 30px;
	text-align: right
}

.quicksearchform label.inline {
	font-weight: normal
}


.quicksearch_compact .saleprices > div, .quicksearch_compact .rentprices > div, .quicksearch_compact .rooms > div {
	width: 50%;
	float: left
}

.quicksearch_compact .saleprices > div:nth-child(1), .quicksearch_compact .rentprices > div:nth-child(1), .quicksearch_compact .rooms > div:nth-child(1), .quicksearch_compact .districtgroup > div:nth-child(1) {
	padding-right: 5px;
}
.quicksearch_compact .saleprices > div:nth-child(2), .quicksearch_compact .rentprices > div:nth-child(2), .quicksearch_compact .rooms > div:nth-child(2), .quicksearch_compact .districtgroup > div:nth-child(2) {
	padding-left: 5px;
}

.quicksearch_compact select {
	background: url(/img/angle-down-light-v2.svg) no-repeat right bottom;
}




.rentprices {
	display: none
}

.overview_main {
	float: left !important;
	padding-right: 0px;
	margin-left: -15px
}

a.listing {
	color: #333333
}

a.listing:hover {
	text-decoration: none
}

.listing .overview_title {
	margin-top: 0px
}

.listing .overview_title a {
	color: black;
	text-decoration: none
}

.listing .overview_area {
	margin-top: -8px;
	margin-bottom: 10px;
	color: #777;
	display: block;
	font-size: 14px
}

.listing .overview_image_message.soldlabel {
	font-size: 20px;
	text-align: center;
	padding-top: 0px !important;
	line-height: 35px;
	height: 35px;
	left: 50%;
	top: 50%;
	margin-left: -25%;
	width: 50%;
	margin-top: -20px;
}

.listing .carousel-control {
	background-image: none
}

.carousel-control span {
	margin-left: -10px
}

.listing .carousel .carousel-control {
	display: none
}

.listing:hover .carousel .carousel-control {
	display: block
}

.listing .price {
	font-weight: bold
}
.listing .price.sold, .soldprice {
	text-decoration: line-through; 
}

#pagination {
	text-align: center
}

.listing .getcarousel {
	position: relative
}

#myremax_profilebuttons .submenu {
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
	padding: 5px 0px;
	margin-top: 4px !important;
}

#myremax_profilebuttons .dropdown-menu>li>a:hover {
	background-color: #003DA5;
}

.listing .getcarousel .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -64px;
	margin-top: -7px;
	display: none
}

.listing.collections {
	position: relative;
	border-top: 5px solid #850037
}

.listing.collections .btn {
	background: #850037;
	border-color: #5D0026
}

.listing.collections .btn:hover {
	background: #71002f
}

.listing .remaxcollections {
	position: absolute;
	bottom: 10px;
	right: 10px
}

#carouselblock.smallcarousel {
	margin-bottom: 15px;
	padding-top: 0px;
}

#carouselblock.smallcarousel .carousel-inner {
	height: 184px;	
}

.hidden-desktop {
	display: none !important;
}


.detail_right_block h3,#carouselblock h3 {
	margin-top: 0px
}

#mainimage {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	height: calc(100vh - 100px);
	margin-bottom: 35px;
}

#mainimage .carousel-inner div {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #f1f1f1;
	height: 100%;
	text-align: center;
}

#mainimage .imgwrap {
	width: 100% !important;
	background: #999999;
	background: #FFF;
	vertical-align: middle;
	height: 100%;
	}

#mainimage .imgcell {
	width: 100% !important;
	height: 100%;
}

#mainimage img {
	width: auto;
	height: 100%;
	margin: 0px auto;
}

#mainimage .detail_image_message {
	position: absolute;
	right: 25px;
	top: 25px;
	text-transform: uppercase;
	padding-top: 5px !important;
	font-size: 18px;
	z-index: 50;
	border-radius: 0px;
	background: #a41421;
	background: -moz-linear-gradient(left,#a41421 0%,#dc1c2e 100%);
	background: -webkit-linear-gradient(left,#a41421 0%,#dc1c2e 100%);
	background: linear-gradient(to right,#a41421 0%,#dc1c2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41421',endColorstr='#dc1c2e',GradientType=1);
	text-transform: uppercase;
}

.bold {
	color: rgb(0,92,153);
	font-weight: bold;
	font-size: 28px;
}

h3.h3likes {
	font-weight: 400;
	font-size: 22px;
}

#mainimage #carousel-detail {
	margin-bottom: 50px;
	height: 100%;
}

#mainimage .detail_image_message.soldlabel {
	width: 30%;
	left: 50%;
	margin-left: -15%;
	font-size: 28px;
	top: 50%;
	margin-top: -25px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	padding-top: 0px !important;
	border-radius: 0px;
	
	color: #fff;
	font-size: 34px;
	background: #a41421;
	background: -moz-linear-gradient(left,#a41421 0%,#dc1c2e 100%);
	background: -webkit-linear-gradient(left,#a41421 0%,#dc1c2e 100%);
	background: linear-gradient(to right,#a41421 0%,#dc1c2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41421',endColorstr='#dc1c2e',GradientType=1);
	text-transform: uppercase;
}

#mainimage .carousel-inner,
.carousel-inner>.item {
	height: 100%;
}

#thumbnails {
	margin-top: 4px
}

#thumbnails img {
	cursor: pointer;
	margin-right: 4px;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity = 50)
}

#thumbnails img.active {
	opacity: 1;
	filter: alpha(opacity = 100)
}

#thumbnails img:LAST-CHILD {
	margin-right: 0px
}

#remaxcollections {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 1000
}

#objectdetails {
	padding-right: 35px;
}

#objectdetails .tab {
	display: none
}

#objectdetails .tab.active {
	display: block
}

#objectdetails .table {
	margin-bottom: 0px
}

#objectdetails .table td {
	width: 25%;
	border: 0px;
	padding: 5px 0px;
}

#objectdetails .table tr:first-child td {
	border: 0px
}

#detail-right.affix {
	position: relative;	
}
@media ( min-height: 800px) {

	#detail-right.affix {
		position: fixed;	
	}
	#detail-right.affix {
		top: 60px;
		right: 50%;
		margin-right: -599px;
		width: 400px
	}
}

#static-right.affix {
	top: 60px;
	right: 50%;
	margin-right: -599px;
	width: 400px
}

#overviewmap {
	width: 100%;
	height: 300px;
	display: block;
}


#formMortgage table tr td:first-child {
	width: 50%;
}

#formMortgage table tr td {
	padding-bottom: 3px;
}

#formMortgage table tr td:last-child input[type="text"] {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-indent: 5px;
}

#static-right #mc_embed_signup {
	float: right;
}


/* * * * * * Static contactform * * * * * */

#ntvbscontactform td {
	vertical-align: top;
	padding-bottom: 3px;
}

#ntvbscontactform .label {
	padding-left: 0px;
	padding-right: 20px;
	
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	color: #404040;
	
}

#ntvbscontactform .textfield {
	width: 300px;
}

#ntvbscontactform select {
	width: 303px;
}

#ntvbscontactform select.time {
	width: 40px;
}

#ntvbscontactform select.date_day {
	width: 45px;
}

#ntvbscontactform select.date_month {
	width: 110px;
}

#ntvbscontactform select.date_year {
	width: 65px;
}

#ntvbscontactform textarea {
	width: 300px;
}

#ntvbscontactform input.submit {
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#ntvbscontactform .contacterror {
	color: red;	
}

#ntvbscontactform #row_fax {
	display: none;
}

#ntvbscontactform .radio {
	display: inline;
	
}

#ntvbscontactform label {
	display: inline;
	font-weight: normal;
}




.projectitems {
	margin-bottom: 15px
}

.projectitems table {
	width: 100%
}

.projectitems .price {
	text-align: right
}

.projectitems .date {
	min-width: 160px
}

.projectitems a {
	color: #000
}

.projectitems td {
	border-bottom: lightgray 1px solid;
	vertical-align: top
}

.projectitems tr:last-child td {
	border-bottom: none
}

.collections .detail_right_block,.collections #objectdetails {
	border-top: 5px solid #850037
}

.collections #objectdetails .btn.btn-primary {
	background: #850037;
	border-color: #5D0026
}

.collections #objectdetails .btn.btn-primary:hover {
	background: #71002f
}

.collections #objectdetails #propertytable {
	background-color: #EDD9E1
}

.collections #objectdetails .table td {
	border-color: #CE99AF
}

#advancedsearchform select {
	width: 175px
}

#advancedsearchform select.sizetype {
	width: 60px
}

#advancedsearchform label.inline {
	font-weight: normal
}

#districtslist, #searchmap {
	float: left;
}

#districtslist {
	padding-left: 10px;
	padding-top: 30px;
}

#districtslist a {
	display: block;
	text-decoration: underline;
	cursor: pointer;
	color: #428bca;
	padding-left: 25px;
	position: relative;
}
#districtslist a span {
	position: absolute;
	left: 0px;
}

#neighborhoodswrap {
	display: none;
}

#neighborhoodswrap .neightborhooditem {
	display: none;
}

#footer .credit {
	color: #74bedc
}

#footer #keywords {
	color: #428bca !important
}

#footer #keywords a:hover {
	color: #428bca !important;
	text-decoration: underline
}

#searchAreaMap area {
	outline:none;
}

#newsSmallArchive .curnewsitem {
	font-weight: bold;
}


#newsitemlist .newsitemlist_row {
	clear: left;
	display: block;
	border-bottom: 1px solid black
}

#newsitemlist .newsitemlist_row:last-child {
	border-bottom: 0px
}

#newsitemlist .newsitemlist_date {
	width: 200px;
	float: left
}

#newsitemlist .newsitemlist_title {
	float: left;
	width: 500px
}

#newsimages {
	margin-top: 10px;
	margin-bottom: 10px
}

#newsimages a {
	margin-right: 5px;
	float: left
}

.adblock a {
	margin-bottom: 10px;
	display: block
}

.adblock a:last-child {
	margin-bottom: 0px
}

img.pull-left {
	margin-bottom: 10px
}

#klantvertelt {
	border: 1px solid #428bca;
	color: #428bca;
	background-color: rgba(67, 139, 202, 0.1);
	border-radius: 3px;
	margin-bottom: 25px;
	padding: 10px 20px 20px 20px;
}

#klantvertelt h4 {
	font-size: 20px;
}


/* - - - - - M Y . R E / M A X - - - - - */

#myremax_buttonbox,
#myremax_profilebuttons {
	float: right;
}	

#myremax_profilebuttons {
	list-style: none;
}


#myremax_button i,
#myremax_profilebuttons i.fa-user-circle {
	font-size: 16px;
	margin-right: 5px;
}

#myremax_profilebuttons {
	position: relative;
	padding: 0px;
	z-index: 5000;
}

#myremax_profilebuttons .submenu {
	display: none;
	text-align: left;
}

#myremax_profilebuttons:hover .submenu {
	display: inline-block;
	position: absolute;
	margin-top: 2px !important;
	margin-left: 1px;
}

#myremax_profilebuttons .submenu a:hover {
	color: #fff;
}

/* - - - - - M Y . R E / M A X - O V E R V I E W - - - - - */

#overview-listingdescription .favorite_item {
	float: right;
	font-size: 30px;
	cursor: pointer;
}

#overview-listingdescription .favorite_item i.fal {
	color: #AAA;
}

#overview-listingdescription .favorite_item i.fas {
	color: #e55854;
									}


/* - - - - - M Y . R E / M A X - D E T A I L - - - - - */
			
#objectdetails .favorite_item {
	float: right;
	font-size: 30px;
	cursor: pointer;
}

#objectdetails .favorite_item i.fal {
	color: #AAA;
}

#objectdetails .favorite_item i.fas {
	color: #e55854;
}

#objectdetails #favorite_detail {
	margin-top: 10px;
}


/* - - - - - M Y . R E / M A X - F A V O R I E T E S - - - - - */

.listingdescription .favorite_item {
	float: right;
	font-size: 30px;
	cursor: pointer;
	margin-top: -10px;
	margin-right: -10px;
}

.listingdescription .favorite_item i.fal {
	color: #AAA;
}

.listingdescription .favorite_item i.fas {
	color: #DC1D2E;
}

/* L A R G E */
@media(max-width: 1530px) {
	.listing .listingdescription {
		padding: 25px 20px;
		font-size: 14px;
	}
	
	.listing.listview .listingdescription {
		padding: 20px;
		padding-bottom: 5px;
	}
	
	.listingdescription .favorite_item {
		margin-top: -10px;
		margin-right: -5px;
	}
	
	.listview .listingdescription .favorite_item {
		margin-top: 0px;
		margin-right: 0px;
	}
	
}



/* M E D I U M */
@media ( max-width : 1285px) {

	body {
		padding-top: 64px;
	}
	
	.navbar {
		padding: 10px 20px;
		height: 64px;
	}
	
	#logos {
		margin-top: 0px;
	}
	
	#logos a img {
		height: 40px;
	}
	
	.nav {
		height: 60px;
		margin-top: -10px;
		font-size: 14px;
	}
	
	.nav li, .nav li a {
		line-height: 60px;
	}
	
	#siteoptions .dropdown .dropdown-toggle, #myremax_button, #myremax_profilebuttons {
		margin-top: 0px !important;
	}
	
	#overview_content {
		margin: 10px;
	}
	
	#overview_content .listing.column-1-4 {
		width: 33.33333333%;
	}
	
	
	.listing .listingdescription {
		font-size: 14px;
	}
	
	.listing.column-1-2 .listingdescription {
		padding: 15px;
	}
	
	#listingoverviewform .saleprices,
	#listingoverviewform .rentprices,
	#listingoverviewform #otherfilter {
		width: 100%;
	}
		
	#listingoverviewform #overview-district.grid-view,
	#listingoverviewform #overview-neighborhood.grid-view,
	#listingoverviewform .saleprices.grid-view,
	#listingoverviewform .rentprices.grid-view,
	#listingoverviewform #otherfilter.grid-view {
		width: 50%;
	}
	
	
	.listing h4.overview_title {
		font-size: 18px;
		line-height: 20px;
	}
	
	.listing .overview_image_message {
		font-size: 12px;
		padding: 5px;
	}
	
	#maps_wrap {
		padding-top: 60px !important;
	}
	
	#staticheader {
		margin-top: -60px !important;
	}
	
	#staticheader video {
		margin-top: 60px !important;
	}
	
	.detail_right_home {
		height: 396px;
	}
	.detail_right_home .form-group {
		margin-bottom: 5px
	}
	a.btn-float {
		float: none;
		margin-bottom: 10px;
		margin-top: 0px
	}


	#homeprojects .projectitem {
		width: 149px;
		font-size: 14px
	}
	.carousel-caption {
		height: 30%
	}
	.carousel-caption h4 {
		font-size: 15px
	}
	#homebottomblocks .detail_right_block {
		height: 370px !important
	}
	#homebottomblocks .adblock a {
		float: none !important
	}
	#homebottomblocks .adblock a:last-child {
		margin-top: 5px
	}
	.overview_left_block.affix {
		position: inherit;
		width: 100%;
		float: none
	}
	#quicksearchblock.overview_left_block .quicksearchform .form-group {
		float: left;
		width: 50%;
		height: 50px;
		padding-right: 15px;
		margin-bottom: 0px
	}
	#quicksearchblock.overview_left_block .quicksearchform .form-group br {
		display: none
	}
	#quicksearchblock.overview_left_block .quicksearchform .form-group label,#quicksearchblock.overview_left_block .quicksearchform select
		{
		width: 45%;
		float: left
	}
	#quicksearchblock.overview_left_block .quicksearchform .furnishedwrap {
		display: block;
		float: left;
		width: 45%
	}
	#quicksearchblock.overview_left_block .quicksearchform .furnishedwrap label
		{
		float: none;
		width: auto
	}
	#quicksearchblock.overview_left_block .quicksearchform .furnishedwrap br
		{
		display: inline
	}
	#quicksearchblock.overview_left_block .quicksearchform .row {
		clear: left
	}
	.quicksearchform .row>div {
		float: left;
	}
	.col-lg-3 {
		width: 100%
	}
	.overview_main {
		padding-left: 0px;
		margin-left: 0px;
	}
	#objectdetails .tab.active {
		margin-left: auto;
		margin-right: auto;
		max-width: 770px;
	}
	#mainimage {
		max-width: 100%;
	}
	#detail-right.affix, #static-right.affix {
		margin-right: -498px;
		width: 333px;
	}
	#thumbnails img {
		width: 67px;
	}
	#detail_agentlist img {
		width: 80px;
		height: 107px;
		margin-bottom: 35px;
	}
}

/* M E D I U M - S M A L L */
@media ( max-width : 1180px) {
	.listing.column-1-2 {
		width: 100%;
	}

	ul.nav li.dropdown:hover ul.dropdown-menu {
		position: relative;
	}
}

@media ( min-width : 768px) {
	.navbar-toggle {
		display: block !important;
	}
	
		
}


@media ( min-width : 1139px) {
	.navbar-toggle {
		display: none !important;
	}
}

/* S M A L L */
@media ( max-width : 1140px) {
	
	ul.nav li.dropdown:hover ul.dropdown-menu {
		position: relative;
	}

	html,body {
		font-size: 14px;
		line-height: 24px;
	}
	
	#myremax_buttonbox, #myremax_profilebuttons {
		margin-right: 20px;
	}
	
	body {
		padding-top: 60px;
	}
	
	.navbar {
		height: 60px;
	}
	
	.navbar .collapse {
		display: none;
		}
	
	#subheaderhomepage img {
		height: 110px;
		margin-top: -55px !important;
	}
	
	#headerhomepage input, 
	#sitesearchform_overview input {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	
	.nav li, .nav li a {
		line-height: 35px;
	}

	
	.dropdown-menu {
		margin: 0px;
		box-shadow: none;
		width: 100%;
		border: 0px;
		position: static;
	}
	
	.nav .dropdown-menu li {
		background-color: transparent;
		border: none;
	}
	
	.nav .dropdown-menu li a {
		color: #DC1D2E;
		padding: 0px;
		line-height: 35px;
		height: 35px;
	}
	
	#headerhomepage form, #sitesearchform_overview {
		background-color: transparent;
		margin-top: 75px;
	}
	
	#headerhomepage button, 
	#sitesearchform_overview button {
		height: 40px;
		width: 40px;
		font-size: 20px;
		padding: 0px;
	}
	
	#homesearch, #staticsearch {
		margin-top: 25px;
		padding: 35px 0px;
		margin-bottom: 0;
	}
		
	#logos a img {
		height: 36px;
	}
	
	#staticheader {
		margin-top: -60px !important;
	}
	
	.nav-collapse {
		width: 100%;
		background-color: #003DA5;
		position: absolute;
		text-align: center;
		top: 0px;
		left: 0px;
		height: 100vh !important;
	}
	
	.hidden-desktop {
		display: inline-block !important;
	}
	
	.nav li, .nav li a {
		color: #fff;
		font-size: 18px;
	}
	
	#siteoptions .dropdown:hover .dropdown-toggle {
		background-color: #fff;
		color: #003DA5;
	}
	
	#siteoptions .dropdown .dropdown-toggle {
		border: 2px solid #fff;
		color: #fff;
	}
	
	.nav {
		height: auto;
	}
	
	.header-content h1 {
		font-size: 45px;
		line-height: 45px;
		margin: 0px auto;
		margin-bottom: 35px;
		width: 85%;
	}
	
	.navbar-toggle .icon-bar {
		height: 5px;
		background-color: #003DA5;
		margin-bottom: -2px;
	}
	
	#headerhomepage .header-content a,
	#headerhomepage .header-content br {
		display: none;	
	}
	
	#headerhomepage .ratio-40:before {
		padding-top: 70vh;
	}
	
	#newsblock {
		padding: 35px 0px;
		margin: 0px;
	}
	
	#newsblock .newsitem_content {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#newsblock .btn {
		height: auto !important;
		padding: 10px 20px !important;
		text-align: center;
		width: 100%;
		display: inline-block;
		line-height: 27px !important;
		white-space: normal;
	}
	
	#siteoptions .dropdown .dropdown-toggle, #myremax_button, #myremax_profilebuttons {
		height: 38px;
		line-height: 36px;
	}
	
	#overview_content h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	#overviewoptions .overviewoption.column-1-4,
	#overviewoptions .column-1-4 .column-1-2 {
		width: 50%;
	}
	
	#newsblock h2, 
	#homesplit h2, 
	#featured-listings h2, 
	#team_homepage h2, 
	#newsletter h2, 
	#homesearch h3, 
	#staticsearch h3, 
	#staticblock h2, 
	#staticblock-gray h2, 
	#agentsoverviewpage h1,
	#staticheader h1 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}

	#staticheader h1 {
		font-size: 55px !important;
		line-height: 55px !important;
		width: 75%;
	}

	
	#homesearch h3, 
	#staticsearch, 
	#staticblock h2, 
	#agentsoverviewpage h1 {
		margin-bottom: 15px;
		margin-left: 5px;
	}
	
	#homesearch .quicksearchform label, #staticsearch .quicksearchform label {
		font-size: 12px;
	}
	
	.quicksearchform #typesearch {
		width: 98% !important;
		margin: 1%;
	}
	
	.districtgroup .form-group {
		width: 48% !important;
		margin: 1%;
	}
		
	#homesplit {
		padding: 35px 0px;
	}
	
	#homesplit .column-1-2 {
		margin-bottom: 25px;
		text-align: center;
	}
	
	#homesplit h2 {
		width: 100%;
		padding-bottom: 15px;
	}
	
	#homesplit a {
		height: 50px;
		line-height: 48px;
		margin-bottom: 5px;
	}
	
	#featured-listings {
		padding: 50px 0px; 
		margin: 0px;
	}
	
	#featured-listings .featured-item-info .price,
	#testimonials h3, 
	#featured-listings .featured-item-info h3 {
		font-size: 18px;
	}
	
	#team_homepage {
		margin: 35px 0px;
	}
	
	#team_homepage .column-1-1 {
		padding: 0px 15px
	}
	
	#team_homepage .slick-list {
		margin-top: 45px;
	}
	
	#testimonials .slick-list {
		padding: 0px 10px;
	}
	
	.container {
		padding: 0px 15px;
	}
	
	#testimonials .testimonialitem:nth-child(2n),
	#testimonials .testimonialitem:nth-child(3n) {
		display: none;
	}
	
	#homesearch .quicksearchform div.form-group.form-1-5, 
	#staticsearch .quicksearchform div.form-group.form-1-5 {
		width: 48% !important;
		margin: 1%;
	}
	
	#homesearch .quicksearchform label,
	#staticsearch .quicksearchform label {
		margin-left: 0px;
	}
	
	#newsletter input, 
	#homesearch .quicksearchform select, 
	#staticsearch .quicksearchform select, 
	#listingoverviewform.quicksearchform select {
		height: 40px;
		line-height: 40px;
		text-indent: 5px !important;
		margin: 5px 0px;
		font-size: 15px;
		border-radius: 0px;
	}
	
	#newsletter input {
		text-indent: 10px !important;
	}

	
	#listingoverviewform.quicksearchform select {
		margin-bottom: 5px !important;
	}
	
	#homesearch .quicksearchform div.form-group, 
	#staticsearch .quicksearchform div.form-group {
		width: 100%;
		padding-right: 0px;
	}
	
	#newsblock .btn, .sib-form-block .btn, #homesearch input[type=submit], #staticsearch input[type=submit], #staticblock-gray .btn, #staticblock .btn, #plaincontent .btn, #newsoverview .btn, #alsoread .btn, #formMortgage .btn, #container-agent-detail .btn {
		height: 50px;
		line-height: 46px;
	}
		
	#homesearch #form-search-button {
		width: 98% !important;
	}
	
	
	
	
	#siteoptions {
		position: absolute;
		top: 15px;
		left: 15px;
		text-align: left;
		margin: 0px;
	}
	
	#siteoptions .dropdown .dropdown-toggle {
		margin: 0px !important;
	}
	
	#siteoptions li a {
		text-transform: uppercase;
		width: 45px;
		font-size: 14px;
		text-align: center;
	}
	
	#siteoptions li a {
		padding-left: 0px;
	}
	
	
	.nav-collapse .navbar-menu {
		margin-top: 25%;
	}

	.navbar-toggle {
		z-index: 1000;
	}
	
	.navbar-toggle .icon-bar {
		border: 1px solid #fff;
	}
	
	
	#sib-container form > div {
		float: none !important;
		width: 100% !important;
	}
	
	.sib-form-block .btn,
	#sib-container form > div:nth-child(3) div {
		width: 100% !important;
	}
	
	#newsletter {
		margin: 50px 0px;
	}
	
	#overview_content .listing.column-1-4 {
		width: 100%;
	}
	
	#overview_content {
		margin: 0px;
	}
	
	.listing .listingdescription {
		width: 100%;
		margin: 0px;
	}
	
	.listing {
		margin-bottom: 15px;
	}
	
	#overviewoptions > .overviewoption:first-child {
		display: none;
	}	
	
	#listing_detail_header {
		padding: 15px 0px;
	}
	
	#listing_detail_header h1,
	#objectdetails h2 {
		font-size: 30px;
		line-height: 30px;
	}
	
	#objectdetails {
		padding-right: 15px;
	}
	
	#listing_detail_header .price-detail {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	
	#mainimage {
		margin-bottom: 10px;
	}
	
	#objectdetails #favorite_detail {
		margin-top: -5px;
	}
	
	.detail_right_block h3 {
		width: 100%;
		display: inline-block;
		padding: 10px 0px;
	}
	
	#newsletter input, #homesearch .quicksearchform select, #staticsearch .quicksearchform select, #listingoverviewform.quicksearchform select {
		overflow: hidden;
	}
		
	#homesearch input[type=submit] {
		width: 100%;
		margin: 0px;
	} 	
	
	.detail_right_block_style {
		float: none;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	#remaxlogo {
		width: 100%;
		margin-top: -5px;
		max-width: 325px;
		width: auto;
		margin-top: 0px;
	}
	
	.navbar-toggle {
		margin-top: 0px;
		margin-right: 15px;
		padding-right: 0px;
	}
	
	#colsm.col-md-4, #colwh.col-md-4 {
		width: 100%;
		padding-left: 0px;
	}
	
	#myremax_buttonbox.hidden-desktop {
		margin-right: 20px;
		font-size: 14px !important;
	}

	.navbar-brand {
		display: none !important;
	}

	.detail_right_home {
		width: 100% !important;
		float: none;
		height: auto;
		margin-bottom: 10px;
	}
	.detail_right_home .quicksearchform .form-group {
		float: left;
		width: 50%;
		height: 50px;
		padding-right: 15px;
		margin-bottom: 0px;
	}
	.detail_right_home .quicksearchform .form-group br {
		display: none
	}
	.detail_right_home .quicksearchform .form-group label,.detail_right_home .quicksearchform select
		{
		width: 45%;
		float: left
	}
	.detail_right_home .quicksearchform .row {
		clear: left
	}
	.detail_right_home .quicksearchform .row>div {
		width: auto;
		float: left
	}
	#homeprojects .projectitem {
		width: 149px;
		font-size: 14px;
	}
	#homeprojects div {
		text-align: center
	}
	#homeprojects .projectitem {
		float: none !important;
		display: inline-block;
	}
	#homeprojects .projectitem:nth-child(4) {
		margin-right: 0px;
	}
	#homeprojects .overlay {
		left: 0px;
	}
	#thumbnails img {
		width: 79px;
	}
	.nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#siteoptions .hidden-sm {
		display: none !important;
	}
	#detail-right.affix, #static-right.affix {
		position: inherit;
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	#detail-right, #static-right {
		margin-top: 10px;
		padding: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#detail-right .detail_right_block, #static-right .detail_right_block {
		width: 100%;
		margin-right: 0px
	}
	#detail-right .detail_right_block:first-child, #static-right .detail_right_block:first-child {
		float: left
	}
	#detail-right .detail_right_block:last-child, #static-right .detail_right_block:last-child {
		float: right
	}
	
	#detail-right > div:nth-child(odd) {
		float: left;
		clear: both;
	}
	
	#detail-right > div:nth-child(even) {
		float: right;
	}
	
	#home_video {
		margin-bottom: 5px;
	}
}

@media ( max-width : 767px) {
	
	.testimonialitem .column-2-5 {
		max-width: 50%;
	}

	#mainimage .detail_image_message.soldlabel {
		font-size: 20px;
		top: 50%;
		width: 50%;
		margin-left: -25%;
	}
	
	#footer .column-1-5 span {
		font-size: 50px;
		line-height: 50px;
	}
	
	#listing_header {
		min-height: calc(45vh - 100px) !important;
	}

	#mainimage {
		height: calc(45vh - 100px) !important;
	}
	
	.carousel-indicators {
		width: 80%;
		margin-left: -40%;
	}
	
	.carousel-indicators li {
		height: 12px;
		width: 12px;
		margin: 1px;
	}
	
	.carousel-indicators .active {
		width: 12px;
		height: 12px;
		margin: 1px;
	}
	
	#objectdetails h4, #objectdetails .price {
		font-size: 18px;
		line-height: 23px;
	}
	
	#listing_detail_header {
		background-color: transparent;
	}
	
	#listing_detail_header h1,
	#listing_detail_header .price-detail {
		display: none;
	}
	
	
	#staticblock-gray .container,
	#staticblock p, #staticblock-gray p {
		max-width: 100% !important;
	}
	
	.block {
		padding: 10px 0px;
	}
	
	#myremax_profilebuttons {
		margin-right: 35px;
		font-size: 13px;
	}
	
	
	
	#staticblock-gray .column-2-5,
	#staticblock .column-1-2 {
		padding: 0px 20px !important;
	}
	
	#notaryblock .notaryitem {
		min-height: 0px !important;
		margin-bottom: 10px;
	}
	
	#newsoverview .newsoverview-content {
		min-height: 0px;
	}
	
	#newsoverview .column-1-3 .ratioimage {
		background-color: #f1f1f1;
	}
	
	#staticblock .btn,
	#staticblock-gray .btn,
	.sib-form-block .btn,
	#plaincontent .btn,
	#newsoverview .btn,
	#container-agent-detail .btn,
	#static-page .column-2-3 .block .btn {
		white-space: normal;
		line-height: 20px;
		width: 100%;
		padding: 8px 15px;
		height: auto;
		
	}
	
	#listing_detail_header h1,
	#objectdetails h2 {
		font-size: 26px;
		line-height: 26px;
	}
	
	#mainimage .detail_image_message {
		right: 10px;
		top: 10px;
	}
	
	#listing_detail_header {
		padding: 10px 0px;
	}
	
	#sitesearch_detail input {
		margin-bottom: 10px;
	}

	
	#carouselblock.smallcarousel .carousel-inner {
		height: auto;
	}

	.navbar .collapse {
		display: none
	}
	.nav-collapse .nav {
		margin-left: -5px;
		margin-right: 0px
	}
	#content_home h1 {
		font-size: 35px;
		line-height: 30px
	}
	.detail_right_home .quicksearchform .form-group {
		width: 100%;
		padding-right: 15px;
		margin-bottom: 0px
	}
	.detail_right_home .quicksearchform .form-group br {
		display: none
	}
	.detail_right_home .quicksearchform .form-group label,.detail_right_home .quicksearchform select
		{
		width: 55%;
		float: left
	}
	.detail_right_home .quicksearchform select {
		width: 40%
	}
	.detail_right_home .quicksearchform .row {
		clear: left
	}
	.detail_right_home .quicksearchform .row>div {
		width: auto;
		float: left
	}
	#homebottomblocks>div {
		width: 100% !important;
		padding: 0px !important
	}
	#homebottomblocks .detail_right_block {
		height: auto !important;
		width: 100%
	}
	#search_block .form-group .row {
		margin: 0px
	}
	#search_block td {
		float: left;
		width: 100%;
		display: block
	}
	#sitesearch {
		right: 5px;
		width: 120px
	}
	#detail-right .detail_right_block, #static-right .detail_right_block {
		width: 100%
	}
	#objectdetails .table td {
		float: left;
		width: 50%
	}

	.listing .listingimage {
		width: 100%;
		max-width: none;
		min-height: 191px
	}
	img.lazy {
		max-width: none
	}
	
	#staticheader h1 {
		width: 85% !important;
		font-size: 45px !important;
		line-height: 45px !important;
	}

	#remaxcollections {
		width: 40px;
		height: 55px
	}
	.carousel-caption {
		height: 40%;
		min-height: 94px;
		padding-bottom: 10px;
		padding-top: 10px
	}
	#homeprojects .projectitem:nth-child(4),#homeprojects div a.projectitem:last-child
		{
		margin-right: 21px
	}
	.overviewoption label {
		display: block
	}
	.overviewoption {
		margin-bottom: 10px
	}
	#home_news {
		height: 335px;
	}
	#quicksearchblock.overview_left_block .quicksearchform .form-group {
		width: 100%
	}
	#quicksearchblock.overview_left_block .quicksearchform .form-group label
		{
		width: 55%
	}
	#quicksearchblock.overview_left_block .quicksearchform select {
		width: 40%
	}
	.pagination>li>a,.pagination>li>span {
		padding: 3px 9px
	}
	.credit a {
		display: block
	}
	#mainimage .detail_image_message {
		font-size: 12px
	}
	.agent {
		width: 100%;
		text-align: center
	}
	.agent table {
		margin-left: auto;
		margin-right: auto
	}
	
	#footer #disclaimer {
		font-size: 11px;
	}
	
	#footer .container a {
		color: #fff;
	}
}

#objectdetails small {
	color: #999;
}

a.button.button_social {
	width: 50px;
	height: 50px;
	display: block;
	background-image: url(/img/fb-2020.png);
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 50px;
}

a.button.button_social.twittera,
#addtw {
	background-image: url(/img/tw-2020.png);
}

a.button.button_social.googlea,
#addgp {
	background-image: url(/img/gp-2020.png);
}

a.button.button_social.linkedina,
#addli {
	background-image: url(/img/in-2020.png);
}

a.button.button_social.whatsappa,
#addwa {
	background-image: url(/img/wa-2020.png);
}


#addml {
	background-image: url(/img/mail.png);
}

#addpr {
	background-image: url(/img/print.png);
	
}

@media print
{    
   #detail-right,
   #footer,
   #logos,
   .navbar,
   .breadcrumb,
   button,
   .label
    {
        display: none !important;
    }
    
    html, body {
	    font-size: 14px;
    }
    
    h2 {
	    float: left;
    }
    
    #objectdetails {
	    width: 80% !important;
    }
}