/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: 'Titillium Web', sans-serif;
}

a {
  color: #006727;
  transition: 0.5s;
}
main .twocols a {
  border-bottom:1px dotted #006727;
}
main .twocols .sidebar a {
  border-bottom:none;
}

main .breadcrumb a {
  border-bottom:none !important;
}

a.extern:before, a[href*="//"]:not([href*="covid19-traumapaedagogik.de"]):before {content: "\f08E";
  font-family: 'FontAwesome';
  padding-left: 5px;padding-right:5px}
a.pdf:before {content: "\f1C1";
  font-family: 'FontAwesome';
  padding-left: 5px;padding-right:5px}
a.youtube:before {content: "\F16A" !important;
  font-family: 'FontAwesome';
  padding-right: 5px;
  font-size:1.35em;}
 
a.extern:hover {text-decoration: underline;}
div.logo a {text-transform: uppercase; font-size: 1.5em;color:#006727;font-weight: 700;font-family: 'Roboto Slab', monospace;}
div.logo {margin-top:12px;}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto Slab', monospace;
font-weight:500;
  
  margin: 0 0 20px 0;
  padding: 0;
}
h1 {font-size: 2.75rem}
h2 {font-size: 2.25rem}
h3 {font-size: 1.95rem}

.center {text-align: center;}

.image {max-width:100%; width:100%;}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ad0021;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #01aeb9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #01aeb9;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background:#fff;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo {/*box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.35);*/}
#header.header-scrolled .logo {/*box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.55);*/}

#header .logo img {
  padding: 0;
 max-width:200px;
  width: auto; transition: all ease-in-out 500ms;
  border:7px solid white;
}

#header.header-scrolled .logo img
{  margin: -15px 0 0 0;max-height: 70px;width: auto; transition: all ease-in-out 500ms; border:none;}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

#main {padding-top:120px}
#main .pt-5 {overflow:hidden;}
body.subpage #main, body.subpage #main .twocols {overflow: hidden !important;}
body.subpage #main .twocols .col-lg-8, body.subpage #main .twocols .col-lg-3.sidebar, body.subpage #main .twocols .col-lg-8 .col-lg-12 {padding-left: 0;padding-right:0;}
body.subpage #main .twocols .col-lg-3.sidebar {padding-bottom:20px;}

#main img.cover {margin:0 0 15px 15px;box-shadow: 10px 10px 15px rgba(0,0,0,0.3); float:right;}
div.breadcrumb-wrapper + div.pt-5 .pt-5, div.breadcrumb-wrapper + div.pt-5 {padding-top:0 !important;}


