html{
	overflow-x: hidden;
}



h6 {
	font-size: 18px;
	line-height: 25px;
}
header nav.navbar{
	height: 75px;
	min-height: auto;
}

header.sticky nav.navbar {
	background: #fff;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0px 1px 7px 1px rgba(0,0,0,.15);
			  box-shadow: 0px 1px 7px 1px rgba(0,0,0,.15);
}
header a.logo img:last-child {
	display: none;
}
header.sticky a.logo img,
.search header a.logo img{
	display: none;
}
header.sticky a.logo img:last-child,
.search header a.logo img:last-child{
	display: block;
}
.white-link .mobile-toggle span {
	background: #fff;
}
.search header .white-link .mobile-toggle span{
	background: gray;
}
.dots, .flex-control-paging {
	/*display: none;*/
	position: fixed;
	width: 25px;
	-webkit-transform: translate(20px, -50%);
			  transform: translate(20px, -50%);
	top: 50%;
	right: 40px;
	z-index: 100;
}
.dots a, .flex-control-paging li {
	display: block;
	/* border-radius: 50%; */
	background: transparent;
	margin: 20px auto;
	width: 15px;
	height: 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.5);
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	/* overflow: hidden; */
	border: none;
}
.dots a:hover, .dots a.active, .flex-control-paging li a {
	display: block;
	height: 15px;
	width: 15px;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.5);
	border: none;
	border-radius: 50%;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
	background: #222F54;
}
.row.equalize {
	position: relative;
}

.relative{position: relative;}
.no-margin{margin: 0;}
.height-100{height: 100% !important;}
.height-100vh{height: 100vh !important;}
.min-height-100vh{min-height: 100vh !important; height: auto !important;}
.table{display: inline-table; height: 100%; margin-bottom: 0;}
.table-cell-middle{display: table-cell; vertical-align: middle; float:none;}
.table-cell-bottom{display: table-cell; vertical-align: bottom; float:none;}
.table-cell-top{display: table-cell; vertical-align: top; float:none;}

.page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #F3F3F3;
	top: 0;
	left: 0;
	z-index: 9999999;
	-webkit-transition: all 1s ease-in-out 1s;
	transition: all 1s ease-in-out 1s;
}
.page-loader.off, .page-loader.off .loader {
	 opacity: 0;
}
.page-loader .loader {
	padding: 15px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.page-loader .loader-inner {
	background: url(/assets/favicon/favicon-loader.png) center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#ajax-result {
	position: fixed;
	top: -500px;
	left: 0;
	width: 100%;
	/* height: 50px; */
	z-index: 200000;
	overflow: hidden;
	padding: 20px 15px;
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	opacity: 0;
	/* background: red; */
}
#ajax-result.open {
	opacity: 1;
	top: 0;
}
#ajax-result-inner {
	position: relative;
	/*color: #fff;*/
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.has-error{border: 1px solid #ee2323 !important; border-radius: 4px;}

.menu-wrap.open {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	opacity: 1;
	visibility: visible;
	z-index: 10001;
}
.open-menu {
	background: none;
	border: none;
	color: #fff;
	float: right;
	padding: 10px;
	margin: 8px 0;
	line-height: 1;
	font-size: 20px;
}
header.sticky .open-menu, .search .open-menu {
	color: gray;
}

#search{
	height: 100vh;
}
.search header {
	width: 100%;
	z-index: 999999;
	background: #fff;
	position: fixed;
	height: 100px;
	top: 0;
}
.search footer {
	margin-top: -160px;
	position: relative;
}
.search-container {
	margin: 100px 0 160px;
}

footer .container,
footer .container .row {
	min-height: auto;
	height: auto !important;
}
.flexslider .slides footer img {
	max-width: 100%;
	width: auto;
}
footer a, footer a:link, footer a:active, footer a:visited{
	color: #21295c;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
footer a:hover{
	color: #6f6f6f;
}

#graphic-container {
	max-width: 45%;
	position: relative;
	margin: 0 auto;
}
#graphic-container a {
	position: absolute;
	z-index: 2;
}
#graphic-container a img {
	width: 100%;
	height: auto;

	-webkit-transition: all .3 ease 0s;

	transition: all .3 ease 0s;
}
#graphic-container a:not(#graphic-contractors):hover img {
	opacity: .7;
}
#graphic-container a#graphic-contractors{
	cursor: default;
}
#graphic-container > img {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 50.5%;
}
#graphic-container > div {
	opacity: 0;
	z-index: -1;
	position: relative;
	width: 100%;
	height: auto;
}
#graphic-investors {
	left: 0;
	top: 0;
	width: 38.5%;
}
#graphic-buyers {
	bottom: 4px;
	left: 1px;
	width: 37.5%;
}
#graphic-contractors {
	bottom: 3px;
	right: 0;
	width: 37.7%;
}
#graphic-sellers {
	top: 0px;
	right: 0px;
	width: 37.5%;
}

