/*
	Stylesheet generated by Turbine - http://turbine.peterkroener.de/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{color:inherit;margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;text-decoration:none}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}@media screen {
	body {
		padding: 0;
		margin: 0;
		font-size: 17px;
		color: #102c53;
		font-family: 'Barlow Condensed', sans-serif;
	}
	a {
		text-decoration: none;
		outline: none;
		color: #183e75;
	}
	a:hover {
		color: #9c8311;
	}
	strong {
		font-weight: bold;
	}
	.stdBtn {
		display: inline-block;
		background: #102c53;
		color: #fff;
		font-size: 26px;
		font-family: 'Barlow Condensed', sans-serif;
		padding: 10px 15px;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.stdBtn:hover {
		background: #9c8311;
		text-decoration: none;
		color: #fff;
	}
	.pageContainer {
		padding-top: 90px;
	}
	.stdInner {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
	}
	.stdInner.fullWidth {
		width: 100%;
		max-width: none;
		margin: 0 auto;
		padding: 0 15px;
	}
	.stdNarrowInner {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.displayFlex {
		display: flex;
	}
	.stdContainer {
		width: 100%;
		overflow: hidden;
		padding: 30px 0;
		background: #e8ecf1;
	}
	.stdContainer .stdInner {
		background: #fff;
	}
	.stdContainer .stdInner .stdContent {
		width: 100%;
		max-width: 970px;
		padding: 30px 0;
		margin: 0 auto;
	}
	.stdImgInject {
		width: 100%;
		max-width: 1130px;
		margin: 40px auto;
	}
	.stdImgInject .injectPod {
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.stdImgInject .injectPod a {
		display: block;
		width: 100%;
	}
	.stdImgInject .injectPod a:after {
		display: block;
		content: "";
		position: relative;
		width: 100%;
	}
	.stdImgInject .injectPod.ip-12 a:after {
		padding-bottom: 40%;
	}
	.stdImgInject .injectPod.ip-6 a:after {
		padding-bottom: 60%;
	}
	.stdImgInject .injectPod.ip-4 a:after {
		padding-bottom: 80%;
	}
	.stdImgInject .injectPod.ip-3 a:after {
		padding-bottom: 100%;
	}
	.stdAssets {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.stdAssets .assetThumb {
		position: relative;
		margin-bottom: 30px;
	}
	.stdAssets .assetThumb .atIn {
		position: relative;
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.stdAssets .assetThumb .atIn a {
		display: block;
		width: 100%;
	}
	.stdAssets .assetThumb .atIn a:after {
		display: block;
		content: "";
		position: relative;
		width: 100%;
	}
	.stdAssets .assetThumb .atIn a.vidPlay {
		width: 25%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0.5;
	}
	.stdAssets .assetThumb .atIn a.vidPlay img {
		width: 100%;
	}
	.stdAssets .assetThumb .atIn a.vidPlay:after {
		content: none;
	}
	.stdAssets .assetThumb .atIn a.vidPlay:hover, .stdAssets .assetThumb .atIn a:hover > .vidPlay {
		opacity: 0.9;
	}
	.stdAssets .assetThumb.col-sm-12 .atIn a:after {
		padding-bottom: 45%;
	}
	.stdAssets .assetThumb.col-sm-6 .atIn a:after {
		padding-bottom: 60%;
	}
	.stdAssets .assetThumb.col-sm-4 .atIn a:after {
		padding-bottom: 80%;
	}
	.stdAssets .assetThumb.col-sm-3 .atIn a:after {
		padding-bottom: 100%;
	}
	.stdDocs h3 {
		font-size: 23px;
		margin-bottom: 15px;
		margin-top: 0px;
		font-weight: 300;
		color: $col_green;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
	}
	.stdDocs ul {
		padding: 0;
	}
	.stdDocs ul li {
		padding-bottom: 10px;
		font-size: 18px;
		font-family: 'Barlow Condensed', sans-serif;
		color: #102c53;
		list-style: none;
	}
	.stdDocs ul li a {
		display: block;
		color: #102c53;
		padding-top: 1.5%;
		text-decoration: none;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.stdDocs ul li a.date {
		padding-top: 5%;
		text-align: right;
	}
	.stdDocs ul li img {
		width: 90%;
	}
	.stdDocs ul li:hover a {
		color: $col_pink;
	}
	.stdDocs ul li:last-child {
		margin-bottom: 0 !important;
		border: none;
		padding-bottom: 0;
	}
	#mainHeader {
		width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999999;
	}
	#mainHeader #mainHeadInner {
		position: relative;
		width: 100%;
		height: 90px;
		max-width: 1170px;
		margin: 0 auto;
	}
	#mainHeader #mainHeadInner .logo {
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 24%;
		max-width: 270px;
	}
	#mainHeader #mainHeadInner .logo img {
		width: 100%;
	}
	#mainHeader.headerHome {
		background-color: transparent;
		background-image: url(../../assets/images/homeHeadFade.png);
		background-position: top;
		background-repeat: repeat-x;
		background-size: auto 100%;
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 99999;
	}
	#mainHeader.headerHome #mainHeadInner {
		height: auto;
	}
	#mainHeader.headerHome #mainHeadInner .logo {
		position: relative;
	}
	#mainHeader.headerHome #mainHeadInner .logo a {
		outline: none;
	}
	#mainNav {
		position: absolute;
		top: 50%;
		right: 0;
		width: 75%;
		text-align: right;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#mainNav .navTrigger {
		display: none;
		padding: 10px 15px;
		padding-top: 15px;
		background: #102c53;
	}
	#mainNav .navTrigger:focus {
		outline: none;
	}
	#mainNav ul {
		width: auto;
		display: inline-block;
	}
	#mainNav ul li {
		float: left;
		background: none;
		padding: 0 7px;
		padding-top: 6px;
	}
	#mainNav ul li a {
		position: relative;
		display: block;
		color: #102c53;
		outline: none;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 20px;
		font-weight: normal;
		padding-bottom: 8px;
	}
	#mainNav ul li a:before, #mainNav ul li a:after {
		content: '';
		position: absolute;
		bottom: 2px;
		left: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #9c8311;
	}
	#mainNav ul li a:before {
		opacity: 0;
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	#mainNav ul li a:after {
		opacity: 0;
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
		transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	#mainNav ul li a:hover:before, #mainNav ul li a:hover:after, #mainNav ul li a:focus:before, #mainNav ul li a:focus:after {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#mainNav ul li a:hover:before, #mainNav ul li a:focus:before {
		transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	#mainNav ul li a:hover:after, #mainNav ul li a:focus:after {
		transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	#mainNav ul li.active a:before, #mainNav ul li.active a:after {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	#mainNav ul li:first-child {
		padding-left: 0;
	}
	#mainNav ul li:last-child {
		padding-right: 0;
	}
	#mainNav ul li.phone {
		padding-top: 0;
		font-size: 26px;
		font-weight: bold;
		color: #102c53;
		font-family: 'Barlow Condensed', sans-serif;
		padding-left: 13px;
	}
	#mainNav ul li.social {
		padding-top: 0;
		font-weight: bold;
		color: #102c53;
		font-family: 'Barlow Condensed', sans-serif;
		padding-left: 13px;
	}
	#mainNav ul li.social a {
		font-size: 26px;
		margin-left: 7px;
		display: inline-block;
	}
	#mainNav ul li.social a:first-child {
		margin: 0;
	}
	#mainNav ul li.dropdown {
		background: none;
	}
	#mainNav ul li.dropdown li a {
		background: none;
		color: #666;
		font-weight: bold;
	}
	#mainNav ul li.dropdown li a li:hover a {
		background: $col_one;
		color: #fff;
	}
	#mainNav ul li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	#mainHeader.headerHome #mainNav {
		top: 20%;
	}
	#mainHeader.headerHome #mainNav ul li a {
		color: #fff;
	}
	#mainHeader.headerHome #mainNav ul li.phone {
		color: #fff;
	}
	.subNav {
		padding: 0;
	}
	.subNav ul li {
		border: 1px solid #ccc;
		margin-bottom: 5px;
	}
	.subNav ul li a {
		padding: 10px 15px;
		display: block;
		font-size: 14px;
	}
	.subNav ul li.active, .subNav ul li a:hover {
		color: #fff;
		text-decoration: none;
		background: $col_one;
	}
	.subNav ul li.baseTop a {
		font-weight: bold;
	}
	.subNav ul li.subsTop {
		margin-bottom: 0;
	}
	.subNav ul .subs {
		margin-bottom: 5px;
	}
	.subNav ul .subs li {
		margin-bottom: 0;
		border-top: none;
	}
	.subNav ul .subs li a {
		padding: 7px 30px;
	}
	.mm-ocd {
		z-index: 999999;
	}
	.stdContent {
		text-align: center;
	}
	.stdContent h1 {
		font-size: 45px;
		margin-bottom: 30px;
		font-weight: normal;
		color: #102c53;
		font-family: 'Lora', serif;
	}
	.stdContent h1 a {
		color: #102c53;
	}
	.stdContent h2 {
		font-size: 34px;
		margin-bottom: 20px;
		margin-top: 20px;
		font-weight: normal;
		color: #9c8311;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
	}
	.stdContent h2 a {
		color: #9c8311;
	}
	.stdContent h3 {
		font-size: 24px;
		margin-bottom: 15px;
		margin-top: 20px;
		font-weight: normal;
		color: #9c8311;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
	}
	.stdContent h3 a {
		color: #9c8311;
	}
	.stdContent h4 {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
		font-weight: normal;
		color: #183e75;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
	}
	.stdContent h4 a {
		color: #183e75;
	}
	.stdContent p {
		font-size: 17px;
		color: #102c53;
		font-family: 'Barlow Condensed', sans-serif;
		margin-bottom: 10px;
		line-height: normal;
	}
	.stdContent p a {
		color: #9c8311;
	}
	.stdContent ul {
		margin-bottom: 15px;
	}
	.stdContent ul li {
		list-style: none;
		font-size: 17px;
		color: #102c53;
		font-family: 'Barlow Condensed', sans-serif;
		margin-bottom: 10px;
		line-height: normal;
	}
	.stdContent ul li a {
		color: #9c8311;
	}
	.stdContent ul li::before {
		content: "\2022";
		color: #9c8311;
		font-weight: bold;
		display: inline-block;
		width: 1em;
		margin-left: -1em;
	}
	#homeWelcome {
		position: relative;
		width: 100%;
		height: 100vh;
		background-image: url(../../assets/images/firstFrame.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	#homeWelcome .vidCover {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
	#homeWelcome video {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		min-height: 100%;
		min-width: 100%;
		height: auto;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	#homeWelcome .fadeBanner {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50vh;
		max-height: 382px;
		background-image: url(../../assets/images/homeBannerFade.png);
		background-position: bottom;
		background-repeat: repeat-x;
		background-size: auto 100%;
	}
	#homeWelcome .homeWelcomeInner {
		position: relative;
		z-index: 99;
		height: 100%;
	}
	#homeWelcome .homeWelcomeInner .welcomeText {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70%;
	}
	#homeWelcome .homeWelcomeInner .welcomeText h1 {
		color: #fff;
		font-family: 'Lora', serif;
		font-size: 80px;
		line-height: 70px;
		font-weight: normal;
		text-transform: uppercase;
		text-shadow: 0px 0px 15px #000000;
	}
	#homeWelcome .homeWelcomeInner .welcomeText h1 span {
		text-transform: none;
	}
	#homeWelcome .homeWelcomeInner .welcomeText h3 {
		color: #fff;
		font-family: 'Lora', serif;
		font-size: 66px;
		line-height: normal;
		font-weight: normal;
		text-shadow: 0px 0px 15px #000000;
		font-style: italic;
	}
	#homeWelcome .homeWelcomeInner .welcomeText i {
		color: #fff;
		font-size: 50px;
		text-shadow: 0px 0px 15px #000000;
		margin: 15px 0;
	}
	#homeWelcome .homeWelcomeInner .homeSearch {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 30%;
		background: #102c53;
		line-height: normal;
	}
	#homeWelcome .homeWelcomeInner .homeSearch .valuation {
		display: block;
		width: 100%;
		background: #9c8311;
		color: #fff;
		font-size: 26px;
		font-family: 'Barlow Condensed', sans-serif;
		padding: 10px 15px;
		text-transform: uppercase;
		text-decoration: none;
	}
	#homeWelcome .homeWelcomeInner .homeSearch #homeSearchForm {
		padding: 15px;
	}
	#homeWelcome .homeWelcomeInner .homeSearch #homeSearchForm h4 {
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 26px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	#homeWelcome .homeWelcomeInner .homeSearch #homeSearchForm label.stdLabel {
		padding-top: 5px;
	}
	#mobileSearch {
		display: none;
		background: #102c53;
	}
	#mobileSearch .valuation {
		text-align: center;
		display: block;
		width: 100%;
		background: #9c8311;
		color: #fff;
		font-size: 26px;
		font-family: 'Barlow Condensed', sans-serif;
		padding: 10px 15px;
		text-transform: uppercase;
		text-decoration: none;
	}
	#mobileSearch h4 {
		text-align: center;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 26px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 15px;
		height: 50px;
		padding: 10px 15px;
	}
	#mobileSearch form {
		padding: 0 15px;
	}
	#homeLatest {
		width: 100%;
		background: #e8ecf1;
		padding: 60px 0;
	}
	#homeLatest h3 {
		font-family: 'Lora', serif;
		font-size: 45px;
		color: #102c53;
		text-align: center;
		margin-bottom: 60px;
	}
	#homeClub {
		width: !00%;
		background: #102c53;
	}
	#homeClub .homeClubInner {
		position: relative;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#homeClub .homeClubInner img {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 25%;
		max-width: 235px;
	}
	#homeClub .homeClubInner .clubText {
		float: right;
		width: 75%;
	}
	#homeClub .homeClubInner .clubText p {
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 30px;
		font-weight: bold;
		color: #9c8311;
		margin-bottom: 5px;
	}
	#homeClub .homeClubInner .clubText a {
		display: block;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	#homeClub .homeClubInner .clubText a:hover {
		color: #e8ecf1;
	}
	#homeClub .homeClubInner:after {
		display: table;
		content: '';
		clear: both;
	}
	#homeComments {
		width: 100%;
		padding: 60px 0;
		overflow: hidden;
	}
	#homeComments h3 {
		font-family: 'Lora', serif;
		font-size: 45px;
		color: #102c53;
		text-align: center;
		margin-bottom: 60px;
	}
	#homeComments .banner {
		position: relative;
	}
	#homeComments .banner .quoteUp {
		position: absolute;
		top: -25px;
		left: -50px;
		max-width: 50px;
	}
	#homeComments .banner .quoteDown {
		position: absolute;
		bottom: -25px;
		right: -50px;
		max-width: 50px;
	}
	#homeComments .banner #carouselComments {
		margin-bottom: 60px;
	}
	#homeComments .banner #carouselComments .item {
		text-align: center;
	}
	#homeComments .banner #carouselComments .item p {
		width: 90%;
		color: #102c53;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 33px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#homeComments .banner #carouselComments .item h4 {
		color: #9c8311;
		font-size: 26px;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	#homeComments .banner #carouselComments .item h4 strong {
		font-weight: bold;
	}
	#homecontent {
		width: 100%;
		padding: 60px 0;
		background: #9c8311;
		color: #fff;
	}
	#homecontent .homeContentInner {
		text-align: center;
	}
	#homecontent .homeContentInner h2 {
		font-family: 'Lora', serif;
		font-size: 45px;
		font-weight: normal;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 50px;
		text-align: center;
	}
	#homecontent .homeContentInner h3 {
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 26px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 30px;
		text-align: center;
	}
	#homecontent .homeContentInner p {
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: #fff;
		margin-bottom: 15px;
		text-align: center;
		line-height: normal;
	}
	#homecontent .homeContentInner p:last-child {
		margin-bottom: 0;
	}
	.guidePod {
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 30px;
	}
	.guidePod a {
		display: block;
	}
	.guidePod a:after {
		display: block;
		content: '';
		width: 100%;
		padding-bottom: 55%;
	}
	.guidePod h3 {
		margin: 0;
	}
	.guidePod h3 a {
		padding: 15px 30px;
		width: 100%;
		background: #183e75;
		color: #fff;
		text-align: left;
		text-decoration: none;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.guidePod h3 a:focus {
		outline: 0;
	}
	.guidePod h3 a:after {
		width: auto;
		padding: 0;
	}
	.guidePod:hover h3 a {
		background: #9c8311;
	}
	.testimonial {
		position: relative;
		width: 100%;
		background: #102c53;
		padding: 60px 30px;
	}
	.testimonial img {
		position: absolute;
		width: 10%;
		max-width: 50px;
	}
	.testimonial img.quoteUp {
		top: 40px;
		left: 50px;
	}
	.testimonial img.quoteDown {
		bottom: 40px;
		right: 50px;
	}
	.testimonial .testimonialInner {
		width: 80%;
		max-width: 900px;
		margin: 0 auto;
		text-align: center;
	}
	.testimonial .testimonialInner p {
		font-size: 24px;
		color: #fff;
		line-height: normal;
	}
	.testimonial .testimonialInner h4 {
		margin-top: 30px;
		font-size: 26px;
		text-transform: uppercase;
		color: #9c8311;
		font-weight: bold;
	}
	.testimonial:nth-child(odd) {
		background: #fff;
	}
	.testimonial:nth-child(odd) p {
		color: #102c53;
	}
	.stdPropertyList .row {
		margin-bottom: 30px;
	}
	.stdPropertyList .stdProperty {
		position: relative;
		background: #fff;
		padding-bottom: 64px;
		height: 100%;
	}
	.stdPropertyList .stdProperty .propertyImg {
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.stdPropertyList .stdProperty .propertyImg a {
		display: block;
		width: 100%;
	}
	.stdPropertyList .stdProperty .propertyImg a:after {
		content: '';
		display: block;
		width: 100%;
		padding-bottom: 70%;
	}
	.stdPropertyList .stdProperty .propertyImg .newTag {
		position: absolute;
		top: 0;
		left: 0;
		background: #9c8311;
		text-transform: uppercase;
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 26px;
		padding: 5px 20px;
	}
	.stdPropertyList .stdProperty .propertyImg .tag {
		position: absolute;
		top: 0;
		left: 0;
		text-transform: uppercase;
		font-size: 26px;
		padding: 5px 20px;
		opacity: .8;
		font-family: 'Barlow Condensed', sans-serif;
		color: #fff;
	}
	.stdPropertyList .stdProperty .propertyImg .tag.uo {
		background: #183e75;
	}
	.stdPropertyList .stdProperty .propertyImg .tag.stc {
		background: #183e75;
	}
	.stdPropertyList .stdProperty .propertyImg .tag.sold {
		background: #ad2a2a;
	}
	.stdPropertyList .stdProperty .propertyAddress {
		background: #102c53;
		padding: 7px 20px;
		padding-bottom: 15px;
	}
	.stdPropertyList .stdProperty .propertyAddress p {
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		font-size: 17px;
		line-height: normal;
	}
	.stdPropertyList .stdProperty .propertyAddress p.areaBed {
		font-size: 26px;
	}
	.stdPropertyList .stdProperty .propertyDetails {
		padding: 15px 20px;
		padding-bottom: 0;
	}
	.stdPropertyList .stdProperty .propertyDetails .iconDetails {
		margin-bottom: 15px;
	}
	.stdPropertyList .stdProperty .propertyDetails .iconDetails div {
		float: left;
		padding-right: 15px;
	}
	.stdPropertyList .stdProperty .propertyDetails .iconDetails div i {
		color: #102c53;
		font-size: 26px;
	}
	.stdPropertyList .stdProperty .propertyDetails .iconDetails div span {
		display: inline-block;
		color: #9c8311;
		font-size: 16px;
		padding: 0 5px;
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	.stdPropertyList .stdProperty .propertyDetails .iconDetails div:last-child {
		padding: 0;
	}
	.stdPropertyList .stdProperty .propertyDetails .iconDetails:after {
		display: table;
		content: '';
		clear: both;
	}
	.stdPropertyList .stdProperty .propertyDetails ul {
		list-style: none;
		padding-left: 15px;
	}
	.stdPropertyList .stdProperty .propertyDetails ul li {
		font-family: 'Barlow Condensed', sans-serif;
		color: #102c53;
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.stdPropertyList .stdProperty .propertyDetails ul li:last-child {
		margin: 0;
	}
	.stdPropertyList .stdProperty .propertyDetails ul li::before {
		content: "\2022";
		color: #9c8311;
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
		width: 15px;
		margin-left: -15px;
	}
	.stdPropertyList .stdProperty .propertyPriceView {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 64px;
		padding: 15px 20px;
	}
	.stdPropertyList .stdProperty .propertyPriceView .price {
		float: left;
		font-family: 'Barlow Condensed', sans-serif;
		font-weight: bold;
		font-size: 30px;
		color: #102c53;
	}
	.stdPropertyList .stdProperty .propertyPriceView .view {
		float: right;
	}
	.stdPropertyList .stdProperty .propertyPriceView .view a {
		display: inline-block;
		padding: 5px 20px;
		background: #102c53;
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	.stdPropertyList .stdProperty .propertyPriceView:after {
		display: table;
		content: '';
		clear: both;
	}
	#propertyOverview {
		min-height: calc(100vh - 90px);
		overflow: hidden;
		background: #e8ecf1;
		position: relative;
	}
	#propertyOverview .minHeightProp {
		min-height: 100%;
	}
	#propertyOverview #mapid {
		position: fixed;
		width: calc(50% - 15px);
		height: calc(100vh - 90px);
	}
	#propertyOverview #mapid.bottomFix {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#propertyOverview #propertyListInfo {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
		height: 100%;
	}
	#propertyOverview #propertyListInfo .propertySearch {
		background: #102c53;
		padding: 30px;
		margin-bottom: 30px;
	}
	#propertyOverview #propertyListInfo .propertySearch h3 {
		color: #fff;
		font-size: 30px;
		font-family: 'Barlow Condensed', sans-serif;
		font-weight: normal;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	#propertyOverview #propertyListInfo .propertySearch .clearFilters {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
	#propertyOverview #propertyListInfo .propertySearch .clearFilters:hover {
		color: #9c8311;
	}
	.leaflet-div-icon {
		background: none !important;
		border: 0 !important;
	}
	.cluserMarkerCustom {
		background: #9c8311;
		color: #fff;
		font-family: 'Lora', serif;
		font-size: 18px;
		width: 40px;
		height: 40px;
		display: block;
		text-align: Center;
		padding-top: 7px;
		border-radius: 50%; /* Added by border radius plugin */
		box-shadow: 0 0 0 rgba(156,131,17, 0.5);
		animation: pulse 2s infinite;
		-moz-box-shadow: 0 0 0 rgba(156,131,17, 0.5); /* Added by box shadow plugin */
		-webkit-box-shadow: 0 0 0 rgba(156,131,17, 0.5); /* Added by box shadow plugin */
		-moz-border-radius: 50%; /* Added by border radius plugin */
		-webkit-border-radius: 50%; /* Added by border radius plugin */
		-khtml-border-radius: 50%; /* Added by border radius plugin */
	}
	@-webkit-keyframes pulse{	0%{	-webkit-box-shadow: 0 0 0 0 rgba(156,131,17, 0.5);	}	70%{	-webkit-box-shadow: 0 0 0 10px rgba(156,131,17, 0);	}	100%{	-webkit-box-shadow: 0 0 0 0 rgba(156,131,17, 0);	}	}	@keyframes pulse{	0%{	-moz-box-shadow: 0 0 0 0 rgba(156,131,17, 0.5);	box-shadow: 0 0 0 0 rgba(156,131,17, 0.5);	}	70%{	-moz-box-shadow: 0 0 0 10px rgba(156,131,17, 0);	box-shadow: 0 0 0 10px rgba(156,131,17, 0);	}	100%{	-moz-box-shadow: 0 0 0 0 rgba(156,131,17, 0);	box-shadow: 0 0 0 0 rgba(156,131,17, 0);	}	}	.leaflet-popup {
		width: 300px;
		border-radius: 0; /* Added by border radius plugin */
		-moz-border-radius: 0; /* Added by border radius plugin */
		-webkit-border-radius: 0; /* Added by border radius plugin */
		-khtml-border-radius: 0; /* Added by border radius plugin */
	}
	.leaflet-popup .leaflet-popup-content-wrapper {
		border-radius: 0; /* Added by border radius plugin */
		padding: 0;
		-moz-border-radius: 0; /* Added by border radius plugin */
		-webkit-border-radius: 0; /* Added by border radius plugin */
		-khtml-border-radius: 0; /* Added by border radius plugin */
	}
	.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
		margin: 0;
		border-radius: 0; /* Added by border radius plugin */
		-moz-border-radius: 0; /* Added by border radius plugin */
		-webkit-border-radius: 0; /* Added by border radius plugin */
		-khtml-border-radius: 0; /* Added by border radius plugin */
	}
	.propMap .image {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.propMap .image:after {
		content: '';
		display: block;
		padding-bottom: 75%;
	}
	.propMap .title {
		background: #102c53;
		padding: 10px;
		padding-bottom: 15px;
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		font-size: 17px;
		line-height: normal;
	}
	.propMap .title span {
		font-size: 20px;
		display: block;
	}
	.propMap .priceview .price {
		font-family: 'Barlow Condensed', sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: #102c53;
		padding: 10px;
		padding-left: 25px;
		padding-top: 12px;
	}
	.propMap .priceview .view {
		padding: 10px;
		padding-right: 25px;
	}
	.propMap .priceview .view a {
		display: block;
		padding: 5px 20px;
		background: #102c53;
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
	}
	.stdProperty {
		width: 100%;
		padding: 0 30px;
	}
	.stdProperty .basicInfoPod {
		margin-bottom: 30px;
	}
	.stdProperty .basicInfoPod .viewingBtn {
		display: block;
		width: 100%;
		background: #9c8311;
		color: #fff;
		font-size: 26px;
		font-family: 'Barlow Condensed', sans-serif;
		padding: 10px 15px;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
		margin-top: 25px;
	}
	.stdProperty .basicInfoPod h1 {
		color: #102c53;
		font-size: 40px;
		font-weight: normal;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
	}
	.stdProperty .basicInfoPod h2 {
		color: #102c53;
		font-size: 20px;
		font-weight: normal;
		font-family: 'Barlow Condensed', sans-serif;
		margin-bottom: 0;
	}
	.stdProperty .basicInfoPod p {
		color: #9c8311;
		font-size: 28px;
		font-weight: normal;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
	}
	.stdProperty .basicInfoPod .iconDetails {
		margin-bottom: 0px;
		padding-top: 25px;
		text-align: right;
	}
	.stdProperty .basicInfoPod .iconDetails div {
		display: inline-block;
		padding-right: 15px;
		padding-top: 10px;
	}
	.stdProperty .basicInfoPod .iconDetails div i {
		color: #102c53;
		font-size: 28px;
	}
	.stdProperty .basicInfoPod .iconDetails div span {
		display: inline-block;
		color: #9c8311;
		padding: 0 5px;
		font-size: 22px;
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	.stdProperty .basicInfoPod .iconDetails div:last-child {
		padding-right: 0;
	}
	.stdProperty .basicInfoPod .iconDetails:after {
		display: table;
		content: '';
		clear: both;
	}
	.product-slider .mainImage {
		position: relative;
		width: 100%;
	}
	.product-slider .mainImage .tag {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100px;
		height: 100px;
		background: linear-gradient(135deg, rgba(156,131,17,0) 0%,rgba(156,131,17,0) 24.99%,rgba(156,131,17,1) 25%,rgba(156,131,17,1) 50%,rgba(156,131,17,0) 50.01%,rgba(156,131,17,0) 100%);
	}
	.product-slider .mainImage .tag span {
		position: absolute;
		top: 37%;
		left: 37%;
		font-size: 22px;
		color: #fff;
		text-transform: uppercase;
		transform: translate(-50%, -50%) rotate(-45deg);
		transform-origin: center;
	}
	.product-slider .mainImage .tag.uo {
		background: linear-gradient(135deg, rgba(24,62,117,0) 0%,rgba(24,62,117,0) 24.99%,rgba(24,62,117,1) 25%,rgba(24,62,117,1) 50%,rgba(24,62,117,0) 50.01%,rgba(24,62,117,0) 100%);
	}
	.product-slider .mainImage .tag.uo span {
		font-size: 16px;
		top: 28.5%;
		left: 45%;
	}
	.product-slider .mainImage .tag.stc {
		background: linear-gradient(135deg, rgba(24,62,117,0) 0%,rgba(24,62,117,0) 24.99%,rgba(24,62,117,1) 25%,rgba(24,62,117,1) 50%,rgba(24,62,117,0) 50.01%,rgba(24,62,117,0) 100%);
	}
	.product-slider .mainImage .tag.stc span {
		font-size: 16px;
	}
	.product-slider .mainImage .tag.sold {
		background: linear-gradient(135deg, rgba(173,42,42,0) 0%,rgba(173,42,42,0) 24.99%,rgba(173,42,42,1) 25%,rgba(173,42,42,1) 50%,rgba(173,42,42,0) 50.01%,rgba(173,42,42,0) 100%);
	}
	.product-slider .mainImage .slider-main .sliderImg {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.product-slider .mainImage .slider-main .sliderImg a {
		display: block;
		width: 100%;
		padding-bottom: 60%;
	}
	.product-slider .mainImage .slider-main .tour a {
		position: relative;
		display: block;
	}
	.product-slider .mainImage .slider-main .tour .bg {
		position: relative;
		display: block;
		width: 100%;
		padding-bottom: 60%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
		-ms-filter: "blur(5px)";
	}
	.product-slider .mainImage .slider-main .tour .iconStack {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.product-slider .mainImage .slider-main .tour .iconStack i {
		color: #fff;
		font-size: 70px;
		opacity: 0.5;
	}
	.product-slider .mainImage .slider-main .tour .iconStack p {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		width: 150%;
		text-shadow: 0px 0px 2px #3B3B3B;
		text-align: center;
		line-height: 30px;
	}
	.product-slider .mainImage .slider-main .tour .iconStack p span {
		display: block;
	}
	.product-slider .slider-nav {
		height: 100%;
	}
	.product-slider .slider-nav .sliderImg {
		width: 100%;
		padding-bottom: 33.1%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 15px;
	}
	.product-slider .slider-nav .slick-prev, .product-slider .slider-nav .slick-next {
		width: 100%;
		height: 30px;
		background: #102c53;
		border: 0;
		color: #fff;
	}
	.product-slider .slider-nav .slick-prev {
		margin-bottom: 15px;
	}
	.product-slider .slider-nav .tour {
		position: relative;
		margin-bottom: 15px;
	}
	.product-slider .slider-nav .tour .bg {
		width: 100%;
		height: 0;
		padding-bottom: 33.1%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
		-ms-filter: "blur(5px)";
	}
	.product-slider .slider-nav .tour .bg:after {
		content: '';
		display: block;
		padding-bottom: 70%;
	}
	.product-slider .slider-nav .tour .iconStack {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.product-slider .slider-nav .tour .iconStack i {
		color: #fff;
		font-size: 70px;
		opacity: 0.5;
	}
	.product-slider .slider-nav .tour .iconStack span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		width: 150%;
		text-shadow: 0px 0px 2px #3B3B3B;
		text-align: center;
	}
	.product-slider .slider-nav-mob {
		margin-top: 15px;
	}
	.product-slider .slider-nav-mob .sliderImg {
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.product-slider .slider-nav-mob .tour {
		position: relative;
	}
	.product-slider .slider-nav-mob .tour .bg {
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
		-ms-filter: "blur(5px)";
	}
	.product-slider .slider-nav-mob .tour .iconStack {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.product-slider .slider-nav-mob .tour .iconStack i {
		color: #fff;
		font-size: 70px;
		opacity: 0.5;
	}
	.product-slider .slider-nav-mob .tour .iconStack span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		width: 150%;
		text-shadow: 0px 0px 2px #3B3B3B;
		text-align: center;
	}
	.propertyDescription {
		background: #fff;
		margin-top: 30px;
		padding: 60px;
	}
	.propertyDescription p {
		font-size: 20px;
		max-width: 1170px;
		margin: 0 auto;
	}
	.propertyDescription .bookModalTrigger {
		display: block;
		width: 30%;
		margin: 0 auto;
		margin-top: 30px;
		background: #9c8311;
		color: #fff;
		font-size: 26px;
		font-family: 'Barlow Condensed', sans-serif;
		padding: 10px 15px;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
		border: none;
	}
	.modal-backdrop {
		z-index: 999999;
	}
	#bookViewing, #videoTourModal {
		z-index: 9999999;
	}
	#bookViewing .modal-header, #videoTourModal .modal-header {
		background: #102c53;
		color: #fff;
	}
	#bookViewing .modal-header .modal-title, #videoTourModal .modal-header .modal-title {
		text-transform: uppercase;
		font-size: 20px;
	}
	#bookViewing .modal-header .close, #videoTourModal .modal-header .close {
		color: #fff;
	}
	#bookViewing label, #videoTourModal label {
		display: block;
		margin-bottom: 5px;
		color: #102c53;
	}
	#bookViewing label span, #videoTourModal label span {
		color: #c6c6c6;
	}
	#bookViewing .viewingBtn, #videoTourModal .viewingBtn {
		display: block;
		width: 100%;
		background: #9c8311;
		color: #fff;
		font-size: 26px;
		font-family: 'Barlow Condensed', sans-serif;
		padding: 10px 15px;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
		border: none;
	}
	.videoTour {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 999;
		width: 250px;
		display: inline-block;
		background: #102c53;
		color: #fff;
		font-size: 26px;
		font-family: 'Barlow Condensed', sans-serif;
		padding: 10px 15px;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
		border: none;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.videoTour .fa-video {
		margin-right: 15px;
	}
	.videoTour .fa-chevron-right {
		float: right;
	}
	.videoTour:hover {
		background: #9c8311;
		color: #fff;
		text-decoration: none;
	}
	.stdContent.sellingGuide {
		width: 100%;
		max-width: none !important;
		margin: 0;
		padding-bottom: 0 !important;
	}
	.stdContent.sellingGuide img {
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		display: block;
	}
	.stdContent.sellingGuide .guideContent {
		padding: 60px;
		background: #102c53;
		text-align: left;
	}
	.stdContent.sellingGuide .guideContent p {
		text-align: left;
		color: #fff;
	}
	.stdContent.sellingGuide .guideContent p span {
		color: #9c8311;
	}
	.valueForm {
		width: 100%;
		background: #102c53;
		padding: 30px;
		margin-top: 30px;
	}
	#mobileNav {
		background: #102c53;
		position: relative;
	}
	#mobileNav ul li a {
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}
	#mobileNav .closeNav {
		font-size: 32px;
		position: absolute;
		top: 0px;
		right: 0px;
		color: #fff;
	}
	.mm-spn.mm-spn--navbar::after {
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
	}
	.contactIcon {
		color: #102c53 !important;
		font-size: 38px !important;
	}
	#footer {
		width: 100%;
		background: #102c53;
		padding: 60px 0;
		overflow: hidden;
	}
	#footer #innerFoot {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
	}
	#footer #innerFoot h3 {
		color: #fff;
		font-family: 'Lora', serif;
		font-size: 30px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	#footer #innerFoot p {
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 20px;
		font-weight: normal;
		color: #fff;
		margin-bottom: 15px;
	}
	#footer #innerFoot strong {
		font-weight: bold;
		font-size: 26px;
	}
	#footer #innerFoot .socials {
		font-size: 26px;
	}
	#footer #innerFoot .socials a {
		display: inline-block;
		margin-right: 15px;
	}
	#footer #innerFoot .socials a:last-child {
		margin: 0;
	}
	#footer #innerFoot .bc a {
		text-decoration: none;
		text-transform: uppercase;
	}
	#footer #innerFoot .bc a:hover {
		border-bottom: 2px solid #9c8311;
		color: #fff;
	}
	#footer #innerFoot .bc .gold {
		font-weight: bold;
		color: #9c8311;
	}
	#footer #innerFoot .bc .gold:hover {
		border-bottom: 2px solid #fff;
		color: #9c8311;
	}
	#footer #innerFoot img {
		width: 90%;
		max-width: 350px;
		margin-bottom: 15px;
		border-radius: 15px; /* Added by border radius plugin */
		-moz-border-radius: 15px; /* Added by border radius plugin */
		-webkit-border-radius: 15px; /* Added by border radius plugin */
		-khtml-border-radius: 15px; /* Added by border radius plugin */
	}
	#footer #innerFoot ul.footNav {
		margin-bottom: 15px;
	}
	#footer #innerFoot ul.footNav li {
		display: inline-block;
		padding: 0px 10px;
	}
	#footer #innerFoot ul.footNav li a {
		color: #fff;
		font-size: 20px;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		padding-bottom: 3px;
	}
	#footer #innerFoot ul.footNav li a:hover {
		border-bottom: 2px solid #9c8311;
	}
	#footer #innerFoot ul.footNav li:first-child {
		padding-left: 0;
	}
	#footer #innerFoot ul.footNav li:last-child {
		padding-right: 0;
	}
	#getAgent {
		position: fixed;
		bottom: 15px;
		left: 15px;
		z-index: 99;
		width: 50%;
		max-width: 150px;
	}
	#getAgent img {
		width: 100%;
	}
	.row.sm-gutter {
		margin-left: -7px;
		margin-right: -7px;
	}
	.row.sm-gutter .col-xs-1, .row.sm-gutter .col-xs-2, .row.sm-gutter .col-xs-3, .row.sm-gutter .col-xs-4, .row.sm-gutter .col-xs-5, .row.sm-gutter .col-xs-6, .row.sm-gutter .col-xs-7, .row.sm-gutter .col-xs-8, .row.sm-gutter .col-xs-9, .row.sm-gutter .col-xs-10, .row.sm-gutter .col-xs-11, .row.sm-gutter .col-xs-12, .row.sm-gutter .col-sm-1, .row.sm-gutter .col-sm-2, .row.sm-gutter .col-sm-3, .row.sm-gutter .col-sm-4, .row.sm-gutter .col-sm-5, .row.sm-gutter .col-sm-6, .row.sm-gutter .col-sm-7, .row.sm-gutter .col-sm-8, .row.sm-gutter .col-sm-9, .row.sm-gutter .col-sm-10, .row.sm-gutter .col-sm-11, .row.sm-gutter .col-sm-12, .row.sm-gutter .col-md-1, .row.sm-gutter .col-md-2, .row.sm-gutter .col-md-3, .row.sm-gutter .col-md-4, .row.sm-gutter .col-md-5, .row.sm-gutter .col-md-6, .row.sm-gutter .col-md-7, .row.sm-gutter .col-md-8, .row.sm-gutter .col-md-9, .row.sm-gutter .col-md-10, .row.sm-gutter .col-md-11, .row.sm-gutter .col-md-12, .row.sm-gutter .col-lg-1, .row.sm-gutter .col-lg-2, .row.sm-gutter .col-lg-3, .row.sm-gutter .col-lg-4, .row.sm-gutter .col-lg-5, .row.sm-gutter .col-lg-6, .row.sm-gutter .col-lg-7, .row.sm-gutter .col-lg-8, .row.sm-gutter .col-lg-9, .row.sm-gutter .col-lg-10, .row.sm-gutter .col-lg-11, .row.sm-gutter .col-lg-12 {
		padding-left: 7px;
		padding-right: 7px;
	}
	label.stdLabel {
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 20px;
		text-transform: uppercase;
	}
	.submitBtn {
		display: block;
		width: 100%;
		background: #fff;
		padding: 10px;
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
		border: none;
		color: #102c53;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.submitBtn:hover {
		background: #9c8311;
		color: #fff;
	}
	.form-group label {
		color: #fff;
		font-family: 'Barlow Condensed', sans-serif;
		font-size: 20px;
		text-transform: uppercase;
	}
	.form-group .eng-input, .form-group .eng-textarea {
		border: none;
		color: #fff;
		border-radius: 0; /* Added by border radius plugin */
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		background: #183e75;
		font-size: 22px;
		padding: 8px 16px;
		-moz-border-radius: 0; /* Added by border radius plugin */
		-webkit-border-radius: 0; /* Added by border radius plugin */
		-khtml-border-radius: 0; /* Added by border radius plugin */
	}
	.form-group .eng-input:focus, .form-group .eng-textarea:focus {
		box-shadow: none;
		-moz-box-shadow: none; /* Added by box shadow plugin */
		-webkit-box-shadow: none; /* Added by box shadow plugin */
		zoom: 1; /* Added by box shadow plugin */
		filter: progid:DXImageTransform.Microsoft.dropshadow(enabled:false) progid:DXImageTransform.Microsoft.Shadow(enabled:false); /* Added by box shadow plugin */
		-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(enabled:false), progid:DXImageTransform.Microsoft.Shadow(enabled:false)"; /* Added by box shadow plugin */
	}
	.form-group .eng-select {
		position: relative;
		width: 100%;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
	}
	.form-group .eng-select select {
		display: none;
	}
	.form-group .eng-select .select-selected {
		background-color: #183e75;
	}
	.form-group .eng-select .select-selected:after {
		position: absolute;
		content: "";
		top: 14px;
		right: 10px;
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-color: #fff transparent transparent transparent;
	}
	.form-group .eng-select .select-selected.select-arrow-active:after {
		border-color: transparent transparent #fff transparent;
		top: 7px;
	}
	.form-group .eng-select .select-items div, .form-group .eng-select .select-selected {
		color: #ffffff;
		padding: 8px 16px;
		border: 1px solid transparent;
		border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
		cursor: pointer;
	}
	.form-group .eng-select .select-items {
		position: absolute;
		background-color: #183e75;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 99;
	}
	.form-group .eng-select .select-hide {
		display: none;
	}
	.form-group .eng-select .select-items div:hover, .form-group .eng-select .same-as-selected {
		background-color: #9c8311;
	}
	.form-group .eng-check label{	display: block;	position: relative;	padding-left: 35px;	margin-bottom: 12px;	cursor: pointer;	font-size: 22px;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	}	.form-group .eng-check label input{	position: absolute;	opacity: 0;	cursor: pointer;	height: 0;	width: 0;	}	.checkmark{	position: absolute;	top: 0;	left: 0;	height: 25px;	width: 25px;	background-color:#eee;	}	.form-group .eng-check label:hover input ~ .checkmark{	background-color: #ccc;	}	.form-group .eng-check label input:checked ~ .checkmark{	background-color: #9c8311;	}	.form-group .eng-check .checkmark:after{	content: "";	position: absolute;	display: none;	}	.form-group .eng-check label input:checked ~ .checkmark:after{	display: block;	}	.form-group .eng-check label .checkmark:after{	left: 7px;	top: 3px;	width: 10px;	height: 15px;	border: 1px solid white;	border-width: 0 3px 3px 0;	-webkit-transform: rotate(45deg);	-ms-transform: rotate(45deg);	transform: rotate(45deg);	}	.eng-input::placeholder,	.eng-textarea::placeholder{	color:#fff;	opacity:1;	}	.eng-input:-ms-input-placeholder,	.eng-textarea:-ms-input-placeholder{	color:#fff;	}	.eng-input::-ms-input-placeholder,	.eng-textarea::-ms-input-placeholder{	color:#fff;	}	.botMar30 {
		margin-bottom: 30px;
	}
	.hidden {
		display: none;
	}
	.textLeft {
		text-align: left;
	}
	.textCenter {
		text-align: center;
	}
	.textRight {
		text-align: right;
	}
	.noPad {
		padding: 0;
	}
	.noPadLeft {
		padding-left: 0;
	}
	.noPadRight {
		padding-right: 0;
	}
	.noPadTop {
		padding-top: 0;
	}
	.noPadBottom {
		padding-bottom: 0;
	}
	.noMargin {
		margin: 0;
	}
	.noMarginTop {
		margin-top: 0;
	}
	.noMarginright {
		margin-rihgt: 0;
	}
	.noMarginBottom {
		margin-bottom: 0;
	}
	.noMarginLeft {
		margin-left: 0;
	}
	.floatLeft {
		float: left;
	}
	.floatRight {
		float: right;
	}
	.clearLeft {
		clear: left;
	}
	.clearRight {
		clear: right;
	}
	.clearAll {
		clear: both;
		height: 1px;
	}
	hr {
		border: 0;
		margin: 10px 0px;
		height: 1px;
		background: #333;
		background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
	}
	.ie_alert {
		background-color: #CC0000;
		color: #FFFFFF;
		font-size: 13px;
		padding: 10px;
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		width: 98%;
	}
	.ie_alert h2 {
		color: #FFFFFF;
		font-weight: bold;
	}
	.ie_alert img {
		text-decoration: none;
	}
	#bcDevCon {
		width: 50px;
		height: 50px;
		position: fixed;
		bottom: 0;
		right: 0;
		text-align: center;
	}
	#bcDevCon .openCloseIcon {
		background: rgba(6, 84, 155, 0.2);
		padding: 5px;
		border-radius: 5px; /* Added by border radius plugin */
		cursor: pointer;
		-moz-border-radius: 5px; /* Added by border radius plugin */
		-webkit-border-radius: 5px; /* Added by border radius plugin */
		-khtml-border-radius: 5px; /* Added by border radius plugin */
	}
	.languageDir-ltr {
		direction: ltr;
	}
	.languageDir-rtl {
		direction: rtl;
	}
}
@media print {
	#editorbar {
		display: none;
	}
@import 0.5cm;
@import 3;
@import 3;
@import avoid;
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
}
}
