@CHARSET "UTF-8";

/* Phones */
@media (max-width : 480px) {
	#logo-veci {
		display: none;
	}

	#logo-manji {
		display: block;
		margin-top: 7px;
	}
	#logo-mali {
		display: none;
	}
	#header-mail{
		display: none;
	}
	.carousel-caption h1 {
		font-size: 42px !important;
    	line-height: 40px !important;
	}
	.carousel-caption h2 {
	    font-size: 18px !important;
	    line-height: 22px;
	    padding-bottom: 10px;
	}
	.carousel-caption p {
	    font-size: 14px !important;
	    color: #4c4c4c;
	    line-height: 1.2;
	}
	.carousel-texst-box {
		width: 90%;
		margin: auto;
		background-color: #FFFFFF;
		margin-bottom: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		text-shadow:none;
		border: 1px solid #808080;
		opacity:0.7;
		filter:alpha(opacity=80);
	}
	.col-jezik{
		padding-right: 0 !important;
	}
}
/* Tablets */
/* @media (max-width: 768px) { */
/* @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max){ */ 
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#logo-veci {
		display: none;
	}

	#logo-manji {
		display: block;
		margin-top: 7px;
	}
	#logo-mali {
		display: none;
	}	
	#header-mail{
		display: none;
	}
	.carousel-caption h1 {
		font-size: 52px;
    	line-height: 70px;
	}
	.carousel-caption h2 {
	    padding-bottom: 15px;
	}
	.carousel-caption p {
	    font-size: 16px;
	    color: #4c4c4c;
	    line-height: 1.4;
	}
	.carousel-texst-box {
		width: 90%;
		margin: auto;
		background-color: #FFFFFF;
		margin-bottom: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		text-shadow:none;
		border: 1px solid #808080;
		opacity:0.7;
		filter:alpha(opacity=70);
	}
	.col-jezik{
		padding-right: 0 !important;
	}
}
/* Tablets */
/* @media (max-width: 991px) { */
/* @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { */
@media only screen and (min-width: 767px) and (max-width: 991px) {
	body {
		font-size: 14px;
		line-height: 1.40;
	}
	
	#logo-veci {
		display: none;
	}

	#logo-manji {
		display: none;
	}
	#logo-mali {
		display: block;
		padding-top: 3px;
		margin-left: -15px;
	}	
	.carousel-caption h1 {
		font-size: 64px;
    	line-height: 80px;
	}
	.carousel-caption h2 {
	    padding-bottom: 15px;
	}
	.carousel-caption p {
	    font-size: 18px;
	    color: #4c4c4c;
	    line-height: 1.4;
	}
	.carousel-texst-box {
		width: 80%;
		margin: auto;
		background-color: #FFFFFF;
		margin-bottom: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		text-shadow:none;
		border: 1px solid #808080;
		opacity:0.7;
		filter:alpha(opacity=70);
	}
	.col-jezik{
		padding-right: 15px !important;
		padding-top: 2px;
	}	
}

/* Desktops */
@media only screen and (min-width : 992px) {
	body {
		font-size: 16px;
		line-height: 1.45 !important;
	}
	
	#logo-veci {
		padding-top: 6px;
		display: block;
		margin-left: -15px;
	}

	#logo-manji {
		display: none;
	}
	#logo-mali {
		display: none;
	}	
	.carousel-caption h1 {
	    font-weight: normal;
	    text-transform: uppercase;
	    line-height: 46px;
	    font-size: 76px;
	    margin: 0 0 23px 0;
	}
	.carousel-caption h2 {
	    padding-bottom: 15px;
	}
	.carousel-caption p {
	    font-size: 21px;
	    color: #4c4c4c;
	    line-height: 1.4;
	}
	.carousel-texst-box {
		width: 70%;
		margin: auto;
		background-color: #FFFFFF;
		margin-bottom: 50px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		text-shadow:none;
		border: 1px solid #808080;
		opacity:0.7;
		filter:alpha(opacity=70);
	}
}

.col-jezik{
	padding-top: 2px;
}
/* LOGO */
.navbar-header{
	margin-top: 10px;
}
.navbar-toggle{
	margin-top: 5px !important;
	border: 0 !important;
	margin-right: 0 !important;
	padding-right: 0px !important;
	background-color: transparent !important;
}

