/********************** COMMON SETTINGS ************************/
:root {
	--fontSmaller: 0.9rem;
	--lineHeighLarge: 1.6rem;
}

a:hover{
	transition: 0.5s;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
			border-color: none !important;
			box-shadow: none !important;
			outline: none;
	}
strong, b{
	color: #ED5C6A;
}
.wysiwyg ul{
	padding-left: 20px;
	padding-top: 10px;
}
.wysiwyg ul li{
	 list-style-type: none;
	 list-style-type: none;
	 padding: 0 0 10px 18px;
}
.wysiwyg ul li::before{
		position: absolute;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
		color:  var(--secondary);
		font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
		margin-left: -14px;
	}

.bg-gradient{
	background-color: #ED5C6A;
}
.bg-gradient:hover{
	background-color: #2DC4D7;
}

.shadow-sm:hover{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.active{
	font-weight: 600;
}

.bg-middleblue{
	background-color: #3869a0;
}
.text-middleblue{
	color: #3869a0;
}

.btn{

}
.bg-lightgrey{
	background-color: #f3f3f3;
}
/* .strip, .strip-bottom{
	background-image: url("/img/strip.jpg");
	background-repeat: repeat-x;
	background-position: top center;
}

.strip-bottom{
	background-position: bottom center;
} */

.news{

}
.news:hover{
	border-color: var(--secondary);
	text-decoration: none;
}

.news:hover h5{
	color: var(--secondary) !important;
}


.news-headline{

}

.services p{
	font-size: .85rem;
}

.services a:hover{
	text-decoration: none;
}

/* pismo pre titulku */
.home h1{

}
.home h2, footer h2{


}
.home h3, .home h3{
	font-size: 1.3rem;

}
.home h4{
}

.hashtag{
	background-image: url(/img/hashtag.png);
	background-repeat: repeat;
}

.smaller{
	font-size: var(--fontSmaller);
	line-height: var(--lineHeighLarge);
}

.custom-select{
	box-shadow: none;
}

html,body{

}
b, strong{
	font-weight: bold;
}

.grecaptcha-badge{
	display: none;
}

.btn:hover{
	text-align: center;
}
.btn:hover img{
	display: none;
}

/********************** FORMY ************************/
.form-control{
	font-size: inherit;
}

/********************** PARALAX SUPPAGE ************************/

.parallax-header {
	position: relative;
	font-size: 0;
	background-size: cover;
	background-position: center;
	height: 230px;
}
.parallax-header.parallax-mirror {
	z-index: 1!important;
}

/********************** FILE FYPES ************************/
.attachment-files{list-style-type: none;}

/********************** GALLERY ************************/
.gallery-img{
	position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.attachment-images a:hover div {
	opacity: .8;
}

.attachment-images a{
	padding-bottom:100%
}

.attachment-images a i {
	font-size: 40px;
	z-index: 1;
}

.fa-eye:before {
	content: "\f06e";
}

.attachment-images a div {
	opacity: 0;
	transition: .3s;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
}

.attachment-images a img {
	transition: .2s;
	transform-origin: center center;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/********************** MENU ************************/
.menu li a{
	font-weight: 400;
}

.dropdown-menu{
	font-size: inherit;
	border: 0;
	border-radius: 0;
}

.dropdown-item{
	color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:hover{
	background-color: var(--primary);
	color: #fff;
}


/********************** TOOLS LIGHTBOX ************************/

.arrow{
	border: none !important;
	background: none !important;
}

.blueimp-gallery>.prev, .blueimp-gallery>.next{
	font-size: 2rem;
}
.blueimp-gallery>.close{
		font-size: 1.5rem;
}


/********************** VIDEO ************************/
.video-parent{
  height: 600px;
  width: 100%;
  overflow: hidden;
	position: relative;
}
.video-content{
	z-index: 2;
}
.slider-box{
	background: rgb(28, 76, 120);
}
.video-parent::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.33)
}
#myVideo {
  min-height: 100%;
}

/******* FORM CONTROL ***********/
.input-error .checkbox .checkmark, .input-error .form-control {
	border-color: #dc3545!important;
}


/******* SWIPER ***********/

.clients .swiper-slide{
	height: 1	15px;
	display: flex;
	align-items: center;
}

/********************** SIDEBAR ************************/

.sidebar nav ul li::before{
	position: absolute;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	color: #ccc;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
}

/********************** CONTACT ************************/
#map {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
		 filter: gray; /* IE6-9 */
		 -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
		 -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.logoMap {
	max-height: 50px;
}
.contact form label {
	display: none;
}
/********************** FLASH MESSAGE ************************/
.alert p{
	margin: .3rem 0;
}
/********************** NAVBAR BLUR ************************/
.blur-filter, .blur-filter2{
	background-color: rgba(255, 255, 255, 0.85);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
}

.blur-filter2{
	background-color: rgba(243, 243, 243, 0.20);
}



/********************** FOOTER ************************/
footer .menu .dropdown-menu {
	position: static;
	background-color: inherit;
	box-shadow: none;
}


footer .menu .dropdown-item{
	padding: 0;
	color: white;
}

footer .menu .dropdown-item:hover{
	background: inherit;
	color: white;
}

footer .menu .nav-link{
		padding: 0;
		cursor: default;
		display: block;
}

footer .menu .dropdown-toggle::after{
	display: none;
}

footer .menu ul {
  display: flex;
	margin: 0;
	padding: 0;
	line-height: var(--lineHeighLarge);;
	font-size: var(--fontSmaller);
}

footer .menu ul li {
	list-style: none;
	flex-grow: 1;
}

footer .menu ul li ul {
	display: block;
}

footer .menu ul li a {
	color: var(--light);
	padding-bottom: 18px;
	display: inline-block;
}
/********************** FOOTER ************************/


/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.d-xs-none{display: none;}
	.text-modal{text-align: justify;}
}

@media (min-width: 1199.98px) {
	#myVideo {
	  min-width: 100%;
	}
	.collapse.dont-collapse-md {
    display: block;
    height: auto !important;
    visibility: visible;
  }
	video{display: none;}
}

@media (max-width: 767.98px) {
	.form-inline .form-control{ width: inherit;}
	.video-parent{ height: 350px;}
	h1{font-size: 1.4rem;}
	.parallax-header{ height: 150px;}
	.wysiwyg img {width: 100%; height: auto;}
	.nav-item{
		text-align: right;
	}
	.nav-item a{font-size: 1rem;}
	.navbar-brand{
		width: 150px;
	}
	.dropdown-item{
		white-space: normal !important;
	}
