html, body, div, span, applet, object, iframe,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{
    overflow-x: hidden;
}

html {
	font-family:'Inter', sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
	color:#3e525f;
}

ul > li > p{
	padding:0px !important;
	}
ol{
	padding:0px;
	margin:0px 0px 0px 20px;
	list-style-type: decimal;
}
li{
	padding:0px;
	margin:0px;
}

/* =====================================
	2. TYPOGRAPHY.
   ===================================== */
h1, h2, h3, h4, h5, h6, p, ul,ol{
  margin-top: 0;
  margin-bottom: 1rem;
  color: #595959;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 1.5rem;
  font-weight: 600;

}

h2, .h2 {
  font-size: 1.17rem;
  color: rgb(9, 42, 72);
  color: #002642;
}

h3, .h3 {
  font-size: 26px;
  color: #000;
	font-weight:400;
	margin-bottom: 25px;
	line-height: 1.1;
}

h4, .h4 {
  font-size: 0.84rem;

}

h5, .h5 {
	font-size: 21px;
	color: #41b9ae;
	font-weight:400;
	margin-bottom: 0px;
	margin-top:25px;
	line-height: 1;


}

h6, .h6 {
  font-size: 0.60rem;
  color: #595959;
  text-transform: uppercase;
}

p {
  font-size: 21px;
  color: #000000;
	font-weight:200;
}
strong {
	font-weight:600;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* FORMS */
::-webkit-input-placeholder { /* Chrome/Opera/Safari
	//color: #FFF;*/
}
::-moz-placeholder { /* Firefox 19+
  color: #FFF;*/
}
:-ms-input-placeholder { /* IE 10+
  //color: #FFF;*/
}
:-moz-placeholder { /* Firefox 18-
  //color: #FFF;*/
}
input:focus{
	background:#d9f1ef;
}
*:focus {
    outline: 0;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill
{
	-webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #d9f1ef inset;
  transition: background-color 2000s ease-in-out 0s;
}

/* ==================================
   	3. BUTTOMS.
   ==================================*/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 600;
  border: 2px solid #e4324a;
	border-radius: unset;
  letter-spacing: 1px;
  text-transform: uppercase;
	margin-top:30px;
	color:#e4324a;
}

.btn-custom {
  color: #FFF;
  background-color: #F0542D;
  transition: 0.3s;
  padding: 0.3rem 1.125rem;
  font-size: 0.60rem;
}

.btn-custom:hover {
  color: #FFF;
  background-color: #FFA600;
  border-color: #FFA600;
}
.btn-custom a:hover, .btn-custom a:visited {
  color: #FFF;
}

.btn-custom:focus, .btn-custom.focus {
  box-shadow: none;
}

.btn-custom.disabled, .btn-custom:disabled {
  color: #fff;
  background-color: #F0542D;
  border-color: #F0542D;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle {
  color: #fff;
  background-color: #FFA600;
  border-color: #FFA600;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-slider:hover {
	color: #FFF;
  background-color: #46b9ae;
  border-color: #46b9ae;
  transition: 0.3s;
}
.btn-slider {
	color: #fff;
  background-color: #46b9ae;
  border-color: #46b9ae;
  transition: 0.3s;
	border-radius: 12px;
	padding: 0px 0px 1px 4px;
	font-size:32px;
	letter-spacing: normal;
	font-weight:600;
	line-height:1;
	margin-top: 0px;
	display: flex;
  justify-content: center;
}
.fas, .fa{
	align-self: center;
}


.btn-nav {
  color: #fff;
  background-color: #002642;
  border-color: #002642;
  font-size: 0.50rem;
  padding: 0.15rem 0.65rem;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-nav:hover {
  color: #FFF;
  background-color: #F0542D;
  border-color: #F0542D;
}
.btn-nav a:hover, .btn-nav a:visited {
  color: #FFF;
}

.btn-small {
  color: #fff;
  background-color: #F0542D;
  border-color: #F0542D;
  font-size: 0.55rem;
  padding: 0.15rem 0.65rem;
  border-radius: 5px;
}

.btn-small:hover {
  color: #FFF;
  background-color: #FFA600;
  border-color: #FFA600;
}
.btn-small a:hover, .btn-small a:visited {
  color: #FFF;
}

.btn-box{
    margin-top: 15px;
}
.btn-box a:link, .btn-box a:visited {
  color: #FFF;
}

/* =====================================
   	4. SPACE AND ALIGMENT.
   ===================================== */
.container, .container-fluid{
    margin: 0 auto;
		max-width: 1200px;
}
.container img, .container-fluid img{
    width:100%;
		height:auto;
}

.inner-color{
   background: #f9f9f9;
    padding: 60px 0px;
}

.inner-color .container{
   margin: 0px auto 0px auto
}

/* ==================================
   	5. HEADER.
   ==================================*/
.top-header{
    height: 40px;
    background: #939598;
}

.top-header .container{
    margin: 0px auto;
}

.top-header-left{
    float: left;
}

.inner-header-left{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.inner-header-left p{
    font-size: 13px;
    color: #FFF;
	text-transform:uppercase;
}
.lang p{
	margin-left: 10px;
    border-left: 1px solid white;
    padding-left: 20px;
}
.inner-header-left a:link {
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}

.inner-header-left a:visited {
    text-decoration: none;
    color: #FFF;
}

.inner-header-left a:hover {
    text-decoration: none;
    color: #FFA600;
}

.inner-header-left a:active {
    text-decoration: none;
    color: #FFF;
}

.top-header-social{
    float: right;
}

.inner-header-social{
    display: inline-block;
    margin-right: 5px;
}

.inner-header-social .fa{
    font-size: 15px;
    color: #FFF;
    transition: 0.3s;
}

.inner-header-social .fa:hover{
    color: #FFA600;
}

header{
  background: transparent;
  position: relative;
  z-index: 10;
}

header .container{
    margin: 0px auto;
    padding: 15px 0px 0px 0px;
}
header.sticky .container{
	padding:0;
}
.back{
  /*  background-color: rgba(41,55,65,0.7); */
}
.fixed-menu{
  position:fixed;
  top:0px !important;
  z-index: 1000;
  height:43px;
  background:transparent !important;
}
header.sticky{
	position:fixed;
  top:0px !important;
	left: 0;
	right:0;
	z-index: 20;
}
.header.sticky{
	background-color: rgba(255,255,255,0.95);
}
.other.sticky{
	background-color: rgba(255,255,255,0.95);
}
.carousel.sticky-content {
  padding-top:50px;
}
#content.sticky-content {
  padding-top:83px;
}
 .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(35,55,67, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
	background-image:none;
}
.navbar-dark .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
	content: "x";
	left: 25px;
	position: absolute;
	font-size: 40px;
	font-weight:200;
	top: -5px;
	color: #000;
}
.sticky .navbar-toggler {
    padding: 0 10px;
}
.sm-simple a .sub-arrow {
	top: 50%;
	margin-top: -8px;
	right: 20px;
	width: 8px;
	height: 16px;
	font: 14px/16px monospace !important;
	background: transparent;
	display:none !important; /* Sakriven + za podnivo */
}
.sm-simple a.highlighted .sub-arrow::before {
	content: '+';
}
.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}
#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: 992px) {
  /* 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: inline-block;
  }
}
.header-left{
    float: left;
    padding: 0px;
	width:  125px;
}

figure.brand{
    width:  125px;
	margin-top: -5px;
}

figure.brand img{
    width: 100%;
}

.top-location{
    float: right;
    padding: 10px 0px;
}

.top-location h6{
    font-size: 13px;
    margin-bottom: 2px;
	color:#FFF;
}

.top-location p{
    font-size: 13px;
    margin-bottom: 0px;
}

.top-location p a:link, .top-location p a:visited{
    font-size: 13px;
	color:#a6a6a6;
}

.email, .clock{
    display: inline-block;
    margin-right: 10px;
    width: 220px;
}

.phone{
    display: inline-block;
    width: 220px;
}

.top-location h6{
    padding-top: 8px;
    text-transform: uppercase;
}

.clock-icon, .mail-icon, .phone-icon{
    width: 50px;
    float: left;
    margin-right: 10px;
}

.clock-icon img{
    width: 100%;
}

.mail-icon img{
    width: 100%;
}

.phone-icon img{
    width: 100%;
}

/* ==========================================================================
   	6. CAROUSEL.
   ========================================================================== */
.carousel{
  /*  height: 840px; */
		padding-bottom: 20px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
		font-family:'Inter', sans-serif;
}
.carousel .container{
/*	height: 840px; */

}
.carousel .carousel-inner {
	background:url(../images/header-back-home.png) calc(50% + 210px) 50% no-repeat;
	padding:70px 0px 100px;
	}
.carousel-inner .container{
  /*  height: 840px; */

		display: table;
}

.carousel .carousel-caption{
		float:left;
    text-align: left;
    color: #1a425b;
		left: 0;
		width: auto;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #1a425b;
    text-align: left;
}

.carousel-caption h1{
    color: #FFF;
}

.carousel-caption p{
    margin:0px;
		padding-top:50px;
    color: #1a425b;
		font-size:58px;
		font-weight:200;
		text-transform: none;
		line-height: 1.2;
		/* background: #fff; */
}
.carousel .btn-slider{
	width:53px;
	height:53px;
	font-size:32px;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1.2s;
 transition-property: opacity;
/* display:block; */
 transition-timing-function: linear;
 transition-delay: 0.5s;

}

