body {
	font-family: "Fedra Sans Pro Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555658;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
}

h1 {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 30px;
}

h2 {
	font-size: 30px;
	line-height: 38px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

p {
	margin-bottom: 0;
}

a {
	color: #296cb5;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
	color: #296cb5;
}

strong {
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

input, textarea {
	border: 1px solid #aeaeae;
	padding: 0 15px;
	font-size: 12px;
	line-height: 36px;
}

textarea {
	padding: 15px;
	line-height: 20px;
}

button, .bottom input[type=submit] {
	background-color: #296cb5;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 25px;
	font-size: 12px;
	line-height: 38px;
}

button:hover, .bottom input[type=submit]:hover {
/* 	background-color: #17579d; */
}

button.inverted {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

button.inverted:hover {

}

button.inverted.darker {
	background-color: transparent;
	border-color: #17579d;
	color: #17579d;
}

button.inverted.darker:hover {
	color: #fff;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #5ac5df;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#wrapper {
	max-width: 1440px;
	margin: 0 auto;
}

section {
	padding: 40px 0;
}

section.white {
	background-color: #fff;
}

section.dark {
	background-color: #393d42;
	color: #fff;
}

section.dark.light {
	background-color: rgba(57,61,66,0.6);
	color: #fff;
}

section.dark a {
	color: #5ac5df;
}

section.dark a:hover {
	color: #fff;
}

section.img-holder {
	background: url(https://s-media-cache-ak0.pinimg.com/originals/0f/7d/fd/0f7dfd41f0a156172d1e6fbcd308ccd4.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 60px 0;
}

.bck-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.27) 89%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.27) 89%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.27) 89%, rgba(0, 0, 0, 0.4) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0 );
}

.colored {
	color: #296cb5;
}

