/*!
Theme Name: Clasic Background Ima
Theme URI: http://www.bajweb.com/
Author: Alex
Author URI: http://www.bajweb.com/example
Description: Nice and clean WP Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bajweb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

.icons--menu {
  width: 512px;
  height: 512px;
  background-image: url("./img/sprite/css/svg/sprite.css-3d7c737a.svg");
  background-position: 0 0; }

.icons--player {
  width: 512px;
  height: 512px;
  background-image: url("./img/sprite/css/svg/sprite.css-3d7c737a.svg");
  background-position: 100% 0; }

/*
/////////////////////////////
variables
/////////////////////////////
*/
/*
/////////////////////////////
MIXINS
/////////////////////////////
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- Extra Small devices (less than 575.98px )
- Small devices (landscape phones, less than 768px)
- Medium devices (tablets, less than 992px)
- Large devices (desktops, less than 1199.98px)

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
/*
/////////////////////////////
EXTENDS
/////////////////////////////
*/
*,
::after,
::before {
  margin: 0;
  padding: 0; }

div#load_screen {
  background: #000;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh; }

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc( 50% - 60px );
  left: calc( 50% - 60px ); }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*skrollr js plugin*/
#info {
  position: fixed;
  top: 50px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  z-index: 999999999; }

/*sirina window*/
.sirina-window {
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 999999999;
  color: white;
  background-color: #666;
  font-size: 18px;
  padding: 5px; }

