/*----------------------------------------------------------------------
DEFAULTS
----------------------------------------------------------------------*/
* {
	font-family: 'avenir next', helvetica, arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	outline: none;
	text-rendering: optimizeLegibility;
	image-rendering: optimizeQuality;
	-webkit-overflow-scrolling: touch;
}
.preloader { width: 0px; height: 0px; display: none; }

a { text-decoration: none; }
img { border: none; }
.clear { display: block; position: relative; clear: both !important; }
.no-scroll { overflow: hidden; }
.hide,
.hide * {
	z-index: -1 !important;
	opacity: 0!important ;
  filter: alpha(opacity=0) !important;
	cursor: default !important;
}
.disable-animations {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

html,
body {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #f3f3f3;
}
html {
	min-width: 980px;
}
body:after {
	content: '';
	width: 100%;
	height: 300px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background:
		-webkit-linear-gradient(top,
			rgba(255,255,255, 1) 0%,
			rgba(255,255,255, 0) 100%);
	background:
		-moz-linear-gradient(top,
			rgba(255,255,255, 1) 0%,
			rgba(255,255,255, 0) 100%);
	background:
		-ms-linear-gradient(top,
			rgba(255,255,255, 1) 0%,
			rgba(255,255,255, 0) 100%);
	background:
		linear-gradient(top,
			rgba(255,255,255, 1) 0%,
			rgba(255,255,255, 0) 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#00ffffff)';
}

/*----------------------------------------------------------------------
LAYOUT
----------------------------------------------------------------------*/
#content-holder {
	width: auto;
	min-width: 1000px;
	height: auto;
	display: block;
	z-index: 10;
	position: relative;
	padding: 0;
	margin: 0;
}
#content-holder .body {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0 0 40px 0;
	margin: 20px 0px 0px 0px;
}
.photo-buttons .item.blue {
	background-color: #519ce8;
}
.photo-buttons .item.red {
	background-color: #ee3a43;
}
.photo-buttons .item.grey {
	background-color: #767f83;
}
.photo-buttons .item.blue .overlay {
	background:
		-webkit-linear-gradient(top,
			rgba(81,157,232, 0) 0%,
			rgba(81,157,232, 0.6) 100%);
	background:
		-moz-linear-gradient(top,
			rgba(81,157,232, 0) 0%,
			rgba(81,157,232, 0.6) 100%);
	background:
		-ms-linear-gradient(top,
			rgba(81,157,232, 0) 0%,
			rgba(81,157,232, 0.6) 100%);
	background:
		linear-gradient(top,
			rgba(81,157,232, 0) 0%,
			rgba(81,157,232, 0.6) 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00519ce8, endColorstr=#519ce8)';
}
.photo-buttons .item.red .overlay {
	background:
		-webkit-linear-gradient(top,
			rgba(238,56,66, 0) 0%,
			rgba(238,56,66, 0.6) 100%);
	background:
		-moz-linear-gradient(top,
			rgba(238,56,66, 0) 0%,
			rgba(238,56,66, 0.6) 100%);
	background:
		-ms-linear-gradient(top,
			rgba(238,56,66, 0) 0%,
			rgba(238,56,66, 0.6) 100%);
	background:
		linear-gradient(top,
			rgba(238,56,66, 0) 0%,
			rgba(238,56,66, 0.6) 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00ee3a43, endColorstr=#ee3a43)';
}
.photo-buttons .item.grey .overlay {
	background:
		-webkit-linear-gradient(top,
			rgba(117,126,130, 0) 0%,
			rgba(117,126,130, 0.6) 100%);
	background:
		-moz-linear-gradient(top,
			rgba(117,126,130, 0) 0%,
			rgba(117,126,130, 0.6) 100%);
	background:
		-ms-linear-gradient(top,
			rgba(117,126,130, 0) 0%,
			rgba(117,126,130, 0.6) 100%);
	background:
		linear-gradient(top,
			rgba(117,126,130, 0) 0%,
			rgba(117,126,130, 0.6) 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00767f83, endColorstr=#767f83)';
}

/*----------------------------------------------------------------------
HEADER
----------------------------------------------------------------------*/
#content-holder .header {
	width: 100%;
	height:180px;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#content-holder .header .information {
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
	position: relative;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
#content-holder .header .information .logo {
	width: auto;
	height: 129px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 100px;
	padding: 0;
	margin: 0 auto;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.1));
     -moz-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.1));
      -ms-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.1));
          filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.1));
}


#content-holder .header .information .leaf {
	width: auto;
	height: 150px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 0;
	margin: 0 auto;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
     -moz-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
      -ms-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
          filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
}


#content-holder .header .welcomeText {
	font-size: 20pt;
	line-height: 25pt;
	color: #1c3f95;
	margin-right: 100px;
}