.carousel-fade  .carousel-item.active{
  opacity: 1;
}
.carousel-fade .carousel-item.active {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.carousel-img-1{
	float:right;
	position:relative;
}
.carousel-img-1 img{
	width: initial;
}
.carousel-img-1:after {
	content: '';
	position: absolute;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.carousel-item-next,
.active.carousel-item-right {
       -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.carousel-item-prev,
.active.carousel-item-left {
     -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.sticky-content .carousel-indicators  {
	bottom: 0;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 23px;
    height: 23px;
    margin-right: 15px;
    margin-left: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #41b9ae;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
		border-radius: 5px;
    border: 1px solid #41b9ae;
}
.carousel-indicators .active {
    opacity: 1;
		background-color: #1a425b;
		border: 1px solid #1a425b;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  color: #46b9ae;
  text-align: center;
  opacity: 0.9;
	margin:0px 20px;
}
.carousel-control-prev-icon {
 background-image: url("../images/slides-strelica-levo.svg") !important;
 width:32px;
 height:63px;
}

.carousel-control-next-icon {
  background-image: url("../images/slides-strelica-desno.svg") !important;
	width:32px;
  height:63px;
}

.inner-btn{
    display: inline-block;
    margin-right: 10px;
}

/* ==================================
   	7. HOME DEFAULT
   ==================================*/
.home-front h6{
    text-transform: uppercase;
}

.home-front h2{
    margin: 20px 0px;
}

hr.left{
	width: 70px;
    border-top: 3px solid #FFA600;
    margin: 15px 0px 15px 0px;
}

.span-top{
    margin-top: 20px;
}

.icon-box figure.icon{
    width: 50px;
}

.icon-box figure.icon img{
    width: 100%;
}

.icon-box h3{
    font-size: 0.80rem;
    margin: 15px 0px 5px 0px;
}

.icon-box p{
    margin-bottom: 0px;
}

.bar-counter{
    background: #f2f2f2;
}

.inner-counter{
    padding: 30px 0px;
}

.counter-statistics .counter{

    font-size: 1.2rem;
}

.counter-statistics h5{
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
}

.counter-icon{
    width: 50px;
    margin: auto;
}

.counter-icon img{
    width: 100%;
}

.counter{
    text-align: center;
    font-size: 30px;
    color: #666666;
}

.counter-statistics h5{
    text-align: center;
    font-size: 16px;
    color: #808080;
}

.front-play img{
    width: 100%;
}

.video-image img{
    width: 100%;
}

.wide-section-container{
    padding: 0px 15px;
}

.wide-pic, .wide-section{
    padding: 0px;
}

.wide-section{
    padding-top: 60px;
}

.wide-section h6{
    text-transform: uppercase;
}

.first{
    padding-right: 40px;
}

.second{
    padding-left: 40px;
}

.wide-pic img{
    width: 100%;
}

.thumb-prev{
    transition: .5s ease;
    backface-visibility: hidden;
}

.thumb-prev:hover{
    opacity: 0.8;
}

.thumb-prev img{
    width: 100%;
}

.post-preview .caption{
    margin-top: 20px;
}

.post-preview .caption h6{
    font-style: italic;
}

.post-preview .caption span{
    color: #FFA600;
}

.post-preview .caption h3{
    margin-bottom: 0px;
}

.post-preview .caption p{
    line-height: 1.8;
    margin: 15px 0px 0px 0px;
}

.post-preview  .caption h3 a:link {
    color: #595959;
    text-decoration: none;
    transition: 0.3s;
}

.post-preview  .caption h3 a:visited {
    color: #595959;
    text-decoration: none;
}

.post-preview  .caption h3 a:hover {
    color: #FFA600;
    text-decoration: none;
}

.post-preview  .caption h3 a:active {
    color: #595959;
    text-decoration: none;
}


/* ==================================
   	15. TEMPLATE PAGES.
   ==================================*/
.sections{
    background-image: url("../images/sections-bg.jpg");
    height: 200px;
    margin-top: -60px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sections:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.2;
}


.sections .container{
    margin: 0px auto;
}

.pages-title{
    position: absolute;
    bottom: 20px;
}

.pages-title h1{
    font-size: 1.2rem;
    color: #FFF;
}

.pages-title p{
    color: #FFF;
}
.pages-title a:link, .pages-title a:visited {
    color: #FFF;
}

.section-title{
    text-align: center;
    margin-bottom: 30px;
}

.section-title h3{
    text-transform: uppercase;
}

hr.center{
    width: 80px;
    border-top: 3px solid #FFA600;
    margin: 15px auto;
}



/* ==========================================================================
   	18. FILTER GALLERY .
   ========================================================================== */

.nav-pills > li. active > a, .nav-pills > li. active > a:focus, .nav-pills >li .active > a:hover {
    color: #333;
    text-align: center;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.nav-pills a {
    border: solid 2px #9BC53D;
    padding: 8px 20px;
    border-radius: 30px;
}

.nav-pills a {
    color: #333;
    margin-right: 10px;

    font-size: 15px;
    transition: 0.3s;
    border: solid 2px #FFA600;
    padding: 8px 20px;
    border-radius: 5px;
}

.nav >li > a:focus, .nav> li > a:hover {
    background: #FFA600;
    color: #FFF;
}

.portfolio-filter{
    margin-bottom: 30px;
}

.portfolio-item {
    margin: 0px;
    padding: 5px;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(40%);
}

figure {
    margin: 0;
}


/* ==========================================================================
   	19. YOUTUBE POPUP.
   ========================================================================== */
.popup-youtube .video-image {
    position: relative;
    display: inline-block;
}

.popup-youtube .video-image img{
    width: 100%
}

.popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url(../img/master/play-button.png) center center no-repeat;
}

.popup-youtube .video-image img a:link {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:visited {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:hover {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:active {
    text-decoration: none;
    color: #FFF;
}

/* ==========================================================================
   	20. MODAL POPUP.
   ========================================================================== */
.modal-box{
    text-align: center;
}

.modal-box p{
    margin: 15px 0px 15px 0px;
}

.modal-sm .modal-content{
    background: #FFF;
    border: 1px solid #ddd;
   border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 10px 20px 10px 20px;
}

.close{
    color: #000;
}

@media (min-width: 992px) {
  .modal-md {
    width: 600px;
  }
}


/* ==========================================================================
   	23. LOADER.
   ========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@-moz-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}


* {
  margin: 0;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

.square {
  background: #F0542D;
  width: 15px;
  height: 15px;
  float: left;
  top: -10px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  opacity: 0;
  -webkit-animation: enter 6s infinite;
  animation: enter 6s infinite;
}

.enter {
  top: 0px;
  opacity: 1;
}

.square:nth-child(1) {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.square:nth-child(2) {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.square:nth-child(3) {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
  background: #F0542D;
}

.square:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.square:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.square:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.square:nth-child(8) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.square:nth-child(9) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.clear {
  clear: both;
}

.last {
  margin-right: 0;
}


/* High slide */

/**
* @file: highslide.css
* @version: 4.1.9
*/
.highslide-container div {
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid white;
	transition: transform .2s; /* Animation */

}
.highslide:hover img {
	border:2px solid white;
	transform: scale(1.2);
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 675px;
	padding: 5px 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}

/* Nice select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: 200;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 12px solid #e4324a;
    content: '';
    display: block;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

	}
  .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
					}
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
					}
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Navigacija */
.navbar-dark .navbar-toggler {
    border:0;
		outline: none;
		position: absolute;
    right: 0px;
		top:0px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
		font-family:'Inter', sans-serif;
}
.navbar-nav a.nav-link:link, .navbar-nav a.nav-link:visited {
    color:#1a425c;
		font-size:16px;
		font-weight:400;
		text-transform:uppercase;
}
.sticky .navbar-nav a.nav-link:link, .sticky .navbar-nav a.nav-link:visited {
    font-size: 14px;
}
.navbar-nav a.nav-link:before, .navbar-nav a.nav-link:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #41b9ae;
    width: 0;
    margin: 0px 0 10px;
	transition: all 380ms ease 0s;
	border:0;
}
li.nav-item > a.nav-link:before {
    left: 50%;
}

li.nav-item > a.nav-link:after {
    right: 50%;
}

li.nav-item:hover > a.nav-link:before,  li.nav-item:hover > a.nav-link:after {
    width: 50%;
}

.headerdown .navbar-nav a.nav-link:hover {
    color:#41b9ae;
		opacity:0.9;
}
.other .navbar-nav a.nav-link:link, .other .navbar-nav a.nav-link:visited{
		color:#1a425c;
		font-weight:400;
}
.navbar{
	padding:0px;
}
.sticky .navbar {
    padding-right: 0px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
		width:281px;
    height:68px;
		margin-top: -40px;
		background:url('../images/uzb-head.svg') no-repeat top left;
		background-size: contain;
}
.navbar-brand.lat {
		background:url('../images/uzb-head-lat.svg') no-repeat top left;
		background-size: contain;
}
.other .navbar-brand {
	background:url('../images/uzb-head.svg') no-repeat top left;
	background-size: contain;
}
.other .navbar-brand.lat {
	background:url('../images/uzb-head-lat.svg') no-repeat top left;
	background-size: contain;
}
.sticky .navbar-brand {
    margin-top: 5px;
		margin-left: 5px;
		width: 150px;
		height:36px;
		background: url(../images/uzb-head.svg) no-repeat top left;
		background-size: contain;
}
.headerdown .nav-item.show > a.dropdown-toggle, .headerdown .nav-item > a.nav-link:hover{
	margin-bottom:-4px;
	color:#41b9ae;
}
.nav-item {
	padding-top: 40px;
	padding-bottom: 10px;
	margin-right:40px;
	position: relative;
}
.nav-item:last-child {
	margin-right:0px;
}
.sticky .nav-item {
	padding-top: 10px;
	padding-bottom: 10px;
  margin-top: 0px;
}


@-webkit-keyframes fadeInDown {
            0% {
               opacity: 0;
               -webkit-transform: translateY(-30px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
         }

@keyframes fadeInDown {
            0% {
               opacity: 0;
               transform: translateY(-30px);
            }
            100% {
               opacity: 1;
               transform: translateY(0);
            }
}
@-webkit-keyframes fade {
            0% {
               opacity: 0;
            }
            100% {
               opacity: 1;
            }
         }

@keyframes fade {
            0% {
               opacity: 0;
            }
            100% {
               opacity: 1;
            }
}
@-webkit-keyframes slideInDown {
            0% {
               transform: translateX(-30px);
            }
            100% {
               transform: translateX(0px);
            }
         }

@keyframes slideInDown {
            0% {
               transform: translateX(-30px);
            }
            100% {
               transform: translateX(0px);
            }
}

.nav-item > .show {
		-webkit-animation-name: fade;
    animation-name: fade;
		animation-duration: 0.5s;
		animation-timing-function: ease;
}
.back {
		-webkit-animation-name: fade;
    animation-name: fade;
		animation-duration: 1s;
		animation-timing-function: ease;
}
.dropdown-submenu > .show {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    /*margin-right: 40px;*/
}
.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
		padding-top: 0;
		padding-bottom: .5rem;
}
.sticky .navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
		padding-top: .5rem;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}
}
header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 1000em 10px;
    margin: 0 -1000em;
    font-size: 16px;
    color: #fff;
		text-transform:uppercase;
    text-align: left;
    list-style: none;
    background-color:rgba(41,55,65,0.7);
    background-clip: padding-box;
		border:0;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}
.header .dropdown-menu, .header.sticky .dropdown-menu {
      background-color:rgba(255,255,255,0.95);
}
.header.sticky .dropdown-menu, .sticky .dropdown-menu {
    margin-top:0px;
}
.other .dropdown-menu, .sticky .dropdown-menu {
    background-color:rgba(255,255,255,0.95);
}
header .dropdown-item {
    display: block;
    width: 100%;
    padding: .35rem 0.9rem .35rem 0;
    clear: both;
    font-weight: 400;
    color: #1a425c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
		font-size:14px;
}
header  .dropdown-item:hover, header  .dropdown-item:focus {
    background: none;
    color: #41b9ae;
}
.other .dropdown-item, .sticky .dropdown-item {
    color: #000;
}
.header.sticky .dropdown-item {
  /*  color: #fff; */
}
.header.sticky .dropdown-item:hover{
    color: #41b9ae;
}
header .dropdown-toggle::after {
	display:none;
}

header .dropdown-submenu {
  position: relative;
}
header li.dropdown-submenu:hover > a, header li.dropdown-submenu li:hover > a  {
  color: #41b9ae;
}
.navbar-nav li.dropdown-submenu a.nav-link:hover {
  color: #41b9ae;
}
header .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
	display:none;
}

header .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
	z-index: -1;
}
header .dropdown-submenu.pull-left{
	float:none;
}
header .dropdown-submenu.pull-left>.dropdown-menu{
	left:100%;
	margin-left:1-0px;
}
.rev{
	left:auto !important;
	right:100% !important;
}

.headerup{
	display:flex;
	justify-content:flex-end;
}
.lang{
	font-size:14px;
	font-weight:400;
	color:#46b9ae;
	margin:0px 0px 0px 0px;
}
.lang a{
	color:#46b9ae;
}
.webshop:after{
	content:'|';
	padding:0px 10px;
}
.sticky .lang{
	display:none;
}

.sticky .sb-search {
	position: relative;
	margin-top: 0px;
	z-index: 100;
}
.sb-search {
	margin: 15px 0px 0px 25px;
	position: relative;
	width: 0%;
	min-width: 40px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	background:url("../images/search.png") no-repeat 5px 5px;
	cursor:pointer;
}

/* Search modal */

#search .modal-dialog, .bio .modal-dialog{
	top:90px;
}
#search .modal-content, #search .modal-header,.bio .modal-content, .bio .modal-header{
	background:none;
	border:0;
}
#search .modal-body, .bio .modal-body{
	margin-top:70px;
	padding:0px 10%;
}
#search .close, .bio .close {
	color:#ffffff;
	text-shadow:none;
	font-size:14px;
	font-weight:500;
}
.bio .close {
	color:#bac6cd;
}
#search .close span, .bio .close span{
	font-size:26px;
	border:1px solid #ffffff;
	padding:3px 10px 5px;
	margin-left:10px;
	border-radius:12px;
}
.bio .close span{
	border:1px solid #bac6cd;
}

