@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  color: #575757;
  margin: 0;
  font-weight: 400;
  margin-bottom: 15px;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 60px;
  border-width: 1px;
  border: solid 1px;
  border-color: #ccc;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border: solid 2px #002e7c;
  background-color: #002e7c;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  border-color: #ff1330;
  background-color: #ff1330;
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
  height: 460px;
}
#map_canvas {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.info_content {
  width: 230px;
  height: 110px;
}
.info_content h3 {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.info_content a {
  font-size: 1em;
}
.info_content p {
  line-height: 1.1em;
  font-size: 1em;
}
.maps img {
  max-width: none;
}
#map_canvas img {
  max-width: none;
}
.contact-map {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}
.contact-map span.map-overlay {
  position: absolute;
  cursor: pointer;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-map {
    padding-bottom: 65%;
  }
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  border: solid 2px #002e7c;
  background-color: #002e7c;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.btn-layout:hover, .btn-layout:focus {
  border-color: #ff1330;
  background-color: #ff1330;
  color: #fff;
  text-decoration: none;
}
.btn-layout.btn-small {
  padding: 8px 14px;
  font-size: 14px;
}
.red-btn-layout {
  border-color: #C8102E;
  background-color: #C8102E;
  color: #fff;
}
.red-btn-layout:hover, .red-btn-layout:focus {
  border-color: #b40e29;
  background-color: #b40e29;
  color: #fff;
  text-decoration: none;
}
.white-btn-layout {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.white-btn-layout:hover, .white-btn-layout:focus {
  border-color: #fff;
  background-color: #fff;
  color: #002e7c;
  text-decoration: none;
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.blog-thumb {
    margin: 0 0 2px 5px;
    float: right;
    max-width: 350px;
    width: auto;
}
.news-right-column h2, .news-right-column h3 {
  font-size: 22px;
  line-height: 1.2em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
}
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 4px 4px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
  border-radius: 0 0 4px 4px;
  width: 100%;
  border: solid 3px #002e7c;
  background-color: #002e7c;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-right-column form input[type="submit"]:hover, .news-right-column form input[type="submit"]:focus {
  border-color: #ff1330;
  background-color: #ff1330;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-right-column h2, .news-right-column h3 {
    font-size: 18px;
  }
}
/*=========================================== PROJECTS LIST GRID ============================================*/
.portfolio-section {
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 4px 0;
}
.portfolio-section .portfolio-grid {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-section.ready .portfolio-grid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.portfolio-grid>div {
	display: block;
	float: left;
	width: 25%;
}
@media screen and (max-width: 1200px) {
	.portfolio-grid>div {width: 33.3333%}
}
@media screen and (max-width: 991px) {
	.portfolio-grid>div {width: 50%}
}
@media screen and (max-width: 580px) {
	.portfolio-grid>div {width: auto; float: none;}
}

.image-holder {
	display: block;
	position: relative;
	padding-bottom: 68%;
}
.image-holder:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.image-holder:hover:before {
	opacity: 1;
}
.image-holder .bg-img {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0; top: 0; right: 0; bottom: 0;
	background-position: center;
	background-size: cover;
	 transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
}
.image-holder .content {
	display: block;
	position: absolute;
	z-index: 3;
	left: 15px; right: 15px; top: 50%;
	text-align: center;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    opacity: 0;
    transition: opacity 400ms ease;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
}
.image-holder:hover .content {
	opacity: 1;
}
.image-holder .content .title {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.image-holder .content .address {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.image-holder .content .line {
	font-family: 'Merriweather', serif;
	font-style: italic;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	padding: 0 30px;
	margin: 10px 0;
	text-transform: uppercase;
	position: relative;
}
.image-holder .content .line:before,
.image-holder .content .line:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 30px;
	height: 1px;
	margin-top: -1px;
	background-color: #fff;
}
.image-holder .content .line:before {
	left: 0;	
}
.image-holder .content .line:after {
	right: 0;
}
@media screen and (max-width: 1100px) {
	.image-holder .content .title {font-size: 22px;}
}
@media screen and (max-width: 991px) {
	.image-holder .content .title {font-size: 18px;}
	.image-holder .content .address {font-size: 16px;}
}
@media screen and (max-width: 768px) {
	.image-holder:before, .image-holder .content { opacity: 1 }
	.image-holder:hover:before, .image-holder:hover .content { opacity: 0 }
}
@media screen and (max-width: 640px) {
	.image-holder .content .title {font-size: 16px;}
	.image-holder .content .address {font-size: 14px;}
}
@media screen and (max-width: 480px) {
	.portfolio-grid .col-xs-6 {
		float: none!important;
		width: 100%!important;
	}
}
/*=========================================== MEDIA MODULE ==========================================================*/
.section-white.events-page {
	padding: 45px 0;
}
.events-page .media-module > div {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #ebebeb;
}
.events-page .media-module > div:last-child {
  padding: 0;
  border: none;
}
.events-page .media-module .left {
  float: left;
  display: block;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
}
.events-page .media-module .left:hover {
  opacity: 0.8;
}
.events-page .media-module .date span {
  display: block;
  color: #a5a5a5;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.events-page .media-module .date span.day {
  font-size: 40px;
  float: left;
  color: #5a5a5a;
}
.events-page .media-module .date span.month-year {
  font-size: 1em;
  padding: 4px 0;
  padding-left: 45px;
}
.events-page .media-module .right {
  padding-left: 195px;
}
.events-page .media-module .right .title {
  font-size: 24px;
  line-height: 1.2em;
  color: #4c513f;
  text-transform: uppercase;
  font-weight: 600;
  margin: 2px 0 10px;
}
.events-page .media-module .right .text {
  line-height: 1.4em;
  margin-bottom: 0;
}
.events-page .media-module-interior {
  padding-top: 50px;
}
.events-page .media-module .news-thumb {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .events-page .media-module .left {
    width: 180px;
    height: 120px;
  }
  .events-page .media-module .right {
    padding-left: 195px;
  }
}
@media screen and (max-width: 768px) {
  .events-page .media-module .right .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .events-page .media-module .left {
    display: none;
  }
  .events-page .media-module .right {
    padding-left: 0;
  }
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0;
  display: block;
}
.pagination > div {
  float: right;
  padding: 0;
  margin: 0;
  display: table;
}
.pagination > div > a, .pagination > div > span {
  display: inline-block;
  font-size: 14px;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 4px 12px;
  border: solid 1px #dcdcdc;
  border-right: none;
}
.pagination > div > a:first-child, .pagination > div > span:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child, .pagination > div > span:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover, .pagination > div > span:hover {
  background-color: #f7f7f7;
}
.pagination > div > span.current {
  color: #fff;
  background-color: #4F6E27;
}
/*=========================================== SEARCH ========================================================*/
.search {
	padding: 10px 0 30px;
	background-color: #f7f7f7;
}
.search>.container {
	position: relative;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.search.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .8s ease 0s, top .4s ease 0s;
    -moz-transition: opacity .8s ease 0s, top .4s ease 0s;
    -o-transition: opacity .8s ease 0s, top .4s ease 0s;
    -webkit-backface-visibility: hidden;
}
.search .noUiGroup .noUi-connect {
    background: #b5cdf5;
}
.search .noUiGroup {
	margin-bottom: 15px;
}
.search .noUiGroup p {
	font-size: 14px;
	color: #887172;
	margin: 3px 0 0;
}
.search .noUiGroup .noUi-target {
	padding: 0 15px;
}
.search .noUiGroup .hidden-inputs {
	overflow: hidden;
	height: 0;
	opacity: 0;
}
.sale-lease {
    margin: 6px 0 0;
}
.sale-lease label {
    font-size: 25px;
	margin: 0;
}
/*=========================================== PROPERTIES ========================================================*/
.custom-checkRad label {cursor: pointer;}
.custom-checkRad input[type="checkbox"],
.custom-checkRad input[type="radio"]{display:none;}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked,
.custom-checkRad input[type="radio"] + label .fa.unchecked{display:inline-block}
.custom-checkRad input[type="checkbox"] + label .fa.checked,
.custom-checkRad input[type="radio"] + label .fa.checked{display:none}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked,
.custom-checkRad input[type="radio"]:checked + label .fa.unchecked{display:none}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked,
.custom-checkRad input[type="radio"]:checked + label .fa.checked{display:inline-block}

.properties-section {
	background-color: #fff;
	padding: 45px 0;
}
.properties-section h2.h1-style {
	text-align: center;
}
.properties-section .projects-list {
	margin-top: 45px;
	margin-bottom: 25px;
}
.properties-section .projects-list .projects-list-item {
	margin-bottom: 35px;
	padding: 0 15px;
	float: left;
}
.properties-section .projects-list a.list-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 62%;
}
.properties-section .projects-list a.list-thumb span.bg-image {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
}
.properties-section .projects-list a.list-thumb:hover span.bg-image,
.properties-section .projects-list a.list-thumb:focus span.bg-image{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.properties-section .projects-list a.list-thumb span.tag {
	line-height: 1em;
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 6px; right: 0;
	background: #00142d;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	padding: 6px 10px;
	opacity: 1;
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
}
.properties-section .projects-list a.list-thumb:hover span.tag,
.properties-section .projects-list a.list-thumb:focus span.tag {
	opacity: .4;
}
.properties-section .projects-list h3 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 15px 0;
	text-align: center;
}
.properties-section .projects-list .list-info span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
}
.properties-section .projects-list .list-details {
	text-align: center;
	border-top: solid 1px #5b5b5b;
	border-bottom: solid 1px #5b5b5b;
	padding: 10px 0;
	margin: 10px 0;
}
.properties-section .projects-list .list-details li {
	font-size: 24px;
	font-weight: 200;
	padding: 0 10px;
}
.properties-section .projects-list .list-details li .fa {
	color: #222;
	font-size: 65%;
}
.properties-section .projects-list .list-bottom p {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 15px;
}
.properties-section>.container {
	position: relative;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.properties-section.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .8s ease 0s, top .4s ease 0s;
    -moz-transition: opacity .8s ease 0s, top .4s ease 0s;
    -o-transition: opacity .8s ease 0s, top .4s ease 0s;
    -webkit-backface-visibility: hidden;
}

