﻿@charset "UTF-8";
/* CSS Document */

/* Blau= #00A1DF */

@import url('fonts.css');
@import url('menu.css');
@import url('module.css');
@import url('form.css');
@import url('referenz.css');
@import url('log.css');
@import url('rechner.css');


/* Stuck menu 
===========================================================================*/
.stuck_container {
  padding: 5px 0;
}
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

html,body{
	margin:0;
	padding:0;
	font:normal 16px/1.4 'Roboto',sans-serif!important;
	font-weight:inherit;
	color:#666;
/*	text-align: justify;
     -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; */
}

.t-center{
	text-align:center;
}
img {
  max-width: 100%;
  height: auto;
}
p{
	line-height:1.4!important;
	margin-bottom:15px!important;
}
strong{
	font-weight:bold;
}
h1.style1,
h2.style1{
	line-height:1.1;
	margin:0 0 17px 0;
	font-size: 28px;
	text-transform:uppercase;
}
h1.style1:before {
    position: absolute;
    left: 0; 
	right: 0; 
	bottom: -10px;
	margin-left: auto; 
	margin-right: auto; 
    content: "";
    width: 100px;
    height: 3px;
    background: #00A1DF;
}
h2.style2{
	line-height:1.2;
	margin:0 0 25px 0;
	font-size: 24px;
}
h3.style2{
	line-height:1.2;
	margin:0 0 25px 0;
	font-size: 20px;
}

@media (max-width: 767px){
h1.style1,
h2.style1{
	font-size:20px;
}
h2.style2{
	font-size:18px;
}}

h1,h2,h3,h4,h5,h6,.cont h1,.cont h2,.cont h3,.cont h4,.cont h5,.cont h6{padding:0;margin:0;line-height:1.2;margin-bottom:25px;font-weight:600!important;color:#222222;}

.cont h1,h1{
	text-align:left;
	position:relative;
	font-size:28px;
	font-weight:bold!important
}
.cont h1:before ,h1:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    margin-left: 0px;
    height: 2px;
    left: 0%;
    background: #00A1DF;
}

.cont h2,h2{font-size:28px}

.cont h3,h3{font-size:24px;font-weight:400!important;}

.cont h4,h4{font-size:24px}

.cont h5,h5{font-size:20px}

.cont h6,h6{font-size:16px;font-weight:600;text-transform:uppercase}

.cont p,p{margin:0 0 25px 0}

p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #000000;
  text-decoration:none;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.text-center{
	text-align:center;
}
.grau{
	padding:40px 0 40px 0;
	background:#F4F5F8;
}


.mt-15{
	margin-top:15px;
}
.mr-20{
	margin-right:20px;
}
.fh5co-cover {
  height: 55vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.display-tc {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 380px;
  display: table;
  width: 100%;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 400px;
  }
}

#fh5co-header,
.fh5co-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0 40px;
}
@media (max-width: 767px){
#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  padding: 50px 0px 0 0;
}}

