* {
    max-height: 100000px;
}
body {
	font-family:"BentonSansMedium",Arial,Helvetica,sans-serif !important;
	font-weight:normal;
}
position: absolute
.nav > li{
	padding:0px 12px;
}
.toggle-nav{
	 margin-top: 14px !important;
}
.button {
    background: #008fd3 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 34px 11px 20px;
    vertical-align: middle;
}
.button a{
    text-decoration: none;
}

.button:hover{
    background: #1b67c0 none repeat scroll 0 0;
	text-decoration: none;
	color: #fff !important;
}

/*   menu section */
 .header{
	 height:68px; 
	 width:100%; 
	 background: #03326a;
 }
 .navbar-custom{
	 background: #03326a;
	 border:none;
	 
 }

 .nav > li > a{
	font-weight:bold;
	color: #fff;
	
 }
 
 .nav > li > a:focus, .nav > li > a:hover{
	 background:transparent;
	 cursor:pointer;
	 
 }

 .navbar-toggle{
	 background-color: #02b1ed;

 }
 
 .navbar-toggle .icon-bar{
	 background:#fff;
 }
 
 .dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
.navbar-nav > li > a{
	line-height:38px;
	
}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

/*   End menu section */


.contact_module{
	margin-top: -36px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}
.operator{
	background: #008fd3 none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.17;
    max-width: 120px;
    min-width: 80px;
    padding: 11px 15px 15px;
    text-align: center;
    text-decoration: none;
}

.bgimg-1, .bgimg-3{
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-2{
  position: relative;
  opacity: 0.97;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}



.bgimg-5{
  position: relative;
  opacity: 0.97;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.innerpage-5{
  position: relative;
  opacity: 0.97;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1 {
  background-image: url("../images/one.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../images/two.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("../images/three.jpg");
  min-height: 400px;
}
.bgimg-4 {
  /* background-image: url("../images/four.jpg"); */
  background:white;
  min-height: 200px;
}
.bgimg-5 {
  background-image: url("../images/bg.jpg");
  min-height: 600px;
}
.innerpage-5 {
  background-image: url("../images/inner_banner.jpg");
  min-height: 350px;
}

.banner_caption {
    color: #000;
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}
.footer{
	background: #333 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 1.1416;
    padding: 19px 0 20px;
    position: relative;
    width: 100%;
	height:50px;
	transition: width 2s;
}
.footer-nav{
	overflow:hidden;
	margin-bottom:10px;

}
.footer-nav li{
	display:inline-block;
	padding:0px 5px;
	line-height:20px;
}
.scroll-top{
	background:red;
	
}

