/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-09-17, 02:42:30
    Author     : Rafal Woloszka
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*@c-1: #1678ff;
@c-1-l: #7cb3ff;
@c-1-ll: #abceff;
@c-1-d: #003c8f;
@c-1-dd: #002e6e;

@c-2: #ffca00;
@c-2-l: #ffe170;
@c-2-ll: #ffeca4;
@c-2-d: #d9ac00;
@c-2-dd: #a78400;

@c-3: #ff6200;
@c-3-l: #ffa770;
@c-3-ll: #ffc7a4;
@c-3-d: #d95300;
@c-3-dd: #a74000;*/
html,
body {
  background-color: #134542;
  background-image: url('../img/blue.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  background-color: rgba(13, 49, 47, 0.75);
  box-shadow: inset 0 0 1px black;
  color: #eee;
  padding: 0 0 20px;
}
.header {
  background: url('../img/header.png') no-repeat scroll 50% 50% / cover;
  width: 100%;
  min-height: 250px;
  margin: 0 auto;
  box-shadow: inset 0px 0px 1px black;
  font-family: helvetica;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.header .logo-text {
  text-shadow: 2px 2px 1px #00aae2;
  margin-top: 25px;
  text-align: center;
}
.header .logo-text a {
  color: white;
}
.header .logo-text h1,
.header .logo-text p {
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header .logo-text h1 {
  letter-spacing: 15px;
  font-size: 32px;
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.75, 0.065, 1.95);
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.75, 0.065, 1.95);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.75, 0.065, 1.95);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.75, 0.065, 1.95);
  transition: all 0.5s cubic-bezier(0.68, -0.75, 0.065, 1.95);
}
.header .logo-text a:hover h1 {
  letter-spacing: 30px;
  text-shadow: 2px 2px 2px gold;
}
.header .logo-text a p span {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header .logo-text a:hover p span {
  text-shadow: 2px 2px 2px gold;
}
.header .quotes {
  margin-top: 40px;
  float: right;
  width: auto;
}
.header .quotes blockquote {
  margin-bottom: 5px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: right;
  font-size: 14px;
  text-shadow: 0px 0px 1px black;
  border-left: none;
}
.header .quotes blockquote p {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0;
}
.header .quotes blockquote footer > city {
  color: lightgrey;
}
.navbar-top .navbar-brand {
  color: white;
  font-weight: bold;
}
.navbar-top .navbar-nav > li > a {
  color: white;
  font-weight: bold;
}
.navbar-top.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1000;
}
.navbar-top.affix > .navbar {
  margin-bottom: 0px;
}
.navbar-top span.glyphicon.glyphicon-heart {
  color: #f00;
}
.navbar-top span.glyphicon.glyphicon-off {
  color: #aaa;
}
.navbar-top span.glyphicon.glyphicon-user {
  color: #aaa;
}
.dropdown .dropdown-menu li a:hover {
  color: #fff;
  background-color: #19f;
}
.menu-left .nav.nav-tabs {
  border-bottom: none;
}
.menu-left .nav.nav-tabs li a {
  background-color: #023431;
  border: #00211f 1px solid;
  color: #aaa;
  outline: none;
}
.menu-left .nav.nav-tabs li a:hover {
  color: #ddd;
  background-color: #0e403d;
}
.menu-left .nav.nav-tabs li.active a {
  background-color: #134542;
  color: white;
  border: #00211f 1px solid;
}
.menu-left .tab-pane {
  background-color: rgba(3, 39, 37, 0.5);
  border: #00211f 1px solid;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  color: #eee;
  padding: 5px 10px;
  font-size: 13px;
}
.menu-left .tabs-infos {
  text-align: right;
}
.menu-left .tabs-infos p {
  margin: 0;
}
.menu-left .tabs-infos p.infos-value {
  font-weight: bold;
  border-bottom: #1d413f 1px solid;
  margin-bottom: 5px;
}
.menu-left .tabs-separator {
  height: 30px;
}
.menu-left .ui-datepicker {
  width: 100%;
}
.menu-left .ui-datepicker td {
  width: 14.2857%;
}
.menu-left .ui-datepicker td a {
  outline: none;
}
@media (min-width: 768px) {
  .main-container .content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
  }
}
div.alert.alert-success {
  background-color: #287;
  color: #fff;
  border-color: #00211f;
}
div.alert.alert-success button.close {
  text-shadow: 0px 1px 0px #000;
  color: #fff;
  opacity: 0.6;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
div.alert.alert-success button.close:hover {
  opacity: 1;
}
.footer {
  height: 60px;
  color: #eee;
  background-color: #0d312f;
  padding-top: 20px;
  margin-top: 25px;
}
.footer a {
  color: #2fa9a2;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.form-theme-green .form-group .form-control {
  border: #00211f 1px solid;
  background-color: #134542;
  color: #eee;
}
.form-theme-green .form-group .form-control:focus {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(175, 233, 233, 0.6);
}
.form-theme-green .form-group.has-error .form-control {
  border-color: #f22;
}
.form-theme-green .form-group.has-error .control-label {
  color: #f22;
}
.form-theme-green .form-group.has-error .help-block {
  color: #f22;
}
.form-theme-green .form-group.has-success .form-control {
  border-color: #4f4;
}
.form-theme-green .form-group.has-success .control-label {
  color: #4f4;
}
.form-theme-green .form-group.has-success .help-block {
  color: #4f4;
}
.no-outline a {
  outline: none;
}
.news-content {
  margin-bottom: 20px;
}
.news-content:before,
.news-content:after {
  content: " ";
  display: table;
}
.news-content:after {
  clear: both;
}
.news-content:before,
.news-content:after {
  content: " ";
  display: table;
}
.news-content:after {
  clear: both;
}
.news-content .news-title,
.news-content .news-title > a {
  color: white;
  text-shadow: black -1px -1px 1px;
  font-weight: bold;
  font-size: 34px;
}
.news-content .news-category img,
.news-content img.news-category {
  margin-right: 10px;
  margin-bottom: 5px;
}
.news-content .btn-news-readmore {
  float: right;
}
.news-content hr {
  margin: 10px 0;
  border-color: #134542;
}
.form-horizontal-captcha-helper {
  margin-top: 45px;
}
.modal {
  color: #333;
}
.filter-list {
  line-height: 40px;
}
.filter-list .btn-group + .btn-group {
  margin-left: 3px;
}
.site-news-archive > .filter-list #newssearch-created_at {
  margin-top: 3px;
}
.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;
  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: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.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;
}
img {
  max-width: 100%;
  height: auto;
}
/*
calendar css
Ref: http://codepen.io/chelovekov/pen/ayKAn
*/
.calendar {
  margin: .25em 10px 10px 0;
  padding-top: 7px;
  float: left;
  width: 70px;
  background: #ededef;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
  background: -moz-linear-gradient(top, #ededef, #ccc);
  font: bold 25px/45px Arial Black, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
  text-shadow: #fff 0 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  -moz-box-shadow: 0 2px 2px #048;
  -webkit-box-shadow: 0 2px 2px #048;
  box-shadow: 0 2px 2px #048;
}
@media (max-width: 768px) {
  .calendar {
    width: 50px;
    font: bold 20px/35px Arial Black, Arial, Helvetica, sans-serif;
    padding-top: 5px;
  }
}
.calendar {
  -moz-box-shadow: 0 2px 2px #048;
  -webkit-box-shadow: 0 2px 2px #048;
  box-shadow: 0 2px 2px #048;
}
.calendar em {
  display: block;
  font: normal bold 11px/25px Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: #000 0 -1px 0;
  background: #04a;
  background: -webkit-gradient(linear, left top, left bottom, from(#04a), to(#07f));
  background: -moz-linear-gradient(top, #04a, #07f);
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #00365a;
  overflow: hidden;
}
@media (max-width: 768px) {
  .calendar em {
    font: normal bold 10px/15px Arial, Helvetica, sans-serif;
  }
}
.media-is-new .calendar {
  -moz-box-shadow: 0 2px 2px #f34;
  -webkit-box-shadow: 0 2px 2px #f34;
  box-shadow: 0 2px 2px #f34;
}
.media-is-new .calendar em {
  display: block;
  font: normal bold 11px/25px Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: #000 0 -1px 0;
  background: #FF9233;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9233), to(#dd5263));
  background: -moz-linear-gradient(top, #FF9233, #dd5263);
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #00365a;
  overflow: hidden;
}
@media (max-width: 768px) {
  .media-is-new .calendar em {
    font: normal bold 10px/15px Arial, Helvetica, sans-serif;
  }
}
.calendar:before,
.calendar:after {
  content: '';
  float: left;
  position: absolute;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #111;
  z-index: 1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
}
.calendar:before {
  left: 11px;
}
.calendar:after {
  right: 11px;
}
.calendar em:before,
.calendar em:after {
  content: '';
  float: left;
  position: absolute;
  top: -5px;
  width: 4px;
  height: 14px;
  background: #dadada;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
  background: -moz-linear-gradient(top, #f1f1f1, #aaa);
  z-index: 2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.calendar em:before {
  left: 13px;
}
.calendar em:after {
  right: 13px;
}
.list-media {
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}
.list-media a {
  color: #38f;
}
.list-media .list-media-title {
  margin: 5px;
}
.list-media .list-media-title a {
  font-weight: bold;
  font-size: 24px;
  text-shadow: #000 0 0 1px;
}
.list-media.media-is-new .list-media-title > a:before {
  content: " ";
  background: url('../img/new.png') no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -7px;
}
.list-media.media-is-new a {
  color: #FF9233;
}
.media-category-list ul {
  list-style: none;
  padding-left: 20px;
}
.media-category-list ul li {
  margin: 2px 0 1px;
}
.media-category-list ul li a {
  color: #ddd;
  font-weight: bold;
  font-size: 13px;
  padding: 7px 12px;
  display: block;
  border: 1px solid #0077aa;
  background-color: rgba(0, 68, 170, 0.25);
  margin-right: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.media-category-list ul li a:hover,
.media-category-list ul li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 68, 170, 0.5);
  border-color: #0044aa;
  outline: none;
}
.media-category-list ul li a.active {
  color: #fff;
  background-color: rgba(17, 153, 255, 0.75);
  border-color: #3388ff;
}
.media-category-list ul li a.active:hover,
.media-category-list ul li a.active:focus {
  color: #fff;
  background-color: rgba(17, 153, 255, 0.5);
  border-color: #3388ff;
}
.media-category-list .media-category-list-title {
  font-size: 24px;
  padding: 5px 0 5px;
  margin-top: 6px;
}
.audiogallery-theme-blue {
  background-color: rgba(0, 68, 170, 0.15);
  border-color: #0077aa;
  padding: 5px;
}
.audiogallery-theme-blue .zoomsounds-nav {
  background-color: #1199ff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1199ff), to(#0044aa));
  background: -moz-linear-gradient(top, #1199ff, #0044aa);
}
.audiogallery-theme-blue .zoomsounds-nav .menu-item {
  color: #fff !important;
  text-shadow: 0 0 1px #000;
}
