/*

    ////////////////////////////////////////////////////////////
    //
    // L8M
    //
	//
	// Contains CSS (for screen).
    //
	// Filesource /public/default/css/screen/base.css
	// Version    $Id: base.css 630 2019-09-13 13:45:20Z nm $
    //
    ////////////////////////////////////////////////////////////

    ////////////////////////////////////////////////////////////
    // general
    ////////////////////////////////////////////////////////////

*/

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
}

body div.page {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.no-padding {
	padding: 0;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding > .row{
	margin-left: 0;
	margin-right: 0;
}

.has-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.background-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-image-repeat {
	background-repeat: repeat;
}

.background-image-repeat-x {
	background-repeat: repeat-x;
}

.background-image-repeat-y {
	background-repeat: repeat-y;
}

.background-size-contain {
	background-size: contain;
}

.background-size-auto {
	background-size: auto;
}

.background-size-100percent {
	background-size: 100%;
}
.background-size-100percent-auto {
	background-size: 100% auto;
}

.background-position-left {
	background-position: left center;
}

.w-45px {
	width: 45px;
}

.w-50px {
	width: 50px;
}

.w-55px {
	width: 55px;
}

.w-60px {
	width: 60px;
}

.w-65px {
	width: 65px;
}

.w-70px {
	width: 70px;
}

.w-75px {
	width: 75px;
}

.w-80px {
	width: 80px;
}

.w-85px {
	width: 85px;
}

.w-90px {
	width: 90px;
}

.w-95px {
	width: 95px;
}

.w-100px {
	width: 100px;
}

.w-100px {
	width: 100px;
}

.w-105px {
	width: 105px;
}

.w-110px {
	width: 110px;
}

.w-115px {
	width: 115px;
}

.w-120px {
	width: 120px;
}

.min-width-in-px-320 {
	min-width: 320px !important;
}

.min-height-in-px-65 {
	min-height: 65px !important;
}

.text-shadow {
	text-shadow: 0px 0px 5px #000000;
}

.font-variant-small-caps {
	font-variant: small-caps;
}

.big {
	font-size: 120%;
}

.bigger {
	font-size: 140%;
}

.shadow-back {
	box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.15)!important;
}

.navbar-brand.background-image{
	text-indent: -9999px
}

.errors {
	padding-left: 20px;
	color: #001a49;
}

.smaller {
	font-size: 0.4em;
}

.no-hyphens {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}

.hyphens-auto {
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-ms-hyphens: auto !important;
	hyphens: auto !important;
}

main div.content.text-break {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

main div.content.text-break .h1,
main div.content.text-break .h2,
main div.content.text-break .h3,
main div.content.text-break .h4,
main div.content.text-break .h5,
main div.content.text-break .h6,
main div.content.text-break h1,
main div.content.text-break h2,
main div.content.text-break h3,
main div.content.text-break h4,
main div.content.text-break h5,
main div.content.text-break h6,
main div.content.text-break a:not(.btn) {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#check-label {
	margin-bottom: 0;
}
.btn {
	cursor: pointer;
}

.back-to-top {
	display: none;
	position: fixed;
	right: 60px;
	bottom: 135px;
	z-index: 1001;
}

.mm-page {
	height: 100%;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	overflow: hidden;
}

nav#mobile-menu.mm-menu_offcanvas.mm-menu_opened {
	display: block;
}

.mm-navbar__title > img {
	height: 18px;
}

nav#mobile-menu {
	font-weight: lighter;
	font-size: 60%
}

.mburger {
	height: 30px;
	--mb-bar-height: 2px;
	--mb-button-size: 30px;
	--mb-bar-spacing: 6px;
}

.navbar a.logo {
	width: 310px;
	height: 50px;
}



#ulmenu {
	font-size: 80%;
}

ul#ulmenu ul {
	position: absolute;
	text-align: left;
	display: block;
	transform: translate3d(0, 30px, 0) scale(0.7);
	visibility: hidden;
	opacity: 0;
	padding: 30px;
	padding-top: 30px;
	margin-left: -30px;
	width: 260px;
	background: rgba(255, 255, 255, 0.95);
	z-index: 5;
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
	list-style: none;
}