.listings-details-wrap {
	padding-top: 15px;
}
.affix-top {
	position: absolute;
	left: 15px; right: 15px;
}
.affix-top .contact-map {
	padding-bottom: 55%!important;
}
.affix-top .broker-details {
	margin-top: 30px;
}
.affix-top .broker-details > a {
	float: left;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.affix-top .broker-details > a:hover {
	opacity: .65;
}
.affix-top .broker-details > a > span {
	background-position: center;
	background-size: cover;
	display: block;
	width: 120px;
	padding-bottom: 120px;
	border-radius: 50%;
}
.affix-top .broker-details > p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	padding-left: 135px;
	margin-top: 23px;
	line-height: 1.3em;
}
.affix-top .broker-details > p > a em {
	color: #909090;
}
.grey-box {
	background-color: #fff;
	border: solid 1px #e4e4e4;
	padding: 15px;
	font-weight: 600;
    margin-bottom: 15px;
}
.grey-box h1 {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: 1.4em;
    color: #002e7c;
    text-align: center;
    margin-bottom: 0;
    font-size: 2em;
	font-weight: 400;
}
.grey-box h1 span {
	display: block;
    color: #ab0035;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    font-style: italic;
	margin-left: 0;
    text-transform: capitalize;
}
.grey-box .small-info {
	text-align: center;
	margin: 15px 0 0;
}
.grey-box .small-info .fa {
	font-size: 75%;
}
.grey-box .small-info img {
	width: 11px;
}
.grey-box span.line {
	display: block;
	background-color: #e4e4e4;
	height: 1px;
	margin: 13px auto;
}
.grey-box h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
    font-style: normal;
	font-weight: 200;
	color: #5b5b5b;
    text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-align: center;
}
.grey-box h2 span {
	display: block;
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 600;
    line-height: 2em;
	margin-left: 0;
    text-transform: capitalize;
}
.grey-box .btn-layout {
	display: block;
	border-width: 2px;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.grey-box .btn-layout:last-child {
	margin-bottom: 0;
}
#more-info .inputs-list.multi-container {
	list-style: none;
    padding-left: 0;
}
.details-info-tag {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	    border: solid 1px #359901;
    background-color: #41af09;
	border-radius: 3px;
}

