/*************************************************************/
/* MISC. */
/*************************************************************/
html,
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
div,
p,
a,
span {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5em;
}
p,
.flxElement p {
  color: #444;
  line-height: 1.5em;
}
h1,
.elementNormal1 h1,
.elementNormal2 h1,
.elementNormal3 h1,
.elementBox1 h1,
.elementBox2 h1,
.elementBox3 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 300;
  color: #4a4a4a;
  line-height: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h2,
.elementNormal1 h2,
.elementNormal2 h2,
.elementNormal3 h2,
.elementBox1 h2,
.elementBox2 h2,
.elementBox3 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-size: 28px;
  margin: 1em 0 .6em 0;
  line-height: 1.1em;
  font-weight: 400;
  color: #4a4a4a;
  text-transform: uppercase;
}
h3,
.elementNormal1 h3,
.elementNormal2 h3,
.elementNormal3 h3,
.elementBox1 h3,
.elementBox2 h3,
.elementBox3 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
  margin: 25px 0 15px 0;
}
.elementNormal1 h4,
.elementNormal2 h4,
.elementNormal3 h4,
.elementBox1 h4,
.elementBox2 h4,
.elementBox3 h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300;
  color: #4a4a4a;
}
.red {
  color: #4a4a4a;
}
.green {
  color: #bcdd1b;
}
.flxElement ul {
  margin: 1.2em 0;
  padding-left: 2em;
}
.flxElement ul li {
  margin-bottom: 5px;
  font-weight: 300;
  font-weight: 400;
  color: #444;
}
.flxElement ul li > ul {
  margin: 0.6em 0;
}
.flxElement ul li > ul > li {
  list-style: circle;
}
.flxElement ul.checklist li {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  font-weight: 500;
  line-height: 1.5em;
}
* {
  outline: none;
}
#formSent {
  position: fixed;
  z-index: 9999;
  top: 30px;
  background: #000;
  padding: 20px;
  color: #fff;
}
.ImgFloatLeft {
  margin-right: 30px;
}
a {
  color: #bcdd1b;
}
a:hover {
  color: #95b015;
}
hr,
.hline {
  margin: 35px 0;
  border: none;
  border-top: 1px solid #e9e9e9;
  overflow: hidden;
  height: 1px;
  background: transparent;
}
hr.narrow,
.hline.narrow {
  width: 60%;
  margin: 40px auto;
}
.formSentMessage {
  background: #4a4a4a;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 20px;
}
.formSentMessage p,
.formSentMessage span,
.formSentMessage li {
  color: #fff;
}
.gridSplit3p1 {
  animation-delay: 0s;
}
.gridSplit3p2 {
  animation-delay: .15s;
}
.gridSplit3p3 {
  animation-delay: .3s;
}
.flxElement blockquote {
  background: #f0f0f0;
  background: transparent;
  padding: 7px 0px 7px 15px;
  margin: 20px 15px;
  /*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
  border-left: 4px solid #e9ebeb;
  border-left: 4px solid #bcdd1b;
  font-style: italic;
}
.flxElement blockquote p {
  color: #777;
}
.flxElement blockquote p:last-of-type {
  margin-bottom: 0;
}
/*.elementNormal1 p:last-child, .elementNormal2 p:last-child, .elementNormal3 p:last-child, .elementBox1 p:last-child, .elementBox2 p:last-child, .elementBox3 p:last-child {
	margin: 15px 0;
}*/
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.flxTextLarger {
  font-size: 150%;
  font-weight: 200;
  line-height: 120%;
}
.flxTextSmaller {
  font-size: 85%;
}
/*************************************************************/
/* SITE WIDTH */
/*************************************************************/
#top .inner {
  max-width: 1140px;
}
#mainarea #canvas #PageHeader {
  max-width: 1140px;
}
#mainarea #canvasMenuContainer {
  max-width: 1140px;
}
#mainarea #canvas .flxSection .flxSectionInner {
  max-width: 1170px;
  background: transparent;
  padding: 0 15px 50px 15px;
}
#bottombar {
  max-width: 1140px;
}
#creditcontainer {
  max-width: 1140px;
}
/*************************************************************/
/* BUTTONS */
/*************************************************************/
a.flxLinkButtonInline,
button.flxLinkButtonInline,
.knap {
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  border: 2px solid #bcdd1b;
  color: #4a4a4a;
  text-transform: uppercase;
  padding: 10px 25px;
}
a.flxLinkButtonInline:hover,
button.flxLinkButtonInline:hover,
.knap:hover {
  background: #bcdd1b;
  color: #4a4a4a;
}
a.flxLinkButtonInline.large,
button.flxLinkButtonInline.large,
.knap.large {
  font-size: 20px;
  padding: 15px 40px 13px 40px;
}
a.flxLinkButtonInline.borderBtn,
button.flxLinkButtonInline.borderBtn,
.knap.borderBtn {
  background: transparent;
  border: 1px solid #bcdd1b;
  color: #bcdd1b;
}
a.flxLinkButtonInline.borderBtn:hover,
button.flxLinkButtonInline.borderBtn:hover,
.knap.borderBtn:hover {
  border-color: #bcdd1b;
  background: #bcdd1b;
  color: #fff;
}
a.flxLinkButton,
button.flxLinkButton,
.elementBox1Link a,
.elementBox2Link a,
.elementBox3Link a {
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  border: 2px solid #bcdd1b;
  text-decoration: none !important;
  color: #4a4a4a;
  padding: 10px 25px;
}
a.flxLinkButton:hover,
button.flxLinkButton:hover,
.elementBox1Link a:hover,
.elementBox2Link a:hover,
.elementBox3Link a:hover {
  background: #bcdd1b;
  color: #4a4a4a;
}
a.flxLinkButton.large,
button.flxLinkButton.large,
.elementBox1Link a.large,
.elementBox2Link a.large,
.elementBox3Link a.large {
  font-size: 20px;
  padding: 15px 40px 13px 40px;
}
.elementNormal1Link a {
  width: 90%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  background: #bcdd1b;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
}
.elementNormal1Link a:hover {
  background: #9db917;
  color: #fff;
}
button,
input[type=submit],
#submitknap {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  line-height: 1em;
  font-family: 'Montserrat', sans-serif;
  background: #bcdd1b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  padding: 11px 25px;
}
button:hover,
input[type=submit]:hover,
#submitknap:hover {
  background: #9db917;
  color: #fff;
}
button span,
input[type=submit] span,
#submitknap span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
.small {
  font-size: .9em;
}
.light {
  color: #777;
}
.flxTableGrid {
  border: none;
  width: 100%;
  font-weight: 300;
}
.flxTableGrid td {
  border: none;
  border-bottom: 1px solid #e9e9e9;
  padding: 8px 6px;
}
.flxTableGrid tr:last-of-type td {
  border: none;
}
/*************************************************************/
/* FORMS */
/*************************************************************/
form .formGroup {
  margin-bottom: 15px;
}
form .formGroup label {
  display: block;
}
form .formGroup input[type=text],
form .formGroup input[type=password],
form .formGroup input[type=mail],
form .formGroup textarea,
form .formGroup select {
  width: 100%;
}
table.formtable td {
  padding-bottom: 15px;
  vertical-align: top;
}
table.formtable .label {
  display: inline-block;
  color: #4a4a4a;
  line-height: 1.2em;
}
table.formtable .small {
  font-size: 11px;
  line-height: 1.2em;
}
table.formtable input[type=text],
table.formtable input[type=password],
table.formtable input[type=mail],
table.formtable textarea {
  width: 100%;
}
input[type=text],
input[type=password],
input[type=mail],
textarea {
  /*width: 100%;*/
  padding: 8px 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=mail]:focus,
