@charset "UTF-8";

/*

  ------------------------------------------------------
  CSS DOKUMENT
  ------------------------------------------------------
  Programer(i):	  Christian Medica
  ------------------------------------------------------
  
*/


/* ################################################# */
/* LINKOVI ANIMACIJA KOD HOVERA (OVO UVIJEK NA VRHU) */
/* ################################################# */
a,
:hover,
.btn,
.btn:hover,
.mc_ispod_bannera div.row > div > div:hover,
.mc_kontakt div.border:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
}






/* ############################# */
/* #####  VANJSKI SADRŽAJI  #### */
/* ############################# */

/*
  font OpenSans - glavni za cijeli web
  font-family: 'Open Sans', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
*/
/*
  font PT Sans - za naslove i podnaslove
  font-family: "PT Sans", Trebuchet MS, Arial, Helvetica, sans-serif;

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*/




.tegla-meda {
	display: none;
}










/* ############################ */
/* #####  TIJELO STRANICE  #### */
/* ############################ */

/* tijelo */
body {
	/*color:#3A3F4C;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height:1.4em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;*/
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
	body {
		/*font-size: 15px;*/
	}
}
/*kraj @media screen od 1024px do 1400px*/
@media screen and (min-width: 601px) and (max-width: 1023px) {
	body {
		/*font-size: 14px;*/
	}
}
/*kraj @media screen od 601px do 1023px*/
@media screen and (max-width: 600px) {
	body {
		/*font-size: 13px;*/
	}
}
/*kraj @media screen do 600px*/



/* slike */
img { border:0; vertical-align:top;}

/* linkovi za sve */
a:link		{ text-decoration: none;	color: #E7000B;		}
a:visited	{ text-decoration: none;	color: #E7000B;		}
a:hover		{ text-decoration: none;		  color: red;		}
a:active	{ text-decoration: none;		  color: #000;		}









/* ################################# */
/* #####  NASLOVI I PODNASLOVI  #### */
/* ################################# */












/* ############################### */
/* #####  COOKIE SUGLASNOSTI  #### */
/* ############################### */



















/* ###################### */
/* #####  ZAGLAVLJE  #### */
/* ###################### */
nav {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:5;
	background-color: #0F0F0E;
	box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
}

/* LOGO */
nav .row > div:nth-of-type(1) a {
	display: inline-block;
	padding: 25px 5px;
}
nav .row > div:nth-of-type(1) a > img {
	width:100%;
	max-height:24px;
}

nav .row > div:nth-of-type(1) a:hover {
	background-color: #333;
}


@media screen and (max-width: 750px) {
nav {
	
}
nav .row > div:nth-of-type(1) a {
	padding: 5px;
}
}
/*kraj @media screen do 600px*/





/* izbornik */
nav .row > div:nth-of-type(2) a {
	display: inline-block;
	padding: 25px 15px;
	color: white;
	text-decoration: none;
}
nav .row > div:nth-of-type(2) a:hover {
	background-color: #333;
}


@media screen and (max-width: 750px) {
nav .row > div:nth-of-type(2) a {
	
}
}
/*kraj @media screen do 600px*/




/* izbornik - cta */
nav .row > div:nth-of-type(3) a {
	display: inline-block;
	padding: 10px 15px;
	color: white;
	text-decoration: none;
	background-color:#E7000B;
	border-radius: 15px;
}
nav .row > div:nth-of-type(3) a:hover {
	background-color: #FFF;
	color: #333;
}


@media screen and (max-width: 750px) {
nav .row > div:nth-of-type(3) a {
	
}
}
/*kraj @media screen do 600px*/





/* sticky */
nav.sticky {
	
}
@media screen and (max-width: 750px) {
nav.sticky {
	/*display: none;*/
}
}
/*kraj @media screen do 750px*/












/* ##################### */
/* #####  PODNOŽJE  #### */
/* ##################### */

footer {
	box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
}







/* #################### */
/* #####  SADRŽAJ  #### */
/* #################### */

/* KONTAKT FORMA */
.mc_kontakt div.border:hover {
    border-radius: 20px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
}


/* MISIJA - VIZIJA */
.mc_misija_vizija p {
	font-size:140%;
	font-style: italic;
}




/* banner - naslov preko */
#header_banner {
	position: relative;
}
#header_banner > div:nth-of-type(2) {
	background-color: rgba(0,0,0,.1);
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-top:15%;
	color: white;
	text-align: center;
	font-size: 1.5rem;
}
#header_banner > div:nth-of-type(2) h1 {
	font-size:300%;
	text-shadow: 0px 0px 15px rgba(0,0,0,.6);
	color: white;
	font-weight: bold;
}
#header_banner > div:nth-of-type(2) a {
	text-decoration: none;
}
@media screen and (max-width: 750px) {
#header_banner > div:nth-of-type(2) h1 {
	font-size:150%;
}
#header_banner > div:nth-of-type(2) {
	padding-top:34%;
}