.google-map {
  width: 100%;
  margin-top: 5rem;
  border: 0.3rem solid #F76D06; }
  .google-map iframe {
    width: 100%; }

img.custom-logo {
  height: 22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.socmedia {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  .socmedia .socmedia-item a {
    display: block;
    width: 4rem;
    height: 4rem;
    text-decoration: none;
    background-size: cover;
    margin-right: 2rem; }

.ie-socmedia {
  display: none; }

/*IE debug*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-socmedia {
    display: flex; }

  .no-ie-socmedia {
    display: none; } }
.street {
  display: flex;
  align-items: center;
  font-size: 1.2rem; }
  .street__img {
    height: 1.6rem;
    display: inline-block;
    margin-right: 1rem; }
  .street p {
    margin: 0; }

.phone {
  display: flex;
  align-items: center;
  font-size: 1.2rem; }
  .phone__img {
    height: 1.6rem;
    display: inline-block;
    margin-right: 1rem; }
  .phone p {
    margin: 0; }

html {
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.7; }

body {
  font-size: 1.6rem; }

.site-branding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 555;
  text-align: center;
  width: 22rem;
  height: 22rem; }
  @media only screen and (min-width: 48em) {
    .site-branding {
      width: 27rem;
      height: 27rem; } }
  .site-branding__title {
    margin: 0;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase; }
    @media only screen and (min-width: 48em) {
      .site-branding__title {
        font-size: 4rem; } }
    .site-branding__title span {
      height: 100%;
      position: absolute;
      width: 10px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 0%;
      transform-origin: 50% 50%; }
    .site-branding__title .char1 {
      transform: rotate(-80deg); }
    .site-branding__title .char2 {
      transform: rotate(-60deg); }
    .site-branding__title .char3 {
      transform: rotate(-40deg); }
    .site-branding__title .char4 {
      transform: rotate(-20deg); }
    .site-branding__title .char5 {
      transform: rotate(0deg); }
    .site-branding__title .char6 {
      transform: rotate(30deg); }
    .site-branding__title .char7 {
      transform: rotate(50deg); }
    .site-branding__title .char8 {
      transform: rotate(70deg); }
  .site-branding__description {
    margin: 0;
    font-family: Brush Script MT, cursive;
    color: #F76D06;
    font-size: 3rem; }
    @media only screen and (min-width: 48em) {
      .site-branding__description {
        font-size: 3.5rem; } }
    .site-branding__description span {
      height: 100%;
      position: absolute;
      width: 10px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 0%;
      transform-origin: 50% 50%;
      line-height: 40rem; }
      @media only screen and (min-width: 48em) {
        .site-branding__description span {
          line-height: 50rem; } }
    .site-branding__description .char1 {
      transform: rotate(70deg); }
    .site-branding__description .char2 {
      transform: rotate(54deg); }
    .site-branding__description .char3 {
      transform: rotate(38deg); }
    .site-branding__description .char4 {
      transform: rotate(29deg); }
    .site-branding__description .char5 {
      transform: rotate(20deg); }
    .site-branding__description .char6 {
      transform: rotate(5deg); }
    .site-branding__description .char7 {
      transform: rotate(-10deg); }
    .site-branding__description .char8 {
      transform: rotate(-25deg); }
    .site-branding__description .char9 {
      transform: rotate(-40deg); }
    .site-branding__description .char10 {
      transform: rotate(-55deg); }
    .site-branding__description .char11 {
      transform: rotate(-70deg); }

.secondary-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 2rem; }
  @media only screen and (min-width: 48em) {
    .secondary-header {
      margin-bottom: 5rem;
      padding: 0 0rem; } }
  .secondary-header__title {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 1rem;
    position: relative;
    display: inline-block; }
    @media only screen and (min-width: 48em) {
      .secondary-header__title {
        font-size: 5rem; } }
    .secondary-header__title::after {
      content: '';
      position: absolute;
      display: block;
      width: 50%;
      height: 0.2rem;
      background-color: #F76D06;
      left: 25%;
      bottom: -2rem; }
      @media only screen and (min-width: 48em) {
        .secondary-header__title::after {
          height: 0.5rem; } }
    .secondary-header__title--light {
      color: #666666; }
  .secondary-header__description {
    width: 100%;
    margin: 3rem auto auto;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 100;
    line-height: 3.1rem;
    color: #666666;
    text-align: justify;
    text-align-last: center;
    letter-spacing: 0.2rem; }
    @media only screen and (min-width: 48em) {
      .secondary-header__description {
        font-size: 2rem;
        width: 50rem;
        margin: 4rem auto auto; } }

/*
//////////////////////////////////
 H E A D E R
//////////////////////////////////
*/
.masthead {
  background-color: rgba(34, 34, 34, 0.5);
  border-bottom: 3px solid rgba(247, 109, 6, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 1rem;
  transition: 1s all ease; }
  .masthead.fixed {
    background-color: #222222;
    border-bottom: 3px solid #f76d06; }

.toper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #ffffff; }
  @media only screen and (min-width: 48em) {
    .toper {
      flex-wrap: no-wrap; } }
  .toper__info {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    order: 10;
    background-color: #222222;
    height: 0;
    overflow: hidden; }
    @media only screen and (min-width: 48em) {
      .toper__info {
        display: block;
        flex-basis: auto;
        background-color: transparent;
        padding: 0rem;
        order: 0;
        height: auto; } }
    .toper__info--active {
      height: auto;
      padding: 1rem; }
  .toper__toggle {
    display: block; }
    .toper__toggle-button {
      display: block;
      cursor: pointer;
      height: 3rem;
      width: 3rem;
      background-size: cover;
      margin-right: 2rem;
      margin-top: 0.2rem; }
    @media only screen and (min-width: 48em) {
      .toper__toggle {
        display: none; } }
  .toper__top {
    display: block;
    flex-basis: 100%;
    margin-top: 1rem;
    overflow: hidden;
    height: 0; }
    @media only screen and (min-width: 48em) {
      .toper__top {
        flex-basis: auto;
        margin-top: 0rem;
        height: auto; } }
    .toper__top--active {
      max-height: 40rem;
      overflow: auto;
      height: auto; }
  .toper__title {
    display: block;
    margin: 0;
    font-size: 3rem;
    margin-left: 2rem;
    color: #F76D06; }
    @media only screen and (min-width: 48em) {
      .toper__title {
        display: none; } }

#primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #222222; }
  #primary-menu li {
    display: block; }
    @media only screen and (min-width: 48em) {
      #primary-menu li {
        display: inline-block;
        text-indent: center; } }
    #primary-menu li:not(:last-child) {
      border-bottom: 1px solid #666666; }
      @media only screen and (min-width: 48em) {
        #primary-menu li:not(:last-child) {
          border-bottom: 0; } }
    #primary-menu li a {
      display: block;
      padding: 1.5rem;
      color: #F76D06;
      text-transform: uppercase;
      font-size: 1.4rem;
      text-align: center; }
      #primary-menu li a:hover {
        color: #ffffff;
        text-decoration: none; }
        @media only screen and (min-width: 48em) {
          #primary-menu li a:hover {
            text-decoration: underline; } }
      @media only screen and (min-width: 48em) {
        #primary-menu li a {
          padding: 1rem; } }
  @media only screen and (min-width: 48em) {
    #primary-menu {
      background-color: transparent; } }

#masthead #primary-menu .is-active-link {
  color: #ffffff; }