textarea:focus {
  border-color: #bbb;
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.25);
}
#skalvaeretomt {
  height: 0px;
}
.submitarea {
  margin-top: -15px;
}
.contactTable {
  width: 100%;
}
.contactTable td {
  padding: 12px;
}
.formStyle1 {
  max-width: 600px;
  margin: auto;
}
.formStyle1 .FormElement .FormElementTitle {
  margin-bottom: 4px;
  font-weight: 600;
  color: #555;
}
.formStyle1 .FormElement .FormElementElement {
  margin-bottom: 8px;
}
select {
  background: #ffffff url("/img/icon-dropdown.png") right 5px center no-repeat;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
label.error {
  font-size: 10px;
  text-transform: uppercase;
  color: #ff2c2e;
}
ul.formList {
  margin: 5px 0;
  padding-left: 1.6em;
  font-size: .95em;
}
ul.formList li {
  margin-bottom: 0;
  list-style: none;
  font-weight: 400;
}
ul.formList li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  float: left;
  margin-left: -1.5em;
  /*margin: 0 5px 0 -15px;*/
  color: #67b611;
}
ul.listTick {
  list-style: none;
}
ul.listTick li {
  margin-bottom: .3em !important;
  padding-left: 2em;
}
ul.listTick li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -1.5em !important;
  color: #666;
}
.youtubeContainerOuter {
  max-width: 600px;
  margin: auto;
  margin-bottom: 10px;
}
.youtubeContainerOuter .youtubeContainer {
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.35);
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  padding-bottom: 49%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtubeContainerOuter .youtubeContainer .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  margin: -30px 0 0 -30px;
  opacity: .7;
  color: #444;
}
.youtubeContainerOuter .youtubeContainer:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.55);
}
.youtubeContainerOuter .youtubeContainer iframe,
.youtubeContainerOuter .youtubeContainer object,
.youtubeContainerOuter .youtubeContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*************************************************************/
/* GRIDS */
/*************************************************************/
.gridSplit4 .grid4_1,
.gridSplit4 .grid4_2,
.gridSplit4 .grid4_3,
.gridSplit4 .grid4_4 {
  /*width: 25%;*/
  /*overflow: hidden;*/
}
/*************************************************************/
/* SECTIONS */
/*************************************************************/
.greenSection,
.darkSection,
.greySection,
.flxSectionType1,
.flxSectionType2,
.whiteSection,
.blackSection,
.flxSection {
  padding: 30px 0;
}
.greenSection .flxSectionInner,
.darkSection .flxSectionInner,
.greySection .flxSectionInner,
.flxSectionType1 .flxSectionInner,
.flxSectionType2 .flxSectionInner,
.whiteSection .flxSectionInner,
.blackSection .flxSectionInner,
.flxSection .flxSectionInner {
  padding: 20px 15px !important;
  background: transparent !important;
}
.flxSection {
  background: #fff;
  background: transparent;
  color: #4a4a4a;
}
.flxSection.smallPadding {
  padding: 5px 0 !important;
}
.flxSectionType1 {
  background: #fff;
  background: transparent;
  color: #888;
}
.flxSectionType2 {
  /*background: #f9f9f9;
	color: #888;
	border-top: 1px solid #f0f0f0;*/
}
.lightblueSection {
  background: #f4f6f6;
}
.greenSection {
  background-color: #bcdd1b;
  color: #fff;
  background-position: center top;
  background-size: cover;
}
.greenSection h1,
.greenSection h2,
.greenSection h3,
.greenSection h4,
.greenSection a,
.greenSection p,
.greenSection span,
.greenSection li {
  color: #fff;
  font-weight: 200;
}
.greenSection hr,
.greenSection .hline {
  border-color: #c9e73a;
}
.greenSection b,
.greenSection strong {
  font-weight: 500;
}
.greenSection .flxLinkButtonInline,
.greenSection .flxLinkButton {
  background: #fff;
  font-weight: 400;
  color: #bcdd1b;
  text-decoration: none;
  border: 1px solid #fff;
}
.greenSection .flxLinkButtonInline:hover,
.greenSection .flxLinkButton:hover {
  background: #9db917;
  background: transparent;
  color: #fff;
}
.greenSection .flxLinkButtonInline.borderBtn,
.greenSection .flxLinkButton.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.greenSection .flxLinkButtonInline.borderBtn:hover,
.greenSection .flxLinkButton.borderBtn:hover {
  background: #fff;
  color: #bcdd1b;
}
.blackSection {
  background: #000;
  color: #fff;
}
.blackSection h1,
.blackSection h2,
.blackSection h3,
.blackSection h4,
.blackSection a,
.blackSection p,
.blackSection span,
.blackSection li {
  color: #fff;
}
.blackSection hr,
.blackSection .hline {
  border-color: #323232;
}
.blackSection b,
.blackSection strong {
  font-weight: 500;
}
.blackSection .flxLinkButtonInline,
.blackSection .flxLinkButton {
  background: #fff;
  color: #bcdd1b;
  text-decoration: none;
  border: 1px solid #fff;
}
.blackSection .flxLinkButtonInline:hover,
.blackSection .flxLinkButton:hover {
  background: #9db917;
  background: transparent;
  color: #fff;
}
.blackSection .flxLinkButtonInline.borderBtn,
.blackSection .flxLinkButton.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.blackSection .flxLinkButtonInline.borderBtn:hover,
.blackSection .flxLinkButton.borderBtn:hover {
  background: #fff;
  color: #bcdd1b;
}
.greySection {
  background: #f5f5f5;
}
.mapSection {
  padding: 0px 0;
}
.mapSection .flxSectionInner {
  max-width: 100% !important;
  padding: 0 !important;
}
.mapSection .flxSectionInner .gridFull {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.mapSection .flxSectionInner .gridFull .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 340px;
  top: 340px;
  margin-top: -340px;
  z-index: 99;
}
.mapSection .flxSectionInner .gridFull iframe {
  position: relative;
  vertical-align: bottom;
  z-index: 0;
}
.nopaddingSection {
  padding: 0;
}
.nopaddingSection .flxSectionInner {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nopaddingSection .flxSectionInner .gridFull,
.nopaddingSection .flxSectionInner .flxGrid {
  padding: 0;
}
/*************************************************************/
/* CONTAINERS */
/*************************************************************/
#pagecontainer {
  background: #f7f7f7;
  /*background: #fff url("/img/ua-watermark-medium-grey.png") top 10px right -50px no-repeat;*/
  background: #fff;
  position: relative;
  z-index: 1;
}
#contextTop {
  position: relative;
  width: 100%;
  margin: 0 auto 0px auto;
  overflow: hidden;
  background: transparent;
  padding-top: 20px;
  /*margin: -30px auto 30px auto;*/
}
#contextTop .headerLine {
  margin: 15px auto 0 auto;
  max-width: 1110px;
  border-bottom: 1px solid #e9e9e9;
}
#contextTop .inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  left: 0;
  right: 0;
  padding: 20px 15px 0 15px;
  /*top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%); !* IE 9 *!
		-webkit-transform: translateY(-50%); !* Chrome, Safari, Opera *!*/
}
#contextTop .inner #PageHeader {
  margin: 0;
  padding: 0;
}
#contextTop .inner h1 {
  font-family: 'Montserrat', sans-serif;
  color: #4a4a4a;
  text-transform: none;
  line-height: 1.2em;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  /*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.37);*/
}
#contextTop .inner p {
  font-family: 'Montserrat', sans-serif;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  margin: 0 0 0 0;
  /*text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.37);*/
}
#contextTop .inner .contextLine {
  display: none;
  height: 1px;
  width: 120px;
  border-top: 1px solid #fff;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