ul#ulmenu li:hover ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

footer {
	padding-bottom: 24px;
}

.hasCookieWarning footer {
	padding-bottom: 110px;
}

.legal-links-container {
	z-index: 2;
}

.second-navline,
.header-image {
	margin-top: -3px;
}

.header-image:empty {
	height: 3px;
}

header {
	margin-top: 4.3rem;
}

main {
	color: #909496;
}

.default-index-index .breadcrumb {
	visibility: hidden;
}

.default-raumangebot-index .breadcrumb {
	display: none;
}

.default-raumangebot-index header {
	margin-top: 3.2rem;
}

.video-mask {
	top: 0;
	background-image: url(/img/default/video-mask.png)
}



.dialog-confirm {
	display: none;
}

.youtube-question {
	width: 100%;
	background-color: #000;
	height: 49vw;
	max-height: 625px;
	cursor: pointer;
	margin-bottom: 2rem;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;

	justify-content: center;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	color: #007bff;
}

.youtube-question:hover {
	color: #0056b3;
}

.youtube-question iframe {
	width: 100%;
	height: 100%;
}

div.perm-bottommenu {
	left: 0;
	bottom: 0;
	z-index: 9999;
	box-shadow: 0 0 5px #333 !important;
	display: block;
}

div.perm-bottommenu a.center-link {
	-webkit-border-top-left-radius: 80px;
	-webkit-border-top-right-radius: 80px;
	-moz-border-radius-topleft: 80px;
	-moz-border-radius-topright: 80px;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	box-shadow: 0 0 5px #333;
	top: -5px;
	left: 0;
	right: 0;
}

.header-image,
.header-image video,
.header-carousel .header-carousel-item {
	height: calc(100vh - 4.1rem);
	height: -moz-calc(100vh - 4.1rem);
	height: -webkit-calc(100vh - 4.1rem);
	min-width: 320px;
	min-height: 157px;
}

.header-image video {
	object-fit: cover;
}

.header-carousel.owl-theme .owl-dots {
	position: absolute;
	display: flex;
	justify-content: left;
	bottom: 40px;
	width: 25%;
	left: 75%;
}

.header-carousel.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: rgba(0,0,0,0);
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span {
	background-color: rgba(255,255,255,1);
}


.breadcrumbs-container,
.breadcrumbs-container .breadcrumb {
	background-color: #fadddc;
}

div.page div.cookie-warning {
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 12px;
	color: rgb(0, 0, 0);
	z-index: 1000;
	min-height: 44px;
	box-sizing: border-box;
	background-color: rgb(245, 245, 245);
	padding: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 3px;
}

.l8m-gallery .item {
	height: 160px;
}

.not-animated {
	visibility: hidden;
}

.header-carousel-item-content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-image: none;
	background-size: cover;
	background-position: right center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.default-index-index .header-carousel-item-content,
.default-premium-gemeinschaftsflaechen-index .header-carousel-item-content,
.default-der-standort-index .header-carousel-item-content {
	padding-left: 64vw;
	padding-right: 4vw;
	padding-top: 10vw;
	background-image: url(/img/default/index.svg);
	background-size: cover;
	background-position: right center;
	display: block;
}

.header-carousel-headline {
	font-size: 4vw;
	line-height: 4.5vw;
	margin-bottom: 2vw;
}

.header-carousel-description {
	font-size: 1vw;
	margin-bottom: 2vw;
}

.content-box.content {
	height: 28vw;
	overflow: hidden;
}

.content-box.content.double {
	height: 56vw;
}

.content-box.content .content-box-wrapper .background-image,
.content-box.content .content-box-wrapper .background-image a {
	transition: transform .5s ease;
}

.content-box.content .content-box-wrapper .background-image:hover {
	transform: scale(1.1);
}

.content-box.content .content-box-wrapper .background-image:hover a {
	transform: scale(0.9);
}

.content-box.content .h1 {
	font-size: 4vw;
}

.content-box.content .teaser-text {
    font-size: 1.1vw;
}

.content-boxes a,
.content-boxes a:focus,
.content-boxes a:hover {
	color: #fff;
}