.header-home .img-holder {
	background: url(../images/header-sea.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-1 .img-holder {
	background: url(../images/header-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-2 .img-holder {
	background: url(../images/header-14.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-3 .img-holder {
	background: url(../images/header-sea.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 560px;
	position: relative;
}

.header-4 .img-holder {
	background: url(../images/header-4.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-5 .img-holder {
	background: url(../images/more-ribe.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-8 .img-holder {
	background: url(../images/header-8.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-9 .img-holder {
	background: url(../images/header-9-1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-10 .img-holder {
	background: url(../images/header-10.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-11 .img-holder {
	background: url(../images/header-11-2.jpg) center bottom no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-12 .img-holder {
	background: url(../images/header-12.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-15 .img-holder {
	background: url(../images/header-15.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-16 .img-holder {
	background: url(../images/header-16.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-kontakt .img-holder {
	background: url(../images/header-kontakt.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-skoljke .img-holder {
	background: url(../images/more-skoljke.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-rakovi .img-holder {
	background: url(../images/more-rakovi.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-glavonosci .img-holder {
	background: url(../images/more-glavonosci.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-clanovi .img-holder {
	background: url(../images/header-clanovi.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}

.header-dogadaji .img-holder {
	background: url(http://www.tajnamora.hr/images/large-002.jpg) center center no-repeat;
	background-size: cover;
	min-height: 560px;
}



/*
.header-holder .img-holder .pattern {
	background: url(../images/grid.png) repeat;
	min-height: 560px;
}
*/

.nav-holder {
	position: absolute;
	z-index: 1;
	top: 51px;
	padding-left: 0;
	width: 292px;
}

.navbar {
	background-color: transparent;
	border: none;
	padding-right: 50px;
}

.navbar img {
	width: 100%;
	display: initial;
}

.navbar-nav {
	width: 100%;
	background-color: #393d42;
	padding-bottom: 2px;
}

.navbar-nav>li {
	float: none;
	margin-top: 1px;
	padding-top: 0px;
	padding-left: 0;
}

.navbar ul.subnav  {
	list-style: none;
	padding-left: 18px;
	color: #fff;
	font-size: 11px;
	margin-top: -10px;
	margin-bottom: 10px;
	opacity: 0.8;
}

.navbar ul.subnav li:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	width: 10px;
}

.navbar ul.subnav li {
	padding-top: 0px;
	padding-left: 0;
}

.navbar ul.subnav li a {
	color: #fff;
}

.navbar ul.subnav li a:hover {
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.navbar ul.subnav li.active a {
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffae00;
}

.navbar ul.subnav li.active:before {
	color: #ffae00;
	font-weight: 800;
}

.navbar-brand {
	float: none;
	height: auto;
	padding: inherit;
	margin-bottom: 1px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
	display: block;
	background-color: #296cb5;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 44px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: transparent;
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffae00;
}

footer {
    padding: 50px 0;
    background: url('../images/footer.jpg') right center no-repeat;
    background-size: cover;
    color: #fefefe;
    font-size: 12px;
    line-height: 20px;
}

footer .small {
	font-size: 10px;
	line-height: 16px;
}

footer .links {
	margin-top: 114px;
	float: left;
	margin-right: 70px;
}

footer .links .title {
	text-transform: uppercase;
	margin-bottom: 10px;
}

footer .links-only .title {
	margin-bottom: 22px;
}

footer .links ul {
	margin: 0;
	padding: 0;
}

footer .links ul li {
	list-style: none;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0;
	padding-left: 0;
}

footer a, footer .links a {
	color: #fefefe;
	opacity: 0.7;
}

footer a:hover {
	color: #fefefe;
	opacity: 0.7;
}

footer .info {
	width: 75%;
}

.under-footer {
	background-color: #fff;
	padding: 40px 0;
	text-align: center;
}

.under-footer img {
	width: 550px;
}

.background-cover {
	background: url('../images/diagonal_waves_@2X.png') repeat;
	background-size: 38px 38px;
	background-color: #fff;
	margin-top: -1px;
	padding-bottom: 80px;
}

.bar-cover {
	position: absolute;
	z-index: 0;
	height: 89px;
	width: 35%;
	background: url('../images/diagonal_waves_@2X.png') repeat;
	background-size: 38px 38px;
	background-color: #fff;
	margin-top: 471px;
}

.col-title {
	background: url('../images/diagonal_waves_@2X.png') repeat;
	background-size: 38px 38px;
	background-color: #fff;
	margin-top: -89px;
	padding: 35px 30px 0 0;
}

.col-title.col-title-minusone {
	margin-top: -90px;
}

.novosti .col-title {
	margin-top: -90px;
}

.text-main, .map-holder {
	padding-left: 0;
}

.text-main a {
	padding-left: 0;
	/* Careful, this breaks the word wherever it is without a hyphen */
	overflow-wrap: break-word;
	word-wrap: break-word;

	/* Adds a hyphen where the word breaks */
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.under-header {
	padding-right: 0;
	padding-left: 0;
}

.outside {
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.outside .title {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.wave {
	width: 100%;
	height: 10px;
	background: url(../images/wave.svg) repeat-x;
	background-size: 763px 8px;
	margin: 12px 0;
}

.wave.wave-title {
	background: url(../images/wave-title.svg) repeat-x;
	background-size: 800px 10px;
	width: 213px;
	margin-bottom: 15px;
}

.bottom {
	background-color: #e2e2e2;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.bottom .block1 {
	padding-right: 0;
	border-right: 2px solid #fff;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	z-index: 1
}

.bottom .block2 {
	background: url(../images/net-bck.jpg) no-repeat;
	background-size: cover;
	border-right: 2px solid #fff;
	padding: 30px;
	color: #fff;
	z-index: 1
}

.bottom .block2 h2 {
	margin-bottom: 36px;
}

.bottom .block3 {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	color: #fff;
	z-index: 1
}

.bottom .block3 h3 {
	margin-bottom: 22px;
	color: #555658;
}

.bottom .pattern {
	background: url(../images/wave-pattern.png) repeat #fff;
	background-size: 47px 40px;
	position: absolute;
	width: 50%;
	right: 0;
}

.bottom input {
	text-align: center;
	width: 300px;
	margin: 15px 0 10px;
}

.bottom input[type=submit] {
	margin: 0;
}

.profile h3 {
	color: #17579d;
	margin-top: 10px;
}

.under-title {
	text-transform: uppercase;
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
}

.profile a {
	font-size: 12px;
}

.block-ribe {
	background-color: #007789;
	color: #fff;
	margin-top: 50px;
}

.block-ribe .txt-cont {
	padding-top: 50px;
	padding-right: 70px;
	padding-bottom: 40px;
	background-color: #007789;
	z-index: 1;
}

.block-ribe .txt-cont h3 {
	margin-bottom: 20px;
}

.block-ribe .img-cont {
	position: absolute;
	right: 0;
}

.block-ribe .img-cont .img-holder {
	background: url(../images/more-ribe.jpg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.block-ribe.block-skoljke {
	margin-top: 2px;
	background-color: #6a563b;
}

.block-ribe.block-skoljke .txt-cont {
	background-color: #6a563b;
}

.block-ribe.block-skoljke .img-cont .img-holder {
	background: url(../images/more-skoljke.jpg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.block-ribe.block-rakovi {
	margin-top: 2px;
	background-color: #ec8224;
}

.block-ribe.block-rakovi .txt-cont {
	background-color: #ec8224;
}

.block-ribe.block-rakovi .img-cont .img-holder {
	background: url(../images/more-rakovi.jpg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.block-ribe.block-glavonosci {
	margin-top: 2px;
	background-color: #6d5176;
}

.block-ribe.block-glavonosci .txt-cont {
	background-color: #6d5176;
}

.block-ribe.block-glavonosci .img-cont .img-holder {
	background: url(../images/more-glavonosci.jpg) center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.gastro {
	padding-right: 0;
}

.over-title {
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.7;
}

.novosti-home .over-title {
	font-size: 10px;
	opacity: 0.7;
	margin-bottom: 5px;
}

.riba-1 .img-holder {
	background: url(../images/riba-zubatac.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.riba-2 .img-holder {
	background: url(../images/riba-brancin.jpg) center center no-repeat;
	background-size: cover;
}

.riba-3 .img-holder {
	background: url(../images/riba-list.jpg) center center no-repeat;
	background-size: cover;
}

.riba-4 .img-holder {
	background: url(../images/riba-skarpina.jpg) center center no-repeat;
	background-size: cover;
}

.riba-5 .img-holder {
	background: url(../images/riba-orada.jpg) center center no-repeat;
	background-size: cover;
}

.skoljke-1 .img-holder {
	background: url(../images/skoljke-dagnja.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.skoljke-2 .img-holder {
	background: url(../images/skoljke-kamenica.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.skoljke-3 .img-holder {
	background: url(../images/skoljke-vongola.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.skoljke-4 .img-holder {
	background: url(../images/skoljke-kanestrela.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.skoljke-5 .img-holder {
	background: url(../images/skoljke-musula.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.rakovi-1 .img-holder {
	background: url(../images/rakovi-skamp.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.rakovi-2 .img-holder {
	background: url(../images/rakovi-jastog.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.rakovi-3 .img-holder {
	background: url(../images/rakovi-hlap.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.rakovi-4 .img-holder {
	background: url(../images/rakovi-rakovica.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.glavonosci-1 .img-holder {
	background: url(../images/glavonosci-hobotnica.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.glavonosci-2 .img-holder {
	background: url(../images/glavonosci-sipa.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.glavonosci-3 .img-holder {
	background: url(../images/glavonosci-lignja.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.ribarica-1 .img-holder {
	background: url(../images/ribarica-bijelac.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.ribarica-2 .img-holder {
	background: url(../images/ribarica-laguna.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.ribarica-3 .img-holder {
	background: url(../images/ribarica-trofej.jpg) center center no-repeat;
	background-size: cover;
	min-height: 350px;
}

.clanovi-txt-holder {
	background-color: rgba(255,255,255,0.4);
	padding: 40px;
}

.clanovi-txt-holder img {
	width: 150px;
	margin: 0 auto;
}

.specs {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.specs .part1, .specs .part2, .specs .part1 div, .specs .part2 div {
	float: left;
	line-height: 24px;
}

.specs .part1 {
	margin-right: 50px;
}

.specs .part1 div, .specs .part2 div {
	margin-right: 10px;
}

.dogadaj {
	margin-top: 20px;
}

.dogadaj .txt-holder {
	color: #fff;
	border-top: 3px solid #296cb5;
	padding: 30px 30px 30px 30px;
	background-color: #393d42;
}

.novosti-home .dogadaj .txt-holder {
	border: none;
}

.dogadaj .txt-holder a {
	color: #5ac5df;
}

.dogadaj .txt-holder a:hover {
	color: #fff;
	text-decoration: none;
}

.dogadaj .txt-holder .info {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	margin: 20px 0 20px;
}

.dogadaj .img-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 250px;
}

.dogadaj.dogadaj-home .txt-holder {
	min-height: 450px;
	border: none;
	background-color: transparent;
	padding-left: 0;
}

.dogadaj.dogadaj-home .txt-holder a {
	color: #fff;
}

.dogadaj.dogadaj-home .txt-holder a:hover {
	color: #5ac5df;
}

.dogadaj.dogadaj-home .img-holder .inside {
	padding: 30px;
	color: #fff;
}

.dogadaj.dogadaj-home .img-holder .inside h3 {
	color: #fff;
}

.dogadaj.dogadaj-home .img-holder .inside p span {
	text-transform: uppercase;
}

.dogadaj.dogadaj-home .img-holder .inside-1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76b3e0+0,76b3e0+100&1+0,1+44,0+100 */
	background: -moz-linear-gradient(top, rgba(118,179,224,1) 0%, rgba(118,179,224,1) 44%, rgba(118,179,224,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(118,179,224,1) 0%,rgba(118,179,224,1) 44%,rgba(118,179,224,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(118,179,224,1) 0%,rgba(118,179,224,1) 44%,rgba(118,179,224,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b3e0', endColorstr='#0076b3e0',GradientType=0 ); /* IE6-9 */
}

.dogadaj.dogadaj-home .img-holder .inside-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f78f14+0,f78f14+100&1+0,1+44,0+100 */
	background: -moz-linear-gradient(top, rgba(247,143,20,1) 0%, rgba(247,143,20,1) 44%, rgba(247,143,20,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247,143,20,1) 0%,rgba(247,143,20,1) 44%,rgba(247,143,20,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247,143,20,1) 0%,rgba(247,143,20,1) 44%,rgba(247,143,20,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78f14', endColorstr='#00f78f14',GradientType=0 ); /* IE6-9 */
}

.dogadaj.dogadaj-home .img-holder .inside-3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95b06b+0,95b06b+100&1+0,1+44,0+100 */
	background: -moz-linear-gradient(top, rgba(149,176,107,1) 0%, rgba(149,176,107,1) 44%, rgba(149,176,107,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(149,176,107,1) 0%,rgba(149,176,107,1) 44%,rgba(149,176,107,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(149,176,107,1) 0%,rgba(149,176,107,1) 44%,rgba(149,176,107,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b06b', endColorstr='#0095b06b',GradientType=0 ); /* IE6-9 */
}

.novosti .dogadaj .img-holder {
	min-height: 330px;
}

.novosti .over-title {
	font-size: 10px;
	margin-bottom: 10px;
}

.widgets .date {
	background: url(../images/date-bck.png) no-repeat;
	background-size: 81px 76px;
	width: 81px;
	height: 76px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.widgets .date .month {
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 9px;
	padding-top: 2px;
	color: #fff;
}

.widgets .date .day {
	font-size: 36px;
	padding-top: 16px;
	color: #555658;
}

.widgets .place {
	background: url(../images/place-bck.png) no-repeat;
	background-size: 81px 76px;
	width: 81px;
	height: 76px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 130px;
}

.widgets .place .city {
	font-size: 18px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: 5px;
	color: #555658;
	letter-spacing: -0.2px;
	text-shadow: -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.dogadaji-link {
	text-align: right;
	font-size: 10px;
	line-height: 15px;
	position: relative;
	top: -26px;
}

.news-preview-holder .dogadaji-preview {
	color: #555658;
	padding: 0;
	border-bottom: 1px dotted rgba(85,86,88,0.3);
	padding-bottom: 15px;
}

.news-preview-holder.last .dogadaji-preview {
	border: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

a:hover .dogadaji-preview p.title strong {
	text-decoration: underline;
}

.under-title-date {
	margin-top: -20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #296cb5;
}

.dogadaji-preview {
	margin-top: -10px;
	margin-bottom: 25px;
}

.dogadaji-preview .img-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40%;
	min-height: 70px;
	float: left;
	margin-right: 5%;
}

.dogadaji-preview .txt-holder {
	float: left;
	width: 55%;
}

.dogadaji-preview .txt-holder .date {
	font-size: 10px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 1px;
}

.dogadaji-preview .txt-holder .title {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}

.dogadaji-preview .txt-holder .city {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 5px;
}


.outside-floating {
	background-color: #dcdcdc;
	position: relative;
	z-index: 2;
	height: 430px;
	padding-right: 0;
	padding-left: 30px;
}

.outside-floating .outside {
	width: 367px;
}

.bar-cover.bar-cover-bck {
	background-color: #dcdcdc;
	height: 430px;
	right: 0;
	top: -900px;
	width: 100%;
	z-index: 1;
	background-image: none;
}

.natjecaji-home a .txt-holder .title {
	color: #555658 !important;
}

.natjecaji .dogadaji-preview {
	border-bottom: 1px dotted rgba(85,86,88,0.5);
	padding-bottom: 20px;
}

.natjecaji .dogadaji-preview.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.natjecaji .dogadaji-preview .number {
	float: left;
	width: 20%;
	font-size: 72px;
	line-height: 45px;
	margin-right: 1%;
	opacity: 0.5;
}

.natjecaji .dogadaji-preview .txt-holder {
	width: 79%;
}

.floating-onheader {
	position: absolute;
	top: 0px;
	left: -30px;
}

.floating-onheader.search {
	background-color: #d8d8d8;
	height: 90px;
	width: 100%;
	top: -179px;
	left: 0px;
	padding: 25px 50px 25px 98px;
}

input.searchinput {
	float: left;
	width: 85%;
}

.floating-onheader.title {
	top: -360px;
	left: 0px;
	color: #fff;
}

.header-home .title {
	margin-top: 201px;
}

.novosti-home .novosti-home-txt {
	padding-right: 0;
}

.title .title-big {
	font-size: 48px;
	line-height: 54px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Fedra Sans Pro Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*
	margin-bottom: 20px;
	background: linear-gradient(90deg, transparent 0%, #fff 0%, #fff 50%, transparent 50%);
	background-size: 100% 2px;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	*/
}

button.search {
	font-size: 20px;
	width: 15%;
	padding: 0;
}

.dark .sudionik {
	margin-bottom: 30px;
	padding-right: 2px;
	padding-left: 2px;
}

.dark .sudionik:nth-of-type(1), .dark .sudionik:nth-of-type(7) {
	padding-left: 15px;
}

.dark .sudionik:nth-of-type(6), .dark .sudionik:nth-of-type(12) {
	padding-right: 15px;
}

.sudionik .img-holder {
	border-top: 3px solid #296cb5;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100px;
}

.sudionik .txt-holder {
	background-color: #fff;
	padding: 15px 10px 10px;
	color: #555658;
	border-top: 1px solid #ddd;
}

.sudionik .presenter {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 18px;
	font-family: "Fedra Sans Pro Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	opacity: 0.7;
}

.under-img {
	font-size: 11px;
	line-height: 15px;
	opacity: 0.8;
	margin-top: 7px;
}

.under-img i {
	font-size: 14px;
	margin-right: 3px;
}

.google-map {
	border: none;
}

.gmap {
	height: 400px;
}

.news .img-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 300px;
	background-color: #296cb5;
}

.news .img-holder .inside {
	background-color: rgba(0,0,0,0.3);
	padding: 30px;
}

.news a {
	color: #fff;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
}

.news a:hover .img-holder .inside {
	background-color: transparent;
}

.news h5 {
	position: absolute;
	bottom: 20px;
	padding-right: 30px;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
}

.news .date {
	background: transparent;
	text-align: center;
	width: 60px;
	height: 60px;
	color: #fff;
	letter-spacing: 0px;
	font-style: normal;
	position: absolute;
	right: 20px;
	top: 30px;
	padding: 13px 0 0 0;
	-webkit-transition: all 0.5s 0.25s ease;
	transition: all 0.5s 0.25s ease;
	border: 1px solid #fff;
}

.news .img-holder .inside-all {
	background-color: #5ac5df;
}

.news .inside-all h2 {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-transform: uppercase;
	padding-right: 30px;
}

.news .inside-all h2 i {
	font-weight: bold;
}

.more-ponuda {
	margin-top: 200px;
	position: relative;
	z-index: 1;
}

.more-riba .img-holder {
	background: url(../images/more-ribe.jpg) center center no-repeat;
	background-size: cover;
}

.more-skoljke .img-holder {
	background: url(../images/more-skoljke.jpg) center center no-repeat;
	background-size: cover;
}

.more-rakovi .img-holder {
	background: url(../images/more-rakovi.jpg) center center no-repeat;
	background-size: cover;
}

.more-glavonosci .img-holder {
	background: url(../images/more-glavonosci.jpg) center center no-repeat;
	background-size: cover;
}

.more-ponuda button {
	width: 100%;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.99);

}

.more-ponuda .img-holder {
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.99);
	min-height: 250px;
}

.scrolloff {
    pointer-events: none;
}

.target {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

#overlay {
	width: 100%;
	overflow: hidden;
	height: 500px;
}

.floating-onmap {
	position: absolute;
	top: 80px;
	/* transform: translate(0%, 50%); */
	padding: 40px 30px 30px;
	right: 15px;
	z-index: 1;
	background-color: #fff;
	min-height: 340px;
}

/* ---- grid ---- */

.grid {
	background: #fff;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer, .grid-item {
	width: 25%;
}

.grid-item {
	float: left;
	border: 2px solid #fff;
}

.grid-item img {
	display: block;
	max-width: 100%;
}

table.dotted tr {
	border-bottom: 1px dotted rgba(85,86,88,0.5);
}

table.dotted tr td {
	padding: 30px 0;
}

.download-link {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-style: normal;
	border-bottom: solid 1px #296cb5;
}

a.fault {
	cursor: not-allowed;
	text-decoration: none;
}

ul li, ol li {
	padding-top: 5px;
	padding-left: 5px;
}

ul.check {
	list-style: none;
	padding: 0;
}

ul.check li {
	padding-left: 46px;
}

ul.check li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -25px;
	width: 25px;
	color: #296cb5;
}

ol.letters {
	list-style-type: upper-alpha;
}

.natjecaji h4 {
	margin-bottom: 15px;
}

.natjecaji .under-title {
	margin-bottom: 20px;
}

.navbar-toggle {
	border: none;
	position: inherit;
	float: none;
	padding: 0px 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.toggled .navbar-toggle .icon-bar {
	background-color: #393d42;
}

.txt-main {
	padding-left: 0;
}

.txt-main-extra-space {
	margin-bottom: 200px;
}

ul.pagination li a.current {
	font-weight: bold;
	background-color: #337ab7;
	color: #fff;
}

.holder a.link-holder:last-child .dogadaji-preview {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.search-box {
	z-index: 100;
}