#content-holder .header .PhoneNumber {
	height: 30px;
	width: 900px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: right;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#content-holder .header .PhoneNumber .headerOfficeName {
	font-size: 14pt;
	line-height: 25pt;
	color: #666;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#content-holder .header .PhoneNumber .headerNumbers {
	font-size: 20pt;
	line-height: 25pt;
	color: #ee3a43;
	margin-left: 10px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#content-holder .header .NavigationHolder {
	width: calc(100% - 560px);
	height: 70px;
	position: absolute;
	bottom: 55px;
	right: 0px;
	z-index: 100;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#content-holder .header .NavigationHolder .RedNavStrip {
	width: calc(100% + 24px);
	height: 20px;
	display: block;
	background: #ee3a43;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 80;
  -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
     -moz-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
      -ms-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
          filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
	}
#content-holder .header .NavigationHolder .RedNavStrip:before {
	content: '';
	width: 10px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -10px;
	padding: 0;
	background: url('../media/content-header-navigation-cap-red.png') no-repeat top right;
}

#content-holder .header .navigation {
	width: 100%;
	height: 40px;
	position: relative;
	padding: 0 0 0 4px;
	background: #1c3f95;
	font-size: 0;
	line-height: 0;
	z-index: 5000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
     -moz-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
      -ms-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
          filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
}
#content-holder .header .navigation:before {
	content: '';
	width: 20px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -20px;
	padding: 0;
	background: url('../media/content-header-navigation-cap-blue.png') no-repeat top right;
}

.navigation { text-align: justify; }
.navigation * { display: inline; }




.navigation .stretcher {
	display: inline-block;
	position: relative;
	width: 100%; height: 0px;
	font-size: 0pt !important; line-height: 0pt !important;
	}
#content-holder .header .navigation .link {
	height: 40px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 11px 5px 9px 5px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content-holder .header .navigation .link:after {
	content: '';
	width: 100%;
	height: 0;
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: #ee3a43;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#content-holder .header .navigation .link:hover {
	color: #fff;
}
#content-holder .header .navigation .link:hover:after {
	height: 100%;
}
#active {
	background: #ee3a43;
	color: #fff !important;
}

.nav {
	z-index: 5000;
	}
.nav li{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	}

.nav>li>a:link, .nav>li>a:visited {
	color:#fff;
	text-decoration:none;
}

.nav>li>a:hover, .nav>li>a:active {
	color: #fff;
	text-decoration: none;
}



.subNav {
	position:absolute;
	left: -9999px;
	top: 39px;
	width: auto;
	z-index: 4000;
	background: #1c3f95;
}

.nav li:hover .subNav {
	display:block;
	position: absolute;
	left: 0px;
}

.subNav li {
	text-align: left !important;
	margin:0px 0px 0px 0px !important;
	padding: 0px;
	display:block;
	clear:both;
}

.subNav li a:link, .subNav li a:visited {
	color:#fff;
	margin: 0px;
	padding:5px 5px 5px 10px;
	margin: 0px !important;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;
}

.subNav li a:hover, .subNav li a:active {
	background: #ee3a43;
	color:#fff !important;
	text-decoration: none;
}


/*----------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------*/
/*
#content-holder .footer {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 75;
	padding: 30px 30px 27px 30px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content-holder .footer:after {
	content: '';
	width: calc(100% - 80px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 40px;
	background: #767f83;
	opacity: 0.5;
  filter: alpha(opacity=50);
	}
#content-holder .footer .links {
	width: 100%;
	max-width: 1250px;
	height: auto;
	display: block;
	position: relative;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content-holder .footer .links .group {
	width: 25%;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#content-holder .footer .links .group.team {
	margin: -25px 0 -27px 0;
	vertical-align: bottom;
}
#content-holder .footer .links .group.team:after {
	content: '';
	width: 100%;
	height: 100px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-image: url('../media/content-unique-footer-team-gradient.png');
}
#content-holder .footer .links .group.team .team {
	width: auto;
	height: 180px;
}
#content-holder .footer .links .group.broker {
	margin: 0 0 -3px 0;
}
#content-holder .footer .links .group:nth-child(1) {
	min-width: 310px;
	width: auto;
	padding-right: 20px;
}
#content-holder .footer .links .group:nth-child(2) {
	width: 30%;
	padding-right: 10px;
}
#content-holder .footer .links .group:nth-child(3) {
	width: 23%;
}
#content-holder .footer .links .group:nth-child(4) {
	width: 16%;
}
#content-holder .footer .links label {
	display: block;
	position: relative;
	margin: -1px 0 20px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #ee3a43;
}
#content-holder .footer .links .group a,
#content-holder .footer .links .group span {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #767f83;
	text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  cursor: pointer;
}
#content-holder .footer .links .group a:hover,
#content-holder .footer .links .group span:hover {
	color: #ee3a43;
}
#content-holder .footer .links .group a.nohover:hover,
#content-holder .footer .links .group span.nohover:hover {
	color: #767f83;
	cursor: default;
}
#content-holder .footer .social {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 23px 0 -5px 0;
}
#content-holder .footer .social a {
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#content-holder .footer .social img {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 10px 0 0;
}
#content-holder .footer .group.broker .information {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
#content-holder .footer .group.broker .information .logo {
	width: auto;
	height: 40px;
	display: block;
	position: relative;
	padding: 0;
	margin: 23px 0 5px 1px;
}


#content-holder .footer .group.broker .information .legal {
	display: block;
	position: relative;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	color: #767f83;
	opacity: 0.5;
  filter: alpha(opacity=50);
}
*/