#search form{
	display:flex;
}
#search input.search-input{
	font-size:23px;
	font-weight:300;
	background:transparent;
	border:0;
	border-bottom:2px solid #fff;
	padding:10px 0px;
	color:#fff;
	flex:8;
	width: 100%;
}
#search input.search-input:focus {
	border:0;
	outline: none;
}
#search input.search-input:-webkit-autofill, #search input.search-input:-webkit-autofill:hover,
#search input.search-input:-webkit-autofill:focus {
	  border: 0;
}
#search input.search-submit{
	font-size:23px;
	font-weight:500;
	background:transparent;
	border:2px solid #fff;
	padding:15px;
	color:#fff;
	flex:1;
	margin-left:15px;
	margin-bottom:10px;
	border-radius:15px;
}
.modal-backdrop-search {
    background-color: #46b9ae;
}
.modal-backdrop-bio {
    background-color: #fff;
}
.modal-backdrop-bio.modal-backdrop.show {
      opacity: .95;
}

.modal-backdrop-search.modal-backdrop.show {
    opacity: .9;
}
.sb-search-open .sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 40px;
	margin: 0;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	font-family: inherit;
	font-size: 20px;
	color: #fff;
	display:block;
	background: #293741;
  border-radius: 5px;
	opacity: 0.9;
}

.search-open{
	position:absolute;
	right:0;
}
.sb-search-input {
	display:none;
}

#search input.search-input::-webkit-input-placeholder {
	color: #fff;
}

#search input.search-input:-moz-placeholder {
	color: #fff;
}

#search input.search-input::-moz-placeholder {
	color: #fff;
}

#search input.search-input:-ms-input-placeholder {
	color: #fff;
}

.sb-icon-search, .sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	z-index: 90;
	background:url("../images/search.png") no-repeat 5px 5px;
}