#contextTop .imageOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(85, 95, 101, 0.4);
}
#contextTop img {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 175px;
  padding: 0;
  background-size: cover;
  vertical-align: bottom;
}
#PageHeader {
  position: relative;
  background: transparent !important;
  z-index: 500;
  /*padding: 40px 15px 0 15px !important;*/
}
#PageHeader .breadcrumb {
  display: none;
}
#PageHeader h1 {
  /*margin: 0 0 .2em 0 !important;*/
  font-family: 'Montserrat', sans-serif;
  color: #4a4a4a;
  font-size: 36px;
}
#PageHeader p {
  color: #7b736e;
  color: #333;
  margin: .2em 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.2em;
}
#mainarea {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 450px;
}
#mainarea #canvasContainer {
  margin: 0 auto;
  max-width: 1170px;
  padding-bottom: 30px;
}
#mainarea #canvasContainer .flxSectionInner {
  /*padding: 0px 10px 25px 10px !important;*/
  padding: 0px 15px 25px 15px !important;
}
#mainarea #canvasContainer .flxSectionInner .gridFull {
  padding: 0 15px;
}
#mainarea #canvasMenuContainer {
  padding: 15px 15px 0 15px;
  background: transparent;
  overflow: auto;
  zoom: 1;
}
#mainarea #canvasMenuContainer .flxSectionInner {
  padding: 0px 0px 25px 15px !important;
}
#mainarea #canvasMenuContainer .flxSectionInner .gridFull {
  padding: 0 0 0 15px;
  margin-bottom: 30px;
}
#mainarea #canvasMenuContainer #canvasMenu {
  margin-bottom: 30px;
  margin-top: 30px;
  /*border: 1px solid #eee;*/
  /*-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
			-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.21);
			box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.21);*/
}
#mainarea #canvasMenuContainer #canvasMenu .LayoutFull {
  /*margin-top: -80px;*/
}
#mainarea #canvasMenuContainer #canvasMenu .flxSection .flxSectionInner {
  /*padding: 30px 0px;
				margin: 0 auto;*/
  background: transparent;
}
#mainarea #canvasMenuContainer #canvasMenu .flxSection {
  padding-top: 0px !important;
}
#mainarea #canvasMenuContainer #leftcol {
  padding: 30px 10px 0 0;
  min-height: 480px;
}
#mainarea #canvasMenuContainer #leftcol hr {
  margin: 30px 0;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu {
  margin-bottom: 30px;
  border: 1px solid #EEF1F2;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(194, 205, 212, 0.15);
  -moz-box-shadow: 1px 1px 2px 0px rgba(194, 205, 212, 0.15);
  box-shadow: 1px 1px 2px 0px rgba(194, 205, 212, 0.15);
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li {
  margin: 0;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > a {
  margin: 0;
  padding: 12px 25px 12px 15px;
  line-height: 1.1em;
  color: #555F65;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #EEF1F3;
  background: transparent url("/img/leftmenu-arrow.png") right 15px center no-repeat;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > a:hover {
  color: #555F65;
  background: #eceef0 url("/img/leftmenu-arrow.png") right 15px center no-repeat;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li.active > a {
  color: #555F65;
  font-weight: 600;
  background: #eceef0 url("/img/leftmenu-arrow.png") right 15px center no-repeat;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > ul {
  margin-bottom: 10px;
  border-left: 4px solid #4a4a4a;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > ul li {
  background: transparent;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > ul li a {
  border: none;
  padding: 5px 15px 5px 10px;
  font-size: 12px;
  line-height: 1em;
  background: transparent url("/img/leftmenu-arrow-white.png") right 8px center no-repeat;
  color: #444;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > ul li a.active,
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > ul li a:hover {
  font-weight: 400;
  color: #bcdd1b;
  color: #444;
  padding: 5px 15px 5px 10px;
  background: transparent url("/img/leftmenu-arrow-blue.png") right 8px center no-repeat;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li > ul li a.active {
  font-weight: 700;
}
#mainarea #canvasMenuContainer #leftcol #leftmenu > li:last-of-type a {
  border: none;
}
.elementBox1,
.elementBox2,
.elementBox3 {
  padding: 20px;
}
.elementBox1 p,
.elementBox2 p,
.elementBox3 p {
  font-size: 0.9em;
}
.elementBox1 p .flxTextLarger,
.elementBox2 p .flxTextLarger,
.elementBox3 p .flxTextLarger {
  font-size: 120%;
}
.elementBox1 .elementBox1Content,
.elementBox2 .elementBox1Content,
.elementBox3 .elementBox1Content,
.elementBox1 .elementBox2Content,
.elementBox2 .elementBox2Content,
.elementBox3 .elementBox2Content,
.elementBox1 .elementBox3Content,
.elementBox2 .elementBox3Content,
.elementBox3 .elementBox3Content {
  /*font-size: 14px;
		font-weight: 400;*/
}
.elementBox1 h2,
.elementBox2 h2,
.elementBox3 h2 {
  font-size: 1.4em !important;
}
.elementBox1 form,
.elementBox2 form,
.elementBox3 form {
  font-size: 15px;
}
.elementBox1 form input[type=text],
.elementBox2 form input[type=text],
.elementBox3 form input[type=text] {
  /*width: 100% !important;*/
  padding: 7px 10px;
  margin-bottom: 4px;
}
.elementBox1 {
  background: #000;
}
.elementBox1 h1,
.elementBox1 h2,
.elementBox1 h3,
.elementBox1 h4,
.elementBox1 a,
.elementBox1 p,
.elementBox1 li,
.elementBox1 ul,
.elementBox1 span,
.elementBox1 div,
.elementBox1 .flxElement {
  color: #fff;
}
.elementBox1 a {
  text-decoration: underline;
}
.elementBox1 .flxLinkButtonInline,
.elementBox1 .flxLinkButton {
  text-decoration: none;
}
.elementBox2 {
  background: #bcdd1b;
}
.elementBox2 h1,
.elementBox2 h2,
.elementBox2 h3,
.elementBox2 h4,
.elementBox2 a,
.elementBox2 p,
.elementBox2 li,
.elementBox2 span,
.elementBox2 div,
.elementBox2 .flxElement {
  color: #4a4a4a;
}
.elementBox2 a {
  text-decoration: underline;
}
.elementBox2 .flxLinkButtonInline,
.elementBox2 .flxLinkButton,
.elementBox2 .elementBox2Link a {
  text-decoration: none;
  border-color: #4a4a4a;
}
.elementBox2 .flxLinkButtonInline:hover,
.elementBox2 .flxLinkButton:hover,
.elementBox2 .elementBox2Link a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.elementBox3 {
  background-color: transparent;
  color: #4a4a4a;
  /*border: 1px solid #E4E4E4;
	border-top: 4px solid @primaryColor;*/
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.elementNormal2 {
  font-size: 20px;
}
.elementNormal2 p {
  font-size: 20px;
  font-weight: 300;
  color: #666;
}
.elementNormal2 h2 {
  /*font-size: 32px;
		font-weight: 500;*/
}
.elementNormal2 .elementNormal2Content {
  /*max-width: 900px;*/
  margin: 0 auto;
}
/*************************************************************/
/* TOP */
/*************************************************************/
#top {
  position: relative;
  z-index: 1000;
  height: 120px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: none;
  background: #000;
}
#top .inner {
  position: relative;
  height: 100px;
  text-align: left;
  padding: 0 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}
#top .inner #logo {
  position: relative;
  display: inline-block;
  padding: 10px 0 0 0;
  z-index: 10000;
  float: left;
  margin: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#top .inner #logo img {
  display: block;
  max-height: 100%;
  height: 99px;
  max-width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#top .inner .contactInfo {
  float: right;
  max-width: 280px;
  margin-top: 45px;
}
#top .inner .contactInfo table td {
  vertical-align: middle;
  line-height: 1em;
  padding-bottom: 3px;
}
#top .inner .contactInfo table td img {
  width: 20px;
  height: 20px;
}
#top .inner .contactInfo table td .grey {
  color: #9B9B9B;
  font-size: .8em;
  line-height: 1.2em;
}
#top .inner .contactInfo table td .phone {
  font-size: 1em;
  line-height: 1.2em;
}
#top .inner .contactInfo table td .mail a {
  font-size: 1em;
  color: #fff;
}
#top.scroll {
  position: fixed;
  z-index: 99999;
  top: 40px;
  width: 100%;
  height: 50px;
}
#top.scroll .inner {
  height: 50px;
}
#top.scroll .inner #logo {
  padding: 8px 0 0 0;
}
#top.scroll .inner #logo img {
  height: 62px;
}
#top.scroll .inner #menuline {
  margin-top: 9px;
}
#menuContainer {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #bcdd1b;
  background: #000;
  height: 60px;
  /*-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2);*/
}
#menuContainer .inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
  /* Mobile nav */
}
#menuContainer .inner .slicknav_btn {
  margin: 0px;
  height: 50px;
  line-height: 50px;
  padding: 18px 0 0 0;
  /* background: transparent url(/img/menuline-bg.png) repeat-x; */
}
#menuContainer .inner .slicknav_nav {
  margin: 50px 0 0 0;
}
#menuContainer .inner .slicknav_menuline {
  display: none;
}
#menuContainer .inner #mobilemenu {
  position: relative;
  display: none;
  height: 50px;
  margin-left: 0px;
  float: none;
  z-index: 10001;
}
#menuContainer .inner #mobilemenu .slicknav_nav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 20001;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
#menuContainer .inner #menuline {
  overflow: hidden;
  margin: 0;
  height: 60px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menuContainer .inner #menuline li {
  text-align: left;
  position: relative;
  display: inline-block;
  z-index: 2000;
  /*&:first-of-type {
					height: 60px;
					a {
						margin: 12px 8px 0 0;
						width: 36px;
						height: 36px;
						background: @primaryColor url("/img/icon-home-ua.png") center center no-repeat;
						text-indent: -9999px;
						font-size: 18px;
					}
				}*/
}
#menuContainer .inner #menuline li a {
  position: relative;
  z-index: 9999;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 0 8px;
  line-height: 60px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menuContainer .inner #menuline li a.active,
