@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}
.custom-font {
  font-family: 'Alegreya', serif;
}
.custom-font-2 {
  font-family: 'Alegreya Sans', sans-serif;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
.box-sizing,
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.sprite {
  background: transparent url(../images/_theme/1/sprite.png) no-repeat 0 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
IMG {
  display: block;
}
EM {
  font-style: italic;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
html {
  background-color: whitesmoke;
  height: 100%;
}
body {
  font-family: 'Alegreya Sans', sans-serif;
  color: #ede2cc;
  min-height: 100px;
  font-size: 14px;
  background-color: white;
}
::-moz-selection {
  background: #0054a3;
  text-shadow: none;
}
::selection {
  background: #0054a3;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #ede2cc;
}
::-moz-placeholder {
  color: #ede2cc;
}
::-moz-placeholder {
  color: #ede2cc;
}
::-ms-input-placeholder {
  color: #ede2cc;
}
H1,
H2,
H3,
H4,
H5 {
  color: #ede2cc;
}
H1 {
  font-weight: 500;
  font-size: 48px;
}
H2 {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.25;
}
H2.underline {
  border-bottom: 1px solid #ede2cc;
}
h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
A {
  color: #5a4a42;
}
A:hover {
  color: #72594d;
  text-decoration: none;
}
.uk-navbar {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
  margin-left: -12.5%;
}
.breadcrumb .page-path {
  margin: 0;
  padding: 0;
}
.breadcrumb .page-path li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
}
.breadcrumb .page-path li:last-child {
  font-weight: bold;
}
.uk-container {
  max-width: 1070px;
}
.uk-container#header,
.uk-container.bot {
  max-width: 1325px;
}
#header {
  position: relative;
  height: 100px;
}
#header .logo {
  position: absolute;
  top: 35px;
}
.welcome-container-mobile {
  background: whitesmoke;
  padding-top: 30px;
  color: #72594d;
}
.welcome-container-mobile section {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
}
.welcome-container-mobile .button {
  margin: 30px 10px;
}
.welcome-container-mobile h2 {
  color: #72594d;
}
#vr-full {
  height: 100%;
}
#VR {
  background-image: url('../images/_theme/0/pattern2.jpg');
  color: #e9dec8;
  font-family: 'Alegreya', serif;
  height: 100%;
}
#VR .go-back-arrow {
  padding-top: 55px;
  width: 40px;
  height: 40px;
  background-image: url('../images/_theme/0/vr-arrow-back.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -100px;
}
#VR .go-back-arrow:hover {
  cursor: pointer;
}
#VR .vr-title {
  font-size: 26px;
  font-weight: 400;
  padding-top: 30px;
  padding-left: 0;
}
#VR .vr-main-content {
  margin-top: 0;
  display: block;
}
#VR .vr-content {
  padding: 30px;
  max-height: 600px;
  max-width: 300px;
  background-color: #00306b;
  margin-left: 30px;
  /*text-transform: uppercase;*/
  line-height: 180%;
}
#VR .vr-unity-container .arrows {
  position: relative;
  width: 50px;
  height: 50px;
  left: 45%;
  top: -45px;
  background-image: url('../images/_theme/0/drag-scroll.png');
  background-repeat: no-repeat;
}
#VR .vr-unity {
  max-width: 487px;
  max-height: 800px;
  height: 100vh;
  width: 85vw;
}
.gallery-mid {
  margin: 50px 0 0 0;
  background: #92070c;
  background-image: url('../images/_theme/0/red-texture-gallery.jpg');
  padding: 30px 0 30px 0;
}
.gallery-mid .main-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  max-height: 540px;
}
.gallery-mid .main-image img {
  display: block;
  margin: 0 auto;
  max-width: 680px;
  max-height: 540px;
  /*width: 100%;*/

}
.gallery-mid .slick-slide {
  top: 50%;
}
.gallery-mid .slick-initialized .slick-track {
  display: flex;
  align-items: center;
}
.gallery-mid .slick-prev {
  background-color: #92070c;
  background-image: url('../images/_theme/0/arrow-big.png');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  width: 80px;
  height: 60px;
  left: 0;
  top: 45%;
}
.gallery-mid .slick-prev:hover {
  background-color: #92070c;
  background-image: url('../images/_theme/0/arrow-big.png');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  width: 80px;
  height: 60px;
  left: 0;
  top: 45%;
}
.gallery-mid .slick-next {
  background-color: #92070c;
  background-image: url('../images/_theme/0/arrow-big.png');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  width: 80px;
  height: 60px;
  left: 0;
  top: 45%;
  transform: rotate(-90deg);
  left: 990px;
}
.gallery-mid .slick-next:hover {
  background-color: #92070c;
  background-image: url('../images/_theme/0/arrow-big.png');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  width: 80px;
  height: 60px;
  left: 0;
  top: 45%;
  transform: rotate(-90deg);
  left: 990px;
}
.fancybox-next span {
  right: 50px !important;
}
.fancybox-prev span {
  left: 50px !important;
}
.fancybox-close {
  position: fixed !important;
  top: 10px !important;
  right: 30px !important;
}
.fancybox-next span {
  visibility: visible !important;
  display: block !important;
  position: fixed !important;
  width: 70px !important;
  height: 90px !important;
  background: white url(../images/_theme/0/arrow-right.png) no-repeat center center !important;
  z-index: 1000;
  opacity: 1;
}
.fancybox-next span:hover {
  background: beige url(../images/_theme/0/arrow-right.png) no-repeat center center !important;
}
.fancybox-prev span {
  visibility: visible !important;
  display: block !important;
  position: fixed !important;
  width: 70px !important;
  height: 90px !important;
  background: white url(../images/_theme/0/arrow-left.png) no-repeat center center !important;
  z-index: 1000;
  opacity: 1;
}
.fancybox-prev span:hover {
  background: beige url(../images/_theme/0/arrow-left.png) no-repeat center center !important;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-skin .child {
  background: none !important;
  color: black !important;
  text-shadow: none !important;
}
.fancybox-title-outside-wrap {
  color: black !important;
  text-align: center;
}
.description-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #91060b;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  max-height: 100px;
  padding-left: 0;
}
.description-wraper h3 {
  margin: 30px auto 30px auto;
  font-size: 18px;
  font-weight: 300;
  max-width: 980px;
  width: 100vw;
  padding: 0 0 0 30px;
}
.inline-gallery-container {
  font-size: 22px;
  font-weight: 600;
  color: black;
  font-family: Alegreya;
}
.inline-gallery-container .slick-initialized .slick-track {
  display: flex;
  align-items: center;
}
.inline-gallery-container .album-title-container {
  display: block;
  top: 50%;
  bottom: 50%;
  width: auto;
}
.inline-gallery-container .album-title-container .title {
  text-align: center;
}
.inline-gallery-container .album-title-container .close {
  position: absolute;
  right: 60px;
  top: 0px;
  padding: 0;
  margin: 0;
  font-size: 100px;
  z-index: 9999;
}
.inline-gallery-container .album-title-container .close:hover {
  cursor: pointer;
}
.inline-gallery-container .slick-prev {
  width: 70px;
  height: 90px;
  left: 0px;
  background: white url(../images/_theme/0/arrow-left.png) no-repeat center center;
  z-index: 1000;
  opacity: 1;
}
.inline-gallery-container .slick-prev:hover {
  background: beige url(../images/_theme/0/arrow-left.png) no-repeat center center;
}
.inline-gallery-container .slick-prev:focus {
  background: white url(../images/_theme/0/arrow-left.png) no-repeat center center;
}
.inline-gallery-container .slick-prev:focus:hover {
  background: beige url(../images/_theme/0/arrow-left.png) no-repeat center center;
}
.inline-gallery-container .slick-next {
  width: 70px;
  height: 90px;
  left: auto;
  background: white url(../images/_theme/0/arrow-right.png) no-repeat center center;
  z-index: 1000;
  opacity: 1;
}
.inline-gallery-container .slick-next:hover {
  background: beige url(../images/_theme/0/arrow-right.png) no-repeat center center;
}
.inline-gallery-container .slick-next:focus {
  background: white url(../images/_theme/0/arrow-right.png) no-repeat center center;
}
.inline-gallery-container .slick-next:focus:hover {
  background: beige url(../images/_theme/0/arrow-right.png) no-repeat center center;
}
.inline-gallery-container .img-container {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  max-width: 100vw;
}
.inline-gallery-container .img-container img {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-height: 80vh;
  max-width: 100vw;
}
.inline-gallery-container .img-container .main-img .description-container {
  color: black;
  font-weight: 600;
  font-size: 20px;
  display: block;
  word-break: break-word;
  text-align: center;
  align-self: flex-end;
}
.inline-gallery-container .img-container .main-img .description-container .description {
  max-width: 1000px;
  margin: 0 auto;
}
.langs {
  position: absolute;
  top: 40px;
  right: 0px;
}
.langs a {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 13px;
}
.langs span {
  margin: 0 7px;
}
.langs .selected {
  color: #92070c;
}
#menuToggle {
  display: none;
}
#top-menu {
  position: absolute;
  height: 60px;
  top: 22px;
  right: 90px;
  background: white;
}
#top-menu .table {
  /*display: table;*/
  height: 100%;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