#content-holder .footer-disclaimer {
	width: 100%;
	max-width: 900px;
	height: auto;
	display: block;
	position: relative;
	z-index: 50;
	padding: 10px 0 30px 0;
	margin: 0 auto;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #888;
}



#content-holder .footer-legal {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 0px 10px 0px;
	z-index: 50;
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	background: #ee3a43;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content-holder .footer-legal .legal-holder {
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: block;
	position: relative;
	margin: 0px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content-holder .footer-legal a {
	font-size: inherit;
	line-height: inherit;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#content-holder .footer-legal a:hover {
	color: #222;
}
#content-holder .footer-legal .links {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
}
#content-holder .footer-legal .links a {
	margin-right: 20px;
}
#content-holder .footer-legal .legal {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	float: right;
}

/*----------------------------------------------------------------------
HERO
----------------------------------------------------------------------*/
#content-holder .body .hero {
	width: 100%;
	max-width: 1440px;
	height: 460px;
	display: block;
	position: relative;
	margin: 30px auto 30px auto;
}

/*
#content-holder .body .hero:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 0px;
	background: #000;
}
*/
#content-holder .body .hero .photo-gallery-buttonRow {
	width: 100%;
	height: 396px;
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5000;

}

#content-holder .body .hero .photo-gallery-buttonRow .buttonHolder {
	width: 33.33%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	z-index: 5000;
	text-align: right;
}

#content-holder .body .hero .photo-gallery-buttonRow .col1 .photo-gallery-buttons { margin: 25px 0px 25px auto; }
#content-holder .body .hero .photo-gallery-buttonRow .col2 .photo-gallery-buttons { margin: 25px auto 25px auto; }
#content-holder .body .hero .photo-gallery-buttonRow .col3 .photo-gallery-buttons { margin: 25px auto 25px 0px; }

#content-holder .body .hero .photo-gallery-buttonRow  .photo-gallery-buttons {
	width: 250px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 18pt;
	font-weight: normal;
	padding: 10px 0px;
	text-shadow: 0px 1px 2px #000;;
	vertical-align: middle;
	background: rgba(28,63,149, 0.7);
	border: solid 1px rgba(238,58,67, 0.5);
	z-index: 5000;

}


#content-holder .body .hero .photo-gallery-holder {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background: transparent;

}
#content-holder .body .hero .photo-gallery {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background: transparent;
}
#content-holder .body .hero .photo-gallery .image {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
#content-holder .body .hero.spotlight .photo-gallery .image {
	background-position: 50% 40%;
}

.photo-gallery-Text {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 10px 0px;
	color: #fff;
	text-shadow: 0px 1px 2px #000;;
	text-transform: uppercase;
	z-index: 5000;
	font-size: 24pt;
	background: rgba(28,63,149, 0.6);
	text-align: center;
}

/*----------------------------------------------------------------------
BODY - MISC
----------------------------------------------------------------------*/
#content-holder .body .photo-buttons {
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px auto 0px auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content-holder .body .photo-buttons .button {
	width: 250px;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0px;
	cursor: pointer;
	text-align: left;
  text-shadow: none !important;
  -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
     -moz-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
      -ms-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
          filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
}
#content-holder .body .photo-buttons .button .item {
	width: 100%;
	height: 125px;
	z-index: 10;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#content-holder .body .photo-buttons .button .item .image {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#content-holder .body .photo-buttons .button:hover .item .image {
	opacity: 0;
  filter: alpha(opacity=0);
}
#content-holder .body .photo-buttons .button .item .overlaySearch {
	width: 100%;
	height: 125px;
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: url(../media/content-unique-photo-button-listingsHover.png) center center no-repeat;
	vertical-align: bottom;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	opacity: 0;
  filter: alpha(opacity=0);
}
#content-holder .body .photo-buttons .button:hover .item .overlaySearch {
	opacity: 1;
  filter: alpha(opacity=100);
}

#content-holder .body .photo-buttons .button .item .overlayContact {
	width: 100%;
	height: 125px;
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: url(../media/content-unique-photo-button-contactHover.png) center center no-repeat;
	vertical-align: bottom;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	opacity: 0;
  filter: alpha(opacity=0);
}
#content-holder .body .photo-buttons .button:hover .item .overlayContact {
	opacity: 1;
  filter: alpha(opacity=100);
}

