/*
 Custom styles
*/
@font-face {
  font-family: 'bebas_neueregular';
  src: url("http://www.jeanservices.com/bootstrap/fonts/BebasNeue-webfont.eot");
  src: url("http://www.jeanservices.com/bootstrap/fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.jeanservices.com/bootstrap/fonts/BebasNeue-webfont.woff") format("woff"), url("http://www.jeanservices.com/bootstrap/fonts/BebasNeue-webfont.ttf") format("truetype"), url("http://www.jeanservices.com/bootstrap/fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'bebas_neueregular';
  color: #111; }

#contentarea {
  margin-top: 60px; }

.breadcrumb {
  margin: 0 0 16px 0; }

img {
  max-width: 100%; }

.jumbotron h1 {
  font-size: 52px; }

.news-teaser:nth-child(odd) {
  clear: left; }

.footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  background-color: #ffffff; }

.carousel-control {
  z-index: 100; }

/* Gallery Carousel */
#galleryCarousel {
  margin-top: 0;
  margin-bottom: 0; }
  #galleryCarousel .item {
    background-color: #FFF; }
  #galleryCarousel .carousel-control {
    color: #FFF;
    opacity: 1;
    top: -30%;
    filter: alpha(opacity=100);
    background: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 2em; }

/* Listit Carousel */
#listitCarousel {
  margin-top: 0;
  margin-bottom: 10px; }
  #listitCarousel .item {
    background-color: #FFF;
    height: 110px;
    margin-top: 0;
    padding: 0; }
  #listitCarousel .carousel-control {
    top: 110px;
    left: auto;
    width: auto;
    color: #CCC;
    text-align: center;
    background: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    #listitCarousel .carousel-control.left {
      right: 9%; }
    #listitCarousel .carousel-control.right {
      right: 10px; }

/* News Carousel */
#newsCarousel {
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */ }
  #newsCarousel.carousel {
    background-color: #007ba1;
    margin-bottom: 0px;
    margin-top: 50px; }
    #newsCarousel.carousel .carousel-control {
      background: none;
      width: 3%; }
    #newsCarousel.carousel .carousel-inner .item {
      height: auto;
      background-color: transparent; }
      #newsCarousel.carousel .carousel-inner .item img {
        position: static; }
      #newsCarousel.carousel .carousel-inner .item .carousel-title a:link, #newsCarousel.carousel .carousel-inner .item .carousel-title a:visited, #newsCarousel.carousel .carousel-inner .item .carousel-title a:hover {
        color: #FFF; }
  #newsCarousel .carousel-caption {
    position: static;
    margin-top: 0;
    background: none;
    text-align: left;
    color: #FFF;
    padding: 0 0 0 2%; }
  #newsCarousel .carousel-title a a:hover {
    text-decoration: none; }
  #newsCarousel .carousel-indicators {
    bottom: -35px; }
    #newsCarousel .carousel-indicators li {
      border-color: #007ba1;
      width: 14px;
      height: 14px; }
      #newsCarousel .carousel-indicators li:hover, #newsCarousel .carousel-indicators li.active {
        background-color: #007ba1; }

/* imgs and floats on News detail template*/
#newsbody .thumbnail.pull-right {
  margin-left: 1em; }
#newsbody .thumbnail.col-xs-12.pull-right {
  margin-left: none; }

.page-header {
  margin-top: 20px; }

#sidebarright {
  clear: right; }

.last {
  border-bottom: none;
  margin-bottom: 0; }

#footer-nav li {
  border-right: 1px solid #CCC; }
  #footer-nav li:last-child {
    border-right: none; }

/*
 * Bootstrap Image Gallery CSS 2.5.3
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2011, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.modal-gallery {
  width: auto;
  max-height: none;
  outline: none; }
  .modal-gallery.fade.in {
    top: 50%; }
  .modal-gallery .modal-body {
    max-height: none; }
  .modal-gallery .modal-title {
    display: inline-block;
    max-height: 54px;
    overflow: hidden; }
  .modal-gallery .modal-image {
    position: relative;
    margin: auto;
    min-width: 128px;
    min-height: 128px;
    overflow: hidden;
    cursor: pointer; }
    .modal-gallery .modal-image:hover:before, .modal-gallery .modal-image:hover:after {
      content: '\2039';
      position: absolute;
      top: 50%;
      left: 15px;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      font-size: 60px;
      font-weight: 100;
      line-height: 30px;
      color: #ffffff;
      text-align: center;
      background: #222222;
      border: 3px solid #ffffff;
      -webkit-border-radius: 23px;
      -moz-border-radius: 23px;
      border-radius: 23px;
      opacity: 0.5;
      filter: alpha(opacity=50);
      z-index: 1; }

.modal-gallery .modal-image:hover:after {
  content: '\203A';
  left: auto;
  right: 15px; }

.modal-single .modal-image:hover:before,
.modal-single .modal-image:hover:after {
  display: none; }

.modal-loading .modal-image {
  background: url(/uploads/theme/loading.gif) center no-repeat; }

.modal-gallery.fade .modal-image {
  -webkit-transition: width 0.15s ease, height 0.15s ease;
  -moz-transition: width 0.15s ease, height 0.15s ease;
  -ms-transition: width 0.15s ease, height 0.15s ease;
  -o-transition: width 0.15s ease, height 0.15s ease;
  transition: width 0.15s ease, height 0.15s ease; }

.modal-gallery .modal-image * {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-gallery.fade .modal-image * {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.modal-gallery .modal-image *.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.modal-fullscreen {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden; }

.modal-fullscreen.modal-loading {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.modal-fullscreen .modal-body {
  padding: 0; }

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  z-index: 2000; }

.modal-fullscreen .modal-footer {
  top: auto;
  bottom: 0; }

.modal-fullscreen .close,
.modal-fullscreen .modal-title {
  color: #fff;
  text-shadow: 0 0 2px rgba(33, 33, 33, 0.8); }

.modal-fullscreen .modal-header:hover,
.modal-fullscreen .modal-footer:hover {
  opacity: 1; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.max-margin-bottom {
  margin-bottom: 1em; }

@media (max-width: 767px) {
  .modal-gallery .btn span {
    display: none; }

  .modal-fullscreen {
    right: 0;
    left: 0; } }

/* Stylesheet: theme // bootstrap-custom Modified On 2016-02-03 18:25:28 */
