@charset "UTF-8";
/* 
    Author     : maoh, webzeugs gmbh, markus@webzeugs.com
*/
/* 
    Created on : 11.12.2014, 08:07:17
    Author     : maoh

	project based mixins
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../Images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../../WebFonts/slick.eot');
  src: url('../../WebFonts/slick.eot?#iefix') format('embedded-opentype'), url('../../WebFonts/slick.woff') format('woff'), url('../../WebFonts/slick.ttf') format('truetype'), url('../../WebFonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-arrow {
  position: absolute;
  top: -4px;
  cursor: pointer;
  color: #cd1619;
  font-size: 42.5px;
  z-index: 9;
  background-color: #dcdcdc;
}
.slide-prev {
  left: 0;
}
.slide-next {
  right: 0;
}
.slick-slider {
  padding-bottom: 0px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  content: " " !important;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: transparent;
  border: 1px solid #cd1619;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  background-color: #cd1619;
}
/* project body / html
------------------------------------------------------------------------------ */
html {
  font-size: 100%;
  font-size: 14px;
}
body {
  font-weight: 300;
  background-color: #262626;
}
body .loginpage-content {
  display: none;
}
body.loginpage {
  background-image: url(../../Images/body-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
body.loginpage .loginpage-content {
  display: block;
}
body.loginpage .loginpage-content h3 {
  text-align: center;
}
body.loginpage .container-wrapper {
  background-color: initial !important;
}
.container-wrapper {
  background-color: #fff;
}
body.beLayout-form .container-wrapper {
  background-color: #ffffff;
}
.container-fluid {
  max-width: 2560px;
}
/* div
------------------------------------------------------------------------------ */
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
p {
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 300ms ease 100ms;
  -moz-transition: all 300ms ease 100ms;
  -ms-transition: all 300ms ease 100ms;
  -o-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
}
a.btn {
  text-decoration: none;
  text-transform: uppercase;
  height: auto;
  padding: 10px 20px;
}
a:hover {
  text-decoration: none;
}
a img {
  -webkit-transition: all 300ms ease 100ms;
  -moz-transition: all 300ms ease 100ms;
  -ms-transition: all 300ms ease 100ms;
  -o-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
}
a:hover img {
  transform: scale(1.05);
}
b,
strong,
h1,
h2,
h3,
h4 {
  font-weight: bold;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 35px;
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 15.400000000000002px;
  font-size: 1.1rem;
}
h3,
.h3 {
  font-size: 14px;
  font-size: 1rem;
}
h4,
.h4 {
  font-size: 14px;
  font-size: 1rem;
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #cd1619;
  /*font-family: @font-family-serif;*/
  text-transform: uppercase;
}
h1.align-center {
  text-align: center;
}
h1.layout1 {
  margin: 0;
}
h2 {
  text-transform: uppercase;
}
h2 span {
  font-weight: normal;
  line-height: 1;
}
h3 {
  color: #fefefe;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.border-bottom {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #878786;
}
figcaption.csc-textpic-caption {
  display: block;
}
.checkbox-inline label,
.radio-inline label {
  font-weight: normal;
}
.img-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader i.fa {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
}
table.contenttable {
  width: 100%;
}
.teaser-facebook-modal .modal-dialog {
  z-index: 9999;
}
.teaser-facebook-modal .modal-dialog article.section {
  padding: 0;
}
.csc-space-after-medium {
  margin-bottom: 80px;
}
/* scroll icons
------------------------------------------------------------------------------ */
#scrollTop {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}
#scrollTop:hover {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#scrollTop .scroll-top-icon {
  text-align: center;
}
#scrollTop .fa {
  color: #fff;
}
/* header
------------------------------------------------------------------------------ */
header#pageHeader {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 20px #fff;
  background-color: #262626;
}
header#pageHeader .header-top-bar {
  background: #000;
  padding: 4px 0;
}
header#pageHeader nav#navService {
  padding-right: 30px;
}
header#pageHeader nav#navService h2 {
  display: none;
}
header#pageHeader nav#navService ul,
header#pageHeader nav#navService ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#pageHeader nav#navService ul {
  float: right;
}
header#pageHeader nav#navService ul li {
  float: left;
}
header#pageHeader nav#navService ul li a {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11.200000000000001px;
  font-size: 0.8rem;
}
header#pageHeader nav#navService ul li a:hover {
  color: #808080;
}
header#pageHeader section#pageLogo {
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999;
}
header#pageHeader section#pageLogo a {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  background-image: url(../../Images/logoOchsner.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
header#pageHeader nav#navMain h2 {
  display: none;
}
header#pageHeader nav#navMain ul,
header#pageHeader nav#navMain ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#pageHeader nav#navMain ul {
  float: left;
}
header#pageHeader nav#navMain ul li {
  float: left;
}
header#pageHeader nav#navMain ul li a {
  display: block;
  padding: 0 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 75px;
}
header#pageHeader nav#navMain ul li a.current,
header#pageHeader nav#navMain ul li a:hover {
  color: #808080;
}
header#pageHeader nav#navMain ul li ul {
  display: none;
  position: absolute;
  background-color: #262626;
}
header#pageHeader nav#navMain ul li ul li {
  float: none;
  clear: both;
}
header#pageHeader nav#navMain ul li ul li a {
  line-height: 2;
}
/* page path
------------------------------------------------------------------------------ */
section#path {
  margin-top: 114px;
  margin-bottom: 10px;
  font-size: 12.25px;
  font-size: 0.875rem;
}
section#path ul,
section#path ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#path ul li {
  float: left;
  padding-right: 7px;
  text-transform: uppercase;
}
section#path ul li:first-child i {
  display: none;
}
/* page content
------------------------------------------------------------------------------ */
main#pageContent {
  margin-top: 130px;
  min-height: 650px;
}
main#pageContent header#pageContentHeader {
  margin-bottom: 28px;
}
main#pageContent header#pageContentHeader h1 {
  color: #878786;
  margin: 0;
  padding: 0;
}
main#pageContent .page-content-infotext {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  padding: 15px;
}
main#pageContent .page-content-infotext article {
  padding: 20px;
  border: 1px solid #5bc0de;
  background-color: #d9edf7;
}
main#pageContent .page-content-infotext h1,
main#pageContent .page-content-infotext h2,
main#pageContent .page-content-infotext h3,
main#pageContent .page-content-infotext h4,
main#pageContent .page-content-infotext h5,
main#pageContent .page-content-infotext h6 {
  color: #878786;
}
main#pageContent .page-content-nav {
  margin-bottom: 50px;
}
main#pageContent .page-content-nav:nth-child(4n+1) {
  clear: both;
  content: " ";
}
main#pageContent .page-content-nav header.page-content-nav-header {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff;
}
main#pageContent .page-content-nav header.page-content-nav-header h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
main#pageContent .page-content-nav article.section {
  padding-left: 0;
  padding-right: 0;
}
main#pageContent .page-content-nav article.section h3 {
  font-size: 14px;
  font-size: 1rem;
  color: #fefefe;
}
main#pageContent .page-content-nav article.section ul.csc-uploads img {
  margin: 0 auto;
  float: none;
}
main#pageContent .page-content-nav article.section span.csc-uploads-fileIconFirst {
  display: none;
  float: left;
  width: 15%;
}
main#pageContent .page-content-nav article.section span.csc-uploads-fileIconFirst span.csc-uploads-fileIconFirstText {
  display: none;
}
main#pageContent .page-content-nav article.section span.csc-uploads-fileImage,
main#pageContent .page-content-nav article.section span.csc-uploads-fileIcon {
  display: inline-block;
  float: left;
  width: 15%;
}
main#pageContent .page-content-nav article.section span.csc-uploads-fileDescription {
  display: inline-block;
  width: 85%;
  float: left;
}
main#pageContent .page-content-nav article.section span.csc-uploads-fileDescription .file-description-long {
  display: none;
}
main#pageContent .page-content-nav article.section span.csc-uploads-fileInfo {
  display: inline-block;
  width: 25%;
  float: left;
}
main#pageContent .page-content-nav article.section span.csc-uploads-fileInfo span.csc-uploads-fileSize {
  display: none;
}
main#pageContent .page-content-nav ul,
main#pageContent .page-content-nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
main#pageContent .page-content-nav ul li span {
  padding: 0;
  padding-right: 10px;
  margin-bottom: 8px;
}
main#pageContent .page-content-nav ul li span i.fa {
  color: #cd1619;
  font-size: 80%;
}
main#pageContent .page-content-nav ul li a {
  text-transform: uppercase;
}
main#pageContent .page-content-nav.felayout1 {
  clear: both;
  width: 100%;
}
main#pageContent .page-content-nav.felayout1 article.section {
  margin-bottom: 25px;
}
main#pageContent .page-content-nav.felayout1 article.section ul li {
  float: left;
  width: 12.5%;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