#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
  text-shadow: -1px 0 1px #000;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 0px;
}
#fh5co-header .display-tc .buttons,
.fh5co-cover .display-tc .buttons {
  padding: 15px 30px;
  background: #00A1DF !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#fh5co-header .display-tc .buttons:hover,
.fh5co-cover .display-tc .buttons:hover {
  background: #00A1DF !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
.buttons {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buttons:focus, .buttons.focus, .buttons:active:focus, .buttons:active.focus, .buttons.active:focus, .buttons.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.buttons {
	text-decoration:none;
}
.buttons:hover, .buttons:focus, .buttons.focus {
  color: #ffffff;
  text-decoration: none;
  background: #111111;
}
.buttons:active, .buttons.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.buttons-primary {
  background: #00A1DF;
  color: #fff;
  border: 2px solid #00A1DF;
}
.buttons-primary:hover, .buttons-primary:focus, .buttons-primary:active {
  background: #111111 !important;
  border-color: #111111 !important;
  color:#ffffff !important;
}

.buttons-small {
  background-color: #00A1DF; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 6px 16px; /* Some padding */
  font-size: 16px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  margin:0 auto;
      -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* Darker background on mouse-over */
.buttons-small:hover {
  background-color: #222222;
}

/* Logo
 ========================================================= */
@media (max-width: 767px){
	.logo{
	display:none;
}}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.logo{
	display:none;
}}
 
.mo-navbar-brand .brand-name span + span {
    margin-left: -.32em;
}
.mo-navbar-brand span:last-child {
    margin: 0 0 0 5px;
        margin-left: 5px;
}
.mo-navbar-brand {
    font-family: 'Roboto', sans-serif;
	float:left;
	width:100%;
	margin-top:10px;
	display: inline-block;
	transition: none;
	white-space: nowrap;
	color:#000;
}
.mo-navbar-brand > * {
	display: inline-block;
	font-size: 36px;
	line-height: 1;
}
.mo-navbar-brand2 {
    font-family: 'Roboto', sans-serif;
	float:left;
	font-size: 14px;
	margin-left:14px;
	margin-bottom:10px;
	line-height: 1;
	width:100%;
	display: inline-block;
	transition: none;
	white-space: nowrap;
	color:#000;
}
.u-page .mo-navbar-brand2 {
    font-family: 'Roboto', sans-serif;
	float:left;
	font-size: 13px;
	margin-left:10px;
	line-height: 1;
	width:100%;
	display: inline-block;
	transition: none;
	white-space: nowrap;
	color:#000;
}

.mo-navbar-brand .brand-name span {
    letter-spacing: -.025em;
}
.text-thin {
    font-weight: 100;
}
.mo-navbar-brand > * {
    font-size: 36px;
    line-height: 1;
}
.mo-navbar-brand {
    white-space: nowrap;
    color: #000;
}
.text-primary {
	color: #229dd1;
}
.text-ubold {
	font-weight: 900;
}

#down a{
	transform: scale(20);
}
@media all and (max-width:760px){
	.scrollLink{display:none;}
}
#down{position:absolute;cursor:pointer;z-index:10;width:50px;height:50px;-webkit-border-radius:100%;-ms-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;border-radius:100%;left:50%;bottom:60px;margin-left:-25px;-webkit-box-shadow:inset 0 0 0 #ffffff;-ms-box-shadow:inset 0 0 0 #ffffff;-moz-box-shadow:inset 0 0 0 #ffffff;-o-box-shadow:inset 0 0 0 #ffffff;box-shadow:inset 0 0 0 #ffffff;-webkit-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);-ms-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);-moz-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);-o-animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);animation:ghostHover 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1);}

#down:hover{-webkit-box-shadow:inset 0 50px 0 #ffffff;-ms-box-shadow:inset 0 50px 0 #ffffff;-moz-box-shadow:inset 0 50px 0 #ffffff;-o-box-shadow:inset 0 50px 0 #ffffff;box-shadow:inset 0 50px 0 #ffffff;-webkit-animation:none;-ms-animation:none;-moz-animation:none;-o-animation:none;animation:none}

#down:hover:before{border-bottom:1px solid #1b8ccd;border-right:1px solid #1b8ccd}

/*#down.no-animate{-webkit-animation:none;-ms-animation:none;-moz-animation:none;-o-animation:none;animation:none}*/

#down:before{content:'';display:block;height:16px;width:16px;position:absolute;left:16px;top:12px;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #ffffff;border-right:1px solid #ffffff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}

/* Content
 ======================================================== */
.section-xl{
	padding:50px 0 80px 0;
	background:#ffffff;	
} 
 
.conten-section{

} 
.services-box{
	position:relative;
	min-height:300px;
	margin: 0px 0 20px 0;
	padding:12px 12px 12px 12px;
	background:#ffffff;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border:1px #F0F0F0 solid;
    z-index:100;
}
.services-box-img img{
	width:100%;
	height:auto;
    -moz-border-radius: 5px 5px 0px 0px; 
    -webkit-border-radius: 5px 5px 0px 0px;  
    border-radius:  5px 5px 0px 0px; 	
}
.services-box-img{
 
	border-bottom:3px #00A1DF solid;
}
.services-box-text{
	padding:10px 12px 10px 12px;
	background:#ffffff;
}
.services-box-text-smal{
	color:#00A1DF;
	font-size:12px;
	font-weight:500;
	text-align:left;
}
.services-box-text-heading h1{
	color:#222222;
	font-size:20px;
	font-weight:300;
	line-height:1.2;
	padding:15px 0 12px 0;	
}
.services-box-text-info{
	
}
.services-box-text-info li{
	font-size:13px;
	line-height: 2;
	color:#222222;
	border-bottom:1px #cccccc solid;
}
.services-box-text-info li:before {
	color:#00A1DF;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 2;
	content: '\f00c';
	padding:0 10px 0 0;
}
.services-box-button{
	margin:0 auto;
	text-align:center;
	padding:10px 0 10px 0;
	width:100%;
}
/* Page Loader
 ==================================================================== */
.page-loader-variant-1 {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	float: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 25px;
	z-index: 9999999;
	background: #fff;
	transition: .3s all ease;
}

.page-loader-variant-1.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.page-loader-variant-1.ending {
	display: none;
}

.page-loader-variant-1 .page-loader-body {
	margin-top: 40px;
	text-align: center;
}

#spinningSquaresG {
	position: relative;
	width: 150px;
	height: 18px;
	margin: auto;
}

.spinningSquaresG {
	position: absolute;
	top: 0;
	background-color: white;
	width: 18px;
	height: 18px;
	animation-name: bounce_spinningSquaresG;
	-o-animation-name: bounce_spinningSquaresG;
	-ms-animation-name: bounce_spinningSquaresG;
	-webkit-animation-name: bounce_spinningSquaresG;
	-moz-animation-name: bounce_spinningSquaresG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
}

#spinningSquaresG_1 {
	left: 0;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

#spinningSquaresG_2 {
	left: 19px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}

