html { min-height: 100%; position: relative; }
body { background-color: #F8F8F8; color: #555; font-family: 'Open Sans'; font-size: 13px; line-height: normal; margin: 0; min-height: 100%; padding: 0; }



a { color: #3E7A8A; text-decoration: none; transition: all 0.4s ease-in-out 0s; }
a:hover, a:focus { color: #326878; outline: none; text-decoration: underline; }

p { line-height: 20px; }

ul, ol { line-height: 20px; }

b, strong { font-weight: 700; }



@media (min-width: 1200px) {
  .container {
    max-width: 970px;
    width: 970px;
  }
}


h2 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}


#header {  background-color: #F8F8F8;
  /*background: url(../images/struct/header-background.png) repeat-x center center #1F1F1F;*/
}
#header .container {
  background-color: #1F1F1F;
  height: 140px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}



.navbar {
  border: none;
  border-radius: 8px 8px 0 0;
  background: #fff;
  height: 50px;
  font-size: 14px;
text-transform: uppercase;
  margin: -30px 0 0 150px;
  padding-left: 0;
}


.nav > li > a {
  color: #000000;
}

.navbar-nav > li > a {
  padding: 15px 10px;
}

.nav > li.first > a {
  padding-left: 21px;
}

.nav > li.active > a, .nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
  color: #34689a;
}

.navbar > .nav.navbar-right {
  margin-right: 0;
}


.navbar .dropdown-menu {
  text-transform: none;
  width: 100%;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #252525 !important;
    color: #fff !important;
}



  #header .logo {
    float: left;
    margin-top: 20px;
  }

#content { background-color: #F8F8F8;
   /* background-color: #F8F8F8;*/
}
#content > .container {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
   min-height: 720px;
  padding-bottom: 15px;
  padding-top: 15px;
}


#footer ul {
  margin: 10px 0;
  padding: 0;
}
#footer ul li {
  display: inline-block;
  font-size: 11px;
  font-weight: 100;
  padding-right: 16px;
  position: relative;
  text-transform: uppercase;
}
#footer ul li.pipe:after {
  content: '|';
    font-size: 9px;
    line-height: 20px;
    position: absolute;
    right: 4px;
    top: -1px;
}
#footer ul li.copyright {
  float: right;
  font-size: 10px;
  padding-right: 0;
}
#footer ul li a {
  color: #555;
}


#clip {
  position: relative;
}
#clip a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#clip a .fa {
  opacity: 0.8;
color: #fff;
left: 50%;
margin-top: -32px;
position: absolute;
margin-left: -25px;
top: 50%;
}
#clip a:hover .fa {
  opacity: 1;
}

#audio {
    position:              absolute;
    top:                   20px;
    left:                  165px;
    -webkit-border-radius: 0;
    border-radius:         0;
}

.thumbnail-video {
  background-color: #000000;
  min-height: 159px;
  position: relative;
}

.thumbnail-video a {
  opacity: 0.8;
  transition: none;
}

.thumbnail-video .fa-play {
  opacity: 0.8;
  color: #fff;
  left: 50%;
  margin-left: -25px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
.thumbnail-video:hover a, .thumbnail-video:hover .fa-play {
  opacity: 1;
}