#menuContainer .inner #menuline li a:hover {
  color: #bcdd1b;
}
#menuContainer .inner #menuline li:first-of-type a {
  display: none;
  font-size: 18px;
  padding-left: 0;
  margin-left: 0;
  padding-right: 5px;
}
#menuContainer .inner #menuline li:last-of-type a {
  margin-right: 0;
}
#newsTickerContainer {
  /*border-top: 1px solid #323232;*/
  background: #000;
  background: #bcdd1b;
}
#newsTickerContainer .inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 10px 15px;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  font-size: 13px;
}
#newsTickerContainer .inner .newsItem .teaser {
  color: #fff;
}
#newsTickerContainer .inner .newsItem a {
  color: #4a4a4a;
}
/*************************************************************/
/* SLIDER */
/*************************************************************/
#sliderWrapper {
  display: none;
  width: 100%;
  height: auto;
  margin: 0px auto 0 auto;
  background: transparent;
  overflow: hidden;
  position: relative;
}
#sliderWrapper:hover #homeSliderOuter #homeSlider .slick-prev,
#sliderWrapper:hover #homeSliderOuter #homeSlider .slick-next {
  /*opacity: 1;*/
}
#sliderWrapper .sliderOverlay {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1) url("/img/ua-privat-watermark-small.png") right 50px center no-repeat;
}
#sliderWrapper #homeSliderOuter {
  position: relative;
  /*max-width: @siteWidth;*/
  height: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
