@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
@import url("font-awesome.min.css") screen;
@import url("tvsshop.css") screen;

/********** Base **********/
* {
	margin: 0;
	padding: 0px;
}

body {
  line-height: 1.7;
  color: #415969;
  font-weight: 300;
  font-size: 1rem;
  /*font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-family: Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
	color: #59a7d7;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}

a:hover, a:focus, a.active {
	text-decoration: none;
	color: #5b6d68;
}
a.active { font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif;
	color: #000;
	font-weight: 300;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #415969;
	margin-top: 10px;
}

ol, ul { padding-left: 20px; }
ol li, ul li { line-height: 24px; font-size: 15px; }

img {
	height: auto;
	max-width: 100%;
}

pre {
	margin: 20px 0;
}

code {
	padding: 5px 10px;
	margin: 10px 0;
	display: block;
}

blockquote p {
	margin-top: 0;
}

/*
table {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	width: 100%;
}

table tr { border-bottom: 1px solid #ccc; }
table th {
	vertical-align: top;
	min-width: 200px;
	padding: 20px 0;
	border-top: 1px solid #5b6d68;
	border-bottom: 1px solid #5b6d68;
	text-transform: uppercase;
}

table td {
	vertical-align: top;
	padding: 20px 0;
}
*/

::-moz-selection {
  background: #000;
  color: #fff; }
::selection {
  background: #000;
  color: #fff; }
::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}




/********** PRELOADING **********/
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }




/********** Site-Wrap **********/
.site-wrap {
  position: relative;
  /*min-height: 100vh;
  
  overflow: hidden;*/
}

.content-wrap h1,
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap h5,
.content-wrap h6 {
	padding: 0.3em 0 0.8em 0;
}
h3 { font-size: 90%; }




/********** Header **********/
#header-wrap {
	position: relative;
	z-index: 99;
}


#headerpic {
	position: relative;
	margin-top: -110px;
	z-index: 0;
}

#headerpic .layer {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: 2;
}

.fullpicture {
	position: relative;
	background-color: #59a7d7;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	background-position: center center;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	min-height: 0;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
	
}

.fullpicture .layer {
	background-color: #59a7d7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.01;
	z-index: 1;
}

.fullpicture .container {
	position: relative;
	z-index: 3;
}
.fullpicture .centered {
	position: relative;
	z-index: 2;
}
.fullpicture i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

.fullpicture p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

.fullpicture h1,
.fullpicture h2,
.fullpicture h3,
.fullpicture h4 { color: #e7ebee; }




/********** Slider **********/
.slider { position: relative; }
.slider .slides li { position: relative; }
.slider.small-controls .flex-direction-nav a { margin-top: -20px; }
.slider.small-controls .flex-control-nav { display: none; }

.hero-slider {
	padding: 2px 0 0 0;
	position: relative;
	top: 110px;
}

.hero-slider .slides { overflow: hidden; }
.hero-slider .slides li {
	/*height: 650px;*/
	position: relative;
	background-size: cover !important;
}

.hero-slider .slides li .row {
	position: relative;
	z-index: 2;
}

.hero-slider .slides li h1 { 
	color: #ccc;
	 text-shadow: 2px 2px #686868;
}
.hero-slider .slides li h2 {
	line-height: 1;
	margin-bottom: 33px;
	padding-bottom: 7px;
}
.hero-slider .slides li h3 { font-size: 30px; }

.hero-slider .slides li h1 {
	line-height: 1;
	font-size: 60px;
	margin-bottom: 33px;
}

.slides li p, .slides li a { 
	color: #f0de6e; 
	text-shadow: 1px 1px #686868;
}
.slides li .slide-content {
	position: relative;
	z-index: 3;
	margin: -24px;
}

.slides li h1, .slides li p {
	padding-left: 100px;
	padding-right: 100px;
}

.slides li .overlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 2;
}

.slides li .btn-theme {
	border: none;
	background-color: #59a7d7;
	color: #fff;
}

.slides li .btn-theme:hover, .slides li .btn-theme:focus, .slides li .btn-theme:active, .slides li .btn-theme.active {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	opacity: 0.9;
}

.hero-slider .slides li .slide-content img { 
	/*max-height: 650px;*/
}
.hero-slider .flex-direction-nav a {
	height: 60px;
	width: 60px;
	font-size: 0;
}

.hero-slider .flex-direction-nav a:before {
	position: absolute;
	font-size: 40px;
	display: block;
	top: 15px;
	left: 23px !important;
	right: auto !important;
}

