/* Webfont */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700;800&display=swap');

/* Botstrap 1440px */

@media (min-width: 992px) {
  .container {
    max-width: 1440px;
  }
}

/* Base CSS */

body {
	background-color: #fff;
	margin:0;
	font-family: 'Barlow', sans-serif;
	font-size:19px;
	color:#242424;
	padding-top: 0px;
/*	background:url(../images/bg.gif) 50% 0 no-repeat fixed; */
	height:100%;
	font-weight:400;
	line-height:1.8em;
}
a, a:visited {
	color:#ba0c2f;
	text-decoration:none;
	outline: 0;
}
a:hover, a:focus {
	color:#242424;
	text-decoration:underline;
	outline: 0;
}
.a1, .a1:visited {
	color:#bbbcbc;
	text-decoration:none;
  outline: 0;
}
.a1:hover, .a1:focus {
	color:#ba0c2f;
	text-decoration:none;
	outline: 0;
}
.a2, .a2:visited {
	color:#242424;
	text-decoration:none;
	outline: 0;
}
.a2:hover, .a2:focus {
	color:#ba0c2f;
	text-decoration:none;
	outline: 0;
}
.a3, .a3:visited {
	color:#fff;
	text-decoration:none;
	outline: 0;
}
.a3:hover, .a3:focus {
	color:#000;
	text-decoration:none;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	font-family:inherit;
	font-weight:bold;
	line-height:20px;
	color:inherit;
	text-rendering:optimizelegibility
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	font-weight:normal;
	line-height:1.4em;
	color:#242424;
}
h1 {
	font-size:45px;
	color:#fff;
	margin: 15px 0 20px 0;
	font-weight:800;
	line-height:1.3em;
	/* text-transform:uppercase; */
}
h2 {
	font-size:24px;
	color:#242424;
	margin: 0 0 15px 0;
	font-weight:700;
}
h3 {
	font-size:20px;
	color:#444444;
	margin: 20px 0 15px 0;
	font-weight:700;
}
h4 {
	font-size:17.5px;
  font-weight:700;
}
h5 {
	font-size:14px
}
h6 {
	font-size:11.9px
}


/*--- Custom ----------------------------------------------*/

