/* GENERAL */
@font-face{
	font-family: "technohideo";
	src: url('../fonts/technohideo.eot?') format('eot'), url('../fonts/technohideo.woff') format('woff'), url('../fonts/technohideo.ttf') format('truetype'), url('../fonts/technohideo.svg#technohideo') format("svg"), url('../fonts/technohideo.otf') format('opentype');
}

::selection {
  background-color: #adff2f;
  color: #151515;
}

::-moz-selection {
  background-color: #adff2f;
  color: #151515;
}

h3.title {
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  background: #009285;
}

hr {
  border-top: 1px solid grey;
}

.placeholder {
  color: #aaa;
}

textarea {
  resize: vertical;
}

.alertMessage {
  display: none;
}

.valign-middle {
  vertical-align: middle !important;
}

.table-hover>tbody>tr:hover {
  background-color: #337ab7;
  color: #fff;
}

.table-hover>tbody>tr:hover a{
  color: #fff;
  text-decoration: none;
}

th {
  background-color: #f5f5f5;
}

.borderless {
  border: none !important;
}

.borderless th, .borderless td{
  border: none !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-right: 0;
  border-left: 0;
}

.fa.fa-check {
  color: #adff2f;
}

.alert .fa.fa-check {
  color: inherit;
}

.fa.fa-times {
  color: #cc0000;
}

.fa-asterisk {
  color: #c90000;
}

.clear {
  clear: both;
  margin-bottom: 10px;
}

/* NAVBAR */
.navbar-default {
  border-bottom: 0.3em solid #ddd;
}

header .logo {
  margin: 10px 20px 10px 0;
  max-height: 100px;
  width: auto;
}

.navbar-toggle {
  margin-top: 35px;
  border: 0;
  font-size: 20px;
  color: #333;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #009285;
  color: #fff;
}

.navbar-default .navbar-nav {
  margin: 35px 0;
}

.navbar-default .navbar-nav>li {
  margin: 0 0.25em;
}

.navbar-default .navbar-nav>li>a, .dropdown-menu>li>a {
  font-size: 1.2em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
  color: #333;
}

.navbar-default .navbar-nav>li:hover {
  background-color: #009285;
}

.navbar-default .navbar-nav>.current {
  background-color: #009285;
}

.navbar-default .navbar-nav>.current>a, .navbar-default .navbar-nav>li:hover>a {
  color: #fff;
}

.navbar-default .navbar-nav>.open>a {
  background: #009285;
}

.dropdown-menu {
  background-color: #ddd;
}

.dropdown-menu>li>a {
  color: #333;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: #009285;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #009285;
}

@media (min-width: 768px) {
  .navbar-right {
    margin: 40px 0;
  }
}

@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #ddd;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: #009285;
    color: #fff;
  }
}

/* CAROUSEL */
.carousel-indicators {
  bottom: 0;
}

.carousel-caption {
  bottom: 5px;
}

