@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger  {
	font-size: 1.4em;
}
/*===========================================================================================================*/
/*=========================================== 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;
    line-height: 22px;
    font-size: 16px;
    color: #5b5b5b;
    margin: 0;
    font-weight: 400;
    margin-bottom: 5px;
}
label.slabo {font-size: 18px;}
.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: 42px;
	border-width: 1px;
	border: solid 1px;
	border-color: #ccc;
	padding: 0 5px;
	color: #999;
	font-size: 1.4em;
	border-radius: 5px!important;
}
.custom-check-radio input[type="checkbox"] {display: none;}
.custom-check-radio label {cursor: pointer}
.custom-check-radio input[type="checkbox"] + label .unchecked {display: inline-block;}
.custom-check-radio input[type="checkbox"] + label .checked {display: none;}
.custom-check-radio input[type="checkbox"]:checked + label .unchecked {display: none;}
.custom-check-radio input[type="checkbox"]:checked + label .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]{
	background-color: #b91f27;
	color: #fff;
	border: solid 2px #b91f27;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.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: #791419;
	background-color: #791419;
	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 {
	background-color: #b91f27;
	color: #fff;
	border: solid 2px #b91f27;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
	border-color: #791419;
	background-color: #791419;
	color: #fff;
	text-decoration: none;
}
.btn-layout.solid-blue {
	border-color: #049ee8;
	background-color: #049ee8;
	color: #fff;
}
.btn-layout.solid-blue:hover,
.btn-layout.solid-blue:focus {
	border-color: #049ee8;
	background-color: transparent;
	color: #049ee8;
}
.white-btn-layout {
	color: #fff;
	border-color: #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
	border-color: #fff;
	background-color: rgba(255,255,255,0.3);
	color: #fff;
	text-decoration: none;
}
.btn-layout.solid-white {
	color: #303030;
	border-color: #fff;
	background-color: #fff;
}
.btn-layout.solid-white:hover,
.btn-layout.solid-white:focus {
	background-color: rgba(255,255,255,0.8);
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.news-right-column h2,
.news-right-column h3 {
	font-family: 'Slabo 27px', serif;
	font-size: 24px;
	line-height: 1.15em;
	color: #5b5b5b;
	text-transform: uppercase;
    font-weight: 400;
	margin: 25px 0;
}
.news-right-column form p {
	font-size: 1em;
	margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
	border-radius: 5px 5px 0 0!important;
}
.news-right-column form input[type="submit"] {
	border-radius: 0 0 5px 5px;
	width: 100%;
	background-color: #b91f27;
	color: #fff;
	border: solid 2px #b91f27;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 700;
	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: #791419;
	background-color: #791419;
	color: #fff;
	text-decoration: none;
}
/*=========================================== PROJECTS LIST GRID ============================================*/
.projects-list {
	padding: 0;
}
.projects-list .projects-list-item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	position: relative;
}
/*=========================================== MEDIA MODULE ==========================================================*/
.blog-thumb {
    margin: 0 5px 2px 0;
    float: left;
    max-width: 350px;
    width: auto;
}
.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: #444444;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase; 
}
.events-page .media-module .date span.day {
	font-size: 3em;
	float: left;
	color: #021f43;
}
.events-page .media-module .date span.month-year {
	font-size: 1.3em;
	padding: 4px 0;
	padding-left: 40px;
}
.events-page .media-module .right {
	padding-left: 195px;
}
.events-page .media-module .right .title {
	text-transform: uppercase;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: 700;
	font-size: 23px;
}
.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: 650px) {
	.events-page .media-module .news-thumb {
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0 0 15px;
	}
	.events-page .media-module .left {
		float: none;
		height: auto;
		width: 100%;
		max-width: 320px;
		padding-bottom: 40%;
		margin-bottom: 15px;
	}
	.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: #b91f27;	
}
/*=========================================== TESTIMONIALS ========================================================*/
.testimonials-list {
	padding-top: 20px;
}
.testimonials-list .testimonial {
    margin: 0 auto 50px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ededed;
}
.testimonials-list .testimonial:last-child {
	border: none;
	margin: 0;
}
.testimonials-list .testimonial .icon {
    float: left;
    font-size: 68px;
    color: #eef3cb;
}
.testimonials-list .testimonial .right {
    padding-left: 100px;
}
.testimonials-list .testimonial .right p {
    font-size: 1.6em;
    color: #000;
}
.testimonials-list .testimonial .right p.author {
    font-size: 1.8em;
    text-transform: capitalize;
    font-weight: 200;
}
@media screen and (max-width: 650px) {
	.testimonials-list .testimonial .icon {
    	font-size: 60px;
	}
	.testimonials-list .testimonial .right {
		padding-left: 70px;
	}
	.testimonials-list .testimonial .right p {
		font-size: 1.55em;
		line-height: 1.6em;
	}
	.testimonials-list .testimonial .right p.author {
    	font-size: 18px;
	}
}
/*=========================================== 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: #ffaeb2;
}
.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: 35px 0 0;
}
.sale-lease label {
    font-size: 25px;
}
/*=========================================== 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}

.select2-container {width: 100%!important;}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #b91f25 1px!important;
}
.select2-container--default .select2-selection--multiple {
	height: auto!important;
	min-height: 76px;
}
.select2-container .select2-search--inline .select2-search__field {
	font-family: 'Slabo 27px',serif;
	display: block;
	height: 76px;
	color: #5b5b5b;
	font-size: 20px;
	margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #b91f27!important;
    border: 1px solid #ff9ca2!important;
    color: #fff!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ff7f7f!important;
}
.select2-dropdown {border: 1px solid #b91f27!important;}
.select2-results__option {color: #949494!important;}
.select2-container--default .select2-results__option[role=group] {color: #b91f27!important;}
.select2-container--default .select2-results__group {
	margin-top: 10px;
    border-bottom: solid 1px #cc6b70;
}
.select2-container--default .select2-results__option[aria-selected=true] {background-color: #f1f1f1!important;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #cc6b70!important;color:#fff!important}
@media screen and (max-width: 768px) {
	.select2-container--default .select2-selection--multiple {
		min-height: 46px;
	}
	.select2-container .select2-search--inline .select2-search__field {
		height: 46px;
	}
}
.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;
}
.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: #0071ff;
    text-align: center;
    margin-bottom: 0;
    font-size: 2em;
	font-weight: 400;
}
.grey-box h1 span {
	display: block;
    color: #232323;
    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 li {
    font-size: 24px;
    font-weight: 200;
}
.grey-box .small-info .fa {
	font-size: 70%;
}
.grey-box .small-info img {
	width: 13px;
}
.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;}
}
/*=========================================== WELCOME ========================================================*/
.discover-section {
	background-color: #fff;
	padding: 60px 0;
}
.discover-section img {
    margin-bottom: 25px;
}
.discover-section h2.h1-style {margin-top: 0}
.discover-section h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
	font-weight: 600;
}
.discover-section span.line {
	display: block;
	background-color: #000;
	height: 1px;
	margin: 35px 0 35px;
	max-width: 216px;
}
.discover-section>.container {
	position: relative;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.discover-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;
}

@media screen and (max-width: 768px) {
	.discover-section h3 {font-size: 22px;}
}

/*=========================================== MISSION ========================================================*/
.browse-section {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.browse-section ul li {
	font-size: 20px;
	margin-bottom: 10px;
}
.browse-section ul li a {
	display: block;
	padding: 4px 0;
}
.browse-section>.container>.row {
	margin-top: 45px;
}
.browse-section span.parallax {
	content: '';
	display: block;
	position: absolute;
	left: 0; bottom: 0; right: 0; height: 200%;
	background-image: url(../img/communities-bnn.jpg);
	background-position: top center;
	background-size: cover;
}
.browse-section>.container {
	padding: 60px 15px 80px;
	position: relative;
	z-index: 2;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.browse-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;
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
	text-align: center;
	padding: 45px 15px 0;
}
.footer .footer-nav {margin: 0 0 45px}
.footer .footer-nav li {
	padding: 0 25px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
	margin-bottom: 12px;
} 



@media screen and (max-width: 768px) {
	.footer .footer-nav li {display: block; padding: 0;}
	
	h1, .h1-style {font-size: 24px;}
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
	p, li, td, th .section-white {
		font-size: 14px;
	}
	span.parallax {
		top: 0!important;
		height: auto!important;
	}
}