@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(../fonts/OpenSans-Light.ttf) format('ttf');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(../fonts/OpenSans-Regular.ttf) format('ttf');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(../fonts/OpenSans-SemiBold.ttf) format('ttf');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(../fonts/OpenSans-Bold.ttf) format('ttf');
}
@import url(font-awesome.min.css);

/**/
button a,
section#mainbody button a,
a.btn-default {
  color: white;
  text-decoration: none;!important
}



/**/
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
body h1, body h2, body h3, body h4 {
  font-weight: 600;
  color: #00569c;
}
body h1 {
  font-size: 1.846em;
}
body h2 {
  font-size: 1.5em;
}
body h3 {
  font-size: 1.231em;
}
body h4 {
  font-size: 15px;
}
body h5 {
  font-size: 12px;
}
body p,
body dd {
  line-height: 1.8em;
  margin: 0 0 20px;
}
section#mainbody .contentleft dt,
section#mainbody .contentleft dd {
  font-size: 1.154em;
}


body p.bigtext {
  font-size: 1.385em;
  font-weight: 600;
  color: #00569c;
}
body i.fa {
  opacity: 0.45;
  -moz-opacity: 0.45;
  -webkit-opacity: 0.45;
  -ms-opacity: 0.45;
  -o-opacity: 0.45;
  color: black;
  font-size: 1.5em;
}
/* Form */
body form input,
body form textarea,
body form select {
  margin-bottom: 1em;
  padding: 3px 10px;
  border: 1px solid #daeaf6;
}
body .csc-mailform form input,
body .csc-mailform form textarea,
body .csc-mailform form select {
  width: 65%;
  min-height: 30px;
  line-height: 30px;
}
body .csc-mailform form select {
  transition: all 0.6s ease ;
}
body .csc-mailform form select[multiple]:focus {
  min-height: 90px;
}
body select option:checked,
body select:-internal-list-box option:checked {
    background-color: none;
}

body .csc-mailform form input[type="checkbox"] {
  width: 18px;
}
body div.csc-mailform form li label {
  min-width: 30%;
  vertical-align: top;
}
body .csc-mailform form li {
  margin-bottom: 0.8em;
  list-style: none;
}
body .csc-mailform form input,
body .csc-mailform form textarea,
body .csc-mailform form select {
  margin-bottom: 0;
}
body button, body input[type="submit"], body a.btn-default, body .btn-primary {
  background-color: #13b6bc;
  border: 0px;
  color: white;
  padding: 10px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin-bottom: 0px;
  text-decoration: none;
}

.csc-mailform form label em, 
.csc-mailform form legend em {
    color: #0f2b61;
    text-transform: none;
} 


/* Powermail */

.powermail_input,
.powermail_textarea {
    width: 100%;
}