/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 450px;
}
.sb-search.sb-search-open .sb-icon-search {
	background:url("../images/search-open.png") no-repeat 20px 10px;
	width:60px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* Search details */

.search-result-header {
	padding:30px 0px;
}
.search-result-header h2{
	font-size:58px;
	font-weight:300;
	padding:70px 0px;
	line-height:1.2;
	color:#1a425b;
}
.search-result-header h3{
	font-size:32px;
	font-weight:200;
	padding:10px 0px;
	line-height:1.2;
	color:#41b9ae;
	margin:0;
}
.search-result-header h3 span{
	font-weight:400;
	color:#1a425b;
}
.search-result-title{
	padding-bottom:60px;
}

.search-result h3{
	font-size:32px;
	font-weight:400;
	padding:0px;
	line-height:1.2;
	color:#41b9ae;
	text-align:right;
}
.search-result a:link, .search-result a:visited{
	font-size:21px;
	font-weight:200;
	padding:0px 0px 15px 0px;
	line-height:1.2;
	color:#000;
}
.search-row{
	margin-bottom:30px;
}
.search-row p{
	margin:10px 0px 1rem 10px;
}
.search-result li {
	list-style-type: none;
	margin-bottom:15px;
}
.search-result li a:link, .search-result li a:visited{
	font-size:18px;
	text-decoration:underline;
}
.search-result a:hover{
	color:#41b9ae;
}


/* Dodato */
.path {
	float:left;
	width:100%;
	font-size: 12px;
	font-weight:400;
	color:#555555;
	padding: 0px 10px 10px 0px;
	margin:0px;
}
.path ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
.path li {
	float:left;
	background:none !important;
	padding:0 !important;
	margin: 0 !important;
}
.path li:before {
	font-family: 'Font Awesome 5 Free';
	color: #555555;
     content: "\f105";
	 margin:0px 7px;
}
.path li:first-child:before {
     content: "";
	 margin:0px;
}
div.path a:link, div.path a:visited {color: #ee8624;text-decoration: none;}
div.path a:hover {color: #555;text-decoration: underline;}

.news_details h5{
	width:100%;
	margin-bottom:30px;
	}
div .newsletter-box .wrap-recaptcha {
    width: 65%;
    /* transform: scale(0.77); */
    /* -webkit-transform: scale(0.77); */
    /* transform-origin: 0 0; */
    /* -webkit-transform-origin: 0 0; */
	align-self: flex-end;
    margin-top: -38px;
    overflow: hidden;
}

div .newsletter-box .g-recaptcha {
    height: 54px;
    margin-top: -16px;
    overflow: hidden;
}

.gallery-images {
	margin:30px 0px;
	}
.res_url {
	margin:15px 0px;
	}
.res_vid {
		margin:60px 0px 50px;
		}
.res_container {
    margin: 0px -15px;
}


.service-description img, .news_details img {
	position:relative;
	margin: 0px;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	}

.service-description a:link, .news_details a:link{
	color:#41b9ae;
	text-decoration:underline;
	font-weight:400;
}

.service-description a:visited, .news_details a:visited{
	color:#8390ff;
}

img[src=""] {
    display: none;
}

.videodetector {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videodetector iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}
.remove-videodetector{
	display:none;
}


.back-blue{
	    background-color: rgba(41,55,65,0.9);
}


/* Footer */
footer{
	position:relative;
}
.footer-top{
	    background: url(../images/futer-back1.jpg) no-repeat fixed top center;
	    width: 100%;
	    margin: 60px 0px 0px;
	    padding: 40px 0px;
	    height: 240px;
	    background-size: cover;
}
.footer-top h2{
	font-size:20px;
	font-weight:600;
	margin:0px 0px 40px;
	color:#1a425c;
	text-transform:uppercase;
}
.footer-top a:link, .footer-top a:visited{
	color:#fff;
}
.footer-top .icon{
	display:inline-block;
	margin-right:50px;
	width:55px;
	height:55px;
	transition: background-image 0.3s ease-in-out;
}
.footer-top .icon.linkedin{
	margin-right:0px;

}
.footer-top .instagram:hover{
/*	background-image:url(../images/instagram-icon.png); */
}
.footer-top .instagram{
	background-image:url(../images/instagram-icon.png); */
}
.footer-top .facebook:hover{
/*	background-image:url(../images/facebook-icon.png);*/
}
.footer-top .facebook{
	background-image:url(../images/facebook-icon.png);
}
.footer-top .linkedin:hover{
/*	background-image:url(../images/linkedin-icon.png); */
}
.footer-top .linkedin{
	background-image:url(../images/linkedin-icon.png);
}
.footer-static{
	width:80%;
	margin: 0 auto;
	text-align:center;
	font-size:20px;
	font-weight:400;
	color:#46b9ae;
	padding-bottom:170px;
}
.footer-static a{
	color:#1a425c;
	padding:0px 30px;
	line-height: 1.9;
	position:relative;
	display: inline-block;
}
.footer-static a:after{
	content:'|';
	position:absolute;
	right:-3px;
	color:#46b9ae;
}
.footer-static a:last-child:after{
	content:'';
}
.footer-static a:hover{
	color:#46b9ae;
}
.footer-mid{
	padding:60px 0px 30px;
	background: #fff;
  color: #46b9ae;
}
.footer-mid .footer-logo{
	width:340px;
	margin:0 auto;
}
.footer-mid .kontakt-data{
	padding:50px 0px 80px;
}
.footer-mid .kontakt-data p{
	font-size:20px;
	font-weight:400;
	color: #46b9ae;
	margin: 0px;
	text-align:center;
	line-height: 1.2;
}
.footer-mid .kontakt-data a:link, .footer-mid .kontakt-data a:visited{
	text-decoration:underline;
	color: #46b9ae;
}
.footer-mid .kontakt-data a:hover{
	color: #46b9ae;
}
.footer-bottom .footer-links p{
	padding:20px 0px 20px;
	text-align:center;
	color: #46b9ae;
}
.footer-bottom .footer-links p a:link, .footer-bottom .footer-links p a:visited{
	font-size:18px;
	font-weight:300;
	color: #46b9ae;
	text-align:center;
	margin:0px 15px;
}
.footer-bottom .footer-links p a:hover{
	color: #46b9ae;
}
.footer-bottom{
	background:#1a425c;
}
.newsletter-box .form-input {
		display:inline-block;
		position:relative;
	}
.newsletter-box input.input {
	background:transparent;
	border:0;
	border-bottom:1px solid #1a425b;
	color:#1a425b;
	padding:5px 0px;
	height:50px;
	width:275px;
	margin:10px 20px 10px 0px;
	font-weight:300;
	font-size:20px;
}
.newsletter-box .news-arrow {
	position:absolute;
	top:0;
	right:0;
	font-size:26px;
	z-index: 3;
  width: 55px;
  height: 55px;
}
.newsletter-box .news-arrow:before {
	padding: 15px 20px 10px 20px;
  display: block;
}
.newsletter-box input.input:focus {
	border:0;
	outline: none;
}
.newsletter-box input.input:-webkit-autofill, .newsletter-box	input:-webkit-autofill:hover,
.newsletter-box	input.input:-webkit-autofill:focus {
	  border: 0;
}
.newsletter-box input.button {
	border: 2px solid #1a425b;
	background-color:transparent;
	background-image:url('../images/chevron-right.svg');
	background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
	color:#1a425b;
	margin:-20px 0px 0px 0px;
	padding:0px 5px;
	height:55px;
	width:55px;
	border-radius: 12px;
  font-size: 32px;
	display: inline-flex;
	position: relative;
  z-index: 2;
}

.newsletter-box input.button:hover {
	border: 2px solid #1a425b;
	color:#fff;
	background-color:#1a425b;
	background-image:url('../images/chevron-right-white.svg');
}
.newsletter-box span.news-arrow:hover{
	color:#fff;
}

.newsletter-box input::-webkit-input-placeholder {
	color:#1a425b;
}

.newsletter-box input:-moz-placeholder {
	color:#1a425b;
}

.newsletter-box input::-moz-placeholder {
	color:#1a425b;
}

.newsletter-box input:-ms-input-placeholder {
	color:#1a425b;
}

/* Stranica */
.content-wrapper{
	margin-top:30px;
}

.page-header{
	background-image:url('../images/header-back.png');
	background-repeat:no-repeat;
	background-position:right top;
	width: 100%;
	position: relative;
}
.breadcrumbs-menu ul{
	list-style-type: disc;
	margin:0px;
}
.breadcrumbs-menu ul li{
	font-size:13px;
	font-weight:300;
	text-transform:uppercase;
	display:inline-block;
	color:#3e525f;
}
.breadcrumbs-menu ul li:after{
	content:'/';
	padding:0px 5px 0px 5px;
	color:#3e525f;
}
.breadcrumbs-menu ul li:last-child:after{
	content:'';
}
.breadcrumbs-menu ul li a:link, .breadcrumbs-menu ul li a:visited{
	color:#41b9ae;
}
.breadcrumbs-menu ul li a:hover{
	color:#1a425b;
	text-decoration:underline;
}
.gp-title{
	display: flex;
  flex-flow: column;
  height: 100%;
}
.gp-title h2{
	font-size:68px;
	font-weight:600;
	color:#e4324a;
	line-height:1.2;
	margin:0px;
	padding:0px 0px 30px;
	align-self: flex-start;
  flex: 1;
}
.p-title h2{
	font-size:58px;
	font-weight:300;
	color:#1a425b;
	line-height:1.2;
	margin:0px;
	padding:30px 0px 40px;
}
.page-short{
	min-height:400px;
}
.short-content{
	margin-bottom:90px;
}
.short-content p{
	font-size:26px;
	font-weight:300;
	color:#41b9ae;
	line-height:1.4;
}
.search-header{
	background:#f4f5f6;
	padding-bottom: 60px;
}
.search-header h2{
	font-size:46px;
	font-weight:600;
	color:#e4324a;
	line-height:1.2;
	margin:0px;
	padding:100px 0px 70px;
}
.search-header h3{
	font-size:32px;
	font-weight:300;
	line-height:1.2;
	margin:0px;
	padding:0px 0px 15px;
}
.gp-title p{
	align-self: flex-end;
  text-align: left;
  width: 100%;
	margin-bottom:0px;
}
.gp-title img {
    width: auto;
    height: auto;
		max-width:200px;
}
.gp-opis {
	max-height:400px;
	overflow: auto;
}
.content p{
	font-size:21px;
	font-weight:200;
	color:#000;
	line-height:1.5;
	margin:0px 0px 30px 0px;
	padding:0px;
}
.content table p{
	margin:5px 0px 5px 0px;
}
.gp-opis ul{
	padding:0px 0px 0px 70px;
}
.page-desc ul{
	padding:0px 0px 0px 40px;
}
.gp-opis ul li, .page-desc ul li{
	font-size:21px;
	font-weight:200;
	color:#000000;
	line-height:1.5;
	margin:0px 0px 30px 0px;
	padding:0px;
}

.slika-okvir {
	position: relative;
	width: 200%;
	left: -50%;
	right: -50%;
	text-align:center;
	margin: 60px 0px;
}
img.slika {
		width: auto;
}

.page-desc a.btn-more{
    color: #afb6bb;
    background-color: transparent;
    border-color: #afb6bb;
    transition: 0.3s;
		padding: 10px 15px;
}
.page-desc a.btn-more:hover{
    color: #ffffff;
    background-color: #afb6bb;
    border-color: #afb6bb;
}
.podgrupe, .filter-proizvodjac{
	padding:60px 15px;
}
.filter-proizvodjac{
	width:100%;
}
.kategorije{
	padding:60px 0px 40px;
}
.kategorija{
	background:#d1d9de;
	padding:5px 20px;
	margin:0px 15px 20px 0px;
	color:#fff;
	display:inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kategorija a{
	font-size:18px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.kategorija.active, .kategorija:hover{
	background:#41b9ae;
}

.boxes{
    position: relative;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.overlay{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    color: #FFF;
    background-color: rgba(26, 66, 91, 0.05);
		background-position:center center;
		background-repeat:no-repeat;
    z-index: 10;
}

.search-filter{
  float:right;
	margin-top: 0px;
	min-width: 382px;
}
.search-filter #term {
    color: #d1d9de;
    background-color: #fff;
		border:0;
    border-bottom: 1px solid #d1d9de;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0px 10px 0px 0px;
}
.search-filter input#term::-webkit-input-placeholder {
	color: #d1d9de;
}
.search-filter input#term:-moz-placeholder {
	color: #d1d9de;
}
.search-filter input#term::-moz-placeholder {
	color: #d1d9de;
}
.search-filter input#term:-ms-input-placeholder {
	color: #d1d9de;
}
.search-filter input#term:focus {
	border:0;
	outline: none;
}
.search-filter .btn-slider, #uvidi .search-filter .btn-slider, #planovi .search-filter .btn-slider {
    color: #d1d9de;
    background-color: #fff;
    border: 2px solid #d1d9de;
    transition: 0.3s;
    font-size: 26px;
		width:45px;
		height:45px;
		margin-top:0;
    margin-left: 10px;
		transition: 0.3s;
		display:inline-flex;
		padding:0px 0px 1px 2px;
}
.search-filter .btn-slider:hover, #uvidi .search-filter .btn-slider:hover, #planovi .search-filter .btn-slider:hover  {
	color: #FFF;
  background-color: #46b9ae;
  border-color: #46b9ae;
}
.video-container {
  height:630px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.path-header{
	background:#f4f5f6;
	padding-bottom: 20px;
}
.product-text{
	padding-top:15px;
}
.product-spec{
	margin-top:50px;
}
.page-title h2{
	font-size:23px;
	font-weight:600;
	padding:0px 0px 15px;
}
.page-desc{
	margin-bottom:50px;
}
.page-desc .col-md-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.page-desc .col-md-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.page-desc .row{
	margin:0px;
}
.page-desc table{
	width:100%;
	font-weight:200;
	font-size:18px;
	border:1px solid #d8dcdf;
	border-top:0 !important;
	border-color:#d8dcdf;
}
.page-desc .row{
	border:1px solid #d8dcdf;
	border-top:0 !important;
	border-color:#d8dcdf;
}
.page-desc table p{
	margin:0;
	color:#212529;
	font-weight:200;
	font-size:18px;
}
.page-desc table td, .page-desc .col-md-3, .page-desc .col-md-9{
	border-top:1px solid #d8dcdf;
	padding:10px;
	vertical-align: top;
}
.page-desc .row div.col-md-3:nth-child(4n-3), .page-desc .row div.col-md-9:nth-child(4n-2) {
	background:#f9f9f9;
}

.page-desc table td:nth-child(1){
	width:30%;
}
.page-desc table tr:nth-child(odd){
	background:#f9f9f9;
}

.page-desc table tr:last-of-type > td, .page-desc .col-md-9:last-child, .page-desc .col-md-3:nth-last-child(2) {
	/*border-bottom:1px solid #d8dcdf; */
}
.gp-opis a, .page-desc a{
	color:#e4304b;
}
.res_vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.res_vid iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

p.icon-file-pdf {
	background:url(../images/pdf.png) no-repeat top left;
	min-height:100px;
}
p.icon-file-pdf a:link, p.icon-file-pdf a:visited{
	font-size:21px;
	color:#41b9ae;
	font-weight:400;
	text-decoration:underline;
	padding-left: 100px;
  display: block;
}
p.icon-file-pdf .size{
	font-size:21px;
	font-weight:200;
	color:#000;
	display: block;
  padding-left: 100px;
}

.gallery-wrap{
	padding:20px 0px 50px;
}
.galerija {
	padding:0px;
	position:relative;
	z-index: 10;
	overflow:hidden;
	width:100%;
	padding-top:100%;
}
.example-image-link{
	border:1px solid #dadee1;
	position:relative;
	width:100%;
	height:75%;
	margin-top:-75%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-wrap{
	padding: 0px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.example-image-link:after {
    content:'\A';
    position:absolute;
    width:100%;
		height:100%;
    top:0; left:0;
		background-color:rgba(61, 82, 95, 0.2);
		background-image: url(../images/icon-zoom.png);
		background-position:center center;
		background-repeat:no-repeat;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
		z-index: 10;
}
.example-image-link:hover:after {
    opacity:1;
}
#gallery {
	margin:0px;

}
.galerija-wrap{
	margin-bottom:-30px;
}
.galerija img{
	z-index: 1;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	width:auto;
}
.conected{
	margin-top:50px;
}

.brend{
	padding:10%;
}

/* Vesti */
.news-wrap{
	margin:60px 0px;
}
.vest {
	margin-bottom:60px;
}
.vest .post-img{
	overflow: hidden;
	max-height:320px;
}
.vest .post-img a{
	display: flex;
    justify-content: center;
}
.vest .post-img img{
		max-height: 320px;
		width:auto;
	}
.vest .post-content h3{
		font-size:46px;
		color:#e4324a;
		font-weight:600;
		margin:25px 0px 30px;
}
.vest .post-content h3 a:link, .vest .post-content h3 a:visited{
		color:#e4324a;
}

/* Social buttons */
.social_buttons{
	float:right;
	margin:30px 0px 0px 0px;
}
.social{
	border:1px solid #e5324e;
	margin:0px 0px 0px 10px;
	padding:5px;
	color:#e5324e;
	display: inline-block;
	width:30px;
	height:30px;
	text-align: center;
}
.social a:link, .social a:visited{
	color:#e5324e;
}
.social a:hover{
	color:#fff;
}
.social:hover{
	background:#e5324e;
}

/* Content */
#content{
	position:relative;
	padding-bottom: 35px;
}
.content h2{
	margin:50px 0px 50px 0px;
	font-size:32px;
	color:#1a425b;
	font-weight:400;
}

.content ul li, .content ol li, .planovi-content ul li, .planovi-content ol li, .nabavke-content ul li, .nabavke-content ol li, .news-content ul li, .news-content ol li, .publikacije-content ul li, .publikacije-content ol li, .uvidi-content ul li, .uvidi-content ol li{
	font-size: 21px;
	text-align: left;
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 0px 40px;
	display:block;
	text-indent: -20px;
	color: #000;
}
.content ol li, .planovi-content ol li,  .nabavke-content ol li, .news-content ol li, .publikacije-content ol li, .uvidi-content ol li{
	display: list-item;
	text-indent: 0px;
}
.content ul li:before, .planovi-content ul li:before, .nabavke-content ul li:before, .news-content ul li:before, .publikacije-content ul li:before, .uvidi-content ul li:before{
	font-family: 'Font Awesome 5 Free';
	 float:left;
	 margin:10px 20px 0px 0px;
	 font-size: 8px;
	 color:#41b9ae;
	 content: "\f45c";
	 font-weight: 900;
}
.okvir{
	font-size:21px;
	font-weight:400;
	color: #46b9ae;
    background-color: #fff;
    border: 2px solid #46b9ae;
    transition: 0.3s;
    border-radius: 10px;
    padding: 16px 25px;
}
.okvir a{
	color: #46b9ae;
}
.okvir a:hover{
	color: #fff !important;
}
.okvir:hover {
    background-color: #46b9ae;
}
.okvir:hover a{
		color: #fff !important;
}

/* Dodatna navigacija */

.subpage{
	width:100%;
	margin:50px 0px 0px 0px;
	padding:10px;
}
.subpage li{
	border:1px solid #e5324e;
	margin:0px 0px 15px 10px;
	padding:5px 20px;
	color:#e5324e;
	font-weight:400;
	display: inline-block;
	width:auto;
	height:40px;
	text-align: center;
}
.subpage li a:link, .subpage li a:visited{
	color:#e5324e;
}
.subpage li a:hover{
	color:#fff;
}
.subpage li:hover, .subpage li.selected{
	background:#e5324e;
}
.subpage li:hover a, .subpage li.selected a:link, .subpage li.selected a:visited{
	color:#fff;
}
.arrow{
	position:absolute;
	bottom:-143px;
	left:0;
	right:0;
	background:url(../images/arrow.png) no-repeat center center;
	width:80px;
	height:80px;
	z-index: 15;
	margin: 0 auto;
	cursor:pointer;
}
.arrow1{
	position:absolute;
	bottom:-35px;
	left:0;
	right:0;
	background:url(../images/arrow.png) no-repeat center center;
	width:80px;
	height:80px;
	z-index: 15;
	margin: 0 auto;
}

/* Home page sekcija vesti */
#actual{
	padding:60px 0px;
}
.upcoming-event {
    position: relative;
    width: 100%;
}
.actual{
	padding:30px;
}
.actual::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.actual:hover::after {
    opacity: 1;
}
.actual:hover .overlay{
    opacity: 0;
}
.actual-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.actual-text.cat{
		position: relative;
    height: auto;
	}