#sliderWrapper #homeSliderOuter #homeSlider {
  max-width: 1920px;
  max-width: 100%;
  margin: auto;
  height: 100%;
  overflow: visible;
  zoom: 1;
}
#sliderWrapper #homeSliderOuter #homeSlider .slick-prev,
#sliderWrapper #homeSliderOuter #homeSlider .slick-next {
  opacity: 0;
  display: none;
  background: #fff;
  z-index: 1000;
  left: 25px;
  background: url("/img/slider-prev.png") center center no-repeat;
  width: 20px;
  height: 36px;
  margin-top: -18px;
}
#sliderWrapper #homeSliderOuter #homeSlider .slick-next {
  background: url("/img/slider-next.png") center center no-repeat;
  right: 25px;
  left: auto;
}
#sliderWrapper #homeSliderOuter #homeSlider .slick-dots {
  bottom: 20px;
  z-index: 100;
}
#sliderWrapper #homeSliderOuter #homeSlider .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border: none;
  margin: 0 3px;
  /*-webkit-border-radius: 15px;
					-moz-border-radius: 15px;
					border-radius: 15px;*/
}
#sliderWrapper #homeSliderOuter #homeSlider .slick-dots li button {
  width: 10px;
  height: 10px;
}
#sliderWrapper #homeSliderOuter #homeSlider .slick-dots li.slick-active {
  background: #bcdd1b;
  width: 10px;
  height: 10px;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 420px;
  max-height: 800px;
  margin: 0 auto;
  overflow: auto;
  zoom: 1;
  padding: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  vertical-align: bottom;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner img {
  position: absolute;
  margin: auto;
  min-width: 100%;
  /*min-height: 100%;*/
  /*height: auto;*/
  left: -9999px;
  right: -9999px;
  bottom: 0;
  z-index: 0;
  vertical-align: bottom;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .slideInner {
  position: absolute;
  z-index: 4;
  max-width: 1110px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 0 0 0;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info {
  position: relative;
  bottom: 0;
  margin: 0;
  max-width: 600px;
  padding: 30px;
  background: transparent;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info h2 {
  color: #fff;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0 auto 10px auto;
  line-height: 1.2em;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info h2 b {
  font-weight: 500;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info h2 a {
  color: inherit;
  font-family: 'Montserrat', sans-serif;
  line-height: inherit;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info .content {
  color: #bcdd1b;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4em;
  margin: 0 auto;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info .readmore {
  display: inline-block;
  display: none;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #bcdd1b;
  padding: 8px 25px;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info .readmore:hover {
  background: #bcdd1b;
  color: #4a4a4a;
}
/*************************************************************/
/* BOX SLIDER */
/*************************************************************/
.boxSliderOuter {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
}
.boxSliderOuter .boxSlider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.boxSliderOuter .boxSlider .boxSlide {
  width: 100% !important;
  position: relative;
  color: #4a4a4a;
  background: #bcdd1b;
  /*height: 0px;*/
  cursor: pointer;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.boxSliderOuter .boxSlider .boxSlide > .inner {
  position: relative;
  padding: 20px;
}
.boxSliderOuter .boxSlider .boxSlide h2 {
  margin-top: 0;
  font-size: 1.4em !important;
  font-weight: normal;
}
.boxSliderOuter .boxSlider .boxSlide p {
  font-size: 0.8em;
}
.boxSliderOuter .boxSlider .boxSlide p .flxTextLarger {
  font-size: 120%;
}
.boxSliderOuter .boxSlider .boxSlide p:first-of-type {
  margin-top: 0;
}
.boxSliderOuter .boxSlider .boxSlide p:last-of-type {
  margin-bottom: 0;
}
.boxSliderOuter .boxSlider .boxSlide h1,
.boxSliderOuter .boxSlider .boxSlide h2,
.boxSliderOuter .boxSlider .boxSlide h3,
.boxSliderOuter .boxSlider .boxSlide h4,
.boxSliderOuter .boxSlider .boxSlide a,
.boxSliderOuter .boxSlider .boxSlide p,
.boxSliderOuter .boxSlider .boxSlide li {
  color: #4a4a4a;
}
.boxSliderOuter .boxSlider .boxSlide a {
  text-decoration: underline;
}
.boxSliderOuter .boxSlider .boxSlide .flxLinkButtonInline,
.boxSliderOuter .boxSlider .boxSlide .flxLinkButton,
.boxSliderOuter .boxSlider .boxSlide .elementBox2Link a {
  text-decoration: none;
  border-color: #4a4a4a;
}
.boxSliderOuter .boxSlider .boxSlide .flxLinkButtonInline:hover,
.boxSliderOuter .boxSlider .boxSlide .flxLinkButton:hover,
.boxSliderOuter .boxSlider .boxSlide .elementBox2Link a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.boxSliderOuter .boxSlider .boxSlide.black {
  background: #000;
  color: #fff;
}
.boxSliderOuter .boxSlider .boxSlide.black h1,
.boxSliderOuter .boxSlider .boxSlide.black h2,
.boxSliderOuter .boxSlider .boxSlide.black h3,
.boxSliderOuter .boxSlider .boxSlide.black h4,
.boxSliderOuter .boxSlider .boxSlide.black a,
.boxSliderOuter .boxSlider .boxSlide.black p,
.boxSliderOuter .boxSlider .boxSlide.black li {
  color: #fff;
}
/*************************************************************/
/* SEARCH SECTION */
/*************************************************************/
.searchSection {
  max-width: 1140px;
  text-align: center;
  margin: -8px 0;
}
.searchSection span {
  display: inline-block;
  font-size: 1.2em;
  padding-bottom: 4px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: normal;
}
.searchSection form {
  margin: 0;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  max-width: 420px;
}
.searchSection form input[type=text] {
  display: inline-block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #4a4a4a;
  margin: 0;
  border: none;
  padding: 8px 12px;
  font-size: 18px;
  /*background: #fff url("/img/icon-search-large.png") right 12px center no-repeat;*/
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
/*************************************************************/
/* SEARCH RESULT PAGE */
/*************************************************************/
#Search {
  margin-top: -30px;
}
#Search .Header {
  margin-bottom: 30px;
}
#Search .Header .query {
  font-size: 18px;
  color: #4a4a4a;
}
#Search .Header .numberresults {
  font-size: 12px;
  margin-bottom: 10px;
}
#Search .Header .searchagaintext {
  display: none;
}
#Search .resultlist {
  border-top: 1px solid #e9e9e9;
}
#Search .resultlist .ResultItem {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
#Search .resultlist .ResultItem .Title a {
  font-size: 18px;
  /*color: #000;
					font-weight: 700;*/
}
#Search .resultlist .ResultItem .Description {
  color: #4a4a4a;
}
#Search .resultlist .ResultItem .Path {
  font-size: 11px;
}
#Search .resultlist .ResultItem .Path a {
  color: #a9c618;
}
/*************************************************************/
/* PERSONS PAGE(S) */
/*************************************************************/
.topImage {
  background-position: bottom center;
  background-size: cover;
  background-color: #000;
  /*border-top: 1px solid #323232;
	border-top: 1px solid @primaryColor;*/
}
.topImage .inner {
  padding: 30px 15px;
  max-width: 1140px;
  margin: auto;
  background: url("/img/ua-privat-watermark-small.png") right center no-repeat;
  overflow: auto;
  zoom: 1;
}
.topImage .inner .info {
  display: inline-block;
  padding: 30px;
  margin: 40px 0;
  background: rgba(0, 0, 0, 0.4);
}
.topImage .inner .info h1 {
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.topImage .inner .info .title,
.topImage .inner .info .status {
  color: #999;
  font-size: 1.4em;
  line-height: 1.2em;
}
.topImage .inner .image {
  max-height: 240px;
  float: right;
}
.topImage .inner .image img {
  width: auto;
  height: 100%;
}
.topImage2 {
  background: #000;
}
.topImage2 .inner {
  padding: 30px 15px;
  max-width: 1140px;
  margin: auto;
  overflow: auto;
  zoom: 1;
  background: url("/img/ua-privat-watermark-small.png") left center no-repeat;
}
.topImage2 .left {
  width: 25%;
  float: left;
}
.topImage2 .right {
  width: 75%;
  float: left;
}
.topImage2 .right .info {
  display: inline-block;
  padding: 30px;
  margin: 40px 0;
  background: rgba(0, 0, 0, 0.4);
}
.topImage2 .right .info h1 {
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
}
.topImage2 .right .info .title,
.topImage2 .right .info .status {
  color: #999;
  font-size: 1.4em;
  line-height: 1.2em;
}
.topImage2 .right .image {
  max-height: 240px;
  float: right;
}
.topImage2 .right .image img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 920px) {
  .topImage2 .left {
    width: 0%;
    float: none;
  }
  .topImage2 .right {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}
@media all and (max-width: 650px) {
  .topImage2 .right .info {
    margin: 0 0 20px 0;
  }
  .topImage2 .right .image {
    float: none;
  }
}
.personsPage,
.contactPage {
  max-width: 1140px;
  margin: auto;
  overflow: auto;
  zoom: 1;
}
.personsPage .left,
.contactPage .left {
  width: 25%;
  float: left;
  padding: 30px 15px;
  border-right: 1px solid #e9e9e9;
}
.personsPage .left ul,
.contactPage .left ul {
  margin: 0 0 30px 0;
  list-style: none;
  padding: 0;
}
.personsPage .left ul a,
.contactPage .left ul a {
  color: #4a4a4a;
}
.personsPage .left ul a:hover,
.contactPage .left ul a:hover,
.personsPage .left ul a.active,
.contactPage .left ul a.active {
  color: #bcdd1b;
}
.personsPage .content,
.contactPage .content {
  width: 75%;
  float: left;
  padding: 30px 0 30px 30px;
}
.personInfoTable td {
  font-size: .9em;
  vertical-align: top;
  padding-bottom: 5px;
  color: #777;
}
.personInfoTable td p,
.personInfoTable td li,
.personInfoTable td span {
  color: #777;
}
.personInfoTable td.label {
  width: 180px;
  color: #4a4a4a;
}
.personInfoTable td.devider {
  padding: 15px 0;
}
/*************************************************************/
/* PERSON TESTIMONIALS */
/*************************************************************/
.personTestimonials {
  padding: 30px 0 0 0;
}
.personTestimonials .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.personTestimonials .item .body {
  margin-bottom: 20px;
}
.personTestimonials .item:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
/*************************************************************/
/* NEWS PAGE */
/*************************************************************/
.ShowNewsItem {
  padding: 25px 25px 15px 25px;
  margin-bottom: 30px;
  background: #f4f6f6;
}
.ShowNewsItem .Wrapper .ShowNewsItemHeader .ShowNewsItemTitle {
  font-size: 26px;
  /*font-family: "adelle", sans-serif;*/
  /*font-family: ;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.ShowNewsItem .Wrapper .ShowNewsItemHeader .ShowNewsItemDate {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  line-height: 1.1em;
}
.NewsArchive .NewsListHeader {
  display: none;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #444;
  margin-bottom: 10px;
}
.NewsArchive .List .NewsListItem {
  margin-bottom: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  cursor: pointer;
}
.NewsArchive .List .NewsListItem .NewsListItemHeader {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.NewsArchive .List .NewsListItem .NewsListItemHeader .NewsListItemDate {
  display: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}
.NewsArchive .List .NewsListItem .NewsListItemHeader .NewsListItemTitle a {
  color: #444;
  /*font-family: "adelle", sans-serif;*/
  font-weight: 500;
}
.NewsArchive .List .NewsListItem .NewsListItemBody {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: .9em;
}
.NewsArchive .List .NewsListItem:hover > .NewsListItemHeader {
  padding-left: 8px;
  border-left: 4px solid #bcdd1b;
}
.NewsArchive .List .NewsListItem:hover > .NewsListItemBody {
  padding-left: 8px;
  border-left: 4px solid #bcdd1b;
}
.NewsArchive .List .NewsListItem .Active {
  padding-left: 8px;
  border-left: 4px solid #bcdd1b;
}
.NewsArchive .List .NewsListItem .Active .NewsListItemHeader .NewsListItemDate {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}
.NewsArchive .List .NewsListItem .Active .NewsListItemHeader .NewsListItemTitle a {
  color: #444;
  /*font-family: "adelle", sans-serif;*/
  font-weight: 500;
}
.NewsArchive .List .NewsListItem .Active .NewsListItemBody {
  font-size: .9em;
}
/*************************************************************/
/* BLOG/NEWS PAGE */
/*************************************************************/
.Blog .List .Item .Header .Date {
  display: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
}
.Blog .List .Item .Header .Title {
  line-height: 1.2em;
}
.Blog .List .Item .Header .Title a {
  font-family: 'Montserrat', sans-serif;
  color: #4a4a4a;
  font-size: 32px;
  line-height: 1.2em;
}
.BlogEntry a.backlink {
  display: inline-block;
  color: #fff;
  background: #bcdd1b url("/img/arrow-left-white.png") center center no-repeat;
  text-indent: -9999px;
  line-height: 30px;
  width: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.BlogEntry a.backlink:hover {
  background-color: #a9c618;
}
.BlogEntry .Header .Date {
  display: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
}
.BlogEntry .Header .Title {
  font-family: 'Montserrat', sans-serif;
  color: #4a4a4a;
  font-size: 36px;
  line-height: 1.2em;
}
.BlogEntry .Body .Image {
  display: inline-block;
  float: right;
  margin-left: 20px;
}
.BlogEntry .Body p:first-of-type {
  margin-top: 0;
}
/*************************************************************/
/* FRONTPAGE QUOTES */
/*************************************************************/
#frontpageQuotes {
  width: 100%;
  margin: 0 auto;
}
#frontpageQuotes .item {
  padding: 0px 0;
  text-align: center;
  margin: auto;
}
#frontpageQuotes .item table {
  width: 100%;
}
#frontpageQuotes .item .quote {
  width: auto;
  margin: auto;
  font-size: 22px;
  font-weight: 200;
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
  color: #4a4a4a;
  line-height: 1.4em;
}
#frontpageQuotes .item .quote.center {
  text-align: center;
}
#frontpageQuotes .item .name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #4a4a4a;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  padding-top: 20px;
  margin-bottom: 20px;
}
#frontpageQuotes .item .name.center {
  text-align: center;
}
#frontpageQuotes .slick-dots {
  z-index: 1000;
  padding-left: 0;
  margin-bottom: 30px;
}
#frontpageQuotes .slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #ddd;
  background: transparent;
  margin: 0 3px;
}
#frontpageQuotes .slick-dots li.slick-active {
  border-color: #bcdd1b;
  background: #bcdd1b;
}
/*************************************************************/
/* GALLERY */
/*************************************************************/
.gallery .type2 .imageContainer {
  display: inline-block;
  width: 25% !important;
  height: auto !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery .type2 .imageContainer:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.gallery .type2 .imageContainer .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 10px;
}
.gallery .type2 .imageContainer .image table td {
  height: auto !important;
  border: 1px solid #eee;
}
.gallery .type2 .imageContainer .descriptionContainer {
  display: none;
  width: 100%;
  position: absolute;
  padding: 0 10px;
  bottom: 0px;
}
.gallery .type2 .imageContainer .descriptionContainer .title {
  width: 100%;
  color: #fff;
  background: #4a4a4a;
  padding: 8px;
  text-align: center;
  margin-bottom: -50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.gallery .type2 .imageContainer:hover .descriptionContainer {
  display: block;
}
.gallery .type2 .imageContainer:hover .descriptionContainer .title {
  margin-bottom: 0;
}
/*************************************************************/
/* NEWS EXTRACT */
/*************************************************************/
.newsExtract {
  width: 100%;
}
.newsExtract .items {
  overflow: auto;
  zoom: 1;
  padding-bottom: 5px;
}
.newsExtract .items .UdtraekItemBox {
  position: relative;
  width: 33%;
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  overflow: auto;
  zoom: 1;
  height: auto !important;
}
.newsExtract .items .UdtraekItemBox .Image {
  display: block;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.newsExtract .items .UdtraekItemBox .Image:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.newsExtract .items .UdtraekItemBox .Image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.newsExtract .items .UdtraekItemBox .Image a img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.newsExtract .items .UdtraekItemBox .Title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #4a4a4a;
  background: rgba(85, 95, 101, 0.8);
  margin: -52px 15px 0 15px;
  padding: 15px;
  text-align: center;
}
.newsExtract .items .UdtraekItemBox .Title a {
  color: #4a4a4a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
}
.newsExtract .items .UdtraekItemBox .Description {
  display: none;
}
/*************************************************************/
/* MAILINGLIST */
/*************************************************************/
.Mailinglist {
  max-width: 400px;
  margin: auto;
}
.Mailinglist input {
  width: 100% !important;
  margin-bottom: 10px;
}
.Mailinglist2 {
  margin-bottom: -30px;
}
.Mailinglist2 form input[type=text] {
  width: auto !important;
  margin: 0 10px 0 0;
  padding: 11px 12px;
  border-color: #E8ECED;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 190px;
}
.Mailinglist2 form .knap {
  margin: 0 !important;
  height: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.Mailinglist2 form > div {
  display: inline-block;
}
/*************************************************************/
/* MULTIELEMENT */
/*************************************************************/
.flxMultiElement .sliderTabLine {
  margin-bottom: 36px;
}
.flxMultiElement .sliderTabLine .inner .tabItem.active {
  background: #4a4a4a;
  color: #fff;
}
.flxMultiElement .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #4a4a4a;
}
.flxMultiElement .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4a4a4a;
  border-color: #4a4a4a;
}
/*************************************************************/
/* FRONTPAGE ELEMENTS */
/*************************************************************/
#frontpageElements {
  margin-bottom: -30px;
}
#frontpageElements .container {
  padding: 0;
}
#frontpageElements .element {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
#frontpageElements .element .info {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#frontpageElements .element .info h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 5px 0;
  line-height: 1em;
  font-size: 28px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.37);
  font-family: 'Montserrat', sans-serif;
}
#frontpageElements .element .info .byline {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.37);
}
#frontpageElements .element .info .line {
  background: #fff;
  height: 1px;
  width: 120px;
  margin: 0 auto;
}
#frontpageElements .element .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(85, 95, 101, 0.4);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
#frontpageElements .element .image {
  position: relative;
  width: 100%;
  z-index: 0;
}
#frontpageElements .element .image:before {
  content: "";
  display: block;
  padding-top: 65%;
}
#frontpageElements .element .image .imageInner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#frontpageElements .element .image .imageInner img {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
#frontpageElements .element.large .info h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
#frontpageElements .element.large .info .byline {
  font-size: 14px;
  margin-bottom: 20px;
}
#frontpageElements .element.large .image:before {
  padding-top: 66.4%;
}
#frontpageElements .element:hover .overlay {
  opacity: 0;
}
#frontpageElements .element:hover .info {
  top: 45%;
}
#frontpageElements .element:hover .image .imageInner img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/*************************************************************/
/* FOOTER */
/*************************************************************/
.footer {
  background: #4a4a4a;
}
.footer .inner #bottombar {
  padding: 50px 0 40px 0;
  color: #c9cdcc;
  /*font-family: "museo-slab",serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
}
.footer .inner #bottombar .fa {
  color: #bbb;
}
.footer .inner #bottombar a,
.footer .inner #bottombar p,
.footer .inner #bottombar span {
  color: #c9cdcc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.footer .inner #bottombar h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer .inner #bottombar #footermenu {
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.footer .inner #bottombar #footermenu li {
  list-style: none;
  line-height: 22px;
  margin: 0;
  font-size: 14px;
}
.footer .inner #bottombar #footermenu li a.active,
.footer .inner #bottombar #footermenu li a:hover {
  color: #c9cdcc;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.footer #creditcontainer {
  width: 100%;
  max-width: 100%;
  background: #404040;
  padding: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #eee;
}
.footer #creditcontainer p {
  color: #eee;
  font-weight: 300;
  font-size: 13px;
}
.footer #creditcontainer a.dudal {
  color: #707070;
  font-size: 12px;
  display: inline-block;
}