/* Button */
body a.btn-read-more,
body .dropdown .btn-primary {
    display: block;
}
body .dropdown .btn-primary {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
body button:hover, 
body button:focus, 
body input[type="submit"]:hover, 
body input[type="submit"]:focus,
body a.btn-default:hover, 
body a.btn-default:focus,
body .btn-primary:hover,
body .btn-primary:focus,
body .btn:hover, 
body .btn:focus  {
  background-color: #00569c;
  color: #FFF;
}


body .dropdown-menu {
    padding: 5px;
    margin: -8px 0 0;
}

.tx-powermail .container-fluid{
  padding:  0;
}
.tx-powermail h3,
.tx-powermail .powermail_legend{
  display:  none;
}

.tx-powermail input:not([type="checkbox"]), .tx-powermail textarea, .tx-powermail select {
  min-height: 30px;
  line-height: 30px;
  width:  100%;
}
.tx-powermail select {
  height: 38px;
}

.tx-powermail .powermail_fieldwrap_type_check {
  margin-bottom: 1em;
}

.tx-powermail .parsley-errors-list {
  list-style: none;
  padding: 0;
  margin: -1em 0 1em;
}

.tx-powermail  .parsley-required {
  color: #af0000;
}

@media only screen and (min-width: 768px) {
  .tx-powermail .powermail_fieldwrap {
    display: flex;
  }
  .tx-powermail .powermail_fieldwrap .powermail_label {
    flex:  0 0 210px;
    margin-top: .5em;
  }
  .tx-powermail .powermail_fieldwrap .powermail_field {
    flex:  1 1 auto;
  }
  .tx-powermail .powermail_fieldwrap_type_submit {
    padding-left:  210px;
  }
}

/* Modal */
.modal-header {
  background-color: #00569c;
  border-bottom: none;
}
.modal-footer {
  border-top: none;
  /* background-color: #efefef; */
}
body .modal-header h3 {
  color: #FFF;
}


footer ul,
body .location ul {
  padding: 0px;
  padding-bottom: 20px;
}
footer ul li,
body .location ul li {
  display: block;
  line-height: 1.9em;
  list-style: none;
}


/* Bootstrap Accordion */
body .panel-default>.panel-heading {
    color: #FFF;
    background-color: #13B6BC;
    border-color: #ddd;
}
body .panel-default>.panel-heading a,
body .panel-default>.panel-heading a h4 {
    color: #FFF;
    text-decoration: none;
}


/* Subnavigation */
body ul.subnavigation {
  background-color: #00569c;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  transition: all 0.3s ease ;
}

body ul.subnavigation li {
  border-bottom: 1px solid #688caa;
  padding: 3px 0px;
}
body ul.subnavigation li:after {
  content: "";
}
body ul.subnavigation li a {
  font-size: 1em !important;
}
body ul.subnavigation li.last {
  border-bottom: 0px;
}
body ul.subnavigation li.cur a {
  /* text-decoration: underline; */
}
body ul.subnavigation li.cur:hover a {
  /* text-decoration: underline; */
}

/* companynav */
body ul.companynav:before {
  content: "\f14e";
}
body ul.companynav {
  top: 857px;
}

/* subnav */
body ul.subnav:before {
  content: "\f0c9";
}
body ul.subnav {
  top: 816px;
  margin: 0;
  padding: 0;
}
body ul.subnav ul {
  margin: 0;
  padding: 0;
}
body ul.subnav ul li a {
  padding-left: 40px;
}


/* CUR NAV */
#cur-nav ul.nav:before {
    content: "\f063";
    font-family: "FontAwesome";
    font-size: 16px;
    display: block;
    height: 24px;
    text-align: right;
    transition: opacity 0.5s ease ;
    color: #000;
    -moz-opacity: 0.45;
    -webkit-opacity: 0.45;
    opacity: 0.45;
}
#cur-nav:hover ul.nav:before {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}
#cur-nav ul.nav {
    margin-top: -47px;
    padding-top: 10px;
    max-height: 30px;
    overflow: hidden;
    transition: all 1s ease;
}
#cur-nav:hover ul.nav,
#cur-nav ul.nav:hover {
    max-height: 2000px;
    overflow: visible;
}

/* bootstrap pills */
body .nav-pills > li > a {
    border-radius: 6px;
}



/* sidenav // companynav // subnav */
body ul.sidenav {
  display: block;
  position: absolute;
  right: -200px;
  background-color: #00569c;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  transition: all 0.6s ease 0.3s;
  z-index: 150;
  width: 200px;
}
body ul.sidenav:hover {
  right: 0;
  z-index: 1200;
}
body ul.sidenav:before {
  position: absolute;
  box-sizing: border-box;
  left: -40px;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  background-color: #00569c;
  text-align: center;
}
body ul.sidenav li {
  border-bottom: 1px solid #688caa;
  padding: 0px;
  list-style: none;
  color: #FFF;
  transition: background-color 0.3s ease ;  
}
body ul.sidenav li:after {
  content: "";
}
body ul.sidenav li.last {
  border-bottom: 0px;
}
body ul.sidenav li a {
  font-size: 1.1em;
  color: #FFF;
  text-decoration: none !important;
  padding: 5px 20px ;
  display: block;
  min-height: 34px;
  box-sizing: border-box;
}
body ul.sidenav li.cur > a,
body ul.sidenav li:hover > a,
body ul.sidenav li:focus > a {
  background-color: #13B6BC;
}
/*
body ul.sidenav li.cur li,
body ul.sidenav li:hover li,
body ul.sidenav li:focus li {
  background-color: #00569c;
}
body ul.sidenav li li:hover,
body ul.sidenav li li:focus {
  background-color: #13B6BC;
}
*/



header {
  padding-top: 50px;
}
header nav > ul > li:after {
  content: "|";
}
header nav ul li.firstnav {
  padding-left: 0px;
}
header nav ul.firstnav {
  padding-left: 0px;
}
header nav ul li.last {
  padding-right: 0px;
}
header nav ul li.last:after {
  content: "";
}
header nav ul.secondnav {
  color: #00569c;
  font-weight: 600;
  padding: 0px;
}
header nav ul.secondnav li {
  display: inline-block;
}
header nav ul.secondnav li a {
  padding-left: 3px;
  padding-right: 6px;
}
header nav ul.secondnav li.cur a {
  text-decoration: underline;
}

