#logged-navbar {
	z-index: 4000;
	min-height: 20px !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

#logged-navbar .nav > li > a {
	padding-top: 4px !important;
	padding-bottom: 3px !important;
	color: #fff !important;
	text-shadow: none;
}

#header {
	width: 100%;
}

#header .container {
	position: relative;
	height: 83px;
	padding-top: 15px;
	background-color: #fff;
	overflow: hidden;
}

#navigation {
	position: absolute;
	top: 35px;
	right: 0px;
	padding: 0px;
}

#navigation ul {
	margin-right: 15px;
}

#logo {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 87px;
}

.addon-container {
	padding-left: 0px;
	padding-right: 0px;
}

/*Site-specific*/

body {
	background-color: #ccc;
	color: #7a7a7a;
	font-size: 110%;
	line-height: 130%;
}

a {
	color: #666 !important;
	font-weight: bold;
}

a:hover {
	color: #888 !important;
}

.table td {
	border: none !important;
}

time {
	display: block;
}

.addon-navbar, h1, h2, h3 {
	font-size: 100%;
	font-weight: bold;
}

#navigation, #main-content > h1, .news h1, table h1 {
	margin-top: 0;
	color: #999;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navigation {
	background-color: #fff;
	border: none;
}

#navigation a {
	background: transparent !important;
	color: #b4b4b4 !important;
}

#navigation a:hover, #navigation .active a {
	color: #666 !important;
}

body > .container {
	background-color: #fff;
}

#content-block {
	position: relative;
	padding-top: 28px;
}

#layout-content {
	padding-right: 80px;
	background-color: #fff;
}

#layout-content-contact {
	width: 63%;
	padding-right: 40px;
	background-color: #fff;
}

#layout-content.gallerylist {
	padding-right: 15px;
}

#layout-media {
	padding-left: 57px;
}

#site-updated {
	position: absolute;
	bottom: 10px;
	width: 150px;
	z-index: 9000;
	font-size: 105%;
	white-space: nowrap;
}

#extranet-login-container {
	position: absolute;
	z-index: 9000;
}

.newslist > div:nth-of-type(2n+1), .gallerylist > div, .gallerylist-custom > div:nth-of-type(2n+1), .addon-pagelist > div:nth-of-type(2n+1) {
	background-image: linear-gradient(to right, #fff, #ddd 80%);
}

.gallerylist-custom > div, .newslist > div {
	padding-top: 12px;
	padding-bottom: 12px;
}

.addon-pagelist > div {
	padding-top: 15px;
	padding-bottom: 14px;
}

.newslist > div:first-of-type, .gallerylist-custom > div:first-of-type, .addon-pagelist > div:first-of-type {
	margin-top: 20px;
}

/*Gallery lists*/

.gallerylist > div {
	margin-top: 15px;
	margin-bottom: 15px;
}

.gallerylist > div:last-of-type, .gallerylist-custom > div:last-of-type {
	margin-bottom: 0;
}

.gallerylist .col-md-3 {
	padding-right: 0;
}

.gallerylist h1 {
	margin: 10px 0 4px;
}

.gallerylist ul {
	list-style-type: none;
	margin: -2px 0 0;
	padding: 0;
}

.gallerylist li {
	display: inline-block;
	margin-right: 10px;
}

.gallerylist li p {
	margin: 0;
}

/*Galleries*/

#kGallery {
	position: relative;
}

#kGallery img {
	position: relative;
	z-index: 1;
	max-width: 100%;
}

#kGalleryControls {
	position: relative;
	margin: 0 -15px 0 -72px;
	background-color: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#kGalleryControls > span, #kSlidesReturn {
	display: inline-block;
	height: 20px;
	color: #999 !important;
	text-decoration: none;
}

#kSlidesPrev, #kSlidesNext {
	position: relative;
	top: 2px;
	padding: 0 10px;
	font-size: 17px;
}

#kSlidesPrev {
	margin-left: 440px;
}

#kSlidesCount {
	position: relative;
	top: -1px;
	padding: 0 5px;
	font-weight: bold;
}

#kSlidesGoto {
	position: absolute;
	top: 1px;
	left: 790px;
	color: #999;
	font-weight: bold;
}

#kSlidesGoto input {
	width: 35px;
	height: 20px;
	margin: 0 0 0 2px;
	padding: 0 0 0 2px;
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	border-color:#aaa #fff #fff #aaa;
}

#kSlidesGoto button {
	padding: 0 4px;
	color: #999;
	font-size: 12px;
	text-decoration: none
}

#kSlidesPrev:hover, #kSlidesNext:hover, #kSlidesGoto span:hover {
	cursor: pointer;
}

#kSlidesImgPrev, #kSlidesImgNext {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	color: rgba(255, 255, 255, 0.8);
	font-size: 40px;
	line-height: 30px;
	text-indent: 1px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	/*IE mobile fix*/
	background-color: rgba(255, 255, 255, 0);
}

#kSlidesImgNext {
	left: auto;
	right: 228px;
	text-align: right;
}

#kSlidesImgPrev span, #kSlidesImgNext span {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 20px;
	margin-top: -20px;
	visibility: hidden;
}

#kSlidesImgNext span {
	left: auto;
	right: 20px;
}

#kSlidesImgPrev:hover span, #kSlidesImgNext:hover span {
	visibility: visible;
}

#kSlidesPrev, #kSlidesNext, #kSlidesGoto button, #kSlidesReturn span {
	overflow: hidden;
	background: url(../site/images/gallery-icons.png) no-repeat center 4px;
	text-indent: -500em;
	opacity: 0.6;
}