.content-boxes .layer {
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 54%, rgba(76,76,76,0.17) 70%, rgba(19,19,19,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 54%,rgba(76,76,76,0.17) 70%,rgba(19,19,19,0.5) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 54%,rgba(76,76,76,0.17) 70%,rgba(19,19,19,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#80131313',GradientType=0 );
	overflow: hidden;
	transition: all 500ms;
}

.content-boxes .content-box:hover .layer {
	background-color: rgba(76,76,76,0.6);
}

.content-boxes div.box-title {
	top: 70%;
	transition: all 500ms;
}

.content-boxes .content-box:hover div.box-title {
	top: 25%;
}

.content-boxes .content-box-text {
	top: 100%;
	opacity: 0;
	transition: all 500ms;
}

.content-boxes .content-box:hover .content-box-text {
	top: 50%;
	opacity: 1;
}

.content-boxes .more-info {
	top: 120%;
	left: 12.5%;
	opacity: 0;
	transition: all 500ms;
}

.content-boxes .content-box:hover .more-info {
	top: 65%;
	opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
}

a#to-bottom {
	bottom: 10px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	text-align: center;
	z-index: 99;
	background-image: url(/img/default/pfeil.gif);
	height: 53px;
}

.text-light-green {
	color: #dbd2a9;
}

.append-seperator {
	position: relative;
	margin-bottom: 60px;
}

.append-seperator:after {
	content: "";
	position: absolute;
	top: calc(100% + 30px);
	width: 170px;
	border-bottom: 3px solid #909496;
	left: calc(50% - 85px);
}

.text-white.append-seperator:after {
	border-bottom: 3px solid #ffffff;
	left: 0;
}

.append-seperator.seperator-left:after {
	left: 0;
}

.text-center.text-white.append-seperator:after {
	border-bottom: 3px solid #ffffff;
	left: calc(50% - 85px);
}



.bau-blog {
	top: 0;
	background-image: url(/img/default/BauBlog.jpg);
}

.breadcrumb sup {
	top: .8em;
	padding-right: .25em;
	font-size: 65%;
}

.background-position-right-bottom {
	background-position: right bottom;
}

.facts-container {
	background-image:url(/img/default/GG_UA2008_Startseite_CountingNumbers.jpg);
}

.feature-image {
	width: 48px;
	min-width: 48px;
}

ul.big-list {
	padding-left: 0;
	list-style: none outside none;
	margin-left: 30px;
}

ul.big-list li::before {
	content: "\3e";
	display: inline-block;
	position: absolute;
	left: 30px;
	font-weight: bold;
	font-size: 30px;
}

.col-lg-33p {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
	position: relative;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.col-md-50p.col-lg-33p,
.col-md-100p.col-lg-33p {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

.apartment-carousel {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.apartment-carousel .carousel-inner {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.apartment-carousel .item {
    width: 100%;
    height: 100% !important;
    background-color: #e9eaea;
}

.apartment-carousel .item img {
    max-width: 95%;
    max-height: 95%;
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
}

.carousel-control {
    z-index: 99;
}

.carousel-control {
    width: 5%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    opacity: 1;
}

.carousel-control.right {
	left: auto;
	right: 0;
}

.apartment-carousel .carousel-control {
    width: calc(32px + 7.5%);
}

.carousel-control.left img {
    position: relative;
    top: 10%;
    transform: translateY(-50%) rotate(90deg);
}

.carousel-control.right img {
    position: relative;
    top: 10%;
    transform: translateY(-50%) rotate(-90deg);
}

.apartment-carousel .carousel-control.left img {
    transform: translateY(-50%) rotate(0deg);
    left: -10px;
}

.apartment-carousel .carousel-control.right img {
    transform: translateY(-50%) rotate(0deg);
    right: -10px;
}

.toggle {
    width: 24px;
    height: 24px;
    border: 1px solid #c3b301;
    margin: auto;
	margin-bottom: 10px;
    border-radius: 12px;
    cursor: pointer;
}

.toggle-inner {
    position: relative;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
}

.toggle.active .toggle-inner, .apartment:hover .toggle-inner {
    background-color: #c3b301;
}

.compare-content {
    display: none;
}

.compare {
    display: none;
}


.team-box {
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 405px;
  max-width: 25%;
  flex: 0 0 25%;
}
.team-box.col-8 {
  max-width: 100%;
  flex: 0 0 100%;
}

.team-info {
  border-bottom: 2px solid #909496;
  padding: 20px 10px;
  text-align: center;
  height: 120px;
  background-color: transparent;
  position: relative;
  top: 0px;
  transition: top 0.5s ease, height 0.5s ease;
  overflow: hidden;
}
.team-box:not(.job):hover .team-info {
  background-color: #c3b301;
  top: -60px;
  height: 180px;
}
.team-box:not(.job):hover span.name {
  color: #ffffff;
}
.team-image {
  overflow: hidden;
}
.team img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.team-box:hover img {
  transform: scale(1.1);
  filter: none;
  -webkit-filter: none;
}
.team-box:not(.job):hover span.position {
  color: #ffffff;
}
.team-box .team-info span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.team-info span.name {
  color: #c3b301;
}
.team-info span.position {
  font-style: italic;
  height: 54px;
  margin-bottom: 20px;
}
.team-info ul {
  display: block;
  text-align: center;
  padding-left: 0px;
}
.team-info ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 10px;
  cursor: pointer;
}
.team-info ul li.phone {
  background-image: url(/img/default/phone.png);
}
.team-info ul li.email {
  background-image: url(/img/default/email.png);
}
.team-info ul li.info {
  background-image: url(/img/default/info.png);
}
.team-info ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.team-info ul li .detail {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s ease;
  background-color: #c3b301;
  height: 80px;
  color: #ffffff;
}
.team-info ul li.email .detail {
  display: none;
}
.team-info ul li:hover .detail {
  opacity: 1;
}

#testimonials {
    background-image: url(/img/default/UA_Schiefertafel.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#testimonials .carousel-inner {
    width: auto;
}

#testimonials .carousel-inner {
    width: auto;
}


div.carousel .caption {
    height: 100%;
    opacity: 1;
    right: 0px;
    width: 100%;
    z-index: 158;
}

#testimonials .caption p {
    margin-bottom: 40px;
}
#testimonials .caption {
    color: #ffffff;
    text-align: center;
}

#testimonials .caption img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    display: block;
    margin: 0px auto 20px;
}