.info-box:nth-of-type(1) { margin-top:0px; }
.info-box:nth-of-type(2) { margin-top:0px; background:url(../img/dots.png); }
.info-box h1 { color:#242424; font-size:43px; margin: -22px 0 15px 0; font-weight: 700; }
.info-box p { color:#000; font-size:19px; }
.info-box .svg-info { font-size:70px; color:#669fc4; margin:0 0 0 290px; }
#info-box  { padding:80px 60px 105px; margin:90px auto 15px; background-image:url(../img/bg-page.png), url(../img/logo-part-home.png) ; background-repeat: repeat; background-position: center; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); }
.category-desc-right { background-color:#fff; margin:0 45px 0 -180px; position:relative; padding:40px; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); }
.category-desc-left { background-color:#fff; margin:0 -180px 0 45px; z-index: 1; position:relative; padding:40px; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); }

@media (max-width: 1300px) {
  .info-box .svg-info { font-size:70px; color:#669fc4; margin:0px 0 0 175px; position:relative; }
}

@media (max-width: 576px) {
  #info-box  { padding:60px 15px 80px; margin-top:60px; background:url(../img/bg-info1.png); box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); }
}

@media (max-width: 992px) {
  .category-desc-right { background-color:#fff; margin:-120px 0 60px 0; width: 95%; position:relative; padding:40px; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); }
  .category-desc-left { background-color:#fff; margin:0 0 -40px 0; width: 95%; z-index: 1; position:relative; padding:40px; box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25); }
}

.post-content-single {
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
  background-color:#fff;
  margin-top:-150px;
  padding: 60px;
}
.post-content-single-logo {
  position:absolute; left: 78%; top: 30px; right: 30px;
}
@media (max-width: 576px) {
  .post-content-single {
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.25);
    background-color:#fff;
    margin-top:-30px;
    padding: 25px;
  }
  .post-content-single-logo {
    position:absolute; left: 80%; top: 15px; right: 30px;
  }
}



#cooperation {
  display: block;
  position: relative;
  z-index: 1;
  padding: 80px 15px 100px;
  background: linear-gradient(180deg, #f4f4f4 0%, transparent 100%), url(../img/dots2.png);
  margin-top:45px;
}


ul, ol {
    margin: 0 0 0 0;
}
ul {
    margin-top: 25px;
    margin-bottom: 30px;
}

blockquote {
    border-left: 4px solid #d4d4d4;
	line-height: 1.7em;
	padding:0 15px;
}

.bg-page {
  background-image:url(../img/bg-page.png);
  background-repeat: repeat;
  background-position: center;
  }

@media (max-width: 1550px) {
  .bg-page {
   background-image:url(../img/bg-page.png);
  }
}


hr {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 4px solid #005f9d;
  	width:60px;
}

.wp-block-embed-youtube {
	margin-top: 40px;
}

.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 15px 0 10px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.shadow-brendovi {
  text-align: left;
  font-size: 18px;
  background: #fff;
  padding: 15px;
  border: 2px solid #e5e5e5;
  margin-bottom: 30px;
}

.shadow-brendovi:hover {
  box-shadow:0 7px 14px 0 rgba(0,0,0,0.20);
  border: 2px solid #d5d5d5;
}



/* WPML CSS */

.wpml-ls-link, .wpml-ls-link:visited {
color: #94999d;
}
.wpml-ls-link:hover, .wpml-ls-link:focus {
color: #fff;
text-decoration:none;
}


.site-footer {
	font-size: 18px;
	color: #fff;
}
.site-footer a {
	color:#fff;
}
.site-footer a:hover {
	color:#ba0c2f;
	text-decoration: none;
}
.site-footer .a1 {
	color:#bbbcbc;
}
.site-footer .a1:hover {
	color:#ba0c2f;
	text-decoration: none;
}
.site-footer h2 {
	color:#ba0c2f;
}
.site-footer .footer-4 {
  border-left:1px dotted #fff;
  padding-left:30px;
  margin-bottom:40px;
}

@media (max-width: 600px) {
  .site-footer .footer-4 {
  border-left:0px dotted #fff;
  }
}




/* WPML CSS */

.wpml-ls-link, .wpml-ls-link:visited {
color: #9cbc20;
}
.wpml-ls-link:hover, .wpml-ls-link:focus {
color: #333067;
text-decoration:none;
}


.header_language1 {
  text-align:center;
	color:#9cbc20;
  text-decoration: underline;;
}
.header_language1:hover {
  text-align:center;
	color:#ffffff;
}
.header_language2, .header_language2:visited {
  text-align:center;
	color:#9cbc20;
}
.header_language2:hover, .header_language2:focus {
	text-decoration:none;
	color:#9cbc20;
}


/* Contact Form 7 ----------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea
{

	background-color:#ffffff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:solid 1px #a4a4a4;
	color:#606264;
	padding:10px 12px;
	width:100%;
	margin-bottom:6px; /* Add */
}
.wpcf7 textarea /* Add */
{
	height:190px;
}
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 textarea:hover /* Add */
{
	border:solid 1px #000;
	background-color:#fff;
}
.wpcf7 input[type="submit"]
{
	color:#fff;
	background: #ba0c2f;
	border:solid 3px #ba0c2f;
	font-size: 17px;
	line-height: 1.0em;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	padding:20px 30px 22px;
	box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.5), inset 0 0 0 rgba(255, 255, 255, 0.5), inset 0 0 0 rgba(0, 0, 0, 0.05);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	font-weight:500;
	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	font-family: 'Barlow', sans-serif;
}
.wpcf7 input[type="submit"]:hover
{
	color:#ba0c2f;
	border:solid 3px #ba0c2f;
	background:transparent;
}

div.wpcf7 .wpcf7-form-control { max-width: 100%; } /* Add for responsive */

wpcf7-form p { color:#040404; } /* Add */



.btn1, .btn1:link, .btn1:visited {
	margin:0 0 30px 0;
	color: #ffffff;
	font-size: 17px;
	font-weight:500;
	padding: 20px 30px 22px;
	background: #ba0c2f;
	border: 3px solid #ba0c2f;
	-webkit-box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	font-family: 'Barlow', sans-serif;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

.btn1:active, .btn1:hover {
	border: 3px solid #ba0c2f;
	color: #ba0c2f;
	background: transparent;
	text-decoration:none;
}

.btn2, .btn2:link, .btn2:visited {
	margin:0 0 30px 0;
	color: #ba0c2f;
	font-size: 17px;
	font-weight:500;
	padding: 20px 30px 22px;
  border: 3px solid #ba0c2f;
  background: transparent;
	-webkit-box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	font-family: 'Barlow', sans-serif;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

.btn2:active, .btn2:hover {
	color: #fff;
  background: #ba0c2f;
	border: 3px solid #ba0c2f;
	text-decoration:none;
}

.btn3, .btn3:link, .btn3:visited {
	margin:0 0 30px 0;
	color: #ba0c2f;
	font-size: 17px;
	font-weight:500;
	padding: 20px 30px 22px;
	background: #fff;
	border: 3px solid #ba0c2f;
	-webkit-box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	box-shadow: 0px 20px 14px -17px rgba(0,0,0,0.5);
	font-family: 'Barlow', sans-serif;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;

	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
}

.btn3:active, .btn3:hover {
	border: 3px solid #ba0c2f;
	color: #fff !important;
	background: #ba0c2f;
	text-decoration:none;
}



/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  margin-top:10px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/* Image hover */

.thumb-box
{
	display:inline-block !important;
	position:relative !important;
	overflow: hidden;
/*	-webkit-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.20); /* Add */
/*	-moz-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.20); /* Add */
/*	box-shadow: 10px 10px 9px 0px rgba(0,0,0,0.20); /* Add */

}
.thumb-box-overlay {
  visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
.thumb-box a {
  color:transparent;
}
.thumb-box a:hover .thumb-box-overlay {
  visibility:visible;
  opacity:1;
  transition-delay:0s;
  text-align:center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.50);
  color: #009441;
  width:100%;
  height:100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}
.thumb-box-overlay span {
	position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	font-size:14px; /* Add */
}


.overlay-grad {
  background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.16), rgba(0,0,0,0), rgba(0,0,0,0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-grad2 {
  background: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.16), rgba(0,0,0,0), rgba(0,0,0,0));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}



/* SmartMenus  */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


/* SmartMenus theme sm-mint*/

.sm-mint {
  border-top: 0px solid #ba0c2f;
  border-bottom: 0px solid #ba0c2f;
  background: #fff;
}
.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  padding: 13px 18px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #333;
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
/*   text-transform:uppercase; */
}
.sm-mint a.current {
  font-weight: 500;
  color: #ba0c2f;
}
.sm-mint a.disabled {
  color: #cccccc;
}
.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 4px;
}
.sm-mint a .sub-arrow::before {
  content: '+';
}
.sm-mint a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-mint li {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.sm-mint > li:first-child {
  border-top: 0;
}
.sm-mint ul {
  background: rgba(0, 0, 0, 0.05);
}
.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  font-size: 17px;
  border-left: 8px solid transparent;
  line-height: 1.5em;
}
.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */

  #site-navigation { /* Add */
  line-height: 0;
  float: right;
  text-align:right;
  }
  #main-menu {
  display: inline-block;
  }

  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    white-space: nowrap;
  }

  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 11px 10px;
    color: #242424;
    border-radius: 4px 4px 4px 4px;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: transparent;
    color: #ba0c2f;
  }
  .sm-mint a.highlighted {
    background: #343434;
    color: #fff;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
	  border-radius: 4px 4px 0 0;
  }
  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: 0px;
    right: 19px;
    width: 0;
    height: 0;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #ba0c2f transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-mint a:hover .sub-arrow, .sm-mint a:focus .sub-arrow, .sm-mint a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.disabled .sub-arrow {
    border-color: #ffd200 transparent transparent transparent;
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    border-top: 0;
  }
  .sm-mint ul {
    border: 0;
    padding: 8px 0;
    background: #343434;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-mint ul ul {
    border-radius: 4px;
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 7px 30px 9px 20px;
    color: #fff;
    border-radius: 0;
    line-height: 1.6em;
    font-size: 16px;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    background: #ba0c2f;
    color: #fff;
    box-shadow: none;
  }
  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mint ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint ul a:hover .sub-arrow, .sm-mint ul a:focus .sub-arrow, .sm-mint ul a:active .sub-arrow, .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #333;
  }
  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #ffd200;
  }
  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ba0c2f transparent;
  }
  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #ba0c2f transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #ba0c2f;
  }
  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #ba0c2f transparent transparent;
  }
  .sm-mint.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }
  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ba0c2f transparent transparent;
  }
  .sm-mint.sm-rtl ul a:hover .sub-arrow, .sm-mint.sm-rtl ul a:focus .sub-arrow, .sm-mint.sm-rtl ul a:active .sub-arrow, .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #ba0c2f transparent transparent;
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #ba0c2f;
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
  }
  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    background: #ba0c2f;
    color: #fff;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ba0c2f;
  }
  .sm-mint.sm-vertical a:hover .sub-arrow, .sm-mint.sm-vertical a:focus .sub-arrow, .sm-mint.sm-vertical a:active .sub-arrow, .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #ba0c2f;
  }
  .sm-mint.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}