#spinningSquaresG_3 {
	left: 37px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}

#spinningSquaresG_4 {
	left: 56px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}

#spinningSquaresG_5 {
	left: 75px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}

#spinningSquaresG_6 {
	left: 94px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}

#spinningSquaresG_7 {
	left: 112px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}

#spinningSquaresG_8 {
	left: 131px;
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s;
}

@keyframes bounce_spinningSquaresG {
	0% {
		transform: scale(1);
		background-color: white;
	}
	100% {
		transform: scale(0.3) rotate(90deg);
		background-color: black;
	}
}

@-o-keyframes bounce_spinningSquaresG {
	0% {
		-o-transform: scale(1);
		background-color: white;
	}
	100% {
		-o-transform: scale(0.3) rotate(90deg);
		background-color: black;
	}
}

@-webkit-keyframes bounce_spinningSquaresG {
	0% {
		-webkit-transform: scale(1);
		background-color: white;
	}
	100% {
		-webkit-transform: scale(0.3) rotate(90deg);
		background-color: black;
	}
}

@-moz-keyframes bounce_spinningSquaresG {
	0% {
		-moz-transform: scale(1);
		background-color: white;
	}
	100% {
		-moz-transform: scale(0.3) rotate(90deg);
		background-color: black;
	}
}

[data-x-mode=design-mode] .page-loader-variant-1 {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

/* Back to Top
 ========================================================================== */
#back-top {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 150px;
	overflow: hidden;
	border: none;
	color: #009CDB!important;
	font-size: 38px!important;
	line-height: 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: "FontAwesome";
	content: "\f0aa";  
	z-index: 20;
}
#back-top i{
	font-size: 38px!important;
	color: #009CDB!important;	
}
#back-top:hover {
	/*outline: none;*/
	color: #000000;
}
@media only screen and (max-width: 1199px) {
#back-top {
	display: none !important;
}}

/* Footer
 ========================================================================== */
