/* 
	Design ^ coding: www.mravac.net 
*/

/* Homepage */

	body {
		background-color: #036;
		font-size: 18px;
		
	}

	h1, .h1{
		font-size: 2.3rem;	
	}	
	.align-right {
		text-align: right;
	}

	.no-padding {
		padding: 0;
	}
	
	.center, h1 {
		text-align: center;
	}
	
	.block {
		display: block;
	}

	.color-light {
		background-color: #e7e7e7;
		padding-top: 20px;
	}
	.logo-top, img {
		width: 100%;
	}
	
	.logo {
		width: 26px;
		height: 26px;
	}
	
	.kontakt-data {
		min-width: 300px;
	}
	
	.copy {
		text-align: center;
	}
	


/* Footer */

	.footer, .footer a {
		position: relative;
		background-color: #036;
		color: #ddd;
		font-size: 14px;
	}

	.footer a:hover {
		position: relative;
		background-color: #036;
		color: #fff;
		font-size: 14px;
	}

	.footer h3 {
	}

	.footer .container {
		 padding-top: 20px;
		 padding-bottom: 10px;
	}

	.footer .container .row {
		padding: 0px;
	}	

	.footer_logo {
/*		width: 300px; */
		margin: 20px auto;
		text-align: center;
		display: block;
	}
	
	.carousel {
		margin-top: 20px;
	}

.navbar-brand {
	width: 80%;
}
.navbar-brand > img {
	display: inline-block;
	float: left;
}

.navbar-brand > span {
	line-height: 26px;
	margin-left: 32px;
}

.navbar-right.flags a {
	display: inline-block;
	
}
/* Homepage */

	.img-p-box a:hover{
		text-decoration: none;
	}

	.img-hover:hover p, .img-hover:hover H1{
		OFFbackground-color: #003366;
		OFFcolor: #fff;
	}

	.img-hover p a, .img-hover H1 a{
		transition: border-color 2s ease-in-out;
	}

	.img-hover h1{
		margin: 0;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 0.1em;
		padding-right: 0.1em;
	}

	.img-hover h1 a {
		color: #036;
		width: 100%;
		display: block;
		text-decoration: none;
	}

	.img-hover h1 a:hover {
		text-decoration: none;
	}

	.img-p-box p, .img-hover h1 {
		transition: background-color 1s ease-in-out;
	}

	.img-p-box p a {
		font-size: 1.4em;
		
		padding: 13px;
		display: block;
		color: #036;
		text-align: center;
	}


	.img-p-hover {
		position: relative;
		text-decoration: none;
	}


	.img-p-hover a{
		text-decoration: none;
	}

	.img-p-hover {
		position: relative;
		text-decoration: none;
	}

	.img-p-hover p, .img-p-hover p a {
		background-color: #000;
		color: #fff;
	}

	.img-p-hover p a {
		margin: 13px;
		display: block;
	}

	.img-p-hover p {
		transition: opacity 1s ease-in-out;
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 100px;
		width: 100%;
		margin: 0px;
		opacity: 0.2;
	}


	.img-p-hover:hover p {
		opacity: 0.7;
	}
	
	.img-hover a {
		transition: opacity 0.7s ease-in-out;
		opacity:1;
		color: #036;
	}

	.img-hover .btn {
		transition: opacity 0.7s ease-in-out;
		width: 100%;
		opacity:0.2;
	}
	
	.img-p-hover:hover + .btn, .img-hover .btn:hover  {
		opacity: 1;
	}


.flags img {
	height: 26px;
	margin-top: -4px;
	margin-bottom: -4px;
}
	
body{padding-top: 50px;}

/*  *******  Calculator  ********  */


.input-group-append span.input-group-text {
	min-width: 60px;
}




	
/* Sertifikati */

.cert-cont {
	position: relative;
	margin-bottom: 2em;
}

.cert-desc {
	width: 100%;
	text-align: center;
	background-color: #BEBEBE;
}


.photobox {
	border: 2px solid #7092BE;
	margin: 40px 2px 0px 2px;
	padding: 10px;
}

.photobox h3 {
	margin-top: -1.2em;
}
.photobox h3 span {
	background-color: #e7e7e7;
	padding: 0.3em;
	font-size: 1.2em;
}

.photobox .small-photo {
	width: 33%;
}
.photobox img {
	max-width: 30%;
	max-height: 160px;
	margin: 1%;
	object-fit: cover;
}

.bravarija .item  {
	width: 100%;
	max-height: 320px;
	vertical-align: middle;
}
	

/* ADMIN */	

/* Fix height in inputs of datatables */
.datatables div.form-div .form-input-box input {
	height: auto;
}	
	
	
img.pipe {
	max-width: 45%;
	max-height: 150px;
}	
	
	
	
	
	.carousel-control.right, .carousel-control.left {
		background-image: none;
	}


	
	
	/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
  
  Add class carousel-fade instead of slide
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition: opacity 2s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}



/*   Admin Aktivne */


@media (min-width: 768px) {
	.orders-check .row {
		margin-left: -4px;
		margin-right: -4px;
	
	}
	
	.order .form-check-inline {
	margin-left: 5%;
	width: 90%;
	}

}
.position {
	border-bottom: 2px solid #ccc;
}

.position .name {
	font-weight: bolder;
	border-bottom: 1px #fff dotted;
}

.position.title {
	background-color: #85E7B8;
}

.position.status-OKplus {
	background-color: #85E7B8;
}