main#pageContent .page-content-nav.felayout1 article.section ul li > span:not(.csc-uploads-fileInfo) {
  clear: both;
  display: block;
  float: none;
}
main#pageContent .page-content-nav.felayout1 article.section ul li > span:not(.csc-uploads-fileInfo).csc-uploads-fileIconFirst {
  display: none;
}
main#pageContent .page-content-nav.felayout1 article.section ul li > span:not(.csc-uploads-fileInfo).csc-uploads-fileImage {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
main#pageContent .page-content-nav.felayout1 article.section ul li > span:not(.csc-uploads-fileInfo).csc-uploads-fileDescription {
  text-align: center;
  width: 100%;
}
main#pageContent .page-content-nav.felayout1 article.section ul li span.csc-uploads-fileInfo {
  width: 100%;
  display: inline-block;
}
main#pageContent .page-content-nav.felayout1 article.section ul li span.csc-uploads-fileInfo .csc-uploads-fileSize {
  display: inline-block;
}
.treelevel0 main#pageContent article.section span.csc-uploads-fileIconFirst {
  display: inline-block;
  width: 8.33333333%;
}
.treelevel0 main#pageContent article.section span.csc-uploads-fileIcon,
.treelevel0 main#pageContent article.section span.csc-uploads-fileImage {
  display: none;
}
.treelevel0 main#pageContent article.section span.csc-uploads-fileDescription {
  width: 66,66666667%;
}
.treelevel0 main#pageContent article.section span.csc-uploads-fileDate {
  width: 25%;
}
.treelevel2 main#pageContent article.section {
  margin-bottom: 25px;
}
.treelevel2 main#pageContent article.section h3 {
  text-transform: uppercase;
  font-size: 16.8px;
  font-size: 1.2rem;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
