/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
   font-family: 'Open Sans', sans-serif;
}

h1 h2 h3 h4 h5 h6 {color: #2d2360;}

.hero-spacer {
    margin-top: 0px;
}

.hero-feature {
    margin-bottom: 30px;
}

.bottom .img-responsive {
    margin: 0 auto;
}
footer {
    margin: 50px 0;
}

footer a {color: #ffffff;}
footer a:hover {color: #dc2917; text-transform: none;}

div.clickable a { position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none;  z-index:10;  background-color:white;  opacity: 0;  filter: alpha(opacity=1); } 


.boxed-layout {background: #cccccc;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0;}

.wrapper {
    background: #fff none repeat scroll 0 0;
}


.banner {padding-bottom:30px;}


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


div.col-xs-15:nth-child(1){
    background-color: #2d2360;
}



div.col-xs-15:nth-child(2){
    background-color: #dc2917;
}

div.col-xs-15:nth-child(3){
    background-color: #2d2360;
}

div.col-xs-15:nth-child(4){
     background-color: #dc2917;
}

div.col-xs-15:nth-child(5){
    background-color: #2d2360;
}

div.col-xs-15:nth-child(6){
     background-color: #dc2917;
}

div.col-xs-15:nth-child(6) a:hover {color:white; background: #6db933;}



div.col-xs-15:nth-child(1):hover, div.col-xs-15:nth-child(2):hover, div.col-xs-15:nth-child(3):hover, div.col-xs-15:nth-child(4):hover, div.col-xs-15:nth-child(5):hover, div.col-xs-15:nth-child(6):hover {background-color: #cccccc;
}


.main-features  .col-xs-15 { color: #ffffff;
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: center;
font-size: 16px;
}




h1 { border-left:4px solid #dc2917; font-size: 20px; padding: 5px 5px 5px 15px; }

.top-address {color: #2d2360; font-size: 30px;}

.top-address li {font-size: 12px; list-style: none; }

.top-address i {font-size: 30px; color: #dc2917;}

.navbar-default {background: none; border: none;}

.navbar-default .navbar-nav > li > a {font-size:24px; text-transform: uppercase; color: #2d2360; }


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    
    background: none; border-bottom: 4px solid #dc2917; }




.contact-info i {
    color: #fff;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}


.contact-info h3 {
   
    margin-top: 0;
}


footer {background: #2d2360; padding: 20px; color: #ffffff; }

footer h3 {color: #ffffff;}





.bubble {

  position: relative;
  font-family: 'Open Sans', sans-serif;
 box-shadow:none;
    background: #2d2360; 
    border-color: #2d2360;
  color:#fff;

}
.bubble:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  border-top: 15px solid blue;
  border-top-color: inherit; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent; 
}
.bubble h3 {
  margin:0;
  padding:0;
  font-weight:normal;
  font-size:1.55em;
  text-shadow:1px 1px 1px #000
}
.bubble a {color:yellow;text-decoration:none;border-bottom:1px dotted #000}
.bubble a:hover {color:#fff}
.bubble p {margin:0 0 5px 0;padding:0;}


.form-horizontal .form-group {margin-right: 15px;!important }

.btn-primary {background-color: #2d2360;}

.panel-body {   


    background: #2d2360; 

  color:#fff;
 }

.media-body i {font-size: 14px; padding: 0px; height: 0px; width: 20px;}



#fade-quote-carousel.carousel {
    padding-bottom: 20px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #5f9a38;
    border: medium none;
}
#fade-quote-carousel blockquote {
    
    font-size: 12px;
    border-left: 2px solid #eee;
  
    margin: 10px 0 20px;
    padding: 0 10px;
}
#fade-quote-carousel .profile-circle {
    border-radius: 100px;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}


.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}