/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
  background-image: url(../images/background2.jpg);
  background-repeat: repeat;
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.5em;
}

/* Alexandra */

h4 {
  font-weight: bold;
  margin-top: 23px;
  text-align: left;
}

h5 {
  font-weight: bold;
  margin-top: 15px;
}

.table-responsive
{
  overflow-x: auto;
}

.table {
  width: 60%;
  margin: 0 auto;
}

.container {
  background-color: #1a1a1a;
  margin-top: 5px;
  margin-bottom: 20px;
}

.language {
  text-align: right;
  color: #fff;
  height: 96px;
  padding: 20px;
}

.nav a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #0098ff;
}
.nav-tabs {
  border-bottom: 0px solid #0071bc;
}
.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #0098ff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #0071bc;
  border: 1px solid #0071bc;
  border-bottom-color: transparent;
}

.spacer1 {
  height: 6px;
  background-color: #0071bc;
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.slider {
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
}


.carousel-caption {
  padding-bottom: 10px;
}
.carousel-indicators {
  bottom: 0px;
}

.content {
  background-image: url(../images/contentbg2.jpg);
  background-repeat: repeat-y;
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.contentsecondary {
  background-image: url(../images/contentbg3.jpg);
  background-repeat: repeat-y;
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.contentleft {
  background-image: url(../images/contentbg2.jpg);
  background-repeat: no-repeat;
  padding: 30px;
  padding-top: 35px;
  margin-right: -30px;
}
.contentleft img {  
  border: 4px solid #85272d;
}
.contentleftsecondary {
  background-image: url(../images/contentbg3.jpg);
  background-repeat: no-repeat;
  padding: 30px;
  padding-top: 35px;
  margin-right: -30px;
  color: #fff;
}
.contentleftsecondary a {
  color: #fff;
  text-decoration: none;
}

.contentleftsecondary a:hover,
a:focus {
  color: #ccc;
  text-decoration: underline;
}
.contentlefttxt {
  padding-right: 30px;
  padding-left: 30px;
}
.contentright {
  background-image: url(../images/contentbg.jpg);
  background-repeat: repeat;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}

img.center {
  display: block;
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

p.center {
  text-align: center;
  padding-top: 3px;
  font-family: 'Ubuntu', sans-serif;
}

p.indexspacer {
  height: 64px;
}


.bio {
  min-height: 550px;
  height: auto;
}

.services {
  min-height: 550px;
  height: auto;
}

.testimonials {
  min-height: 550px;
  height: auto;
}

.contact {
  padding-top: 179px;
  min-height: 550px;
  height: auto;
}

.footer {
  color: #bbb;
  height: 50px;
  float: right;
  padding: 14px;
  font-family: 'Ubuntu', sans-serif;
}

#noscript {
  font-family:sans-serif;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:101;
  text-align:center;
  font-weight:bold;
  font-size:120%;
  color:#fff;
  background-color:#ae0000;
  padding:5px 0 5px 0
}

.js-enabled #noscript {
  display: none;
}

.navbar-inner {
  background-color: #FFFFFF;
  background-image: none;
  background-repeat: repeat;
  border:0px solid #FFFFFF;
  filter: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}
.navbar .nav{
  font-family: '';
  float: none;
  text-align: center;
  width:100%;
}
.navbar .nav > li{
  color: #999;
  float: none;
  text-align: center;
  display: inline-block;
  padding: 0px 50px;
  width:100%;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #999;
  text-decoration: none;
  text-shadow: 0 0px 0 #ffffff;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #999;
  text-decoration: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
}
.navbar .nav {
  font-size:150%;
  font-weight:bold;
}
.navbar-text {
  color: #999;
}
.navbar-link {
  color: #999;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #777;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #777;
}
#bottom ul li{
  font-size:11px;
  font-weight:normal;
  padding: 0px 7px;
}
.bottomright{
  float:right;
}
#myCarousel{
margin-top:-22px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
audio {
  height: 30px;
  width:450px;
}
}

/* Landscape phones and down */
@media (max-width: 480px) {
 .language {
   height: 15px;
 }
p.indexspacer {
  display: none;
}
 .contact, .services, .testimonials, .bio {
   margin-top: 20px;
   margin-bottom: 20px;
 }
 
 .nav a {
   font-size:60%;
 }
 
 audio {
   width:200px;
 }

 .footer {
   font-size:60%;
 }
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
 .language {
   height: 15px;
 }
p.indexspacer {
  display: none;
}
 .contact, .services, .testimonials, .bio {
   margin-top: 20px;
   margin-bottom: 20px;
 }
 .navbar-default {
   background-color: #1a1a1a;
   border-color: #2a2a2a;
   color: #eee;
 }
 
 audio {
   width:275px;
 }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
 .language {
   height: 15px;
 }
p.indexspacer {
  display: none;
}
 .contact, .services, .testimonials, .bio {
   margin-top: 20px;
   margin-bottom: 20px;
 }
}

/* Small desktop */
@media (min-width: 992px) and (max-width: 1199px) {
p.indexspacer {
  height: 82px;
}
}
/* Large desktop */
@media (min-width: 1200px) {
  
}