.position.status-OK {
	background-color: #37CE85;
}

.position.status-missing {
	background-color: #F8ED22;
}

.position.status-missing {
	background-color: #E8A400;
}

.searchForm input.searchText {
	width: 70%
}

.order h2 {
	background-color: #37CE85;
	padding: 6px;
	margin: 2px;
	width: 100%;
}

.order label {
	width: 100%;
	margin-left: 10px;
}

input[type="checkbox"]:checked + label {
	background-color: #37CE85;	
}

.form-check label {
	line-height: 40px;
}

.form-control.admin-check {
	display: inline-block;
	width: 50px;
}

.order label {
	display: inline;
}

.order .form-check {
/*	border-bottom:1px #003366 solid; */
}





/* Usluzno */

hr.priprema {
	border-top: 4px dotted #37CE85;
}










	/* Bottom gallery - Zoom on hover */
		img.page-img, img.page-img2 {
			-webkit-transition:all .4s linear;
			transition:all .4s linear;
		}


		img.page-img:hover, img.page-img2:hover {
			-ms-transform:scale(1.2);
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}

		img.page-img2:hover {
			-ms-transform:scale(1.1);
			-webkit-transform:scale(1.1);
			transform:scale(1.1);
		}	
		.content{
			overflow: hidden;
			height: 128px;
			position: relative;
/*			padding: 10px;
			background: #333;
			margin: 10px auto; */
			width: 100%;
		}
		.content li{ /* margin: 0 4px; */ }
		.content li a{
			min-height: 120px;
			display: block;
			border: 3px solid rgba(255,255,255,.1); 
		}
		.content ul{ 
			opacity: 0;
			-webkit-transition: opacity 1s ease-out;
			-moz-transition: opacity 1s ease-out;
			-ms-transition: opacity 1s ease-out;
			-o-transition: opacity 1s ease-out;
			transition: opacity 1s ease-out;
		}
		.content.scroller-ready ul{ opacity: 1; }
		/* CSS loading spinner (optional) */
		@keyframes spinner{ to {transform: rotate(360deg);} }
		@-webkit-keyframes spinner{ to {-webkit-transform: rotate(360deg);} }
		.spinner{
		    min-width: 24px;
		    min-height: 24px;
		    position: absolute;
		    left: 0;
		    top: 0;
		    height: 100%;
			width: 100%;
		}
		.spinner:before{
		    content: 'Loadingâ_¦';
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    width: 32px;
		    height: 32px;
		    margin-top: -16px;
		    margin-left: -16px;
		}
		.spinner:not(:required):before{
		    content: '';
		    border-radius: 50%;
		    border-top: 5px solid #f18e34;
		    border-right: 5px solid transparent;
		    animation: spinner .6s linear infinite;
		    -webkit-animation: spinner .6s linear infinite;
		}
		.content.scroller-ready .spinner{ display: none; }













	/* Gallery Recent - Zoom on hover */
		img.page-img, img.page-img3 {
			-webkit-transition:all .4s linear;
			transition:all .4s linear;
		}


		img.page-img:hover, img.page-img3:hover {
			-ms-transform:scale(1.2);
			-webkit-transform:scale(1.2);
			transform:scale(1.2);
		}

		img.page-img3:hover {
			-ms-transform:scale(1.1);
			-webkit-transform:scale(1.1);
			transform:scale(1.1);
		}	
		.content2{
			overflow: hidden;
			height: 300px;
			position: relative;
/*			padding: 10px;
			background: #333;
			margin: 10px auto; */
			width: 100%;
		}
		.content2 li{ /* margin: 0 4px; */ }
		.content2 li a{
			min-height: 120px;
			display: block;
			border: 3px solid rgba(255,255,255,.1); 
		}
		.content2 ul{ 
			opacity: 0;
			-webkit-transition: opacity 1s ease-out;
			-moz-transition: opacity 1s ease-out;
			-ms-transition: opacity 1s ease-out;
			-o-transition: opacity 1s ease-out;
			transition: opacity 1s ease-out;
		}
		.content2.scroller-ready ul{ opacity: 1; }
		/* CSS loading spinner (optional) */
		@keyframes spinner{ to {transform: rotate(360deg);} }
		@-webkit-keyframes spinner{ to {-webkit-transform: rotate(360deg);} }
		.spinner{
		    min-width: 24px;
		    min-height: 24px;
		    position: absolute;
		    left: 0;
		    top: 0;
		    height: 100%;
			width: 100%;
		}
		.spinner:before{
		    content: 'Loadingâ_¦';
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    width: 32px;
		    height: 32px;
		    margin-top: -16px;
		    margin-left: -16px;
		}
		.spinner:not(:required):before{
		    content: '';
		    border-radius: 50%;
		    border-top: 5px solid #f18e34;
		    border-right: 5px solid transparent;
		    animation: spinner .6s linear infinite;
		    -webkit-animation: spinner .6s linear infinite;
		}
		.content2.scroller-ready .spinner{ display: none; }






/*            Kalkulator                 */

.calculator .nav-pills img {
	width: inherit;
	margin-right: 10px;
}


.calculator .nav-pills a {
	font-size: 1.6rem;
	border-radius: 18px;
}


.nav-link.active img.img-active-tab {
	border-radius: 50%;
	background-color: #ffffff;	
	padding: 7px 
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
	
	

	

	
@media print {
      a[href]:after {
        content: "" !important;
      }


  .container {
    width:100%;
  }


    } /* @media print */
   
    