.treelevel2 main#pageContent article.section ul img {
  margin: 0 auto;
  float: none;
}
.treelevel2 main#pageContent article.section ul li {
  float: left;
  width: 12.5%;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.treelevel2 main#pageContent article.section ul li > span:not(.csc-uploads-fileInfo) {
  clear: both;
  display: block;
  float: none;
}
.treelevel2 main#pageContent article.section ul li > span:not(.csc-uploads-fileInfo).csc-uploads-fileIconFirst {
  display: none;
}
.treelevel2 main#pageContent article.section ul li > span:not(.csc-uploads-fileInfo).csc-uploads-fileIcon,
.treelevel2 main#pageContent article.section ul li > span:not(.csc-uploads-fileInfo).csc-uploads-fileImage {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.treelevel2 main#pageContent article.section ul li > span:not(.csc-uploads-fileInfo).csc-uploads-fileDescription {
  text-align: center;
  width: 100%;
  min-height: 90px;
}
.treelevel2 main#pageContent article.section ul li span.csc-uploads-fileInfo {
  width: 100%;
  display: inline-block;
}
.treelevel2 main#pageContent article.section ul li span.csc-uploads-fileInfo .csc-uploads-fileSize {
  display: inline-block;
}
.loginpage section#path ul {
  display: none;
}
.loginpage main#pageContent header#pageContentHeader {
  display: none;
}
.loginpage main#pageContent .loginpage-content {
  margin-top: 50px;
}
.loginpage main#pageContent .loginpage-content article.section h3 {
  font-size: 56px;
  font-size: 4rem;
  color: #babab9;
  font-weight: 300;
  text-transform: uppercase;
}
.loginpage main#pageContent .loginpage-content article.section span.csc-uploads-fileImage img {
  display: none;
}
body.p329 h3 {
  color: inherit;
}
/* Aside
------------------------------------------------------------------------------ */
aside#pageAside {
  padding: 40px 0;
  background-color: #dcdcdc;
}
/* footer
------------------------------------------------------------------------------ */
footer#pageFooter {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #262626;
  text-align: center;
  color: #fefefe;
}
footer#pageFooter nav#navServiceFooter {
  float: right;
  position: relative;
  left: -50%;
}
footer#pageFooter nav#navServiceFooter h2 {
  display: none;
}
footer#pageFooter nav#navServiceFooter ul,
footer#pageFooter nav#navServiceFooter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer#pageFooter nav#navServiceFooter ul {
  position: relative;
  left: 50%;
}
footer#pageFooter nav#navServiceFooter ul li {
  float: left;
}
footer#pageFooter nav#navServiceFooter ul li a {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fefefe;
}
footer#pageFooter nav#navServiceFooter ul li a:hover {
  color: #808080;
}
/* colorbox
------------------------------------------------------------------------------ */
#colorbox {
  z-index: 999;
}
/* News
------------------------------------------------------------------------------ */
/*.news {
    padding-top: 80px;
    padding-bottom: 60px;
    border-top: 1px solid @border-line-color-gray;
    .news-list-view {
        .article {
            
        }
    }
    &.news-single {
        .header {
            h2 {
                margin-bottom: 8px;
                padding-bottom: 8px;
                border-bottom: 1px solid @gray;
                .font-size(2);
                font-weight: 500;
            }
        }
        .footer {
            margin-bottom: 25px;
        }
        .news-text-wrap {
            ul {
                li {
                    float: none !important;
                    clear: both !important;
                    width: 100% !important;
                    text-align: left !important;
                }
            }
        }
        .news-related-wrap {
            margin-top: 50px;
            margin-bottom: 30px;
            .news-related {
                width: 50%;
                padding: 15px;
                border: 1px solid #eee;
                display: table-cell;
                ul {
                    padding: 0;
                    margin: 0;
                    li {
                        float: none !important;
                        clear: both !important;
                        width: 100% !important;
                        text-align: left !important;
                        span {
                            border-right: 1px solid #DDDDDD;
                            display: inline-block !important;
                            margin-right: 8px;
                            padding-right: 8px;
                            color: #888;
                            &:last-child {
                                border-right: 0;
                                padding-right: 0;
                            }
                        }
                        a {
                            color: @brand-primary;
                        }
                    }
                }
            }
        }
        .news-list-date {
            border-right: 1px solid @gray-lighter;
            margin-right: 4px;
            padding-right: 4px;
        }
    }
    .news-owl-carousel {
        h2 {
            margin-top: 12px;            
            margin-bottom: 12px;   
            .font-size(1.31);
        }
        .owl-controls {
            padding-bottom: 60px;
        }
    }
}*/
.news .news-list-view .news-list-item .news-list-item-border {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ffffff;
}
.news .news-list-view .news-list-item .extra {
  margin-bottom: 5px;
}
.news .news-list-view .news-list-item .lead {
  font-size: 14px;
}
.news .news-list-view-100 {
  /*		.glyphicon {
			color: @text-color;
		}
		&.slick-slider {
			padding-bottom: 0;
			.slick-dots {
				bottom: -46px;
			}
		}*/
}
.news .news-list-view-100 .news-list-item .article {
  text-align: center;
}
@media (max-width: 991px) {
  .news .news-list-view-100 .news-list-item .article {
    width: 80%;
    margin: 0 auto;
  }
}
.news .news-list-view-100 .news-list-item .article h4 {
  padding-bottom: 0;
  line-height: 1.4;
  font-weight: 700;
}
.news .news-list-view-100 .news-list-item .article h4 a {
  color: #878786;
}
.news .news-list-view-100 .news-list-item .article h4 a.btn {
  margin-top: -1px;
  margin-left: 40px;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media (max-width: 991px) {
  .news .news-list-view-100 .news-list-item .article h4 a.btn {
    margin-top: 10px;
    margin-left: 0;
    display: inline-block;
    margin: 0 auto;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news .news-list-view-100 .news-list-item .article h4 a.btn {
    margin-top: 10px;
    margin-left: 0;
    display: inline-block;
    margin: 0 auto;
    width: 75%;
  }
}
.news .news-list-view-101 span.info-bg {
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 24px;
}
.news .news-list-view-101 .news-list-view-teaserinfo p {
  margin-bottom: 0;
}
.news .news-list-view-101 .news-list-item {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.news .news-list-view-101 .news-list-item .news-list-item-content {
  padding: 25px;
  margin-top: 88px;
}
.news .news-list-view-101 .news-list-item .news-list-item-content h1,
.news .news-list-view-101 .news-list-item .news-list-item-content h2,
.news .news-list-view-101 .news-list-item .news-list-item-content h3,
.news .news-list-view-101 .news-list-item .news-list-item-content h4,
.news .news-list-view-101 .news-list-item .news-list-item-content h5,
.news .news-list-view-101 .news-list-item .news-list-item-content h1 a,
.news .news-list-view-101 .news-list-item .news-list-item-content h2 a,
.news .news-list-view-101 .news-list-item .news-list-item-content h3 a,
.news .news-list-view-101 .news-list-item .news-list-item-content h4 a,
.news .news-list-view-101 .news-list-item .news-list-item-content h5 a {
  color: #fff;
}
.news .news-list-view-101 .news-list-item .news-list-item-content p.news-title {
  font-size: 19.55px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.news .news-list-view-101 .news-list-item .news-list-item-content p.news-title a {
  color: #fff;
}
.news .news-owl-carousel h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18.34px;
  font-size: 1.31rem;
}
.news .news-owl-carousel .owl-controls {
  padding-bottom: 60px;
}
.news.news-single .article .extra {
  margin-bottom: 5px;
}
.news.news-single .article .thumbnail {
  border: 0;
}
.news.news-single .article .news-related {
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
/* Colorbox
------------------------------------------------------------------------------ */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(20, 20, 20, 0.9);
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../../Images/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../../Images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../../Images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../../Images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../../Images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../../Images/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../../Images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../../Images/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../../Images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../../Images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../Images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../../Images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../Images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF);
}
/* fe login
------------------------------------------------------------------------------ */
.tx-felogin-pi1 .felogin-container {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #ffffff;
  padding: 50px 75px;
  background-color: #fff;
}
.tx-felogin-pi1 .felogin-container h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 100;
}
.tx-felogin-pi1 .felogin-container .felogin-info {
  display: none;
  margin-bottom: 25px;
}
.tx-felogin-pi1 .felogin-container .form-group {
  margin-bottom: 20px;
}
.tx-felogin-pi1 .felogin-container.felogin-container-forgotpassword .felogin-info,
.tx-felogin-pi1 .felogin-container.felogin-container-changepassword .felogin-info {
  display: block;
}
/* powermail
------------------------------------------------------------------------------ */
.powermail_progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../Images/preloader.gif) no-repeat center;
  background-color: rgba(255, 255, 255, 0.3);
}
.tx-powermail {
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 20px;
  background-color: #fff;
}
.tx-powermail .parsley-error {
  border-color: #d9534f;
}
.tx-powermail .parsley-errors-list {
  display: inline-block;
  margin: 0;
  margin-top: 6px;
  padding: 6px 12px;
  background-color: #d9534f;
  color: #fff;
  width: 100%;
  list-style: none;
}
.tx-powermail .parsley-errors-list li {
  list-style: none;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}
