body {
    font-family: Tahoma, sans-serif;
    border-top: 0px solid #ED1C24;
    color: #000;
    background-color: #f8f8f8;
    font-size: 12px;
/*    background:url(../images/body_bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
*/
}

#background {
    position: fixed;
    z-index:-1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/body_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

body .custom {
    overflow: hidden;
    padding: 0 0 50px 0;
}

.content-right {
    background: #DDDDDD;

}
body .custom header {
  padding: 20px 0;
}

body .custom .navbar a {
  font:14px 'Oswald', sans-serif;
  text-transform: uppercase;
}

body .custom .heading {
  background: transparent url(../images/h1-bg.png);
  height: 40px;
  margin: 30px 0;
  padding-left: 20px;
}

body .custom .heading h1 {
  background: url(../images/bg.png);
  color: #7e7e7e;
  display: inline-block;
  font: normal 40px/40px 'Oswald', sans-serif;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

.list-group li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #f3f3f3;
    border: 1px solid #e7e7e7;
}



body .custom .submenu {
    margin-bottom: 30px;
}

body .custom .submenu li.active {
    color: #0a355d;
}

body .custom .submenu li {
    display: list-item;
    font: 14px/14px 'Oswald', sans-serif;
    font-weight:300;
    text-transform: uppercase;
    list-style-position: inside;
    list-style-type: square;
    padding: 10px;
    text-transform: uppercase;
    background: #DDD;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

body .custom .submenu li a {
    color: #8f8f8f;
    text-decoration: none;
}


.list-group li .active, .list-group li:focus, .list-group li:hover {
    z-index: 2;
    color: #0a355d;
    background-color:#0a355d;
    border: 1px solid #e7e7e7;
    text-shadow: none;
}

.list-group li.active {
    background:#0a355d !important;
    color:#FFF !important;
}
.list-group li.active a {
    color:#FFF !important;
}

.nav .active a {
    background: #0a355d !important;
}

.nav .active a {
    color: #fff !important;
}

.panel .panel-heading {
    font: 14px 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 10px;
    background: #0a355d;
    border-radius:0;
    border-color: #e7e7e7;
}

.panel {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    background: #DDD;
}
.panel a {
    color: #7E7E7E;
}

.panel img {
    width: 100% !important;
    height: auto !important;
}

.navbar {
    background: #DDDDDD !important;

}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
}


.navbar {
    border-radius: 0;
}

.navbar-default {
    min-height:auto;
}


.logo-left {
    display:inline-block;
    background: url(../images/h1-bg.png);
    margin:0px;
    padding:10px 10px;
    color:#29c5e6;
}
.logo-right {
    display:inline-block;
    float:right;
    background: url(../images/h1-bg.png);
    margin:0px;
    padding:10px 10px;
    color:#29c5e6;
}


h1 {
    display:inline-block;
    background: url(../images/h1-bg.png);
    padding:10px 10px;
    margin:0px;
}

footer {
    background: #0a355d;
    color:#fff;
    padding:20px 0px;
    text-align:center;
    font-family: Tahoma, sans-serif;
    font-size:14px;
    letter-spacing: 1px;
    border-top:2px solid #DDD;
    border-bottom:2px solid #DDD;
    margin-bottom:5px;
}

.gallery .panel-heading {
    background: #0a355d;

}

.gallery .panel-heading a {
    color:#fff;
}

.breadcrumb {

    background: #0a355d;
    padding:10px;
    margin:0px 0px 20px 0px;
    border-radius: 0px;
    width:100%;
    font-size: 16px;
}

.breadcrumb a {
  font: normal 14px/14px 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
}

h2.news-title {
font-size:22px;
}

.heading {
display:none;
}

.btn-more {
    text-align:right;
    background: #0a355d;
    font: normal 14px/14px 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    margin:5px;
}
.btn-back {
    text-align:right;
    background: #0a355d;
    font: normal 14px/14px 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    margin:5px;
}

#topSlider {
    margin-bottom:20px;
}
#maps {
    height:300px;
    margin:0px;
    padding:0px;
}