#main .twocols ul li {margin:0 0 1em -1.5em;}
#main .twocols .sidebar ul li {margin:0;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding:10px 15px;
}
.main-nav > ul > li.active a {border-bottom:1px solid #006727;}
.main-nav > ul > li.active ul.drop-down > li a {border-bottom:none !important;}
.main-nav ul li:hover ul.drop-down {padding:20px 10px; background: #fff; }

.main-nav a {
  display: block;
  position: relative;
  color: #333;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
header.header-scrolled .main-nav a {
	color:#888;
	}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #006727 !important;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav ul ul.drop-down {
  opacity: 0;
  top: 100%;
  visibility: hidden;
  display: none;
  position: fixed;
}


.main-nav ul li:hover ul.drop-down {
  opacity: 1;
  top: 100%;
  visibility: visible;
  display:block;
}

.main-nav .drop-down li {
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #01aeb9;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Language Switcher */
li.lang-title, .lang a span.hidden-xs {display: none;}

.lang,.navbar-collapse .lang  {
	margin-left: 5px;
}
.lang a,.navbar-collapse .lang a {
	margin-left: 5px;
	padding-left: 10px;
}
.lang ul a, .navbar-collapse .lang ul a {
	margin-left: 0;
}
.lang:before {
	font-family: "FontAwesome";
	font-size: 1.2em;
	top:-3px;
	content: '';
	width: auto;
	padding:0 5px 0 16px;
	float: left;
	position: relative;
	color:#888;
}
.lang:before {border-left:1px solid #888;}

.lang a span.visible-xs {color:#888; font-weight: normal !important;}
.main-nav .lang a {font-size: 12px;}

/* Side Navigation */

.sidebar ul {list-style-type: none;padding:0;margin:0;}
.sidebar ul li.rex-current a {font-weight:bold; color:black;}
.sidebar ul.rex-navi2 {margin-bottom:20px;}
.sidebar ul.rex-navi2 li {padding-left:20px;}
.sidebar ul.rex-navi2 li a {font-weight: normal !important; font-size: .85em;}
.sidebar ul.rex-navi2 li a:hover {text-decoration: underline;}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -100%;
  width: 100%;
  padding-top: 80px;
  background: #0b4944;
  transition: 0.4s;

}
.mobile-nav-active .mobile-nav {box-shadow: 20px 14px 40px 12px rgba(0,0,0,0.66)  ;}
.mobile-nav-active .mobile-nav a {font-weight: 700;}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav > ul > li {border-bottom:1px solid #006727;}

.mobile-nav .drop-down a {padding:5px 0 5px 20px;}
.mobile-nav .drop-down li {border-bottom:1px solid #014b61;}
.mobile-nav .drop-down li:hover {background: white;}

.mobile-nav .lang:before {border-left:none;color:white; top:10px;}
.mobile-nav .lang a span {color:white; }

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #70c791;
  text-decoration: none;
}

.mobile-nav li.has-children > a:after {
  content: "\f067";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav li.has-children:hover > a:after {
  content: "\f078";
}



.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down {
display:none;
  overflow: hidden;}


.mobile-nav ul li:hover .drop-down {background:rgba(255,255,255,.7);}
.mobile-nav ul li:hover .drop-down a {color:#014b61;}
.mobile-nav ul li:hover .drop-down .active a {color:#333}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 0;
  z-index: 99998;
  border: 0;
  background: none;
  font-size: 30px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 10px 0 0;
  color: #fff;
}


.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51,51,51, 0.5);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-toggle i {
  color: #333;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



  #nav-icon {
    display: inline-block;
    cursor: pointer;
    margin: 20px 20px 0 0;
    float: right;
  }
  .ham-bar1, .ham-bar2, .ham-bar3 {
    width: 24px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  /* Rotate first bar */
  .change .ham-bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
  }
  /* Fade out the second bar */
  .change .ham-bar2 {
    opacity: 0;
  }
  /* Rotate last bar */
  .change .ham-bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  
.change .ham-bar1, .change .ham-bar2,.change .ham-bar3 {background-color: white;}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {background: transparent;}
.breadcrumb ul.rex-breadcrumb {list-style-type: none;}
.breadcrumb ul.rex-breadcrumb li {display: inline-block;}

.breadcrumb-wrapper div.breadcrumb {
	padding: 10px 0px;
	margin-bottom: 20px;
	list-style: none;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background-color: transparent !important;
	border-radius: 0 !important;
	
}
.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;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb-wrapper .home_link:after {
	padding-left: 10px;
}

.rex-breadcrumb li:last-of-type a {color: #666}


/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
body.subpage .col-lg-8 {float:left;}
body.subpage .col-lg-3 {float:right;}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}



/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #01aeb9;
  border: 3px solid #01aeb9;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 17px;
  background: #006727;
  border-bottom:20px solid black;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #0b4944;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Titillium Web', sans-serif;
  color: #ddd;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Titillium Web', sans-serif;
  color: #ddd;
}
#footer .footer-top .footer-links a {
	color:#01aeb9;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #01aeb9;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0a98c0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #ddd;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
    color: #ddd;
}
#footer .footer-top .form p {
	color: #ddd;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #01aeb9;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #01aeb9;
  border: 1px solid #01aeb9;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0a98c0;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #01aeb9;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
  background: #ddd;
}

#footer .footer-top .form textarea { height:150px;}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #01aeb9;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #fff;
}

#footer .credits a {
  color: #01aeb9;
}

#footer .credits a:hover {
  color: #0a98c0;
}
#footer .gmap_outter iframe {margin-bottom:-6px;}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

  .testimonials .testimonial-item p {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }
  .subpage #main {padding-top:100px;}

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  .testimonials .testimonial-item {
    text-align: center;
  }

  .testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  .testimonials .testimonial-item h3,
  .testimonials .testimonial-item h4,
  .testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

@media (min-width:992px) {
	.center50 { -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
        margin:auto !important;}
	}
@media (max-width:991px) {
	.center_no { 
        text-align: left;}
	}
/*--------------------------------------------------------------
# Parallax bilder
--------------------------------------------------------------*/	
	

       
      section.fullimage { height: 550px; }
      .parallax-window {
	min-height: 450px;
	height: 550px; width:100%;
	background: transparent;
}

#header .container {width:95% !important;max-width:95% !important;}

/*--------------------------------------------------------------
# Contactform
--------------------------------------------------------------*/	
#formular label {
    display: none;
    left:-9999em;
}
#formular div#yform-formular-antispam {
    display: none;
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/
.white, .whitebg {background-color: white;color:#333;}
.darkbg { background-color: #222; color:#fff;}
.redbg { background-color: #006a8a; color:#fff;}
.sandbg {background-color: #f8efd6; color:#333;}
.bluebg { background-color: #01aeb9; color:#fff;}
.lightbg { background-color: #eeeeee; color:#333;}
.subpage .darkbg, .subpage .redbg, .subpage .bluebg, .subpage .white,  .subpage .whitebg {padding: 15px;}
.bluebg a {color:#014b61;}
.bluebg a:hover {text-decoration:underline;}

#portfolio {background:#fff !important;}
.gmap_outter {background:#222;padding-top:2rem;}


.owl-item li {list-style-type: none;}


/*--------------------------------------------------------------
# Responsive settings
--------------------------------------------------------------*/


@media (max-width:742px) {
	.hero-slider .container {max-width:92%;}
	.hero-slider .slides li h1 {font-size:1.5em;}
#header .logo img {width:126px;}
	}
	
	@media (max-width:420px) {
	#header .logo img {border:3px solid white;}
	.hero-slider .slides li h1 {font-size:1.2em;}
	.slides li p {font-size:.9em;text-shadow: 2px 2px 6px rgba(0, 0, 0, .65);font-weight:700;}
	.overlay {opacity:.3 !important}
#main img.cover {max-width:40%}
div.logo {margin: 6px 0 0 -10px;}
div.logo a {font-size:1.15em;}
.mobile-nav-toggle i {margin:21px -6px 0 0;}
	}
	

@media (max-width: 1050px) {nav.main-nav {
display: none!important;
}
button.mobile-nav-toggle, nav.mobile-nav {display:block !important}
}

