body{
  padding-top: 60px;
}

h1, h2, h3, h4, h5, .lead
{
    font-family: 'Verdana', 'Droid Sans', 'sans-serif';
}

h1{font-size: 40px}
h2{font-size: 40px}

/******* Start Overriding Bootstrap ********/
/* Main Navbar */
/*navbar contaier background color*/
.navbar
{
  min-height:100px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
  background-color: #5f5f5f;
}


/*navbar background color*/
.navbar-inverse {
    background-color: #384d54;
    border-color:#384d54;
}
/*menu links color*/
.navbar-inverse .navbar-nav > li > a
{
  font-size: 18px;
  color:#d9d9d9;
  padding-top: 39px;
  padding-bottom: 25px;
}



/*navbar-brand color*/
.navbar-inverse .navbar-brand
{
  color:#d9d9d9;
  font-size: 24px;
  margin-right: 10px;
  line-height: 40px;
}

.navbar-toggle
{
  margin-top:19px;
}

/*dropdown menu bacgroundcolor*/
.dropdown-menu
{
  background-color: #5f5f5f;
  min-width:180px;
}

/*dropdown menu links color*/
.dropdown-menu > li > a
{
  color:#d9d9d9;
  padding: 7px 20px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover
{
  text-decoration: none;
  padding-left: 25px;
  -webkit-transition:padding 0.5s ease;
  -moz-transition:padding 0.5s ease;
  -o-transition:padding 0.5s ease;
  -transition:padding 0.5s ease;
}





.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: none;
}  
  
@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;
   }

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






/* Start Section About */

.about1
{
    background-color: #384d54;
    padding-top: 45px;
    padding-bottom: 30px;
}

.about1 img
{
   margin: 0 auto;
}

.about1 .lead
{
  color: #fff
}



.about
{
    padding-bottom: 30px;
}
.about .lead
{
    color:#384d54;
    font-size: 16px;
    text-align: left;
    font-family:Verdana;
}

.about .lead2
{
    color:#000;
    padding: 12px;
    font-size: 16px;
    margin-top: 15px;
    text-align: left;
}
.about h1
{
    color: #384d54;
    text-align: center;
    font-size: 36px;
    margin-top: 25px;
}


.about h1 span
{
    color: #384d54;
}

.about h3 span
{
    color: #E41B17;
}

.about p span
{
    color: #E41B17;
}

.about img
{
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 auto;
    
}
.about i
{
  color:#e48e00 ;
  font-size: 24px;
}
/* End Section About */






/*Start Section Statistics*/
.statistics
{
    background: url('../images/stats.jpg') no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
    
.statistics .data
{
    background-color: #384d54;
    min-height: 400px;
    color:#B6B5B5;
    padding-top: 5px;
    padding-bottom: 70px;
}

.statistics h1
{
    margin-bottom: 60px;
}

.statistics .stats
{
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    margin-bottom: 30px;

}

.statistics .stats:hover
{
    color: #fff;
}

.statistics p
{
    font-size: 16px;
    text-align: left;
    margin: 20px;
}

.statistics span
{
    font-size: 18px;
    color: chocolate;
}

.statistics .line-h
{
  line-height: 24px;
}
/*End Section Statistics */




 /*Start Ultimate Footer Section */
.footer
{
    background: #111;
    color: #AAA;
    padding-top: 10px;
    
}

.footer a {color:#AAA}
.footer a:hover {color:#FFF}

.footer h3
{
    color:#0895D1;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 20px 
}

.footer .three-columns
{
    overflow: hidden;
}

.footer .three-columns li
{
    width:33.333%;
    float:left;
    padding:6px 0;
}

.footer .three-columns li a:hover
{
  text-decoration: none;  
}



.footer .social-list
{
    overflow: hidden;
    margin: 20px 0 10px;
}

.footer .social-list li
{
    float:left;
    margin-right: 3px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}

.footer .social-list li:hover
{
    opacity: 1;
    

}

.footer .img-thumbnail
{
    background: rgba(0,0,0,0.3);
    border: 1px solid #444;
    margin-bottom: 5px;
}

.footer .copyright
{
    background: #333;
    color: #AAA;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 16px;
}

.footer .copyright span
{
    color:#e48e00;
}

 /*End Ultimate Footer Section*/



.myvspace0
{
  background-color: #384d54;
  height: 60px;
}
.myvspace1
{
  background-color: #384d54;
  height: 80px;
}
.myvspace2
{
  background-color: #fff;
  height: 60px;
}
.myvspace3
{
  background-color: #fff;
  height: 80px;
}


.mylead
{
  font-size: 36px;
  color: #fff;
  text-align: center !important;
  
}

.btn
{
  min-height: 50px;
  font-family:Verdana;
  font-size: 20px;
  letter-spacing: -0.03em;
  margin: 5px;
  }
  
.mylogos
{
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.mylogos img
{
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}