/* Main Menu */
.dropdown-menu {
    border-radius: 0;
    box-shadow: -2px 0 3px 3px rgba(0,0,0,0.2);
}
header nav ul.firstnav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: -3px;
    margin-left: 0;
}
header .navbar-default .navbar-nav a {
    color: #FFF;
}
header .navbar-default .navbar-nav li li li a {
    color: #00569C;
}
header nav.navbar {
  background-color: #13b6bc;
  border: 0px;
  border-top: 5px solid #00569c;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
}
header nav.navbar ul {
  margin-left: -15px;
}
header nav.navbar ul li a {
  color: white;
  font-weight: 600;
  font-size: 1.154em;
  line-height: 28px;
  background-color: transparent;
  transition: background-color 0.2s ease ;
}
header .dropdown-menu > li > a:hover, 
header .dropdown-menu > li > a:focus,
header .navbar-default .navbar-nav > .open > a:hover, 
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > li > a:hover, 
header .navbar-default .navbar-nav > li > a:focus,
header nav.navbar ul li.cur > a {
  background-color: rgba(255,255,255,0.2) !important; 
}
header nav.navbar ul li a {
  color: white;
  font-weight: 600;
  font-size: 1.154em;
  line-height: 28px;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
}
header nav.navbar ul li a:hover, 
header nav.navbar ul li a:focus {
  text-decoration: underline;
}
header nav.navbar ul li a:hover a, 
header nav.navbar ul li a:focus a {
  text-decoration: none;
}
header nav.navbar > ul > li:after {
  position: absolute;
  top: 16px;
  right: -5px;
  color: white;
  font-size: 1.4em;
  font-weight: 300;
}
header nav.navbar ul li.cur > a {
  /*
  background-color: transparent !important;
  text-decoration: underline;
  */
}
header nav.navbar ul li.cur li a {
  text-decoration: none;
}
header nav.navbar ul li ul.dropdown-menu  {
  padding: 0 ;
}
header nav.navbar ul li.dropdown ul:before {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #00569c;
  content: "";
  position: absolute;
  top: -12px;
  left: 35px;
}
header nav.navbar ul li.dropdown ul ul:before {
  width: 0;
  height: 0;
  border-left: none;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #FFF; 
  top: 6px;
  left: -12px;
  z-index: 100;
}
header nav.navbar ul ul li {
  padding-top: 0;
  padding-bottom: 0;
}
header nav.navbar ul ul li.dropdown > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #FFF; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0.5;
  transition: all 0.2s ease ;
}
header nav.navbar ul ul ul li.dropdown > a:after {
  border-left: 6px solid #00569c; 
}
header nav.navbar ul ul li.dropdown:hover > a:after {
  opacity: 0;
  right: 0;  
}

/* SmartMenu */
.dropdown a span.sub-arrow {
  float: right;
  display: inline-block;
  width: 40px;
  height: 100%;
  text-align: center;
}
.dropdown ul a span.sub-arrow {
  margin-right: -15px;
}

/* Menu Fixed */
header:before {
  content: " ";
  display: block;
  position: fixed;
  z-index: 778; 
  top: 5px;
  left: 0; 
  width: 52.725px;
  height: 57px;   
  background-image: url(../img/logo.png), linear-gradient(to bottom, #ffffff 0%, #ffffff 19%, rgba(255, 255, 255, 0) 100%);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0 ease ;
  opacity: 0;
}
header.fixed-logo:before {
  transition: all 0.5s ease ;
  opacity: 1;
}

/*
.fixed {
  min-height: 0;
}
*/
.fixed-act {
  position: fixed;
  width: 100%;
  z-index: 777;  
  top: 0;
  left: 0;
}
.fixed-act.fixed-first {
  background-color: #FFF;
  padding-top: 20px;
  min-height: 57px;
}
.fixed-act.fixed-second {
  top: 0px;
  width: calc(100% + 30px);
  /* transition: all 0.3s ease ; */  
}
.fixed-first > .container {
  transition: opacity 0.3s ease ;
}
.fixed-act > .container {
  opacity: 0;
}




/* Search Box */
header form.searchbox {
  display: inline-block;
}
header form.searchbox input[type="text"], header form.searchbox input[type="submit"] {
  padding: 3px 0px;
}
header form.searchbox input[type="text"] {
  padding-left: 30px;
  position: relative;
  color: #00569c;
  background-color: #ebf4fb;
  border: 0px;
  outline: 0px;
  margin-right: 5px;
}
header form.searchbox input[type="submit"] {
  color: white;
  background-color: #00569c;
  border: 0;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
header form.searchbox input[type="submit"]:hover, header form.searchbox input[type="submit"]:focus {
  background-color: #13b6bc;
}
header form.searchbox .searchicon {
  position: absolute;
  left: 22px;
  top: 6px;
  color: #1a1b1c;
  font-size: 13px;
}
header .row#bigimg {
  min-height: 592px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
  position: relative;
}
body.level3 header .row#bigimg {
    min-height: 392px;
}
header .row#bigimg a.logo {
  width: 222px;
  height: 240px;
  background-image: url(../img/logo.png);
  background-image: url(../img/logo.png), linear-gradient(to bottom, #ffffff 0%, #ffffff 19%, rgba(255, 255, 255, 0) 100%);
  display: block;
  margin: 0px auto;
  text-indent: -6000em;
}
header .row#bigimg a.logo:focus {
  outline: none;
}
header .row#bigimg h2 {
  font-size: 2.769em;
  color: white;
  line-height: 1.5em;
  position: absolute;
  bottom: 40px;
}
header .row#bigimg h2:before {
  background-image: url(../img/icons/bubbles.png);
  content: "";
  height: 90px;
  width: 100px;
  display: block;
  margin-left: 50px;
}