#kSlidesPrev {
	background-position: center -27px;
}

#kSlidesGoto button {
	background-position: center -66px;
}

#kSlidesReturn span {
	display: block;
	float: left;
	width: 20px;
	min-height:20px;
	background-position: center -96px;
}

#kSlidesPrev:hover, #kSlidesNext:hover, #kSlidesGoto button:hover, #kSlidesReturn:hover span {
	opacity: 1;
}

.page-company #layout-content {
	margin-top: -5px;
	border-top: 50px solid #fff;
}

.frontpage {
	position: relative;
}

.frontpage #kGallery {
	overflow: visible;
	margin-bottom: -24px;
}

.frontpage #kGalleryControls {
	z-index: 1;
	top: 27px;
	margin: 0px 0px -1px 0px;
	background: transparent;
	border: none;
}

.frontpage #kSlidesPrev {
	margin-left: 490px;
}

.frontpage #kSlidesImgNext {
	right: 238px;
}

/*News*/

.newslist p {
	margin-bottom: 0;
}

.news h1 {
	margin-top: 15px;
}

.news time {
	margin-bottom: 10px;
}

.news .row div {
	padding-bottom: 15px;
}

.news img {
	padding-top: 10px;
	padding-bottom: 5px;
}

/*Video*/

.parent-4 #layout-content {
	background: transparent;
}

.page-video .addon-pagelist time {
	display: none;
}

.embed-container {
	position: relative;
	max-width: 100%;
	height: 0;
	height: auto;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: -3px;
	border: none;
}

/*Contact*/

.page-contact table {
	max-width: 500px;
	margin-top: 30px;
}

.page-contact #layout-content thead th {
	padding-bottom: 10px;
	text-transform: uppercase;
}

.page-contact #layout-content table {
	width: 100%;
}

.page-contact #layout-content table td {
	vertical-align: top;
	width: 33%;
}

@media (min-width: 1200px) {
	#site-updated {
		right: 316px !important;
	}

	#layout-content.gallerylist {
		padding-right: 30px;
	}

	.kSlideshowItemDiv::before {
		margin-left:-100px;
	}
}

@media (max-width: 1200px) {
	#layout-content.gallerylist > div:first-of-type {
		margin-top: 0px;
	}

	#kSlidesImgNext {
		right: 30px !important;
	}

	.frontpage #kSlidesPrev {
		margin-left: 0px;
	}

	.frontpage #kSlidesImgNext {
		right: 38px !important;
	}
}

@media (min-width: 992px) {
	body > .container {
		background-image: linear-gradient(to right, #fff 8%, #c4c4c4, #a4a4a4);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-width: 15px 0 120px;
		border-style: solid;
		border-color: #fff;
	}

	#site-updated {
		bottom: 15px;
		right: 233px;
		color: #fff;
		font-size: 120%;
	}

	#extranet-login-container {
		bottom: 15px;
		right: 35px;
		width: 270px;
	}

	.gallerylist .col-md-3 {
		padding-left: 0;
	}

	.gallerylist > .row > div {
		position: relative;
		min-height: 120px;
	}

	.gallerylist ul {
		position: absolute;
		width: 97%;
		left: 15px;
		bottom: 4px;
	}

	.gallerylist li.photos, .gallerylist li.video {
		float: right;
	}

	#kGallery {
		height: 427px;
	}

	.frontpage #kGallery {
		height: 205px;
	}

	#kSlidesCount {
		top:-4px;
	}

	#kSlidesReturn {
		position: absolute;
		top: 4px;
		left: 72px;
	}

	#kSlidesReturn span {
		padding-right: 2px;
		font-size: 80%;
	}
}

@media (max-width: 992px) {
	#navigation {
		top: 20px;
		width: 60%;
	}

	#logo {
		left: 30px;
	}

	#layout-content {
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.addon-pagelist {
		padding-bottom: 30px;
	}

	#layout-content.gallerylist {
		padding-right: 30px;
	}

	#layout-media {
		padding-right: 0px;
		padding-left: 0px;
	}

	#kGallery {
		min-height: 320px;
	}

	#kGalleryControls {
		margin-left: -15px;
	}

	#kGalleryControls {
		padding-top: 10px;
		padding-bottom: 15px;
		font-size: 14px;
	}

	#kSlidesPrev, #kSlidesNext {
		top: 4px;
		font-size: 26px;
	}

	#kSlidesPrev {
		margin-left: 15px;
	}

	#kSlidesGoto {
		position: relative;
		top: 0;
		left: 20px;
		margin-top: 15px;
	}

	#kSlidesGoto input {
		width: 50px;
		height: 30px;
	}

	#kSlidesImgPrev, #kSlidesImgNext {
		overflow: hidden;
		width: 49%;
	}

	#kSlidesImgNext, .frontpage #kSlidesImgNext {
		right: 0px !important;
	}

	.frontpage #kGallery {
		min-height: 150px;
	}

	#kSlidesReturn {
		display: none !important;
	}
}

@media (max-width: 700px) {
	#navigation {
		position: static;
		width: 80%;
	}

	#logo {
		position: static;
		left: 10px;
	}

	#header .container {
		height: auto;
	}

	.addon-pagelist {
		padding-bottom: 0px;
	}

	#kGallery {
		min-height: 120px;
	}

	.frontpage #kGallery {
		min-height: 50px;
	}
}

@media (max-width: 500px) {
	#navigation {
		width: 100%;
	}

	#kSlidesImgPrev span, #kSlidesImgNext span {
		margin-top: -12px;
		font-size: 26px;
	}
}