.m-svg-povecaj {
	width: 60px;
	height: 60px;
}

}
/*kraj @media screen do 750px*/



/* Banner na naslovnoj stranici */
.banner_naslovna {
	position: relative;
	width: 100%;
	overflow: auto;
	border:0px;
	
	text-align: center;
	
	background: #FFF;
}
.banner_naslovna ul {
	list-style: none;
	width: 300%;
	padding:0;
	margin:0;
}
.banner_naslovna ul li {
	display: block;
	float: left;
	width: 33%;
	padding: 17% 0 0px;
	box-sizing:border-box;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
}

	
.banner_naslovna .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	padding:0;
}
@media screen and (max-width: 750px) {
.banner_naslovna ul li {
	padding: 30% 0 0px;
}
.banner_naslovna .dots {
	bottom: 15px;
}
}
/*kraj @media screen do 750px*/
.banner_naslovna .dots li {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	
	text-indent: -999em;
	
	border: 0px solid #fff;
	border-radius: 100%;
	background: #61A375;
	
	cursor: pointer;
	opacity: 0.3;
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner_naslovna .dots li.active {
	background: transparent;
	opacity: 1;
}





/* ########################## */
/* #####  ISPOD BANNERA  #### */
/* ########################## */
.mc_ispod_bannera {
	margin-top:-100px;
}
@media screen and (max-width: 750px) {
.mc_ispod_bannera {
	margin-top:50px;
}
}
/*kraj @media screen do 750px*/
.mc_ispod_bannera div.row > div > div {
	background-color: #61A375;
	display: block;
    border-radius: 15px;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    /*height: 100%;*/
    color: white;
    text-decoration: none;
	text-transform: uppercase;
	font-size: 120%;
	
	-webkit-transition: all .4s;
    transition: all .4s;
	
	height: 100px;
	
    display: flex;
    flex-direction: row;
    align-items: center;
	display: grid;

	margin-bottom:15px;
}
@media screen and (max-width: 750px) {
.mc_ispod_bannera div.row > div > div {
	margin-bottom:50px;
}
}
/*kraj @media screen do 750px*/
.mc_ispod_bannera div.row > div > div > i {
	position: absolute;
    top: -45px;
    right: 50%;
    display: block;
    background-color: white;
    color: #61A375;
    width: 60px;
    height: 60px;
    font-size: 150%;
    padding-top: 16px;
    border-radius: 100%;
	margin-right:-30px;
}


.mc_ispod_bannera div.row > div > div:hover {
    border-radius: 100px;
	background-color: #5B5A50;
}

.mc_ispod_bannera div.row > div > div:hover,
.mc_ispod_bannera div.row > div > div > i {
    box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
}



/* UVOD */

.mc_uvod > .container > .row > div:nth-of-type(2) > div.row > div {
	padding-bottom: 25px;
	padding-left:40px;
}
.mc_uvod > .container > .row > div:nth-of-type(2) > div.row > div > div {
	background-color: #61A375;
	display: block;
    border-radius: 15px;
    position: relative;
    padding: 25px 40px;
    box-sizing: border-box;
    height: 100%;
    color: white;
	font-size: 110%;
	
	-webkit-transition: all .4s;
    transition: all .4s;
	
    display: flex;
    flex-direction: row;
    align-items: center;
	display: grid;
}
.mc_uvod > .container > .row > div:nth-of-type(2) > div.row > div > div > i {
	position: absolute;
    top: 50%;
	margin-top:-24px;
    left: -30px;
    /*color: #61A375;*/
    font-size: 300%;
	text-shadow: 0px 0px 15px rgba(0,0,0,.4);
}
.mc_uvod > .container > .row > div:nth-of-type(2) > div.row > div > div:hover {
    background-color: #5B5A50;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
}



/* UVOD 2 */
.mc_uvod2 {
	background-color: #0E298D;
	color: white;
	position: relative;
	overflow: hidden;
}
.mc_uvod2 > img {
	position: absolute;
    top: 50px;
    left: -150px;
    height: 80%;
    animation: okretanje 60s infinite linear;
	opacity: .8;
}
@media screen and (max-width: 750px) {
.mc_uvod2 > img {
    top: -100px;
    left: -250px;
    height: auto;
	width:150%;
}
}
/*kraj @media screen do 750px*/
.mc_uvod2 > .container > .row > div:nth-of-type(2) > div.row > div {
	padding-bottom: 25px;
	padding-left:40px;
}
.mc_uvod2 > .container > .row > div:nth-of-type(2) > div.row > div > div {
	/*background-color: white;*/
	display: block;
	border: 2px solid white;
    border-radius: 15px;
    position: relative;
    padding: 25px 40px;
    box-sizing: border-box;
    height: 100%;
    color: white;
	font-size: 110%;
	
	-webkit-transition: all .4s;
    transition: all .4s;
	
    display: flex;
    flex-direction: row;
    align-items: center;
	display: grid;
}
.mc_uvod2 > .container > .row > div:nth-of-type(2) > div.row > div > div > i {
	text-align: center;
	position: absolute;
    top: 50%;
	margin-top:-30px;
    left: -30px;
    color: #0E298D;
    font-size: 200%;
	width: 60px;
	height: 60px;
	display: block;
	background-color: white;
	border-radius: 100%;
	padding-top:10px;
}
.mc_uvod2 > .container > .row > div:nth-of-type(2) > div.row > div > div:hover {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
	background-color: white;
    box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
	color: #0E298D;
}
.mc_uvod2 > .container > .row > div:nth-of-type(2) > div.row > div > div:hover > i {
	box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
}




/* UVOD 3 */

.mc_uvod3 > .container > .row > div > a {
	background-color: #61A375;
	display: block;
    border-radius: 15px;
    position: relative;
    padding: 25px 40px 25px 80px;
    box-sizing: border-box;
    height: 100%;
    color: white;
	font-size: 110%;
	
	-webkit-transition: all .4s;
    transition: all .4s;
	
    display: flex;
    flex-direction: row;
    align-items: center;
	display: grid;
}
.mc_uvod3 > .container > .row > div > a > i {
	position: absolute;
    top: 50%;
	margin-top:-24px;
    left: 15px;
    font-size: 300%;
	/*text-shadow: 0px 0px 15px rgba(0,0,0,.4);*/
}
.mc_uvod3 > .container > .row > div > a:hover {
    background-color: #5B5A50;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 0 0px 40px rgba(0, 0, 0, .4);
}













/* ######################### */
/* #####  FOTOGALERIJA  #### */
/* ######################### */
.foto_galerija > div > a {
	display: block;
	padding-top: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
}






/* ################### */
/* #####  OSTALO  #### */
/* ################### */

/* VALOVI */
section.valovi {
    overflow: inherit;
    position: relative;
}
.border-shap .border-3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 17px;
    background-repeat: repeat-x;
    animation: slide 300s linear infinite;
    -webkit-animation: slide 300s linear infinite;
}
.border-shap .border-3:hover {
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}