#top-menu .mainMenu {
  min-width: 696px;
  list-style: none;
  height: 100%;
}
#top-menu .mainMenu A {
  height: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  margin: auto;
  max-height: 60px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03rem;
  line-height: 18px;
}
#top-menu ul.mainMenu li {
  display: inline-flex;
  width: 195px;
  max-width: 195px;
  vertical-align: text-top;
  height: 100%;
}
#top-menu .selected {
  color: #92070c;
}
#top-menu LI {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 190px;
  text-align: center;
  display: inline-block;
}
#top-menu LI UL {
  display: none;
}
#top-menu LI .sub-menu {
  display: none;
  text-align: center;
  background: white;
  border: 1px solid #92070c;
  position: absolute;
  line-height: 100%;
}
#top-menu LI .sub-menu LI {
  min-width: 190px;
  text-transform: none;
}
#top-menu LI .sub-menu LI :hover {
  color: #92070c;
}
#top-menu LI .sub-menu LI A {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .03rem;
  line-height: 18px;
}
#top-menu LI .sub-menu :first-child A {
  padding-top: 10px;
}
#top-menu LI .sub-menu :last-child A {
  padding-bottom: 10px;
}
#top-menu LI > A {
  display: block;
  padding: 0 20px;
}
#top-menu LI:hover .sub-menu {
  display: block;
  max-width: 190px;
  margin-top: 60px;
}
#top-menu :hover {
  color: #92070c;
}
.background-whitesmoke {
  background-color: whitesmoke;
}
.totop-container {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: whitesmoke;
}
.totop-container .to-top {
  position: absolute;
  left: 90%;
  top: 50%;
  bottom: 50%;
  width: 25px;
  height: 14px;
  background-image: url('../images/_theme/0/arrow-on-top.png');
  background-repeat: no-repeat;
  background-position-x: center;
}
.totop-container .to-top:hover {
  cursor: pointer;
  transform: translateY(-2px);
}
#footer-menu {
  position: relative;
  padding-left: 7.0%;
  font-weight: 300;
  padding-top: 2%;
}
#footer-menu LI {
  font-size: 16px;
  text-transform: uppercase;
  max-width: 180px;
  text-align: left;
  padding-left: 10px;
}
#footer-menu LI A {
  color: #5a4a42;
  font-weight: bold;
  line-height: 100%;
}
#footer-menu LI .sub-menu {
  display: block;
  line-height: 100%;
  text-align: left;
  padding-top: 10px;
}
#footer-menu LI .sub-menu LI {
  text-transform: none;
  text-align: left;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#footer-menu LI .sub-menu LI A {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}
