.btn-client { 
background-color: #13355a;
}
.btn-client { 
color: #ffffff;
}
.btn-client:hover { 
background-color: #bd280a;
}
.btn-client:hover { 
color: #ffffff;
}
.title { 
color: #13355a;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: left;
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -25px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -25px;
}

.carousel-control.left {
background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-control.right {
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%)
}
#header-social-buttons a {
    padding-left: 2px;
}

/** TOP NAVIGATION BAR **/

  .btn-client { 
  background-color: #13355a;
  color: #ffffff;
  }
  
  /*.btn-client:hover { 
  background-color: #bd280a;
  color: #ffffff;
  }*/
  
  .title { 
  color: #13355a;
  }
#header-social-buttons a {
    padding-left: 2px;
}

/** TOP NAVIGATION BAR **/

  .btn-client { 
  background-color: #13355a;
  color: #ffffff;
  }
  
  /*.btn-client:hover { 
  background-color: #EC2028;
  color: #ffffff;
  }*/
  
  .title { 
  color: #13355a;
  }
  

 /** TOP NAVIGATION BAR **/
  /*#navbar {
	background-color:#ffffff;
  }*/
  
  #navbar {
	background-color:#13355a;
	border-color:#18307E;
  }
  
  #navbar li, #navbar li a {
	color:#fff;
  }
  
  #navbar li:hover a:hover {
	  background-color:#EC2028;
	  color: #ffffff;
  }
  
  #navbar-menu-right > li > a.navbar-button {
  		background-color: #EC2028;
  		color: #ffffff;
  }
  
  /**Store listing links**/
  #store-top-nav > div > ul > li > h4 > a {
	  color: #13355a;
  }
  
    /**FOOTER**/
  
  #page-footer {
	background-color:#13355a;
	position:absolute;
	bottom:0;
	width:100%;
	clear:both;
	height:100px;
	padding-top:25px;
	text-align: left;
  }
  #footer-text{
	color:#ffffff;
  }
  #footer-text a{
	color:#ffffff;
  }
  .modal {
	width:100%;
	text-align:justify;
  }
  #footer-trademark {
	  margin-top: 5px;
  }
  #footer-terms, #footer-trademark {
	  font-size: 9px;
	  }

#home-carousel > ol > li {
background-color: #13355a;
}

#home-carousel > ol > li.active {
background-color: #009BDA;
border-color: #007abe;
}