/*
//////////////////////////
 FO O T E R
//////////////////////////
*/
.site-footer {
  background-color: #222222; }
  .site-footer p {
    margin: 0; }
  .site-footer h3 {
    color: #ffffff;
    margin-bottom: 2rem; }
  .site-footer .copyright-info {
    margin-top: 5rem;
    text-align: center;
    font-size: 1.2rem; }
    .site-footer .copyright-info a {
      text-decoration: none;
      color: #666666;
      padding: 1rem; }

.section {
  padding: 4rem 0; }
  @media only screen and (min-width: 48em) {
    .section {
      padding: 10rem 0; } }

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }

.site-video-branding {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .site-video-branding::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%; }
  .site-video-branding video,
  .site-video-branding embed,
  .site-video-branding iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block; }
  .site-video-branding #video-play-pause {
    display: block;
    position: absolute;
    top: 150px;
    right: 50px;
    width: 50px;
    height: 50px;
    z-index: 777;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .site-video-branding #video-play-pause.pause-btn {
      background-image: url("img/icons/pause.png"); }
    .site-video-branding #video-play-pause.play-btn {
      background-image: url("img/icons/play.png"); }

.about-text {
  display: block;
  height: 100%;
  margin-top: 3rem; }
  @media only screen and (min-width: 48em) {
    .about-text {
      margin-top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .about-text__title {
    font-size: 3rem;
    color: #F76D06;
    font-weight: 600;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 48em) {
      .about-text__title {
        margin-bottom: 5rem; } }
  .about-text__description {
    font-size: 1.8rem;
    color: #666666;
    text-align: justify; }
    .about-text__description p {
      margin-bottom: 2rem; }

.video {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .video__play-icon.lazyloaded {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    background-size: cover;
    cursor: pointer; }
    @media only screen and (min-width: 48em) {
      .video__play-icon.lazyloaded {
        height: 8rem;
        width: 8rem;
        margin-bottom: 0rem; } }
  .video__cover {
    width: 100%;
    height: 100%;
    background-color: rgba(247, 80, 6, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s; }
    .video__cover iframe,
    .video__cover embed {
      position: absolute;
      top: 20%;
      left: 5%;
      width: 90%;
      height: 60%; }
      @media only screen and (min-width: 48em) {
        .video__cover iframe,
        .video__cover embed {
          width: 60%;
          height: 60%;
          left: 20%; } }
    .video__cover--active {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }

.item-margin {
  margin-bottom: 0rem; }
  .item-margin:not(:last-child) {
    margin-bottom: 5rem; }
    @media only screen and (min-width: 62em) {
      .item-margin:not(:last-child) {
        margin-bottom: 0rem; } }

.event {
  position: relative;
  height: auto;
  perspective: 100rem;
  max-width: 350px; }
  .event:hover .event__back {
    transform: rotateY(0deg); }
  .event:hover .event__front {
    transform: rotateY(-180deg); }
  @media only screen and (min-width: 48em) {
    .event {
      height: 55rem; } }

.event__front {
  background-color: #F76D06;
  padding-bottom: 3rem;
  transform: rotateY(0deg); }
  .event__front__placeholder {
    position: relative; }
    .event__front__placeholder--events-line.lazyloaded {
      display: inline-block;
      position: absolute;
      width: 100%;
      height: 48px;
      background-image: url("img/bg/events-line.png");
      left: 0;
      bottom: 0; }
  .event__front__title {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-align-last: center;
    padding: 0 2rem;
    margin: 3rem 0; }
  .event__front__description {
    font-size: 2rem;
    color: #ffffff;
    font-style: italic;
    text-align: justify;
    padding: 0 2rem; }

.event__back {
  background-color: #ffffff;
  border: 0.3rem solid #F76D06;
  padding: 2rem;
  transform: rotateY(0deg);
  display: block;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .event__back {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transform: rotateY(180deg); } }
  .event__back__features p {
    color: #666666;
    font-style: italic;
    font-size: 1.8rem;
    margin-bottom: 1rem; }
    .event__back__features p strong {
      font-size: 2rem;
      font-style: normal;
      color: #222222; }

.event__side {
  position: static; }
  @media only screen and (min-width: 48em) {
    .event__side {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      backface-visibility: hidden;
      transition: 0.5s; } }

.item-col .vertical-height {
  height: auto;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 48em) {
    .item-col .vertical-height {
      margin-bottom: 3rem;
      height: 50rem; } }
  @media only screen and (min-width: 62em) {
    .item-col .vertical-height {
      margin-bottom: 0rem;
      height: 50rem; } }
.item-col:last-child .vertical-height {
  margin-bottom: 0rem; }
  @media only screen and (min-width: 48em) {
    .item-col:last-child .vertical-height {
      margin-bottom: 3rem; } }
  @media only screen and (min-width: 62em) {
    .item-col:last-child .vertical-height {
      margin-bottom: 0rem; } }

.gallery {
  background-color: #eeeeee; }
  .gallery-item {
    background-size: cover;
    background-position: centar; }
    .gallery-item:not(:last-child) {
      margin-bottom: 3rem; }
  .gallery .gi-1 {
    height: 30rem; }
    @media only screen and (min-width: 48em) {
      .gallery .gi-1 {
        height: 100%; } }
  .gallery .gi-1-3 {
    height: 30rem; }
    @media only screen and (min-width: 48em) {
      .gallery .gi-1-3 {
        height: calc(( 100% - 3rem )/3); } }
  .gallery .gi-2-3 {
    height: 30rem; }
    @media only screen and (min-width: 48em) {
      .gallery .gi-2-3 {
        height: calc(( 100% - 3rem )/3*2); } }

.gallery-cover {
  background-color: rgba(247, 109, 6, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  transform: scale(0.5);
  transition: all 0.5s;
  overflow-y: auto; }
  .gallery-cover__img {
    height: auto;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0.5rem solid #F76D06; }
    @media only screen and (min-width: 48em) {
      .gallery-cover__img {
        height: auto;
        width: 80%; } }
    @media only screen and (min-width: 62em) {
      .gallery-cover__img {
        height: 80%;
        width: auto; } }
  .gallery-cover--active {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }
  .gallery-cover__arrow {
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 95%;
    transform: translateY(-50%);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    z-index: 777; }
    @media only screen and (min-width: 48em) {
      .gallery-cover__arrow {
        top: 50%; } }
  .gallery-cover__prev {
    left: 30%; }
    .gallery-cover__prev.lazyloaded {
      background-image: url("img/icons/prev.png"); }
    @media only screen and (min-width: 48em) {
      .gallery-cover__prev {
        left: 5rem; } }
  .gallery-cover__next {
    right: 30%; }
    .gallery-cover__next.lazyloaded {
      background-image: url("img/icons/next.png"); }
    @media only screen and (min-width: 48em) {
      .gallery-cover__next {
        right: 5rem; } }

.ie-gallery {
  display: none; }

/*IE debug*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-gallery {
    display: block; }

  .no-ie-gallery {
    display: none; } }
.quote {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.quote-content {
  width: 100%;
  max-width: 60rem;
  margin: 10rem auto 5rem;
  padding-left: 5rem;
  border-left: 1rem solid #666666;
  color: #ffffff;
  text-align: right; }
  .quote-content__text {
    font-size: 2rem;
    line-height: 3rem;
    font-style: italic;
    font-weight: 100;
    text-align: justify;
    text-align-last: center; }
  .quote-content__cite {
    color: #F76D06; }

.contact-box {
  background-color: #222222;
  height: 100%;
  min-height: 40rem;
  padding: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; }
  .contact-box h3,
  .contact-box p {
    margin: 0; }
  .contact-box h3 {
    font-size: 3.2rem; }

.contact-left {
  background-color: #222222; }
  .contact-left h3 {
    color: #F76D06; }
  .contact-left strong {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block; }
  .contact-left p {
    color: #666666; }

.contact-right {
  background-color: #F76D06; }
  .contact-right h3 {
    color: #ffffff; }
  .contact-right .description-tertiary {
    font-size: 1.8rem;
    color: #ffffff;
    text-align: justify;
    text-align-last: center;
    margin: 3rem 0 6rem; }
  .contact-right input {
    width: 100%;
    height: 4rem;
    border: 0;
    border-bottom: 0.3rem solid #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 2rem;
    padding-left: 1rem; }
  .contact-right textarea {
    width: 100%;
    height: 9rem;
    border: 0;
    border-bottom: 0.3rem solid #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 2rem;
    padding-left: 1rem; }
  .contact-right .wpcf7-submit {
    width: 60%;
    height: 5rem;
    border: 0;
    border: 0;
    background-color: #222222;
    margin-top: 4rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0rem;
    color: #ffffff; }
  .contact-right p {
    margin: 0; }

.span-line {
  position: absolute;
  background-color: #ffffff; }
  .span-line--left {
    width: 0.1rem;
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    height: calc( 100% - 2rem ); }
  .span-line--right {
    width: 0.1rem;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
    height: calc( 100% - 2rem ); }
  .span-line--top {
    height: 0.1rem;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    width: calc( 100% - 2rem ); }
  .span-line--bottom {
    height: 0.1rem;
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    width: calc( 100% - 2rem ); }

/*# sourceMappingURL=style.css.map */