/* NEWS BAR */
.news-bar {
  padding: 15px 0 15px 0;
  background: -moz-linear-gradient(left,  #000000 0%, #575757 50%, #000000 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#575757), color-stop(100%,#000000));
  background: -webkit-linear-gradient(left,  #000000 0%,#575757 50%,#000000 100%);
  background: -o-linear-gradient(left,  #000000 0%,#575757 50%,#000000 100%);
  background: -ms-linear-gradient(left,  #000000 0%,#575757 50%,#000000 100%);
  background: linear-gradient(to right,  #000000 0%,#575757 50%,#000000 100%);
  margin-bottom: 15px;
}

.news-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.news-intro {
  color: #fff;
  font-size: 12px;
}

.news-description {
  padding: 10px 0 10px 0;
}

.news-link {
  float: right;
}

@media (max-width: 992px) {
  .news-bar img {
    display: none;
  }
}

/* NAV TABS */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #009285;
  border: 1px solid #009285;
}

.nav-tabs>li>a:hover {
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #337ab7;
}

/* BUTTONS */
button.close {
  background-color: #cc0000;
  padding: 5px 7px;
  border-radius: 4px;
  opacity: 0.8;
}

button.close:focus, .close:hover {
  opacity: 1;
}

button.close .fa.fa-times {
  color: #fff;
}

/* MODALS */
.modal-dialog {
  z-index: 99999;
}
.modal-content {
  background-color: #f5f5f5;
  border: 1px solid #333;
}

.modal-header {
  border-bottom: 1px solid #333;
}

/* TOGGLE */
.toggle-container {
  float: right;
}

.toggle-option.hide {
  display: none;
}

/* CREW PAGE */
.crew img {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .crew p, .crew h3 {
    line-height: 70px;
  }
}

/* DATEPICKER */
.datepicker {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.datepicker td.day:hover {
  background: #009285;
  color: #fff;
}

.datepicker td span:hover {
  background: #009285;
  color: #fff;
}

.datepicker thead tr:first-child th:hover {
  background: #009285;
  color: #fff;
}

.datepicker:before {
  border-bottom: 6px solid #151515;
}

.datepicker:after {
  border-bottom: 6px solid #151515;
}

/* SELECT 2 */
.select2-drop-active {
  border-color: #ccc;
}

.select2-drop {
  background: #ddd;
}

.select2-results .select2-highlighted {
  color: #fff;
  background-color: #009285;
}

/* MEDIA UPLOAD */
.ajax-upload-dragdrop {
  border: 2px dotted #009285;
  color: #009285;
  padding: 30px 10px;
}

.ajax-file-upload {
  background: #009285;
  color: #fff;
  padding-bottom: 25px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.ajax-file-upload:hover {
  background: #337ab7;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.ajax-file-upload-statusbar {
  border: 1px solid #009285;
}

.ajax-file-upload-filename {
  color: #009285;
}

.ajax-file-upload-progress {
  width: 70%;
}

.ajax-file-upload-green {
  background-color: #009285;
  color: #fff;
}

.ajax-file-upload-red {
  background: #cc0000;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* OVERVIEW BLOCKS */
.overview-block .image {
  background-position: center center; 
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f5f5f5;
  width:100%;
  height: 255px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #000;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

.overview-block .title {
  width: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  padding: 5px 5px;
  color: #000;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  text-align: center;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.overview-block:hover .image, .overview-block:hover .title {
  background-color: #337ab7;
  color: #fff;
}

.overview-block:hover {
  text-decoration: none;
}

.detail-image {
  margin-bottom: 10px;
}

/* CREW */
.crew {
  margin-bottom: 25px;
}

/* FLOORPLAN */
.floorplanContainer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}

.seat {
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
}

.spoiler .seat {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.spoiler .spoiler-btn {
  margin-bottom: 10px;
}

.floorplanContainer .seat {
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 10px;
  z-index: 100;
  margin: 0;
}

.floorplanContainer .seat.available {
  background: #00ff00;
  color: #000000;
}

.floorplanContainer .seat.booked {
  background: #ff0000;
  color: #ffffff;
}

.floorplanContainer .seat.reserved {
  background: #ff8c00;
  color: #000000;
}

.floorplanContainer .seat.booked:hover, .floorplanContainer .seat.reserved:hover{
  cursor: pointer;
}

.floorplanContainer .booker {
  position: absolute;
  z-index: 101;
  border: 1px solid black;
  border-radius: 0 10px 10px 10px;
  padding: 10px;
  background: #ddd;
}

.floorplanContainer .booker.closed {
  display: none;
}

.floorplanContainer .booker span, .floorplanContainer .booker a {
  font-weight: bold;
}

.floorplanContainer .booker img {
  max-width: 200px;
  border: 1px solid black;
  margin: 5px 0 5px 0;
}

/* MEDIA */
.media-bar {
  background-color: #ddd;
  padding: 10px;
}

#masonry-container {
  margin: 0 auto;
}

#masonry-container a {
  text-decoration: none;
}

#masonry-container .item {
  width: 280px;
  border-radius: 4px;
  margin: 5px;
  background-color: #ddd;
}

#masonry-container .item:hover {
  background-color: #337ab7;
}

#masonry-container .item:hover .itemInfo {
  color: #fff;
  text-decoration: none;
}

#masonry-container .item img {
  width: 100%;
  height: auto;
}

#masonry-container .item .itemInfo {
  padding: 5px;
}

.fancybox-skin {
  background: #ddd;
  border: 1px solid #333;
  color: #333;
}

/* FOOTER */
footer {
  border-top: 0.3em solid #ddd !important;
  background: #f5f5f5;
}

/* SCROLL TO TOP */
.scrollElement {
  background-color: #009285;
  opacity: 0.5;
}

.scrollElement:hover {
  opacity: 1;
}

/* SOCIAL MEDIA */
.social-media a {
  text-decoration: none;
}
.icon-facebook { color: #3b5998; }
.icon-facebook .fa-stack-1x { color: #fff; }

.icon-google-plus { color: #dd4b39; }
.icon-google-plus .fa-stack-1x { color: #fff; }

.icon-instagram { color: #3f729b; }
.icon-instagram .fa-stack-1x { color: #fff;}

.icon-linkedin { color: #0077b5; }
.icon-linkedin .fa-stack-1x { color: #fff; }

.icon-soundcloud { color: #ff8800; }
.icon-soundcloud .fa-stack-1x { color: #fff;}

.icon-spotify { color: #2ebd59; }
.icon-spotify .fa-stack-1x { color: #fff;}

.icon-twitter { color: #00aced; }
.icon-twitter .fa-stack-1x { color: #fff; }

.icon-youtube { color: #cd201f; }
.icon-youtube .fa-stack-1x { color: #fff; }