/**
 *
 *
 *	
 */
.max {
  max-width: 1280px;
  margin: auto;
}
.full {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: #00b5e2;
  font-weight: bold;
  text-transform: uppercase;
}
a:hover {
  color: #041e42;
}
h1 {
  line-height: 60px;
  font-size: 40px;
  font-weight: normal;
  color: #041e42;
}
.h1 {
  line-height: 150px;
  font-size: 30px;
  font-weight: bold;
  color: #041e42;
}
h2 {
  line-height: 35px;
  font-size: 25px !important;
  font-weight: normal;
  color: #000000;
}
.content h1 {
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: bold;
  font-size: 26px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.fixed {
  position: fixed;
}
.pointer {
  cursor: pointer;
}
.clear {
  clear: both;
}
.bg-blue {
  background: #041e42;
  color: #ffffff;
}
.bg-white {
  background: #ffffff;
  color: #000000;
}
.no-padding {
  padding: 0;
}
.no-padding-mobile {
  padding: 0;
}
.padding30-0 {
  padding: 30px 0;
}
.margin30-0 {
  margin: 30px 0;
}
.btnVogt {
  background: #ED3333;
  width: 100%;
  border: 0;
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 35px;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}
.btnVogt:hover {
  background: #0B143F !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 100px 0 #000000;
  background: #000000;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-text .embed-container {
  box-shadow: none;
}
.content-text ul li a.hidden-md-up {
  display: block !important;
}
body {
  font-family: 'Hind', Arial, sans-serif;
  color: black;
}
.header {
  max-width: 1280px;
  margin: 0 auto;
  background: transparent;
}
.logo {
  max-width: 110px;
}
.meta {
  line-height: 40px;
  font-size: 16px;
}
.meta a {
  color: #00b5e2;
  text-transform: uppercase;
  font-weight: bold;
}
.meta a:hover {
  color: #041e42;
}
.header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header nav ul li {
  float: left;
  margin: 0;
  padding-right: 30px;
  position: relative;
}
.header nav ul li a {
  color: #ed3333;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 110px;
  display: block;
  font-weight: bold;
}
.header nav ul li a:hover,
.header nav ul li:hover a,
.header nav ul li.active a {
  color: #041e42;
}
.header nav ul ul {
  display: none;
}
.header nav ul li:hover ul {
  display: block;
  position: absolute;
  width: 300px;
  border-top: 5px solid #041e42;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header nav ul li:hover ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.header nav ul li:hover ul li a {
  line-height: 40px;
  font-size: 20px;
  padding-left: 20px;
  text-transform: none;
  color: #ed3333;
  display: block;
  width: 100%;
  font-weight: normal;
}
.header nav ul li:hover ul li a:hover,
.header nav ul li:hover ul li:hover a,
.header nav ul li:hover ul li.active a {
  background: #041e42;
  color: #ffffff;
}
.header nav ul li:hover ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #041e42 transparent;
  content: "";
  position: absolute;
  top: -15px;
  left: 20px;
}
.mobile-nav {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-nav img {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.mobile-nav img:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.movie--play img {
  max-width: 100px;
}
.movie--play p {
  text-transform: none;
}

.breadcrumbs ul {
  color: #ffffff;
  padding: 0 0 0 10px;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs ul li a {
  text-transform: uppercase;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li a.B_currentCrumb {
  color: #ffffff;
}
.footer-one {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}
.footer-one .links a {
  display: block;
  text-transform: uppercase;
}
.footer-one a:hover {
  color: #ffffff;
}
.footer-two {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.footer-two .meta {
  margin-bottom: 20px;
}
.contact {
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.contact img {
  float: right;
}
.contact .toggle-contact {
  display: none;
}
.contact-person-mobile {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.movie {
  min-height: 500px;
  margin-bottom: 30px;
}
.movie a {
  color: #ed3333;
  font-size: 25px;
  line-height: 50px;
}
.close-movie {
  position: absolute;
  top: -25px;
  right: 14px;
  z-index: 999;
  cursor: pointer;
}
.blog {
  background: #ffffff;
}
.blog-title {
  padding: 20px;
}
.blog-title h3 {
  font-size: 30px;
  color: #041e42;
  font-weight: normal;
  line-height: 30px;
}
.blog-content {
  background: rgba(255, 255, 255, 0.8);
}
.blog-content img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.blog-content h4 {
  color: #00b5e2;
  padding: 20px 0 0 0;
  text-transform: none;
}
.blog-content p {
  padding-bottom: 40px;
}
.owl-theme .owl-controls .owl-page span {
  background: #041e42 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ed3333 !important;
}
.parallax-content {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 15px;
}
.about {
  padding: 50px 0 150px 0;
}
.about-title {
  font-size: 30px;
  color: #041e42;
  line-height: 40px;
  padding-bottom: 20px;
}
.about-content {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.text {
  margin-bottom: 30px;
}
.content {
  background: #ffffff;
}
.content-text {
  padding-bottom: 30px;
}
.content-text img {
  max-width: 100%;
  height: auto;
}
.updated {
  display: none;
}
article h1 {
  line-height: 32px;
}
.post-navigation,
.reply {
  display: none;
}
#comments label {
  display: block;
}
#comments input,
#comments textarea {
  width: 100%;
}
.breadcrumbs {
    background: #ffffff;
    line-height: 50px;
    margin-top: 95px;
}
.owl-content {
  margin-bottom: 30px;
}
.contact-person {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.contact-person .plus {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.contact-person h3 {
  font-size: 25px;
  line-height: 30px;
  color: #00b5e2;
  font-weight: normal;
  text-transform: uppercase;
}
.contact-person .name {
  font-size: 25px;
  line-height: 35px;
  padding-top: 10px;
  display: block;
}
.contact-person a {
  text-transform: uppercase;
}
.contact-person img.img-fluid,
.contact-person iframe {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.totop {
  padding: 20px;
  cursor: pointer;
  background: white;
}
.contact-side {
  display: none;
  max-width: 350px;
}
.form-group textarea {
  height: 203px;
}
.cta {
  display: none;
}
.t-1 .cta {
  display: block;
  position: fixed;
  right: 0;
  z-index: 1999;
}
.copy a {
  color: black !important;
  font-weight: normal;
  text-transform: none;
}
input.required {
  border: 1px solid red !important;
}
@media only screen and (min-width: 544px) {
  
}
@media only screen and (min-width: 768px) {
  .h1 {
    line-height: 150px;
    font-size: 50px;
    font-weight: normal;
    color: #041e42;
  }
  .header {
    max-width: 1280px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .logo {
    max-width: 100%;
  }
  .header nav ul li {
    float: left;
    margin: 0;
    padding-right: 30px;
    position: relative;
  }
  .header nav ul li a {
    color: #ed3333;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 110px;
    display: block;
  }
    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #ffffff;
    }
  .main-title {
    padding-top: 150px;
  }
  .hide-head.header {
    background: #ffffff;
  }
  .hide-head .meta {
    display: none;
  }
  .hide-head .logo {
    height: 90px;
    width: auto;
  }
  .hide-head.header nav ul li a {
    line-height: 90px !important;
  }
  .hide-head.header nav ul li:hover ul li a {
    line-height: 40px !important;
  }
  .blog {
    background-color: transparent;
    min-height: 500px;
    background-image: linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
    background-image: -o-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
    background-image: -moz-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0) 50%);
  }
  .blog h3,
  .blog h4 {
    font-weight: bold;
  }
  article h1 {
    line-height: 50px;
  }
  .contact {
    display: none;
  }
  .movie--play img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 850px) {
  .header nav ul li {
    float: left;
    margin: 0;
    padding-right: 30px;
    position: relative;
  }
  .header nav ul li a {
    color: #ed3333;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 110px;
    display: block;
  }
  .content h1 {
    text-transform: uppercase;
    padding-top: 0;
    font-weight: normal;
    font-size: 40px;
  }
  .parallax-content {
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .header nav ul li {
    float: left;
    margin: 0;
    padding-right: 30px;
    position: relative;
  }
  .header nav ul li a {
    color: #ed3333;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 110px;
    display: block;
  }
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 544px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
