

@font-face {
    font-family: 'ArimoRegular';
    src: url('../fonts/Arimo-Regular-Latin-webfont.eot');
    src: url('../fonts/Arimo-Regular-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arimo-Regular-Latin-webfont.woff') format('woff'),
         url('../fonts/Arimo-Regular-Latin-webfont.ttf') format('truetype'),
         url('../fonts/Arimo-Regular-Latin-webfont.svg#ArimoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('../fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('../fonts/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('../fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#carousel-section {
  margin:0 auto;
  width:100%;
  background:#173655;
  padding:30px 0px;
  border-top:1px solid #324c67;
  border-bottom:1px solid #202020;
}

.carouselBg { 
    background:#336699;
    padding:10px;
	border-radius:6px;		
}

.carousel-indicators {
  bottom:-39px;
}

.carousel-indicators li {
  border-color:#FFFFFF;
  background-color:#3399DD;
  width:14px;
  height:14px;
  margin:0px;
}

.carousel-indicators .active {
    width:14px;
    height:14px;
    margin:0px;
    background-color:#8CCF18;
}

.carousel-inner {
   margin-bottom:20px;
}

.promo-container { 
    padding:20px 0px 0px 14px;
}

h2 {font-size:30px; color:#FFFFFF; font-family:'YanoneKaffeesatzRegular', Arial; font-weight:normal; padding:12px 0px 14px 0px; text-transform:uppercase; margin:0px; line-height:24px;}

.promo-text {    
    color:#C7E2FE;
    padding-bottom:50px;
    font-size:14px;
    font-family:"ArimoRegular", sans-serif;
    text-align:justify;   
} 




.carousel .item {
      min-height: 250px;
    } 

   
     .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: auto;
    }