html {
	height: 100%;
}
body {
	height: 100%;
}
* {
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #2a2a2a;
	outline: none;
}
a {
	color: #2a2a2a;
}
a:hover, a:active, a.active {
	color: #ff4d58;
}
#map { 
	width: calc(100% - 300px);
	height: calc(100% - 80px);
	position: absolute;
	left: 300px;
	top: 80px;
}
header {
	width: 100%;
	height: 80px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.35);
	z-index: 2;
}
header h1 {
	width: auto;
	height: 60px;
	float: right;
	margin: 10px;
	padding: 0;
	position: relative;
}
header h1 a {
	width: auto;
	height: 100%;
	display: block;
}
header h1 a img {
	width: auto;
	height: 100%;
	display: block;
}
header h2 {
	width: auto;
	height: 60px;
	float: right;
	margin: 10px;
	padding: 0;
	position: relative;
}
header h2:nth-child(2) {
	height: 50px;
	margin-top: 20px;
}
header h2 a {
	width: auto;
	height: 100%;
	display: block;
}
header h2 a img {
	width: auto;
	height: 100%;
	display: block;
}
header ul {
	float: left;
	width: auto;
	list-style-type: none;
	margin: 10px 20px;
	padding: 0;
	line-height: 16px;
}
header ul li {
	display: inline-block;
	line-height: 16px;
}
header li a {
	text-transform: uppercase;
	line-height: 16px;
	display: block;
	padding: 0;
	margin: 0;
}


#spinner_master_container															{ display: none; z-index: 1000; position: fixed; top: 0; left: 0; }
#spinner_master_container .columns 													{ padding: 0; }
.spinner-master input[type="checkbox"] + label:before               				{ display: none; }
.spinner-master input[type="checkbox"]:checked + label:before  						{ display: none; }
.spinner-master input[type="checkbox"] + label  									{ height: 30px; }
.spinner-master * 																	{ transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }
.spinner-master 																	{ position: relative; margin: 10px; height: 30px; width: 50px; float: right; }
.spinner-master input[type="checkbox"] 												{ display: none; }
.spinner-master label 																{ cursor: pointer; position: absolute; z-index: 99; height: 100%; width: 100%; top: 0; left: 0; margin: 0; }
.spinner-master .spinner 															{ position: absolute; height: 6px; width: 100%; background-color: #000; }
.spinner-master .diagonal.part-1 													{ position: relative; float: left; }
.spinner-master .horizontal 														{ position: relative; float: left; margin-top: 6px; }
.spinner-master .diagonal.part-2 													{ position: relative; float: left; margin-top: 6px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .horizontal 		{ opacity: 0;}
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-1 	{ -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-top: 12px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-2 	{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -18px; }
input[type='checkbox'] + label.spinner-spin, input[type='radio'] + label.spinner-spin {
	width: 100% !important;
}


nav {
	width: 90%;
	max-width: 300px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.35);
	z-index: 1;
	padding: 100px 20px 20px 20px;
}
nav div {
	padding: 0 0 0 17px;
}
nav h3 {
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
	cursor: pointer;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}
nav h3.ui-state-active {
	color: #ff4d58;
}
.ui-accordion-header-icon {
	width: 12px;
	height: 12px;
	background: url(/img/plus.png) center center no-repeat;
	background-size: 12px 12px;
	display: none;
}
.ui-state-active .ui-accordion-header-icon {
	background: url(/img/minus.png) center center no-repeat;
}
nav ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li {
  	padding-left: 15px;
	position: relative;
	font-weight: 400;
}
nav ul li a {
  	display: block;
	padding: 3px 0;
}
nav ul li a:hover {
	color: #2a2a2a;
}
.pin {
  	width: 14px;
	height: 16px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;	
}
nav ul li a:hover .pin {
	
}
nav ul li a.active .pin {
	
}
.pin:after {
  	content: '';
  	width: 6px;
  	height: 6px;
  	margin: 4px 0 0 4px;
  	background: #fff;
  	position: absolute;
  	border-radius: 50%;
}

.popup-container {
	cursor: auto;
	height: 0;
	position: absolute;
	width: 225px;
}
#infoboxes {
	display: none;
}
.infobox {
	position: absolute;
	width: 225px;
	height: auto;
	background: #fff;
}
.infobox_image {
	width: 225px;
	padding-top: 136px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-color: #ccc;
}
.infobox_text {
	width: 225px;
	height: 140px;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
}
.infobox_text:after, .infobox_text:before {
	right: 100%;
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.infobox_text:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: 12px;
}
.infobox_text:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 11px;
	margin-top: 11px;
}
.infobox_text h4 {
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	color: #2a2a2a;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
}
.infobox_text p {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2em;
}
.more {
	display: block;
	width: 80px;
	height: 25px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	line-height: 25px;
	background: #0080c5;
	color: #fff;
	text-align: center;
}
.more:hover, .more:active {
	color: #fff;
	background: #035477;
}
.close {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/close.png) 17px 10px no-repeat;
}

#modal {
	width: 100%;
	max-width: 1080px;
	padding: 0;
}
.modal_slider_container {
	width: 100%;
	max-height: 607px;
	position: relative;
}
.modal_slider {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.modal_slider li div {
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.modal_text {
	padding: 50px;
	position: relative;
}
.modal_text h1 {
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	color: #2a2a2a;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 25px;
	line-height: 1em;
	text-transform: uppercase;
}
.modal_text p {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
}
.close-button {
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img/close2.png) 20px 20px no-repeat;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	height: 100%;
}
.bx-wrapper .bx-viewport {	
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 8px;
	padding: 0;
}
.bx-wrapper .bx-pager {
	text-align:right;
	display: block;
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	padding: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -99999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	outline: 0;
	overflow:hidden;
	font-size: 0;
	line-height: 0;
	border: 1px solid #fff;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00aeef;
	border: 1px solid #00aeef;
}
.bx-wrapper .bx-prev {
	background: url(/img/arrow_left.svg) center center no-repeat;
	left: 2%;
}

.bx-wrapper .bx-next {
	background: url(/img/arrow_right.svg) center center no-repeat;
	right: 2%;
}
.bx-wrapper .bx-controls-direction a {
	top: 50%;
	position: absolute;
	outline: 0;
	width: 27px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
	background-size: contain;
}
