html {
	font-size: 100%;
}

.bg-left {
	background-repeat: no-repeat;
	background-position: 0% 50%
}

.bg-right {
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.has-error .error {
    border: 1px solid  #F44242;
	border-top: 0px;
    color: #F44242;
    display: inline-block;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
/*
	-webkit-border-bottom-right-radius: 0.25rem;
	-webkit-border-bottom-left-radius: 0.25rem;
	-moz-border-radius-bottomright: 0.25rem;
	-moz-border-radius-bottomleft: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
*/
}

.has-error input,
.has-error textarea {
	border: 1px solid  #F44242;
/*
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
*/
}

.navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav .container,
#header .container,
#slider-wrapper .container {
	max-width: 1400px;
}

#header,
#header .row > div {
	min-height: 7.6875rem;
}

#header {
	background: #ECECEC url('/img/engine/pub/bg-header.png') 50% 50% no-repeat;
	font-size: 1rem;
	line-height: 1.2;
}

#header .headline {
	font-size: 1.4rem;
	font-family: 'Courgette', cursive;
}

#header .number {
	font-size: 1.8rem;
}

#header .bg-phone {
	background: transparent url('/img/engine/pub/phone-icon.png') 0% 50% no-repeat;
}

nav {
	font-size: 1.2rem;
	text-transform: uppercase;
}

nav a {
	color: #656565;
	padding: 0rem 1.35rem !important;
}

nav a span {
	display: block;
	border-top: 0.4rem solid #FFF;
	border-bottom: 0.4rem solid #FFF;
	padding: 0.6rem 0rem !important;
}

nav a:hover {
	color: #E9751D;
}

nav a:hover span {
	border-bottom: 0.4rem solid #E9751D;
}

#slider {
	overflow: hidden;
}

#slider,
#slider .carousel-item {
	height: 25rem;
}

#slider .carousel-item {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#slider .carousel-indicators {
	bottom: 0.8rem;
}

#slider .carousel-indicators li {
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	border: 1px solid #FFF;
	background-color: transparent;
}

#slider .carousel-indicators li.active,
#slider .carousel-indicators li:hover {
	background-color: #FFF;
}


.figure .wrapper {
	height: 8rem;
	line-height: 8rem;
	vertical-align: middle;
}

.partner-img {
	max-height: 8rem;
	margin-bottom: 0;
}

.partner-caption {
	text-transform: uppercase;
	font-size: 1.2rem;
}

.reference .wrapper {
	border: 1px solid #DBDBDB;
}

.reference .wrapper .img-wrapper .img {
	display: block;
	width: 100%;
	height: 17rem;
	background-position: 50% 50%;
	background-size: cover;
}

.reference .wrapper .text-wrapper {
	border-top: 2px solid #DBDBDB;
	padding: 0.5rem 0.75rem;
	font-size: 1.1rem;
	text-align: center;
}

.reference .wrapper .text-wrapper a {
	color: #656565;
}

#fast-gallery .item {
	display: inline-block;
	width: 100%;
	height: 5rem;
	background-size: cover;
	background-position: 50% 50%;
}

#fast-gallery .fast-gallery {
	width: 100%;
	height: 30rem;
}

#fast-gallery .fast-gallery > div {
	height: 30rem;
}

#fast-gallery .fast-gallery .gallery-show {
	max-height: 30rem;
}

#fast-gallery .go-left,
#fast-gallery .go-right {
	display: inline-block;
	width: 1.0625rem;
	height: 1.875rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#fast-gallery .go-left {
	background-image: url('/img/engine/pub/arrow_left.png');
}

#fast-gallery .go-right {
	background-image: url('/img/engine/pub/arrow_right.png');
}

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

#footer {
	background-color: #646464;
	color: #ECECEC;
}

#credit {
	background-color: #373737;
	color: #FFF;
}

#credit a {
	color: #959595;
}

#credit a:hover {
	color: #E9751D;
}

#cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0.625rem 0.3125rem 0.625rem 0.3125rem;
	text-align: center;
	width: 100%;
	background-color: #222222;
	color: #ffffff;
	font-size: 0.75rem;
	line-height: 1.6;
	z-index: 999;
}

#cookie a.allow {
	background-color: #F1D600;
	color: #000000;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.25em;
	margin-left: 1.25rem;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
}
