/* ==========================================================================
   Stylesheet for Typography
   ========================================================================== 
*/
/*
 * Custom fonts
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome.eot?v=4.2.0');
  src: url('../fonts/fontawesome.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfairdisplay-regular";
  src: url('../fonts/playfairdisplay-regular.eot');
  src: url('../fonts/playfairdisplay-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-regular.woff') format('woff'), url('../fonts/playfairdisplay-regular.ttf') format('truetype'), url('../fonts/playfairdisplay-regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
button,
input,
select,
textarea {
  color: #6f6f6f;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "playfairdisplay-regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.46;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: normal;
  background: #000;
}
/**
 *
 * =======================================================================
     Headings
 * =======================================================================
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: "playfairdisplay-regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}
h1 {
  font-size: 3em;
  color: #222222;
  line-height: 1.05;
}
h2 {
  font-size: 2.25em;
  color: #222222;
  line-height: 1.25;
}
h3 {
  font-size: 1.5em;
  color: #222222;
  line-height: 1.25;
}
h4 {
  font-size: 1.3125em;
  color: #222222;
  line-height: 1.22222222;
}
h5 {
  font-size: 1.125em;
  color: #222222;
}
h6 {
  font-size: 16px;
  color: #222222;
}
/**
 *
 * =======================================================================
     Paragraphs and Indentation
 * =======================================================================
 */
p {
  margin: auto auto 1.39em;
}
.lead {
  font-size: 1.3125em;
  margin-bottom: 20px;
  font-style: italic;
  color: #000;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/**
 *
 * =======================================================================
    Blockquote
 * =======================================================================
 */
blockquote {
  border-left: 1px solid #d8ba7f;
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  font-size: 16px;
  background: none;
  color: #6f6f6f;
}
blockquote p {
  margin-bottom: 1em;
}
blockquote footer {
  color: #3c3c3c;
}
blockquote.blockquote-reverse {
  border-right: 1px solid #d8ba7f;
  border-left: none;
}
.callout {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  margin: 20px 0;
  padding: 20px;
}
.callout-info {
  border-left-color: #d8ba7f;
}
.callout-info h1,
.callout-info h2,
.callout-info h3,
.callout-info h4 {
  color: #d8ba7f;
}
ul.inline-list,
ul.link-list {
  list-style: outside none none;
  margin: 0 0 17px -22px;
  overflow: hidden;
  padding: 0;
}
ul.inline-list > li,
ul.link-list > li {
  display: block;
  float: left;
  list-style: outside none none;
  margin-left: 22px;
}
table.styled_table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}
table.styled_table thead {
  background-color: #d8ba7f !important;
}
table.styled_table tbody {
  border-top: 1px solid #ddd;
}
table.styled_table thead tr th {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px;
}
table.styled_table tbody tr td {
  border: medium none;
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
}
table.styled_table tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
table.styled_table tbody tr:nth-child(2n) {
  background: none repeat scroll 0 0 #f9f9f9;
}
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.618;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
}
/* Small devices (tablets, From 768px up to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
}
/* ==========================================================================
   Stylesheet for (Project name) - width: bootstrap
   ========================================================================== 

Content:
1. GENERAL STYLES
2. PAGE STRUCTURE ELEMENTS
3. WRAPPERS
4. NAVIGATION
5. CLOUDS
6. BUTTONS
7. CONTENT 
8. TABS, BANNERS and SLIDERS
9. OTHER
10. JQUERY DYNAMIC CLASSES
*/
/*
 * 1. GENERAL STYLES
 * -----------------------------------------------------------------------------------------
 */
body {
  background: #3d3b38;
  overflow: hidden;
}
body,
html {
  height: 100vh;
  background: #000;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #6b5220;
  text-shadow: none;
  color: #fff;
}
::selection {
  background: #6b5220;
  text-shadow: none;
}
/*
 * loader color definition - here for less compatibility
 */
.animsition-loading:before,
.animsition-loading:after {
  border: 1px solid #d8ba7f;
}
/*
 * Link basic styles
 */
a {
  text-decoration: none;
  color: #d8ba7f;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #c69a44;
}
/*
 * Input focus highlight
 */
input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none;
  border: solid 1px #d9d9d9;
  box-shadow: none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=password]:hover,
textarea:hover {
  border: solid 1px #a0a0a0!important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  border: solid 1px #4d90fe!important;
  box-shadow: none;
}
input.spam_input {
  display: none;
}
/*
 * 2. PAGE STRUCTURE ELEMENTS
 * -----------------------------------------------------------------------------------------
 */