.carousel-indicators {
    left: 75%;
    width: 25%;
    margin-left: 0px;
    text-align: left;
}

.carousel-indicators li, .carousel-indicators li.active {
    margin-right: 10px;
}
#testimonials .carousel-indicators {
    position: static;
    margin: 0px auto 40px;
    text-align: center;
}

#testimonials .carousel-control.left img,
#testimonials .carousel-control.right img {
	top: 10%;
}

#location-map-container {
    position: relative;
}

div#location-map {
    width: 100%;
    height: 140px;
    position: relative;
}

.location-hints {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 750px;
    margin-left: -375px;
}



.color-for-studentenapartments .check-content .text-primary:not(.dgh-green) {
	color: rgb(255,108,47)!important;
}

.color-for-studentenapartments .check-content a {
	color: rgb(255,108,47);
}

.color-for-studentenapartments .check-content .btn-outline-primary {
	color: rgb(255,108,47);
	border-color: rgb(255,108,47);
}

.color-for-studentenapartments .check-content .btn-outline-primary:hover {
	color: #fff;
	background-color: rgb(255,108,47);
}

.color-for-studentenapartments .check-content .toggle {
	border-color: rgb(255,108,47);
}

.color-for-studentenapartments .check-content .toggle.active .toggle-inner,
.color-for-studentenapartments .check-content .apartment:hover .toggle-inner {
	background-color: rgb(255,108,47);
}

.color-for-studentenapartments .check-content .team-info ul li .detail {
	background-color: rgb(255,108,47);
}

.color-for-studentenapartments .check-content .team-info span.name {
	color: rgb(255,108,47);
}

.color-for-studentenapartments .check-content .team-box:not(.job):hover .team-info {
	background-color: rgb(255,108,47);
}


.color-for-businessapartments .check-content .text-primary:not(.dgh-green) {
	color: rgb(42,56,85)!important;
}

.color-for-businessapartments .check-content a {
	color: rgb(42,56,85);
}