.hover-option4 .grid-item figure:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	 filter: none;
	 -webkit-filter: none;
	 -moz-filter: none;
	 -ms-filter: none;
	 -o-filter: none;
}
.portfolio-grid .grid-item figcaption {
	bottom: auto;
}
.portfolio-grid .grid-item figure:hover figcaption {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	top: 50%;
	height: auto;
	bottom: auto;
}

.flexslider{margin-bottom: 0;}
.no-slides,
.no-slides > .container,
.no-slides > .container-fluid,
.flexslider,
.flexslider .slides,
.flexslider .slides section,
.flexslider .slides .container,
.flexslider .slides .container .row{
	height: 100vh;
}
.flexslider .slides section{
	padding: 0;
}
.flexslider{border: none;}
/*
.flex-control-nav {
	width: 30px;
	position: absolute;
	bottom: 40px;
	text-align: center;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
}
*/

#subscribe{padding: 0}
input, textarea, select{margin: 0;}
.field-container{margin-bottom: 20px;}

.aboutus .down-section,
.buyers .down-section,
.investors .down-section,
.sellers .down-section{
	 top: 90vh;
	 bottom: auto;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

	body{
/*		background-color: aquamarine;*/
	}


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	body{
/*		background: red;*/
	}



}

@media only screen and (max-width : 1060px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1150px) {

	body{
/*		background: blue;*/
	}



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

	body{
/*		background: blue;*/
	}


}

@media only screen and (max-width : 1024px) and (orientation : landscape) {

	body{
/*		background-color: gainsboro;*/
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	body{
/*        background: orange;*/
	}


}

@media only screen and (max-width : 960px) {

	body{
/*        background: orange;*/
	}
	.home section a:hover::before {
		background-size: 90% auto;
	}

}

@media only screen and (max-width : 768px) and (min-width : 500px) {

}

@media only screen and (max-width : 890px) {

}

@media only screen and (max-width : 850px){


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	body{
/*        background: gray;*/
	}

	.swap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		/* optional */
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.order-1 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
	}
	.order-2 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	.order-3 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}

	/*.down-section{display: none;}*/

	h3 {
		font-size: 27px;
		line-height: 31px;
	}

	.no-slides,
	.no-slides > .container,
	.no-slides > .container-fluid,
	.flexslider,
	.flexslider .slides,
	.flexslider .slides section,
	.flexslider .slides .container,
	.flexslider .slides .container .row{
		min-height: 100vh;
		height: auto;
	}
	.table{height: 100vh !important; margin-left: 0; margin-right: 0;}
	section > div > .row > div:not(.down-section){
		min-height: 100vh !important;
		height: auto !important;
	}
	#subscribe, #subscribe .row {
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;
	}
	#graphic-container {
		max-width: 80%;
	}
	.portfolio-grid li {
		float: none;
	}
	footer{
		margin-top: 0 !important;
	}
	footer .container,
	footer .container .row {
		min-height: auto !important;
		height: auto !important;
	}
	.footer-logo-container {
		text-align: center;
		display: block !important;
		margin: 0 auto;
	}
	.footer-logo-container img {
		margin: 0 auto;
	}

	.row:not(.table) > [class*="table-cell"]{
		display: block;
		min-height: 100vh;
		height: auto;
	}
	.row:not(.table) > [class*="table-cell"] > div {
		float: none !important;
	}
	.height-100 .slider-text-middle-main {
		height: 100vh;
	}

}

@media only screen and (max-width : 767px) {

}

@media only screen and (max-width : 750px){
	body{
/*		background-color: darkseagreen;*/
	}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 670px) {

	body{
/*		background-color: chartreuse;*/
	}



}

@media only screen and (max-width : 670px) and (orientation : landscape){



}

@media only screen and (max-width : 580px) {


}

@media only screen and (max-width : 550px){
	#graphic-container {
		max-width: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 500px) {
	body{
/*		background-color:black;*/
	}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	body{
/*		background: pink;*/
	}



}

@media only screen and (max-width : 470px) {

	body{
/*		background: pink;*/
	}



}

@media only screen and (max-width : 440px) {

	body{
/*		background: yellow;*/
	}



}

@media only screen and (max-width : 400px) {

	body{
/*		background: yellow;*/
	}


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 380px) {

	body{
/*		background: purple;*/
	}

}

@media only screen and (max-width : 375px) {

	body{
/*		background: purple;*/
	}


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

	body {
/*        background-color: firebrick;*/
	}

}

@media only screen /*and (max-width : 580px)*/ and (orientation : portrait) {

	body{
/*		background: yellow;*/
	}

}