/* Add - Adding a menu toggle button on small screens */

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 4px;
  width: 24px;
  background: #ba0c2f;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-align:center;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}




@media (max-width: 576px) {
  .logo1 {
  margin: 20px 0 0;
  text-align:center;
  }
  .header-info1 {
   float: none;
   text-align:center;
   margin-top: 5px;
  }
  .izbornik {
  text-align:center;
  }
  .kontakt-ikona {
  margin-left:0px;
  margin-top:30px;
  }
 .u-brojkama {
  text-align:center;
  background-color: #fff;
  font-weight: 700;
  padding: 50px 10px 0 10px;
  }
}

@media (min-width: 576px) {
  .logo1 {
  margin: 20px 0 0;
  text-align:center;
  }
  .header-info1 {
   float: none;
   text-align:center;
   margin-top: 5px;
  }
  .kontakt-ikona {
  margin-left:0px;
  margin-top:30px;
  }
  .u-brojkama {
  text-align:center;
  background-color: #fff;
  font-weight: 700;
  padding: 50px 10px 0 10px;
  }
}

@media (min-width: 768px) {
 .kontakt-ikona {
  margin-left:0px;
  margin-top:30px;
  }
 .u-brojkama {
  text-align:center;
  background-color: #fff;
  font-weight: 700;
  padding: 50px 10px 0 35px;
  }

}

@media (min-width: 992px) {
  .logo1 {
  margin: 30px 0 12px;
  text-align:center;
  }
  .header-info1 {
   float: none;
   text-align:center;
   margin-top: 0px;
  }
 .kontakt-ikona {
  margin-left:0px;
  margin-top:0px;
  }
}

 @media (min-width: 1200px) {
   .logo1 {
   margin: 30px 0 12px;
   text-align:left;
   }
  .header-info1 {
   float: right;
   text-align:right;
   margin-top: 30px;
  }
  .header-info2 {
  float: right;
  text-align:right;
  margin-top: 24px;
  }
  .sidebar {

  }
}



/* IcoMoon */

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */


/*  Linearicons */

.lnr {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: -0.05em;
  color: #fff;
  font-size: 60px;
}


/* Mapbox marker */

.marker {
  background-image: url('../img/mapbox-icon.png');
  background-size: cover;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 290px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