.actual-text.cat .actual-category{
		margin: 20px 0px;
}
.news .actual-text.cat .actual-category {
		margin: 20px 0px;
		font-size:23px;
}
.news .actual-text .actual-category {
		margin: 20px;
		font-size:23px;
}
.news .btn-slider {
    color: #46b9ae;
    background-color: #fff;
		border:2px solid #46b9ae;
    transition: 0.3s;
    font-size: 32px;
    margin-top: 20px;
		width:53px;
		height:53px;
}
#actual .actual-category {
	font-size: 23px;
}
#actual .col-md-4 .actual-category{
	font-size: 18px;
}

.actual-category {
    background: #41b9ae;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    margin: 30px;
    line-height: 1;
    color: #fff;
    align-self: flex-start;
}
.actual-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 540px;
}
.actual-image img {
    object-fit: cover;
    width: 100%;
    height: 540px;
    font-family: 'object-fit: cover';
		transition: transform .5s ease;
}
.news .actual-image {
    max-height: 345px;
		margin-bottom: 20px;
}
.news .actual-image img {
    height: 345px;

}
.actual-title{
		font-size:38px;
		font-weight:200;
		line-height:1.2;
		color:#1a425c;
		margin: 30px 0px;
}
.uvidi-home .actual-title{
		margin:0px;
}
.uvidi-home2 .actual-title{
		margin:0px;
		font-size:30px;
}
#actual .col-md-4 .actual-title{
		font-size:30px;
}
#actual .btn-slider {
    color: #46b9ae;
    background-color: #fff;
    border: 2px solid #46b9ae;
		width:53px;
		height:53px;
    font-size: 32px;
    margin-top: 30px;
}