/* MENU TOP */
.menu-top-container{
	position: absolute;
	top: 0px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	border-bottom:1pt solid #cecece;
/*	background-color: #FFFFFF;
    filter:alpha(opacity=70);
    opacity: 0.70; */
    transition: all 0.3s;
	-webkit-box-shadow: 0 5px 6px -6px #c4c4c4;
	-moz-box-shadow: 0 5px 6px -6px #c4c4c4;
	box-shadow: 0 5px 6px -6px #c4c4c4;
	min-height: 60px;
}
.fixed-top-container {
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	border-bottom:1pt solid #a2a2a1;
	background-color: #FFFFFF;
    filter:alpha(opacity=95);
    opacity: 0.96;
    min-height: 60px;
    transition: all 0.3s;
	-webkit-box-shadow: 0 8px 6px -6px #c4c4c4;
	-moz-box-shadow: 0 8px 6px -6px #c4c4c4;
	box-shadow: 0 8px 6px -6px #c4c4c4;
}
.menu-top-underlink{
	font-size: 12px;
    /* color: #6a6a6a; */
    line-height: 12px;
}
/*section {
    padding-bottom: 40px;
}*/
footer {
    background: #121214;
    border-top: 4px solid #1F1F1F;
    font-size: 0.9em;
    padding: 250px 0 0;
    position: relative;
}
.container{
      /* max-width: 1100px; */
    }
.navbar-default {
    background-color: inherit !important;
    margin: 0;
    border-color: #E7E7E7;
    /* padding-top: 2px; */
    padding-bottom: 0px;
    border-style:none;
}
.navbar-default .navbar-nav > li > a {
    color: #4b4b4b;
    padding-top: 18px !important;
    height: 77px;
    -webkit-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: #f12d1d;
    border-bottom: 2px #000000 solid;
}
/* .navbar-default .navbar-nav > li > a > span:hover,
.navbar-default .navbar-nav > li > a > span:focus {
    color: #f34135;
} */
/* .open {
    color: #FFFFFF !important;
    background-color: #f12d1d !important;
} */
.dropdown-toggle:active, .open .dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #f12d1d !important;
}
.navbar-default .navbar-nav > .dropdown > a {
    border-top-color: #777;
    border-bottom-color: #777;
}
/* Infosistem -------------------------- */
/*.navbar-nav>li>.dropdown-menu {
	right: auto !important;
	left: 0 !important;
} */
.dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 900px;
    opacity: 1;
}

.dropdown-menu li > a {
	line-height: 40px;
}
.dropdown-menu li > a > i {
	color: #f0483c;
    float: left;
    margin-right: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}
