#mapkit-7549 {
	height: 100%;
   width: 100%;
}

#map-canvas {
	height: 100%;
   width: 100%;
}

#advisor-canvas {
	height: 400px;
   width: 100%;
}
@media print {    
	#advisor-canvas
	{
		display: none !important;
	}
}

@media all and (min-width: 769px) {
	.top {
		 margin-top: -105px;
	}
	.top-fix {
		 padding-top: 189px;
	}
	.top-fix-small {
		 padding-top: 145px;
		 padding-bottom: 49px;
	}
}

.form-group.grey, div.linked {
/* 	background-color: #f9f9f9; */
	background-color: rgba(0, 0, 0, 0.39);
	color: #ffffff !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 35px 15px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.form-group.grey:hover, div.linked:hover {
/* 	background-color: #f9f9f9; */
	background-color: rgba(0, 0, 0, 0.35);
	border: 0 !important;
}
.form-group.grey small, div.linked small {
	color: rgba(255, 255, 255, 0.79) !important;
}
.form-group.grey a, div.linked a {
	color: rgba(255, 255, 255, 0.69) !important;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.form-group.grey a:hover, div.linked a:hover {
	color: #ffffff !important;
}

/*
div.linked {
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
}
*/
div.linked > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none; /* No underlines on the link */
	background-color: #FFF; /* Fix to make div clickable in IE */
	opacity: 0; /* Fix to make div clickable in IE */
	filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.btn-filters {
	display: inline-block;
	color: #36ABDD;
	padding: 0.92857143em 1.85714286em;
	margin: 0 7px;
	border: 1px solid #ececec;
	background: #ffffff;
	border-radius: 6px;
}
a.btn-filters {
	text-decoration: none;
}
.btn-filters.visiting {
	border: 1px solid #decfcf;
}
.btn-filters-yellow {
	display: inline-block;
	background-color: #ffc42a;
	color: #252525 !important;
	padding: 0.92857143em 1.85714286em;
	margin: 0 7px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.btn-filters-yellow:hover {
	background-color: #ffc42a;
	color: #252525 !important;
}




img { border: 0; }

.white {
	color: #ffffff !important;
}

div#bar {
	background-color: #ffffff;
	color: #ffffff;
	letter-spacing: 0.8px;
	font-size: .89em !important;
	height: 34px !important;
	overflow: hidden;
}
div#bar a {
	color: #4a4a4a;
	transition: all 0.2s ease;
	font-weight: 600 !important;
}
div#bar a:hover {
	color: #1a1a1a;
}

a.blue {
	padding: 4px 15px;
	color: #252525 !important;
	display: inline-block;
	background-color: #ffc42a;
}
a.blue:hover {
	color: #ffffff !important;
	background-color: #ffc42a;
}

#menu1.bar-1 {
	position: relative; top: -2px;
   width: 100%; text-align: center;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 999;
}
@media all and (max-width: 769px) {
	#menu1.bar-1 {
		position: relative; top: -2px;
	   width: 100%; text-align: center;
		background-color: #ffffff;
	}
	#menu1.bar-1 a {
		color: #464646 !important;
	}
	.bar-1 .blue-fix {
		display: none;
	}
	.bar-1 img.logo-dark {
		display: inline-block;
	}
}


