/* PROGRAMI PUTOVANJA */
html
{
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Open Sans', sans-serif;
}

*, *:after, *:before {
	box-sizing: border-box;
}

h2, h1 {
    font-weight: bold;
}
p, li {
	font-family: Open Sans,sans-serif;
}

.wrapper-prg .card {
  min-height: 400px;
}

.wrapper-prg {
	/* padding: 5px; */
	margin: 0 auto;
	max-width: 100em;
}

.pagination-lg .page-link {
    background-color: #007bff;
}

.wrapper-prg a:hover {
  color: #000000;        /* #ff6600; */
  text-decoration: none;
}

.tripprice {
	width: 300px;
	padding: 30px 10px;
	border: 1px solid #ff66a3;
	margin-bottom: 20px;
	background-color: #e6005c;
	color: #ffffff;
}

.badge-warning {
	color: #ffffff;
    background-color: #ea1515;
}

.mobcol {
  text-align: center;
  max-width: 50%;
 /* height: 4em; */
  padding: 0;
}

.ph-5 {
  padding: 5px;
}

.mc-l {
  border-right: 1px solid #fff;
}

.mc-r {
  border-left: 1px solid #fff;
}

.description ul {
  list-style-type: square;
  padding-left: 2em;
}



.modal-footer { border: 0; padding-top: 0 }



.text-red {
  color: #cc0000;
}

.blink_me { animation: blinker 1s linear infinite; }
@keyframes blinker { 
  50% { opacity: 0; }
}


.orange {
	background: #ff9f1a;
}

.silver {
	background: #eeeeee;
}

.green {
	background: #85ad00;
}

.blue {
	background: #0076ad;
}

.pastel-red {
	background: #ffe2e1;
}

.pastel-green {
	background: #ebffe5;
}


.checked, .price span {
	color: #ff9f1a;
}

.badge {
	padding: 8px;
	margin: 0 3px;
}

.button-reservation .btn {
	min-width: 200px;
	color: #000000 !important;
	border: 1px solid #000000 !important;
	background-color: white;
	font-size: 16px;
	font-weight: 700;
}

.vl {
  border-left: 1px solid #000000;
  height: 500px;
}

.badge-pill {
    border-radius: 0.2rem;
}

#myAvailableModal {
	font-size: 14px;
}

@media ( min-width : 40em) {
	.wrapper {
		padding: 10px;
	}
}

.article {
	float: left;
	height: 300px;
	padding: 5px;
	width: 100%;
}

@media ( min-width : 40em) {
	.article {
		height: 500px;
		padding: 10px;
	}
	.article.half {
		width: 50%;
	}
}

.inner {
	background: black;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	height: 100%;
	overflow: hidden;
	padding: 30px 20px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	width: 100%;
}