/* ------------------------------------ */
.dropdown-menu > li > a {
    padding: 15px 20px;
    line-height: 15px;
}
.dropdown-menu > li > a > i {
	margin-right: 10px;
	color: #f0483c;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > li > a > i {
	margin-top: 10px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav > li.open { position: static !important;}
.nav > li.open .dropdown-menu {
	display:table;
	width: 100%;
	text-align:
	center; left:0;
	right:0;
}
.dropdown-menu > li { display: table-cell; }

a.podMeniTekst {
    font-size: 18px;
    color: rgb(217, 38, 28)!important;
	text-decoration: none;
	line-height: 40px;
}
.meni-separacija {
	border-right: 1px solid #d7d6d6;
}

/* SLAJDER
-------------------------------------------------- */
h1 .h1-info {
    font-family: h1font;
    color: #f34135;
}
h1 .h1-sistem {
    font-family: h1font;
    color: #2e2e2e;
}
.carousel {
  height: 714px;
  /* margin-bottom: 60px; */
}
.carousel-caption {
	z-index: 10;
}
.carousel-text{
	position: relative;
}
.carousel-caption h1 {
    animation-name: info-opacity;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@-webkit-keyframes info-opacity {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(100);
  }
}
@keyframes info-opacity {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.carousel-caption h2 {
	font-family: h2font;
    color: #0072ce;
}
.carousel-caption a {
    background-color: #f34135;
    border-radius: 30px;
    height: 57px;
    line-height: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.carousel-caption a:hover {
    background-color: #ed1f0e;
	-webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.4);
}
.carousel-indicators {
	margin-bottom: 80px;
}
/* Panel - programi početna */
.programi-section{
	background-color: #1e73be;
}
.page-top-section{
	background: url(../images/programi_bg1.jpg);
	background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;

    padding-bottom: 10px !important;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 714px;
  background-color: #777;
}
.carousel-inner > .item > img {
  /* position: absolute;
  top: 0;
  left: 0; */
  /* min-width: 100%; */
  width: 1920px;
}
/* slajder transition - fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.item:nth-child(1) {
	background: url(../images/header8.jpg) no-repeat center top; 
  }
.item:nth-child(2) {
  background: url(../images/header5.jpg) no-repeat center top; 
}
.item:nth-child(3) {
  background: url(../images/header7.png) no-repeat center top; 
}
.item:nth-child(4) {
  background: url(../images/header4.jpg) no-repeat center top;
}
.item:nth-child(5) {
  background: url(../images/header2.jpg) no-repeat center top;
}
.item:nth-child(6) {
  background: url(../images/header3.jpg) no-repeat center top;
}

/* PAGE TOP 
----------------------------------------------------- */
section.page-top {
	background-color: #28a2ed;
	border-bottom: 5px solid #CCC;
	border-top: 1px solid #006b9d;
	margin-bottom: 20px;
	min-height: 108px;
	padding: 20px !important;
	padding-bottom: 0px !important;
	text-align: left;
	position: relative;
}

section.page-top ul.breadcrumb {
	background: none;
	margin: -3px 0 0;
	padding: 0;
}

section.page-top ul.breadcrumb > li > a{
	color: #e2e2e2;
}

.divider{
	color: #ffffff;
}
/*.active{
	color: #96ddff;
} */
section.page-top ul.breadcrumb > li {
	text-shadow: none;
}

section.page-top h2 {
	border-bottom: 4px solid #f34135;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	padding: 0 0 17px;
	position: absolute;
}
/* PROGRAMI BOX
------------------------------------------------------- */
.programi-izdvojeni-naslov h2{
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
.programi-box{
	margin-bottom: 20px;
}
.programi-box-naslov{
	height: 92px;
	border: 1px solid #0e91e2;
	box-shadow: 0px 5px 5px #0f84cd;
	padding:18px 20px 20px 20px;
	background-color: #5bb8f2;
	color: #FFFFFF;
}
.programi-box-naslov-slika {
	text-align: center;
	width: 75px;
	float: left;
	margin-right: 10px;
}
.programi-box-naslov-icon {
	text-shadow: 1px 1px 2px #4080a9;
	line-height: 58px;
	font-size: 68px;
}

.programi-box-naslov h3{
	text-shadow: 1px 1px 2px #4080a9;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.programi-box-sadrzaj {
 	height: 164px;
 	position: relative;
 	margin-top: 1px;
 	border: 1px solid #0f86cf;
 	box-shadow: 0px 5px 5px #0f84cd;
 	padding:18px 20px 20px 20px;
 	background-color: #e7f5fd;
}
.programi-box-dugme{
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
}

/* MENI 
------------------------------------------------- */

#menu_jezik_sadrzaj {
	min-height: 30px;
	/* padding-top: 2px; */
	color: #FFFFFF;
	font-size: 16px;
	background-color: #323D4A;
/*	border-bottom:2px solid #EC3227; */
}
.menu_jezik_info {
	padding-top: 5px;
	padding-left: 0px;
}
#menu_top_sadrzaj {
	min-height: 72px;
	/* background-color: blue; */
}
.panel_1200{
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

/* STATISTIKA
---------------------------------------------------- */
#tabela-statistika i{
	color: #0866c6;
}

/* NEWSLETER
--------------------------------------------------- */
.newsletter {
    padding: 20px 0;
    background: #F8F8F8;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

#newsletter_poruka {
	color: #5c53a2;
	font-size: 16px;
	margin-bottom: 10px;
	display: none;
}

#newsletter p {
	display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 10px 10px 0 0;
    font-size: 24px;
    color: #676767;
}

#newsletter input {
	display: inline-block;
    height: 40px;
	padding: 0 10px 0 10px;
	border-radius: 0;
    box-shadow: none;
    border-color: #777777;
}

#newsletter button {
	display: inline-block;
    background: #f12f22;
    border: none;
    color: white;
    text-shadow: 0 1px #373737;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* -------------------------------------------- */