.bar a.barlink {
	font-size: 17px !important;
	color: #ffffff !important;
	opacity: 0.85 !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.bar a.barlink:hover {
	opacity: 1 !important;
}
.bar.pos-fixed a.barlink {
	color: #303030 !important;
}
.bar a.barlink.on {
	display: inline-block;
   position: relative;
	color: #2daadf !important;
	font-weight: 700;
}

i.home {
	position: relative;
	top: 3px;
	font-size: 19px;
	opacity: 0.9;
}

/*
.bar a.barlink.on::before {
	content: '.';
	font-size: 41px;
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 0;
	text-align: center;
    width: 100%;
}
*/

.bar.pos-fixed .logo-white {
	display: none;
}
.bar .logo-dark {
	display: none;
}
img.logo-white {
	opacity: 0.9;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
img.logo-white:hover {
	opacity: 1;
}


.come-in {
  transform: translateY(350px);
  animation: come-in 0.8s ease forwards;
}
.come-in * {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

.bar-1 .blue-fix {
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.bar-1.pos-fixed .blue-fix {
	position: absolute;
	bottom: -9px; right: 35px;
	padding: 4px 15px;
	color: #252525 !important;
	display: inline-block;
	background-color: #ffc42a;
	box-shadow: 2px 2px 5px rgba(38, 38, 38, 0.5);
	animation: fadeInUp 0.3s ease-out forwards;
}
.bar-1.pos-fixed .blue-fix:hover {
	color: #ffffff !important;
	background-color: #ffc42a;
}
@media all and (max-width: 1290px) {
	.bar-1.pos-fixed .blue-fix {
		bottom: -15px; right: 15px;
	}
}
@media all and (max-width: 769px) {
	.bar-1 .blue-fix {
		display: none !important;
	}
}

.bar-m {
	position: fixed;
	text-align: center;
	width: 100%;
	bottom: 0;
	z-index: 9999;
}
.bar-m .blue-fix {
	position: relative;
	width: 100%;
	padding: 13px;
	font-size: 15px;
	line-height: 15px;
	color: #252525 !important;
	display: inline-block;
	background-color: #ffc42a;
	box-shadow: 0 -3px 5px rgba(38, 38, 38, 0.35);
}
.bar-m .blue-fix:hover {
	background-color: #f0b41b;
}
@media all and (min-width: 769px) {
	.bar-m .blue-fix {
		display: none !important;
	}
}




#graybar, #graybar h1 {
	background-color: #596075;
	padding: 3px 0;
	color: #bdc6e0;
}
#graybar a {
	font-weight: 100;
	color: #bdc6e0;
	transition: all 0.2s ease;
}
#graybar a:hover {
	color: #ffffff;
}

.nav-container {
	background: transparent !important;
}

.bg--babyblue {
	background: linear-gradient(to right, #2087be, #56bbe8, #2087be);
	color: #ffffff !important;
}
.bg--babyblue h1 {
	color: #ffffff !important;
}
.bg--babyblue p.lead {
	color: #ffffff !important;
	font-size: 1.4em !important;
	line-height: 1.7em !important;
}

.bg--brown {
	background: #252525;
	color: #ffffff !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.bg--brown h1 {
	color: #ffffff !important;
}
.bg--brown p.lead {
	color: #ffffff !important;
	font-size: 1.4em !important;
	line-height: 1.7em !important;
}

.bg--white {
	color: #4d4d4d !important;
	overflow: hidden;
}
.bg--white p.lead {
	font-size: 1.4em !important;
	line-height: 1.7em !important;
}
.bg--white h1 {
	color: #4d4d4d !important;
}

.bg--yellow {
	background: #efb931; /* linear-gradient(to right, #b78002, #ffc535, #b78002); */
	color: #4d4d4d !important;
	z-index: 99;
}
.bg--yellow a {
	color: #393939 !important;
}
.bg--yellow a:hover {
	color: #4d4d4d !important;
}
.bg--yellow p.lead {
	color: #5d5d5d !important;
}
.bg--yellow h1 {
	font-size: 40px;
	line-height: 40px;
	color: #4d4d4d !important;
}

.btn.btn--blue {
	background-color: #2daadf;
	color: #ffffff !important;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding: 23px 59px;
	font-weight: 500 !important;
}
.btn.btn--blue:hover {
	background-color: #279ccd;
	color: #ffffff !important;
}

.btn.btn--white {
	background-color: #ffffff;
	color: #252525 !important;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding: 23px 59px;
	font-weight: 500 !important;
}
.btn.btn--white:hover {
	background-color: #fafafa;
	color: #252525 !important;
}

.btn.btn--brown {
	background-color: #4d4d4d;
	color: #ffffff !important;
	font-size: 17px;
	border: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding: 23px 59px;
	font-weight: 500 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.btn.btn--brown:hover {
	background-color: #5a5a5a;
	color: #ffffff !important;
}

.btn.btn--yellow {
	background-color: #ffc42a;
	color: #252525 !important;
	font-size: 17px;
	margin-top: 50px !important;
	padding: 23px 59px;
	font-weight: 500 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.btn.btn--yellow:hover {
	background-color: #ffc42a;
	color: #252525 !important;
}

img.mark-light {
	position: absolute;
	bottom: -170px;
}
img.mark-light.right {
	left: 27%;
}
img.mark-light.left {
	right: 24%;
}
img.mark-light.foot {
	right: -55px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}
.bg--dark:hover img.mark-light.foot {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
}

img.mark-dark {
	position: absolute;
	bottom: -170px;
}
img.mark-dark.right {
	left: 27%;
}
img.mark-dark.left {
	right: 24%;
}

.z-fix {
	position: relative;
	z-index: 2;
}

#yellowbar, #yellowbar h1 {
	background-color: #fec23e;
	padding: 69px 0;
	color: #252525;
}
#yellowbar a {
	font-weight: 100;
	color: #bdc6e0;
	transition: all 0.2s ease;
}
#yellowbar a:hover {
	color: #ffffff;
}

.showme {
	height: 777px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.showme-list {
	padding: 15px;
	margin: 9px 0;
	line-height: 21px;
/* 	border: 1px solid #f5f5f5; */
	transition: all 0.3s ease;
}
.showme-list:hover {
	border: 1px solid #c0daf9;
}

.gradient-grey {
	background-color: #fafafa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#e7e7e7));
	background: -webkit-linear-gradient(top, #fafafa, #e7e7e7);
	background: -moz-linear-gradient(top, #fafafa, #e7e7e7);
	background: -ms-linear-gradient(top, #fafafa, #e7e7e7);
	background: -o-linear-gradient(top, #fafafa, #e7e7e7);
}

.gradient-white {
	background-color: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#fbfbfb));
	background: -webkit-linear-gradient(top, #ffffff, #fbfbfb);
	background: -moz-linear-gradient(top, #ffffff, #fbfbfb);
	background: -ms-linear-gradient(top, #ffffff, #fbfbfb);
	background: -o-linear-gradient(top, #ffffff, #fbfbfb);
}

.view_assoc ul { margin-left: 1px; }

a:hover { text-decoration: none !important; }

.alert-warning {
	background-color: #c83838;
	color: #ffffff !important;
}

.dark {
	background-color: #3c4b74;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c4b74), to(#28324c));
	background: -webkit-linear-gradient(top, #3c4b74, #28324c);
	background: -moz-linear-gradient(top, #3c4b74, #28324c);
	background: -ms-linear-gradient(top, #3c4b74, #28324c);
	background: -o-linear-gradient(top, #3c4b74, #28324c);
	color: #ffffff;
}
.dark h1 {
	margin-top: -25px !important;
	color: #ffffff;
}

.h1_span {
	font-size: 21px !important;
}

.bg--dark h5 {
	font-family: 'Roboto', 'Helvetica', Sans-Serif;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 19px;
}
.bg--dark a {
	color: #bdbdbd !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.bg--dark a:hover {
	color: #dfdfdf !important;
}
.bg--dark a.cube {
	display: inline-block;
	padding: 15px 21px;
	margin: 0 3px 11px;
	color: #636363 !important;
	border: 1px solid #343434;
	-webkit-transition: 0.9s ease;
	-moz-transition: 0.9s ease;
	-o-transition: 0.9s ease;
	transition: 0.9s ease;
}
.bg--dark a.cube:hover {
	border: 1px solid rgba(47, 172, 225, 0.4);
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

.modal-body h4 {
	font-size: 17px;
	line-height: 21px;
	margin-top: 25px;
}

.pointer {
	cursor: pointer;
}

.justified {
	text-align: justify;
	text-justify: inter-word;
}

div.switches {
	position: absolute;
	bottom: -14px; right: 25px;
	display: inline-block;
}

a.btn-switch {
	display: inline-block;
	background-color: #d86664;
	font-size: 5px;
	line-height: 5px;
	color: #f7f7f7 !important;
	margin: 3px 3px;
	padding: 5px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.btn-switch:hover {
	background-color: #e07674;
	color: #ffffff !important;
}

.nobullets {
	list-style-type: none;
}
.nobullets ul {
	list-style-type: none;
}
ul:not(.nobullets)
{
	margin-left: 0px;
}
.nobullets ul:not(.nobullets)
{
	margin-left: 0px;
}

.submit .form-control:invalid {
	border-color: red !important;
}

@media all and (max-width: 769px) {
	.container-fluid.fixed {
		position: fixed;
		bottom: 0;
		z-index: 999;
	}
}

img.opacity {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img.opacity:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.btn {
/* 	text-transform: uppercase; */
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 37px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.btn.focus, .btn:focus,
.btn.active.focus, .btn.active:focus,
.btn:active.focus, .btn:active:focus {
	background: none;
	outline: 0;
}

.btn.btn-lg {
	font-size: 13px;
	padding: 15px 45px;
}

.btn.btn-md {
	letter-spacing: 1px;
	font-size: 13px;
	padding: 10px 35px;
}

.btn.btn-sm {
	letter-spacing: 1px;
	font-size: 13px;
	padding: 10px 25px;
}

.btn.btn-xs {
	letter-spacing: 0;
	font-size: 10px;
	padding: 4px 19px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 49px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 13px;
}

.btn.btn-default {
	background-color: #ffffff;
	border-color: #d3d3d3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.btn-default:hover {
	background-color: #fbfbfb;
	border-color: #c1c1c1;
}

.small {
	font-size: 11px !important;
}

.form-control {
	background-color: #ffffff;
	border-color: #d3d3d3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.form-control:hover {
	background-color: #fbfbfb;
	border-color: #c1c1c1;
}

input::-webkit-input-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
}
input::-moz-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
}
input:-moz-placeholder {
  color: #9b9b9b !important;
  opacity: 1;
}

.project-thumb span {
	display: block;
}

section {
	position: relative;
}

.cornered-right {
	position: absolute;
	top: 15px; right: 15px;
}
.cornered-left {
	position: absolute;
	top: 15px; left: 15px;
}

.feature .icon {
	color: #696969 !important;
}

.map-link {
	position: absolute;
	top: 0; left: 0 ;
	width: 100%;
	height: 100%;
	cursor: default;
}

span#sent {
  visibility: hidden;
  color: #ffffff;
}

img.grayscale {
	padding-right: 20px;
	opacity: .7;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0.7s ease;
	-moz-transition: 0.7s ease;
	-o-transition: 0.7s ease;
	transition: 0.7s ease;
}
img.grayscale:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

a.darken {
	opacity: .8;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
a.darken:hover {
	opacity: 1;
}

.h_cell {
	display: inline-block;
	padding: 3px 9px;
	background-color: rgba(55, 172, 222, 0.9);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.dots:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.55);
	background-image: radial-gradient(black 23%, transparent 23%);
	background-size: 5px 5px;
}
.dots-lite:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	background-image: radial-gradient(black 23%, transparent 23%);
	background-size: 5px 5px;
}
.dots-clear:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: radial-gradient(black 23%, transparent 23%);
	background-size: 5px 5px;
}

.tabled {
	padding-top: 0; padding-bottom: 0;
}
.tabled .row {
	display: table;
}
.tabled div[class*='col-'] {
	float: none;
	display: table-cell;
	vertical-align: top;
	padding: 55px 95px;
}
@media all and (max-width: 768px) {
	.tabled div[class*='col-'] {
		padding: 55px 25px;
	}
}
.tabled i[class*='icon'] {
	font-size: 1.1em;
	color: #2daadf !important;
}

.pt0 { padding-top: 0 !important; }
.pt6 { padding-top:6px !important; }
.pt10 { padding-top:10px !important; }
.pt13 { padding-top:13px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt26 { padding-top:26px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }
.pt80 { padding-top:80px !important; }
.pt100 { padding-top:100px !important; }
.pt160 { padding-top:160px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }
.pb75 { padding-bottom:75px !important; }
.pb100 { padding-bottom:100px !important; }
.pl30 { padding-left:30px !important; }
.pl15 { padding-left:15px !important; }
.pr30 { padding-right:30px !important; }
.pr0 { padding-right:0 !important; }
.pr15 { padding-right:15px !important; }
.pl50 { padding-left:50px !important; }
.pr50 { padding-right:50px !important; }
.pr100 { padding-right:100px !important; }

.mt0 { margin-top:0; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt70 { margin-top:70px !important; }
.mt100 { margin-top:100px !important; }
.mt200 { margin-top:170px !important; }
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.ml15 { margin-left:15px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb100 { margin-bottom:100px !important; }
.mr10 { margin-right:10px !important; }

.mg5 { margin:5px !important; }
.mg11 { margin:11px !important; }
.p15 { padding:15px !important; }
.ml15 { margin-left:15px !important; }
.ml10 { margin-left:10px !important; }
.ml5 { margin-left:5px !important; }
.mr5 { margin-right:5px !important; }
.mr15 { margin-right:15px !important; }
.mr10 { margin-right:10px !important; }
.ml20 { margin-left:20px !important; }
.mr20 { margin-right:20px !important; }
.ml30 { margin-left:30px !important; }

/* Map info box */
.iw-photo {
  background-size: cover;
  height: 150px;
  width: 100%;
}

.iw-toolbar {
  background-color: #4285f4;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.iw-toolbar + .iw-details {
  margin-top: 5px;
}

.iw-toolbar h3 {
  color: #fff;
  margin: 0;
  padding: 10px;
}

.iw-toolbar span {
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 10px 10px;
}

.iw-details {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 13px;
  padding: 5px 10px;
}
.iw-details .material-icons {
  margin-right: 10px;
}

.iw-list {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 13px;
  padding: 5px 0 5px 10px;
}

.iw-list .material-icons.first-material-icons {
  margin-right: 10px;
}

.iw-list .toggle-open-hours {
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.iw-list ul {
  margin: 6px 0 0;
  padding: 0;
  width: 100%;
}

.iw-list li {
  color: rgba(0, 0, 0, 0.87);
  list-style: none;
  min-height: 22px;
}

.iw-list li label {
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
}

.iw-list li strong:first-of-type {
  display: inline-block;
  width: 100px;
}

.iw-list li ul {
  margin: 0;
  max-height: 0;
  max-width: 100%;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.iw-list input[type=checkbox] {
  display: none;
}

.iw-list input[type=checkbox]:checked ~ ul {
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.iw-list input[type=checkbox]:checked ~ .toggle-open-hours {
  opacity: 0;
}

h3.iw-x-details {
  border-top: 1px solid #e6e6e6;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}

p.iw-x-details {
  color: #212121;
  font-size: 13px;
}

.iw-x-details {
  padding: 0 10px;
  width: 100%;
}

.iw-desc {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
}

.iw-desc input[type=checkbox] {
  display: none;
}

.iw-desc input[type=checkbox]:checked ~ p.iw-x-details {
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  padding: 5px 10px;
}

.iw-desc .toggle-open-details {
  position: absolute;
  right: 0;
  top: 6px;
}

.iw-desc p.iw-x-details {
  font-weight: 400;
  margin: 0;
  max-height: 0;
  max-width: 100%;
  opacity: 1;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.iw-desc .toggle-open-details {
  position: absolute;
  right: 0;
}

.iw-rating {
  -webkit-background: linear-gradient(to right, #eb6e00 0%, #eb6e00 50%, #f6290c 51%, #e73827 100%);
  -moz-background: linear-gradient(to right, #eb6e00 0%, #eb6e00 50%, #f6290c 51%, #e73827 100%);
  -ms-background: linear-gradient(to right, #eb6e00 0%, #eb6e00 50%, #f6290c 51%, #e73827 100%);
  -o-background: linear-gradient(to right, #eb6e00 0%, #eb6e00 50%, #f6290c 51%, #e73827 100%);
  background: linear-gradient(to right, #eb6e00 0%, #eb6e00 50%, #f6290c 51%, #e73827 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}

.infoBox-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 10px;
}
.infoBox-close .material-icons {
  color: #fff;
}

.infoBox .md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.infoBox .md-subhead {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.010em;
  line-height: 24px;
}
.infoBox .md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 20px;
}
.infoBox .iw-details span {
  padding-top: 4px;
  width: 230px;
  word-wrap: break-word;
}
.infoBox .iw-details span a {
  color: #399bff;
  text-decoration: none;
}

ul.pagination li {
	display: inline;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
	background: #ccc;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}
a.here {
	background: #e5e5e5 !important;
}

.pagination>li>a, .pagination>li>span {
	border: none;
	padding: 3px 9px;
	font-size: 13px;
	font-weight: 400;
	background-color: #ccc;
	margin-right: 6px;
	color: #fff;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}

.pagination li.disabled a, .pagination li.disabled a:hover {
	background-color: #eee;
	color: #fff;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color: #c7081b;
	color: #FFF;
}

.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
	color: #fff;
}

label.chekd {
  padding: 5px 11px;
  margin: 4px 3px;
  color: #ffffff;
  position: relative;
  background-color: transparent;
  border: 1px solid #f9c03f;
  border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}
label.chekd:hover {
	color: #ffffff;
	background-color: transparent;
  border: 1px solid #2daadf;
}

input[type="checkbox"].hideme {
  display: none;
}

input[type="checkbox"]:checked + label {
  background-color: #2daadf !important;
  color: #ffffff !important;
  border-color: #2daadf !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.isSelected {
  background-color: #2daadf !important;
  color: #ffffff !important;
  border-color: #2daadf !important;
  padding-right: 1.7em !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

label.chekd i.icon {
	position: absolute; top: 0px; right: -7px;
	visibility: hidden;
	font-size: 35px;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}

label.isSelected i.icon {
	position: absolute; top: 8px; right: 8px;
	visibility: visible;
	font-size: 19px;
	color: #ffffff;
	-webkit-transition: 0.s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {
	background: #ddd;
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	        animation: ball-scale 1s 0s ease-in-out infinite;
}

.recruit .h3 {
	margin-top: 45px !important;
	margin-bottom: 11px !important;
}


@-webkit-keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

@keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}