/* vesti */
.row.news{
	margin-left:-30px;
	padding-bottom:60px;
}
.news .actual-title{
		font-size:26px;
		line-height: 1.2;
		margin: 0px 0px;
}
#news-details .highslide{
		padding-top: 56.25%;;
    position: relative;
    height: 100%;
    overflow: hidden;
		z-index:9;
}
#news-details img.genresthumb{
	z-index: 1;
    position: absolute;
		top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
		max-width: none;
		height:100%;
}
#news-details img.genresthumb.tall{
		width: 100%;
		height:auto;
}
#news-details img.genresthumb.wide{
		width: auto;
		height:100%;
}
#news-details .other-resources .gallery-images{
    position: relative;
    width: 100%;
    height: 56.25%;;
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 15px;
}
img.alignleft, img[style~="float:left"]{
	float:left;
	width:auto;
	margin-right:15px;
}
img.alignright, img[style~="float:right"]{
	float:left;
	width:auto;
	margin-left:15px;
}
img.aligncenter {
    clear: both;
    display: block;
    margin: 24px auto;
		width:100%;
}

/* Paginacija */

.pagination {
    width: 100%;
    display:flex;
    border-top: 1px solid #bac6cd;
    border-radius: 0;
		flex-wrap: wrap;
}
.uvida .pagination {
    border: 0;
		margin-bottom: 30px;
}
.pag-left{
  flex:1;
  padding:20px 0px 0px 0px;
  font-size: 16px;
	font-weight:300;
	color:#bbc2c8;
}
.pag-right{
  flex:1;
  text-align:right;
	font-size: 16px;
	font-weight:300;
	color:#bbc2c8;
}
.pagination button {
  padding:0px 10px;
  margin:20px 0px 60px;
  border:0;
  border-right:1px solid #bbc2c8;
  background: #fff;
	color:#bbc2c8;
	outline: none;
}
.pagination button strong{
  font-weight:700;
}
.pagination button:last-child {
  border:0;
}

/* Sekcija biblioteke */
#biblioteke {
    background: url(../images/section-biblioteke-back.jpg) no-repeat fixed top center;
    width: 100%;
    margin: 60px 0px;
    padding: 55px 0px;
    height: 670px;
    background-size: cover;
}
#biblioteke .biblioteka-slika{
		text-align:center;
		margin: 0px;
}
#biblioteke .biblioteka-slika img{
		width: auto;
}
#biblioteke .planovi-1{
		background:rgba(27, 67, 93, 0.8);
		text-align:center;
		padding:70px 50px 50px;
		margin:15px;
		min-height:540px;
}
#biblioteke .planovi-2{
		background:rgba(70, 185, 174, 0.8);
		text-align:center;
		padding:70px 50px 50px;
		margin:15px;
		min-height:540px;
}
#biblioteke .biblioteka-naslov{
		font-size:46px;
		color:#fff;
		font-weight:400;
		line-height:1;
		margin:25px 0px;
}
#biblioteke .planovi-1 .biblioteka-opis p{
		font-size:23px;
		color:#7dcec6;
		font-weight:400;
		margin:15px 0px;
}
#biblioteke .planovi-2 .biblioteka-opis p{
		font-size:23px;
		color:#1a425c;
		font-weight:400;
		margin:15px 0px;
}
#biblioteke .btn-slider {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 24px;
    margin-top: 30px;
		height: 43px;
    width: 43px;
}
#biblioteke .inner-btn {
	position:absolute;
	margin:0 auto;
	bottom: 50px;
	left: 0;
  right: 0;
	display: flex;
  justify-content: center;
}

/* Sekcija brojevi */

#brojevi {
	padding:50px 0px;
	text-align:center;
}
#brojevi .brojevi-naslov h2{
	font-size:46px;
	color:#1a425c;
	font-weight:400;
	line-height:1;
	margin:0px 0px 60px;
	text-transform:uppercase;
}
#brojevi .brojevi{
	font-size:46px;
	color:#46b9ae;
	font-weight:400;
	line-height:1;
	margin:20px 0px 10px;
}
#brojevi .brojevi-opis p{
	font-size:20px;
	font-weight:300;
	color:#1a425c;
	line-height:1;
}

/* Vesti detaljno */
#news-details, #uvidi-details, #publikacije-details, #planovi-details, #nabavke-details {
	padding:30px 0px;
}
#news-details .kategorija, #uvidi-details .kategorija, #publikacije-details .kategorija, #planovi-details .kategorija, #nabavke-details .kategorija{
	background: #41b9ae;
	margin:20px 0px;
	font-size:23px;
	font-weight:600;
	text-transform: uppercase;
}
#news-details .news-date, #uvidi-details .uvidi-date, #publikacije-details .publikacije-date, #planovi-details .planovi-date, #nabavke-details .nabavke-date{
	color: #000;
	margin:0px 0px;
	font-size:18px;
	font-weight:400;
	text-align:left;
}
.news-social, .uvidi-social, .publikacije-social, .planovi-social, .nabavke-social{
    padding: 0px;
    display: flex;
    flex-direction: row;
		justify-content: flex-end;
}
.news-social .facebook, .news-social .linkedin, .news-social .twitter, .news-social .mail, .uvidi-social .facebook, .uvidi-social .linkedin, .uvidi-social .twitter, .uvidi-social .mail, .publikacije-social .facebook, .publikacije-social .linkedin, .publikacije-social .twitter, .publikacije-social .mail, .planovi-social .facebook, .planovi-social .linkedin, .planovi-social .twitter, .planovi-social .mail, .nabavke-social .facebook, .nabavke-social .linkedin, .nabavke-social .twitter, .nabavke-social .mail {
	color: #46b9ae;
	background-color: #fff;
	border: 1px solid #46b9ae;
	transition: 0.3s;
	border-radius: 10px;
	padding: 5px 4px;
	font-size: 18px;
	font-weight: 600;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	text-align:center;
}
.news-social .facebook a, .news-social .linkedin a, .news-social .twitter a, .news-social .mail a, .uvidi-social .facebook a, .uvidi-social .linkedin a, .uvidi-social .twitter a, .uvidi-social .mail a, .publikacije-social .facebook a, .publikacije-social .linkedin a, .publikacije-social .twitter a, .publikacije-social .mail a, .planovi-social .facebook a, .planovi-social .linkedin a, .planovi-social .twitter a, .planovi-social .mail a, .nabavke-social .facebook a, .nabavke-social .linkedin a, .nabavke-social .twitter a, .nabavke-social .mail a{
	color: #46b9ae;
}
.news-social .facebook:hover, .news-social .linkedin:hover, .news-social .twitter:hover, .news-social .mail:hover, .uvidi-social .facebook:hover, .uvidi-social .linkedin:hover, .uvidi-social .twitter:hover, .uvidi-social .mail:hover, .publikacije-social .facebook:hover, .publikacije-social .linkedin:hover, .publikacije-social .twitter:hover, .publikacije-social .mail:hover, .planovi-social .facebook:hover, .planovi-social .linkedin:hover, .planovi-social .twitter:hover, .planovi-social .mail:hover, .nabavke-social .facebook:hover, .nabavke-social .linkedin:hover, .nabavke-social .twitter:hover, .nabavke-social .mail:hover {
	color: #fff;
	background-color: #46b9ae;
}
.news-social .facebook a:hover, .news-social .linkedin a:hover, .news-social .twitter a:hover, .news-social .mail a:hover, .uvidi-social .facebook a:hover, .uvidi-social .linkedin a:hover, .uvidi-social .twitter a:hover, .uvidi-social .mail a:hover, .publikacije-social .facebook a:hover, .publikacije-social .linkedin a:hover, .publikacije-social .twitter a:hover, .publikacije-social .mail a:hover, .planovi-social .facebook a:hover, .planovi-social .linkedin a:hover, .planovi-social .twitter a:hover, .planovi-social .mail a:hover, .nabavke-social .facebook a:hover, .nabavke-social .linkedin a:hover, .nabavke-social .twitter a:hover, .nabavke-social .mail a:hover{
	color: #fff;
}
#news-details .news-title h1, #uvidi-details .uvidi-title h1, #publikacije-details .publikacije-title h1, #planovi-details .planovi-title h1, #nabavke-details .nabavke-title h1{
		font-size:58px;
		font-weight:300;
		color:#1a425b;
		line-height:1.2;
		margin:50px 0px 40px;
}
#publikacije-details .publikacije-title h1{
		margin:30px 0px 40px;
}
.content h1, .news-content h1, .uvidi-content h1, .publikacije-content h1, .planovi-content h1, .nabavke-title h1{
		font-size:58px;
		font-weight:300;
		color:#1a425b;
		line-height:1.2;
		margin:50px 0px 40px;
}
.content h2, .news-content h2, .uvidi-content h2, .publikacije-content h2, .planovi-content h2, .nabavke-title h2{
		font-size:32px;
		font-weight:400;
		color:#1a425b;
		line-height:1.2;
		margin:50px 0px 40px;
}
.content h3, .news-content h3, .uvidi-content h3, .publikacije-content h3, .planovi-content h3, .nabavke-title h3{
		font-size:23px;
		font-weight:400;
		color:#1a425b;
		line-height:1.2;
		margin:40px 0px 30px;
}
.content h4, .news-content h4, .uvidi-content h4, .publikacije-content h4, .planovi-content h4, .nabavke-title h4{
		font-size:21px;
		font-weight:400;
		color:#000000;
		line-height:1.2;
		margin:30px 0px 20px;
}
.content h5, .news-content h5, .uvidi-content h5, .publikacije-content h5, .planovi-content h5, .nabavke-title h5{
		font-size:21px;
		font-weight:400;
		color:#1a425b;
		line-height:1.2;
		margin:20px 0px 10px;
}
.content h6, .news-content h6, .uvidi-content h6, .publikacije-content h6, .planovi-content h6, .nabavke-title h6{
		font-size:14px;
		font-weight:300;
		color:#000;
		line-height:1;
		margin:0px 0px 10px;
		text-transform:uppercase;
}
.content p a:link{
	color:#41b9ae;
	font-weight:400;
}