.hero-slider .flex-direction-nav a.flex-prev:before { left: 20px !important; }
@media all and (max-width: 1100px) {
	.hero-slider .slides li .slide-content img { /*max-height: 300px;*/ }
}


.parallax {
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}


/********** Navbar **********/
.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 0;
  top: -12px;
  }
  .site-navbar-wrap a {
    color: #59a7d7; }
  .site-navbar-wrap .site-navbar-top {
  	font-size: 12px;
	background: rgba(240, 222, 110, 0.95);
	height: 54px;
  }



.site-navbar-top .top-menu {
	margin: 0;
	padding: 0;
}
	.site-navbar-top .top-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 400;
  margin: 0;
  padding: 0; 
	}
    .site-navbar-top .top-menu > li {
      display: inline-block;
      padding: 0px 7px 0px 7px; 
	  }
	  
		.site-navbar-top .top-menu > li > a.active {
          color: #5b5b5b; }
        .site-navbar-top .top-menu > li > a:hover {
          color: #5b5b5b; }

    .site-navbar-top .top-menu > li.active > a {
      color: #5b5b5b !important; }
	  

.site-navbar {
  /*background-color: #59a7d7;*/
  background: rgba(89, 167, 215, 0.9);
  margin-bottom: 0;
  width: 100%;
  min-height: 70px;
  }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: 0;
    position: absolute;
	margin-left: -5px; 
	font-size: 62px;
	transition: 0.3s;
	}
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      /*font-size: 62px;*/
      font-weight: bold;
      /*text-transform: uppercase;*/ }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo a {
        font-size: 42px; } }
  
  






.site-navigation {
	
}
  
  
  
  
  .site-navbar .site-navigation .site-menu {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 10; 
	width: 100%;
	height: 100%;
	}

	
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 600; 
	  }

    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 22px 0 0 0px; 
	  }
      .site-navbar .site-navigation .site-menu > li > a {
		padding: 12px 7px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        text-decoration: none !important; 
		}

		.site-navbar .site-navigation .site-menu > li > a.active {
          color: #59a7d7; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {}
        .site-navbar .site-navigation .site-menu > li:last-child > a {}

    .site-navbar .site-navigation .site-menu > li.active > a {
      color: #fff !important; }
	
	.site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 17px; 
		}

		
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 15px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; 
		  }


	  .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
		background: rgba(255, 255, 255, 0.9);
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 7px;
            margin-left: -7px; 
			}

        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 12px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40;
		  font-weight: 200; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #59a7d7; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #59a7d7 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          /*min-width: 180px;*/ }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 7px 25px 7px 10px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #c6dcea;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
			content: "\e315";
            right: 0px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #c6dcea;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }



/********** Sidenav **********/
#sidenav_title {
	margin-top: 0;
}

#sidenav {
	padding-left: 0;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidenav i { margin-right: 10px; }

#sidenav li {
	padding: 2px 0;
}

#sidenav ul li a {
	text-transform: none;
	font-weight: 300;
	color: #59a7d7;
}

#sidenav li a:hover,
#sidenav li.active a { color: #59a7d7; }

#sidenav li.active li a { color: #59a7d7; }

#sidenav li li a:hover, #sidenav li li.active a { color: #e7ebee; }

#sidenav ul {
	margin-left: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
}




/********** Mobile Menu **********/
.site-mobile-menu {
  width: 280px;
  position: fixed;
  right: 0;
  z-index: 9000;
  padding-top: 0;
  background: #fff;
  height: 100%;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 24px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #59a7d7; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #59a7d7; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 2px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }





/********** Breadcrumb **********/
#breadcrumb-wrap {}

.breadcrumb-wrapper {
	padding: 8px 10px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0 0 6px 6px;
	margin-bottom: 30px;
}
.breadcrumb-wrapper .home_link {
	padding-left: 10px;
}
.rex-breadcrumb {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0;
}
.rex-breadcrumb>li,
.breadcrumb-wrapper .home_link{
	display: inline-block;
}
.rex-breadcrumb>li+li:before,
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px 0 10px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
	padding: 0 5px 0 10px;
}




/********** Footer **********/
#footer-wrap {
/*  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 300px;

	background: #59a7d7;
	position: absolute;
	width: 100%;
	bottom: 0;
	


    display: grid;
    align-self: end;
  background: #59a7d7;
  min-height: 300px;
  margin-bottom: -300px;


    display: grid;
    align-self: end;
  background: #59a7d7;
  
	
	position: relative;
	width: 100%;
	bottom: 0;
  background: #59a7d7;
*/

    color: #fff;
	display: grid;
    align-self: end;
	background: #59a7d7;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	
}