.first_screen {
  background: url('../resources/bg_first_screen_pattern.jpg') top left repeat;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-align: center;
}
.first_screen .drawing_box {
  width: 300px;
  text-align: center;
  margin: auto;
}
.first_screen .drawing_box img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.first_screen .drawing_box #logo {
  margin-bottom: 15px;
  display: none;
}
.third_screen {
  background: url('../resources/bg_first_screen_pattern.jpg') top left repeat;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-align: center;
}
.third_screen .drawing_box {
  width: 300px;
  text-align: center;
  margin: auto;
}
.third_screen .drawing_box img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.third_screen .drawing_box #logo_2 {
  margin-bottom: 15px;
  display: none;
}
.third_screen .drawing_box #cvetlicarna_galerija_2 {
  margin-bottom: 15px;
}
.second_screen {
  background: url('../resources/bg_first_screen_pattern.jpg') top left repeat;
  opacity: 0;
}
#obiscite {
  display: inline-block;
}
/*
 * 3. WRAPPERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 4. NAVIGATION
 * -----------------------------------------------------------------------------------------
 */
/*
 * 5. CLOUDS
 * -----------------------------------------------------------------------------------------
 */
/*
 * custom cloud for gmap
 */
.gmap_cloud {
  width: 250px;
  background: #fff;
}
.gmap_cloud h2 {
  margin: 0;
  padding: 0;
  color: #222222;
}
.gmap_cloud p {
  margin: 0 0 10px;
  padding: 0;
  color: #6f6f6f;
}
/*
 * 6. BUTTONS
 * -----------------------------------------------------------------------------------------
 */
.next_button {
  position: absolute;
  border: solid 1px #d8ba7f;
  width: 80px;
  bottom: 35px;
  left: 50%;
  margin-left: -40px;
  color: #d8ba7f;
  z-index: 1003;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
}
.next_button:hover {
  background: #d8ba7f;
  text-decoration: none;
  color: #fff;
}
/*
 * 7. CONTENT
 * -----------------------------------------------------------------------------------------
 */
/*
 * 8. TABS, BANNERS and SLIDERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 9. OTHER
 * -----------------------------------------------------------------------------------------
*/
/*
 * Responsive Google maps
 */
.google-map-canvas {
  height: 0;
  padding-bottom: 56.25%;
  /* 16: 9 */
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.google-map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gmap_section_basic {
  width: 100%;
  height: 380px;
}
.section_contact_gmap {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.section_contact_gmap #map_contact {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.section_contact_gmap .contact_content {
  position: relative;
  background: rgba(216, 186, 127, 0.85);
  z-index: 11;
  padding: 20px 15px;
  max-width: 450px;
}
.section_contact_gmap_v2 {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #d8ba7f;
}
.section_contact_gmap_v2 #map_contact_2 {
  position: relative;
  height: 320px;
  top: auto;
  left: auto;
  width: 100%;
}
.section_contact_gmap_v2 .contact_content {
  position: relative;
  z-index: 11;
  padding: 20px 15px;
  max-width: 100%;
}
.main_content {
  text-align: center;
  color: #d8ba7f;
  padding: 15px 0 15px;
  margin: auto;
  width: 100%;
}
.main_content h3 {
  color: #d8ba7f;
  margin: 0 0 10px;
}
.main_content .box_link {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.main_content .box_link img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  -webkit-filter: grayscale(100%);
  max-width: 100%;
  height: auto;
}
.main_content .box_link img:hover {
  filter: none;
  -webkit-filter: none;
  -moz-backface-visibility: hidden;
}
.main_content .collapse {
  color: #d8ba7f;
  text-align: left;
}
.main_content .collapse h3 {
  color: #d8ba7f;
}
.main_content .tab-pane {
  color: #d8ba7f;
  text-align: center;
}
.main_content .tab-pane h3 {
  color: #d8ba7f;
  font-size: 18px;
}
.main_content .tab-pane p a {
    font-size: 14px;
  }
.main_content .tab-pane p a:visited,
.main_content .tab-pane p a:focus {
    color: #a3803b;
}