.service_block {
	display:block;
	margin: 0;
	padding:31px 10px 24px;
	text-align:center;
	color:#FFFFFF;
}
.planning a {
	text-decoration: none !important;
}
.planning a .icon_block {
	display:block;
	margin: 0 auto;
	height: 57px;
	color: #FFFFFF;
	/* background-color:#ddd; */
	background-repeat:no-repeat;
	/* border-radius:50%; */
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.planning a:hover .icon_block {
	/* background-color:#aacaab; */
	-webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.planning a .link_title h3{
	display:block;
	margin-top: 35px !important;
	line-height: 15px !important;
	padding: 0;
	font-size:15px;
	font-weight: bold;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.planning a:hover .link_title h3{
	color: #a7d5f2;
}

.planning a .link_title span{
	display:block;
	margin-bottom: 20px !important;
	line-height: 15px !important;
	padding: 0;
	font-size:15px;
	font-weight: bold;
	color: #FFFFFF;
}
.mobilne-products-row {
	margin-top: 20px;
	text-align: center;
}
.mobilne-products-col {
    line-height: 500px;
}

.mobilne-products-col img {
    vertical-align: middle;
}

a.download-link{
	height: 48px;
	width: 160px;
	font-size: 16px;
	font-weight: bold;
    line-height: 2.5;
    border-radius: 24px;
    background-color: #f34135;
	border-color: #d43f3a;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* background-color: #3073e1; */
	/* border-color: #1c5cc5; */
}
a.download-link:hover{
    background-color: #ed1f0e!important;
    border-color: #ac2925;
}

.carousel-texst-box {
	border-radius: 14px;
}
.strana-naslov{
    color: #FFF;
    font-weight: 200;
    min-height: 37px;
    padding: 10px 0 0 0;
    font-size: 30px;
}
/*Treća kolona u meniju-slike-carousel*/
.dropdown-header {
    font-size: 18px;
    color: #ff3546 !important;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
  }
  
  .carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
  
  }
  .left.carousel-control {
    right: 30px;
    left: inherit;
  }
  .carousel-control .glyphicon-chevron-left, 
  .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
  }
  .najnovije-dodano a {
	  background:none;
	  text-align: center;
	  display: block;
	  color:#1e73be;
	  font-weight:bold;
	  text-decoration: underline;
  }
  .najnovije-dodano a:hover {
	color:#155085;
	cursor: pointer;
	font-weight:bold;
	text-decoration: underline;
}
span.glyphicon.glyphicon-chevron-right.pull-right {
    margin-top: 10px;
}


/*SEKCIJA - PROGRAMI*/
.recipe-header{
	margin-top:100px;
  }
  
  h1{
	font-size: 56px;
	font-weight: 400;
	font-family: 'Arial', cursive;
	color: #ffffff;
	text-shadow: 0 2px #7d7d7d;
  }
  
  .recipe-tab {
	font-family: 'Arial', cursive;
	text-align: center;
	list-style: none;
	margin: 50px 0 0;
	font-size: 24px;
	padding: 0;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	
  }
  .recipe-tab li {
	border: 3px solid #009674;
	padding: 10px 28px 8px;
	background-color: #FFF;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	z-index: 0;
	color: #009674;
  }
  /*.recipe-tab a {
	color: #009674;;
	text-decoration: none;
  }*/
  .recipe-tab li.selected {
	background: #FFF;
	z-index: 2;
	border-bottom-color: #FFF;
  }
  
  .recipe-content{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ffffff;
	width: 60%;
	margin: 0 auto;
	padding: 50px;
  }
  
  .recipe-tab li:before,
  .recipe-tab li:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 44px;  
	background-color: #FFF;
	
  }
  .recipe-tab li:before {
	left: -24px;
	transform: skew(-25deg, 0deg);
	border-left: 3px solid #1e73be;
  }
  .recipe-tab li:after {
	right: -24px;
	transform: skew(25deg, 0deg);
	border-right: 3px solid #1e73be;
  }
  
  .recipe-tab li:before {
	border-radius: 8px 0 0 0;
  }
  .recipe-tab li:after {
	border-radius: 0 8px 0 0;
  }
  
  .recipe-tab li.selected:before,
  .recipe-tab li.selected:after{
	background: #FFF;
	border-bottom: 3px solid #ffffff;
  }
  
  .recipe-tab li:hover,
  .recipe-tab li:hover:before,
  .recipe-tab li:hover:after {
	background-color: #1e73be;
	color: white;
	cursor: pointer;
	border-bottom-color: #1e73be;
  }
  .tabs{
	/**/width: 75%;
	margin: 0 auto;
	text-align: center;
  }
  
  .tabs:after {
	clear: both;
	content: '';
	display: table;
  }
  
  .tabs .tab {
	display: inline;
	
	
  }
  .tabs .tab-label {
	font-size: 18px;
	vertical-align: bottom;
	font-family: 'Arial', cursive;
	border: 3px solid #1e73be;
	padding: 15px 22px 8px;
	background-color: #FFF;
	margin-right: -9px;
	display: inline-block;
	position: relative;
	z-index: 0;
	color: #1e73be;
  }
  
  .tabs .tab-label:before,
  .tabs .tab-label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 33px;  
	background-color: #FFF;
	
  }
  .tabs .tab-label:before {
	left: -17px;
	transform: skew(-25deg, 0deg);
	border-left: 3px solid #1e73be;
  }
  .tabs .tab-label:after {
	right: -17px;
	transform: skew(25deg, 0deg);
	border-right: 3px solid #1e73be;
  }
  
  .tabs .tab-label:before {
	border-radius: 8px 0 0 0;
  }
  .tabs .tab-label:after {
	border-radius: 0 8px 0 0;
  }
  
  .recipe-tab li.selected:before,
  .recipe-tab li.selected:after{
	background: #FFF;
	border-bottom: 3px solid #ffffff;
  }
  
  .tabs .tab [type="radio"]:hover:checked + .tab-label,
  .tabs .tab-label:hover,
  .tabs .tab-label:hover:before,
  .tabs .tab-label:hover:after {
	background-color: #1e73be;
	color: white;
	cursor: pointer;
	border-bottom-color: #1e73be;
  }
  
  .tabs .tab > [type="radio"] {
	clip: rect(0 0 0 0);
	height: 1px;
	opacity: 0;
	position: fixed;
	width: 1px;
	z-index: -1;
  }
  
  .tabs .tab-panel {
	display: inline;
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 0;
	width: 0;
  }
  
  .tabs .tab-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: white;
	border-radius: 15px;
	padding: 50px;
	float: left;
	width: 100%;
	text-align: left;
  }
  
  .tabs .tab-content h2{
	text-align: center;
	margin-bottom:45px;
  }
  
  .tabs .tab [type="radio"]:checked + .tab-label {
	background: white;
	border-bottom-width: 0;
	padding-bottom: 11px;
	z-index: 1;
  }
  
  .tabs .tab .tab-label .word-recipe{
   display:none;
  }
  
  .tabs .tab [type="radio"]:checked + .tab-label .word-recipe{
	display:inline;
  }
  
  .tabs .tab [type="radio"]:checked ~ .tab-panel {
	display: inline;
  }
  @media(max-width:1144px) {
	  .tabs {
		  width:90%;
	  }
  }
  @media(max-width:991px) {
	.tabs {
		width:100%;
	}
	.tabs .tab-label {
		font-size: 12px;
		vertical-align: bottom;
		font-family: 'Arial', cursive;
		border: 2px solid #1e73be;
		padding: 6px 18px 6px;
		background-color: #FFF;
		margin-right: -9px;
		display: inline-block;
		position: relative;
		z-index: 0;
		color: #1e73be;
	  }
}
  
  img.slika-tab.img-fluid {
	  width: 100%;
	  border-image-source: linear-gradient(10deg, #fe01f5 0%, #2e113d 100%);
  }
  a.btn.btn-theme {
		display: block;
		background: #1e73be;
		color: white;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		text-align: center;
		padding: 20px;
		transition: 250ms;
		font-weight:bold;
	 }
	 a:hover.btn.btn-theme {
	  background: red;
		   transition: 250ms;
  
	 }
  @media(max-width:500px) {
	a.btn.btn-theme {
		display: block;
		background: #1e73be;
		color: white;
		text-transform: uppercase;
		line-height: none;
		font-size: 12px;
		text-align: center;
		padding: 10px;
		transition: 250ms;
		font-weight:bold;
	 }
  }
	 .white-block {
	background:#1e73be;
	color:black;
	padding:20px;
  
  }
  
  .skew-cc{
	width:100%;
	height:100px;
	position:absolute;
	left:0px;
	background: linear-gradient(to right bottom, #fff 49%, #1e73be 50%),    linear-gradient(-50deg, #ffffff 16px, #000 0);
  }
  .content-heading.float-right {
	  text-align: center;
  }
  .content-heading h3 a {
	font-size: 20px;
	vertical-align: bottom;
	font-family: 'Arial', cursive;
	color: #1e73be;
	font-weight:bold;
	text-decoration: underline;
  }
  .content-heading h3 a:hover {
	font-size: 20px;
	vertical-align: bottom;
	font-family: 'Arial', cursive;
	color: red;
	font-weight:bold;
	cursor: pointer;
	transition: all 0.3s;
  }
  #borderimage2 { 
	  background: white;
	 border: 20px solid rgba(0, 0, 0, 0.3);
	  border-radius: 20px;
	 padding: 8px;
  
	 -moz-background-clip: border;     /* Firefox 3.6 */
	-webkit-background-clip: border;  /* Safari 4? Chrome 6? */
	background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				  
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				  
	-moz-background-clip: content;     /* Firefox 3.6 */
	-webkit-background-clip: content;  /* Safari 4? Chrome 6? */
	background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
  }
  figcaption {
	
  }