.content p a:hover, .content p a:visited{
	color:#41b9ae;
}
#news-details .news-content p, #uvidi-details .uvidi-content p, #publikacije-details .publikacije-content p, #planovi-details .planovi-content p, #nabavke-details .nabavke-content p{
		font-size:21px;
		font-weight:200;
		color:#000;
		line-height:1.5;
		margin:15px 0px 15px;
}
#news-details .news-content a, #uvidi-details .uvidi-content a, #publikacije-details .publikacije-content a, #planovi-details .planovi-content a, #nabavke-details .nabavke-content a, .web-rows a{
		font-weight:500;
		color:#41b9ae;
}
.other-resources{
		margin-top:35px;
}
.other-resources .card:last-child {
    border-bottom: 0;
}
.other-resources .card {
    border: 0;
    border-top: 1px solid #bac6cd;
		border-radius:0;
}
.other-resources .web-rows {
    border-bottom: 1px solid #bac6cd;
		padding:25px 0px;
}
.other-resources .card-header {
    padding: .75rem 0px;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}
.other-resources .card-button {
    width: 100%;
    font-size: 32px;
    font-weight: 400;
    color: #1a425b;
    text-align: left;
    border: 0;
    background: transparent;
}
.other-resources .card-button .card-open{
    font-size: 14px;
    font-weight: 400;
    color: #bac6cd;
    text-align: left;
		text-transform:uppercase;
    border: 0;
    background: transparent;
}
.other-resources .card .res_url{
  padding:10px 30px;
	margin-bottom:20px;
}
.other-resources .card .res_web, .other-resources .card .res_vid{
	margin:30px 0px;
}
.other-resources .gallery-images{
	margin:30px 0px;
	overflow: hidden;
}
.other-resources button:focus {
    outline: none;
}
.other-resources .card-button .right {
    font-weight: 300;
    color: #46b9ae;
		float:right;
}
.other-resources .otvori {
	color: #bac6cd;
	background-color: #fff;
	border: 2px solid #bac6cd;
	transition: 0.3s;
	border-radius: 12px;
	padding: 0px;
	font-size: 26px;
	line-height: 0;
	margin-left: 10px;
	width: 46px;
	height: 46px;
	text-align: center;
	display:inline-flex;
	justify-content:center;
}
.res_image{
	overflow:hidden;
}
.res_image > a{
		position: relative;
    padding-top: 56.25%;
    display: block;
    margin-bottom: 30px;
}
.res_image > a > img{
	position:  absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
}

/*
.other-resources a[href$=".pdf"]:before {
  content:url(../images/pdf.png);
	margin: 0px 30px -83px 0px;
	display: inline-block;
	vertical-align: -200%;
}
*/
/* Sekcija nas tim */
#nas-tim .brojevi-naslov h2{
	font-size:46px;
	font-weight:400;
	color:#1a425c;
	margin:50px 0px 60px;
	text-align:center;
	text-transform:uppercase;
}
#nas-tim .procenti{
	font-size:46px;
	font-weight:400;
	color:#46b9ae;
	margin:10px 0px 0px;
	text-align:center;
}
#nas-tim  .brojevi-opis{
	font-size:20px;
	font-weight:300;
	color:#1a425c;
	margin:0px 0px 60px;
	text-align:center;
}

/* Konektovane vesti */
.box-item {
    padding: 30px;
}
.box-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box-item:hover::after {
    opacity: 1;
}
.box-item .actual-date{
	font-size:14px;
	font-weight:200;
	color:#1a425c;
	margin-top: 15px;
}
.box-item .actual-title{
	font-size:23px;
	font-weight:500;
	color:#41b9ae;
	line-height: 1.4;
	margin:15px 0px;
}
.box-item .actual-desc p{
	font-size:18px;
	font-weight:200;
	color:#1a425c;
	line-height: 1.4;
	margin:15px 0px;
}
.box-item .actual-image {
    max-height: 225px;
}
.related h2{
	width: 100%;
    font-size: 32px;
    font-weight: 400;
    color: #1a425b;
    text-align: left;
		margin:30px 0px 10px;
		border-top:1px solid #bac6cd;
		padding-top:30px;
}

/* Povezane vesti */
.connected{
	margin:0px 0px 0px 0px;
	}
.connected-news{
	margin:30px 0px 0px -30px;
	}

.box-item {
  /*  margin-right: 3%; */
    width: 48%;
    float: left;
    display: block;
	padding: 30px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.box-item:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 15px;
}
.box-item .box-img {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 38.2944486578%;
    margin-left: 0;
}
.box-item .box-text {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 58.8629657719%;
}
.box-item .box-text:last-child {
    margin-right: 0;
}

@media (max-width: 850px) {
.box-item, .box-item-conn {
    width: 100% !important;
    padding-top: 0;
	margin-bottom:20px;
}
}

.box-item-conn {
    margin-right: 3%;
    width: 23%;
    float: left;
    display: block;
	padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.box-item-conn:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 15px ;
}
.box-item-conn .box-img-conn {
    float: left;
    display: block;
    margin-right: 3%;
    width: 97%;
    margin-left: 0;
}
.box-item-conn .box-text-conn {
    float: left;
    display: block;
    margin-right: 3%;
    width: 97%;
	text-align:center;
	padding:5px 0px;
}
.box-item-conn .box-text-conn:last-child {
    margin-right: 0;
}

.conn {
	margin-bottom:30px;
	}
.conn  a:link,   .conn  a:visited {
	color: #000 ;
	text-decoration: none;
	}
.conn a:hover {
	color: #04a9fa;
	text-decoration: none;
	}

/* Uvidi */

#uvidi .kategorije {
    padding: 60px 0px 0px;
}
#uvidi .actual-text.cat .actual-category {
    margin: 0px 0px;
}
#uvidi .actual-category {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    padding: 8px 0px 0px;
    margin: 0px;
    line-height: 1;
    color: #41b9ae;
    align-self: flex-start;
}
#uvidi .actual-date {
    background: #fff;
    font-size: 14px;
    font-weight: 200;
    text-transform: none;
    padding: 5px 0px 0px;
    margin: 0px;
    line-height: 1;
    color: #1a425c;
    align-self: flex-start;
}
#uvidi .actual-title {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    color: #1a425c;
    margin: 15px 0px;
}
#uvidi .uvidi{
	margin-left:-30px;
	margin-bottom: 30px;
}
#uvidi .btn-slider {
	color: #46b9ae;
	background-color: #fff;
	border:2px solid #46b9ae;
	font-size: 26px;
	margin-top: 10px;
	width:45px;
	height:45px;
	padding: 0px 0px 1px 2px;
	display:inline-flex;
}
#uvidi .actual-status{
	align-self: flex-end;
  margin-bottom: -25px;
	background:#41b9ae;
	color:#fff;
	padding:2px 5px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	z-index: 1;
}

/* Select filteri */
.select-category, .select-item{
	display:inline-block;
}
.select-category .btn, .bootstrap-select .btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.75rem;
    font-size: 18px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0;
    border-radius: unset;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0px;
    color: #bbc2c8;
}
.select-category .dropdown-toggle::after, .bootstrap-select .dropdown-toggle::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.bootstrap-select .dropdown-toggle::after{
	margin-left: 0;
}
.select-item .btn-light:not(:disabled):not(.disabled).active, .select-item  .btn-light:not(:disabled):not(.disabled):active, .select-item  .show>.btn-light.dropdown-toggle {
    color: #bbc2c8;
    background-color: #fff;
    border-color: #fff;
}
.select-category .dropdown-menu{
	border-radius:0;
}
 .btn:focus{
	outline:0;
	box-shadow:0 0 0 .2rem rgba(65,185,174,.20)
}
.select-category .dropdown-item.active{
	background-color: rgba(0,0,0,.15);
}
.select-item .bootstrap-select .dropdown-menu li a.active, .select-item .bootstrap-select .dropdown-menu li a:active {
    background-color: transparent;
		color:#212529;
}
.select-item .bootstrap-select .dropdown-menu li a {
    font-weight: 400;
}



/* Publikacije */
#publikacije .kategorije {
    margin-left: -30px;
}
.publikacije{
	margin-left:-30px;
	padding-bottom:30px;
	margin-right: 0px;
}
#publikacije .actual-image {
  /*  max-height: 240px; */
}
#publikacije .actual-image img {
  /*  height: 240px; */
		object-position: top;
}
#publikacije .actual-date{
	font-size:18px;
	font-weight:400;
	color:#1a425c;
	margin-top: 15px;
}
#publikacije .actual-title{
	font-size:23px;
	font-weight:500;
	color:#41b9ae;
	line-height: 1.4;
	margin:15px 0px;
}
#publikacije .actual-desc p{
	font-size:18px;
	font-weight:200;
	color:#1a425c;
	line-height: 1.4;
	margin:15px 0px;
}
.publikacije-detail {
	padding:30px 0px;
}
.publikacije-autor{
	font-size:18px;
	font-weight:400;
	color:#41b9ae;
	text-transform:uppercase;
}
.publikacije-detail .related{

}
.connected-publikacije {
	margin-left:-30px;
}
.connected-publikacije .actual-image img {
    height: 225px;
	}
.publikacije .actual-category, .connected-publikacije .actual-category {
    margin: 15px;
		padding: 8px 10px;
		font-size: 14px;
	}
.publikacije-slika{
	margin-right:30px;
}

/* Планови */

#planovi .actual-image {
    max-height: 340px;
}
#planovi .actual-image img {
    height: 340px;
}
#planovi .actual-date{
	font-size:14px;
	font-weight:200;
	color:#1a425c;
	margin-top: 15px;
}
#planovi .actual-title{
	font-size:26px;
	font-weight:200;
	color:#1a425c;
	line-height: 1.3;
	margin:15px 0px;
}
.planovi .actual-category {
    font-size: 23px;
    padding: 8px 12px;
    margin: 20px;
}
#planovi .actual-desc p{
	font-size:18px;
	font-weight:200;
	color:#1a425c;
	line-height: 1.4;
	margin:15px 0px;
}
.planovi{
	margin-left:-30px;
}
#planovi-details .planovi-social{
		margin: 20px 0px;
}
#planovi-details .planovi-title h1 {
    margin: 10px 0px 40px;
}