#footer-wrap .site-section {
	margin: 0;
	padding: 25px 0 0 0;
	min-height: 6vh;
}
#footer-wrap .content-wrap {
	margin: 0;
	padding: 25px 0 0 0;
	min-height: 6vh;
	font-size: 0.9em;
}


#footer-wrap h1, #footer-wrap h2, #footer-wrap h3, #footer-wrap h4 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#footer-wrap hr {
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 0;;
	padding: 0;
	width: 100%;
}

#footer-wrap p {
	line-height: 1.6em;
}

#footer-wrap li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}


#footer-wrap a:hover {
	text-decoration: underline;
}
#footer-wrap li.active a {
	font-weight: 600;
}

#footer-wrap .social-links a { margin-right: 20px; }
#footer-wrap i {
	font-size: 15px;
	padding-right: 5px;
}

#footer-wrap i:hover { color: #59a7d7; }

#footer-wrap h1,
#footer-wrap h2,
#footer-wrap h3,
#footer-wrap h4,
#footer-wrap p,
#footer-wrap li,
#footer-wrap a,
#footer-wrap i {	color: #fff; }












/********** Content **********/
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.clearer {
	clear: all;
}

.label {
	font-size: 75%;
	font-weight: 400;
	font-style: italic;
	line-height: normal;
}


.centered {
	text-align: center;
}
.text-center {
  margin: auto;
  width: 90%;
  padding: 5px;
}
  
.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.grey {
	background: #eee;
}

.mtb {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mb { margin-bottom: 30px; }

.module-wrapper { 
	
}


.title {
	margin: 20px 0 0 12px;
}
.hline {
	border-bottom: 1px solid #415969;
	margin: 0 0 40px 0;
}
.hline-w {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 25px;
}

/*
.xform input[type=submit], .btn-theme {
	color: #fff;
	background-color: #59a7d7;
	border-color: #59a7d7;
	margin: 4px;
}

.xform input[type=submit],
.xform input[type=submit]:focus,
.xform input[type=submit]:active,
.xform input[type=submit].active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #59a7d7;
	border-color: #59a7d7;
}

.dmbutton:hover,
.dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #59a7d7;
	border-color: #ffffff;
}

.dmbutton {
	background: rgba(0,0,0,0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}
*/



.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2); }