#content-holder .body .photo-buttons .button2 {
	width: 500px;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 0px;
	cursor: pointer;
	text-align: left;
  text-shadow: none !important;
  -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
     -moz-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
      -ms-filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
          filter: drop-shadow(0 0 1px rgba(0,0,0, 0.1)) drop-shadow(0 2px 12px rgba(0,0,0, 0.2));
}
#content-holder .body .photo-buttons .button2 .item {
	width: 100%;
	height: 125px;
	z-index: 10;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#content-holder .body .photo-buttons .button2 .item .image {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#content-holder .body .photo-buttons .button2:hover .item .image {
	opacity: 0;
  filter: alpha(opacity=0);
}
#content-holder .body .photo-buttons .button2 .item .overlayAdvantage {
	width: 100%;
	height: 125px;
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: url(../media/content-unique-photo-button-advantageHover.png) center center no-repeat;
	vertical-align: bottom;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	opacity: 0;
  filter: alpha(opacity=0);
}
#content-holder .body .photo-buttons .button2:hover .item .overlayAdvantage {
	opacity: 1;
  filter: alpha(opacity=100);
}


/*
#content-holder .body .photo-buttons .button .item .overlay div.caption {
	width: 100%;
	height: auto;
	z-index: 15;
	display: block;
	position: absolute;
	bottom: -56px;
	left: 0;
	padding: 0;
	margin: 0;
	font-size: 21px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#content-holder .body .photo-buttons .button .item .overlay div.caption span {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 4px 0 0 0;
	font-family: inherit;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
	opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#content-holder .body .photo-buttons .button .title {
	width: 100%;
	height: auto;
	z-index: 5;
	display: block;
	position: relative;
	padding: 0;
	top: 0;
	margin: 14px 0 -9px 0;
	font-size: 21px;
	line-height: 20px;
	font-weight: 600;
	color: #767f83;
	text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#content-holder .body .photo-buttons .button:hover .item .overlay div.caption {
	bottom: 57px;
}
#content-holder .body .photo-buttons .button:hover .item .overlay div.caption span {
	opacity: 1;
  filter: alpha(opacity=100);
}
#content-holder .body .photo-buttons .button:hover .title {
	top: -113px;
}
*/

.page-title {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 30px 0 20px 0;
	font-size: 32px;
	line-height: 38px;
	color: #1c3f95;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
}
.profile-bios {
	width: auto;
	max-width: 1200px;
	height: auto;
	display: block;
	position: relative;
	padding: 0 40px;
	margin: 0 auto;
}

.profile-bios .profile-body-holder {
	width: 1000px;
	margin: 0px auto;
	}