section#mainbody a {
  /* text-decoration: underline; */
}
section#mainbody ol.breadcrumb {
  background-color: transparent;
  line-height: 50px;
  padding: 0px;
  border-bottom: 1px solid #d0d5d5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
section#mainbody ol.breadcrumb li a {
  text-decoration: none;
}
section#mainbody .breadcrumb > li + li::before {
  content: "> ";
  color: #00569c;
}
section#mainbody ul.subnavigation {
  float: right;
  margin-top: -18px;
  margin-left: 20px;
}
section#mainbody ul.subnavigation li {
  display: block;
  padding: 10px 15px;
}
section#mainbody ul.subnavigation li a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
section#mainbody ul.subnavigation li a:hover {
  text-decoration: underline;
}
section#mainbody .contentleft {
  padding-right: 120px;
}
section#mainbody .contentleft p {
  margin-top: 20px;
  font-size: 1.154em;
}

/* Location */
section#mainbody .location {
  background-color: #edf4f4;
  padding: 20px;
  padding-top: 170px;
  margin-top: 130px;
  max-width: 400px;
  min-height: 450px;
  position: relative;
}
section#mainbody .location .locationimg {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 9px solid white;
}
section#mainbody .location .locationimg img {
  height: 250px;
  width: auto;
}
section#mainbody .location:first-child {
  border-right: 17px solid white;
}
section#mainbody .location:last-child {
  border-left: 17px solid white;
}

/* Sidebar */
section#mainbody .sidebar {
  padding-left: 35px;
  padding-right: 35px;
  border-left: 4px solid #edf4f4;
  margin-top: 20px;
}
section#mainbody .sidebar .csc-default {
  margin-bottom: 75px;
  max-width: 500px;
}
section#mainbody h3 {
  margin-top: 5px;
  margin-bottom: 16px;
}
section#mainbody h3 i.fa {
  min-width: 30px;
}
section#mainbody .sidebar img {
  margin-top: 20px;
  display: block;
  width: calc(100% + 20px);
}
section#mainbody .sidebar p {
  padding: 0;
  margin: 0 0 20px;
}
section#mainbody .sidebar a.button, 
section#mainbody .sidebar button, 
section#mainbody .sidebar input {
  width: 100%;
}
.calendarize-item a.button {
  margin-bottom: 30px;
}
section#mainbody .sidebar .csc-default:last-child {
  margin-bottom: 0px;
}
section#mainbody .contentright {
  margin-top: 70px;
}
section#mainbody .contentright img {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}
section#mainbody .row.fullsizeimg {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
  height: 465px;
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
  margin-left: -30px;
  margin-right: -30px;  
}
section#mainbody .row.fullsizeimg .inner {
  position: absolute;
  bottom: 50px;
}
section#mainbody .row.fullsizeimg .inner  {
  color: white;
}
section#mainbody .row.fullsizeimg .inner h4 {
  font-weight: 600;
  font-size: 2.308em;
  color: white;
}
section#mainbody .row.fullsizeimg .inner a {
  color: white;
}
section#mainbody .row.fullsizeimg .inner button {
  margin-top: 20px;
}
section#mainbody article {
  padding: 0px;
  max-width: 500px;
}
section#mainbody article img {
  width: 100%;
  margin-bottom: 30px;
}
section#mainbody article h4 {
  margin-top: 5px;
}
section#mainbody article p {
  padding-top: 10px;
}
section#mainbody article button {
  margin-top: 15px;
}
section#mainbody article.first {
  border-right: 40px solid white;
}
section#mainbody article.middle {
  border-left: 20px solid white;
  border-right: 20px solid white;
}
section#mainbody article.last {
  border-left: 40px solid white;
}

/* wide */
body .wide {
  margin-bottom: 20px;
} 

/* Flex */
.flex {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
}
.flex.latest article {
  -webkit-align-items: stretch;
  -ms-flex-align:stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;    
  justify-content: flex-start;
  position: relative;
  margin-bottom: 40px;
  margin-right: 60px;
}
.flex.latest article:last-child {
  margin-right: 0;
}
.flex.latest article button {
  position: absolute;
  bottom: -40px;
}

footer {
  background-color: #edf4f4;
  padding: 40px 0px;
  margin-top: 80px;
}
footer .container {
  position: relative;
}


