@charset "UTF-8";
/*  Copyright 2018 Videor o.d. www.videor.ba All rights reserved. */

.streaming-frame { width: 100%; text-align: center; }
.streaming-icon { display: inline-block; vertical-align: middle; width:60px; margin-left: 10px; margin-right: 10px; }  

/*  STANDARD */
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	word-wrap: break-word;
	height: 100%;
}
body {
	height: 100%;
	margin: 0; padding: 0; background-color: #00416E;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #043140;
}
.clearing {	clear: both; }
.mobile-off { display: block; }
.mobile-on { display: none; }
.mobile-off-1 { display: block; }
.mobile-on-1 { display: none; }
.aname-offset { top: -27px; position: relative; visibility: hidden; }

/* SWIPER FULL */ .swiper-container { width: 100%; height: 450px; position: relative; }
/* SWIPER NEWSPAPER */ .swiper-container-newspaper { width: 100%; overflow: hidden; position: relative; }
/* SWIPER TWITTER */ .swiper-container-twitter { width: 100%; overflow: hidden; position: relative; }
/* LOAD BLOCK */ .load-block { display: none; }

#header-stick {
    position: fixed;
    width: 100%;
  	display: block;
  	transition: top 1s;
  	z-index: 1000;
	top: -200px;
}

#ontop { color: #00aeef; font-size: 27px; transition: bottom 1s; bottom: -100px; right: 30px; display: block; position: fixed; z-index: 10000; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); text-decoration: none!important; }
#ontop:hover { color: #00416E; transition: .5s ease; }	