.button {
  text-transform: uppercase;
  padding: 15px 40px 10px 40px;
  display: inline-block;
  line-height: 1.25;
  letter-spacing: 2px;
  font-family: 'Alegreya Sans', sans-serif;
}
.button.red {
  background: #92070c;
  color: white;
}
.button.red:hover {
  background: #ab1b20;
}
.section-wrap {
  background: #f6f5f1;
}
.section-wrap section.uk-container {
  padding-top: 90px;
  padding-bottom: 30px;
  text-align: center;
}
.section-wrap section.uk-container p {
  font-size: 24px;
  line-height: 40px;
  color: #522d08;
  font-weight: 300;
}
.section-wrap section.uk-container img {
  margin: 0 auto;
}
.section-wrap section.saznaj-vise {
  padding-top: 10px;
  padding-bottom: 90px;
}
.social-icons {
  position: absolute;
  right: 0;
  top: 70px;
}
.social-icons LI {
  float: left;
}
.social-icons LI A {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #5a4a42;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
}
.social-icons LI A:hover {
  color: #5a4a42;
}
.social-icons LI A B {
  display: none;
}
.pericon {
  background-size: cover;
  height: 28px;
  width: 28px;
  margin-top: -1px;
  margin-left: -2px;
}
.pericon.instagram {
  background-image: url("/images/_theme/0/ig.png");
}
.pericon.linkedin {
  background-image: url("/images/_theme/0/in.png");
}
.zona-cover-background {
  background-position: 50% 50%;
  height: 705px;
  background-size: cover;
  margin-top: 100px;
}
.zona-cover-background.no-image-header {
  height: 0px !important;
}
.zona-cover-background .cover-content {
  max-width: 430px;
  /*font-size:34px;*/
  padding-left: 350px;
  padding-right: 300px;
  padding-top: 170px;
}
.zona-cover-background .cover-content .button {
  margin: 40px 0 25px 0;
}
.zona-cover-background .cover-content .desc {
  display: block;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.25;
}
.zona-cover-background .cover-content h2 {
  font-weight: normal;
  font-size: 30px;
  font-family: alegreya;
  letter-spacing: 0.2rem;
}
.zona-cover-background-small {
  background-position: 50% 50%;
  height: 705px;
  background-size: cover;
  margin-top: 100px;
  height: 500px;
}
.zona-cover-background-small.no-image-header {
  height: 0px !important;
}
.zona-cover-background-small .cover-content {
  max-width: 430px;
  /*font-size:34px;*/
  padding-left: 350px;
  padding-right: 300px;
  padding-top: 170px;
}
.zona-cover-background-small .cover-content .button {
  margin: 40px 0 25px 0;
}
.zona-cover-background-small .cover-content .desc {
  display: block;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.25;
}
.zona-cover-background-small .cover-content h2 {
  font-weight: normal;
  font-size: 30px;
  font-family: alegreya;
  letter-spacing: 0.2rem;
}
.bottom .left {
  display: flex;
  align-items: center;
  height: 100px;
}
.bottom .right img {
  margin: 0 auto;
  max-width: 200px;
}
.bottom img {
  display: inline-block;
  vertical-align: middle;
}
footer {
  /*padding: 80px 0;*/
  background: url("/images/_theme/0/footer-pattern-2.jpg");
  min-height: 100px;
  color: white;
  height: 415px;
  box-sizing: border-box;
  position: relative;
}
footer .uk-grid > div {
  padding: 20px 0;
  height: 415px;
}
footer .righto {
  background: #ae9058;
  /*width:1000px;*/
  z-index: 2;
  padding: 40px 0 0 40px !important;
}
footer .righto .sec {
  padding-left: 25px;
}
footer .righto .sec p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.25;
}
footer .special-background {
  position: absolute;
  height: 415px;
  background: #ae9058;
  width: 30%;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
footer H4 {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
footer UL {
  padding: 30px 0;
}
footer UL LI {
  line-height: 20px;
}
footer UL LI A {
  color: white;
}
footer UL LI A:hover {
  color: #eeeeee;
}
footer INPUT[type=text] {
  background-color: transparent;
  border: 1px solid white;
  line-height: 30px;
  width: 80%;
}
footer .email-box {
  margin-top: 30px;
  line-height: 30px;
}
footer .email-box .email {
  width: 64%;
  float: left;
  padding: 2px 4px;
  color: white;
  font-family: 'Alegreya', serif;
  font-weight: 300;
}
footer .email-box button {
  width: 31%;
  float: left;
  border: none;
  background: white;
  height: 36px;
  text-transform: uppercase;
  float: left;
  font-family: 'Alegreya', serif;
  color: #ede2cc;
}
footer .email-box button:hover {
  background: #f7f5f6;
  cursor: pointer;
}
footer .last-column .logo {
  float: right;
}
.lijevo-desno #sto,
.lijevo-desno #kako {
  margin-top: 0;
  font-family: 'Alegreya', serif;
}
.lijevo-desno #sto .uk-width-medium-1-2,
.lijevo-desno #kako .uk-width-medium-1-2 {
  padding: 0;
  background-color: whitesmoke;
}
.lijevo-desno #sto #no-red-texture,
.lijevo-desno #kako #no-red-texture {
  background-image: none;
}
.lijevo-desno #sto #plesna-texture,
.lijevo-desno #kako #plesna-texture {
  background-image: url('../images/_theme/0/PlesnaIGlazbenabastina2.png');
  background-position: 50% 50%;
}
.lijevo-desno #sto #tradicijska-texture,
.lijevo-desno #kako #tradicijska-texture {
  background-image: url('../images/_theme/0/pattern2.jpg');
}
.lijevo-desno #sto .caption,
.lijevo-desno #kako .caption {
  max-height: 600px;
}
.lijevo-desno #sto .caption .inner,
.lijevo-desno #kako .caption .inner {
  max-width: 514px;
  height: auto;
  padding: 30px 40px;
  float: right;
  box-sizing: border-box;
}
.lijevo-desno #sto .caption .inner p,
.lijevo-desno #kako .caption .inner p,
.lijevo-desno #sto .caption .inner h3,
.lijevo-desno #kako .caption .inner h3 {
  color: #e9dec8;
}
.lijevo-desno #sto .caption .inner p,
.lijevo-desno #kako .caption .inner p {
  font-size: 18px;
  letter-spacing: .03rem;
  font-weight: 500;
  line-height: 28px;
}
.lijevo-desno #sto .caption:nth-child(4) .inner,
.lijevo-desno #kako .caption:nth-child(4) .inner {
  float: left;
}
.lijevo-desno #sto .picture:nth-child(2) figure,
.lijevo-desno #kako .picture:nth-child(2) figure {
  background: url(/images/_theme/0/ples.jpg) no-repeat left;
  height: 455px;
  width: 100%;
}
.lijevo-desno #sto .picture:nth-child(3) figure,
.lijevo-desno #kako .picture:nth-child(3) figure {
  background: url(/images/_theme/0/gun.jpg) no-repeat left;
  height: 455px;
  width: 515px;
}
.lijevo-desno #sto div:nth-child(3) figure,
.lijevo-desno #kako div:nth-child(3) figure {
  background: url(/images/_theme/0/gun.jpg) no-repeat right;
  height: 455px;
  width: 514px;
  float: right;
}
.lijevo-desno #sto .caption {
  background-image: url(../images/_theme/0/TextureRed.png);
  background-color: #92070c;
  color: #e9dec8;
}
.lijevo-desno #sto .caption .inner h3,
.lijevo-desno #sto .caption .inner p {
  color: #e9dec8;
}
.lijevo-desno #kako .caption {
  background-color: #00367c;
  color: #e9dec8;
}
.lijevo-desno #kako .picture:nth-child(2) figure {
  background: url(/images/_theme/0/hands.jpg) no-repeat left;
  height: 455px;
  width: 100%;
}
.lijevo-desno #kako .picture:nth-child(3) figure {
  background: url(/images/_theme/0/drum.jpg) no-repeat left;
  height: 455px;
  width: 514px;
}
.pregled {
  max-width: 100% !important;
}
.google-map {
  height: 500px;
}
/*.newsie{
    padding: 25px;
}*/