.tx-powermail h2 {
  color: #cd1619;
}
.tx-powermail .powermail_fieldwrap_submit {
  margin-top: 40px;
}
.tx-powermail ul.parsley-errors-list {
  background-color: #d9534f;
}
.tx-powermail fieldset.nolabel > legend,
.tx-powermail fieldset > div.nolabel > fieldset > legend {
  display: none;
}
.tx-powermail fieldset.powermail_fieldset {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.tx-powermail fieldset.powermail_fieldset .powermail_fieldwrap {
  display: inline-block;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}
.tx-powermail fieldset.powermail_fieldset legend {
  border: 0;
}
.tx-powermail fieldset.powermail_fieldset legend.powermail_legend {
  padding: 0 15px;
}
.tx-powermail fieldset.powermail_fieldset legend.powermail_label {
  padding: 0 15px;
}
.tx-powermail fieldset.powermail_fieldset .form-group .checkbox,
.tx-powermail fieldset.powermail_fieldset .form-group .radio {
  margin-top: 0;
}
.tx-powermail fieldset.powermail_fieldset .form-group .checkbox + .checkbox .tx-powermail fieldset.powermail_fieldset .form-group .checkbox + .radio,
.tx-powermail fieldset.powermail_fieldset .form-group .checkbox + .checkbox .tx-powermail fieldset.powermail_fieldset .form-group .radio + .radio,
.tx-powermail fieldset.powermail_fieldset .form-group .radio + .checkbox .tx-powermail fieldset.powermail_fieldset .form-group .checkbox + .radio,
.tx-powermail fieldset.powermail_fieldset .form-group .radio + .checkbox .tx-powermail fieldset.powermail_fieldset .form-group .radio + .radio {
  margin-top: 0;
}
.tx-powermail fieldset.powermail_fieldset .form-group .checkbox label,
.tx-powermail fieldset.powermail_fieldset .form-group .radio label {
  padding-left: 20px;
  font-weight: normal;
}
.tx-powermail fieldset.powermail_fieldset .form-group .powermail_check_outer {
  margin-top: 25px;
}
.tx-powermail fieldset.powermail_fieldset .form-group input.powermail_submit {
  color: #fff;
  text-transform: uppercase;
}
.tx-powermail fieldset.powermail_fieldset:last-child {
  border: 0;
}
.tx-powermail fieldset.powermail_fieldset .group-line {
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
  margin-top: 25px;
}
.tx-powermail fieldset.powermail_fieldset > div > fieldset:first-of-type .group-line {
  display: none;
}
.tx-powermail fieldset.powermail_fieldset:last-of-type .group-line {
  border: 0;
}
.tx-powermail fieldset.powermail_fieldset:first-of-type > div > fieldset .group-line {
  border: 0;
  padding: 0;
}
/* Cookie bar
------------------------------------------------------------------------------ */
#cookie-bar {
  position: relative;
  background: #fefefe;
  height: auto;
  line-height: 28px;
  color: #eeeeee;
  text-align: left;
  padding: 0 140px 0 20px;
  z-index: 999;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 20px 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/*
------------------ */
/* Slider */