p {	margin-top: 0; margin-right: 0;	margin-left: 0;	margin-bottom: 10px; color: #043140; }
p:last-child { margin-bottom: 0px; }

a {	font-weight: 700; color: #00416E; text-decoration: none; }
a:hover { color: #00aeef; text-decoration: none; transition: .5s ease; }

ol { padding: 0; margin-top: 0; margin-right: 0; margin-left: 20px; margin-bottom: 10px; }
ol li { margin-left: 0.5em; text-indent: -0.2em; padding-bottom: 5px; }
ul { list-style: none; padding: 0; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 10px; }
ul li::before { content: "◼ "; font-size: 10px; font-weight: 400; color: #888; padding-right: 5px; padding-left: 10px;}
ul li { padding-left: 1em; text-indent: -1.5em; padding-bottom: 5px; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.image-square { position: relative; width: 100%; padding-bottom: 100%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-tv { position: relative; width: 100%; padding-bottom: 56.25%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-circle { position: relative; width: 100%; padding-bottom: 100%; border-radius: 50%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-borders { position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 30px 30px 30px 30px; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }


.image-front-container { position: absolute; width: 100%; height: 100%; z-index: 20; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important;}

.image-hero-full { position: relative; height: 100%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-hero-half { position: relative; height: 50%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-hero-third { position: relative; height: 33.33%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-hero-quarter { position: relative; height: 25%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-hero-custom { position: relative; height: 450px; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }

.content-align-frame { position: relative; width: 100%; height: 100%; }
.content-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 50; width: 100%; }
.content-top-center { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); z-index: 50; }
.content-bottom-center { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); z-index: 50; }
.content-bottom-center1 { position: absolute; bottom: 25px; left: 50%; transform: translate(-50%, 0); z-index: 50; width: 1440px; padding-left: 20px; padding-right: 20px; }
.content-bottom-left { position: absolute; bottom: 0; left: 0; z-index: 50; }
.content-bottom-right { position: absolute; bottom: 0; right: 0; z-index: 50; }
.content-top-left { position: absolute; top: 0; left: 0; z-index: 50; }
.content-top-right { position: absolute; top: 0; right: 0; z-index: 50; }
.content-middle-left { position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 50; }
.content-middle-right { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); z-index: 50; }

@media only screen and (max-width: 1440px) {
.content-bottom-center1 { width: 100%; }
}

@media only screen and (max-width: 1024px) {
.mobile-off-1 { display: none; }
.mobile-on-1 { display: block; }
}
	
@media only screen and (max-width: 768px) {
.mobile-off { display: none; }
.mobile-on { display: block; }
.mobile-off-1 { display: block; }
.mobile-on-1 { display: none; }
.swiper-container { height: 300px; }
.content-bottom-center1 { bottom: 25px; padding-left: 25px; padding-right: 25px; }
}

@media only screen and (max-width: 700px) {

}
/*  // STANDARD */	


	
.okvir20 {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom: 15px;
}
.okvir20 p {
	color: #fff;
	text-align: left;
}
.front-logo {
	width: 65%;
	display: block;
	margin: auto;
	margin-top: 30px;
}
.front-jz-0 {
	position: relative;
	height: 100%;
	text-align: left;
}
.front-jz {
	display: inline-block;
	vertical-align: bottom;
	width: 90%;
	
}

.celija-velika1 { display: inline-block; width: 50%; }
.celija-mala1 { display: inline-block; width: 25%; }	
.celija-mala2 { display: inline-block; width: 25%; }		
	
@media only screen and (max-width: 768px) {
.celija-velika1 {width: 100%; padding-left: 20px; padding-right: 20px;}
.celija-mala1 { display: none!important; }
.celija-mala2 { display: none!important; }
}	
	


.load-news {
	display: block;
	padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	word-spacing: -1px;
	color: #BEC7CC;
	text-align: center;
	position: relative;
    text-transform: uppercase;
}
.load-news:hover {
	color: #00aeef;
	transition: .5s ease;
}
.section1 {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 30px;
	word-spacing: -5px;
	color: #BEC7CC;
	text-align: center;
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5;
}
.section2 {
	display: block;
	position: relative;
	height: 100px;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
}
.section3 {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #BEC7CC;
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 4;
}
.section4 {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 30px;
	word-spacing: -5px;
	color: #BEC7CC;
	text-align: center;
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5;
}
.section4:hover {
	color: #00aeef;
	transition: .5s ease;
}
.section5 {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 30px;
	word-spacing: -5px;
	color: #F2311E;
	text-align: center;
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5;
}
.section5:hover {
	color: #00aeef;
	transition: .5s ease;
}
.section-info-div p {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #043140;
	text-align: center;
}
.section-info {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #043140;
	text-align: center;
}	
	
.event-headline1 { display: block; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 50px; line-height: 44px; color: #043140; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 10px; }
.event-headline1:hover { color: #00aeef; }
.event-headline2 { display: block; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 22px; line-height: 20px; color: #41535D; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 5px; }
.event-headline3 { display: block; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 30px; line-height: 28px; color: #043140; margin-top: 15px; margin-right: 0; margin-left: 0; margin-bottom: 5px; }
.event-headline3:hover { color: #00aeef; }
.event-headline4 { display: block; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; line-height: 20px; color: #41535D; margin-bottom: 0px; }	
.event-intro { display: block; font-family: 'Roboto', sans-serif; font-weight: 400; font-style: italic; font-size: 18px; line-height: 23px; color: #043140; margin-bottom: 10px; }	
.event-readmore {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 7px;
    text-decoration: none;
    text-align: center;
	font-family: 'Roboto', sans-serif; 
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
	background-color: #00aeef;
}
.event-readmore:hover {
	text-decoration: none;
	background-color: #00416E;
	color: #fff;
}
.event-image { position: relative; width: 100%; height: 350px; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.event-map iframe { width: 100%!important; height: 350px!important; }

.event-image-main { position: relative; width: 100%; padding-bottom: 56.25%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }

.agenda-item { width: 75%; margin-left: auto; margin-right: auto; display: block; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #BEC7CC; }
.agenda-item p { text-align: left!important; }
.agenda-item ul { margin-bottom:0!important; }
.agenda-day { display: block; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 24px; line-height: 24px; color: #00aeef; margin-bottom: 0px; text-align: center!important; }	
.agenda-time { position: relative; display: inline-block; margin: 0; padding: 7px; text-decoration: none; text-align: center; font-family: 'Roboto', sans-serif; font-size: 12px; line-height: 12px; font-weight: 600; letter-spacing: 0.5px; color: #fff; background-color: #00aeef; }	


.event-partners-manji { max-width: 100%; max-height: 60px; display: inline-block; vertical-align: middle; margin-left: auto; margin-right: auto; }
.event-partners-veci { max-width: 100%; max-height: 120px; display: inline-block; vertical-align: middle; margin-left: auto; margin-right: auto; }

.event-reg-sivi { background-color: #59727F; padding: 25px; text-align: center; }
.event-reg-sivi:hover { background-color: #043140; transition: .5s ease; }
.event-reg-plavi { background-color: #00aeef; padding: 25px; text-align: center; }
.event-reg-plavi:hover { background-color: #043140; transition: .5s ease; }
.event-reg-name { display: block; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 25px; line-height: 25px; letter-spacing: -1px; color: #fff; margin-bottom: 0px; margin-top: 0px; }
.event-reg-info { display: block; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 18px; line-height: 18px; color: #fff; margin-bottom: 0px; margin-top: 0px; }
.event-reg-price { display: block; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 75px; line-height: 60px; letter-spacing: -3px; color: #fff; margin-bottom: 15px; margin-top: 15px; }



.parties-logo { max-width: 85%; max-height: 120px; display: block; margin: auto; }
.parties-logo-container { display: block; width: 100%; height: 130px; position: relative; margin-bottom: 10px; }



@media only screen and (max-width: 1024px) {
.section2  { margin-left: 5px; margin-right: 5px; }
.section-info { width: 100%; margin-bottom: 30px; padding-left: 20px; padding-right: 20px; }
.event-intro { font-size: 14px; line-height: 16px;}	
.event-headline1 { font-size: 28px; line-height: 27px; margin-top: 5px; margin-bottom: 5px; }
.event-headline2 { font-size: 15px; line-height: 16px; }
.event-headline3 { font-size: 23px; line-height: 21px; margin-top: 10px; margin-bottom: 5px; }
.event-headline4 { font-size: 14px; line-height: 16px; }
.agenda-item { width: 100%; }
}
	
	
	
/*  ELEMENTS */	
.novina { display: block; width: 100%; }
.novina:hover { opacity: 0.7; filter: alpha(opacity=70);transition: .5s ease;}
.twitter-image { position: relative; width: 50px; padding-bottom: 50px; margin-left: auto; margin-right: auto; margin-bottom: 10px; border-radius: 50%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.twitter-name { display: block; font-weight: 700; font-size: 16px; text-align: center; text-decoration: none; margin: 0px; }
.twitter-name:hover { transition: .5s ease; text-decoration: none; }
.twitter-info { display: block; font-weight: 300; font-size: 11px; text-align: center; color: #666; margin-bottom: 10px;}
.twitter-tweet { display: block; font-weight: 400; font-size: 13px; line-height: 16px; color: #043140; text-align: center; margin-bottom: 15px;}

.front-headline-up1 { 
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 11px;
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.front-headline-link1 { 
	display: block;
	margin-top: 3px;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.front-headline-link1:hover { 
	color: #00aeef;
	transition: .5s ease;
	text-decoration: none;
}
.front-date1 { 
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.front-readmore1 { 
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.front-readmore1:hover { 
	color: #555;
	transition: .5s ease;
	text-decoration: none;
}

.front-headline-up2 { 
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.front-headline-link2 { 
	display: block;
	margin-top: 3px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.front-headline-link2:hover { 
	color: #00aeef;
	transition: .5s ease;
	text-decoration: none;
}
.front-date2 { 
	display: block;
	margin-top: 4px;
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 9px;
	line-height: 9px;
	color: #fff;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.front-readmore2 { 
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.front-readmore2:hover { 
	color: #555;
	transition: .5s ease;
	text-decoration: none;
}





/*  // ELEMENTS */





h1 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 55px;	line-height: 55px; color: #043140; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 40px; }
h2 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 25px;	line-height: 45px; color: #043140; margin-top: 0px; margin-right: 0; margin-left: 0; margin-bottom: 20px; text-align: left; }
h3 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 25px;	line-height: 25px; color: #41535D; margin-top: 0px; margin-right: 0; margin-left: 0; margin-bottom: 10px; }
h4 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 21px;	line-height: 26px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; text-align: left; }
h5 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 18px;	line-height: 23px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; text-align: left; }
h6 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px;	line-height: 20px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; text-align: left; }

.generalije {
	display: block;
	position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.intro1 {
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #043140;
}
.intro2 {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: 40px;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #043140;
}

.article-info2 {
	margin-top: -20px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 13px;
	color: #888;
}
.about { font-family: 'Roboto', sans-serif; margin: auto; width: 50%; }
.about p { text-align: center!important; }

.download {	font-weight: 700; color: #043140; font-size: 18px; text-decoration: none; }
.download:hover { color: #e43d2e; text-decoration: none; transition: .5s ease; }
.download-icon { width: 40px; display: inline-block; margin-right: 15px; margin-bottom: -14px; }

.novina-link { font-weight: 700; color: #043140; font-size: 18px; text-decoration: none; text-align: center; display: block; margin-bottom: 20px; }
.novina-link:hover { color: #e43d2e; text-decoration: none; transition: .5s ease; }

.image-main { position: relative; width: 100%; padding-bottom: 40%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; margin-bottom: 20px; }

.article {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	display: block;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Lora', serif;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
}

.article h1 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 30px;	line-height: 30px; color: #043140; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 20px; }
.article h2 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 25px;	line-height: 25px; color: #043140; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 20px; }
.article h3 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 20px;	line-height: 20px; color: #043140; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 20px; }
.article h4 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px;	line-height: 15px; color: #043140; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 20px; }
.article h5 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px;	line-height: 15px; color: #043140; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 20px; }
.article h6 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px;	line-height: 10px; color: #043140; margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 20px; }

.article img {
	display: block;
    width: 100%!important;
    height: auto!important;
	max-width: 100%;
	/* margin-left: auto;
	margin-right: auto; */
	margin-bottom: 20px;
}
.article p {
	text-align: justify;
	margin-bottom: 20px; 
}
.article p:last-child {
	margin-bottom: 0px;
}
.img-caption {
	display: block;
	width: 75%;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #888;
	padding-top: 10px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center!important;
	font-family: 'Roboto', sans-serif; 
}
.article ol { padding: 0; margin-top: 0; margin-right: 0; margin-left: 20px; margin-bottom: 20px; }
.article ol li { 
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	margin-left: 0.5em; text-indent: -0.2em;
	padding-bottom: 5px; 
}
.article ul { list-style-type: none; list-style: none; padding: 0; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 20px; }
.article ul li:before { content: "◼ "; font-size: 9px; font-weight: 400; color: #00aeef!important; padding-right: 5px; padding-left: 10px; }
.article ul li { 
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	padding-left: 1em; text-indent: -1.5em;	padding-bottom: 5px; }
.article blockquote p {
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 25px;
		text-align: center;
		width: 75%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding-top: 40px;
		padding-bottom: 40px;
}
.article .article-author-name-top {
	margin-top: -20px;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	color: #999;
}
.article .article-intro {
	font-style: italic;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	color: #666;
}
.article-info1 {
	margin: 0px; 
	text-align: right;
	font-size: 14px;
	color: #888;
}



.kategori0 {
	position: relative;
	display: block;
	padding: 15px;
}
.kategori1 {
    position: relative;
    display: block;
    margin: 0px;
    padding: 5px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    background-image: url(https://ecrparty.eu/fajls/triangle.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.kategori1:hover {
	text-decoration: none;
	color: #fff;
}
.kategori2 {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: left;
    font-size: 27px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #eee;
	word-wrap: break-word;
	width: 100%;
}
.kategori3 {
    position: relative;
    display: block;
	width: 75%;
	margin-bottom: 8px; 
}
.kategori4 {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
    text-decoration: none;
    text-align: center;
	font-family: 'Roboto', sans-serif; 
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
}
.kategori4:hover {
	text-decoration: none;
	color: #fff;
}
.kategori5 {
    position: absolute;
    display: inline-block;
	top: 10px;
	left: 10px;
    margin: 0px;
    padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
    text-decoration: none;
    text-align: center;
	font-family: 'Roboto', sans-serif; 
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
}
.kategori5:hover {
	text-decoration: none;
	color: #fff;
}

.prva {	background-color: #174CA8; }
.druga { background-color: #FF8E34; }
.treca { background-color: #47C1C4; }
.cetvrta { background-color: #41535D; }
.peta {	background-color: #F2311E; }
.sesta { background-color: #7C9341; }
.sedma { background-color: #850CD1; }
.nulta { background-color: #00416E; }
.nulta:hover, .prva:hover, .druga:hover, .treca:hover, .cetvrta:hover, .peta:hover, .sesta:hover, .sedma:hover { background-color: #00416E; transition: .5s ease; }
.velika { background-image: url(https://ecrparty.eu/fajls/triangle1.svg); background-repeat: no-repeat; background-position: right bottom; background-size: cover; }

.person-slika-1 {
    position: relative;
    display: block;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    padding: 0px;
}
.person-name-1 {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
	font-family: 'Roboto', sans-serif; 
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
    color: #196da9;
}
.person-slika {
    position: relative;
    display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
    padding: 0px;
}
.person-name {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
	font-family: 'Roboto', sans-serif; 
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    color: #043140;
}
.person-title {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
	font-family: 'Roboto', sans-serif; 
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    color: #043140;
}
.person-info {
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
	font-family: 'Roboto', sans-serif; 
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    color: #888;
}
.person-info a {
    text-decoration: none;
	font-family: 'Roboto', sans-serif; 
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #043140;
}
.person-info a:hover {
    text-decoration: none;
    color: #00aeef;
	transition: .5s ease; 
}


@media only screen and (max-width: 1440px) {
.kategori2 { font-size: 20px; line-height: 20px; }
}

@media only screen and (max-width: 1024px) {
.kategori2 { font-size: 18px; line-height: 18px; }
}
	
@media only screen and (max-width: 768px) {
h1 { font-size: 35px; line-height: 35px; margin-bottom: 10px; }
h2 { font-size: 25px; line-height: 25px; margin-bottom: 10px; }
h3 { font-size: 15px; line-height: 15px; margin-bottom: 5px; }
.kategori2 { font-size: 24px; line-height: 23px; }
.front-headline-up1 { font-size: 15px; line-height: 15px; margin-bottom: 5px; }
.front-headline-link1 { font-size: 24px; line-height: 23px; }
.front-date1 { font-size: 11px; }
.front-headline-link2 { line-height: 14px; }
.intro1 { font-size: 18px; line-height: 23px; }
.intro2 { width: 100%; margin-top: 10px; margin-bottom: 20px; font-size: 18px; line-height: 23px; }
.generalije { width: 100%; padding-left: 25px; padding-right: 25px; }
.article-info2 { margin-top: -10px;	margin-bottom: 15px; }
.article { width: 100%; padding-left: 25px; padding-right: 25px; }
.article p { text-align: left!important; }
.article blockquote p {	margin-left: 20px; }
.img-caption { text-align: left!important; width: 100%; }
.about { width: 75%; }
}

@media only screen and (max-width: 700px) {
.about { width: 100%; }
.about p { text-align: left!important; }
.article-info2 { text-align: left; }
}



/*  BLOCKS */

.odstojanje { position: relative; display: block; height: 80px; }
.odstojanje1 { position: relative; display: block; height: 40px; }
.odstojanje2 { position: relative; display: block; height: 80px; }
.odstojanje3 { position: relative; display: block; height: 35px; }

.line1 { position: relative; display: block; width: 100%; border-top: 1px solid #ddd; margin-top: 40px; padding-top: 20px; text-align: left; }
.line2 { position: relative; display: block; width: 100%; margin-bottom: 10px; text-align: left; }

.block0 {  /* isti "padding" kao "margin" od "okvir1" */
    position: relative;
    display: block;
    background-color: #00416E;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    background-image: url(https://ecrparty.eu/fajls/blueback1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.block010 {  /* isti "padding" kao "margin" od "okvir1" */
    position: relative;
    display: block;
    background-color: #00416E;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    background-image: url("https://ecrparty.eu/fajls/blueback0.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.block0101 {  /* isti "padding" kao "margin" od "okvir1" */
    position: relative;
    display: block;
    background-color: #00416E;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    background-image: url("https://ecrparty.eu/fajls/redback0.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.block01 {  /* isti "padding" kao "margin" od "okvir1" */
    position: relative;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.block00 {  /* isti "padding" kao "margin" od "okvir1" */
	position: fixed;
	display: block;
	background-color: #00416E;
    width: 100%;
	z-index: 1000;
	padding: 5px;
	top: 0;
    background-image: url(https://ecrparty.eu/fajls/blueback1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}



.block000 {
    position: fixed;
    width: 100%;
  	display: block;
  	z-index: 1000;
	padding: 0px;
	top: 0;
}
.block0001 {
    position: absolute;
    width: 100%;
  	display: block;
  	z-index: 1000;
	padding: 0px;
	top: 0;
}
.block1 {  /* isti "padding" kao "margin" od "okvir1" */
	position: relative;
	display: block;
    width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.block2 {  /* isti "padding" kao "margin" od "okvir1" */
	position: relative;
	display: block;
	background-color: #EFEFEF;
    width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.block3 {  
	position: relative;
	display: block;
	background-color: #ccc;
    width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.block4 {  
	position: relative; 
	display: block;
	background-color: #596D7B;
    width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.okvir0 {  /* isti "padding" kao "margin" od "okvir1" */
	position: relative;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.okvir00 { 
	position: relative;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.okvir1 {
	position: relative;
	display: block;
	margin: 15px;
	padding: 20px;
}
.okvir2 {
	position: relative;
	display: block;
	margin: 10px;
	padding: 0px;
	background-color: #fff;
}
.okvir3 {
	position: relative;
	display: block;
	padding: 10px;
}
.okvir4 {
	position: relative;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px;
	background-color: #fff;
}
.okvir5 {  
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
.okvir6 {
	position: relative;
	display: block;
	margin: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.okvir7 {  
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
.okvir8 {
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px;
}
.okvir9 {
	position: relative;
	display: block;
	padding: 10px;
}
.okvir10 {
	position: relative;
	display: block;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1220px) {
.block0 { padding-top: 10px; padding-bottom: 10px; }
.block010 { padding-top: 10px; padding-bottom: 10px; }
.block0101 { padding-top: 10px; padding-bottom: 10px; }
.block01 { padding-top: 10px; padding-bottom: 10px; }
.block1 { padding-top: 10px; padding-bottom: 10px; }
.block2 { padding-top: 10px; padding-bottom: 10px; }
.okvir0 { padding-left: 10px; padding-right: 10px; }
.okvir00 { padding-left: 20px; padding-right: 20px; }
.okvir1 { margin: 10px; padding: 10px; }
.okvir2 { margin: 10px; }
.okvir4 { margin: 10px; }
.okvir5 { padding-left: 0px; padding-right: 0px; }
.okvir6 { margin: 10px; }
.okvir9 { padding: 10px; }
}

@media only screen and (max-width: 1024px) {
.odstojanje { height: 135px; }
.odstojanje3 { height: 140px; }
.block0 { padding-top: 5px; padding-bottom: 5px; }
.block010 { padding-top: 5px; padding-bottom: 5px; }
.block0101 { padding-top: 5px; padding-bottom: 5px; }
.block01 { padding-top: 5px; padding-bottom: 5px; }
.block1 { padding-top: 5px; padding-bottom: 5px; }
.block2 { padding-top: 5px; padding-bottom: 5px; }
.okvir0 { padding-left: 5px; padding-right: 5px; }
.okvir1 { margin: 5px; padding: 10px; }
.okvir2 { margin: 5px; }
.okvir4 { margin: 5px; }
.okvir6 { margin: 5px; padding-left: 20px; padding-right: 20px; }
.okvir7 { padding-left: 10px; padding-right: 10px; }
.okvir8 { margin: 5px; padding: 10px; }
.okvir9 { padding: 5px; }
.okvir10 { padding-left: 10px; padding-right: 10px; }
}
	
@media only screen and (max-width: 768px) {
.odstojanje { height: 45px; }
.odstojanje1 { height: 20px; }
.odstojanje2 { height: 80px; }
.odstojanje3 { height: 65px; }
}

@media only screen and (max-width: 700px) {
.okvir6 { padding-left: 0px; padding-right: 0px; }
.okvir7 { text-align: left; }
.okvir10 { padding: 0}
}
/*  // BLOCKS */	



/*  CELIJE */
.celije { position: relative; max-width: 1440px; margin-left: auto; margin-right: auto; text-align: center; }
[class*="celija-"] { vertical-align: top; display: inline-block; position: relative; text-align: left; }
.celija-cijela { width: 100%; }
.celija-pola { width: 50%; }
.celija-trecina { width: 33.33%; }
.celija-cetvrtina { width: 25%; }
.celija-cetvrtina2 { width: 25%; }
.celija-petina { width: 20%; }
.celija-sestina { width: 16.66%; }
.celija-sestina1 { width: 16.66%; }
.celija-sestina2 { width: 16.66%; }
.celija-sestina3 { width: 16.66%; }
.celija-sedmina { width: 14.28%; }
.celija-osmina { width: 12.5%; }
.celija-dvijetrecine { width: 66.67%; }
.celija-dvijetrecine1 { width: 66.67%; }
.celija-tricetvrtine { width: 75%; }
.celija-cetiripetine { width: 80%; }
.celija-petsestina { width: 83.34%; }
.celija-sestsedmina { width: 85.72%; }
.celija-sedamosmina { width: 87.5%; }
@media only screen and (max-width: 1220px) {
.celije {width: 100%;}
}
@media only screen and (max-width: 1024px) {
.celija-cijela { width: 100%; }
.celija-pola { width: 50%; }
.celija-trecina { width: 33.33%; }
.celija-cetvrtina { width: 33.33%; }
.celija-cetvrtina2 { width: 33.33%; }
.celija-petina { width: 25%; }
.celija-sestina { width: 25%; }
.celija-sestina1 { width: 16.66%; }
.celija-sestina2 { width: 25%; }
.celija-sestina3 { width: 20%; }
.celija-sedmina { width: 25%; }
.celija-osmina { width: 25%; }
.celija-dvijetrecine { width: 66.67%; }
.celija-dvijetrecine1 { width: 100%; }
.celija-tricetvrtine { width: 100%; }
.celija-cetiripetine { width: 100%; }
.celija-petsestina { width: 100%; }
.celija-sestsedmina { width: 100%; }
.celija-sedamosmina { width: 100%; }
}	
@media only screen and (max-width: 768px) {
.celija-cetvrtina2 { width: 50%; }
.celija-sestina2 { width: 33.33%; }
.celija-sestina3 { width: 33.33%; }
}
@media only screen and (max-width: 700px) {
.celija-cijela { width: 100%; }
.celija-pola { width: 50%; }
.celija-trecina { width: 100%; }
.celija-cetvrtina { width: 50%; }
.celija-petina { width: 33.33%; }
.celija-sestina { width: 33.33%; }
.celija-sestina1 { width: 100%; }
.celija-sestina2 { width: 50%; }
.celija-sestina3 { width: 50%; }
.celija-sedmina { width: 33.33%; }
.celija-osmina { width: 33.33%; }
.celija-dvijetrecine { width: 100%; }
.celija-tricetvrtine { width: 100%; }
.celija-cetiripetine { width: 100%; }
.celija-petsestina { width: 100%; }
.celija-sestsedmina { width: 100%; }
.celija-sedamosmina { width: 100%; }
}
/*  // CELIJE */




/*  ELEMENTI */
.elementi { max-width: 1440px; margin-left: auto; margin-right: auto; text-align: center; }
[class*="element-"] { float:left; position: relative; text-align: left; }
.element-cijela { width: 100%; }
.element-pola { width: 50%; }
.element-trecina { width: 33.33%; }
.element-cetvrtina { width: 25%; }
.element-petina { width: 20%; }
.element-sestina { width: 16.66%; }
.element-sedmina { width: 14.28%; }
.element-osmina { width: 12.5%; }
.element-dvijetrecine { width: 66.67%; }
.element-tricetvrtine { width: 75%; }
.element-cetiripetine { width: 80%; }
.element-petsestina { width: 83.34%; }
.element-sestsedmina { width: 85.72%; }
.element-sedamosmina { width: 87.5%; }
@media only screen and (max-width: 1220px) {
.elementi {width: 100%;}
}
@media only screen and (max-width: 1024px) {
.element-cijela { width: 100%; }
.element-pola { width: 50%; }
.element-trecina { width: 33.33%; }
.element-cetvrtina { width: 33.33%; }
.element-petina { width: 25%; }
.element-sestina { width: 20%; }
.element-sedmina { width: 25%; }
.element-osmina { width: 25%; }
.element-dvijetrecine { width: 66.67%; }
.element-tricetvrtine { width: 100%; }
.element-cetiripetine { width: 100%; }
.element-petsestina { width: 100%; }
.element-sestsedmina { width: 100%; }
.element-sedamosmina { width: 100%; }
}
@media only screen and (max-width: 768px) {
.element-cijela { width: 100%; }
.element-pola { width: 50%; }
.element-trecina { width: 33.33%; }
.element-cetvrtina { width: 33.33%; }
.element-petina { width: 25%; }
.element-sestina { width: 33.33%; }
.element-sedmina { width: 25%; }
.element-osmina { width: 25%; }
.element-dvijetrecine { width: 66.67%; }
.element-tricetvrtine { width: 100%; }
.element-cetiripetine { width: 100%; }
.element-petsestina { width: 100%; }
.element-sestsedmina { width: 100%; }
.element-sedamosmina { width: 100%; }
}
@media only screen and (max-width: 700px) {
.element-cijela { width: 100%; }
.element-pola { width: 100%; }
.element-trecina { width: 100%; }
.element-cetvrtina { width: 50%; }
.element-petina { width: 33.33%; }
.element-sestina { width: 50%; }
.element-sedmina { width: 33.33%; }
.element-osmina { width: 33.33%; }
.element-dvijetrecine { width: 100%; }
.element-tricetvrtine { width: 100%; }
.element-cetiripetine { width: 100%; }
.element-petsestina { width: 100%; }
.element-sestsedmina { width: 100%; }
.element-sedamosmina { width: 100%; }
}
/*  // ELEMENTI */




.footer {
	position: relative;
	display: block;
	background-color: #00416E;
    width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	background-image: url(https://ecrparty.eu/fajls/blueback0.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-logo1 { display: block; position: relative; width: 350px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
.footer-logo2 { display: block; width: 100px; margin-left: 20px; }
.footer-logo3 { display: block; width: 70px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
.footer-disclaimer { display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px; text-align: center; font-weight: 300; font-size: 10px; line-height: 13px; color: #fff; padding-left: 20px; padding-right: 20px; }
.footer-address { display: inline-block; text-align: left; margin-right: 20px; font-weight: 400; font-size: 13px; line-height: 18px; color: #fff; }


@media only screen and (max-width: 1024px) {
.footer { paddin-top: 0px; padding-bottom: 30px; }
.footer-logo2 { display: block; width: 45px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
}


/*  DESKTOP MENU 1 */
.desktop-menu-1-container-logo { position: relative; width: 100%; height: 40px; }
.desktop-menu-1-container-logo-inside { width: 100%; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 50; }
.desktop-menu-1-container-logo-frame { position: relative; display: block; width: 100%;	margin: 0px; padding: 0px; }
.desktop-menu-1-container-logo-image { display: block; margin-left: 0px; }
.desktop-menu-1-container-logo-image img { display: block; width: 100%; }
.desktop-menu-1-container-menu { position: relative; width: 100%; height: 40px; }
.desktop-menu-1-container-menu-inside { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); z-index: 50; }

.desktop-menu-1-white {
	display: block;
    background-color: #fff;
	position: absolute;
	left: 0px;
	top: -10px;
	width: 135px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}
.desktop-menu-1-white img {
	display: block;
    width: 100%;
}

.desktop-menu-1-logo2 {
	display: none;
    width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

.desktop-menu-1-navigation {
    text-align: right;
}
.desktop-menu-1-main {
    position: relative;
    display: inline-block;
	vertical-align: middle;
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    padding: 0;
}
.desktop-menu-1-img {
    display: inline-block;
	vertical-align: middle;
}
.desktop-menu-1-img1 {
    display: inline-block;
	vertical-align: middle;
	padding: 8px;
	margin-left: 5px;
	margin-right: -5px;
	background-color: #196da9;
}
.desktop-menu-1-img1:hover {
	background-color: #00aeef;
	transition: .5s ease;
}
.desktop-menu-1-item {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
    padding: 0px;
	text-decoration: none!important;
}	
.desktop-menu-1-item:hover {
	color: #00aeef;
	transition: .5s ease;
}		
.desktop-menu-1-dropdown {
	text-align: left;
    display: none;
    position: absolute;
    left: 0;
	top: 28px;
    background-color: #ddd;
    min-width: 160px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
	transition: .5s ease;
}
.desktop-menu-1-dropdown a {
    color: #000;
    padding: 10px;
    text-decoration: none!important;
    display: block;
}
.desktop-menu-1-dropdown a:hover {
	background-color: #aaa;
	color: #fff;
	transition: .5s ease;
}
.desktop-menu-1-main:hover .desktop-menu-1-dropdown {
    display: block;
}
.desktop-menu-1-divider {
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
	color: #5D6B6F;
}






.desktop-menu-2-navigation {
    text-align: center;
}
.desktop-menu-2-main {
    position: relative;
    display: inline-block;
	vertical-align: middle;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding: 0;
}
.desktop-menu-2-img {
    display: inline-block;
	vertical-align: middle;
}
.desktop-menu-2-item {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
    padding: 0px;
	text-decoration: none!important;
}	
.desktop-menu-2-item:hover {
	color: #00aeef;
	transition: .5s ease;
}		
.desktop-menu-2-main:hover {
}
.desktop-menu-2-divider {
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
	color: #5D6B6F;
}


.desktop-menu-3-navigation {
    text-align: center;
}
.desktop-menu-3-main {
    position: relative;
    display: inline-block!important;
	vertical-align: middle;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    padding: 0;
}
.desktop-menu-3-item {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
    padding: 0px;
	text-decoration: none!important;
	text-transform: uppercase;
}	
.desktop-menu-3-item:hover {
	color: #00aeef;
	transition: .5s ease;
}
.desktop-menu-3-item1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	background-color: #F2311E;
	color: #fff;
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none!important;
}	
.desktop-menu-3-item1:hover {
	background-color: #00aeef;
	color: #fff!important;
	transition: .5s ease;
}
.desktop-menu-3-main:hover {
    display: block;
}
.desktop-menu-3-divider {
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
	color: #5D6B6F;
}



@media only screen and (max-width: 1024px) {
.desktop-menu-1-navigation { text-align: center; }
.desktop-menu-1-container-logo-image { margin-left: 0px; }
.desktop-menu-1-container-logo-inside { position: relative; display: block; }
.desktop-menu-1-container-menu-inside { position: relative; display: block; }
.desktop-menu-1-white {	display: none; }
.desktop-menu-1-logo2 {	display: block; }
}


/*  MOBILE MENU 1 */
.mobile-menu-1-overlay { height: 0%; width: 100%; position: fixed; z-index: 998; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); overflow-y: hidden; transition: 0.5s; }
.mobile-menu-1-overlay-content { position: relative; top: 80px; width: 100%; text-align: left; }
.mobile-menu-1-veci { font-weight: 600; font-size: 25px; color: #fff; padding: 5px; text-decoration: none; display: block; margin-left: 30px; }
.mobile-menu-1-manji { font-weight: 600; font-size: 11px; line-height: 12px; color: #fff; padding: 5px; text-decoration: none; display: inline-block; margin-bottom: 5px; margin-left: 50px;}
.mobile-menu-1-manji:hover, .mobile-menu-1-veci:hover  { color: #fff; }
.mobile-menu-1-overlay .mobile-menu-1-closebtn { font-size: 60px; font-weight: 100; position: absolute; bottom: 50px; right: 50px; color: #fff; }
.mobile-menu-1-button { font-size: 30px; line-height: 30px; font-weight: 400; cursor: pointer; color: #fff; }

/*  // NAVIGATIONS */


/*  OVERLAYS */
.overlay-full { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); width: 100%; height: 100%; position: absolute; -webkit-box-shadow:inset 0px 0px 0px 0px #006799; -moz-box-shadow:inset 0px 0px 0px 0px #006799; box-shadow:inset 0px 0px 0px 0px #006799; }
.overlay-bottom-top { background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 65%); background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 65%); background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 65%); width: 100%; height: 100%; position: absolute; }
.overlay-bottom-top1 { background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 65%); background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 65%); background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 65%); width: 100%; height: 100%; position: absolute; }
.overlay-bottom-top1:hover { background-color: #000; opacity: 0.6; filter: alpha(opacity=60); width: 100%; height: 100%; position: absolute; -webkit-box-shadow:inset 0px 0px 0px 0px #006799; -moz-box-shadow:inset 0px 0px 0px 0px #006799; box-shadow:inset 0px 0px 0px 0px #006799; transition: .5s ease;}
.overlay-top-bottom { background: -moz-linear-gradient(-90deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); background: linear-gradient(180deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-top-bottom1 { background: -moz-linear-gradient(-90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%); background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-left-right { background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); background: linear-gradient(90deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-right-left { background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); background: linear-gradient(-90deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-top-left { background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-top-right { background: -moz-linear-gradient(-135deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(-135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(-135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-bottom-left { background: -moz-linear-gradient(45deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-bottom-right {	background: -moz-linear-gradient(135deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(-45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
/*  // OVERLAYS */


* { box-sizing: border-box; }
.search-overlay { height: 100%; width: 100%; display: none; position: fixed; z-index: 999; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); transition: 0.5s; }
.search-overlay-content { position: relative; top: 46%; width: 80%; text-align: center; margin-top: 30px; margin: auto; }
.search-overlay .search-closebtn { font-size: 60px; font-weight: 100; position: absolute; top: 130px; right: 60px; color: #fff; cursor: pointer; }
.search-overlay .search-closebtn:hover { color: #00aeef; transition: 0.5s; }
.search-overlay input[type=text] { padding: 20px; font-size: 17px; font-weight: 600; border: none; border-radius: 0; width: 60%; background: #00416E; color: #fff; display: block; margin: auto; }
.search-overlay input[type=text]:hover { }
.search-overlay button { width: 60%; padding: 20px; border: none; cursor: pointer; background: transparent; display: block; margin: auto; }
.search-overlay button:hover { }
@media only screen and (max-width: 768px) {
.search-overlay input[type=text] { width: 90%; }
.search-overlay button { width: 90%; }
.search-overlay .search-closebtn { right: 50px!important; bottom: 50px!important; top: auto!important; }
}