#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,
body {
	height: 100%;
}

body {
	min-width: 320px;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	height: 100%;
}

.navbar-brand {
	height: auto;
	padding: 0;
	margin: 7px 15px 11px;
}

.navbar-default {
	background: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
}

.navbar-default .navbar-nav .active a {
	background: none;
	color: #404040;
}

.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .active a:focus {
	background: none;
	color: #404040;
}

.navbar-toggle {
	margin-top: 19px;
}

.navbar-nav {
	text-transform: uppercase;
}

.navbar-nav li {
	text-align: center;
	float: none;
}

.navbar-nav li a {
	font: 600 12px/16px "Open Sans", Arial, Helvetica, sans-serif;
	padding: 10px;
	position: relative;
	display: block;
	color: #818181;
}

.navbar-nav li a:hover {
	color: #404040;
}

.navbar-nav li a:hover:after {
	display: block;
}

.navbar-nav li a:after {
	display: none;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #ff662a;
	content: "";
}

#main {
	padding-bottom: 30px;
}

.intro-block {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 3px 0 35px;
}

.intro-block h1 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 18px;
}

.intro-block h1 span {
	display: block;
	font: 800 12px/16px "Raleway", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 4px 0 0;
}

.intro-block .img-frame {
	margin-bottom: 29px;
}

.intro-block p {
	margin-bottom: 20px;
}

.info-block {
	padding-top: 10px;
}

.info-block h2 {
	margin: 0 0 20px;
}

.info-block .col-holder {
	margin-bottom: 20px;
}

.info-block .col-holder .text-box {
	padding: 0 14px;
	line-height: 24px;
}

.info-block .fact-block {
	float: none;
}

.info-block .fact-block h3 {
	margin: 0 0 9px;
}

.info-block .fact-block p {
	margin-bottom: 27px;
}

.info-block .fact-block .img-holder {
	margin: 0 0 43px;
	padding: 0;
}

.info-block .fact-block .fact-note {
	border: 1px solid #898989;
	padding: 22px 12px 4px;
	margin-bottom: 44px;
}

.info-block .fact-block .fact-note .title {
	display: block;
	padding-bottom: 2px;
	font-style: italic;
}

.threecolumn {
	line-height: 24px;
}

.threecolumn h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 4px;
}

.threecolumn .img-holder {
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	min-height: 286px;
	margin-bottom: 10px;
}

.threecolumn .img-holder:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 286px;
	width: 1px;
	overflow: hidden;
}

.threecolumn .img-holder img {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.col-wrap .col {
	padding-bottom: 20px;
}

.col-wrap .col .img-holder {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .42);
}

.col-wrap .col .img-holder a {
	display: block;
}

.col-wrap .col .img-holder a:hover {
	opacity: .7;
}

.blockquote-holder {
	float: none;
	margin: 0 auto 25px;
}

.blockquote-holder blockquote {
	margin: 0;
	font-size: 30px;
	line-height: 38px;
	border-left: 0;
}

.blockquote-holder blockquote quotes {
	font-size: 73px;
}

.blockquote-holder blockquote cite {
	display: block;
	font-style: normal;
	font: 300 14px/18px "Raleway", Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-transform: uppercase;
}

.blockquote-holder blockquote a {
	color: #525252;
}

.blockquote-holder blockquote a:hover {
	color: #000;
}

.image-placeholder {
	margin: 0 0 20px;
}

.info-part {
	float: none;
	line-height: 24px;
	padding-bottom: 32px;
}

.info-part h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 9px;
}

.info-part p {
	margin-bottom: 24px;
}

.info-part .blockquote-holder {
	padding: 0;
	margin-bottom: 46px;
}

.info-part .blockquote-holder blockquote cite {
	padding-top: 6px;
}

.info-part .text-block.other {
	padding: 0 0 0;
	text-align: center;
}

.info-part .text-block.other h2 {
	margin-bottom: 12px;
}

#footer {
	display: table-footer-group;
	table-layout: fixed;
	width: 100%;
	background: #2b2d2e;
	overflow: hidden;
	height: 1%;
	font: 300 12px/16px "Open Sans", Arial, Helvetica, sans-serif;
}

#footer .footer-frame {
	padding: 42px 0;
	background: url(../images/bg-footer.png) repeat;
}

#footer ul a {
	color: #fff;
}

