/* ===========================================================
 * Filename: custom.css
 * Version: 2.0
 * Author: web360
 * =========================================================== */
body {
  background-color: #fff;
}

.main {
  background: url(..images/elements/skola.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-primary { background-color: #75340c !important; color: #fff; }
.bg-secondary { background-color: #b02f41 !important; color: #fff; }
.bg-third { background-color: #fdc528 !important; color: #fff; }
.bg-fourth { background-color: #fdc528 !important; color: #000; }
.bg-fift { background-color: #162022 !important; color: #fff; }

.bg-light-green { background-color: #CFD1A2 !important; color: #fff; }
.bg-black { background-color: #b03a50 !important; color: #fff; }
.bg-footer { background-color: #282E3C !important; color: #7bc8ff; }
.bg-dark-opacity { background-color: rgba(0, 0, 0, 0.1); }
.bg-pink { background-color: #e24e68; color: #fff; }

.container100 { width: 100% !important; max-width: 100% !important; margin: 0 auto; }
.container90 { width: 90% !important; max-width: 90% !important; margin: 0 auto; }
.container85 { width: 85% !important; max-width: 85% !important; margin: 0 auto; }
.container80 { width: 80% !important; max-width: 80% !important; margin: 0 auto; }

.text-primary { color: #282E3C !important; }
.text-secondary { color: #90783C !important; }
.text-white { color: #fff !important; }
.text-black { color: #000000 !important; }

.btn-primary { background-color: #b03a50 !important; border-color: #b03a50 !important; }
.btn-primary:hover { background-color: #e24e68 !important; border-color: #e24e68 !important; }

.container-bg1 {background: url(../images/elements/lijevo.jpg) no-repeat;}
.container-bg2 {background: url(../images/elements/desno.jpg) no-repeat;}
.bg-white { background-color: white; }
.height {height: 800px;}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #b8a875;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #978953;
}

.reserve-button {position: fixed; top: 30px; left: 30px; z-index: 100; background-color: #fff; padding: 10px 20px 15px 10px;}
.menu-icon-container {position: fixed; top: 30px; right: 30px; z-index: 100; background-color: #fff; padding: 10px 10px 5px 10px;}
.menu-icon { cursor: pointer; width: 35px; height: 35px; z-index: 100; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer;}
.menu-icon span { display: block; position: absolute; height: 5px; width: 50%; background: #b02f41; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
.menu-icon span:nth-child(even) {left: 50%; }
.menu-icon span:nth-child(odd) {left:0px; }
.menu-icon span:nth-child(1),
.menu-icon span:nth-child(2) {top: 0px; }
.menu-icon span:nth-child(3),
.menu-icon span:nth-child(4) {top: 13px; }
.menu-icon span:nth-child(5),
.menu-icon span:nth-child(6) {top: 27px; }
.menu-icon.open span:nth-child(1),
.menu-icon.open span:nth-child(6) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.menu-icon.open span:nth-child(2),
.menu-icon.open span:nth-child(5) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu-icon.open span:nth-child(1) {left: 5px; top: 7px; }
.menu-icon.open span:nth-child(2) {left: calc(50% - 5px); top: 7px; }
.menu-icon.open span:nth-child(3) {left: -50%; opacity: 0; }
.menu-icon.open span:nth-child(4) {left: 100%; opacity: 0; }
.menu-icon.open span:nth-child(5) {left: 5px; top: 15px; }
.menu-icon.open span:nth-child(6) { left: calc(50% - 5px); top: 15px; }

.navigationContainer { width: calc(100% + 60px); height: 100%; padding-bottom: 6000px; margin-bottom: -6000px; z-index: 99; position: absolute; display: none; top: 0; left: -30px; background-color: rgba(0,0,0,0.9); text-align: center; padding-top: 50px;}
.navigationContainer #nav-logo { display: block; text-align: center; width: 100%; margin-bottom: 50px;}
nav { display: block; z-index: 100; width: 100%; text-align: center;}
nav ul li { display: block; font-size: 1.6em; margin-bottom: 30px; text-transform: uppercase; font-weight: bold;}
nav ul li ul { display: none; margin-bottom: 30px;}
nav ul li ul li { font-size: 0.8em; margin: 15px 0;}
nav ul li.inqurie-li { margin: 50px 0;}
nav ul li:last-child { margin-bottom: 0;}
nav ul li a { color: #fff; transition: .5s all ease-in-out;}
nav ul li a:hover { color: #d2b583; text-decoration: none; }
nav ul li a.inqurie-nav { border: 1px solid #fff; padding: 10px 20px;}
nav .languages { margin-top: 100px;}
nav .languages a { display: inline-block; margin-right: 20px; font-size: 2em; padding: 10px; color: #fff;}
nav .languages a.active { background-color: #fff; color: #fff;}
nav .languages a:last-child { margin-right: 0;}


.news { color: #A9935E; transition: .5s all ease-in-out; padding:10px;}
.news:hover { color: #000; text-decoration: none; }


.title{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

hr {

border-bottom: 1px;
}

h1 {  font-size: 55px;}

.p-title {font-size: 30px;}

.reserve {position: absolute;
  right: 50px;
  bottom: 0;
  text-align: center;
  z-index: 20;
  width: 5%;
  font-size: 14px;
  font-weight: bold;}

.reserve-padding {
  padding-top: 30px;
  padding-bottom: 170px;
}

.logo {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;}

  header { 
    position: relative;
   }

  .header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
    text-align: center;
  }

  .stars {
  display: block;}

  .description {
    display: block;
    font-size: 50px;
  }

    .button {
    display: block;
    color: #fff;
  }

  .info {padding-top: 15px; padding-left: 60px; color: #000; font-family: 'Quicksand', sans-serif; font-size: 14px;}

  .button-reserve {background-color: #000; padding: 10px 20px 10px 20px; border: none;}

  .desc-font {font-size: 18px;}

  .zrce-home {position: absolute; top: -130px; left: 150px; z-index: 20;}

  .zrce-home img {border: 10px solid white;  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

  #main img {width: 100%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

  .content-text {padding-left: 200px; padding-top: 320px;}

  .bg {background-color: #b8a875; padding: 30px 30px 30px 30px; color: #fff;}

  #main h2 {padding-top: 15px; padding-bottom: 15px;}

  .apartments {background-image: url(../images/elements/accommodation.jpg);   background-repeat: no-repeat;
    background-size: 100% 100%;}

  #apartments {margin-top: 30px; margin-bottom: 30px; color: #fff;}

  .app-padding {padding: 70px 40px 70px 40px;}

  #apartments h2 {padding-bottom: 20px; color: #b6a975;}

  .list {padding-top: 30px; padding-left: 30px;}

  .gallery {width:  100%;
            height: 180px; 
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;}

.category-bg {width: 100%; height: 350px;}

#category h1 {font-size: 50px; text-align: center; padding-top: 50px; padding-bottom: 10px; word-break: break-word;}

#category h2 {font-size: 24px; text-align: center;}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.shadow {  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

#virtual-tour {padding-top: 30px; padding-bottom: 30px;}

#main a {color: #fff;}

#main a:hover {text-decoration: none; color: #f2f2f2;}

#apartments a {color: #fff;}

#apartments a:hover {text-decoration: none; color: #f2f2f2;}

footer a {color: #fff;}

footer a:hover {color: #fff;}

a {color: #fff;}

a:hover {color: #b8a875;}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 1s infinite linear;
  -o-animation: bounce 1s infinite linear;
  -webkit-animation: bounce 1s infinite linear;
  animation: bounce 1s infinite linear;
  font-size: 4em !important;
  margin-top: 50px;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

.relative {position: relative;}

.absolute-logo {position: absolute; top: 35px; left: 50px; z-index: 99;}




.info-header { position: absolute; top: 50%; transform: translateY(-50%); left: 150px; width: 100%; }
.info-header .welcome { font-style: italic; font-size: 18px; color: #fff; padding: 10px 15px 10px 15px; display: inline-block; margin-bottom: 50px;}
.info-header h2 { font-style: bold; font-size: 40px; color: #fff; margin-bottom: 50px;}
.info-header ul { font-size: 20px; color: #fff; margin-left: 30px; margin-bottom: 40px;}
.info-header .cta { margin-left: 50px;}


.p-margin0 {margin-bottom: 0px !important;}

#about-us h2 {color: #fdc528; font-size: 16px;}

#about-us a {color: #000;}
#about-us a:hover {background-color: #e7af12 !important;}

#services {padding-top: 50px; padding-bottom: 50px;}

.no-margin {margin: 0 0 0 0 !important;}

.btn-primary {background-color: #33383c !important; border: none;}
.btn-primary:hover {background-color: #000 !important;}

.card {border: none !important; -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);}

footer {background-color: #162022;}

footer ul {margin-top: 100px;}
footer li {font-size: 14px; color: #7e7e7e; font-style: italic;}
footer h4 {padding-top: 80px; padding-left: 30px;}

.quotes-absolute {position: absolute; top:50px; left: 70px;}

.category-title-absolute {
  position: absolute; 
  top: 210px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 600px;
  color: #fff;
  font-size: 10px !important;}

  #category .datum {font-style: italic; font-size: 14px;}

  #category .naziv {font-weight: bold; font-size: 24px;}

  #category .podnaslov {font-size: 16px;}

  .box-shadow {-webkit-box-shadow: 0px 2px 14px -4px rgba(0,0,0,0.75);
                -moz-box-shadow: 0px 2px 14px -4px rgba(0,0,0,0.75);
                box-shadow: 0px 2px 14px -4px rgba(0,0,0,0.75);}

  iframe { max-width: 100%; }

  /* GDPR */

#gdprBox {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#gdprBox .links {
  display: block;
}

#gdprBox .buttons {
  display: block;
  margin: 15px 0;
}

#gdprBox .acceptAll {
  display: inline-block;
  background: #448ccb;
  padding: 10px 15px;
  color: #fff;
  transition: .5s all ease-in-out;
  text-decoration: none;
}

#gdprBox .acceptAll:hover {
  background: #113a5d;
  color: #fff;
}

#gdprBox a {
  color: #000;
  text-decoration: underline;
  transition: .5s all ease-in-out;
  margin: 0 10px;
}

#gdprBox a:hover {
  color: #777;
}

#special-text {
  padding: 30px 0;
  margin-top: 120px;
}

#special-text h1 {
  padding: 20px 0;
  margin: 0;
  color: #000;
  font-size: 2em;
}

#special-text h2 {
  padding: 20px 0;
  margin: 0;
  color: #000;
  font-size: 1.5em;
}

#special-text {
  padding: 20px;
  margin-bottom: 20px;
  transition: .5s all ease;
}

#special-text p {
  transition: .5s all ease;
}

#special-text img {
  width: 150px;
  margin: 0 20px 20px 0;
  float: left;
}

#privacyPolicy {
  padding: 30px 0;
}

#privacyPolicy h1 {
  padding: 40px 0;
  color: #00ADEF;
  font-size: 2em;
}

#privacyPolicy h2 {
  padding: 20px 0;
  color: #00ADEF;
  font-size: 1.5em;
}

#privacyPolicy article {
  padding: 20px;
  margin-bottom: 20px;
  transition: .5s all ease;
}

#privacyPolicy article h1 {
  color: #034221;
  font-size: 2.2em;
  padding: 0;
  transition: .5s all ease;
}

#privacyPolicy article p {
  transition: .5s all ease;
}

#privacyPolicy article ul {
  padding-left: 20px;
  font-size: 1.6em;
  line-height: 1.4em;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}

.switch input {
  display: none;
}

.slider-gdpr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 100%;
}

.slider-gdpr:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-gdpr {
  background-color: #2196F3;
}

input:focus+.slider-gdpr {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-gdpr:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider-gdpr.round {
  border-radius: 34px;
}

.slider-gdpr.round:before {
  border-radius: 50%;
}