.planovi-home .actual-image, .publikacije-home .actual-image {
    max-height: 340px;
}
.planovi-home .actual-image img, .publikacije-home .actual-image img {
    height: 340px;
}
.planovi-home .actual-title, .publikacije-home .actual-title{
	font-size:30px;
	font-weight:200;
}
#planovi .btn-slider {
		color: #46b9ae;
		background-color: #fff;
    border-color: #46b9ae;
    font-size: 26px;
    margin-top: 20px;
		width:46px;
		height:46px;
		padding: 0px 0px 1px 2px;
}


/* Nabavke */
#nabavke .actual-date{
	font-size:14px;
	font-weight:200;
	color:#1a425c;
	margin-top: 0px;
}
#nabavke .actual-title{
	font-size:18px;
	font-weight:400;
	color:#41b9ae;
	line-height: 1.3;
	margin:15px 0px;
}

#nabavke .actual-desc p{
	font-size:14px;
	font-weight:200;
	color:#1a425c;
	line-height: 1.4;
	margin:15px 0px;
}
#nabavke .btn-slider {
    color: #46b9ae;
    background-color: #fff;
    border-color: #46b9ae;
    font-size: 26px;
    margin-top: 20px;
		width:46px;
		height:46px;
		padding: 0px 0px 1px 2px;
}
.nabavke{
	margin-left:-30px;
	padding-bottom:30px;
}
.nabavke-detail {
	padding:30px 0px;
}
.nabavke-detail .related{
	border-top:1px solid #bac6cd;
}
#nabavke-details .nabavke-title h1{
		margin:0px 0px 40px;
}

/* Kontakt*/
#map {
    overflow: hidden;
    padding-bottom: 515px;
    position: relative;
    height: 0;
}
#map iframe {
    left: 0;
    top: 0;
    height: 515px;
    width: 100%;
    position: absolute;
}
.kontakt{
	padding-top:20px;
}
#forma{
	padding-top:30px;
	padding-bottom:50px;
}
#forma .form-control {
    font-size: 20px;
    font-weight: 300;
    color: #1a425c;
    border: 0;
		border-bottom:1px solid #1a425c;
    border-radius: 0;
		padding-left: 0;
}
#forma  input.form-control:focus, #forma  select:focus, #forma  textarea:focus, #forma input.custom-control-input:focus  {
		outline: none !important;
    border:1px solid #41B9AE;
		box-shadow: 0 0 4px #41B9AE;
}
#forma .custom-control-input:focus ~ .custom-control-label::before {
		outline: none !important;
		border:1px solid #41B9AE;
		box-shadow: 0 0 4px #41B9AE;
}
#forma .custom-control-input:active ~ .custom-control-label::before {
    background-color: #fff;
}

#forma .custom-control-input:focus ~ .custom-control-indicator {
		outline: none !important;
		border:1px solid #41B9AE;
    box-shadow: 0 0 4px #41B9AE; !important;
}
#forma textarea.form-control {
		border:1px solid #1a425c;
		padding-left: 15px;
}
#forma #promeni.btn-slider {
		border:0;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
}
#forma #promeni.btn-slider:hover {
		background:#1a425b;
}
#forma .copymail{
	margin-top:40px;
}
#forma .term{
	margin-bottom:40px;
}
#forma a{
	color:#41b9ae;
	text-decoration:underline;
}
#forma select{
	border:0;
	width:100%;
	margin-left: -3px;
	padding-bottom: .375rem;
	padding-top: .375rem;
	font-size: 20px;
	font-weight: 300;
	color: #1a425c;
	border-bottom: 1px solid #1a425c;
}
#forma label{
	font-size: 15px;
	font-weight: 300;
	color: #1a425c;
	margin-left:10px;
}
#forma .form-control::-webkit-input-placeholder {
	font-size: 20px;
	font-weight: 300;
	color: #1a425c;
}

#forma .form-control:-moz-placeholder {
	font-size: 20px;
	font-weight: 300;
	color: #1a425c;
}

#forma .form-control::-moz-placeholder {
	font-size: 20px;
	font-weight: 300;
	color: #1a425c;
}

#forma .form-control:-ms-input-placeholder {
	font-size: 20px;
	font-weight: 300;
	color: #1a425c;
}
#forma .custom-control-label::before {
	width: 1.7rem;
	height: 1.7rem;
    border: #41b9ae solid 1px;
		top: -0.2rem;
    left: -2.1rem;
}
#forma .custom-control-label::after {
		top: -0.2rem;
    left: -2.1rem;
		width: 1.7rem;
    height: 1.7rem;
}
#forma .custom-control-input:checked~.custom-control-label::before {
    color: #41b9ae;
    border-color: #41b9ae;
    background-color: #fff;
}
#forma .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
		background: url(../images/check.png) no-repeat 60%/70% 50%;
}

/* SLick slide */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
		z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
			font-family: "Font Awesome 5 Free";
    font-size: 24px;
    line-height: 1;
    opacity: .75;
    color: #41b9ae;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f053';
		font-weight:900;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f054';
		font-weight:900;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;


    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Partneri */

.swiper-container {
	padding:50px 0px 0px;
}

.swiper-container img{
	width:auto;
  filter: grayscale(100%);
	opacity:0.7;
}
.swiper-container img:hover{
  filter: none;
	opacity:1;
}
.swiper-container h2{
	font-size:26px;
	font-weight:400;
	color:#000000;
	padding:10px 0px 20px 20px;
}
.swiper-wrapper {
    width:100%;
}
.swiper-slide{
	display:flex;
	justify-content:center;
	text-align:center;
}
.swiper-slide a{
	align-self: center;
}
.slick-initialized .slick-slide {
     display: flex;
		 height:240px;
}
 /* Propisi i izvestaji */
 .propisi{
	 border-bottom:1px solid #bac6cd;
	 padding:15px 0px 0px;
	 margin-bottom:100px;
 }
 .propisi h2{
	font-size:32px;
	font-weight:400;
	color:#1a425b;
 }
  .openboard {
		float:right;
		color: #bac6cd;
		background-color: #fff;
		border: 2px solid #bac6cd;
		border-radius: 12px;
		transition: 0.3s;
		font-size: 26px;
		width: 45px;
		height: 45px;
		margin-top: -45px;
		transition: 0.3s;
		display: inline-flex;
		justify-content: center;
		text-align:center;
		padding: 0px;
}
.openboard:hover {
	color: #41B9AE;
	border: 2px solid #41B9AE;
}
#propisi .multi-collapse, #izvestaji .multi-collapse, #organizacija .multi-collapse{
	padding:30px 0px;
}
#propisi .multi-collapse a, #izvestaji .multi-collapse a, #organizacija .multi-collapse a, .bio-content a{
	color:#41b9ae;
	padding: 1px 0px;
  border-bottom: 1px solid #41b9ae;
}
#organizacija .multi-collapse a{
	margin-top: 10px;
  font-size: 25px;
  display: inline-block;
}
#organizacija .multi-collapse span{
	color:#41b9ae;
	padding: 1px 0px;
	cursor:pointer;
}

#accordion [aria-expanded="true"] .fas:before {
  content: "\f077";
}

#accordion [aria-expanded="false"] .fas:before {
  content: "\f078";
}
.izvestaj, .organizacija, .propis{
		border-top:1px solid #bac6cd;
		padding:15px 0px;
}
.izvestaji h2, .propisi h2{
 font-size:32px;
 font-weight:400;
 color:#1a425b;
 padding-bottom:15px;
}
.izvestaji h3, .organizacija h3, .propisi h3{
 	font-size:23px;
 	font-weight:400;
 	color:#1a425b;
	padding:15px 50px 15px 0px;
	margin:0px;
}
.izvestaj .openboard, .organizacija .openboard, .propis .openboard{
	margin-top: -50px;
}
/* Biografija */

.bio-header{
	display:flex;
	flex-direction: row;
}
.bio-image{
	padding-right:40px;
	padding-bottom:40px;
}
.bio-title{
	flex:1;
	align-self: center;
}
.bio-title h3{
	font-size:32px;
	padding-bottom:10px;
	margin-bottom:0;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(70, 185, 174, 1) url(../images/cd-top-arrow.svg) no-repeat center center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  background-color: #46b9ae;
	z-index: 1000;
	border-radius: 12px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #46b9ae;
  opacity: 1;
}

.cookiealert {
    font-size: 18px;
		position: fixed;
 		bottom: 0;
 		left: 0;
 		width: 100%;
 		margin: 0 !important;
		padding:100px 20%;
 		z-index: 10000;
 		opacity: 0;
 		visibility: hidden;
 		border-radius: 0;
 		transform: translateY(100%);
 		transition: all 500ms ease-out;
		background: rgba(244,246,248,0.95);
		color:#000;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert .acceptcookies {
    display: block;
    margin: 15px auto;
    vertical-align: baseline;
    font-weight: 400;
    background: #41b9ae;
    padding: 20px;
    font-size: 20px;
    line-height: 1;
    border-radius: 12px;
    border: 0;
    color: #fff;
    cursor:pointer;
		transition: 0.3s;
}
.cookiealert a {
    color:#41b9ae;
		font-weight:400;
}
.cookiealert .acceptcookies:hover {
    background: #1a425b;
}
.res_title_wrap{
justify-content: center;
    align-items: center;
    display: inline-flex;
	}
.res_title{
	width:100%;
}