.main_content .tab-pane img {
  margin: 0 15px 15px 0;
  -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
  -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
  max-width: 100%!important;
  display: inline-block;
}
.main_content .tab-pane blockquote {
  margin: 5% 0 0 15px;
  text-align: left;
}
.main_content .tab-pane blockquote p {
  font-size: 1.5em;
  color: #d8ba7f;
}
.main_content .tab-pane blockquote:nth-child(2) p {
  font-size: 1.25em;
  color: #d8ba7f;
}
.main_content .tab-pane blockquote:nth-child(3) p {
  font-size: 1.25em;
  color: #d8ba7f;
}
.main_content .tab-pane blockquote footer {
  color: #d8ba7f;
}
.main_content .box_title {
  color: #d8ba7f;
  margin: 0 0 15px;
  font-size: 1.1em;
}
.main_content .box_title a:hover {
  text-decoration: none;
  color: #fff;
}
.main_content .active_box img {
  filter: none;
  -webkit-filter: none;
  -moz-backface-visibility: hidden;
}

.heading_box {
  min-height: 250px;
  border: solid 1px #d8ba7f;
  max-width: 450px;
  position: relative;
  margin: 0 auto;
}
.heading_box h3 {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_footer {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.page_footer p {
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 5px 5px 5px 15px;
}
/*
 * 10. JQUERY DYNAMIC CLASSES
 * -----------------------------------------------------------------------------------------
 */
/*
 * Parsley 2.0 notification styles
 */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 1px solid #ff0000!important;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #80c248;
  border: 1px solid #80c248!important;
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  text-align: left;
  color: #ff0000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.parsley-errors-list.filled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#fancybox-wrap,
#fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
#gallery_slider.swiper-container {
  width: 100%;
  height: 460px;
  margin-bottom: 30px;
} 
#gallery_slider.swiper-container  .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 460px;
}
.gallery-thumbs {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.label_text {
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    color: #fff;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
.label_text p {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
    padding: 10px 10px 10px 30px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
  clear: both;
}
.no_margin {
  margin: 0!important;
}
.no_padding {
  padding: 0!important;
}
.padding_top_10 {
  padding: 10px 0 0;
}
.padding_top_20 {
  padding: 20px 0 0;
}
.padding_top_30 {
  padding: 30px 0 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*Cookies*/
.cc-cookies {
  font-size: 14px;
  position: fixed;
  width: 280px;
  padding: 10px 10px 60px;
  background: #d8ba7f;
  font-weight: normal;
  z-index: 1035;
  text-align: left;
  color: #3d3b38;
  left: auto;
  right: 20px;
  bottom: 60px;
  line-height: 1.35;
}
.cc-cookies:before {
  border-color: #d8ba7f transparent;
  border-style: solid;
  border-width: 23px 0px 0 36px;
  bottom: -23px;
  content: "";
  position: absolute;
  right: 34px;
}
.cookie_btn {
  position: fixed;
  bottom: -39px;
  right: -39px;
  cursor: pointer;
  width: 78px;
  height: 78px;
  background: #d8ba7f url('../resources/icons/cookie.png') 3px 27px no-repeat;
  background: #d8ba7f url('../resources/icons/cookie_bw.png') 3px 27px no-repeat;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
  /*for IE*/
  z-index: 1035;
}
.cc-close-message {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  text-decoration: none;
}
.cc-close-message:hover {
  color: #404040!important;
}
.cookie_responsive {
  width: 280px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #3d3b38;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #3d3b38;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: #3d3b38;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  text-shadow: none;
  background: #3d3b38 !important;
  text-align: center;
  font-size: 16px;
  padding: 2px 0;
  text-decoration: none;
  color: #d8ba7f;
  border: solid 1px #3d3b38;
  width: 115px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cc-cookies a.cc-cookie-policy-close:hover {
  background: none!important;
  color: #3d3b38;
  border: solid 1px #3d3b38;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #e13434;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
a.cc-cookie-accept {
  position: absolute;
  bottom: 25px;
  left: 20%;
  width: 60%;
  background: #3d3b38;
  text-align: center;
  font-size: 16px;
  padding: 0 0 2px;
  text-decoration: none;
  color: #d8ba7f;
  border: solid 1px #3d3b38;
}
a.cc-cookie-accept:hover {
  background: none;
  color: #3d3b38;
  border: solid 1px #3d3b38;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
.cc-cookies .cc-cookie-policy-ajax {
  overflow: hidden;
  margin: 5px 0 10px 0;
  height: auto !important;
}
a.cc-cookie-decline {
  margin: 0em 0.5em!important;
}
.cc-cookies .cc-cookie-policy-open {
  position: absolute;
  bottom: 5px;
  left: 5%;
}
.cc-cookies .cc-cookie-policy-div {
  text-align: left!important;
  height: 280px;
  overflow-y: scroll;
}
.cc-cookies .cc-cookie-policy-div h1 {
  font-size: 2.25em;
}
.cc-cookies .cc-cookie-policy-div h2 {
  font-size: 1.5em;
}
.cc-cookies .table {
  margin-bottom: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
  color: #3d3b38;
  font-size: 13px;
}
.cc-cookies .table thead th {
  vertical-align: bottom;
  font-weight: bold;
}
.cc-cookies .table th,
.cc-cookies .table td {
  border-top: 1px solid #3d3b38;
  line-height: 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.cc-cookies .table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0 none;
}
.cc-cookies .table-hover tbody tr:hover td,
.cc-cookies .table-hover tbody tr:hover th {
  background-color: #3d3b38;
  color: #d8ba7f;
}
/*Media queries*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
  .cookie_responsive {
    width: 730px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 450px;
  }
  .section_contact_gmap_v2 #map_contact_2 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    width: 50%;
  }
  .section_contact_gmap_v2 .contact_content {
    position: relative;
    z-index: 11;
    padding: 20px 15px;
    max-width: 450px;
  }
  .place_scroll {
    overflow-y: auto;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
  }
  body {
    background: #3d3b38;
    overflow: hidden;
  }
  .second_screen {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    min-height: 100%;
    position: relative;
  }
  .second_screen .container-fluid {
    min-height: 100%;
    position: relative;
    flex: 1;
  }
  .second_screen .container-fluid .row-flex {
    height: 100%;
    flex: 1;
  }
  .second_screen .container-fluid .row-flex .col-sm-5 {
    height: 100%;
    flex: 1;
    height: 100vh;
  }
  .col-sm-5-flex {
    max-width: 768px;
    float: right;
  }
  .main_content .tab-pane blockquote:first-child {
    margin: 27% 0 0 15px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .first_screen {
    height: 100%;
    -ms-flex-align: center;
  }
  .third_screen {
    height: 100%;
    -ms-flex-align: center;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cookie_responsive {
    width: 920px;
  }
  .place_scroll {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .main_content .box_link {
    max-width: 200px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-sm-5-flex {
    max-width: 768px;
    float: right;
  }
}
/* Small devices (From 481px up to 767px) */
/* Small devices (tablets, From 768px up to 991px) */
/* Medium devices (desktops, From 992px up to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .main_content .box_link {
    max-width: 165px;
  }
  .col-sm-5-flex {
    max-width: 768px;
    float: right;
  }
}
/* Small devices (phone, up to 480px) */
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  #gallery_slider.swiper-container {
    width: 100%;
    height: 300px;
  } 
  #gallery_slider.swiper-container  .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 300px;
  }
  .label_text p {
    font-size: 12px;
  }
  .cc-cookies {
    font-size: 13px;
  }
  body.overflow_enabled {
    overflow: auto;
  }
  .temp_hide {
    display: none;
  }
  .box_skitter {
    position: relative;
    width: 100%;
    height: 640px;
    background: transparent;
    overflow: hidden;
  }
  .page_footer {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    z-index: 1002;
  }
  .next_button {
    position: relative;
    bottom: auto;
    left: 50%;
    margin-left: -30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .main_content .tab-pane blockquote {
    margin: 30px 0 0 30px;
    text-align: left;
  }
  .col-sm-5-flex {
    max-width: 768px;
    float: left;
    height: 600px;
    clear: both;
  }
}
@media (max-width: 768px) and (min-height: 320px) and (orientation: landscape) {
  .cc-cookies {
    bottom: 40px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 140px;
  }
}
.novica_gallery {
  margin-bottom: 20px;
}
.novica_gallery a {
  float: left;
  margin: 0 2px 2px 0;
}
.novica_gallery a img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.intro_1 {
    background: #000;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
}
.intro_1  img {
    display: imline-block;
    max-width: 100%;
    height: 100vh;
    height: 0;
    width: auto!important;
}
.intro_2 {
    background: #3d3b38;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
}
.intro_2  img {
    display: imline-block;
    max-width: 100%;
    height: 100vh;
    width: auto!important;
}
.intro_2 .image-wrapper {
    position: relative;
}
.intro_2 .image-wrapper h3 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.intro_2 .image-wrapper h3 {
    font-size: 28px;
    color: #d8ba7f;
    position: absolute;
    bottom: 5%;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .intro_2 .image-wrapper h3 {
        font-size: 22px;
        line-height: 30px;
    }
}


#intro_logo{
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  border: solid 5px #d8ba7f;
  box-sizing: border-box;
 
  }

  @media(min-width:1000px) {
    #intro_logo{
      padding: 0px 130px;
      }
  }