/* JS TOOLTIP */
.tooltip {
	position:absolute;
	z-index:200000;
	display:block;
	font-size:15px;
	font-style:normal;
	font-weight: normal;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	letter-spacing:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	white-space:normal;
	filter:alpha(opacity=0);
	opacity:0;
	line-break:auto;
}
.tooltip.in{filter:alpha(opacity=90);opacity:.9}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip-inner{max-width:250px;padding:10px 10px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}



/* PRIKAZ PLACEHOLDER-A U POLJIMA ZA TEKST */
::-webkit-input-placeholder { /* WebKit browsers */
    color:rgba(0,0,0,.5);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(0,0,0,.5);
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(0,0,0,.5);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:rgba(0,0,0,.5);
}




/* ############################### */
/* #####  EFEKTI I ANIMACIJE  #### */
/* ############################### */
:hover { 
	-webkit-transition:all 100ms ease-in; 
	-o-transition:all 100ms ease-in; 
	-moz-transition:all 100ms ease-in; 
}

@-webkit-keyframes fade-out {
	0% { opacity: 1; -webkit-transform: scale(1);}
	50% {opacity: 0.5; -webkit-transform: scale(1.5);}
	100% {opacity: 0; -webkit-transform: scale(.1); }
}
	
@-moz-keyframes fade-out {
	0% { opacity: 1; -moz-transform: scale(1);}
	50% {opacity: 0.5; -moz-transform: scale(1.5);}
	100% {opacity: 0; -moz-transform: scale(.1); }
}
	
@keyframes fade-out {
	0% { opacity: 1; transform: scale(1);}
	50% {opacity: 0.5; transform: scale(1.5);}
	100% {opacity: 0; transform: scale(.1); }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes move{
    25%{
        opacity:1
    }
    33%{
        opacity:1;
        transform:translateY(30px)
    }
    67%{
        opacity:1;
        transform:translateY(40px)
    }
    100%{
        opacity:0;
        transform:translateY(55px) scale3d(.5,.5,.5)
    }
}
@-webkit-keyframes move{
    25%{
        opacity:1
    }
    33%{
        opacity:1;
        transform:translateY(30px)
    }
    67%{
        opacity:1;
        transform:translateY(40px)
    }
    100%{
        opacity:0;
        transform:translateY(55px) scale3d(.5,.5,.5)
    }
}
@keyframes move{
    25%{
        opacity:1
    }
    33%{
        opacity:1;
        transform:translateY(30px)
    }
    67%{
        opacity:1;
        transform:translateY(40px)
    }
    100%{
        opacity:0;
        transform:translateY(55px) scale3d(.5,.5,.5)
    }
}
@keyframes okretanje{
  0%{
    transform:rotate(0deg)
  }to{
    transform:rotate(1turn)
  }
}