#footer ul li {
	margin-bottom: 14px;
}

#footer h2 {
	font: bold 14px/18px "Raleway", Arial, Helvetica, sans-serif;
	margin: 0 0 17px;
	padding-bottom: 14px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #5c5c5c;
}

#footer .management-block h2 {
	margin-bottom: 21px;
	border-bottom: 0;
	position: relative;
}

#footer .management-block h2:after {
	position: absolute;
	left: 0;
	width: 132px;
	bottom: -1px;
	height: 1px;
	background: #5c5c5c;
	content: "";
}

#footer .management-block .footer-note a {
	display: block;
}

#footer .management-block .footer-note a:hover {
	opacity: .7;
}

@media (min-width: 480px) {
	.info-block .col-holder {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin: 61px 0 50px;
	}

	.info-block .col-holder .col {
		display: table-cell;
		width: 40%;
		text-align: left;
		vertical-align: middle;
	}

	.info-block .col-holder .col:first-child {
		width: 60%;
	}
}

@media (min-width: 480px) and (min-width: 768px) {
	.info-block .col-holder .col .img-holder {
		margin: 0 -34px 0 0;
		margin-right: -34px;
		padding-left: 21px;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.navbar-default .navbar-nav .active a:after {
		display: block;
	}

	.navbar-default .navbar-nav .active a:hover:after,
	.navbar-default .navbar-nav .active a:focus:after {
		display: block;
	}

	.navbar-collapse {
		padding-left: 68px;
	}

	.navbar-nav {
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 0;
		list-style: none;
		text-align: justify;
		float: none;
		letter-spacing: -4px;
	}

	.navbar-nav:after {
		display: inline-block;
		width: 100%;
		content: "";
		height: 0;
		font-size: 0;
		line-height: 0;
		vertical-align: top;
		overflow: hidden;
	}

	.navbar-nav li {
		display: inline-block;
		padding: 0 5px;
		letter-spacing: 0;
	}

	.navbar-nav li a {
		padding: 28px 0;
		display: inline-block;
		vertical-align: top;
	}

	#main {
		padding-bottom: 182px;
		overflow: hidden;
	}

	.intro-block h1 {
		font-size: 44px;
		line-height: 50px;
		margin: 0 0 18px;
	}

	.intro-block h1 span {
		padding: 12px 0 9px;
	}

	.info-block {
		padding-top: 60px;
	}

	.info-block .fact-block {
		padding-left: 24px;
		padding-right: 24px;
		line-height: 24px;
	}

	.threecolumn {
		margin-bottom: 66px;
	}

	.threecolumn h3 {
		margin-bottom: 18px;
	}

	.blockquote-holder {
		margin-bottom: 62px;
	}

	.blockquote-holder blockquote {
		font-size: 45px;
		line-height: 47px;
	}

	.image-placeholder {
		margin-bottom: 64px;
	}

	.info-part .blockquote-holder {
		padding: 30px 15px 0;
	}

	.info-part .text-block.other {
		padding: 60px 0 0;
	}
}

@media (min-width: 1024px) {
	.info-block .fact-block {
		padding-right: 58px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 767px) {
	.info-block h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.threecolumn .col {
		padding-bottom: 20px;
	}

	.blockquote-holder {
		padding: 0;
	}

	.blockquote-holder blockquote {
		padding: 0;
	}

	.info-part {
		padding: 0;
	}

	#footer h2 {
		position: relative;
		border: none;
	}

	#footer h2:after {
		position: absolute;
		left: 0;
		width: 132px;
		bottom: -1px;
		height: 1px;
		background: #5c5c5c;
		content: "";
	}

	#footer .footer-nav {
		padding-bottom: 20px;
	}

	#footer .management-block {
		float: none !important;
	}

	#map-legend{
		display: none;
	}

	#map-wrapper{
		margin-top: -30px!important;
	}
}

@media (max-width: 479px) {
	.col-wrap .col {
		width: 100%;
	}

	.col-wrap .col .img-holder {
		display: inline-block;
		vertical-align: top;
	}

	#footer .footer-nav {
		float: none;
		width: 100%;
	}

	#map-legend{
		display: none;
	}

	#map-wrapper{
		margin-top: 0px!important;
	}

	#controls{
		margin-top: 0px!important;
	}

}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #2bd84c;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #2bd84c;
}

.pace.pace-inactive {
  display: none;
}