/* Shariff */
.shariff {
  position: absolute;
  top: 898px;   
  right: 0;  
  width: 40px;
  display: block;
  min-height: 100px;
  z-index: 120;
  transition: all 0.3s ease 0.3s;
}
.shariff:hover,
.shariff:focus {
  right: 40px;
  z-index: 1200;
}
.shariff:before {
  position: absolute;
  box-sizing: border-box;
  left: 0px;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  content: "\f1e0";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  background-color: #00569c;
  text-align: center;
}
.shariff ul li {
  list-style: none;
  color: #FFF;
  background-color: #00569c;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  transition: background-color 0.3s ease ;
}
.shariff ul li:hover,
.shariff ul li:focus {
  background-color: #13B6BC;
}
.shariff ul li a {
  color: #FFF;
}
.shariff ul li a .share_text {
  display: none;
}
.shariff .whatsapp {
  display: none;
}


/* calendarize */

.calendarize {
  margin-top: 20px;
}
.calendarize .header-year {
  font-size: 1.4em;
  text-align: center;
  background-color: #13B6BC;
  color: #FFF;
  padding: 4px 8px ;
}
.calendarize table.month th a,
.calendarize .header-year a {
  float: left;
  color: #FFF;
}
.calendarize table.month th a i.fa,
.calendarize .header-year a i.fa {
  color: #FFF;
  font-size: 16px;
  transition: all 0.2s ease ;
}
.calendarize table.month th a:hover i.fa,
.calendarize .header-year a:hover i.fa {
  opacity: 1;
}
.calendarize table.month th {
  text-align: center;
}
.calendarize table.month th a:last-child,
.calendarize .header-year a:last-child {
  float: right;
}
.calendarize table.month th a i.fa {
  color: #0f2b61;
}
.calendarize ul {
  margin: 0 -8px -8px;
  padding: 0;
}
.calendarize ul li{
  list-style: none;
  font-size: 0.8em;
  padding: 2px 8px;
}
.calendarize ul li:hover {
  background-color: rgba(255,255,255,0.6);
}
.calendarize ul li a{
  display: block;
}



/* calendarize browser */

.calendarize .browser {
	margin-bottom: 2em;
}
.calendarize .browser a {
	transition: all 0.3s ease ;
}
.calendarize .browser a:hover i {
	color: #002c50;
  opacity: 1;
}

/* calendarize pagination */

.calendarize .pagination>li {
    display: inline-block;
    padding: 0 ;
}
.calendarize ul.pagination li,
.calendarize ul.pagination li:hover {
    background-color: transparent;
}



/* category filter */
.calendarize ul.filter {
  margin: 0 0 20px;
  padding: 0 ;
  display: block;
  height: auto; 
  max-height: 34px;
  overflow: hidden;
  /* overflow-y: scroll; */
  transition: all 0.8s ease ;
}
.calendarize ul.filter:hover,
.calendarize ul.filter:focus {
  max-height: 1000px;
  overflow: visible;
} 
.calendarize ul.filter li {
  margin: 0 0 1px;
  padding: 0;
  list-style: none;
  
}
.calendarize ul.filter li:first-child a:after {
  content: "\f063";
  font-family: "FontAwesome";
  font-size: 16px;
  display: block;
  width: 24px;
  height: 24px;
  float: right;
  text-align: right;
}
.calendarize ul.filter li a {
  display: block;
  padding: 2px 8px ;
  line-height: 30px;
} 

.calendarize ul.filter li a:hover {
  background-color: #F5F5F5;
  text-decoration: none;
} 
.calendarize ul.filter li a:focus {
  background-color: #13B6BC;
  color: #FFF;
  text-decoration: none;
} 
.calendarize ul.filter li a.selected:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block; 
  padding-left: 10px;
}

/* calendarize - category colors 

Tauchschule: pastell-blau       // rgb(171, 203, 252)
Veranstaltungen: pastell-grau   // rgb(230,230,230)
Reisen: pastell-grAYn            // rgb(171, 249, 252)
Club: pastell-gelb              // rgb(252, 252, 171)
Team: pastell-rot               // rgb(252, 191, 171)
SUP:  pastell-lila              // rgb(209, 171, 252)

*/

.calendarize li {
  background-color: rgba(230,230,230, 0.7);
}