.btn {
  border-width: 1px; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-lg {
    padding: 10px 20px;
    font-size: 16px; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      color: #000;
      background-color: transparent !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 47px; }
  .form-control:active, .form-control:focus {
    border-color: #59a7d7; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }


.site-section {
  padding-top: 110px;
  min-height: 100vh;
  }
  @media (min-width: 767.98px) {
    .site-section { font-size: 90%; } }
  .site-section.site-section-sm {
    padding: 2em 0; }

.site-section-heading {
  font-size: 30px;
  color: #dee2e6;
  position: relative; }
  .site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #59a7d7; }
  .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #59a7d7; }

.border-top {
  border-top: 1px solid #ced4da !important; }



.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(102, 16, 242, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(47, 240, 193, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(255, 193, 7, 0.9); }


	
/* Sticky-Wrapper */
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar a.active {
      color: #fff; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #59a7d7; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      /*padding: 10px 5px;*/ }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        /*padding-right: 20px;*/ }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        /*padding: 10px 10px;*/
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }


/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
    min-height: 600px;
    height: calc(80vh); }
  .site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #fff; }
  .site-blocks-cover .sub-text {
    font-size: 1.6rem;
    color: #fff; }


.play-button {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-button > span {
    position: absolute;
    top: 50%;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.heading-wrap {
  position: relative; }
  .heading-wrap.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .heading-wrap h2 {
    font-size: 40px;
    position: relative;
    padding-top: 10px;
    z-index: 2;
    /*text-transform: uppercase;*/
    color: #59a7d7;
	font-weight: 600; }
    @media (max-width: 991.98px) {
      .heading-wrap h2 {
        font-size: 30px; } }
    .heading-wrap h2:before {
      width: 80px;
      height: 1px;
      background: #59a7d7;
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .heading-wrap .back-text, .heading-wrap .back-text-dark {
    z-index: 0;
    line-height: 1;
    top: .5em;
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 800;
    font-size: 200px;
    position: absolute;
    width: 100%;
    color: #f7f7f7;
    text-transform: uppercase; }
  .heading-wrap .back-text-dark {
    color: #e3e3e3 !important; }

.item-class {
  position: relative;
  display: block;
  overflow: hidden; }
  .item-class img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    z-index: 1; }
  .item-class:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: #000;
    opacity: .3; }
  .item-class .text {
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }
    .item-class .text .class-heading {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff; }
    .item-class .text .class-price {
      font-weight: 700;
      font-size: 20px;
      color: #fff;
      display: inline-block;
      background: #59a7d7;
      width: 100px;
      height: 100px;
      line-height: 100px;
      border-radius: 50%;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      border: 2px solid transparent; }
  .item-class:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .item-class:hover .class-price {
    background: transparent;
    border: 2px solid #fff; }

.centernonloop .owl-item {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: .5; }
  .centernonloop .owl-item.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .centernonloop .owl-item:hover {
    opacity: 1; }

.sched, .blog {
  display: block;
  background-color: #fff; }
  .sched .text, .sched .bg-image, .blog .text, .blog .bg-image {
    width: 100%; }
    @media (min-width: 991.98px) {
      .sched .text, .sched .bg-image, .blog .text, .blog .bg-image {
        width: 50%; } }
  .sched h3, .blog h3 {
    font-size: 20px; }
  .sched .text, .blog .text {
    padding: 0 0 30px 20px; }
  .sched .sched-time, .blog .sched-time {
    font-size: 13px;
    font-weight: 500;
    color: #000; }
  .sched .bg-image, .blog .bg-image {
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991.98px) {
      .sched .bg-image, .blog .bg-image {
        height: 200px; } }

.position-relative {
  position: relative; }

.img-overlap-1, .img-overlap-2 {
  max-width: 80%;
  border: 3px solid #fff;
  padding: 10px;
  background: #f0de6e; }

.img-overlap-2 {
  bottom: -20%;
  right: -0%;
  max-width: 60%;
  position: absolute;
   }

.blog .media h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.blog .media .post-meta {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase; }

.blog .media > a {
  width: 40%; }
  @media (max-width: 767.98px) {
    .blog .media > a {
      width: 100%;
      margin-bottom: 30px; } }

.item {
  border: none;
  margin-bottom: 5px;
  border-radius: 4px; }
  .item a {
    display: block;
    position: relative;
     }
    .item a div {
      /*margin: 0 5px 0 5px;*/ }
    .item a img {
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .item .item-wrap {
    display: block; 
    position: relative; }
    .item .item-wrap:after {
      z-index: 2;
      position: absolute;
      content: "";
	  display: block;
	  border-radius: 4px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0; 
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .item .item-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      color: #fff;
      font-size: 1.7rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .item .item-wrap:hover:after {
      opacity: 1;
      visibility: visible; }
    .item .item-wrap:hover span {
      margin-top: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.filters .btn.active {
  background: transparent !important;
  color: #000 !important;
  border-color: #59a7d7 !important; }

.site-footer ul li {
  line-height: 1.3;
  margin-bottom: 20px;
  display: block; }

.form-subscribe .btn.btn-primary:hover, .form-subscribe .btn.btn-primary:active, .form-subscribe .btn.btn-primary:focus {
  background: #59a7d7 !important;
  color: #fff; }

.pricing .price {
  color: #000; }
  .pricing .price .currency {
    position: relative;
    top: -1em;
    font-size: 20px; }
  .pricing .price .number {
    font-size: 40px;
    color: #000;
    font-weight: bold; }

.pricing li.text-muted:before {
  color: #dee2e6; }

.accordion .accordion-item h2 {
  font-size: 18px; }
  .accordion .accordion-item h2 a {
    padding: 10px 0px;
    display: block;
    color: #000;
    cursor: pointer;
    position: relative;
    padding-left: 30px; }
    .accordion .accordion-item h2 a:before {
      position: absolute;
      font-family: "icomoon";
      content: "\f196";
      font-size: 20px;
      left: 0;
      top: .4em; }
    .accordion .accordion-item h2 a[aria-expanded="true"] {
      color: #59a7d7; }
      .accordion .accordion-item h2 a[aria-expanded="true"]:before {
        content: "\f147"; }

.accordion .accordion-item .accordion-body {
  padding: 10px 30px; }
  .accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0; }
	
	
.hidden-xs {
	visibility: hidden;
}

.overflow-hidden { overflow: hidden; }
.overflow-hidden img {
  transition: all 0.5s ease;
  /*object-position: 100% 0;*/
  /*width: 100px;*/
  /*height: 100px;*/
}
.overflow-hidden img.zoom { 
  transform: scale(1);
  /*transform-origin: 0 0;*/
  /*transition: transform .25s, visibility .25s ease-in;*/
 }
.overflow-hidden img.zoom:hover { transform: scale(1.1); }

.overflow-hidden img.object-contain { object-fit: contain; }
.overflow-hidden img.object-cover { object-fit: cover; }
.overflow-hidden img.object-fill { object-fit: fill; }
.overflow-hidden img.object-scaledown { object-fit: scale-down; }
.overflow-hidden img.object-none { object-fit: none; }



.ctitle {
	color: #59a7d7;
	font-weight: 700;
	margin-bottom: 15px;
}

.csmall-10 {
	font-size: 10px;
	color: #b3b3b3;
}
.csmall-11 {
	font-size: 11px;
	color: #b3b3b3;
}
.csmall-12 {
	font-size: 12px;
	color: #f39c12;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme { background: #59a7d7; }

.pictext h2,
.pictext h3 {
	margin-bottom: 25px;
}
.pictext img {
	border: 1px solid #ccc;
}

.downloads h3 { margin-bottom: 25px; }
.downloads i.fa {
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}

downloads a i.fa { color: #5b6d68; }
downloads a:hover i.fa { color: #59a7d7; }
#contactwrap {
	margin-top: -60px;
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.comments {
	padding-top: 10px;
	margin-top: 50px;
	border-top: 2px solid #e7ebee;
}

.comments h2 {
	font-size: 24px;
	padding-bottom: 30px;
}

#commentList li {
	margin-top: 30px;
	margin-bottom: 30px;
}

#commentList li::after {
	content: '';
	display: block;
	background: #e7ebee;
	width: 100%;
	height: 1px;
	margin-left: -20px;
}

.board h1 { font-size: 24px; }
.board h2 { font-size: 20px; }



	
.teaser h2 {
	margin-top: 0;
}
.teaser .hline {
	margin-top: 30px;
	margin-bottom: 40px;
}


.board table h2 {
	margin-top: 0;
	font-size: 18px;
}

.accordion .title {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accordion .content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.accordion li.active .content { max-height: 400px; }
.accordion p:last-child { margin-bottom: 0; }
.accordion-1 li { margin-bottom: 10px; display: block !important; }
.accordion-1 li:last-child { margin-bottom: 0; }
.accordion-1 .title {
	background: #f5f5f5;
	padding: 13px 23px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .accordion-1 .title { background: #2d4f6d; }
.bg-secondary .accordion-1 .title:hover { background: #2d4f6d; }
.accordion-1 .title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.accordion-1 .active .title {
	background: #2d4f6d;
	color: #fff;
}

.accordion-1 .content {
	border: 1px solid #eee;
	border-top: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}

.accordion-1 .content p { padding: 13px; }
.accordion-1 .active .content {
	opacity: 1;
	transform: translate3d(0,0px,0);
	-webkit-transform: translate3d(0,0px,0);
	-moz-transform: translate3d(0,0px,0);
}

.accordion-1 .title:hover {
	color: #2d4f6d;
	background: #dce7f0;
}

.accordion-1 .active .title:hover {
	color: #fff;
	background: #3c6991;
}

.accordion-2 li {
	display: block !important;
}
.accordion-2 .title {
	font-size: 16px;
	font-weight: 500;
	padding: 16px 0;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .7;
}

.accordion-2 .title:before {
	content: "\f067";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 10px;
	margin-right: 10px;
}

.accordion-2 .active .title {
	opacity: 1;
	color: #2d4f6d;
}

.accordion-2 .active .title:before { content: '\f068'; }
.accordion-2 .content p,
.accordion-2 .content ul,
.accordion-2 .content ol { padding: 16px 0; }
.accordion-2 .title:hover {
	opacity: 1;
	color: #2d4f6d;
}

.tabs {
	overflow: hidden;
}
.tabs ul.tabs {
	padding-top: 20px;
}
.tabs ul.tabs,
.tabs ul.content {
	padding-left: 0;
}
.tabs li {
	display: inline-block;
	cursor: pointer;
}

.tabs.thirds { width: 100%; }
.tabs.thirds li { width: 33.3333333%; }
.tabs.thirds .tab-title { width: 100%; }
.button-tabs .tabs {
	display: inline-block;
	overflow: hidden;
}

.button-tabs .tabs > li {
	margin-bottom: 8px;
	float: left;
}

.button-tabs .tabs > li:last-child { margin-right: 0; }
.button-tabs .tab-title {
	padding: 13px;
	display: inline-block;
	text-align: center;
	min-width: 150px;
	background: #E0E4E6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title { background: #eee; }
.button-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.button-tabs .active .tab-title {
	background: #2d4f6d;
	color: #fff;
}

.button-tabs .tab-title:hover { background: #C7D2D8; }
.button-tabs .active .tab-title:hover { background: #2d4f6d; }
.button-tabs.vertical { overflow: hidden; }
.button-tabs.vertical > .tabs {
	width: 30%;
	float: left;
}

.button-tabs.vertical > .content {
	padding-left: 3%;
	width: 70%;
	float: right;
}

.button-tabs.vertical > .tabs li, .button-tabs.vertical .tab-title { width: 100%; }
.button-tabs.vertical > .tabs li { margin-bottom: 10px; }
.bg-dark .button-tabs .tab-title span { color: #222; }
@media all and (max-width: 767.98px) {
	.button-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.button-tabs.vertical .tabs, .button-tabs.vertical .content {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}

}

.tabbed-content .content > li {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	display: none;
}

.tabbed-content .content .active {
	opacity: 1;
	visibility: visible;
	display: block;
}

.text-tabs .tabs {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
}

.text-tabs.no-border .tabs { border-bottom: none; }
.text-tabs .tab-title {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 0 24px;
	opacity: 0.5;
	position: relative;
}

.text-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.text-tabs .tab-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #91a05c;
	bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	bottom: -17px;
	left: 0;
}

.text-tabs .active .tab-title {
	opacity: 1;
	color: #2d4f6d;
}

.bg-primary .text-tabs .tab-title:after {
	background: #2d4f6d;
}
.text-tabs .active .tab-title:after {
	opacity: 1;
}
.text-tabs .tab-title:hover {
	opacity: 1;
}


@media all and (max-width: 767.98px) {
	.text-tabs .tabs { padding-bottom: 0; }
	.text-tabs .tabs li {
		width: 49%;
		margin-bottom: 15px;
	}

	.text-tabs .tab-title:after { display: none; }
	.text-tabs:not(.text-center) .tabs li:first-child .tab-title { padding-left: 24px; }
}

.icon-tabs .tabs li {
	width: 24.5%;
	margin-bottom: 24px;
}

.icon-tabs .tab-title {
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: .5;
}

.icon-tabs .tab-title:hover { opacity: 1; }
.icon-tabs .active .tab-title {
	color: #91a05c;
	opacity: 1;
}

.icon-tabs .active .tab-title i { color: #91a05c; }
.image-bg .icon-tabs .active .tab-title i { color: #fff; }
.icon-tabs .tab-title i {
	display: block;
	margin-bottom: 16px;
}

.icon-tabs .tab-title span {
	font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}





/********** Others **********/
@-webkit-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-webkit-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@-moz-keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@-moz-keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}

@keyframes burnsIn {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(1.2,1.2);
		transform: scale(1.2,1.2);
		-ms-transform: scale(1.2,1.2);
	}

}

@keyframes burnsOut {
	from {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		-ms-transform: scale(1,1);
	}

	to {
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
		-ms-transform: scale(0.8,0.8);
	}

}








/********** @Media **********/
@media all and (max-width: 1199px) {
	.sidebar {
		clear: both;
	}
	.teaser .image-deco {
		margin-bottom: 20px;
		width: 100%;
	}
}

@media all and (max-width: 767.98px) {
	.icon-tabs .tabs li {
		margin-bottom: 16px;
		margin-right: 0;
		width: 49%;
	}
	.icon-tabs .tab-title i {
		font-size: 32px;
	}
	.mtb {
		margin-bottom: 40px;
	}

	#headerwrap {}
	#footer-wrap {
        /*min-height: 400px;*/
    }
	#footer-wrap .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    #footer-wrap p,
	#footer-wrap a {
		font-size: 0.8em !important;
		line-height: 1.3em !important;
    }
	
	.hero-slider {}
	.slide-content {}
	
	.parallax {
		background-attachment: fixed !important;
		min-height: 100px !important;
		max-height: 200px !important;
		/*background-image: none !important;*/
	}
	.parallax h1 { font-size: 1.2em !important; margin: 0 !important; }
	.parallax p { font-size: 0.8em !important; }
	
	.slides li .slide-content p {
		font-size: 0.8em !important;
	}
	.slides li .slide-content h1,
	.slides li .slide-content h2,
	.slides li .slide-content h3 {
		font-size: 1.6em !important;
	}


}





strong {
	font-weight: bold;
}


figure {
	position: relative;
	z-index: 1;
}
figure p {
    line-height: 0.9em;
	font-size: 80%;
}



/* Clear */

.clearfix:before, 
.clearfix:after { 
	content: " "; 
	display: table; 
} 

.clearfix:after { 
	clear: both; 
}

.clearfix { 
	*zoom: 1; /* Für IE6 und IE7 */ 
}


/* Zoom In #1 
.hover div img,
.hover section img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover div:hover img,
.hover section:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
*/




/****** Misc ******/

.category-list h2 {	font-size: 100%; padding: 0;}
.category-list h3 {	font-size: 90%; padding: 0 0 0 0; margin: 0; }


/*
.module-wrapper.rounded img {
	border-radius: 5px !important;
	display: block;
}
*/

.sprung {visibility: hidden !important; height: 0px !important; position: absolute !important; margin: -150px !important;}





/* This CSS includes a few ways of styling url files */
.url,
.mail {
    margin-left:20px;
}
.url:before { background:url('./images/icon_url.png'); }
.mail:before { background:url('./images/icon_mail.png'); }
.url:before,
.mail:before {
    content: '';
    background-size:cover;
    position:absolute;
    width:15px;
    height:15px;
    margin:3px 0 0 -18px;
	padding-right: 3px;
}





/* This CSS includes a few ways of styling PDF files */
a:not(.cssmime)[href$=".pdf"]:before {
        /* PDF file */
  margin-right:5px;
  margin-bottom:-3px;
  width:24px;
  height:24px;
 /*background:url('http://wwwimages.adobe.com/content/dam/acom/en/legal/images/badges/Adobe_PDF_file_icon_32x32.png');*/
 background:url('./images/icon_pdf.png');
  display:inline-block;
  content:' ';
}

/* Add " (PDF)" text after links that go to PDFs */
/* a[href$=".pdf"]:after { content: " (PDF)"; } */

/* If file size specified as data attribute, use that too */
a[href$=".pdf"][data-size]:after { content: " (PDF, " attr(data-size) ")"; }


a.cssmime[href$=".pdf"]:after {
/* PDF file */
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: red;
  border: 1px solid red;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'PDF';
}

.cssmime a[href$=".doc"]:after,
.cssmime a[href$=".docx"]:after {
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #00d;
  border: 1px solid #00d;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'DOC';
}

.cssmime a[href$=".xls"]:after,
.cssmime a[href$=".xlsx"]:after {
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #090;
  border: 1px solid #090;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 8px;
  font-weight: 700;
  font-family: tahoma, arial, sans-serif;
  letter-spacing: 0.001em;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'XLS';
}








section .sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
position: sticky;
  top: 90px;
background: #f5f5f5;
}

section .nolist {
  list-style-type: none;
}

.site-section ul {
	position: relative;
	left: 12px;
	margin-right: 10px;
	z-index: 0;
}




/* Map */
section.map {
	float: left;
}
section ul.map_list {
	display: table;
	font-size: 1em;
	padding-top: 2em;
}
section ul.map_list li {
	font-size: 0.7em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}


/*
.container .block-wrap {
	position: relative;
	left: 0.3em !important;
}
.container .block-wrap ul {
	position: relative;
	left: 2em !important;
}
.container article .block-wrap ul {
	left: 2em !important;
	padding-right: 2em;
}
*/
.block-wrap ul {
	position: relative;
	left: 1em !important;
}




/* Header */
.site-section h1 { font-size: 2em; }
.site-section h2 { font-size: 1.6em; }
.site-section h3 { font-size: 1.2em; }
.site-section h4 { font-size: 1em; }
.site-section h5 { font-size: 0.9em; }
.site-section h6 { font-size: 0.8em; }

.site-section h4,
.site-section h5,
.site-section h6 { margin-bottom: 0.8em; }




.top-menu {
	position: relative;
	z-index: 1;
}






/* Table */
section table.wasser_preise { 
	width: 100%;
	border: 1px solid #ccc;
	margin: 0;
}
section table.wasser_preise td { 
	background: #f3f3f3;
	font-size: 0.7em;
	padding: 5px;
	border: 1px solid #ccc;
}
section table.wasser_preise th { 
	color: #424242;
	background: #ddd;
	vertical-align: bottom;
	font-size: 0.9em;
	font-weight: 600;
	padding: 5px;
}
section table td a {
	overflow: hidden;
}



.align-right {
	text-align: right;
}

.alert {
	margin: 0;
}



tr:hover {
	background: #f5f5f5;
}



/* Sprachen Wasser */
#sprachen table { 
	empty-cells: hide;
	border-collapse: separate;
	width: 100%;
} 
#sprachen th { 
	font-size: 0.8em;
	padding-top: 0.8em;
}
#sprachen td { 
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #424242;
	background-color: #f0f0f0;
	padding: 0px 1px 0px 2px;
	vertical-align: top;
	border-left: #9f9f9f;
	border-right: #9f9f9f;
	border-top: #9f9f9f;
	border-bottom: #9f9f9f;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	width: auto;
}

#sprachen .weltweit td { background-color: #f0f0f0; }
#sprachen .afroasiatisch td { background-color: #DCC4CF; }
#sprachen .australisch td { background-color: #CFF5CF; }
#sprachen .austroasiatisch td { background-color: #F6CFAF; }
#sprachen .austronesisch td { background-color: #F0E6C2; }
#sprachen .dravidisch td { background-color: #B8BDC8; }
#sprachen .indigene td { background-color: #ACF7BD; }
#sprachen .amerika td { background-color: #F6BCC7; }
#sprachen .indogermanisch td { background-color: #C7C9CC; }
#sprachen .kaukasisch td { background-color: #C5C9FF; }
#sprachen .khoisan td { background-color: #F8BFD9; }
#sprachen .niger-kongo td { background-color: #D7F0D1; }
#sprachen .nilo-saharisch td { background-color: #B5D2C0; }
#sprachen .neu_guinea td { background-color: #F7B998; }
#sprachen .sinotibetisch td { background-color: #F0CAF5; }
#sprachen .thai-japan-korea td { background-color: #B8ECCE; }
#sprachen .altaisch td { background-color: #D4CAF7; }
#sprachen .uralisch td { background-color: #EDDEBB; }



#niederschlag .niederschlag td {
	padding: 10px;
}





/* Brunnen */
table.brunnen {
	border-collapse: collapse; 
	border-width: 0px; 
	width: 100%;
	scroll-margin-top: 150px;
}
table.brunnen img {
	max-width: 100px;
}

table.brunnen thead:first-child tr {
    background-color: #f0f8ff;
	font-weight: bold;
}
table.brunnen tr td {
	border: 1px solid #b0c4de; 
	font-size: 0.8em;
	vertical-align: top;
	padding: 5px;
}








.breadcrumb-title h1 {
	color: #66afe9 !important;
	font-size: 2.2em !important;
	margin: 0 0 0 -16px;
	padding: 0 0 0.6em 0;
}

.breadcrumb-wrapper label {
	margin: 0;
	padding: 0;
}



table.tabelle tr { border-bottom: 1px solid #cccdd0; }
table.tabelle td { vertical-align: top; padding: 0.4em 0 0.4em 0 }
table.tabelle td:first-child { width: 150px; }


/*
.container section.php-wrap div.content-wrap,
.container section.php-wrap div.content-wrap aside {
	margin: 0 !important;
	padding: 0 !important;
}
*/

section.php-wrap {
	padding-bottom: 1em;
}


.php-nav {
	padding-top: 2em;
}


.site-section .border {
	box-shadow: 2px 5px 5px #ddd;
}




/* Gallery */
.grid-wrap {
  /*grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));*/
  /*width: 100%;*/
  /*display: grid;
  grid-gap: 0;
  justify-items: center;*/
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  /*margin: 0;
  padding: 0;*/
}

/* The Picture Frame */
figure.grid-frame { right: 0.4em;}

/* The Images 
.gallery-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
}
/*
.gallery-img:hover {
  opacity: .7;
}
*/

.grid-frame {
  padding: 0.5em;
}
.grid-frame img {
  width: 100% ! important;

}




@media (max-width: 991.98px) {
	.nav_brunnen {
		display: none;
	}

	section table { 
		border: none; 
		empty-cells: hide !important;
	}
	section table thead { display:none; }
	section table tr {
		float: left;
		width: 100%;
		border-top: 1px solid #cccdd0;
	}
	section table td {
		float: left;
		width: 100%;
		font-size: 0.7em !important;
		padding:0.7em !important;
		margin-top: -1px;
	}
	section table td:first-child { font-weight: 600; }
	section table td:empty {
		background: transparent !important;
		border: none !important;
	}
	section table td::before {}
	
	
	.breadcrumb-wrapper label {
		display: none;
	}
	
	.grid-wrap { grid-template-columns: repeat(auto-fill) !important; width: 100% !important; }
	.grid-wrap .grid-frame { width: 100% !important; }
	.grid-frame { width: 50% !important;}
	
}



@media (max-width: 767.98px) {
	.grid-wrap, .grid-frame { width: 100% !important;}
	#headerpic { display: none;	}
}


span.spamschutz {display:none;}
span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}



.blue {
  color: #59a7d7;
}