.color-for-businessapartments .check-content .btn-outline-primary {
	color: rgb(42,56,85);
	border-color: rgb(42,56,85);
}

.color-for-businessapartments .check-content .btn-outline-primary:hover {
	color: #fff;
	background-color: rgb(42,56,85);
}

.color-for-businessapartments .check-content .toggle {
	border-color: rgb(42,56,85);
}

.color-for-businessapartments .check-content .toggle.active .toggle-inner,
.color-for-businessapartments .check-content .apartment:hover .toggle-inner {
	background-color: rgb(42,56,85);
}

.color-for-businessapartments .check-content .team-info ul li .detail {
	background-color: rgb(42,56,85);
}

.color-for-businessapartments .check-content .team-info span.name {
	color: rgb(42,56,85);
}

.color-for-businessapartments .check-content .team-box:not(.job):hover .team-info {
	background-color: rgb(42,56,85);
}


.color-for-wohnungen .check-content .text-primary:not(.dgh-green) {
	color: rgb(157,10,49)!important;
}

.color-for-wohnungen .check-content a {
	color: rgb(157,10,49);
}

.color-for-wohnungen .check-content .btn-outline-primary {
	color: rgb(157,10,49);
	border-color: rgb(157,10,49);
}

.color-for-wohnungen .check-content .btn-outline-primary:hover {
	color: #fff;
	background-color: rgb(157,10,49);
}

.color-for-wohnungen .check-content .toggle {
	border-color: rgb(157,10,49);
}

.color-for-wohnungen .check-content .toggle.active .toggle-inner,
.color-for-wohnungen .check-content .apartment:hover .toggle-inner {
	background-color: rgb(157,10,49);
}

.color-for-wohnungen .check-content .team-info ul li .detail {
	background-color: rgb(157,10,49);
}

.color-for-wohnungen .check-content .team-info span.name {
	color: rgb(157,10,49);
}

.color-for-wohnungen .check-content .team-box:not(.job):hover .team-info {
	background-color: rgb(157,10,49);
}


.color-for-gewerbeeinheiten .check-content .text-primary:not(.dgh-green) {
	color: rgb(116,118,117)!important;
}

.color-for-gewerbeeinheiten .check-content a {
	color: rgb(116,118,117);
}

.color-for-gewerbeeinheiten .check-content .btn-outline-primary {
	color: rgb(116,118,117);
	border-color: rgb(116,118,117);
}

.color-for-gewerbeeinheiten .check-content .btn-outline-primary:hover {
	color: #fff;
	background-color: rgb(116,118,117);
}

.color-for-gewerbeeinheiten .check-content .toggle {
	border-color: rgb(116,118,117);
}

.color-for-gewerbeeinheiten .check-content .toggle.active .toggle-inner,
.color-for-gewerbeeinheiten .check-content .apartment:hover .toggle-inner {
	background-color: rgb(116,118,117);
}

.color-for-gewerbeeinheiten .check-content .team-info ul li .detail {
	background-color: rgb(116,118,117);
}

.color-for-gewerbeeinheiten .check-content .team-info span.name {
	color: rgb(116,118,117);
}

.color-for-gewerbeeinheiten .check-content .team-box:not(.job):hover .team-info {
	background-color: rgb(116,118,117);
}

.navbar-light .navbar-nav .active>.nav-link {
	color: rgba(0,0,0,.5)!important;
}

div.caption-puls {
	position:absolute;
	font-size: 30px;
	line-height: 30px;
	font-weight: lighter;
	color: #ffffff;
	background: transparent;
	border: 2px solid rgba(192, 179, 1, 0.9);
	display: flex;
	align-items: center;
	width:300px;
	height: 300px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 50px;
	left: 150px;
	-webkit-animation: pulsate 5s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}
.caption-button {
	position:absolute;
	font-size: 30px;
	line-height: 30px;
	font-weight: lighter;
	color: #ffffff;
	background-color: rgba(192, 179, 1, 0.9);
	display: flex;
	align-items: center;
	width:300px;
	height: 300px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	top: 50px;
	left: 150px;
}
.caption-button a,
.caption-button a:hover {
	color: #ffffff;
	display: block;
	width: 100%;
}