.bg2 {background: #2E3239;}
.p21 {padding: 70px 0;}
.list1f {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	font-family:'Lato', sans-serif!important;	
}

.list1f li a,
.list1f li {
	position: relative;
	font-family:'Lato', sans-serif!important;	
}

.list1f a {
	font-size: 13px;
	font-weight:400;
	line-height:1.6;
	color: #d7d7d7!important;
	font-family: 'Lato';
}

.list1f a:hover {color: #00A1DF;} 
#footer {
	font-family:'Lato', sans-serif!important;
	position: relative;
	background: #292929;
	padding: 38px 0 36px;
	text-align: center;
	font-size:13px;
	line-height:1.4;
	font-weight:400;
}
footer h6 {
	color: #F8F8F8;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 14px;
	letter-spacing: -.4px;
	text-transform: uppercase;
}
.copy {
	font-family:'Lato', sans-serif!important;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 25px;
	letter-spacing: .1px;
}
.copy a{font-family:'Lato', sans-serif!important;}

.copy>span {
	font-family:'Lato', sans-serif!important;
	position: relative; 
	display: inline-block;
	font: 400 12px/18px 'Lato';
	color: #d7d7d7;
}
.mo-copy a,
.mo-copy{
	font-family:'Lato', sans-serif!important;
	font-size: 11px;
	line-height: 18px;
	color:#4B4B4B;	
}
.list1 a{
	text-decoration:none;
	font-family:'Lato', sans-serif!important;
}
.copy a {
	display: inline-block;
	color: #00A1DF;
	font: 400 12px/18px 'Lato';	
	text-decoration:none;
}

.copy a:hover {
	color: #d7d7d7;
	text-decoration: none;
}

.tr {font-family: 'Arial'!important; font-size: 12px!important;}

.logo1 {
	display: inline-block;
	margin: -7px 0 7px 0!important;
}
.logo1 img{
	max-width:160px;
}
.add_txt {
	font-size: 11px;
	line-height: 13px;
	padding-right: 33px;
}
.address { 
	position: relative;
	overflow: hidden;
	margin: 0px 0 0;
	padding: 0;
	font-family: 'Lato';
	font-weight: 400;
	color: #F8F8F8;
	font-size: 17px;
	line-height: 22px;
}
.social-links {
	position: relative;
	overflow: hidden;
	float: left;
	vertical-align: middle;
	margin: 3px 0 0;
}

.social-links li  {
	float: left;
	width: 22px;
	height: 24px;
}

.social-links li + li {margin-left: 5px;}

.social-links li a {
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.social-links li a:hover {
	-webkit-box-shadow: inset 0 3px 5px #0a0a0a;
	-moz-box-shadow: inset 0 3px 5px #0a0a0a;
	-ms-box-shadow: inset 0 3px 5px #0a0a0a;
	-o-box-shadow: inset 0 3px 5px #0a0a0a;
	box-shadow: inset 0 3px 5px #0a0a0a;
	line-height: 21px;
	color: #fff;
}
.bottom_menu{
	/*z-index: 990;*/
	text-align:center;
	position: relative;
	/*height: 51px;*/
}
.bottom_menu a{
	color: #00A1DF!important;
	text-decoration:none;
  border-bottom:0px #EAEAEA solid!important;
}
.bottom_menu a:hover{
	color: #fff!important;
	text-decoration:none;
}

.bottom_menu li{
	display: inline-block;
	position: relative;
	text-align:center;
	text-transform: uppercase;
	padding: 5px 10px 0 0;
}
.bottom_menu>li+li {margin-left: 20px;}

.bottom_menu>li>a{
	display: block;
	text-align:center;
	position: relative;
	color: #00A1DF!important;
	font: 400 14px/21px 'Asap', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	letter-spacing: 1px;
	padding-right:10px;
}
.bottom_menu>li>a:hover,
.bottom_menu>li.rex-current>a{
	position: relative;
	text-decoration: none;
	color: #00A1DF;
}
@media only screen and (max-width: 767px) {

	/*.bottom_menu {display: none;}*/
		
	.bottom_menu li{
	line-height:1!important;
	padding:0 5px 0 0!important;
}
.bottom_menu>li>a{
	color: #00A1DF!important;
	font: 400 13px/16px 'Asap', sans-serif!important;
	text-align: center!important;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px!important;
	padding-right:5px!important;
}}
.inline-list {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
  margin-left: 0;
  font-size: 36px;
  line-height: 32px;
  text-align: center;
}

.inline-list > li {
  display: inline-block;
  margin-top: 30px;
  margin-left: 5px;
  color:#ccc;
}

.inline-list > li a {
  transition: .3s;
}

.inline-list > li a:hover {
  color: #fff;
}
/* Video Header
 =================================================================== */
.video-wrapper{
  width: 100%;
  height: 55vh;
  overflow: hidden;
}
.video-wrapper .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.top50{
	margin-top:100px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  width: 100%;
  height: 55vh;
  background-color: rgba(0,0,0,0.3); /*dim the background*/
}
.text-box{
	text-align:left;
	color:#ffffff!important;
	position:absolute;
	width:100%;

}
.text-box h1 {
	color:#ffffff!important;
	position:relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom:8px;
    margin:0 0 15px 0;
    text-align: inherit;
}
.text-box h1:before{
    position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    margin-left: 0px;
    height: 2px;
    left: 0%;
    background: #00A1DF;
}
.text-box h2 {
	color:#ffffff!important;
	position:relative;
    font-size: 30px;
    line-height:1.3;
    margin:0 0 15px 0;
    text-align: left;
}
.text-box h3{
	color:#ffffff!important;
	position:relative;
    font-size: 15px;
    line-height:1.4;
    text-align: left;    
}
@media (max-width: 767px){
.text-box h2{
	 font-size: 18px;
}
.text-box h3{
    font-size: 14px;
    line-height:1.2;	
}
.top50{
	margin-top:80px;
}}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){
.top50{
	margin-top:50px;
}
.text-box h2 {
    font-size: 22px;
}}

.buttonssmall {
	position:relative;
	text-align:left;
	line-height:1;
	border: none; /* Remove borders */
	color: #ffffff; /* White text */
	padding: 8px 16px; /* Some padding */
	width:160px;
	font-size: 16px; /* Set a font size */
	cursor: pointer; /* Mouse pointer on hover */
	margin:10px 0 0 0;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #00A1DF; /* Blue background */	
}
.buttonssmall i{
	line-height:1;
}
/* Darker background on mouse-over */
.buttonssmall:hover {
	background-color: #222222;
}
@media (max-width: 767px){
.buttonssmall{
	display:none;
}}
 