/* ================== COLORS ==================*/
/* Mladi i EU */
/* SPORT */
/* ================== MIXINS ================== */
/* ================== TYPOGRAPHY ================== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500&subset=latin,latin-ext);
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab";
  font-weight: 300; }

h2 {
  font-size: 1.6rem;
  font-weight: 300; }

p, ul, ol {
  font-family: "Roboto";
  font-size: .9rem; }

strong {
  font-weight: 500; }

a {
  color: #D95422; }
  a:hover {
    color: #FFA500; }
  a:focus {
    color: #D95422; }

.cat1 {
  background: #FFA500; }

.cat2 {
  background: #D95422; }

.cat3 {
  background: #AB2421; }

.cat4 {
  background: #72962B; }

.cat5 {
  background: #045191; }

.cat6 {
  background: #008DD2; }

.cat7 {
  background: #56698F; }

.cat8 {
  background: #A82682; }

.cat9 {
  background: #007942; }

/* ================== PAGE STYLES ================== */
body {
  background: url(../../images/dark_bg.png) #424242;
  font-family: "Roboto"; }
  body.f-topbar-fixed {
    /* This is to fix buggy foundation behavior when even if you scrolled to top, it leaves inlined padding-top value */
    padding-top: 0 !important; }

.wrapper {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  height: 100%; }

