/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(../../img/colorbox/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../../img/colorbox/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
#top {
  background: #333333 linear-gradient(to bottom, #333333 0%, #2b2b2b 100%);
  border-bottom: 1px solid #4e4e4e;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
#header {
  padding: 20px 0;
  background-color: #454545;
}
#header #logo img {
  max-width: 120px;
  padding: 10px;
  border: 1px dashed #808080;
}
#header nav {
  border-radius: 3px;
  margin-top: 10px;
  background-color: #f9f9f9;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#header nav ul {
  margin: 0;
  padding: 0 20px;
}
#header nav ul li {
  margin: 0;
  float: left;
  padding: 0;
  list-style-type: none;
  line-height: 50px;
  position: relative;
}
#header nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  color: #999999;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  border-top: 3px solid transparent;
}
#header nav ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: rgba(0, 0, 0, 0.08);
}
#header nav ul li a.last:before {
  width: 0;
}
#header nav ul li a:hover,
#header nav ul li a.active {
  color: #333333;
  border-top: 3px solid #f7c51e;
}
#header #headerbar {
  vertical-align: middle;
}
#header #headerbar .widget-links .widget {
  display: inline-block;
}
#header #headerbar .widget-links .widget .icon-box {
  display: inline-block;
  clear: both;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(250, 250, 250, 0.12);
}
#header #headerbar .widget-links .widget .icon-box .fa {
  color: #989898;
  float: left;
}
#header #headerbar .widget-links .widget .icon-box .icon-text {
  float: right;
  padding-left: 15px;
}
#header #headerbar .widget-links .widget .icon-box .icon-text h4 {
  margin: 4px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #dddddd;
}
#header #headerbar .widget-links .widget .icon-box .icon-text span {
  font-size: 13px;
  color: #999999;
}
#header #headerbar .widget-links .widget .icon-box .icon-text a {
  text-decoration: underline;
}
#header #headerbar .widget-social {
  font-size: 15px;
  color: #f7c51e;
}
#header #headerbar .widget-links,
#header #headerbar .widget-social {
  display: inline-block;
  margin-top: 20px;
}
#main .title {
  background-color: #EEEEEE;
}
#main .alert {
  margin-top: 10px;
}
#main .content h1 {
  font-size: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#main .content h2 {
  font-size: 21px;
}
#main .content h3 {
  font-size: 18px;
}
#main .content .album-small {
  text-align: center;
}
#main .content .album-small .album-image {
  display: inline-block;
  margin: 10px;
}
#main .content .album-small .album-image img {
  max-width: 190px;
  max-height: 143px;
}
#main .content .center-block {
  float: none;
}
#main .content .slider {
  height: 300px;
}
#main .content .slider .slider-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  position: relative;
  top: 20px;
  left: 20px;
  display: inline-block;
  color: #ffffff;
}
#main .content .slider-1 {
  background: url('../../img/slider/slide1.jpg') 100%;
  background-size: cover;
}
#main .content .slider-2 {
  background: url('../../img/slider/slide2.jpg') 100%;
  background-size: cover;
}
#main .content .slider-3 {
  background: url('../../img/slider/slide3.jpg') 100%;
  background-size: cover;
}
#footer {
  padding: 30px 0;
  background-image: url('../../img/footer.png');
  background-color: #f2f2f2;
}
#footer h4 {
  padding-bottom: 5px;
  border-bottom: 2px solid #f7c51e;
}
#copyright {
  background-color: #f7c51e;
  text-align: center;
  color: #666666;
  line-height: 40px;
  font-size: 12px;
}
@media (max-width: 600px) {
  #header nav ul li {
    float: none;
    text-align: center;
    line-height: normal;
  }
  #header nav ul li a:before {
    background: none;
  }
  #logo {
    float: none !important;
    display: block;
    text-align: center;
  }
  .widget-links {
    text-align: center;
  }
  .widget-links .icon-box {
    border-right: 0 !important;
  }
  #footer {
    text-align: center;
  }
}