.info-wrapper div.dataset ul {
    margin: 0;
    padding: 0;
}
.info-wrapper div.dataset ul li:after,
.info-wrapper div.dataset ul li:before {
    content: "";
    display: table;
}
.info-wrapper div.dataset ul li:after {
    border-top: 2px dotted #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.info-wrapper div.dataset ul li {
    position: relative;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.info-wrapper div.dataset ul li strong {
    font-weight: 400;
    color: #555;
    position: relative;
    padding-right: 5px;
    z-index: 2;
    background: #fff;
}
.info-wrapper div.dataset ul li span {
    position: relative;
    padding-left: 5px;
    z-index: 2;
    background: #fff;
    float: right;
    max-width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
	.grey-box h1 {
		font-size: 2em;
	}
	.grey-box h1 span {
		font-size: 16px;
	}
	.grey-box h2 {
		font-size: 1.85em;
	}
	.grey-box .property-specs {
		padding: 6px 15px;
	}
	.grey-box .property-specs p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	.affix-top {
		margin-top: 0;
		position: static;
	}
	.properties-section .projects-list .list-details li {font-size: 16px;}
	.properties-section .projects-list .list-bottom p {font-size: 18px;}
}
/*=========================================== MAP MODULE ========================================================*/
.transactions-modal .img-responsive {
	width: 56px;
    display: inline-block;
    margin: 0 15px;
}
.transactions-modal .my-close {font-size: 30px}
.transactions-list span.line {
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    margin: 0 0 20px;
}
.transactions-wrapper {
	display: block;
	position: relative;
	padding-top: 40px;
}
.transactions-wrapper .hover-button {
	position: absolute;
    z-index: 3;
    top: 10px;
    left: 15px;
	right: 15px;
}
.transactions-wrapper .hover-button h2 {
	float: left;
}
.transactions-wrapper .hover-button .btn-layout {
	float: right;
}
@media screen and (max-width: 550px) {
	.transactions-wrapper {padding: 0;}
	.transactions-wrapper .hover-button {
		text-align: center;
		position: static;
		padding: 0 15px;
	}
	.transactions-wrapper .btn-layout {
		font-size: 12px;
	}
	.transactions-wrapper .hover-button h2,
	.transactions-wrapper .hover-button .btn-layout {
		float: none;
	}
}
/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  padding: 45px 0;
}
.footer .container {
  position: relative;
  z-index: 3;
  top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.footer * {
	color: #fff;
}
.footer a:hover {
	color: #002e7c;
}
.footer .btn-layout {
	padding: 15px;
	width: 200px;
}
.footer-ctas > div {margin-bottom: 30px;}
.footer-ctas > div:first-child {text-align: right}
.footer .footer-nav {
	margin: 25px 0 45px;
	text-align: center;
}
.footer .footer-nav li {
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
.footer h2 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 35px;
}
.footer-locations {margin: 0 0 25px;}
.footer-locations > div:first-child {text-align: right;}
.footer-locations .locations-item {
	display: inline-block;
	text-align: center;
}
.footer-locations .locations-item span.icon {
	display: block;
	margin: 0 0 10px;
}
.footer-official p {
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	.footer .footer-nav {margin: 20px 0;}
	.footer .footer-nav li {
		display: block;
		margin-bottom: 12px;
	}
	.footer .text-left {text-align: center}
}
@media screen and (max-width: 768px) {
	.footer-ctas>div,
	.footer-locations>div {text-align: center!important}
  .footer .footer-nav {
	margin: 0 0 25px;
  }
  .footer .social-nav {
      margin: 25px 0;
  }
  .footer h2 {
    font-size: 30px;
  }
  .btn-layout {
    font-size: 18px;
  }
  h1, .h1-style {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  p, li, td, th .section-white, label {
    font-size: 16px;
  }
  span.parallax {
    top: 0 !important;
    height: auto !important;
  }
}
@media screen and (max-width: 650px) {
	.blog-thumb {
    float: none;
    margin: 0 0 15px;
    width: 100%;
	}
}