/*	SUP	*/
.calendarize li.cat-37,
.calendarize [data-categories*="83"],
.calendarize [data-categories*="84"],
.calendarize [data-categories*="37"] {
  background-color: rgba(209, 171, 252, 0.7);
}
		
		
/*	Tauchschule	*/
.calendarize li.cat-5,
.calendarize [data-categories*="30"],
.calendarize [data-categories*="31"],
.calendarize [data-categories*="32"],
.calendarize [data-categories*="46"],
.calendarize [data-categories*="47"],
.calendarize [data-categories*="48"],
.calendarize [data-categories*="49"],
.calendarize [data-categories*="50"],
.calendarize [data-categories*="51"],
.calendarize [data-categories*="52"],
.calendarize [data-categories*="53"],
.calendarize [data-categories*="54"],
.calendarize [data-categories*="55"],
.calendarize [data-categories*="56"],
.calendarize [data-categories*="57"],
.calendarize [data-categories*="58"],
.calendarize [data-categories*="59"],
.calendarize [data-categories*="60"],
.calendarize [data-categories*="61"],
.calendarize [data-categories*="62"],
.calendarize [data-categories*="63"],
.calendarize [data-categories*="64"],
.calendarize [data-categories*="65"],
.calendarize [data-categories*="66"],
.calendarize [data-categories*="67"],
.calendarize [data-categories*="68"],
.calendarize [data-categories*="69"],
.calendarize [data-categories*="70"],
.calendarize [data-categories*="71"],
.calendarize [data-categories*="72"],
.calendarize [data-categories*="73"],
.calendarize [data-categories*="89"],
.calendarize [data-categories*="90"],
.calendarize [data-categories*="74"],
.calendarize [data-categories*="75"],
.calendarize [data-categories*="76"],
.calendarize [data-categories*="77"],
.calendarize [data-categories*="78"],
.calendarize [data-categories*="79"],
.calendarize [data-categories*="80"],
.calendarize [data-categories*="81"],
.calendarize [data-categories*="82"],
.calendarize [data-categories*="33"],
.calendarize [data-categories*="34"],
.calendarize [data-categories*="35"],
.calendarize [data-categories*="36"],
.calendarize [data-categories*="38"],
.calendarize [data-categories*="39"],
.calendarize [data-categories*="40"],
.calendarize [data-categories*="41"],
.calendarize [data-categories*="42"],
.calendarize [data-categories*="43"],
.calendarize [data-categories*="44"],
.calendarize [data-categories*="45"] {
  background-color: rgba(171, 203, 252, 0.7);
}
		
/*	Team	*/
.calendarize li.cat-15,
.calendarize [data-categories*="15"] {
  background-color: rgba(252, 191, 171, 0.7);
}
		
/*	Veranstaltungen	
.calendarize [data-categories*="92"],
.calendarize [data-categories*="93"],
.calendarize [data-categories*="94"],
.calendarize [data-categories*="95"],
.calendarize [data-categories*="96"] {
  background-color: rgba(230,230,230, 0.7);
}
*/
		
/*	Shop	
.calendarize [data-categories*="97"],
.calendarize [data-categories*="85"],
.calendarize [data-categories*="9"] {
  background-color: rgba(230,230,230, 0.7);
}
*/
		
/*	Club	*/
.calendarize li.cat-104,
.calendarize [data-categories*="104"],
.calendarize [data-categories*="11"],
.calendarize [data-categories*="13"],
.calendarize [data-categories*="91"] {
  background-color: rgba(252, 252, 171, 0.7);
}
		
		
/*	Reisen	*/
.calendarize li.cat-21,
.calendarize [data-categories*="98"],
.calendarize [data-categories*="99"],
.calendarize [data-categories*="100"],
.calendarize [data-categories*="101"],
.calendarize [data-categories*="102"],
.calendarize [data-categories*="21"],
.calendarize [data-categories*="22"] {
  background-color: rgba(171, 249, 252, 0.7);
}



/* Box */
.stretch .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
} 
.stretch .row .location {
    min-height: 280px;
}

/* tt_content */
div.csc-textpic .csc-textpic-imagewrap img {
    max-width: 100%;
    height: auto;
}

/* table */
table {
  border: 0;
}
table.contenttable {
  border: 0;
  padding: 0.2em ;
  border-collapse: collapse;
}
table.contenttable tr th {
  vertical-align: top;
}
table.contenttable tr td {
  border: 0;
  padding: 0.4em ;
  vertical-align: top;
  transition: background-color 0.2s ease ;
}
table.contenttable tr td:first-child {
  padding-left: 0;
}
table.contenttable tr td:last-child {
  padding-right: 0;
}
table.contenttable tr th p,
table.contenttable tr td p {
  margin: 0;
  padding: 0;
}
table.contenttable tr:nth-child(odd) td {
  background-color: #EBF4FB;
}
table.contenttable tr:hover td,
table.contenttable tr:focus td {
  background-color: #dee6ed;
}

/* magnific */
body .mfp-container button:hover, 
body .mfp-container button:focus {
    background-color: transparent;
}


/* Referenz */
.reference .csc-textpic-imagecolumn {
  position: relative;
} 
.reference .csc-textpic-image {
  width: 204px;
  height: 224px;
  overflow: hidden;
  background: no-repeat center center;
  background-size: 70%;

  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url('../img/gray.svg#grayscale');
  filter: gray;   

  transition: all 0.3s ease ;
  padding-bottom: 20px;
}
.reference .csc-textpic-image:hover {
  background-size: 80%;
  -webkit-filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.reference .csc-textpic-image img {
  display: none;
}
.reference .csc-textpic-image a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 204px;
  border: 0 none ;
  outline: 0 none ;
}