/* ================== HEADER ================== */
/* ------------------TOP BAR -------------------*/
.sticky {
  padding: .5em;
  background: #D95422;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  @media only screen and (min-width: 64.063em) {
    .sticky {
      position: fixed;
      width: 100%;
      z-index: 3;
      background: transparent;
      padding: 1em;
      box-shadow: none; } }
  .sticky.fixed {
    position: fixed;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    padding: .5em; }
    @media only screen and (min-width: 64.063em) {
      .sticky.fixed {
        background: url(../../images/dark_bg.png) #424242;
        border-bottom: 1px solid #222; } }
    .sticky.fixed .search {
      /*background: transparent;*/ }
  .sticky.fixed-bg {
    background: url(../../images/dark_bg.png) #424242;
    border-bottom: 1px solid #222; }

.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 0; }

.fixed.expanded:not(.top-bar) .title-area {
  position: static;
  width: auto; }

.top-bar {
  background: transparent;
  color: #FFF; }
  .top-bar .name h1 a {
    color: inherit; }
    .top-bar .name h1 a img {
      height: 30px; }
      @media only screen and (min-width: 64.063em) {
        .top-bar .name h1 a img {
          height: 45px; } }
    .top-bar .name h1 a:hover img {
      opacity: .8; }
  .top-bar .name h1 a {
    width: 50%;
    margin-left: 25%;
    text-align: center; }
    @media only screen and (min-width: 64.063em) {
      .top-bar .name h1 a {
        width: auto;
        margin-left: 0;
        text-align: left; } }
  .top-bar .toggle-topbar {
    right: auto;
    left: 0; }
    .top-bar .toggle-topbar.search-icon {
      right: 0;
      left: auto; }
    .top-bar .toggle-topbar a {
      width: 40px;
      height: 40px;
      text-align: center;
      padding: 0 !important; }
  .top-bar .toggle-menu {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px; }
    @media only screen and (min-width: 64.063em) {
      .top-bar .toggle-menu {
        display: none; } }
    .top-bar .toggle-menu a span:after {
      content: "";
      position: absolute;
      display: block;
      height: 0;
      top: 50%;
      margin-top: -8px;
      right: .9375rem;
      box-shadow: 0 0 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
      width: 16px; }
  .top-bar .search {
    background: rgba(0, 0, 0, 0.2);
    padding: .5em;
    margin: 1em .5em .5em;
    position: relative;
    border-radius: 5px;
    text-align: right;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    @media only screen and (min-width: 64.063em) {
      .top-bar .search {
        background: #A82682;
        margin: 0;
        padding: 0 0.9375rem; } }
    .top-bar .search form {
      overflow: hidden;
      height: 100%;
      position: relative; }
    .top-bar .search input {
      margin: 0;
      height: 100%;
      position: static;
      padding-right: 20px;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      .top-bar .search input:focus {
        background: transparent; }
      @media only screen and (min-width: 64.063em) {
        .top-bar .search input {
          width: 150px; }
          .top-bar .search input:focus {
            width: 250px; } }
    .top-bar .search label.element-invisible {
      display: none; }
    .top-bar .search .button {
      position: absolute;
      background: transparent;
      padding: 0;
      padding-right: .5em;
      width: 45px;
      height: 100%;
      top: 0;
      right: -12px;
      padding: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .top-bar .search .button:hover {
        color: rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 64.063em) {
      .top-bar .search:hover {
        background: #932172; } }
  .top-bar input {
    background: transparent;
    color: #FFF;
    border: none;
    box-shadow: none;
    padding: .5em 0; }
  .top-bar.expanded .title-area {
    background: transparent; }
  .top-bar.expanded .toggle-topbar a {
    color: inherit; }
    .top-bar.expanded .toggle-topbar a span:after {
      box-shadow: 0 0 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF; }
  .top-bar.expanded .top-bar-section ul.left {
    display: none; }

.top-bar-section ul {
  margin-top: 10px; }
  @media only screen and (min-width: 64.063em) {
    .top-bar-section ul {
      margin-top: 0; } }
  .top-bar-section ul li {
    background: transparent;
    margin: 0 1em; }
    .top-bar-section ul li > a {
      color: inherit; }

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #FFA500;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
  font-family: "Roboto";
  border: 2px solid transparent;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  @media only screen and (min-width: 64.063em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
      float: left; } }
  .top-bar-section li:not(.has-form) a:not(.button) i {
    margin: 0 1em;
    float: right; }
    @media only screen and (min-width: 64.063em) {
      .top-bar-section li:not(.has-form) a:not(.button) i {
        margin: 0 0 0 2em;
        float: none; } }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #ffae1a;
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .top-bar-section li:not(.has-form) a:not(.button):before {
    color: rgba(255, 255, 255, 0.5);
    float: right;
    margin-left: 2em;
    margin-right: 1em;
    font-family: FontAwesome;
    font-weight: lighter;
    line-height: 2; }
    @media only screen and (min-width: 64.063em) {
      .top-bar-section li:not(.has-form) a:not(.button):before {
        line-height: inherit;
        margin-right: 0; } }
  .top-bar-section li:not(.has-form) a:not(.button).fa-edit {
    background: #AB2421; }
    .top-bar-section li:not(.has-form) a:not(.button).fa-edit:hover {
      background: #c02925; }

.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #ffae1a;
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #ffae1a;
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25); }
  .top-bar-section li.active:not(.has-form) a:not(.button).fa-edit {
    background: #AB2421; }
    .top-bar-section li.active:not(.has-form) a:not(.button).fa-edit:hover {
      background: #c02925; }

.top-bar-section li.event:not(.has-form) a:not(.button) {
  background: #AB2421; }
  .top-bar-section li.event:not(.has-form) a:not(.button):hover {
    background: #c02925; }

.top-bar-section li.has-dropdown:not(.has-form) a:not(.button) {
  background: #D95422; }
  .top-bar-section li.has-dropdown:not(.has-form) a:not(.button):hover {
    background: #df6435; }

.top-bar-section .dropdown li {
  margin: 5px 0 0; }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #D95422; }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background: #df6435; }

.off-canvas-wrap {
  position: fixed;
  left: -101%;
  top: 0;
  width: 80%;
  height: 120%;
  background: url(../../images/dark_bg.png) #424242;
  z-index: 100;
  padding: 1em 1em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
  transition: left .25s; }
  @media only screen and (min-width: 40.063em) {
    .off-canvas-wrap {
      width: 50%; } }
  @media only screen and (min-width: 64.063em) {
    .off-canvas-wrap {
      display: none; } }
  .off-canvas-wrap .top-bar-section ul {
    list-style: none; }
  .off-canvas-wrap .top-bar-section li {
    margin: 1em 0;
    margin-left: -125%;
    width: 100%;
    transition: all .25s; }
    .off-canvas-wrap .top-bar-section li:not(.has-form) a:not(.button) {
      line-height: 2; }
      .off-canvas-wrap .top-bar-section li:not(.has-form) a:not(.button):before {
        font-size: 1.4em;
        line-height: 1.6; }
    .off-canvas-wrap .top-bar-section li.active:not(.has-form) a:not(.button):before {
      color: #000; }
    .off-canvas-wrap .top-bar-section li i {
      line-height: 2; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(2) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(3) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(4) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(5) {
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(6) {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(7) {
      -webkit-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(8) {
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(9) {
      -webkit-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .off-canvas-wrap .top-bar-section li:nth-of-type(10) {
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }
  .off-canvas-wrap.active {
    left: 0; }
    .off-canvas-wrap.active .top-bar-section li {
      margin-left: 0; }
    .off-canvas-wrap.active + .wrapper {
      /*width: 100%;
      transform: translateX(80%);
      @include transition(.25s);*/
      position: relative; }
      .off-canvas-wrap.active + .wrapper .exit-off-canvas {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9; }
        @media only screen and (min-width: 64.063em) {
          .off-canvas-wrap.active + .wrapper .exit-off-canvas {
            display: none; } }

/* ================== NEWS SLIDER ================== */
.news-slider {
  /*margin-top: -2.8125rem;*/
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-bottom: 10px solid #D95422;
  max-height: 80vh;
  /*@media only screen and (min-width: 64.063em){
    height: auto;
    padding-bottom: 0;
  }*/
  /*
  .test-block {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    transform: skew(-45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    &:hover {
      transform: skew(0deg) translateX(-100%);
      background: #FF0;
    }
  }*/ }
  .news-slider .owl-item {
    max-height: 80vh;
    max-height: 40vw; }
    .news-slider .owl-item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      width: 100%;
      height: 100%;
      /*height: calc(100% - 10px);*/
      background: #000;
      background: -webkit-linear-gradient(legacy-direction(0), #000, rgba(0, 0, 0, 0));
      background: linear-gradient(0, #000, rgba(0, 0, 0, 0));
      -webkit-transition: all .25s .25s; }
      @media only screen and (min-width: 64.063em) {
        .news-slider .owl-item:after {
          background: #000;
          background: -webkit-linear-gradient(legacy-direction(90deg), #000, rgba(0, 0, 0, 0));
          background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0)); } }
  .news-slider .owl-controls {
    margin: 0; }
  .news-slider.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    background: transparent;
    font-weight: 800;
    margin: 0 1em; }
    @media only screen and (min-width: 64.063em) {
      .news-slider.owl-theme .owl-controls .owl-nav [class*='owl-'] {
        font-size: 1.75rem; } }
    .news-slider.owl-theme .owl-controls .owl-nav [class*='owl-'] span {
      color: #D95422;
      -webkit-transition: all 0.15s;
      -moz-transition: all 0.15s;
      -ms-transition: all 0.15s;
      -o-transition: all 0.15s;
      transition: all 0.15s; }
      .news-slider.owl-theme .owl-controls .owl-nav [class*='owl-'] span i {
        margin: 0 -10px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s; }
    @media only screen and (min-width: 64.063em) {
      .news-slider.owl-theme .owl-controls .owl-nav [class*='owl-']:hover span {
        color: #FFA500; }
        .news-slider.owl-theme .owl-controls .owl-nav [class*='owl-']:hover span i {
          margin: 0 -5px;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          -ms-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s; } }
  .news-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: visible; }
  .news-slider .owl-prev {
    float: left; }
  .news-slider .owl-next {
    float: right; }
  .news-slider .owl-dots {
    margin-top: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .news-slider .owl-dots .owl-dot span {
      width: 7px;
      height: 7px;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0);
      border: 1px solid #FFF; }
      @media only screen and (min-width: 40.063em) {
        .news-slider .owl-dots .owl-dot span {
          width: 30px;
          height: 10px; } }
    .news-slider .owl-dots .owl-dot.active span,
    .news-slider .owl-dots .owl-dot:hover span {
      background: #FFF; }

.news-slider {
  /*.item.cat1{ color: $cat1; }
  .item.cat2{ color: $cat2; }
  .item.cat3{ color: $cat3; }
  .item.cat4{ color: $cat4; }
  .item.cat5{ color: $cat5; }
  .item.cat6{ color: $cat6; }
  .item.cat7{ color: $cat7; }
  .item.cat8{ color: $cat8; }*/ }

.slide-content {
  position: absolute;
  top: 40%;
  left: 10%;
  color: #FFF;
  width: 80%;
  text-shadow: 0 1px #000;
  transform: translateY(-50%);
  z-index: 2; }
  @media only screen and (min-width: 75em) {
    .slide-content {
      left: 15%;
      top: 50%;
      width: 50%; } }
  .slide-content:after {
    display: none; }
  .slide-content h2 {
    margin: 0;
    font-weight: bold;
    line-height: 1;
    font-size: 1.4em;
    color: #FFF;
    text-align: center; }
    .slide-content h2 a {
      color: #FFF; }
    @media only screen and (min-width: 40.063em) {
      .slide-content h2 {
        font-size: 2em;
        text-align: left; }
        .slide-content h2 a {
          color: #D95422; } }
    @media only screen and (min-width: 75em) {
      .slide-content h2 {
        font-size: 3em; } }
    .slide-content h2:after {
      display: none; }
  .slide-content p {
    margin: 0;
    padding: .5em 0;
    font-size: 1rem;
    font-family: "Roboto Slab";
    font-weight: 300;
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .slide-content p {
        display: block;
        font-size: 1.2rem; } }
  .slide-content small {
    display: none; }
    @media only screen and (min-width: 64.063em) {
      .slide-content small {
        display: initial; } }
    .slide-content small i {
      margin-right: .5em; }
  .slide-content .slide-category,
  .slide-content .slide-tags {
    font-size: .8rem;
    color: rgba(255, 255, 255, 0.75);
    margin-right: 1em; }

/* ================== COLOR LINE ================== */
.color-line {
  display: none;
  height: 20px;
  text-align: center;
  background: #333;
  border-bottom: 4px double #222;
  border-top: 4px double #222; }
  .color-line .line-part {
    width: 12.5%;
    height: 100%;
    float: left; }
    .color-line .line-part.cat1 {
      background: #FFA500; }
    .color-line .line-part.cat2 {
      background: #D95422; }
    .color-line .line-part.cat3 {
      background: #AB2421; }
    .color-line .line-part.cat4 {
      background: #72962B; }
    .color-line .line-part.cat5 {
      background: #045191; }
    .color-line .line-part.cat6 {
      background: #008DD2; }
    .color-line .line-part.cat7 {
      background: #56698F; }
    .color-line .line-part.cat8 {
      background: #A82682; }
    .color-line .line-part.cat9 {
      background: #007942; }

.cat1 {
  background: #FFA500; }

.cat2 {
  background: #D95422; }

.cat3 {
  background: #AB2421; }

.cat4 {
  background: #72962B; }

.cat5 {
  background: #045191; }

.cat6 {
  background: #008DD2; }

.cat7 {
  background: #56698F; }

.cat8 {
  background: #A82682; }

.cat9 {
  background: #007942; }

/* ================== EVENT SLIDER ================== */
.event-slider {
  background: #292929;
  background: url(../../images/dark_bg.png) #424242;
  height: auto;
  overflow: hidden;
  color: #FFF;
  margin-top: -5px;
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .event-slider {
      height: 100px;
      overflow: visible; } }
  .event-slider h2, .event-slider h3, .event-slider p {
    color: inherit; }
  .event-slider .event-slider-header {
    height: 100%;
    text-align: left;
    overflow: hidden; }
    .event-slider .event-slider-header h2 {
      line-height: 1;
      font-weight: bold;
      font-size: 2em;
      padding: .4em;
      padding-left: 3em; }
      .event-slider .event-slider-header h2:after {
        content: "\f041";
        font-family: FontAwesome;
        font-size: 4em;
        color: rgba(0, 0, 0, 0.75);
        position: absolute;
        bottom: -10%;
        left: -10%;
        line-height: 1;
        z-index: 0; }
  .event-slider .event-list {
    height: 100%; }
    .event-slider .event-list h3 {
      font-size: 1.1em; }
    .event-slider .event-list > * {
      height: 100%; }
  .event-slider .event-list-item {
    height: 100%;
    padding: 1em 1em 1em 4em;
    overflow: hidden;
    position: relative;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .event-slider .event-list-item.cat1:hover {
      background: #FFA500; }
    .event-slider .event-list-item.cat2:hover {
      background: #D95422; }
    .event-slider .event-list-item.cat3:hover {
      background: #AB2421; }
    .event-slider .event-list-item.cat4:hover {
      background: #72962B; }
    .event-slider .event-list-item.cat5:hover {
      background: #045191; }
    .event-slider .event-list-item.cat6:hover {
      background: #008DD2; }
    .event-slider .event-list-item.cat7:hover {
      background: #56698F; }
    .event-slider .event-list-item.cat8:hover {
      background: #A82682; }
    .event-slider .event-list-item.cat9:hover {
      background: #007942; }
    .event-slider .event-list-item:after {
      content: "\f041";
      font-family: FontAwesome;
      font-size: 2.5em;
      color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 20%;
      left: 5%;
      line-height: 1;
      z-index: 0;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.26, 1.51);
      -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.26, 1.51);
      -ms-transition-timing-function: cubic-bezier(0, 0.98, 0.26, 1.51);
      -o-transition-timing-function: cubic-bezier(0, 0.98, 0.26, 1.51);
      transition-timing-function: cubic-bezier(0, 0.98, 0.26, 1.51); }
    .event-slider .event-list-item:hover {
      bottom: 20px;
      height: 120%;
      border-left-color: transparent; }
      .event-slider .event-list-item:hover:after {
        left: -25px;
        font-size: 7em;
        color: rgba(0, 0, 0, 0.25); }

/* ================== PAGE HEADER ================== */
.page-head {
  position: relative;
  border-bottom: 5px solid #D95422;
  height: 0;
  padding-bottom: 25%;
  margin-bottom: 1em;
  background: url(../../../../images/novosti_slike/page_header_bg.jpg) no-repeat center top; }
  @media only screen and (min-width: 40.063em) {
    .page-head {
      padding-bottom: 14%; } }
  .page-head h1 {
    position: absolute;
    width: 100%;
    font-size: 8vw;
    color: #FFF;
    text-align: center;
    bottom: 8px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    font-family: "Roboto Slab";
    text-transform: uppercase; }
    @media only screen and (min-width: 40.063em) {
      .page-head h1 {
        font-size: 5vw; } }

.page-head-subtitle {
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 12vw;
  bottom: -0.2em;
  color: rgba(255, 255, 255, 0.25);
  font-weight: bold;
  line-height: 1;
  margin: 0;
  font-family: "Roboto Slab";
  text-transform: uppercase; }

/* ================== CONTENT ================== */
.content {
  background: url(../../images/dark_bg.png) #424242;
  color: #FFF;
  width: 100%;
  min-height: 100%;
  position: relative;
  /*z-index: 2;*/ }
  @media only screen and (min-width: 64.063em) {
    .content {
      margin-bottom: 7em; } }
  .content:hover .box:not(:hover) {
    opacity: .8; }
  .content h2 {
    color: #FFF;
    line-height: 1.2;
    font-size: 1.3em;
    font-weight: 400;
    text-transform: uppercase; }
    @media only screen and (min-width: 40.063em) {
      .content h2 {
        font-size: 1.15em; } }
  .content p {
    color: inherit;
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.3; }
    .content p.notice {
      margin: 0;
      padding: 1em 0 0;
      font-size: 1rem;
      font-family: "Roboto Slab";
      font-weight: 500; }
      @media only screen and (min-width: 64.063em) {
        .content p.notice {
          padding: 0 0 1em; } }
  .content .box {
    width: 100%; }
    @media only screen and (min-width: 30em) {
      .content .box {
        width: 50%; } }
    @media only screen and (min-width: 40.063em) {
      .content .box {
        width: 33.33333%; } }
    @media only screen and (min-width: 50em) {
      .content .box {
        width: 25%; } }
    @media only screen and (min-width: 64em) {
      .content .box {
        width: 20%; } }
    @media only screen and (min-width: 80.1em) {
      .content .box {
        width: 16.6666%; } }
    @media only screen and (min-width: 90.1em) {
      .content .box {
        width: 14.285%; } }
    @media only screen and (min-width: 107.5em) {
      .content .box {
        width: 12.5%; } }
    .content .box p {
      font-size: .8rem; }
  .content .box {
    transition: all .15s; }
    .content .box:hover {
      z-index: 1; }
  .content .box:hover .event-box,
  .content .box:hover .news-box {
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 0 2px; }
  .content:hover .box:not(:hover) {
    /*opacity: 0.75;*/
    z-index: 0; }
  .content:hover .box:hover {
    opacity: 1; }
  .content .box-content-details {
    color: inherit;
    font-size: 0.6rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    width: 90%;
    left: 5%;
    margin: 0;
    padding: .5em 0; }
    @media only screen and (min-width: 40.063em) {
      .content .box-content-details {
        position: absolute;
        bottom: 0; } }
    .content .box-content-details span {
      margin: 0 .5em;
      color: rgba(0, 0, 0, 0.15); }

.news-box,
.event-box {
  overflow: hidden;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 30.063em) {
    .news-box,
    .event-box {
      height: 0;
      padding-bottom: 60%; } }
  @media only screen and (min-width: 40.063em) {
    .news-box,
    .event-box {
      height: 0;
      box-shadow: none; } }

.news-box {
  background: #FFF;
  color: #333; }
  @media only screen and (min-width: 40.063em) {
    .news-box {
      padding-bottom: 200%; } }
  .news-box h2, .news-box a {
    color: inherit; }
  .news-box p {
    color: #666; }
  .news-box.cat1 {
    color: #FFA500; }
  .news-box.cat2 {
    color: #D95422; }
  .news-box.cat3 {
    color: #AB2421; }
  .news-box.cat4 {
    color: #72962B; }
  .news-box.cat5 {
    color: #045191; }
  .news-box.cat6 {
    color: #008DD2; }
  .news-box.cat7 {
    color: #56698F; }
  .news-box.cat8 {
    color: #A82682; }
  .news-box.cat9 {
    color: #007942; }
  .news-box:hover img {
    /*-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/ }

.news-box-image {
  position: relative;
  display: none;
  overflow: hidden;
  padding-bottom: 100%;
  background: url(../../images/logo.png) no-repeat center;
  background-color: inherit;
  box-shadow: inset 0 0 200px; }
  @media only screen and (min-width: 40.063em) {
    .news-box-image {
      display: block; } }
  .news-box-image:after {
    content: "\f1ea";
    font-family: FontAwesome;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 100px;
    height: 42px;
    margin-left: -50px;
    line-height: 3;
    text-align: center;
    background-image: url(../../images/news_icon_bg.svg); }
  .news-box-image img {
    max-width: none;
    position: absolute;
    left: 50%;
    height: 100%;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.news-box-content, .event-box-content {
  padding: 1em; }

.event-box {
  position: relative; }
  @media only screen and (min-width: 40.063em) {
    .event-box {
      padding-bottom: 100%; } }
  .event-box > * {
    position: relative;
    z-index: 1; }
  .event-box p {
    color: #FFF; }
  .event-box a {
    color: #FFF; }
  .event-box:after {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 12.5em;
    color: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -10%;
    right: -10%;
    line-height: 1;
    z-index: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .event-box.cat1 {
    background: #FFA500;
    color: #FFA500; }
  .event-box.cat2 {
    background: #D95422;
    color: #D95422; }
  .event-box.cat3 {
    background: #AB2421;
    color: #AB2421; }
  .event-box.cat4 {
    background: #72962B;
    color: #72962B; }
  .event-box.cat5 {
    background: #045191;
    color: #045191; }
  .event-box.cat6 {
    background: #008DD2;
    color: #008DD2; }
  .event-box.cat7 {
    background: #56698F;
    color: #56698F; }
  .event-box.cat8 {
    background: #A82682;
    color: #A82682; }
  .event-box.cat9 {
    background: #007942;
    color: #007942; }
  .event-box .box-content-details {
    color: rgba(255, 255, 255, 0.5); }
  .calendar-slider .event-box h2 {
    margin: 0 0 1em;
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only screen and (max-width: 30.063em) and (orientation: landscape) {
      .calendar-slider .event-box h2 {
        margin-bottom: .5rem; } }
    @media only screen and (min-width: 40.063em) {
      .calendar-slider .event-box h2 {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 64.063em) {
      .calendar-slider .event-box h2 {
        font-size: 1.25rem;
        font-weight: 300; } }
  .calendar-slider .event-box:hover:after {
    right: auto;
    right: 75%; }
  .calendar-slider .event-box:hover .more {
    margin-right: 0; }
  .event-box .box-content-time {
    font-size: 2rem;
    font-weight: 300;
    color: #FFF;
    /*border-top: 2px solid rgba(0,0,0,0.25);
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);*/ }
    @media only screen and (max-width: 30.063em) and (orientation: landscape) {
      .event-box .box-content-time {
        font-size: 1.2rem;
        margin-bottom: .5rem; } }
  .event-box .event-address {
    font-weight: 100;
    margin-bottom: 0; }
  .event-box .event-tags {
    display: block;
    font-family: "Roboto Slab";
    color: rgba(255, 255, 255, 0.4);
    margin: .5em 0;
    position: absolute;
    bottom: .5rem;
    left: 1rem; }
  .event-box .more {
    float: right;
    margin-right: -200px;
    color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .event-box .more:hover {
      color: rgba(0, 0, 0, 0.5); }

.event-box-content {
  background: transparent; }
  @media only screen and (min-width: 40.063em) {
    .event-box-content {
      height: 0;
      padding-bottom: 90%;
      padding-bottom: calc(100% - 1em); } }
  .calendar-slider .event-box-content {
    height: 0;
    padding-bottom: 90%;
    padding-bottom: calc(100% - 1em); }
  .event-box-content a {
    display: block; }
    @media only screen and (min-width: 40.063em) {
      .event-box-content a {
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        top: 0;
        padding: 1em; } }

#gmap {
  border: 2px solid #444;
  padding: 1em;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 1em; }
  #gmap img {
    max-width: none; }

/* ------------- TAG LIST --------------------*/
.category.list-striped {
  list-style: none;
  margin-left: 0; }
  .category.list-striped li {
    margin: .5em 0;
    padding: 1em 0;
    border-bottom: 1px solid #222;
    box-shadow: 0 1px 0 0 #444; }
    .category.list-striped li h3 {
      font-size: 1.4em; }

/* ================== CALENDAR ================== */
.cal-categories {
  padding: 1em 0;
  background: rgba(0, 0, 0, 0.2);
  margin: -1em 0 1em; }
  .cal-categories select.cal-categories-select {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #D95422;
    border-radius: 5px;
    padding: 0 .5em;
    color: #FFF;
    height: 50px;
    line-height: 40px;
    font-family: "Roboto Slab";
    font-size: .9rem;
    /*background-position-x: 95%;
    background-position: calc(100% - 1em) center;*/ }
    @media only screen and (min-width: 40.063em) {
      .cal-categories select.cal-categories-select {
        width: auto;
        font-size: 1rem;
        padding: .75em 1em;
        height: auto;
        line-height: 1; } }
    @media only screen and (min-width: 64.063em) {
      .cal-categories select.cal-categories-select {
        width: 200px;
        margin: auto; } }
    .cal-categories select.cal-categories-select:focus {
      outline-color: #000;
      background-color: #333; }
  .cal-categories .button.search-filter {
    width: 100%;
    font-size: .9rem;
    font-family: "Roboto Slab";
    height: 50px;
    line-height: 50px; }
    @media only screen and (min-width: 40.063em) {
      .cal-categories .button.search-filter {
        width: auto;
        padding: 0 1.5em; } }
    .cal-categories .button.search-filter i {
      margin-left: 1em; }
      @media only screen and (min-width: 40.063em) {
        .cal-categories .button.search-filter i {
          margin-left: 2em; } }

.cal-categories-filter {
  position: fixed;
  top: 0;
  left: -101%;
  width: 100%;
  height: 120%;
  background: url(../../images/dark_bg.png) #424242;
  z-index: 10;
  overflow: scroll;
  padding-bottom: 7em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  @media only screen and (min-width: 40.063em) {
    .cal-categories-filter {
      height: auto;
      padding-bottom: 2em;
      overflow: hidden; }
      .cal-categories-filter.opened {
        box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.75); } }
  @media only screen and (min-width: 64.063em) {
    .cal-categories-filter {
      position: static; } }
  .cal-categories-filter.opened {
    left: 0; }
    .cal-categories-filter.opened ul {
      padding: 1.5em; }
  .cal-categories-filter ul {
    margin: 0;
    text-align: center; }
    .cal-categories-filter ul li {
      display: block;
      list-style: none;
      margin: .25em 0; }
      @media only screen and (min-width: 26.25em) {
        .cal-categories-filter ul li {
          display: inline-block;
          margin: .25em;
          width: 48%; } }
      @media only screen and (min-width: 64.063em) {
        .cal-categories-filter ul li {
          width: auto; } }
      .cal-categories-filter ul li .filter {
        display: block;
        color: #FFF;
        width: 100%;
        margin: .75em 0;
        padding: .75em 0;
        border-radius: 5px;
        border: 2px solid;
        font-size: .8rem;
        text-align: center;
        text-transform: uppercase;
        /*font-family: Roboto Slab;*/
        font-weight: 500;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        @media only screen and (min-width: 26.25em) {
          .cal-categories-filter ul li .filter {
            margin: .25em 0; } }
        @media only screen and (min-width: 40.063em) {
          .cal-categories-filter ul li .filter {
            padding: .75em 1.25em; } }
        .cal-categories-filter ul li .filter.cat1 {
          border-color: #FFA500; }
        .cal-categories-filter ul li .filter.cat2 {
          border-color: #D95422; }
        .cal-categories-filter ul li .filter.cat3 {
          border-color: #AB2421; }
        .cal-categories-filter ul li .filter.cat4 {
          border-color: #72962B; }
        .cal-categories-filter ul li .filter.cat5 {
          border-color: #045191; }
        .cal-categories-filter ul li .filter.cat6 {
          border-color: #008DD2; }
        .cal-categories-filter ul li .filter.cat7 {
          border-color: #56698F; }
        .cal-categories-filter ul li .filter.cat8 {
          border-color: #A82682; }
        .cal-categories-filter ul li .filter.cat9 {
          border-color: #007942; }
        .cal-categories-filter ul li .filter:not(.active) {
          background: transparent; }
        .cal-categories-filter ul li .filter:focus {
          outline: none; }
        .cal-categories-filter ul li .filter:hover {
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
          opacity: .9;
          cursor: pointer; }
  .cal-categories-filter .filters.close {
    margin: 0 auto 2em;
    background: #FFF;
    border-radius: 5px;
    color: #D95422;
    padding: .75em 1.25em;
    width: 75%; }
    @media only screen and (min-width: 40.063em) {
      .cal-categories-filter .filters.close {
        width: 175px; } }

.cal-nav {
  width: 200px;
  display: block;
  margin: 0 auto 1rem;
  overflow: hidden; }
  @media only screen and (min-width: 40.063em) {
    .cal-nav {
      margin-bottom: 2rem; } }
  .cal-nav > * {
    width: 46%;
    margin: 0 2%;
    float: left;
    text-align: center;
    color: #D95422;
    line-height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .cal-nav > * i + i {
      margin-left: -12px;
      -webkit-transition: all .25s;
      -moz-transition: all .25s;
      -ms-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
  .cal-nav > :hover {
    color: #D95422;
    cursor: pointer;
    border-color: #FFF; }
    .cal-nav > :hover i + i {
      margin-left: -3px;
      color: #ad431b; }

.calendar-slider .owl-item .cal-day:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.calendar-slider .owl-item .cal-day header {
  background: #444;
  color: #999;
  padding: 1em;
  text-align: center;
  line-height: 1;
  margin-bottom: 2em;
  border-radius: 5px; }
  .calendar-slider .owl-item .cal-day header:after {
    content: "";
    display: block;
    height: 40px;
    width: 100%;
    background: url(../../images/cal_day_detail.svg) no-repeat center top;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    background-size: contain;
    margin: auto;
    left: 0; }

.calendar-slider .owl-item .cal-day h3 {
  color: inherit;
  font-size: 1.2em;
  line-height: inherit; }

.calendar-slider .owl-item .cal-day h4 {
  font-size: 5em;
  line-height: inherit;
  color: #DDD; }

.calendar-slider .owl-item .cal-day .cal-event-list {
  /*opacity: 0;*/
  overflow: hidden;
  transition: all .5s; }

.calendar-slider .owl-item .cal-day.today h3 {
  color: #FFF; }

.calendar-slider .owl-item .cal-day.today h4 {
  color: #D95422; }

.calendar-slider .owl-item.active .cal-event-list {
  display: block;
  opacity: 1; }

.calendar-slider .event-box.active {
  padding-bottom: 100%;
  height: 0;
  margin-top: .625em;
  border-radius: 5px; }

.calendar-slider .event-box:not(.active) {
  padding-bottom: 0;
  height: 0; }

/* ================== SINGLE VIEW ================== */
.page-header {
  margin-bottom: 1rem; }
  .page-header h1 {
    font-size: 1.8em;
    line-height: 1.2;
    font-weight: 500;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 64.063em) {
      .page-header h1 {
        font-size: 2.4em; } }

.single-view, .faq {
  margin: 1em 0;
  padding: 1em 0; }
  .single-view:after, .faq:after {
    content: "";
    display: block;
    border-bottom: 2px solid #222;
    box-shadow: 0 1px #444;
    margin: 1em 0; }
  .blog .single-view, .blog .faq {
    padding: 0; }

.single-view dl dt, .single-view dl dd {
  font-weight: normal; }

.content h3 {
  color: inherit;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase; }
  .content h3 a {
    color: #D95422;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .content h3 a:hover {
      color: #FFA500; }

.single-content {
  color: #FFF; }
  .single-content h3 {
    color: inherit;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase; }
    .single-content h3 a {
      color: #D95422; }
      .single-content h3 a:hover {
        color: #FFA500; }
  .single-content .single-content-body {
    margin: 0; }
  .single-content .bottom-box .article-info {
    margin: 0; }
    .single-content .bottom-box .article-info dt, .single-content .bottom-box .article-info dd {
      padding: .5em 0; }
    .single-content .bottom-box .article-info dd {
      margin-left: .35rem; }
  .single-content p {
    line-height: 1.6;
    font-size: .9rem;
    margin: 0 .5em .75em; }
    .single-content p a {
      color: #D95422; }
      .single-content p a:hover {
        color: #FFA500; }
  .single-content .tags {
    margin: 1em .5em 0; }
    .single-content .tags .label.label-info {
      background: #555;
      color: #AAA;
      margin: 0 .2em;
      padding: 0.5em 1em;
      border-radius: 5px; }
  .single-content .item-image {
    padding: .5em 0;
    overflow: hidden;
    margin: 0 0 1em; }

.single-content-details {
  margin: 0 0 1rem;
  overflow: hidden;
  border: 2px solid #444;
  padding: .5rem 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 40.063em) {
    .single-content-details {
      padding: 1rem; } }
  .single-content-details ul {
    margin: 0; }
  .single-content-details li, .single-content-details dt, .single-content-details dd {
    color: #AAA;
    font-style: italic;
    font-size: .8em;
    font-weight: normal;
    float: left;
    margin: 0; }
    .single-content-details li span, .single-content-details dt span, .single-content-details dd span {
      color: #FFA500;
      display: inline;
      font-style: normal; }
      .single-content-details li span.bigmap_link, .single-content-details dt span.bigmap_link, .single-content-details dd span.bigmap_link {
        color: #D95422; }
        .single-content-details li span.bigmap_link:hover, .single-content-details dt span.bigmap_link:hover, .single-content-details dd span.bigmap_link:hover {
          color: #FFA500;
          cursor: pointer; }
    .single-content-details li a, .single-content-details dt a, .single-content-details dd a {
      display: inline; }
  .single-content-details dt {
    clear: left; }
  .single-content-details dd {
    padding-left: 1.2rem; }
  .single-content-details li {
    margin: 0 .5em; }
    .single-content-details li span {
      margin-left: .25em; }
  .single-content-details i {
    float: left;
    line-height: inherit;
    color: #777;
    margin-right: 0.75em; }
  .side-box .single-content-details {
    padding: 0;
    margin: 0;
    border: none;
    background: none; }
    .side-box .single-content-details li, .side-box .single-content-details dd {
      margin: 0 0 .5em 0;
      display: block; }
    .side-box .single-content-details i {
      float: left; }

.side-box {
  border: 2px solid #424242;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1); }
  .side-box.date {
    text-align: center;
    text-transform: uppercase; }
    .side-box.date * {
      font-family: "Roboto Slab";
      font-weight: 400; }
    .side-box.date p {
      margin: auto; }
    .side-box.date .day {
      font-size: .9rem;
      line-height: 1; }
    .side-box.date .day-number {
      font-size: 5em;
      color: #D95422;
      line-height: 1; }
    .side-box.date .month {
      font-size: 1.2em;
      color: rgba(255, 255, 255, 0.5); }
  .side-box.poster li {
    margin: 0; }
    .side-box.poster li img {
      width: 100%;
      border-radius: 5px; }
  .side-box h4 {
    color: #AAA;
    font-style: italic;
    font-size: .8em;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    font-family: "Roboto"; }
    .side-box h4 i {
      margin-right: 0.75em; }
  .side-box i {
    color: #555;
    float: left; }
  .side-box .label {
    font-style: italic;
    background: #555;
    color: #BBB;
    border-radius: 5px; }
  .side-box.tags .single-content-details .tag-box {
    margin-top: 1em; }
  .side-box.tags .tag-box span {
    display: inline-block;
    color: #AAA;
    background: #555;
    margin: .25em;
    padding: .25em .5em;
    border-radius: 5px;
    line-height: 1.3;
    font-style: italic;
    font-size: .8em; }
  .side-box.share a {
    color: #FFF;
    text-align: right;
    line-height: 1;
    padding: .5em .5em 0;
    display: inline-block;
    margin-top: 1em;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .side-box.share a i {
      float: left;
      color: #D95422;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
    .side-box.share a:hover {
      color: #D95422; }
      .side-box.share a:hover i {
        color: #FFF; }
  .side-box.share .single-content-details dt {
    float: none; }
  .side-box.share .single-content-details dd {
    margin: 0;
    width: 33%; }
    .side-box.share .single-content-details dd a {
      text-align: center;
      display: block;
      margin-top: .5em; }
      .side-box.share .single-content-details dd a i {
        margin: 0;
        float: none; }

.blog-image {
  margin: 0 0 1rem;
  padding: 0;
  overflow: hidden;
  border: 2px solid #444;
  padding: 1em;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1); }
  .blog-image .item-image {
    margin: 0;
    padding: 0;
    border-radius: 5px; }

.pager.pagenav {
  text-align: center;
  list-style: none;
  overflow: hidden;
  margin: -1em 0 2em; }
  @media only screen and (min-width: 64.063em) {
    .pager.pagenav {
      padding: 1em; } }
  .pager.pagenav li {
    display: inline-block; }
    @media only screen and (min-width: 64.063em) {
      .pager.pagenav li {
        margin: 0 1em; } }
    .pager.pagenav li.previous {
      text-align: right; }
      .pager.pagenav li.previous a:before {
        content: "\f053";
        font-family: FontAwesome;
        margin: 0 1em 0 -.5em; }
    .pager.pagenav li.next {
      text-align: left; }
      .pager.pagenav li.next a:after {
        content: "\f054";
        font-family: FontAwesome;
        margin: 0 -.5em 0 1em;
        float: right; }
    .pager.pagenav li a {
      border: 2px solid #424242;
      background: rgba(0, 0, 0, 0.1);
      padding: 1em 2em;
      border-radius: 5px;
      display: block; }

/* ================== EVENT ADDING ================== */
.event-form {
  padding: 1.5em 0; }
  .event-form h5 {
    color: #D95422;
    font-weight: 500; }
  .event-form label {
    color: #FFF; }
  .event-form input[type="text"],
  .event-form input[type="password"],
  .event-form input[type="date"],
  .event-form input[type="datetime"],
  .event-form input[type="datetime-local"],
  .event-form input[type="month"],
  .event-form input[type="week"],
  .event-form input[type="email"],
  .event-form input[type="number"],
  .event-form input[type="search"],
  .event-form input[type="tel"],
  .event-form input[type="time"],
  .event-form input[type="url"],
  .event-form input[type="color"],
  .event-form textarea,
  .event-form input[type="file"],
  .event-form input[type="checkbox"],
  .event-form input[type="radio"],
  .event-form select {
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid #555;
    border-radius: 5px;
    margin: .5em 0 1em;
    box-shadow: 0 0 0 2px #222, 0 0 0 0 #000;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding: 1em;
    height: auto;
    color: #FFA500; }
    @media only screen and (min-width: 40.063em) {
      .event-form input[type="text"],
      .event-form input[type="password"],
      .event-form input[type="date"],
      .event-form input[type="datetime"],
      .event-form input[type="datetime-local"],
      .event-form input[type="month"],
      .event-form input[type="week"],
      .event-form input[type="email"],
      .event-form input[type="number"],
      .event-form input[type="search"],
      .event-form input[type="tel"],
      .event-form input[type="time"],
      .event-form input[type="url"],
      .event-form input[type="color"],
      .event-form textarea,
      .event-form input[type="file"],
      .event-form input[type="checkbox"],
      .event-form input[type="radio"],
      .event-form select {
        margin: .5em 0 2.5em; } }
    .event-form input[type="text"]:focus,
    .event-form input[type="password"]:focus,
    .event-form input[type="date"]:focus,
    .event-form input[type="datetime"]:focus,
    .event-form input[type="datetime-local"]:focus,
    .event-form input[type="month"]:focus,
    .event-form input[type="week"]:focus,
    .event-form input[type="email"]:focus,
    .event-form input[type="number"]:focus,
    .event-form input[type="search"]:focus,
    .event-form input[type="tel"]:focus,
    .event-form input[type="time"]:focus,
    .event-form input[type="url"]:focus,
    .event-form input[type="color"]:focus,
    .event-form textarea:focus,
    .event-form input[type="file"]:focus,
    .event-form input[type="checkbox"]:focus,
    .event-form input[type="radio"]:focus,
    .event-form select:focus {
      color: #FFF;
      border-color: #FFA500;
      background: rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 0 5px #222, 0 -30px 0 5px #222; }
  .event-form input[type="checkbox"]:focus,
  .event-form input[type="radio"]:focus {
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent; }
  .event-form input[type="checkbox"] + label,
  .event-form input[type="radio"] + label {
    vertical-align: text-bottom;
    position: relative; }
    .event-form input[type="checkbox"] + label:after,
    .event-form input[type="radio"] + label:after {
      content: "";
      position: absolute;
      z-index: -1;
      top: -1px;
      left: -20px;
      height: 110%;
      width: 0;
      background: #000;
      -webkit-transition: all .25s;
      -moz-transition: all .25s;
      -ms-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
  .event-form input[type="checkbox"]:checked,
  .event-form input[type="radio"]:checked {
    box-shadow: 0 0 0 5px #222, 0 0 0 0 transparent; }
    .event-form input[type="checkbox"]:checked + label,
    .event-form input[type="radio"]:checked + label {
      color: #FFA500; }
      .event-form input[type="checkbox"]:checked + label:after,
      .event-form input[type="radio"]:checked + label:after {
        width: 130%; }
  .event-form .error small.error,
  .event-form .error span.error,
  .event-form span.error,
  .event-form small.error {
    margin: -2.25em 0 2.25em;
    border-radius: 5px;
    line-height: 1;
    padding: 1em;
    position: relative; }
  .event-form .error small.error:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #C60F13; }
  .event-form textarea {
    height: 200px;
    resize: vertical; }
  .event-form .submit {
    background: #D95422;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto Slab";
    font-size: .9rem;
    border-radius: 5px;
    margin: 1em auto 0;
    display: block;
    box-shadow: 0 0 0 3px #000;
    border: 2px solid #424242;
    padding: 1em 1.5em; }
    .event-form .submit i {
      margin-left: 4em;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
    .event-form .submit:hover {
      background: #FFA500; }
      .event-form .submit:hover i {
        margin-left: 5em;
        transform: rotate(46deg); }

/* ================== FOOTER ================== */
.footer {
  background: #222;
  color: #D95422;
  padding: 1em 0 0;
  overflow: hidden;
  margin-top: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .footer {
      padding: 1em 0; } }
  @media only screen and (min-width: 64.063em) {
    .footer {
      height: 7em;
      line-height: 2.5em;
      position: fixed;
      z-index: -1;
      bottom: 0;
      left: 0;
      width: 100%; } }
  @media only screen and (max-width: 40em) {
    .footer > .row > :last-child {
      background-color: #111;
      margin: 1em 0 0;
      padding: .5em 0; } }
  @media only screen and (max-width: 64em) {
    .footer .copy p {
      padding-top: 1em; } }
  .footer p {
    line-height: inherit;
    font-size: .75rem;
    margin: 0;
    color: #999; }
  .footer a {
    color: #D95422; }
    .footer a:hover {
      color: #FFA500; }
    .footer a.insoft:hover {
      color: #BADA55; }
  .footer ul {
    line-height: inherit;
    width: 100%;
    margin: .5em 0;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .footer ul {
        margin: 0; } }
    .footer ul > li {
      float: none;
      display: inline-block;
      margin: 0.1em 0.25em; }
      @media only screen and (max-width: 40em) {
        .footer ul > li {
          background: #000;
          padding: .35em 1em;
          margin: 0.25em;
          border-radius: 5px;
          border: 1px solid #333; } }
  .footer .social-links {
    margin: 0; }
    .footer .social-links ul > li {
      background: transparent;
      border: none; }
    .footer .social-links .facebook:hover {
      color: #3b5998; }
    .footer .social-links .youtube:hover {
      color: #e52d27; }
    .footer .social-links .google:hover {
      color: #dd4b39; }
    .footer .social-links .instagram:hover {
      color: #3f729b; }
    .footer .social-links a {
      font-size: 2rem;
      color: #555; }
      @media only screen and (min-width: 40.063em) {
        .footer .social-links a {
          font-size: 1.5em; } }
  .footer .footer-links {
    margin: 0;
    line-height: inherit; }
    .footer .footer-links a {
      font-size: .75rem; }

/* ========== F5 - EXTENDING / FIXING / OVERWRITING ========== */
.visible-img img {
  margin: 0 !important;
  /* F5 lightbox bug fix */
  background: #FFF; }

.collapse > .column,
.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row {
  max-width: 65em; }

.row.fluid {
  max-width: 100%; }

/* -------------- CLEARING LIGHTBOX ----------------*/
.clearing-blackout {
  background: url(../../images/dark_bg.png) #333;
  background: rgba(0, 0, 0, 0.75); }
  .clearing-blackout .clearing-close {
    background: #D95422;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    border-radius: 5px; }

.clearing-main-prev > span {
  border-right-color: #D95422; }

.clearing-main-next > span {
  border-left-color: #D95422; }

.clearing-main-prev.disabled,
.clearing-main-next.disabled {
  opacity: 0; }

.clearing-assembled .clearing-container,
.clearing-assembled .clearing-container .visible-img,
.clearing-assembled .clearing-container .carousel {
  background: transparent; }

@media only screen and (min-width: 40.063em) {
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; } }

/* --------------------- ACCORDION ---------------------*/
.accordion {
  margin: 0;
  color: #FFF; }
  .accordion .accordion-navigation,
  .accordion dd {
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #424242;
    border-radius: 5px;
    margin-top: 1em;
    -webkit-box-shadow: 0 0 0 2px #222;
    -moz-box-shadow: 0 0 0 2px #222;
    box-shadow: 0 0 0 2px #222;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .accordion .accordion-navigation > a,
    .accordion dd > a {
      background: transparent;
      color: inherit;
      text-transform: uppercase;
      font-family: "Roboto Slab";
      font-weight: 400;
      font-size: 1.2em;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
      .accordion .accordion-navigation > a:hover,
      .accordion dd > a:hover {
        background: transparent;
        color: #FFA500; }
        .accordion .accordion-navigation > a:hover:after,
        .accordion dd > a:hover:after {
          color: inherit; }
      .accordion .accordion-navigation > a:after,
      .accordion dd > a:after {
        content: "\f196";
        float: right;
        font-size: 1.2rem;
        line-height: 1.6;
        font-family: FontAwesome;
        color: #FFF; }
    .accordion .accordion-navigation .content,
    .accordion dd .content {
      background: transparent;
      margin: 0;
      padding: 0 2em 2em; }
      .accordion .accordion-navigation .content.active,
      .accordion dd .content.active {
        background: transparent; }
    .accordion .accordion-navigation:hover,
    .accordion dd:hover {
      border-color: #FFA500; }
    .accordion .accordion-navigation.active,
    .accordion dd.active {
      border-color: #996300;
      background: rgba(0, 0, 0, 0.25); }
      .accordion .accordion-navigation.active > a,
      .accordion dd.active > a {
        background: transparent;
        color: #FFA500; }
        .accordion .accordion-navigation.active > a:after,
        .accordion dd.active > a:after {
          content: "\f147";
          color: #FFA500; }

/* ================== SEARCH RESOULTS ================== */
#searchForm {
  padding: 1em;
  margin: 0;
  position: relative; }
  #searchForm:after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 1em;
    border-bottom: 1px solid #555;
    border-top: 2px solid #000;
    clear: both; }
  #searchForm .counter {
    margin: 1em 0; }
  #searchForm .form-limit {
    float: right;
    min-width: 80px; }
    #searchForm .form-limit label {
      color: #FFA500;
      text-align: center; }
    #searchForm .form-limit #limit {
      background-color: rgba(0, 0, 0, 0.25);
      border: none;
      font-weight: 300; }
      #searchForm .form-limit #limit:focus {
        background-color: #222; }

.chzn-container-single .chzn-single {
  background: #424242;
  color: #D95422;
  border: none;
  height: 36px;
  line-height: 36px;
  padding: 0 1em;
  border-radius: 0;
  box-shadow: none; }
  .chzn-container-single .chzn-single div {
    position: absolute;
    top: 25%;
    right: 0;
    display: block;
    width: 20px;
    height: 50%; }
    .chzn-container-single .chzn-single div b {
      background-position: 0 0; }

.chzn-container-single .chzn-drop {
  background: #424242;
  color: #D95422;
  padding: .5em;
  border-radius: 0;
  border: none;
  box-shadow: none; }

.chzn-container-active.chzn-with-drop .chzn-single {
  background: #424242;
  box-shadow: none;
  border: none; }

.chzn-container .chzn-results li.highlighted {
  background: #D95422;
  color: #FFF; }

.search-bar {
  position: relative;
  background: #A82682;
  border-radius: 5px;
  padding: .25em;
  color: #FFF;
  width: 80%;
  width: calc(100% - 50px);
  float: left; }
  @media only screen and (min-width: 40.063em) {
    .search-bar {
      width: 100%;
      float: none; } }
  .search-bar input {
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    color: inherit;
    padding-right: 3em;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .search-bar input:focus {
      background: transparent;
      box-shadow: none; }
  .search-bar .button {
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%; }

.button.search-filter {
  background: orange;
  margin: 0;
  padding: 0;
  float: right;
  border-radius: 5px;
  height: 45px;
  width: 45px;
  line-height: 45px; }

.phrases-box label {
  display: inline-block; }

.searchintro p {
  margin: .5em 0 0;
  line-height: 1;
  padding: 1em;
  background: #444;
  border-radius: 5px; }
  .searchintro p .badge.badge-info {
    color: #FFA500; }
  .searchintro p strong {
    font-weight: normal; }

.search-filters {
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .search-filters {
      height: auto;
      display: block; } }
  .search-filters fieldset {
    border: none;
    padding: 0; }
    .search-filters fieldset legend {
      background: transparent;
      padding: .5em;
      font-weight: normal;
      font-size: .9rem; }
    .search-filters fieldset label {
      color: #DDD;
      margin: 0.5em; }
    .search-filters fieldset input {
      margin: 0 1em 0 0; }
  .search-filters .only-item {
    float: left;
    margin: 0 1em;
    text-align: center; }
  .search-filters .switch label {
    background: rgba(0, 0, 0, 0.5); }
  .search-filters .switch input:checked + label {
    background: #D95422; }

.error {
  padding: 0 1rem; }

.search-result-list .search-resoult {
  box-shadow: 0 1px #111, 0 2px #444;
  padding: 0 0 0.15em;
  margin: 1em 0; }
  .search-result-list .search-resoult a:hover {
    color: #FFA500; }

.search-result-list .result-title {
  font-size: 1.3em;
  font-family: "Roboto Slab";
  font-weight: 400;
  margin: 0; }

.search-result-list .result-category,
.search-result-list .result-created {
  color: #CCC;
  font-style: italic;
  font-size: .8rem;
  float: left;
  margin: .5rem 1rem; }
  .search-result-list .result-category i,
  .search-result-list .result-created i {
    margin-right: 0.5em;
    color: gray; }

.search-result-list .result-text {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.4;
  clear: both;
  padding: 0.5rem 1rem; }

.pagination {
  text-align: center;
  overflow: hidden;
  margin: 2em 0; }
  .pagination .counter.pull-right {
    text-align: center;
    width: 100%; }
  .pagination ul {
    list-style: none;
    margin: auto;
    clear: both; }
    .pagination ul li {
      display: inline-block;
      margin: 0.25em;
      line-height: 2.6; }
      .pagination ul li a {
        border: 1px solid #222;
        padding: .5em 1em;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.1); }
      .pagination ul li span {
        border: 1px solid #D95422;
        padding: .5em 1em;
        border-radius: 4px; }

.tooltip {
  display: none !important; }

/* ================== 404 ================== */
#error {
  font-family: Roboto;
  color: #FFF;
  text-align: center;
  margin-top: 20%; }

/* ================== EXTRA STUFF ================== */
::selection {
  background-color: #F80;
  color: #FFF; }

::-moz-selection {
  background-color: #F80;
  color: #FFF; }

/* Works in Opera */
::-o-selection {
  background-color: #F80;
  color: #FFF; }

::-ms-selection {
  background-color: #F80;
  color: #FFF; }

/* Works in Internet Explorer */
::-webkit-selection {
  background-color: #F80;
  color: #FFF; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

:focus::-webkit-input-placeholder {
  letter-spacing: -10px;
  color: transparent; }

:focus:-moz-placeholder {
  letter-spacing: -10px;
  color: transparent; }

:focus:-ms-input-placeholder {
  letter-spacing: -10px;
  color: transparent; }