.contact-form {
  padding: 60px 160px;
}
.contact-form .contact-form-main {
  font-size: 16px;
  line-height: 30px;
}
.contact-form .contact-form-main INPUT[type=text],
.contact-form .contact-form-main TEXTAREA {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #5a4a42;
  border: 0;
  border-bottom: 1px solid #ede2cc;
  margin-top: 15px;
  font-family: 'Alegreya', serif;
}
.contact-form .contact-form-main TEXTAREA {
  border: 1px solid #ede2cc;
  margin-top: 5px;
  height: 150px;
}
.contact-form button {
  border: none;
  padding: 10px 20px;
  background: #ede2cc;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  margin-right: -3px;
}
.contact-form button:hover {
  cursor: pointer;
  background: #5a4a42;
}
.zona-p-important {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 30px;
  color: #ede2cc;
}
.page-title {
  color: #522d08;
  font-size: 52px;
  font-weight: 300;
  padding: 50px 0;
  font-family: 'Alegreya Sans', sans-serif;
}
.nosnje {
  background-image: url('../images/_theme/0/pattern2.jpg');
  margin: 75px 0;
  padding: 75px 0;
}
.nosnje .uk-grid > div {
  padding: 1px;
}
.nosnja-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.nosnja-container IMG {
  margin: 0 auto;
}
.nosnja-container .nosnja-text {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #e9dec8;
  align-items: center;
  justify-content: center;
}
.nosnja-container span {
  padding: 5px;
}
.nosnja-container:hover .nosnja-text {
  display: flex;
  background-color: rgba(0, 54, 124, 0.7);
}
article .lead {
  /*padding: 65px 0;*/
  font-size: 20px;
  font-weight: lighter;
  color: #5a4a42;
  line-height: 30px;
}
article .lead.light p {
  color: #ede2cc !important;
}
article .lead p {
  padding: 20px 0;
  font-size: 20px;
  font-weight: lighter;
  color: #5a4a42;
  line-height: 30px;
}
article .person .face {
  float: left;
}
article .person .face img {
  width: 100%;
}
article .person .bio {
  padding: 0px 0 45px 30px;
  float: right;
  margin-top: -10px;
}
article .person .bio .name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}
article .person .bio .name a {
  color: #ede2cc;
}
article .person .bio .name a:hover {
  color: #5a4a42;
}
article .person .bio .quote {
  color: #5a4a42;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ede2cc;
  border-bottom: 1px solid #ede2cc;
  width: 80%;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
}
article .person .bio .about {
  color: #5a4a42;
  font-size: 18px;
  line-height: 24px;
  font-weight: lighter;
  margin-top: 25px;
}
article .person.swap .bio {
  float: left;
  padding: 45px 45px 45px 0px;
}
article .person.swap .face {
  float: right;
}
#accordion,
#accordionPDF {
  max-width: 800px;
}
#accordion h3,
#accordionPDF h3 {
  color: #522d08;
  background: #e9dec8;
  padding: 18px 60px;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
