body {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:140%;
	color:#fff;
	background:#496eae url('../img/bg.jpg');
	background-size:100% auto;
	background-repeat:no-repeat;
	padding-top:120px;
}

a, ul, li, nav, img, button, .button::before, .guide, .guide .avatar, .guide h2, .guide h3, .guide .bottom, .navbar-toggle, .events a h2 {
	transition:all 0.4s ease-in-out;
}

.navbar-default {
	background:none;
	border:none;
}
.navbar-default.shrink {
	background:rgba(27,45,85,0.9);
}
.navbar-brand {
	height:auto;
	padding-top:40px;
}
.shrink .navbar-brand {
	padding-top:20px;
}
.navbar-nav {
	margin-top:47px;
}
.shrink .navbar-nav {
	margin-top:27px;
}
.navbar-nav.lang-nav {
	margin-top:0px;
	margin-left:7%;
	margin-right:0px;
}
.shrink .navbar-nav.lang-nav {
	margin-top:-50px;
	margin-bottom:50px;
}
.navbar-default .navbar-nav > li > a {
	margin:0px 5px;
	padding:7px 18px 6px 18px;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	border-radius:3px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color:#fff;
	background-color:#679ce6;
}
.navbar-default .navbar-nav.lang-nav > li > a {
	margin:0px;
	padding:5px 12px;
	/*font-weight:700;*/
	color:#254678;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	background-color:rgba(255,255,255,0.5);
}
.carousel {
	margin-top:80px;
}
.carousel-inner {
	border-radius:3px;
}
.carousel-control, .carousel-control:hover, .carousel-control:focus {
	text-shadow:none;
	background:none!important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width:40px;
	height:40px;
	margin-top:-15px;
	font-size:10px;
	font-weight:800;
	line-height:40px;
	background:rgba(0,0,0,0.25);
	border-radius:50%;
}
.carousel-caption {
	bottom:auto;
	top:10%;
	text-shadow:none;
	font-size:30px;
	font-weight:300;
	text-transform:uppercase;
	color:rgba(255,255,255,0.8);
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.carousel-caption strong {
	display:block;
	padding-top:10px;
	font-size:72px;
	font-weight:800;
	line-height:72px;
}

.intro {
	padding-top:35px;
}
.lead {
	font-size:18px;
	font-weight:400;
	line-height:1.4;
}
p {
	line-height:1.6;
}
h1 {
	font-size:28px;
	font-weight:400;
	line-height:34px;
	text-transform:uppercase;
}
h1 strong {
	font-weight:600;
}

.full-button {
	position:relative;
	margin:30px 0px;
	text-align:center;
}
.full-button::after {
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	top:16px;
	z-index:1;
	content:"";
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 60%,rgba(255,255,255,0.3) 100%);
}
.button {
	display:inline-block;
	position:relative;
	z-index:2;
	min-width:165px;
	padding:5px 15px;
	text-align:center;
	font-size:13px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #fff;
	border-radius:2px;
	background:transparent;
}
button.button:focus, button.button:hover {
	border:1px solid #fff;
	background:transparent;
}
.guide .button {
	margin-top:4px;
	min-width:auto;
	padding:3px 20px 2px 20px;
	font-size:11px;
	color:#89a5d7;
	letter-spacing:0.08em;
	border:none;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
.button span {
	position:relative;
	z-index:2;
}
.button::before {
	display:block;
	width:0px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:auto;
	z-index:1;
	background:#fff;
	content:"";
}
.button:hover, .open button.button {
	color:#496eae;
	text-decoration:none;
}
.open button.button {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.button:hover::before, .open button.button::before {
	width:100%;
	right:0;
}

.guides {
	margin-top:30px;
}
.guides .full-button {
	margin-top:90px;
}
.card {
	margin-top:90px;
}
.guide {
	min-height:215px;
	position:relative;
	text-align:center;
	color:#162035;
	background:rgba(255,255,255,0.8);
	border-radius:3px;
	border-bottom-right-radius:22px;
	box-shadow:-5px -5px 10px 0px rgba(0,0,0,0.2);
}
.front .guide .bottom::before {
	content: "";
	position: absolute;
	bottom: -3px;
	right: -3px;
	border-width: 18px 18px 0 0;
	border-style: solid;
	border-color: #8d9aaa #496eae;
	border-color: #8d9aaa transparent;
	box-shadow:-4px -4px 8px 0px rgba(0,0,0,0.1);
}

.back .guide::before {
	display:none;
}
.back .guide {
	color:#fff;
	background: rgb(79,142,217);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(79,142,217,1) 0%, rgba(63,113,207,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(79,142,217,1) 0%,rgba(63,113,207,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(79,142,217,1) 0%,rgba(63,113,207,1) 100%);
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	cursor:default;
}
.back .guide h2 a, .back .guide h3 a {
	color:#fff;
	text-decoration:none;
}
.guide .avatar {
	display:inline-block;
	width:100px;
	margin-top:-35px;
	border-radius:50%;
	overflow:hidden;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 35%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 35%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 35%,rgba(255,255,255,0) 35%,rgba(255,255,255,0) 100%);
}
.back .guide .avatar {
	width:130px;
	margin-top:-60px;
	background:#4068ad;
}
.guide .avatar img {
	padding:5px;
	border-radius:50%;
	/*box-shadow:inset 0px -10px 5px 0px rgba(0,0,0,0.05);*/
}
.back .guide .avatar img {
	padding:10px;
}
.guide h2 {
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}
.back .guide h2 {
	margin-top:15px;
	font-weight:400;
}
.back .guide h2 strong {
	font-weight:600;
}
.guide h3 {
	margin:0px;
	font-size:12px;
	font-weight:400;
	color:#62656c;
	line-height:18px;
	opacity:0.8;
}
.front .guide h3 {
    max-height:55px;
    overflow:hidden;
}
.back .guide h3 {
	font-weight:600;
}
.back .guide h3:hover {
	opacity:1;
}
.guide h3 .glyphicon {
	padding-right:1px;
	font-size:18px;
	color:rgba(0,0,0,0.3);
	vertical-align:bottom;
}
.guide .bottom {
	padding:8px 25px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	min-height:40px;
	background:rgba(66,96,133,0.15);
	border-bottom-right-radius:22px;
	overflow:hidden;
}
.back .guide .bottom {
	background:rgba(66,96,133,0.3);
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}
.guide .bottom img {
	margin:0px 2px;
}

footer {
	margin-top:110px;
	background:#5c7db6;
}
footer .logos {
	padding:0px;
}
footer .logos a {
	display:inline-block;
	margin:40px;
	opacity:0.8;
}
footer .logos a:hover {
	opacity:1;
}
footer .details {
	padding:40px 0px;
	background:#334d79;
}
footer .details p {
	margin-top:6px;
	font-size:11px;
	text-transform:uppercase;
}
footer .details p strong {
	font-weight:600;
}


/* Subpages */

.langselect {
	margin-top:60px;
	margin-bottom:-20px;
	margin-left:30px;
}
.langselect .caret {
	margin-left:8px;
}
.dropdown-menu {
	min-width:165px;
	margin-top:0px;
	font-size:12px;
	border:none;
	border-radius:3px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.dropdown-menu > li {
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.dropdown-menu > li:last-child {
	border-bottom:none;
}
.dropdown-menu > li > a {
	padding:5px 15px;
	font-weight:600;
	color:#496eae;
	line-height:30px;
}
.dropdown-menu > li > a img {
	display:inline-block;
	margin-right:5px;
	margin-top:-2px;
	vertical-align:middle;
}

.locations-list-pagination {
	text-align:center;
}
.locations-list-pagination .pagination {
	display:inline-block;
}
.pagination {
	clear:both;
	margin-top:80px;
	background: #4c86d5
}
.pagination > li > a, .pagination > li > span,
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  border: 1px solid #496eae;
  font-weight:600;
  color: #fff;
  padding: 5px 12px;
  background-color:#1b2d55;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: none;
  border-color: transparent;
  border-left:1px solid #496eae;
  border-right:1px solid #496eae;
  color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span ,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li.disabled:first-child > a, .pagination > li.disabled:first-child > span,
.pagination > li.disabled:last-child > a, .pagination > li.disabled:last-child > span {
    padding:0px 12px 6px 12px;
	font-size: 24px;
    font-weight:400;
	line-height:26px;
	color:#fff;
}
.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover ,
.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover,
.pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus ,
.pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
	color:#fff;
}

.card-full {
	margin-top:150px;
}
.about .card-full {
	margin-top:40px;
}
.card-full .guide {
	min-height:300px;
	padding-bottom:100px;
}
.card-full .guide .avatar {
	width:200px;
	margin-top:-100px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
}
.card-full .guide .avatar img {
	padding:8px;
}
.card-full .guide h2 {
	margin-bottom:30px;
	font-size:36px;
	font-weight:700;
	color:#2d343e;
	text-transform:none;
}
.about .card-full .guide h2 {
	margin-top:40px;
}
.card-full .guide h3 {
	margin-top:30px;
	padding:0px 15px;
	font-size:18px;
	font-weight:600;
	color:rgba(45,52,62,0.6);
	line-height:22px;
	opacity:1;
}
.card-full .front .guide h3 {
    max-height:none;
    overflow:visible;
}
.card-full .guide h3 .glyphicon {
	font-size:32px;
	color:rgba(45,52,62,0.5);
	vertical-align:middle;
	margin-top:-8px;
	margin-right:3px;
}
.about .card-full .guide h3 {
	margin-top:0px;
	margin-bottom:60px;
}
.about ul {
	margin-bottom:20px;
}
.about li {
	margin-bottom:10px;
}
.card-full .guide p {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#2d343e;
}
.about .card-full .guide p {
	line-height:24px;
}
.card-full .guide .bottom {
	padding-right:0px;
	background:#4f545c;
	border-bottom-right-radius:unset;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
.card-full .guide .bottom .langs {
	text-align:left;
	font-size:12px;
	font-weight:600;
	color:#fff;
}
.card-full .guide .bottom .langs span {
	display:inline-block;
	margin-right:25px;
	margin-top:10px;
	margin-bottom:8px;
}
.card-full .guide .bottom .langs span img {
	display:inline-block;
	padding-right:2px;
	margin-top:-2px;
}
.card-full .guide .bottom .langs span:last-child {
	margin-right:0px;
}
.card-full .front .guide {
	border-bottom-right-radius:unset;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
.card-full .front .guide .bottom::before {
	display:none;
}

.card-full .guide .bottom .contacts {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	padding:15px;
	background:#4680d7;
}
.card-full .guide .bottom .contacts > div {
	display:inline-block;
}
.card-full .guide .bottom .contacts a {
	display:inline-block;
	/*vertical-align:middle;*/
	font-size:20px;
	color:#fff;
	text-decoration:none;
}
.card-full .guide .bottom .contacts .mail a {
	position:relative;
	top:-2px;
	font-size:16px;
}
.card-full .guide .bottom .contacts .mail {
	margin-left:5%;
}
.card-full .guide .bottom .contacts .tel {
	margin-right:5%;
}
.card-full .guide .bottom .contacts .tel .glyphicon {
	font-size:24px;
	top:3px;
	opacity:0.5;
}

.events {
	margin-top:100px;
}
.events a {
	display:block;
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
	border-radius:3px;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
}
.events a h2 {
	margin:0px;
	padding:20px 120px 20px 25px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	font-size:22px;
	font-weight:600;
	color:#2d343e;
	line-height:26px;
	border-radius:3px;
	background:rgba(255,255,255,0.8);
}
.events a:hover h2 {
	color:#fff;
	background:rgba(45,52,62,0.8);
}
.events a h2 time {
	display:inline-block;
	padding:8px 20px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	font-size:15px;
	font-weight:700;
	text-align:center;
	background:rgba(45,52,62,0.4);
	opacity:0.8;
	vertical-align:middle;
}
.events a h2 time strong {
	display:block;
	font-size:18px;
}

.event {
	margin-top:40px;
}
.event h2 {
	font-weight:700;
}
.event h2 time {
	float:right;
	display:inline-block;
	margin-top:5px;
	margin-left:15px;
	padding:5px 10px;
	font-size:16px;
	font-weight:600;
	background:rgba(255,255,255,0.15);
	border-radius:3px;
	opacity:0.8;
}
.event p {
	max-width:800px;
}
.fotorama {
	/*background:#1c1c1c;*/
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.3);
	border-radius:3px;
}
.fotorama__thumb-border {
	border-color:#679ce6;
}

.doc {
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
    padding:12px 20px;
    background:#679ce6;
    color:#fff;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    vertical-align:middle;
    border-radius:2px;
}
.doc:hover, .doc:focus {
    text-decoration:none;
}
.doc .glyphicon {
    font-size:24px;
    padding-right:4px;
    vertical-align:text-bottom;
}



/* Futuro potpis */
.futuro, .futuro span, .futuro strong {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.futuro {
	display:inline-block;
	position:relative;
	right:30px;
	float:right;
	width:25px;
	height:25px;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.futuro.right {
	right:auto;
}
.futuro.neutral, .futuro.neutral:hover {
	text-shadow:1px 1px #333;
}
.futuro.light, .futuro.light:hover {
	color:#333;
}
.futuro span {
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	z-index:10;
	background:#1d1d1d url('https://www.futuro.hr/img/potpis/futuro.png') center 5px no-repeat;
	background-size:18px auto;
	border-radius:50%;
}
.futuro.neutral.alt span {
	background-color:#666;
}
.futuro.dark.alt span,  
.futuro.light.alt span {
	background-color:#999;
}
.futuro.dark.alt2 span {
	background:transparent url('https://www.futuro.hr/img/potpis/futuro2.png') center -1px no-repeat;
	background-size:30px auto;
}
.futuro.dark.alt2:hover span {
	background-color:#d5261e;
}
.futuro strong {
	display:block;
	position:absolute;
	top:4px;
	left:15px;
	font-size:12px;
	font-weight:400;
	line-height:17px;
	opacity:0;
}
.futuro.right strong {
	left:-20px;
}
.futuro:hover {
	color:#fff;
	text-decoration:none;
	overflow:visible;
}
.futuro:hover span, .futuro.alt:hover span {
	background-color:#d5261e;
	border-radius:6px;
}
.futuro:hover strong {
	left:30px;
	opacity:1;
}
.futuro.right:hover strong {
	left:-40px;
}

@media  screen and (min-width: 1300px) {
	.carousel-control {
		width:40px;
		opacity:0.7;
	}
	.carousel-control.left {
		left:-70px;
	}
	.carousel-control.right {
		right:-70px;
	}
}

@media  screen and (max-width: 1199px) {
	.navbar-brand {
		max-width:370px;
	}
	.navbar-nav.lang-nav {
		margin-left: 15px;
	}
	.card-full .guide {
		padding-bottom:130px;
	}
	.card-full .guide .bottom .contacts {
		position:static;
		margin:-10px 0px;
	}
	.card-full .guide .bottom .contacts .mail {
		display:block;
		margin-left:0;
	}
	.card-full .guide .bottom .contacts .tel {
		display:block;
		margin-right:0;
		margin-bottom:15px;
	}
}

@media  screen and (max-width: 990px) {
	body {
		background-size:200% auto;
	}
	.navbar-nav.main-nav {
		width:100%;
		margin-top:15px;
		margin-bottom:15px;
		clear:both;
		float:none!important;
	}
	.card-full .guide {
		padding-bottom:200px;
	}
	.card-full .guide .bottom .contacts {
		margin:10px 0px -10px -30px;
	}
	.card-full .guide p {
		padding:0px 15px;
	}
}

@media  screen and (max-width: 767px) {
	body {
		background-size:300% auto;
	}
	.navbar-toggle {
		margin-top:45px;
		background-color:#21345f;
		border:none;
		border-radius:2px;
	}
	.shrink .navbar-toggle {
		margin-top:22px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#fff;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color:#21345f;
	}
	.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
		background-color:#fff;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		border:none;
		background:#21345f;
	}
	.nav.lang-nav > li {
		display:inline-block;
	}
	.navbar-nav.lang-nav {
		margin-left:0;
	}
	.navbar-default .navbar-nav.lang-nav > li > a {
		background-color:rgba(255,255,255,0.8);
	}
	.navbar-nav.main-nav {
		width:auto;
	}
	.navbar-default .navbar-nav > li > a {
		margin:10px 0px;
		padding:6px 15px;
		border-radius:0;
	}
	.navbar-brand {
		max-width:200px;
	}
	
	.carousel {
		margin-top:40px;
		margin-left:-15px;
		margin-right:-15px;
	}
	.carousel-inner {
		border-radius:0px;
	}
	.carousel-caption {
		font-size: 18px;
	}
	.carousel-caption strong {
		font-size:30px;
		line-height:30px;
	}
	
	.intro {
		padding-top:15px;
	}
	h1 {
		font-size:20px;
		font-weight:600;
		line-height:28px;
	}
	.lead {
		font-size:16px;
	}
	.full-button::after {
		background:rgba(255,255,255,0.3);
	}
	.button {
		box-shadow:0px 0px 0px 15px #496eae;
		background:#496eae;
	}
	button.button {
		box-shadow:none;
		background:transparent;
	}
	.guide .button {
		box-shadow:none;
	}
	footer .logos a {
		margin:15px;
	}
	
	.langselect {
		margin-top:10px;
		margin-bottom:-30px;
		margin-left:0px;
	}
	
	.card-full .guide h2 {
		margin-bottom:20px;
		font-size:24px;
	}
	
	.events, .event {
		margin-top:0px;
	}
	.events a h2 {
		padding:10px 120px 10px 15px;
		font-size:18px;
	}
	
}