@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {-webkit-transform: scale(3.2, 3.2); opacity: 0.0;}
}

a#rent-now {
    display: block;
    text-align: center;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    padding-top: 15px;
}






form#formRequest {
  margin: auto;
  height: calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
  height: -webkit-calc(100vh - 70px);
  overflow-y: hidden;
  width: 80%;
}
form#formRequest input,
form#formRequest select,
form#formRequest textarea {
  font-size: 14px;
  line-height: 14px;
}
form#formRequest input[type=radio] {
	margin-top: 10px;
}
form#formRequest input[type=submit] {
	font-size: 24px;
	line-height: 36px;
}
form#formRequest textarea {
	width: 100%;
}
form#formRequest label {
  font-size: 21px;
  line-height: 21px;
}
form#formRequest * {
  word-wrap: break-word;
}
form#formRequest select {
  cursor: pointer;
}
form#formRequest .form-element-element.control label {
  cursor: pointer;
}
form#formRequest .form-element-element.control label:hover {
  border-color: #ff6c2f;
  color: #ff6c2f;
}
form#formRequest .form-element-label,
form#formRequest .form-element-element.control {
  display: block;
}
form#formRequest #hear_about-element.form-element-element.control {
	display: flex;
}
form#formRequest .form-element-label {
  margin-bottom: 20px;
  margin-top: 40px;
}
form#formRequest [placeholder] {
  color: #909496;
  font-weight: bold;
}
form#formRequest .form-element-container {
  margin-bottom: 10px;
}
form#formRequest .no-label .form-element-label {
  display: none;
}
form#formRequest input[type=text],
form#formRequest input[type=email],
form#formRequest select {
  border: medium none;
  border-bottom: 1px solid #909496;
  background-color: transparent;
  padding: 5px;
  width: 100%;
  text-transform: none;
}
form#formRequest input[type=text]:hover,
form#formRequest input[type=text]:focus,
form#formRequest input[type=email]:hover,
form#formRequest input[type=email]:focus {
  border-color: #ff6c2f;
}
form#formRequest select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-weight: bold;
}
form#formRequest select option {
  font-weight: bold;
}
form#formRequest select[disabled] {
  color: #e9eaea;
}
form#formRequest #group1-group {
  height: calc(100vh + 30px);
  height: -moz-calc(100vh + 30px);
  height: -webkit-calc(100vh + 30px);
  margin: 0px;
}
form#formRequest .form-element-group {
  position: relative;
  height: calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
  height: -webkit-calc(100vh - 70px);
  margin: 100px 0px;
  top: 0px;
}
form#formRequest .form-element-group div.backward-container {
  text-align: center;
}
form#formRequest .form-element-group a.backward {
  position: absolute;
  color: #909496;
  bottom: -50px;
  display: block;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  left: 50%;
}
form#formRequest p.hint {
  margin-top: 10px;
}
form#formRequest .form-element-element label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
							supported by Chrome and Opera */
}
form#formRequest #hear_about-element {
  text-align: center;
}
form#formRequest #hear_about-element input {
  display: none;
}
form#formRequest #hear_about-element label .label-box {
  border: 1px solid #909496;
  font-size: 14px;
  line-height: 21px;
  padding: 5px;
}
form#formRequest #hear_about-element label .label-box.active {
  color: #ff6c2f;
  border: 1px solid #ff6c2f;
}
form#formRequest #hear_about-element label:last-of-type {
  margin-bottom: 40px;
}
form#formRequest button:hover,
form#formRequest button:active {
  background-color: #ff6c2f;
  color: #ffffff;
}
form#formRequest div.invalid-feedback {
	position: relative;
}
form#formRequest ul.errors {
}
form#formRequest ul.errors li {
  color: red;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
}


#rental-period {
  background-color: #fff;
  height: auto;
  padding: 20px;
  text-align: center;
  width: 200px;
  border: 1px solid #909496;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-100px, -118px, 0);
  display: none;
  z-index: 100;
}

.bootstrap-datetimepicker-widget {
	font-size: 0.5em;
}

.bootstrap-datetimepicker-widget a {
	color: green!important;
}

.bootstrap-datetimepicker-widget .btn {
	color: red!important;
}