.inner:after {
	background: linear-gradient(35deg, rgba(0, 0, 0, 0.6) 50%, #3891c9 100%);
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media ( min-width : 40em) {
	.inner:after {
		background: linear-gradient(35deg, rgba(56, 145, 201, 0) 50%, #3891c9
			100%);
	}
}

.inner h2 {
	color: #fff;
	font-size: 3em;
	margin: 0;
	position: relative;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	z-index: 2;
}

.inner h4 {
	color: #eee; /* #9cc8e4; */
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	position: relative;
	margin: 0;
	z-index: 2;
}

.excerpt {
	bottom: -100%;
	color: #fff;
	height: 100%;
	padding: 20px 10px 30px;
	position: absolute;
	transition: 0.4s;
	z-index: 2;
	width: 100%;
}

.inner:hover .excerpt {
	bottom: 0;
}

.excerpt:before {
	background: rgba(0, 0, 0, 0.8);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1.35, 1);
	width: 100%;
	z-index: 1;
}

@media ( min-width : 40em) {
	.excerpt {
		height: auto;
		padding: 0 10px 100px;
	}
	.excerpt:before {
		transform: scale(1.35) rotate(3deg);
	}
}

.excerpt p {
	margin: 20px 20px 30px 0;
	position: relative;
	z-index: 3;
}

.excerpt a {
	background: #3891c9;
	color: inherit;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	z-index: 3;
}

.excerpt a:hover {
	background: #2c74a2;
}

/* ------------------------------------------------------------------------------------------------------ */


/* POLASCI */

.HederPolasci {
  background-color: #003F74;
  text-align: center;
  color: #fff;
  padding: 0.75rem;
}

.HederSide {
  padding: 0.75rem;
  font-size: 1.25rem;
}

.WrapperPolasci {
  background-color: #fff;
  box-shadow: 0 2px 4px 0, 2, 3, 0.15;
  
  min-height: 1rem;
}

.Item {
  border-bottom: 1px solid #ebeeef;
  display: grid;
  grid-column-gap: 0.1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  line-height: 1.4rem;
  padding: 0.5rem 1rem;
  z-index: 101;
  min-height: 3rem;
}

.Item-side {
  line-height: 1.25rem;
  min-height: 4rem;
}

@media (min-width: 56rem) {
  .Item {
    grid-template-columns: 3fr 10fr 4fr 5fr;
  }
}

.Item:active,
.Item:focus,
.Item:hover {
  background-color: #f8f9fa;
  box-shadow: 0 1px 2px rgba(0, 2, 3, 0.15);
  cursor: pointer;
  
  /* margin: -4px; */
  /* padding: calc(.5rem + 4px) calc(1rem + 4px); */
  padding: calc(.5rem + 1px) calc(1rem);
  z-index: 102;
}

.Item-date {
  display: initial;
  grid-column-start: 0;
  grid-column-end: 1;
  font-size: 1.25rem;
}

.Item-date-side {
  font-size: 1.1rem;
}

.Item-primaryLabel {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 0 0.8rem;
}

.titleside {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0 0.3;
}

@media (min-width: 56rem) {
  .Item-primaryLabel {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

.Item-secondaryLabel {
  color: #5e6e78;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (min-width: 56rem) {
  .Item-secondaryLabel {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}

.Item-status {
  font-weight: 600;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  text-align: right;
  font-size: 1.5rem;
  padding-top: 0.3rem;
}

.Item-status.transport {
  color: #e72323;
}

.transporticon {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 1.2rem;
  padding-top: 0.2rem;
  color: #e72323;
}

.BtnPolasci {
  font-size: 1.2rem;
  font-weight: 600;
  min-height: 2.75rem;
}


/* ------------------------------------------------------------------------------------------------------ */



/* BOX PROGRAMI PUTOVANJA */
.content-wrapper {
	padding-top: 15px;
	margin: 0 auto;
	/* max-width: 1200px; */
	/* display: flex;
  flex-flow: row wrap;
  justify-content: center; */
	/* padding: 0.5rem; */
}


.news-card {
	border: 0px solid aqua;
	margin: 1rem 0;
	position: relative;
	height: 12rem;
	overflow: hidden;
	/* border-radius: 0.5rem; */
	/* flex: 1; */
	/* min-width: 700px; */
	box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.5);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.news-card .price-badge {
	position: absolute;
	top: 20px;
	right: -50px;
	padding: 10px;
	width: 200px;
	background: #2e5cb8;
	color: white;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	transform: rotate(40deg);
}

.news-card .card-type {
	display: block;
	padding: 4px;
	width: 120px;
	background: #2e5cb8;
	font-size: 13px;
	text-align: center;
	color: white;
}

.news-card .first-minute {
	background: #cddc39;
	color: #000000;
}

.news-card .last-minute {
	background: #e91e62;
	color: #ffffff;
}

.news-card .special-offer {
	background: #9c27b0;
	color: #ffffff;
}

.news-card .new-trip {
	background: #ffc107;
	color: #000000;
}

@media ( min-width : 900px) {
	.news-card {
		height: 20rem
	}
}

.news-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0)
		50%, rgba(0, 0, 0, 0.7) 80%);;
	z-index: 0;
}

.news-card__card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	/*     background: rgba(255,0,0,.5); */
}

.news-card__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: -1;
}

.news-card__text-wrapper {
	position: absolute;
	bottom: 0rem;
	padding: 1rem;
	color: white;
	/*     background-color: rgba(0, 0, 0, 0.4); */
	transition: background-color 1.5s ease;
	width: 100%;
}