#accordion h3 .stripe,
#accordionPDF h3 .stripe {
  display: inline-block;
  background: #92070c;
  position: absolute;
  height: 100%;
  width: 18px;
  left: 0;
  top: 0;
  bottom: 0;
}
#accordion h3 b,
#accordionPDF h3 b {
  text-transform: uppercase;
  color: #522d08;
}
#accordion h3 .music-note,
#accordionPDF h3 .music-note {
  display: inline-block;
  background-image: url(/images/_theme/0/music-note.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 35px;
  width: 35px;
  left: 730px;
  top: 50%;
  bottom: 50%;
  transform: translate(50%, -50%);
}
#accordion h3:hover,
#accordionPDF h3:hover {
  background: #f1ece1;
  color: #92060c;
}
#accordion h3:hover b,
#accordionPDF h3:hover b {
  color: #92060c;
}
#accordion .ui-accordion-content,
#accordionPDF .ui-accordion-content {
  margin-left: 25px;
}
#accordion .ui-accordion-content span,
#accordionPDF .ui-accordion-content span {
  font-size: 18px;
  font-weight: 600;
}
#accordion .ui-accordion-content audio,
#accordionPDF .ui-accordion-content audio {
  margin-bottom: 20px;
}
#accordionPDF {
  max-width: 800px;
  margin: 0 auto;
}
#accordionPDF h3 {
  color: #522d08;
  background: #e9dec8;
  padding: 18px 60px;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
