body {
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3 {
  font-family: 'Old Standard TT', serif;
  color: #2d2f31;
}

h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}

h3 a {
  color: #2d2f31;
}

h3 a:hover {
  color: #c01b33;
  text-decoration:none;
}

.h2white {
  color: #ffffff;
}

.btn-client {
  background-color: #093754;
  color: #ffffff;
}

.btn-client:hover {
  background-color: #FF8901;
  color: #ffffff;
}

#navbar {
  border-bottom-color: #093754;
  border-bottom-width: 1px;
  background: -webkit-linear-gradient(#093754, #011939);
  background: -o-linear-gradient(#093754, #011939);
  background: -moz-linear-gradient(#093754, #011939);
  background: linear-gradient(#093754, #011939);
  background-image: -ms-linear-gradient(top bottom, #093754 0%, #011939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093754', **/ endColorstr='#011939');
}

#navbar li,
#navbar li a {
  color: #FFF;
}

#navbar li:hover a:hover {
  color: #ffffff;
}

#navbar-menu-right>li>a.navbar-button {
  background-color: #FF8901;
  color: #093754;
}

#store-top-nav>div>ul>li>h4>a {
  color: #093754;
}

#page-footer {
  background: -webkit-linear-gradient(#093754, #011939);
  background: -o-linear-gradient(#093754, #011939);
  background: -moz-linear-gradient(#093754, #011939);
  background: linear-gradient(#093754, #011939);
  background-image: -ms-linear-gradient(top bottom, #093754 0%, #011939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093754', **/ endColorstr='#011939');
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: 100px;
  padding-top: 25px;
  text-align: left;
}

#footer-text {
  color: white;
}

#footer-text a {
  color: #EAE7E2;
}

.modal {
  width: 100%;
  text-align: justify;
}

#footer-trademark {
  margin-top: 5px;
}

#footer-terms,
#footer-trademark {
  font-size: 9px;
}

#home-carousel>ol>li {
  background-color: #FF8901;
}

#home-carousel>ol>li.active {
  background-color: #093754;
  border-color: #093754;
}

#profile-nav.page-navigation>ul.nav-tabs {
  background-color: #093754;
  color: #ffffff;
}

div.gray-bar {
  background: #CBCBCB repeat left top;
  height: 2px;
  margin-top: 2px;
}

.support-header,
.title {
  margin-top: 50px;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7%;
  font-size: 20px;
  color: #fff;
  text-align: left;
  filter: alpha(opacity=50);
  opacity: .5;
}