.news-card__title {
	transition: color 1s ease;
	margin-bottom: .5rem;
}

.news-card__post-date {
	font-size: 1rem;
	margin-bottom: .5rem;
	color: #CCC;
}

hr {

     margin-bottom: 0.4rem; 
}

.news-card__details-wrapper {
	max-height: 0;
	opacity: 0;
	transition: max-height 1.5s ease, opacity 1s ease;
}

@media ( min-width : 900px) {
	.news-card:hover .news-card__details-wrapper {
		max-height: 20rem;
		opacity: 1;
	}
	.news-card:hover .news-card__text-wrapper {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.news-card:hover .news-card__title {
		color: yellow;
	}
	.news-card:hover .news-card__image {
		transform: scale(1.2);
		z-index: -1;
	}
}

.news-card__excerpt {
	font-weight: 300;
	color: #ffffff;
}

.news-card__read-more {
	background: black;
	color: #bbb;
	display: block;
	padding: 0.4rem 0.6rem;
	border-radius: 0.3rem;
	margin-top: 1rem;
	border: 1px solid #444;
	font-size: 0.8rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	width: 7rem;
	margin-left: auto;
	position: relative;
	z-index: 5;
}

.news-card__read-more i {
	position: relative;
	left: 0.2rem;
	color: #888;
	transition: left 0.5s ease, color 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.news-card__read-more:hover i {
	left: 0.5rem;
	color: yellow;
}

/* ------------------------------------------------------------------------------------------------------ */
.gap {
	display: block;
	position: relative;
	margin: 30px 0 10px 0;
	clear: both;
}

.gap:after {
	clear: both;
	content: '';
	display: table;
}

.gap-small {
	margin: 20px 0 10px 0;
}

.gap-mini {
	margin: 10px 0 0 0;
}

.gap-verymini {
	margin: 5px 0 5px 0;
}

.gap-big {
	margin: 60px 0 60px 0;
}

.gap-large {
	margin: 90px 0 90px 0;
}

.site {
	max-width: 100em;
	margin: 0 auto;
}





.detailpage h1 {
	margin-bottom: 0;
}

.detailpage h2 {
	font-size: 2rem;
	color: #007bff;
	font-weight: 400;
}

.detailpage h3 {
	margin-top: 0;
	font-weight: 100;
}

.description p, .description ul li {
	font-size: 1.1rem !important;
	font-weight: 300 !important;
}

.mylead p, .mylead ul li {
	font-size: 1.1rem !important;
	font-weight: 300 !important;
	padding: 0;
	margin: 0;
}



.mylead ul {
	font-size: 1.1rem !important;
	list-style-type: square;
	margin-left: 30px;
}

.mylead strong {
	font-weight: 600;
}

.mylead h4 {
	font-weight: 600;
	font-size: 1.2rem;
	color: #566573;
	margin: 0;
	padding: 0;
}


.wrapper-prg h4 a { color: #ffffff; }

.wrapper-prg h4 a:hover { color: #FFD700; }

.wrapper-prg a.text-red { color: #cc0000; font-weight: 600; }
.wrapper-prg a.text-red:hover { color: #cc0000 }






.banertext .capTitle {
	font-size: 60px;
	font-weight: 600;
	text-shadow: 0 4px 4px #000000, 0 6px 6px #000000;
}

.banertext p {
	font-size: 40px;
	text-shadow: 0 4px 4px #000000, 0 6px 6px #000000;
}

.restprg .shadow {
	text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}

.header-social {
	margin: 40px 0 0 20px;
}

.header-contact {
	margin: 37px 20px 0 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
}

.header-contact .info {
	float: right;
	text-align: left;
	line-height: 33px;
}

.header-contact .info a {
	color: #ffffff;
}

.header-contact .info a:hover {
	color: #99ccff;
}

.price-container, .price-container:before, .price-container:after,
	.price-container .price, .price-container .price:before,
	.price-container .price:after {
	height: 8.5em;
	width: 10em;
	background: #cc0052 url(img/price-bg.png) top left no-repeat;
	background-size: 8.5em;
}

.price-container:before, .price-container:after, .price-container .price:before,
	.price-container .price:after {
	content: "";
	position: absolute;
}

.price-container {
	position: relative; /* Context */
	top: 2.5em;
	left: 2.5em;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.price-container:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.price-container:after {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.price-container .price {
	padding: 1em 0em;
	height: 7.5em; /* height minus padding */
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1; /* important so the text shows up */
}

.price-container .price:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}

.price-container .price:after {
	top: 0;
	left: 0;
	-webkit-transform: rotate(75deg);
	-moz-transform: rotate(75deg);
	-ms-transform: rotate(75deg);
	-o-transform: rotate(75deg);
	transform: rotate(75deg);
}

.price-container .price span {
	position: relative;
	z-index: 100;
	display: block;
	text-align: center;
	color: #FE3D5C;
	font-size: 1.4em;
	text-transform: uppercase;
}

.price-container .price span.pre-label {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #fff;
}

.price-container .price span.number {
	font-size: 2em;
	line-height: 1em;
	color: #fff;
}

.kat-home h1 h3 {
	text-align: center;
}

.price-container .price span.label {
	font-size: .8em;
	margin-top: 5px;
	line-height: 1em;
	color: #fff;
}

.mylead table {
	border: 1px solid #007bff;
	margin: 20px 0;
	width: 100% !important;
}

.mylead table th {
	border: 1px solid #007bff;
	background-color: #007bff;
	color: #ffffff;
	font-weight: bold;
}

.mylead table tr {
	border: 1px solid #007bff;
}

.mylead table td {
	border: 1px solid #007bff;
}

/* -------------------- POLASCI -------------------------------------------------  */
.event-list .info .row {
  padding-left: 10px;
}

.event-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

.info h4 {
  margin-bottom: 0px;
  padding-top: 10px;
}

.event-list>li {
  border: 1px solid red;
  padding: 0px;
  margin-bottom: 10px;
}

.event-list>li>time {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  background-color: rgb(197, 44, 102);
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}

@media ( max-width : 768px) {
  .event-list>li>time {
    display: flex; 
  }
}

.event-list>li:nth-child(even)>time {
  background-color: rgb(165, 82, 167);
}

.event-list>li>time>span {
  display: none;
}

.event-list>li>time>.day {
  display: block;
  font-size: 56pt;
  font-weight: 100;
  line-height: 1;
}

.event-list>li time>.month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}

@media ( max-width : 768px) {
  .event-list>li time>.month {
    padding: 0 10px; 
  }
}

.event-list>li time>.year {
  display: block;
  font-size: 24pt;
  font-weight: 500;
  line-height: 1;
}

.event-list>li>.info {
  padding-top: 5px;
  text-align: center;
  background-color: #fbfbfb;
}

.event-list>li>.info .pl-20 {
  padding-left: 23px;
}

.event-list>li>.info .button-reservation {
  text-align: right;
}

.event-list>li>.info>.title {
  font-size: 17pt;
  font-weight: 700;
  margin: 0px;
}

.event-list>li>.info>h2 {
  padding-left: 20px
}

.event-list>li>.info>.desc {
  font-size: 13pt;
  font-weight: 300;
  margin: 0px;
}

.event-list>li>.info>ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.event-list>li>.info>ul>li {
  display: table-cell;
  cursor: pointer;
  color: rgb(30, 30, 30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}

.event-list>li>.info>ul>li>a {
  display: block;
  width: 100%;
  color: rgb(30, 30, 30);
  text-decoration: none;
}

@media ( min-width : 768px) {
	.event-list>li {
		position: relative;
		display: block;
		width: 100%;
		min-height: 60px;
		padding: 0px;
	}
	.event-list>li>time {
		display: inline-block;
		width: 120px;
		float: left;
	}
	.event-list>li>.info .button-reservation {
		text-align: right;
		padding-right: 10px;
		display: block;
		padding-top: 20px;
	}
	.event-list>li>.info {
		background-color: #fbfbfb;
		overflow: hidden;
		box-shadow: 0px 15px 30px rgb(0 0 0 / 5%);
		border: 1px solid red;
	}
	.event-list>li>time {
		/*	width: 120px; */
		min-height: 60px;
		overflow: hidden;
		padding: 2px;
		margin: 0px;
	}
	.event-list>li>.info {
		position: relative;
		min-height: 10px;
		text-align: left;
		padding-bottom: 15px;
	}
	.event-list>li>.info>.title, .event-list>li>.info>.desc {
		padding: 0px 10px;
	}
	.event-list>li>.info>ul {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	.event-list>li>.social {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 40px;
	}
	.event-list>li>.social>ul {
		border-left: 2px solid rgb(230, 230, 230);
	}
	.rez-but {
	  /* padding-top: 19px; */
	}
	.event-list>li>.social>ul>li {
		display: block;
		padding: 0px;
	}
}

/* STEP RESERVATION */
.step {
	list-style: none;
	margin: .2rem 0;
	width: 100%;
}

.step .step-item {
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	margin-top: 0;
	min-height: 1rem;
	position: relative;
	text-align: center;
}

.step .step-item:not (:first-child )::before {
	background: #0069d9;
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	top: 9px;
	width: 100%;
}

.step .step-item a {
	color: #acb3c2;
	display: inline-block;
	padding: 20px 10px 0;
	text-decoration: none;
}
.upitdat {
			font-size: 14px;
			margin-left: 7px;
			padding-right: 5px;
			background-color: #f3f2f2;
		}

.step .step-item a::before {
	background: #0069d9;
	border: .1rem solid #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: .9rem;
	left: 50%;
	position: absolute;
	top: .2rem;
	transform: translateX(-50%);
	width: .9rem;
	z-index: 1;
}

.step .step-item.active a::before {
	background: #fff;
	border: .1rem solid #0069d9;
}

.step .step-item.active ~ .step-item::before {
	background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
	background: #e7e9ed;
}

/* Search form */
.search-form {
	border: 1px solid #ccc;
	padding: 1em;
}

.search-form .padTop {
	padding-top: 2em;
}

.search-form .datepicker td, .search-form .datepicker th {
	width: 2.5rem;
	height: 1rem;
	font-size: 0.85rem;
}

.search-form input.form-control::placeholder {
	font-style: italic;
	color: #ccc;
}

/*
.search-form .input-group {
  border-radius: 5px;
}

.search-form input.form-control, .search-form select.form-control {
  border-radius: 5px;
  border: none; */
}
.search-form .input-group-text {
	border-radius: 5px;
	border: none;
}

.search-form .datepicker-dropdown {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

* /
	/* NAPLATA */ 

ul.payment {
	list-style-type: none;
}

ul.payment li {
	font-weight: 600;
	width: 100%;
}

ul.payment li span {
	display: inline-block;
	width: 200px;
	font-weight: 300;
	color: #555555;
}

/* ------------------------------------------------------------------------------  */
.languages {
	height: 33px;
	background-color: #e52c39;
}

/*  GTranslate */
a.gflag {
	vertical-align: middle;
	font-size: 32px;
	padding: 1px 0;
	background-repeat: no-repeat;
	background-image: url(//gtranslate.net/flags/32.png);
	margin: 0 8px;
}

a.gflag img {
	border: 0;
}

a.gflag:hover {
	background-image: url(//gtranslate.net/flags/32a.png);
}

#goog-gt-tt {
	display: none !important;
}

.goog-te-banner-frame {
	display: none !important;
}

.goog-te-menu-value:hover {
	text-decoration: none !important;
}

body {
	top: 0 !important;
	
}

#google_translate_element2 {
	display: none !important;
}

.header {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 140px;
}

@media ( max-width : 768px) {
	.wrapper-prg {
		padding: 0px;
		max-width: 100%;
	}
	.banertext .capTitle {
		font-size: 30px;
		font-weight: 400;
		text-shadow: 0 4px 4px #000000, 0 6px 6px #000000;
	}
	.banertext p {
		font-size: 20px;
		text-shadow: 0 4px 4px #000000, 0 6px 6px #000000;
	}
	.news-card__title {
		font-size: 24px;
		margin-bottom: .1rem;
	}
	.novisibleonmobile {
		display: none;
	}
	.header-social {
		text-align: center;
	}
	.header-contact {
		margin: 15px 25px 0;
		font-size: 17px;
		text-align: center;
	}
	.header-contact .info {
		float: left;
		padding-bottom: 20px;
	}
	.logo {
		display: block;
		min-height: 50px;
	}
	.logo img {
		max-height: 100px;
	}
	.event-list>li>.info .button-reservation {
		text-align: center
	}

	/*  GTranslate */
	a.gflag {
		vertical-align: middle;
		font-size: 24px;
		padding: 1px 0;
		background-repeat: no-repeat;
		background-image: url(//gtranslate.net/flags/24.png);
		margin: 4px 1px 0;
	}
	a.gflag:hover {
		background-image: url(//gtranslate.net/flags/24a.png);
	}
}

/* ......... novi redizajn............ */
.soc {
	color: white;
	padding-right: 15px;
	padding-top: 18px;
	padding-bottom: 12px;
}

.soc-nav {
	color: white;
	padding-right: 15px;
	padding-top: 5px
}

.soc-mob {
	color: white;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.soc-mob-len {
	color: white;
	padding-right: 15px;
	padding-top: 10px;
}

.soc-mob-nov {
	display: block;
	color: white;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 12px;
}

.line-nav {
	padding-top: 3px;
    background-color: #e52c39;
}
.top {
    background-color: #e52c39;
}

.top a {
	color: white;
	font-size: 13px;
	font-weight: 600;
}

.top input {
  padding: 0 5px;
  margin-top: 5px;
  height: 1.8em;
  border-color: #002A4D; 
  background-color: #002A4D; 
  color: #ffffff;
  font-size: 16px;
}

.top input:focus {
  border-color: #557FA2; 
  background-color: #003F74; 
  color: #ffffff;
}

.top .btn {
   padding: 0 0.7em;
   height: 1.8em;
   margin-top: 5px;
   background-color: #ffffff; 
}









/* MENI */


.dropdown-toggle::after {
	transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
	transform: translateY(3px);
}

.dropdown-menu {
	margin-top: 0;
}


.navbar-toggler-icon {
	background-image:
		url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.navbar {
  /* background-color: #003F74; */
  background-color: #fff;
  padding-bottom: 0.5em;
}

.navbar-brand {
	padding-top: 0rem;
	padding-bottom: 0rem;
	/* padding: 0.2em; */
	background-color: #ffffff;
	/* border-radius: 50%; */
	
}

.meni {
	background-color: #eee;   /* #0099CC; */
}


.logo {
	display: block;
	height: 80px;
}




.navbar .container-fluid {
	width: 90%;
}

@media ( min-width : 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		font-size: 15px;
		font-weight: bold;
		color: #002A4D;      /* Boja slova menija */
	}
}

.navbar-nav .nav-link {
	color: #002A4D;
}


.social-buttons {
	margin: 10px 0 0;
}

.social-buttons .socbutton {
	float: left;
	width: 100px;
	height: 30px;
}

.nav-link {
	padding: 0 10px;
}

.dropdown-menu {
	background-color: #white;  /* #003F74  007bff */
	color: #e52c39;
	text-transform: uppercase;
}

.dropdown-item {
	color: #5c5c5c;
	font-size: 14px;
}

.nav-link {
        font-size: 14px;
        font-weight: bold;
	padding: 4px 10px;
}


@media ( max-width: 768px) {
   .logo {
     height: 60px;
   }
}


/* MENI END */







footer {
	background-color: #e52c39;
}

footer h3 {
	color: white;
	font-size: 24px;
}

footer hr {
	background-color: white;
	margin-right: 120px;
}

footer  a {
	color: white;
	display: block;
	font-size: 16px;
	padding-top: 3px
}

footer  img {
	display: block;
}

.del {
	color: #e0dfdf;
	padding-top: 15px
}

.dat {
	background-color: #f8f8f8;
	border: 1px solid #cccece;;
	border-radius: 20px;
}

.dat h4 {
	color: #306180;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
}

.kat-home h4 {
	color: #797878; 
	font-size: 22px
}

.dat span {
	color: #8d8e8e;
}

.card {
	height: 10px;
	/*  width: 310px; */
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.card:hover .heart {
	top: 10px
}

.heart {
	z-index: 1;
	position: absolute;
	top: -60px;
	right: 10px;
	transition: all 0.5s
}

.heart i {
	font-size: 22px;
	color: #ff4f00
}

.heart-red {
	color: red !important
}

.top-div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.top-div .border {
	width: 100%;
	height: 200px
}

.top-div img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.top-div span {
	height: 28px;
	width: 110px;
	background-color: #e52c39;
	color: #fff;
	position: absolute;
	top: 171px;
	left: 1px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px
}

.top-put {
	height: 48px;
	width: 15px;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 10px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px
}

.rcornertravel {
  border-radius: 100px;
  background-color: #e62c3a;
  padding: 15px;
  width: 20px;
  height: 20px;
}

.bottom-div {
	display: flex;
	flex-direction: column;
	padding: 20px 5px 0 20px;
	min-height: 5em;
}

.bottom-div p {
	font-size: 13px;
	color: #A89495
}

.last-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	color:#636363;
	
}

.last-section .last-div {
  min-height: 1em;
}

.fa-shopping-bag {
	font-size: 25px;
	color: blue
}

.fa-comment-o {
	font-size: 25px;
	color: blue;
	margin-left: 10px
}

.buttons button {
	height: 30px;
	width: 80px;
	color: blue;
	border: 2px solid blue;
	background-color: #fff;
	font-size: 13px;
	border-radius: 3px;
	transition: all 0.5s
}

.buttons:hover button {
	color: white;
	background-color: blue
}

.Card-blog {
	background-color: #f9f9f9;
}

.Card-blog .card-body {
  background-color: #fff;
}

.Card-blog .card-body .naslov {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}


.but {
	background-color: #e52c39;
	color: white;
	font-size: 18px;
}

a:hover {
    color: #292929;
    text-decoration: underline;
}

.text-dark {
	color:color: #636363;
}
.text-dark-price {
	color:color: #636363;
	font-size: 17px;
}

.button-reservation a:hover {
    background-color: #e52c39;
    color: #fff !important;
}

.back {
	background-color: #ffffff;
}

.vl {
	border-right: 2px solid white;
	height: 100%;
}


.kat-page h2 {
	color: #306180;
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 20px;
}

.event-list .title a {
	color: #306180;
}

.event-list>li>time>.day {
	display: block;
	font-size: 26pt;
	font-weight: 100;
	line-height: 1;
}

.rez {
	display: inline
}


@media ( min-width : 768px) {
	.poz-article {
	   background-color: #fbfbfb;
		border: 1px solid #eee;
	
}

.wrapper-prg a {
    color: #007bff;
}

.akt-article {
	color: #306180;
	font-size: 23px;
	padding-bottom: 15px;
}
.poz-article a {
	color: #007bff;
	
}
.dug {
	color: #ffffff;
}
.carosel-style {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 617px;
	}
@media ( max-width : 768px) {
	.carosel-style {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 240px;
	
}
@media ( max-width : 768px) {
	.poz-article i .fa .fa-plane {
		padding-left: 17px; 
	}
}
.h2, h2 {
    font-size: 1.4rem;
} 
@media ( max-width : 768px) {
	.event-list>li time>.year {
		display: inline; 
	}

	.event-list>li time>.month {
		display: inline; 
	}

	.event-list>li time>.day {
		display: inline; 
	}
	
	.event-list>li>.info .button-reservation {
	  display: block;
	  margin-top: 20px;
	  margin-bottom: 20px;
	}
}
.cijena {
	margin-right: 3px;
}

@media ( max-width : 768px) {
	   .event-list>li time span>.day .month .year .time { 
		display: flex;  
	}
}
.btn-primary { background-color: #007bff;
    border-color: #e62c3a; }


.invalid-datum { font-size: 11px; color: #cc0000 !important; }