.reference .csc-textpic-caption {
  position: absolute;
  bottom: -100%;
  transition: all 0.3s ease ;
  background-color: #00569c;
  background-color: rgba(0, 86, 156,0.7);
  color: #FFF;
  display: block;
  width: 100%;
  min-height: 20px;
  padding: 5px 10px ;
}
.reference .csc-textpic-imagecolumn:hover .csc-textpic-caption {
  bottom: 10px;
}

/* TopLink */
a.toTop:hover {
    background-color: #20DBFE;
}
a.toTop {
    width: 40px;
    height: 40px;
    background-color: #00569c;
    color: #FFF;
    transition: all 300ms ease-in;
    font-size: 0.9em;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1001;
    font-size: 1.4em;
}
.toTop .glyphicon {
    /* top: 10px; */
}

/* slick slider */ 
body .slick-dots li button:hover,
body .slick-dots li button:focus {
    background: transparent;
}
body .slick-dotted.slick-slider {
    margin-top: 1px;
}
body .slick-slider .slick-img {
    border-right: solid #FFF 1px;
}
body .slick-slider:hover .slick-prev,
body .slick-slider:hover .slick-next {
    opacity: 0.7;
}
body .slick-slider .slick-dots {
  /* bottom: 0; */
}
body .slick-slider .slick-dots li button:before {
    /* color: #FFF; */
}
body .slick-slider .slick-dots li.slick-active button:before,
body .slick-slider .slick-dots li button:hover:before {
    opacity: 0.7;
}
body .slick-slider .slick-dots {
  display: none !important;
}
body.slick-container {
  margin-top: -20px;
}

body.ie .slick-container div[id*="loader-slick"] {
  max-height: 2.2px;
  overflow: hidden;
}

body .sidebar .slick-dotted.slick-slider {
    max-height: 211px;
    overflow: hidden;
}

body .sidebar .slick-slider .slick-next, 
body .sidebar .slick-slider .slick-prev {
    margin-top: 10px;
}

/* tx-veguestbook */
body .tx-veguestbook-pi1 h2.tx-guestbook-header {
    width: 100%;
    background-color: #13b6bc;
    border-radius: 6px;
}
body .tx-veguestbook-pi1 .tx-guestbook-right {
    float: none;
    width: 100%;
    padding-top: 0;
}

/* Top Dive Banner  */
#banner-wrap {
    position: absolute;
    top: 550px;
    right: 40px;
}
#banner-wrap .img-02 {
    display: none;
}
#banner-wrap.fix-banner {
    position: fixed;
    top: 70px;
}
@media (max-width: 1520px) {
    #banner-wrap {
        position: absolute;
        top: auto;
        bottom: 0;
        right: auto;
        text-align: center;
        width: 100%;
        background: radial-gradient(circle, rgba(255,255,255,0.8), rgba(255,255,255,0.2));
    } 
    #banner-wrap.fix-banner {
        position: relative;
        top: auto;
        background: none;
        background-color: #edf4f4;
        border-left: 15px solid #FFF;
        border-right: 15px solid #FFF;
    }    
    #banner-wrap .img-01 {
        display: none;
    }    
    #banner-wrap .img-02 {
        display: inline;
    }
}




/* GerAi??te (Tablets, 768px und breiter) */
@media (min-width: 768px) {
  .dropdown a span.sub-arrow {
    display: none;
  }
  /* calendarize week */
  .calendarize .flex-row {
    display:-ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    
    -ms-flex-pack:justify;
    -webkit-justify-content:space-around;
    justify-content:space-around;
      
  }
  .calendarize .flex-col {
    width: 12.5%;
    padding-right: 1%;
    border-right: 1px solid #FFF;
  }
  .calendarize .flex-col:last-child {
    border-right: 0;
  }  
}