#accordionPDF h3 .stripe {
  display: inline-block;
  background: #92070c;
  position: absolute;
  height: 100%;
  width: 18px;
  left: 0;
  top: 0;
  bottom: 0;
}
#accordionPDF h3 b {
  text-transform: uppercase;
  color: #522d08;
}
#accordionPDF h3 .music-note {
  display: inline-block;
  background-image: url(/images/_theme/0/music-note.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 35px;
  width: 35px;
  left: 730px;
  top: 50%;
  bottom: 50%;
  transform: translate(50%, -50%);
}
#accordionPDF h3:hover {
  background: #f1ece1;
  color: #92060c;
}
#accordionPDF h3:hover b {
  color: #92060c;
}
#accordionPDF .ui-accordion-content {
  margin-left: 25px;
}
#accordionPDF .ui-accordion-content span {
  font-size: 18px;
  font-weight: 600;
}
#accordionPDF .ui-accordion-content audio {
  margin-bottom: 20px;
}
#accordionPDF h3 .music-note {
  display: none;
}
.content-wrapper {
  background: #f6f5f1;
}
.content-wrapper .content {
  margin-bottom: 0px;
  margin-top: 25px;
  overflow: hidden;
}
.content-wrapper .page-content {
  color: #522d08;
  font-family: 'Alegreya', serif;
  line-height: 2;
}
.content-wrapper .page-content p {
  line-height: 1.9;
  font-size: 22px;
}
.content-wrapper .page-content h2 {
  margin: 40px 0 20px 0;
  color: #522d08;
  font-family: 'Alegreya Sans', sans-serif;
}
.content-wrapper .page-content div {
  font-family: 'Alegreya', serif;
}
.arrow-container {
  text-align: center;
  margin-bottom: 15px;
}
.arrow-container .arrow-big {
  height: 25px;
  width: 45px;
  display: inline-block;
  background-image: url('../images/_theme/0/arrow-big.png');
  background-repeat: no-repeat;
}
.arrow-container .arrow-big:hover {
  transform: translate(0px, 3px);
  cursor: pointer;
}
.arrow-container .arrow-big:active {
  transform: translate(0px, 1px);
}
.usluge {
  padding-top: 75px;
}
.usluge .usluga {
  text-align: center;
  height: 400px;
}
.usluge .usluga a {
  color: #ede2cc;
}
.usluge .usluga a:hover {
  color: #5a4a42;
}
.usluge .usluga a:hover .title {
  color: #5a4a42;
}
.usluge .usluga a:hover .read-more {
  color: #5a4a42 !important;
}
.usluge .usluga a:hover .read-more .arrow-right {
  background: url("/images/_theme/0/arrow-circle-right-dark.png") !important;
}
.usluge .usluga a .inner {
  max-width: 230px;
  margin: 0 auto;
}
.usluge .usluga a .inner img {
  /*border-radius: 100%;*/
  margin: 0 auto;
  /*border: 1px solid #f0f0f0;*/
  padding: 0px 30px;
}
.usluge .usluga a .inner .title {
  margin: 20px 0;
}
.usluge .usluga a .inner .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}
.usluge .usluga a .inner .read-more {
  display: inline-block;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #ede2cc;
}
.usluge .usluga a .inner .read-more .arrow-right {
  background: url("/images/_theme/0/arrow-circle-right.png");
  width: 26px;
  height: 27px;
  display: inline-block !important;
  margin-bottom: -10px;
  margin-left: 15px;
}
.back-button {
  width: 100px;
  margin-top: -60px;
  margin-bottom: -10px;
  margin-left: -30px;
}
.back-button:hover {
  cursor: pointer;
}
.aktivnost .txt img.main {
  margin: 0 45px 20px 0;
  display: inline-block;
  float: right;
}
.aktivnost .txt .voditelji {
  font-size: 16px;
}
.aktivnost .txt .title {
  font-size: 34px;
  font-weight: 600;
}
.aktivnost .txt .desc {
  margin: 25px 0;
  font-weight: 300;
}
.aktivnost .usluge.podaktivnosti {
  padding-top: 0;
}
.aktivnost .usluge.podaktivnosti .usluga .trener {
  margin-top: -15px;
  margin-bottom: -10px;
}
.aktivnost .usluge.podaktivnosti .sep {
  border-color: #e9dec8;
}
.aktivnost .usluge.podaktivnosti .sub-title {
  padding: 25px 0;
  text-align: center;
}
em {
  color: unset;
}
.recepcija {
  margin: 0 auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 50px;
  position: relative;
  margin-top: 60px;
}
.recepcija .prijava {
  text-align: center;
}
.recepcija .prijava .polje span {
  display: inline-block;
  width: 150px;
}
.recepcija .prijava .polje.first {
  margin-top: 10px;
}
.recepcija .prijava .polje.last {
  margin-bottom: 15px;
}
.recepcija .izbornik {
  position: absolute;
  left: 15px;
  top: 10px;
}
.recepcija .pretraga INPUT[type=text] {
  width: 110px;
}
.recepcija .loggedin {
  position: absolute;
  right: 15px;
  top: 10px;
}
.recepcija .pretraga-tb {
  margin-top: 10px;
  margin-left: 10px;
}
.recepcija .button-pretraga {
  margin-top: 10px;
}
.recepcija .stari-korisnik {
  margin: 15px 0;
}
.recepcija .stari-korisnik table:not(.posjeti) td {
  padding: 1px 2px;
  font-size: 16px;
  font-weight: 600;
}
.recepcija .stari-korisnik table:not(.posjeti) tr td:first-of-type {
  text-align: right;
  font-weight: normal;
}
.recepcija .stari-korisnik table:not(.posjeti) tr td:nth-child(2) {
  font-size: 20px;
}
.recepcija .stari-korisnik .chosen-choices {
  width: 300px !important;
  font-weight: normal;
  font-size: 16px;
}
.recepcija .stari-korisnik table.posjeti {
  border: 1px solid #b7aa90;
  border-collapse: collapse;
}
.recepcija .stari-korisnik table.posjeti th {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.recepcija .stari-korisnik table.posjeti tr.bright td,
.recepcija .stari-korisnik table.posjeti tr.bright th {
  color: #ede2cc;
}
.recepcija .stari-korisnik table.posjeti tr,
.recepcija .stari-korisnik table.posjeti th,
.recepcija .stari-korisnik table.posjeti td {
  border: 1px solid #b7aa90;
  border-collapse: collapse;
  font-size: 16px;
}
.recepcija .stari-korisnik table.posjeti th,
.recepcija .stari-korisnik table.posjeti td {
  color: #555555;
  padding: 2px 4px;
}
.recepcija .stari-korisnik table.posjeti td {
  text-align: center;
}
.osoba img.main {
  width: 50%;
  margin: 0 0 30px 0;
  float: left;
  border-right: 50px solid white;
}
.osoba h1.title {
  margin-bottom: 30px;
}
.osoba .about {
  margin: 25px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}
.osoba .about p {
  font-size: 22px;
  line-height: 26px;
}
.osoba .quote {
  color: #5a4a42;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ede2cc;
  border-bottom: 1px solid #ede2cc;
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  width: 90%;
}
.osoba .sub-title {
  padding-bottom: 25px;
  text-align: center;
}
.osoba .usluge {
  padding-top: 0;
}
.homepage-news {
  background-image: url(/images/_theme/0/news-head.jpg);
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
}
.homepage-news .inner .main-title {
  color: #72594d;
  font-weight: 600;
  padding: 75px 0 50px 0;
}
.homepage-news .inner .main-title img {
  display: inline-block;
  margin-left: 50px;
}
.homepage-news .inner .news-box {
  background: white;
  padding: 20px;
  margin-right: 50px;
  -webkit-box-shadow: 7px 7px 15px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 7px 7px 15px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 7px 7px 15px -4px rgba(0, 0, 0, 0.35);
  width: 180px;
  height: 200px;
}
.homepage-news .inner .news-box:hover .title {
  color: #b7aa90;
}
.homepage-news .inner .news-box .date {
  color: #72594d;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 1px solid #ede2cc;
  padding-bottom: 10px;
}
.homepage-news .inner .news-box .title {
  margin: 10px 0;
  font-size: 22px;
  line-height: 28px;
  color: #72594d;
}
.homepage-news .inner .news-box .short {
  line-height: 16px;
  color: #b7aa90 !important;
}
.arhiva .news-box {
  background: white;
  padding: 20px;
  /*margin-right: 50px;*/
  -webkit-box-shadow: 7px 7px 15px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 7px 7px 15px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 7px 7px 15px -4px rgba(0, 0, 0, 0.35);
  /*width: 180px;*/
  height: 320px;
  margin-top: 15px;
  overflow: hidden;
}
.arhiva .news-box:hover .title {
  color: #b7aa90;
}
.arhiva .news-box .date {
  color: #72594d;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 1px solid #ede2cc;
  padding-bottom: 10px;
  padding-bottom: 6px;
  padding-top: 10px;
}
.arhiva .news-box .title {
  margin: 10px 0;
  font-size: 22px;
  line-height: 28px;
  color: #72594d;
}
.arhiva .news-box .short p {
  line-height: 16px;
  color: #b7aa90 !important;
  font-size: 12px;
}
.struct-16 .zona-cover-background {
  height: 0px;
}
.struct-16 .news-details {
  max-width: 775px;
  margin: -100px auto;
}
.struct-16 .news-details .novost img {
  width: 100%;
  margin: 20px 0;
}
.struct-16 .news-details h1.title {
  font-size: 36px;
  font-weight: 600;
}
.struct-16 .news-details p {
  padding: 10px 0;
  font-size: 20px;
  font-weight: lighter;
  color: #5a4a42;
  line-height: 30px;
  margin-bottom: 10px;
}
.struct-16 .news-details h2 {
  line-height: 50px;
}
.big-text {
  padding: 100px;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: -70px;
}
.calendar {
  margin-top: 20px;
}
.calendar .selectors {
  background-color: #f2f0f1;
}
.calendar .selectors div {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}
.calendar .selectors div:hover {
  background-color: #f8931d;
  color: white;
}
.calendar .selectors .selected {
  background-color: #f8931d;
  color: white;
}
.calendar .course-ddl {
  margin-left: 198px;
}
.calendar .semester-ddl {
  margin-left: 383px;
}
.calendar .place-ddl select,
.calendar .course-ddl select,
.calendar .semester-ddl select {
  border: none;
  border-bottom: 1px solid #b6b6b6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
}
.calendar .place-ddl i,
.calendar .course-ddl i,
.calendar .semester-ddl i {
  border: none;
  display: inline-block;
  height: 11px;
  width: 20px;
  background: url(../images/_theme/1/drop-down-arrow.png) center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  left: -28px;
}
.calendar button {
  border: 1px solid #ede2cc !important;
  color: #ede2cc !important;
  background-color: white;
}
.calendar button:hover {
  border: 1px solid #5a4a42 !important;
  background-color: #5a4a42 !important;
  color: white !important;
}
.calendar .fc-event,
.calendar .fc-event-dot {
  background-color: #5a4a42;
}
.calendar .fc-event {
  vertical-align: middle;
}
.calendar .fc-event .fc-content {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
  margin-top: -1.5em;
  line-height: 18px;
}
.calendar .fc-event .fc-bg {
  background-color: #5a4a42;
}
.calendar .fc-event .fc-title {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.calendar .fc-event .fc-time {
  display: none;
}
.o-nama {
  max-width: 775px;
}
.o-nama h1 {
  font-size: 36px;
  font-weight: 600;
}
.o-nama p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.o-nama hr.lajna {
  border: 1px solid #b7aa90;
  margin: 65px 0;
}
.o-nama hr.lajna.nerav {
  margin-bottom: 35px;
}
.o-nama hr.lajna.topmin {
  margin-top: 15px;
  margin-bottom: 45px;
}
.o-nama .ostali {
  margin-top: 75px;
  font-size: 20px;
}
.o-nama .ostali > div {
  /*margin: 16px 0;*/
  line-height: 24px;
}
.o-nama .ostali .osobe {
  font-weight: lighter;
}
.o-nama .ostali a {
  color: #ede2cc;
}
.o-nama .ostali a:hover .name {
  color: #5a4a42;
}
.o-nama .ostali a .name {
  margin-top: 15px;
  text-align: center;
}
.o-nama .ostali a .name:hover {
  color: #5a4a42;
}
.o-nama .ostali .person {
  margin-bottom: 50px;
}
.prostori {
  padding: 10px 0px;
  font-weight: 300;
  font-size: 18px;
}
.prostori .prostor {
  background: #efefef;
  padding: 10px 20px;
  display: inline-block;
  margin: 3px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.prostori .prostor.selected {
  background: #5a4a42;
  color: #b7aa90;
}
.treca-razina-container {
  width: 1400px !important;
  margin-left: -200px;
  margin-top: 30px;
}
.treca-razina-container-3 {
  display: flex;
  align-content: center;
  justify-content: center;
}
.treca-razina-menu {
  width: 259px;
  height: 259px;
  vertical-align: text-bottom;
  padding: 0;
  margin-left: 17px;
  margin-bottom: 129.5px;
}
.treca-razina-menu:hover .img-container {
  opacity: 1;
}
.treca-razina-menu:hover A {
  color: #92070c;
}
.treca-razina-menu .img-container {
  opacity: 0.5;
  overflow: hidden;
  height: 256px;
  background-color: #512e08 FF;
  /*&:hover {
            opacity: 1;
        }*/

}
.treca-razina-menu .inline-menu-text {
  padding-top: 10px;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Alegreya', serif;
  /*:hover {
            color: #92070c;
        }*/

}
.inline-gallery-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 0 390px;*/
  padding-left: 20px;
}
.inline-gallery-wrap .img-container {
  opacity: 0.7;
}
.inline-gallery-wrap-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 0 390px;*/
  padding-left: 20px;
  margin: 0 -100px;
}
.inline-gallery-wrap-1 .img-container {
  opacity: 0.7;
}
.static-gallery {
  width: 1400px;
  left: -150px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.static-gallery .grid-item {
  margin-bottom: 10px;
  margin-right: 10px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.cms-ui-table-details {
  padding: 1px;
}
.cms-ui-table-details tr {
  padding: 1px;
}
.cms-ui-table-details tr td {
  padding: 1px;
}
.cms-ui-table-details tr td:first-child {
  text-align: right;
  padding-right: 5px;
}
table.posjeti {
  border: 1px solid #b7aa90;
  border-collapse: collapse;
}
table.posjeti .bright th,
table.posjeti .bright td {
  background: #ededed;
}
table.posjeti th {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
table.posjeti tr,
table.posjeti th,
table.posjeti td {
  border: 1px solid #b7aa90;
  border-collapse: collapse;
}
table.posjeti th,
table.posjeti td {
  color: #555555;
  padding: 2px 4px;
}
table.posjeti td {
  text-align: center;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1200px), only screen and (min-resolution: 192dpi) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (max-width: 1200px), only screen and (max-width: 1200px) {
  .zona-cover-background {
    height: 350px;
  }
  .zona-cover-background .cover-content {
    padding-left: 10px;
    padding-right: unset;
    padding-top: 10px;
  }
  .zona-cover-background .cover-content H2 {
    font-size: 17px;
  }
  #top-menu {
    background: white;
    padding-left: 15px;
    display: none;
    top: 100px;
    right: 0;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
  }
  #top-menu LI {
    float: none;
    padding: 10px 0 10px 0;
  }
  #top-menu LI:hover .sub-menu {
    display: none;
    margin: 0 auto;
    max-width: 90%;
  }
  #top-menu .mainMenu {
    display: flex;
    flex-direction: column-reverse;
    min-width: 1px;
    max-width: 500px;
  }
  #top-menu .mainMenu a {
    /*margin: 0;*/
    letter-spacing: normal;
    max-height: none;
    max-width: 90%;
  }
  #top-menu .mainMenu .hasChild {
    font-size: 25px;
    width: 40px;
    height: 40px;
    padding-right: 10px;
  }
  #top-menu Ul.mainMenu li {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
  }
  #top-menu LI .sub-menu {
    position: relative;
    max-width: 170px;
    margin-right: 5px;
  }
  #top-menu .rotate {
    transform: rotate(-90deg);
  }
  .langs {
    /*display: none;*/
    top: 15px;
    right: 80px;
  }
  #menuToggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: black;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle:hover {
    cursor: pointer;
  }
  .open {
    height: 85vh;
    overflow: hidden;
  }
  .open #menuToggle span {
    opacity: 1;
    transform: rotate(45deg) translate(-6px, -17px);
    background: #232323;
  }
  .open #menuToggle span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-3px, 13px);
  }
  .open #menuToggle span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .breadcrumb {
    margin-left: 0;
  }
  #VR .uk-container {
    background-image: url('../images/_theme/0/pattern2.jpg');
  }
  #VR .go-back-arrow {
    margin-left: 0;
  }
  #VR .vr-title {
    padding-top: 0;
    width: 100%;
    padding-left: 25px;
  }
  .fancybox-next span {
    width: 40px !important;
    height: 50px !important;
    right: 20px !important;
  }
  .fancybox-prev span {
    width: 40px !important;
    height: 50px !important;
    left: 20px !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  .zona-cover-background {
    height: 250px;
  }
  .zona-cover-background .cover-content {
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
  }
  .zona-cover-background .cover-content H2 {
    font-size: 14px;
    color: #181309;
  }
  .homepage-news .inner .main-title {
    padding: 25px 0 20px 0;
    font-size: 26px;
  }
  .homepage-news .inner .main-title img {
    margin-left: 5px;
    margin-bottom: -5px;
  }
}