.profile-bios .image-frame {
	width: 247px;
	height: 400px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.profile-bios .image-frame img {
	width: 240px;
	height: auto;
	display: inline-block;
	position: relative;
}
.profile-bios .profile-text {
	width: calc(100% - 260px);
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0 0 40px 40px;
	margin: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.profile-bios h1 {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 10px 0 0px 0;
	font-size: 24px;
	line-height: 36px;
	color: #ee3a43;
	font-weight: 400;
	text-align: left;
}
.profile-bios h2 {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0px 0 15px 0;
	font-size: 15px;
	color: #333;
	font-weight: 400;
	text-align: left;
}
.profile-bios p {
	width: auto;
	height: auto;
	position: relative;
	text-align: justify;
	font-size: 18px;
	line-height: 24px;
	color: #767f83;
	font-weight: 400;
	margin-bottom: 25px;
}
.profile-bios .testimonial-text {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0 0 40px 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.profile-bios .testimonial-text .quote {
	width: 44px;
	height: 30px;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	opacity: 0.1;
  filter: alpha(opacity=10);
}
.profile-bios .testimonial-text p {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #767f83;
	font-weight: 400;
	text-align: left;
}
.profile-bios .testimonial-text span.author {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 22px;
	color: #ee3a43;
	font-weight: 500;
	text-align: left;
}

/*----------------------------------------------------------------------
SEARCH - SUGGESTIVE TEXT
----------------------------------------------------------------------*/
.twitter-typeahead {
	width: 100%;
}
.twitter-typeahead * {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
.typeahead {
	z-index: 1200 !important;
}
#multiple-datasets .search-name,
.multiple-datasets .search-name { /* group labels */
	width: calc(100% + 8px);
	padding: 9px 0 5px 10px;
	margin: 4px 0 4px -4px;
  background-color: #eee;
	font-size: 14px;
	line-height: 16px;
  font-weight: 600;
  color: #222;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tt-hint { /* shows the top hit in the primary textfield */
	color: #aaa !important;
}
.tt-highlight { /* highlights the characters entered in results */
  color: #3f86cf !important;
  font-weight: 800 !important;
}
.tt-dropdown-menu { /* the results list */
  width: 100%;
  height: auto;
	z-index: 1000 !important;
  padding: 0 4px 4px 4px;
  margin: -4px 0 0 15px;
  background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
	font-size: 14px;
	line-height: 16px;
  font-weight: 500;
  color: #444;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tt-dropdown-menu hr { /* divider */
	display: none;
}
.tt-suggestion { /* items in results list */
  padding: 3px 8px 1px 6px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #444;
}
.tt-suggestion.tt-cursor { /* selected item in results list */
  color: #fff;
  background-color: #519ce8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
	cursor: pointer;
}
.tt-suggestion.tt-cursor * { /* ensures the selected item has white text */
	color: #fff !important;
}
/*----------------------------------------------------------------------
PROPERTY SEARCH
----------------------------------------------------------------------*/
.property-search .multiple-datasets {
	width: 50%;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
  background-color: transparent;
	font-size: 0;
	line-height: 0;
	text-align: left;
	float: left;
}
.property-search .tt-dropdown-menu { /* the results list */
  width: calc(100% - 20px);
  height: auto;
	z-index: 10000 !important;
  padding: 0 4px 4px 4px;
  margin: -14px 0 0 10px;
  background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
	font-size: 14px;
	line-height: 16px;
  font-weight: 500;
  color: #444;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.property-search .tt-dropdown-menu:before {
	content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
	z-index: 10001 !important;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.property-search form {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
.property-search form .textfield-holder {
	width: calc(100% + 20px);
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 0 -10px;
}
.property-search form .textfield-group,
.property-search form .menu-group,
.property-search form .label-group {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.property-search form ::-webkit-input-placeholder {
	color: #888;
	padding: 1px 0 0 0;
	opacity: 1;
  filter: alpha(opacity=100);
	text-transform: none !important;
}
.property-search form ::-moz-placeholder {
	color: #888;
	padding: 1px 0 0 0;
	opacity: 1;
  filter: alpha(opacity=100);
	text-transform: none !important;
}
.property-search form ::-ms-input-placeholder {
	color: #888;
	padding: 1px 0 0 0;
	opacity: 1;
  filter: alpha(opacity=100);
	text-transform: none !important;
}
.property-search form.compact  ::-webkit-input-placeholder {
	padding: 0;
}
.property-search form.compact  ::-moz-placeholder {
	padding: 0;
}
.property-search form.compact  ::-ms-input-placeholder {
	padding: 0;
}
.property-search form textarea::-webkit-input-placeholder {
	padding: 0;
	text-transform: none !important;
}
.property-search form textarea::-moz-placeholder {
	padding: 0;
	text-transform: none !important;
}
.property-search form textarea::-ms-input-placeholder {
	padding: 0;
	text-transform: none !important;
}
.property-search form input[type=text],
.property-search form input[type=email],
.property-search form input[type=tel],
.property-search form input[type=password],
.property-search form textarea,
.property-search form .terms-holder {
	width: calc(100% - 20px);
	height: 45px;
	display: inline-block;
	position: relative;
	padding: 6px 0 0 14px;
	margin: 10px;
	font-size: 21px;
	line-height: 23px;
	font-weight: 400;
	color: #222;
	text-align: left;
	border: 0;
	outline: none;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset, 0 1px 1px 0 rgba(255,255,255, 0.7);
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset, 0 1px 1px 0 rgba(255,255,255, 0.7);
	-ms-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset, 0 1px 1px 0 rgba(255,255,255, 0.7);
	box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset, 0 1px 1px 0 rgba(255,255,255, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.property-search form.compact  input[type=text],
.property-search form.compact  input[type=email],
.property-search form.compact  input[type=tel],
.property-search form.compact  input[type=password],
.property-search form.compact  textarea,
.property-search form.compact  .terms-holder {
	width: calc(100% - 20px);
	height: 30px;
	display: inline-block;
	position: relative;
	padding: 4px 0 0 9px;
	margin: 10px;
	font-size: 14px;
	line-height: 16px;
}
.property-search form input[type=text]:focus {
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
}
.property-search form textarea {
	height: auto;
	padding: 14px 14px 7px 14px;
	font-size: 21px;
	line-height: 24px;
	resize: none;
}
.property-search form.compact  textarea {
	padding: 4px 0 0 9px;
	font-size: 14px;
	line-height: 16px;
}
.property-search form input[type=text].half,
.property-search form input[type=email].half,
.property-search form input[type=tel].half,
.property-search form input[type=password].half {
	width: calc(50% - 20px);
}
.property-search form input[type=radio],
.property-search form input[type=checkbox] {
	opacity: 0;
  filter: alpha(opacity=0);
}
.property-search form label.radio-button,
.property-search form label.checkbox {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.property-search form span.radio-button,
.property-search form span.checkbox {
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
}
.property-search form span.radio-button .inactive,
.property-search form span.radio-button .active {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.property-search form span.radio-button .inactive {
	z-index: 20;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
	-ms-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
	box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.property-search form span.radio-button.active .inactive {
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	-ms-transform: scale(0.35);
	transform: scale(0.35);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.0) inset;
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.0) inset;
	-ms-box-shadow: 0 0 0 0 rgba(0,0,0, 0.0) inset;
	box-shadow: 0 0 0 0 rgba(0,0,0, 0.0) inset;
}
.property-search form span.radio-button .active {
	z-index: 0;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.1) inset;
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.1) inset;
	-ms-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.1) inset;
	box-shadow: 0 0 1px 1px rgba(0,0,0, 0.1) inset;
  -webkit-transition: all 0s linear 0.2s;
  -moz-transition: all 0s linear 0.2s;
  -ms-transition: all 0s linear 0.2s;
  transition: all 0s linear 0.2s;
}
.property-search form span.radio-button.active .active {
	background:
		-webkit-linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	background:
		-moz-linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	background:
		-ms-linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	background:
		linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#6eaceb, endColorstr=#519ce8)';
	background-color: #519ce8;
}
.property-search form span.checkbox .inactive,
.property-search form span.checkbox .active {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.property-search form span.checkbox .inactive {
	z-index: 20;
	background-color: #fff;
	opacity: 1;
  filter: alpha(opacity=100);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
	-ms-box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
	box-shadow: 0 0 1px 1px rgba(0,0,0, 0.2) inset;
}
.property-search form span.checkbox.active .inactive {
	z-index: 0;
	opacity: 0;
  filter: alpha(opacity=0);
}
.property-search form span.checkbox .active {
	z-index: 0;
	opacity: 0;
  filter: alpha(opacity=0);
}
.property-search form span.checkbox.active .active {
	z-index: 20;
	background:
		-webkit-linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	background:
		-moz-linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	background:
		-ms-linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	background:
		linear-gradient(top,
			#6eaceb 0%,
			#519ce8 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#6eaceb, endColorstr=#519ce8)';
	background-color: #519ce8;
	opacity: 1;
  filter: alpha(opacity=100);
}
.property-search form span.checkbox .checkmark {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	z-index: 40;
	top: 3px;
	left: 3px;
	padding: 0;
	margin: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
  filter: alpha(opacity=0);
}
.property-search form span.checkbox.active .checkmark {
  -webkit-transition: all 0.2s linear 0.1s;
  -moz-transition: all 0.2s linear 0.1s;
  -ms-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
  filter: alpha(opacity=100);
}
.property-search form .menu-group .dk-select {
	margin: 10px;
}
.property-search form label.heading {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 0 -5px 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #888;
	text-align: left;
}
.property-search form.compact  label.heading {
	font-size: 14px;
	line-height: 16px;
}
.property-search form input[type=submit],
.property-search form input[type=button] {
	width: auto;
	height: 30px;
	display: inline-block;
	position: relative;
	padding: 6px 0 0 0;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 0;
	outline: none;
}
.property-search form label.title {
	display: block;
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #666;
	padding: 0;
	margin: 0 0 4px 0;
}
.property-search form label.radio-button span.label,
.property-search form label.checkbox span.label {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
	padding: 0;
	margin: 0 19px 0 9px;
	top: 3px;
}
.property-search form .label-group label {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #888;
	text-align: left;
}
.property-search form .postalcode {
	text-transform: uppercase;
}


.property-search,
.property-search * {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
}
.property-search {
	width: 900px;
	height: 122px;
	display: block;
	position: relative;
	padding: 0 10px 0 10px;
	margin: -1px auto 0 auto;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
.property-search form {
	width: calc(100% - 20px);
	height: auto;
	display: block;
	position: absolute;
	top: 11px;
	left: 10px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.property-search .price-range {
	width: 50%;
	display: inline-block;
	position: relative;
	top: 21px;
	padding: 0 30px 0 22px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.property-search .price-range .price-slider,
.property-search .price-range .price-slider * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.property-search .price-range .price-label {
	top: -20px;
	font-size: 12px;
	line-height: 14px;
}
.property-search form .menu-group .dk-select {
	width: 187px;
	margin: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.property-search.no-distance form .menu-group .dk-select {
	width: 201px;
}
.property-search.no-distance form .menu-group.distance-menu .dk-select {
	width: 0;
	margin-right: -10px;
	opacity: 0;
  filter: alpha(opacity=0);
}
.property-search.no-distance form .menu-group.distance-menu .dk-select .dk-selected {
	padding-left: 0;
	padding-right: 0;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -ms-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
.property-search.no-distance form .menu-group.distance-menu .dk-select .dk-selected:before,
.property-search.no-distance form .menu-group.distance-menu .dk-select .dk-selected:after {
	opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.property-search form input[type=submit],
.property-search form input[type=button] {
	color: #fff !important;
	width: 75px;
	margin: 0 0 10px 10px;
	vertical-align: bottom;
	text-shadow: none !important;
	background:
		-webkit-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	background:
		-moz-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	background:
		-ms-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	background:
		linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f84a52, endColorstr=#ee3a43)';
	background-color: #ee3a43;
}
.property-search.no-distance form input[type=submit],
.property-search.no-distance form input[type=button] {
	width: 76px;
}
.property-search-title {
	width: 100%;
	height: 0;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
.property-search-title h1 {
	position: absolute;
	top: 40px;
	left: 0;
}
.refine-search {
	height: 100px;
	padding: 0;
	text-align: center;
}
.refine-search .price-range {
	top: 10px;
}
.refine-search form input[type=submit],
.refine-search form input[type=button] {
	width: 130px;
	margin: 40px 0 0 0;
}
.neighbourhood-search {
}
.neighbourhood-search form input[type=text].half {
	text-overflow: ellipsis;
}
.neighbourhood-search .price-range {
	top: -1px;
}
div.pac-container {
  padding: 5px 4px 4px 4px;
	margin-top: -1px !important;
  background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
	-webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  overflow: visible !important;
}
div.pac-container:before {
	content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
	z-index: 300001 !important;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
div.pac-container:after {
	content: '' !important;
  width: calc(100% - 22px) !important;
  height: 1px !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  bottom: auto !important;
  left: 11px !important;
  right: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #ddd;
  background-image: none !important;
}
div.pac-container span.pac-icon {
	display: none !important;
}
div.pac-container div.pac-item,
div.pac-container div.pac-item * {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
  font-weight: 500 !important;
}
div.pac-container span.pac-matched {
  color: #3f86cf;
  font-weight: 600 !important;
}
div.pac-container div.pac-item * {
	z-index: 1;
  color: #aaa;
}
div.pac-container div.pac-item span.pac-item-query {
  color: #444;
}
div.pac-container div.pac-item {
  padding: 5px 8px 1px 6px;
	cursor: pointer;
	border: none !important;
}
div.pac-container div.pac-item:hover,
div.pac-container div.pac-item.pac-item-selected {
	background: transparent !important;
}
div.pac-container div.pac-item:hover,
div.pac-container div.pac-item:hover *,
div.pac-container div.pac-item.pac-item-selected,
div.pac-container div.pac-item.pac-item-selected * {
  color: #fff !important;
}
div.pac-container div.pac-item:hover::after,
div.pac-container div.pac-item.pac-item-selected::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0 !important;
	top: 0;
	left: 0;
  color: #fff;
  background-color: #519ce8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

div.autosuggestcontainer {
	-webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
div.autosuggestcontainer .yui-ac-content {
	width: calc(100% - 20px);
	height: auto;
	position: absolute;
	top: 14px;
	left: -1px;
  padding: 9px 4px 4px 4px;
  margin: 0;
  background: #fff !important;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
	box-shadow: 0 0 0 1px rgba(0,0,0, 0.06), 0 1px 2px 0 rgba(0,0,0, 0.15);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
	-webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
	overflow: hidden;
}
div.autosuggestcontainer.open:before {
	content: '';
  width: calc(100% - 20px);
  height: 4px;
  display: block;
  position: absolute;
  top: 10px;
  left: -1px;
	z-index: 20000 !important;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
div.autosuggestcontainer .yui-ac-content:after {
	content: '';
  width: calc(100% - 22px);
  height: 1px;
  display: block;
  position: absolute;
  top: 4px;
  left: 11px;
  padding: 0;
  margin: 0;
  background-color: #ddd;
}
div.autosuggestcontainer .yui-ac-shadow {
	display: none;
}
div#fnloadingicon,
div#lnloadingicon {
	display: none;
}
div.autosuggestcontainer ul {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.autosuggestcontainer li {
	width: 100%;
	font-family: 'helvetica neue', helvetica, arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 16px !important;
  font-weight: 500 !important;
  color: #444;
	margin: 0;
	padding: 5px 6px 1px 6px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  border-radius: 2px !important;
	cursor: pointer;
	white-space: nowrap;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
div.autosuggestcontainer li.yui-ac-highlight:hover,
div.autosuggestcontainer li.yui-ac-prehighlight {
	width: 100%;
	height: 100%;
  color: #fff !important;
  font-weight: 500 !important;
  background: #519ce8 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  border-radius: 2px !important;
	}
div.autosuggestcontainer li.yui-ac-highlight {
	width: 100%;
	height: 100%;
  color: #444 !important;
  font-weight: 500 !important;
  background: transparent !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  border-radius: 2px !important;
	}

/*----------------------------------------------------------------------
UNIQUE CHANGES
----------------------------------------------------------------------*/
.tt-highlight { /* highlights the characters entered in results */
  color: #ee3a43 !important;
}
.hero .tt-dropdown-menu { /* the results list */
  width: calc(100% - 30px) !important;
}
.tt-suggestion.tt-cursor { /* selected item in results list */
  background-color: #ee3a43 !important;
}

.dk-selected:before {
	border-top-color: #ee3a43 !important;
}
.dk-selected:after {
	border-bottom-color: #ee3a43 !important;
}
.dk-option-selected {
  color: #ee3a43 !important;
}
.dk-select-options-highlight .dk-option-selected {
  color: #fff;
}
.dk-select-options .dk-option-highlight {
  background-color: #ee3a43 !important;
}
div.pac-container span.pac-matched {
  color: #ee3a43 !important;
}
div.pac-container div.pac-item:hover::after,
div.pac-container div.pac-item.pac-item-selected::after {
  background-color: #ee3a43 !important;
}


.ui-slider .ui-slider-handle:before {
	background:
		-webkit-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%) !important;
	background:
		-moz-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%) !important;
	background:
		-ms-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%) !important;
	background:
		linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%) !important;
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f84a52, endColorstr=#ee3a43)' !important;
	background-color: #ee3a43 !important;
}

/*----------------------------------------------------------------------
ADVANTAGE
----------------------------------------------------------------------*/


.AdvantageButtonRow {
	width: 1000px;
	height: auto;
	display: table;
}

 .AdvantageButtons {
	width: 50%;
	text-align: center;
	font-size: 18pt;
	color: #ee3a43;
	text-transform: uppercase;
	display: table-cell;

}

 .AdvantageButtons a{
	color: #ee3a43;
}

 .AdvantageButtons a:hover{
	color: #000;
}

.chartTitle {
	font-size: 18pt;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}
.chartHeadline {
	font-size: 20pt;
	color: #ee3a43;
	text-align: center;
	margin-bottom: 15px;
}

.commissionRow {
	width: 100%;
	height: auto;
	display: table;
	font-size: 14pt;
	line-height: 22px;
	margin: 25px 0px;
}

.commissionRow .commissionCol {
	width: 25%;
	height: auto;
	display: table-cell;
	vertical-align: top;
}

.commissionRow .commissionCol2 {text-align: right; padding: 44px 50px 0px 0px; }
.commissionRow .commissionCol4 {text-align: right; padding: 44px 50px 0px 0px; }


.commissionComparisonRow {
	width: 100%;
	height: auto;
	display: table;
	font-size: 14pt;
	line-height: 22px;
	margin: 25px 0px;
}

.commissionComparisonRow .commissionComparisonCol {
	width: 33.33%;
	height: auto;
	display: table-cell;
	vertical-align: top;
}

.advantageText {
	font-size: 16pt;
	line-height: 24pt;
	margin: 25px 0px;
}


.ChooseYourRealtorButton {
	margin: 0px 0px 50px 0px;
}
.ChooseYourRealtorButton a {
	font-size: 16pt;
	line-height: 24pt;
	padding: 15px;
	color: #fff;
	background:
		-webkit-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	background:
		-moz-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	background:
		-ms-linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	background:
		linear-gradient(top,
			#f84a52 0%,
			#ee3a43 100%);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f84a52, endColorstr=#ee3a43)';
	background-color: #ee3a43;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}

/*----------------------------------------------------------------------
MEDIA QUERIES
----------------------------------------------------------------------*/
@media screen and (max-width: 1420px) {
	#content-holder .header .navigation .link {
		padding: 11px 5px 9px 5px;
	}
}
@media screen and (max-width: 1370px) {
	#content-holder .header .navigation .link {
		font-size: 14px;
		line-height: 18px;
		padding: 12px 5px 9px 5px;
	}
}
@media screen and (max-width: 1290px) {
	#content-holder .header .NavigationHolder {
		width: calc(100% - 490px);
	}
	#content-holder .header .information .logo {
		height: 110px;
		bottom: 50px;
	}
}
@media screen and (max-width: 1220px) {
	#content-holder .header .NavigationHolder {
		width: calc(100% - 410px);
	}
	#content-holder .header .information .logo {
		left: 20px;
	}
	#content-holder .header .information .leaf {
		left: -100px;
	}
}
@media screen and (max-width: 1140px) {
	#content-holder .header .NavigationHolder {
		width: calc(100% - 345px);
	}
	#content-holder .header .information .logo {
		height: 90px;
		bottom: 60px;
	}
	#content-holder .header {
		height: 160px;
	}
	#content-holder .header .PhoneNumber {
		bottom: 0px;
		right: 10px;
	}
	#content-holder .header .PhoneNumber .headerOfficeName {
		font-size: 12pt;
		line-height: 23pt;
	}
	#content-holder .header .PhoneNumber .headerNumbers .welcomeText {
		font-size: 18pt;
		line-height: 23pt;
	}
}
@media screen and (max-width: 1080px) {
	#content-holder .header .NavigationHolder {
		width: calc(100% - 300px);
	}
	#content-holder .header .information .logo {
		height: 80px;
		left: 15px;
		bottom: 60px;
	}
}
@media screen and (max-width: 1030px) {
	#content-holder .header .NavigationHolder {
		width: calc(100% - 270px);
	}
	#content-holder .header .information .logo {
		height: 70px;
		left: 15px;
		bottom: 60px;
	}
	#content-holder .header {
		height: 140px;
	}
	#content-holder .header .PhoneNumber {
		bottom: 11px;
		right: 15px;
	}
	#content-holder .header .PhoneNumber .headerOfficeName {
		font-size: 10pt;
		line-height: 19pt;
	}
	#content-holder .header .PhoneNumber .headerNumbers .welcomeText{
		font-size: 14pt;
		line-height: 19pt;
	}
}