body {
	font-family: Helvetica,Arial,sans-serif;
	overflow-x:hidden;
}

* {
	background-position: center top;
	background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration : none;
	color: inherit;
}
a:hover {
	text-decoration : underline;
	color: inherit;
}

.entity > div {
	height: 100%;
}

.entity > a {
	color: inherit;
	text-decoration : none;
}

.entity > a:hover {
	color: inherit;
	text-decoration : none;
}

.content {
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

#bg_main {
	z-index: -1;
	position: absolute;
	width: 100%;
	top: 0;
}

#content_main {
	z-index: 1;
	overflow-y: auto;
}

img.img-padded {
	padding: 0 15px;
}

img.img-responsive {
}

div.img_full_width {
	height: 312px;
	background-position: center center;
	background-repeat: no-repeat;
}

.entity_img {
	background-repeat: no-repeat;
	background-position: center center;
}
.entity_img a {
	display: inline-block;
	height: 100%;
}
.left > .entity_img,
.entity_img.left {
	background-position: left center;
}

.right > .entity_img,
.entity_img.right {
	background-position: right center;
}

.bg_layer {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.jumbotron_std {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron_full_height {
	align-items: center;
	display: flex;
	height: 100vh !important;
	min-height: 100%;
}

.jumbotron_half_height {
	align-items: center;
	display: flex;
	height: 50vh !important;
	min-height: 50%;
}

.jumbotron_threequarter_height {
	align-items: center;
	display: flex;
	height: 75vh !important;
	min-height: 75%;
}

.jumbotron_quarter_height {
	align-items: center;
	display: flex;
	height: 25vh !important;
	min-height: 25%;
}

.background_fixed {
	background-attachment: fixed;
}

.view_line {
	height: 1px;
	box-sizing: border-box;
	transform-origin: 0% 50%;
}

.view_3dv {
	position: relative;
}

iframe {
	border: none;
}

.large {
	font-size:22px;
}

.background-std > div,
.background-std {
	background-repeat: no-repeat;
	background-position: top center;
}

.background-center > div,
.background-center {
	background-position: center center;
	background-repeat: no-repeat;
}
.background-cover > div,
.background-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.col-background {
	height: 100%;
	position: absolute;
	overflow: hidden;
	/* add border to the right side, to hide overflow picture correctly */
	border-right: 15px solid #fff;
}
.col-background > * {
	height: 100%;
	width: auto;
}

@supports (transform: translateX(-50%)) {
	.col-background > * {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.img_center {
		transform: translateX(-50%);
	    margin-left: 50%;
	}
}

.hr {
	border-top: solid 1px #777;
}

/* bootstrap adjustments */
.navbar-brand > img {
  max-height: 100%;
}

.navbar-padding {
	height: 50px;
	display: block;
}

.navbar {
	min-height: 0px;
	margin-bottom: 0px;
}

.navbar-nav > li > a {
	padding-top: 0;
	padding-left: 0;
	padding-right: 1em;;
	line-height: auto;
}


.container {
	position: relative;
}

@media (max-width: 1170px) {
	.entity[class*="col-"] > div > p br {
		display: none;
	}

}

/* customize navbar */
.navbar-default.navbar-blank {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
  border: 0px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-default.navbar-blank .navbar-nav > .active > a,
.navbar-default.navbar-blank .navbar-nav > .active > a:hover,
.navbar-default.navbar-blank .navbar-nav > .active > a:focus {
  color: #d80000;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
  background-image: none;
  box-shadow: none;
}



.view_3dv_content * {
  height: auto;
  max-width: 100%;
}

.entity.view_image {
	overflow: hidden;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
}

.hspace {
	display: inline-block;
	width: 1em;
}
.overflow-hidden {
	overflow: hidden;
}

ul.slider_lights {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	margin: 0 auto;
}

ul.slider_lights>li {
	float: left;
	margin-right: 0px;
}

.backdrop {
	background-repeat: no-repeat;
	background-position: center top;
}

/*
.group .entity {
	padding: 0px;
}
*/


.entity {
	pointer-events: all;
}
.entity.group {
	pointer-events: none;
}

.entity.group * {
	pointer-events: all;
}

input[readonly],
select[disabled] {
	background-color: #Fff0f0 !important;
	color: #666;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
select[disabled] {
	top: 0;
}



input,
textarea,
select {
	display: inline-block;
	position: absolute; /* to make height: 100% work */
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border:none;
	background: transparent;
}

textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	resize: none;
	border: none;
	padding: 0;
	margin: 0;
}

.Textarea {
	padding: 0;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.entity_iframe iframe {
	width: 100%;
	min-height: 100%;
}
[ontap] {
	cursor: pointer;
}

.shad_dooblex_small {
	background-color: #fff;
}

.shad_dooblex_small:before {
	content: "";
	position: absolute;
	box-shadow: 0px 0px 39px 0px rgba(125,125,125,0.5);
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 30px;
	right: 0;
	border-radius: 10px;
}

.shad_dooblex_large {
    box-shadow: -40px 20px 80px rgba(125,125,125,0.5);
}

.group_relative {
	position: relative;
	padding: 0;
}

.entity-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kd-carousel {
	height: 100%;
}
.kd-carousel-inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.kd-carousel-inner > .item {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.kd-carousel-inner > .item > .view_image {
	width: 100% !important;
	height: 100% !important;
}

.gutter-0 {
	padding: 0 !important;
	margin: 0 !important;
}

.valign_wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.valign_wrapper > div {
	display: table-cell;
}
.valign_wrapper > .valign-middle {
	vertical-align: middle;
}
.valign_wrapper > .valign-bottom {
	vertical-align: bottom;
}
	/* ------ NAVIGATION --------- */
	.entity-nav {
		position: relative;
	}
	.entity-nav .nav-links a {
	}
	.entity-nav .nav-hamburger {
		position: absolute;
		right: 15px;
		margin: 0px;
		padding: 0px;
	}
	.nav-hamburger .entity_img {
		background-position: right;
		text-align: right;
	}
	.navigation-fixed {
		width: 100%;
		top: 0;
		left: 0;
		position: fixed;
		z-index: 1;
	}
	@media screen and (max-width: 992px) {
		.entity-nav {
		}
		.entity-nav .nav-links {
		}
		.entity-nav .nav-links {
			display: block;
		}

		.entity-nav .nav-links a:not(.active) {
			display: none;
		}
		/*

		.entity-nav .nav-links.expand a:not(.active) {
			display: block;
		}

		.entity-nav .nav-links .hspace {
			display: none;
		}
		.entity-nav .nav-links.expand .hspace {
			height: 1px;
			border-bottom: 1px solid;
			display: block;
			width: 100%;
		}
		.entity-nav .nav-hamburger {
			display: inline-block;
		}
		*/
	}

.invalid-input {
	border:solid 1px #F00 !important;
}

.nounderline a:hover,
.nounderline a:focus {
	text-decoration: none;
}
