@charset "utf-8";
/* CSS Document */

body {font-family: 'Open Sans Condensed', sans-serif;
		   font-style: normal;
		background-color: #000;
    color: white;
	  }  



    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
	  
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      font-family: 'Open Sans', sans-serif;
		background-color: #000;
      padding: 25px;
	color: white;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
.carousel-caption button{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	margin-top: 10px;
}

.carousel-caption {
	top: 0;
    bottom: auto;
	margin-top: 80px;
	text-align: left;
	
}
.carousel-caption h3{
	font-size: 55px;
	font-weight: 700;
}

.carousel-caption p{
	font-size: 30px;
	font-weight: 700;
}

 /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 970px) {
    .carousel-caption {
      margin-top: 30px;
		
    }
  }

 /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 970px) {
    .carousel-caption h3{
      font-size: 35px;
		
    }
  }

 /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 970px) {
    .carousel-caption p{
      font-size: 20px;
		
    }
  }




  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 560px) {
    .carousel-caption h3 {
      font-size: 20px;
		
    }
  }


 /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 560px) {
    .carousel-caption p {
      font-size: 15px;
		 
    }
  }

/* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 560px) {
    .carousel-caption {
      margin-top: 0px; 
    }
  }

/* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 560px) {
    .carousel-caption button{
      margin-top: 4px;
	font-size: 12px;	
    }
  }

.navbar {
	background-image: url("../images/b-w-bg.png");
    background-repeat: repeat-x;
	background-color: white;
	padding-top: 0px;
	margin-top: 0px;
	border:0;
	xheight: 130px;
}


.navbar-brand>img {
  max-height: 100%;
  xpadding: 15px;
  max-width: 100%;
max-width: 421px;	
}

@media (max-width: 1200px) {
.navbar-brand>img {
  max-height: 99%;
  
  max-width: 99%;
	
}
}


.navbar-brand {
  height: 130px;
  padding: 0px
}

.nav >li >a {
  margin-top: 27px;
  padding-top: 42px;
  padding-bottom: 41px;
  font-size: 17px;
  font-weight: 700;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
  height: 40px;
  background-color: white;
}

.navbar {
    min-height: 130px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 103px;
}

@media (max-width: 1200px) {
    .navbar  {
  min-height: 100px;
	}
}



@media (max-width: 1200px) {
    .navbar-brand  {
  height: 100px;
	}
}


@media (max-width: 1200px) {
    .navbar-nav > li > a {
    font-size: 14px;
	line-height: 80px;}
}
/*
@media (min-width: 768px) and (max-width: 991px) {
   .collapse {
       display: none !important;
   }
}

*/

@media (max-width: 991px) {
    
	
	.navbar-nav > li > a {
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 14px;}
    
	.nav > li > a {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  }
}




/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}





.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}


.managecontainer {
	 width: 100%; /* Set width to 100% */
     margin: auto;
	padding-top: 110px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
	
	
}


.managerow {

	margin:0;
	padding:0;
}

.managerow .row{

	margin:0;
	padding:0;
}

.managerow .row .col-sm-4{

	
	padding:0;
}


.managerow .row .col-sm-4 img{

	padding-right:10px;
	padding-left:10px;
	background-color: black;
}





.managerow h1 {
	font-size: 26px;
	font-weight: 600;
	color: #999999;
	background-color: white;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.managerow p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	color: #000;
	background-color: white;
	margin: 0;
	padding: 10px;
}


/*
@media (max-width: 768px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
*/

.dropdown-menu {border-radius: 0 !important;
xwidth: 225px;
}

.dropdown-submenu {
    position: relative;
	border-radius: 0 !important;
}

.dropdown-submenu .dropdown-menu {
    white-space: normal;
	top: 0;
    left: 100%;
    margin-top: -1px;
	border-radius: 0 !important;
	width: 100%;
	}

.simple {
    
    font-size: 36px;
	font-weight: 700;
    
}