/* GerAi??te (Tablets, 1289px und schmaler) */
@media (max-width: 1289px) {
  body header.fixed-logo:before {
    opacity: 0;
  }
}
@media (max-width: 479px) {
  body .csc-textpic-intext-right-nowrap-260 .csc-textpic-text {
      margin-right: 0px;
  }
  body div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
      float: none; 
  }
  body .csc-textpic-intext-right-nowrap .csc-textpic-text {
      margin-right: 0;
  }
  body .csc-textpic-intext-right-nowrap {
      display: -webkit-flex;
      display:-ms-flexbox;  
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
  }
  body .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
      -ms-order: 2;
      -webkit-order: 2;
      order: 2;
  }
}
/* Kleine GerAi??te (Tablets, 767px und schmaler) */
@media (max-width: 767px) {
  header nav.navbar button.navbar-toggle {
    border-color: white;
  }
  header nav.navbar button.navbar-toggle span.icon-bar {
    background-color: white;
  }
  header nav.navbar button.navbar-toggle:hover, header nav.navbar button.navbar-toggle:focus {
    background-color: #00569c;
  }
  header nav.navbar ul li:after {
    content: "";
  }
  header nav.navbar ul li.dropdown:hover ul {
    display: none;
  }
  header nav.navbar ul li.dropdown ul li {
    padding: 0px 20px; 
    margin: 0 -20px; 
  }
  header nav.navbar ul li.dropdown ul:before {
    border: 0px;
  }
  header nav.navbar ul li.dropdown ul li {
    border: 0px;
  }
  header nav.navbar ul li.dropdown.open:hover ul {
    display: block;
  }
  /* Main Nav responsive */
  body header .fixed-act {
    position: absolute;
  }  
  body header .fixed-act.fixed-second {
    top: 57px; 
  }  
  .navbar-collapse.in {
    overflow-x: hidden; 
  }  
  body header nav ul.firstnav .dropdown-menu {
    position: static !important;
    width: 100% !important;
    top: 0;
    left: 0;
    /* display: block !important; */
  }
  body header .navbar-nav,
  body header .navbar-nav > li {
      float: none;
  }
  body header nav.navbar ul ul li.dropdown > a:after,
  body header nav.navbar ul li.dropdown ul:before,
  body header nav.navbar ul li.dropdown ul ul:before {
    display: none;
  }
  body header .dropdown-menu {
      box-shadow: none;
  }
  body header .navbar-collapse {
      overflow: visible;
      padding-right: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-overflow-scrolling: visible;
      overflow-scrolling: visible;
  }
  body header .dropdown-menu > li > a:hover, 
  body header .dropdown-menu > li > a:focus, 
  body header .navbar-default .navbar-nav > .open > a:hover, 
  body header .navbar-default .navbar-nav > .open > a:focus, 
  body header .navbar-default .navbar-nav > li > a:hover, 
  body header .navbar-default .navbar-nav > li > a:focus, 
  body header nav.navbar ul li.cur > a {
    background-color: none !important;
  }
  header.fixed-logo {
   /* height: auto !important; */
  }
  body header .dropdown-menu {
      margin: 0;
  } 
  header nav.navbar {
    margin-left: 0px;
    margin-right: 0px;
  }
  header #headernav .container {
      padding-left: 0;
      padding-right: 0;
  }  
  body header nav.navbar ul ul {
    margin-left: -10px;
  }    
  body header .dropdown-menu>li>a {
    padding-left: 25px;
  }   
  body header .fixed.fixed-second {
    width: calc(100% + 60px); 
    margin-left: -30px;
  } 
  body header .fixed-act.fixed-second {
    width: calc(100% + 30px); 
    margin-left: -15px;
    overflow: hidden;
    overflow-y: visible;
  }
  body header .dropdown-menu {
    float: none; 
  }  
  body header .navbar-nav .open .dropdown-menu {
    background-color: #00569c; 
  }  
  body header .navbar-nav .open .dropdown-menu li a {
    color: #FFF; 
  }    
  /* END - Main Nav responsive */
  
  header .row#bigimg {
    min-height: 400px;
  }

  section#mainbody .row.fullsizeimg .inner {
    left: 30px;
  }

  footer .container .footerlinks {
    position: inherit;
    bottom: 0;
    right: 0;
  }
  footer .container .footerlinks ul {
    padding: 0px;
  }
  
  .shariff .whatsapp {
    display: block;
  }  
  
  body div.csc-mailform form li label {
    float: none;
    min-width: 100%;
  }
  body .csc-mailform form input, body .csc-mailform form textarea, body .csc-mailform form select, body .csc-mailform form select option {
      width: 100%;
  }  
  
  .calendarize .flex-col { 
    display: block;
    margin-bottom: 2em;
  }  
}


@media (max-width: 992px) {
  section#mainbody .contentleft, section#mainbody .sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#mainbody .contentleft .location {
    margin: 0px auto;
    margin-top: 150px;
  }
  section#mainbody .contentleft .location.first, section#mainbody .contentleft .location.last {
    border: 0px;
  }
  section#mainbody .sidebar {
    border-left: 0px;
    margin-top: 90px;
  }
  section#mainbody .sidebar .sidebarblock {
    margin: 0px auto;
    margin-bottom: 70px;
  }
  section#mainbody .sidebar .sidebarblock img {
    width: 100%;
  }
  .flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section#mainbody article {
    margin-bottom: 80px;
  }
  section#mainbody article.first, section#mainbody article.middle, section#mainbody article.last {
    border: 0px;
  }

  footer .container .fb-page-wrapper {
    margin: 0px;
    margin-bottom: 50px;
  }
}
