/** TOP NAVIGATION BAR **/
#page-home {
  background: url('https://opus-nc-public.digitellcdn.com/uploads/gapna/redactor/8783d0f325e78536a2bf857c5e04f8be119dd92486b96351a5313bfa74950f3f.jpg') repeat-x;
}

body {
  background: url('https://opus-nc-public.digitellcdn.com/uploads/gapna/redactor/1e7a74e6aedbc3cb5d8de8660fdf3360ee2215cf367605a7cfddd5675e01a702.jpg') repeat-x;
}

h1 {
  font-family: 'Museo', Calibri, Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
}

h2 {
  font-family: 'Museo', Calibri, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
}

h3 {
  font-family: 'Museo', Calibri, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
}

h4,
h5,
h6 {
  font-family: 'Museo', Calibri, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

h1,
h2 {
  color: #143F64;
}

.content-block-title {
  font-family: 'Museo', Calibri, 'Arial Bold', sans-serif;
}

.title {
  font-family: 'Museo', Calibri, Arial, sans-serif;
}

.btn,
.btn-default,
.btn-primary,
.btn:active,
.btn-default:active,
.btn-primary:active,
.btn:focus,
.btn-default:focus,
.btn-primary:focus {
  font-family: 'Museo', Calibri, Arial, sans-serif;
}

.btn-client {
  background-color: #1483B0;
  color: #ffffff;
}

.btn-default:hover {
  background-color: #F8EFC6;
  color: #198EB8;
}
.title {
  color: #198EB8;
}

/** TOP NAVIGATION BAR
#navbar {
  border-bottom-color: #ffffff;
  border-bottom-width: 3px;
  background: -webkit-linear-gradient(#24A5C9, #025991);
background: -o-linear-gradient(#24A5C9, #025991);
background: -moz-linear-gradient(#24A5C9, #025991);
background: linear-gradient(#24A5C9, #025991);
background-image: -ms-linear-gradient(top bottom, #24A5C9 0%, #025991 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24A5C9', endColorstr='#025991');
}

#navbar li,
#navbar li a {
  color: #FFF3D6;
}

#navbar li:hover a:hover {
  color: #FFF3D6;
}

#navbar-menu-right>li>a.navbar-button {
  background-color: #25A8CB;
  color: #ffffff;
}
#store-top-nav>div>ul>li>h4>a {
  color: #198EB8;
}
#page-footer {
  background: -webkit-linear-gradient(#24A5C9, #025991);
background: -o-linear-gradient(#24A5C9, #025991);
background: -moz-linear-gradient(#24A5C9, #025991);
background: linear-gradient(#24A5C9, #025991);
background-image: -ms-linear-gradient(top bottom, #24A5C9 0%, #025991 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24A5C9', endColorstr='#025991');
position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: 100px;
  padding-top: 25px;
  text-align: left;
}

#footer-text {
  color: white;
}

#footer-text a {
  color: #FEF4D2;
}

.modal {
  width: 100%;
  text-align: justify;
}

#footer-trademark {
  margin-top: 5px;
}

#footer-terms,
#footer-trademark {
  font-size: 9px;
}

#home-carousel>ol>li {
  background-color: #B4B4B4;
}

#home-carousel>ol>li.active {
  background-color: #4A4A48;
  border-color: #000000;
}
#profile-nav.page-navigation>ul.nav-tabs {
  background-color: #B5E3E9;
  color: #ffffff;
}

div.gray-bar {
  background: #B4B4B4 repeat left top;
  height: 2px;
  margin-top: 2px;
}
.support-header,
.title {
  margin-top: 15px;
}

.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.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%)
}

small.event-tag {
  font-size: 100%;
}