@font-face {
    font-family: Rock;
    src: url('/fonts/ROCK.woff');
}
@font-face {
    font-family: RockB;
    src: url('/fonts/ROCKB.woff');
}
@font-face {
    font-family: RockI;
    src: url('/fonts/ROCKI.woff');
}
@font-face {
    font-family: RockBI;
    src: url('/fonts/ROCKBI.woff');
}
@font-face {
    font-family: RockEB;
    src: url('/fonts/ROCKEB.woff');
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	margin-bottom:50px;
	background: url('/images/animals.png') bottom right no-repeat;
	font-family:rock;
	letter-spacing:1px;
	font-size:16px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  color:#FFFFFF;
  background-color: #3d3838;
  font-size: 12px;
  text-align: center;
  padding-top:20px;
}
h1 {
	border-bottom: #ffa133 3px solid;
	font-family:rock;
	font-size: 24px;
}
#header_logo {
	text-align:center;
	position:absolute;
	margin-left:auto;
	left:0;
	right:0;
	margin-right:auto;
	z-index:100000;
	width:210px;
	margin-top:-50px;
}
.navbar-default {
	border-radius:0px;
	background-color:#c5c5c5;
	border:0px;
	font-family:rock;
	text-transform:uppercase;
	font-size:1.2em;
	padding-bottom:0;
	margin-bottom:0;
}
.navbar-default .active{
	background-color:#d6d6d6;
	font-family:rockb;
}
.navbar-default .navbar-header {
	z-index:1000001;
	border-bottom:1px #3d3838 solid;
}
.navbar-brand {
	padding-top:5px;
	margin-top:0;
}
.barbed-wire {
	height:14px;
	background: url('/images/barbed-wire.png') repeat-x top left;
	overflow:hidden;
	font-size:1px;
	width:100%;
	margin-top:-7px;
	z-index:99999;
	position:absolute;
}
#main_logo {
	z-index:99999;
	width:100%;
	height:100%;
}
#main_logo img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
	margin-left:auto;
	margin-right:auto;
}
.overlay {
	position: absolute;
	top: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%; // Add this
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#banner_container {
    width: 100%;
    margin: auto;
}
.selectpicker {
	border-radius:0;
}
.row:nth-of-type(odd){
  background-color: #ffffff;
}

.row:nth-of-type(even){
  background-color: #ffffff;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.navbar-toggle .button-label {
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding-left: 10px;
	color:#777;
}
.button-bars {
    display: inline-block;
    float: left;
}
.content {
	padding:30px;
}
.side_menu {
	background-color: #efefef;
	padding:4px 3px 20px 3px;
}

@media (min-width: 800px) {

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}
@media (min-width: 1px) {
    #other_header .navbar-header {
        float: none;
    }
    #other_header .navbar-toggle {
        display: block;
    }
    #other_header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #other_header .navbar-collapse.collapse {
        display: none!important;
    }
    #other_header .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    #other_header .navbar-nav>li {
        float: none;
    }
    #other_header .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #other_header .navbar-text {
        float: none;
        margin: 15px 0;
    }
    #other_header .navbar-collapse.collapse.in { 
        display: block!important;
    }
    #other_header .collapsing {
        overflow: hidden!important;
    }
	#other_header .nav {
		margin-bottom:50px;
	}
	#other_header .navbar-nav {
		border-bottom:#3d3838 1px solid;
	}
	
  #other_header .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #other_header .navbar-nav .open .dropdown-menu > li > a,
  #other_header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #other_header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  #other_header .navbar-nav .open .dropdown-menu > li > a:hover,
  #other_header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  #other_header .navbar-form .form-group {
    margin-bottom: 5px;
  }
  #other_header .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  .brenner div {
	  padding: 5px 5px;
  }
  .brenner .row {
	  border: 1px solid #000000;
  }