@charset "utf-8";
/* CSS Document */
a{
	text-decoration: underline;
	color:#009fe3;
}

.content_container{
	padding:10px 0px;
	overflow:hidden;
}

.content_container .content_content{
	/*height:calc(100vh - 171px);*/
	overflow:auto;
	min-height:200px;
}

/*.content_container .content_content .content{
	width:100%;
	max-width:685px;
}*/

.scroll_holder{
	/*max-height: calc(100vh - 460px);*/
  overflow: auto;
}

.user-details{
	margin:15px 0px;
}

.user-details .user-name{
	font-size:18px;
	font-weight:bold;
	display: inline-block;
	padding-right:35px;
}

.user-details .user-name::before{
	content:'';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 15px;
	border-color: transparent transparent transparent #029EE8;
	transform: rotate(0deg);
	vertical-align: middle;
	margin-right:5px;
}

.user-details .user-token{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-color:#32486d;
	display: inline-block;
	padding:0px 15px;
	line-height:42px;
}

.user-details .user-token span{
	font-weight:normal;
	font-size:14px;
	padding-left:5px;
}

.user-details .user-token::before{
	content:'';
	display: inline-block;
	width:20px;
	height:20px;
	background:url(/images/user_usage_icon.png) center center no-repeat;
	vertical-align: middle;
	margin-right:10px;
}

.content_container .content_content .content{
	width:100%;
	max-width:1180px;
}

.select_custom{
	width:233px;
	overflow:hidden;
	background:url(/images/menu_arrow.png) center right 10px no-repeat;
	border:1px solid #cdcdcd;
	border-radius:20px;
}

.select_custom select{
	border:none;
	background-color:transparent;
	color:#36404b;
	font-family:"Roboto Condensed", sans serif;
	width:250px;
	padding:9px 10px;
	font-size:18px;
	font-weight:400;
}

.content_container .content_content .content_left{
	width:23%;
	float:left;
	box-sizing:border-box;
	margin-top:9px;
}

.content_container .content_content .content_right{
	width:73%;
	float:left;
	box-sizing:border-box;
}

.banners_container,
.contact_container{
	background-color:#fff;
}

.banners_container .banners_content{
	width:1100px;
	padding:20px 0px;
	margin:auto;
}

.banners_container .banners_content span img{
	padding-bottom:13px;
}

.articles_container{
	background-color:#fff;
	padding:0px 0px 20px 0px;
}

.articles_container .articles_content{
	width:1100px;
	margin:auto;
}

.contact_container{
	padding-bottom:50px;
}

.contact_container .contact_content{
	width:1100px;
	margin:auto;
	background:url(/images/contact_bg.jpg) center center no-repeat;
	background-size:cover;
	padding:35px 0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	margin-bottom:50px;
}

.contact_container .contact_content h1{
	font-size:30px;
	color:#fff;
	font-family:"Roboto Condensed", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-top:0px;
}

.contact_container .contact_content .contact_text{
	width:785px;
	margin:auto;
	margin-bottom:30px;
}

.contact_container .contact_content input{
	width:230px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.contact_container .contact_content textarea{
	width:478px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	font-family:"Raleway",sans-serif;
}

.contact_container .contact_content a{
	display:inline-block;
	background-color:#ff0000;
	padding:8px 40px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}

.articles_content h1{
	font-size:30px;
	font-weight:400;
	margin:0px;
	margin-bottom:20px;
}

.top_location{
	position:absolute;
	top:88px;
	left:0px;
	width:100%;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}

.top_location span{
	padding:0px 20px;
	color:#363636;
}

.top_location a{
	color:#363636;
	text-decoration:none;
	font-size:18px;
}

.top_location a.selected{
	color:#13314c;
}

.user_left .left{
	float: left;
	width: 65px;
	padding-top: 20px;
}

.user_left .input input{
	float: left;
	width: 96%;
	font-size: 18px;
	padding: 10px 20px;
	margin-top: 5px;
	border: 1px solid #c13c9d;
	background-color:#fff;
	color:#c13c9d;
	border-radius: 100px;
	font-family: 'Dosis', sans-serif;
}

.user_left .input {
    float: left;
    width: 310px;
    margin-bottom: 5px;
}

.user_left a.button {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #f6921e;
    padding: 10px 35px;
    text-decoration: none;
    float: none;
	 margin-top:20px;
}

.container-user h1,
.content_content h1{

}

.content_content h1{
	margin-top:30px;
	margin-bottom:30px;
}

.container-user h1{
	font-size:48px;
	color:#00a0e6;
	font-family:"Knauf Head",sans-serif;
}

.container-user h1 span,
.content_content h1 span{
	font-weight:normal;
}


.entry_item{
	border-bottom:1px solid #3f5673;
	padding:20px;
	position: relative;
	transition: all ease-in-out 0.2s;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently */
}

.entry_holder .entry_item.visible{
	display: block !important;
}

.entry_holder .entry_item.hidden{
	display: none;
}	

.entry_item:nth-child(2){
	border-top:1px solid #3f5673;
	margin-top:5px;
}

.entry_item:hover{
	background-color:#5c93a5;
}

.entry_holder{
	max-height:360px;
	overflow: auto;
}

.entry_holder .entry_item:nth-child(2){
	margin-top:0px !important;
	border-top:none;
}

.entry_holder .entry_item:hover{
	color:#fff !important;
}

.entry_holder input[type="radio"]:checked + .entry_item{
	background-color:#00aeef;
	color:#fff !important;
}

.entry_titles .title,
.entry_titles .date,
.entry_titles .date2,
.entry_titles .partner,
.entry_item .title,
.entry_item .date,
.entry_item .date2,
.entry_item .id,
.entry_item .vat,
.entry_item .name,
.entry_item .partner{
	width:17%;
	float:left;
	padding-top:3px;
}

.entry_titles .date,
.entry_titles .date2,
.entry_item .date,
.entry_item .date2{
	width:16%;
}

.entry_titles .points,
.entry_item .points{
	width:12%;
	float:left;
	padding-top:3px;
}

.entry_titles .edit,
.entry_item .edit{
	width:3%;
	float:right;
	text-align:right;
}

.entry_titles .edit{
	padding-top:3px;
}

.entry_item .edit img{
	opacity:0.5;
}

.entry_item .edit a img{
	opacity:1;
}

.entry_titles{
	font-weight:bold;
	padding:0px 20px;
}

.entry_titles .status,
.entry_item .status{
	padding-top:2px;
	width:15%;
	float:left;
}

.entry_item .status.info{
	cursor: pointer;
}

.entry_item .status.info .infoMsg{
	display: none;
	position: absolute;
	right:0px;
	width:33%;
	background-color:#353c45;
	color:#fff;
	padding:15px;
	z-index:999;
	border:2px solid #00aeef;
	border-radius:10px;
	top:42px;
}

.entry_item .status.info .infoMsg::before{
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #00afef transparent;
	position:absolute;
	top:-10px;
	left:calc(50% - 8px);
}

.entry_titles .status{
	padding-top:3px;
}

.entry_item .status img{
	margin-right:-1px;
}

.search_container{
	padding:8px 10px;
	background-color: #2390b7;
	border-radius: 10px;
}

.search_container input,
.search_container select{
	background:url(/images/search_input_icon.png) center right 10px no-repeat #91c8db;
	border-radius: 10px !important;
	border:none !important;
	height:35px !important;
	padding:0px 10px !important;
	color:#fff !important;
	font-family:'Knauf', sans-serif !important;
	width:96% !important;
	margin: 0px !important;
}

.user-menu{
	width:100%;
	background-color:#019fe6;
	padding:0px 0px 0px 20px;
	color:#fff;
}

.user-menu .title{
	line-height:42px;
	font-weight:bold;
	float:left;
	padding-top:3px;
	font-size:18px;
}

.user-menu .buttons{
	float:right;
}

.user-menu .buttons a{
	display: inline-block;
	padding:0px 20px;
	padding-top:3px;
	line-height:42px;
	color:#fff;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	transition:all ease-in-out 0.3s;
}

.user-menu .buttons a:hover,
.user-menu .buttons a.sel{
	background-color: #314871;
}

.user-menu .buttons a span.icon{
	width:22px;
	height:22px;
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
	margin-top:9px;
}

.user-menu .buttons a span.icon.usage{
	background:url(/images/user_usage_icon.png) center center no-repeat;
}

.user-menu .buttons a span.icon.history{
	background:url(/images/user_history_icon.png) center center no-repeat;
}

.user-menu .buttons a span.icon.settings{
	background:url(/images/user_settings_icon.png) center center no-repeat;
}

.user-menu .buttons a span.icon.logout{
	background:url(/images/user_logout_icon.png) center center no-repeat;
}

.data_right {
  color: #334870;
}

.account table tr td{
	text-align:left !important;
}

.list-details h3{
	border-top:1px solid #c0c8d3;
	border-bottom:1px solid #c0c8d3;
	padding:10px 0px;
	margin-top:0px;
}

.form_container .form_item .label{
	color:#334870;
	font-size:15px;
	text-align: left;
}

.form_container .form_item input,
.form_container .form_item select{
	width:100%;
	font-size:18px;
	padding:15px 15px 15px 15px;
	margin-top: 5px;
	border-radius:5px;;
	background-color: #f2f3f6;
	color:#194e5f;
	font-family:'Knauf', sans-serif;
	font-weight:400;
	border: none;
	transition: all ease-in-out 0.2s;
}

.register_data .form_container .form_item input,
.register_data .form_container .form_item select,
#account .form_container .form_item input,
#account .form_container .form_item select{
	border:1px solid #d1d6df;
	background-color: #fff;
	padding:10px 15px 10px 15px;
}

.form_container .form_item input:focus,
#account .form_container .form_item input:focus{
	box-shadow:0px 0px 6px rgba(176,232,247,1);
}

.profile-left{
	width:49%;
	float:left;
}

.profile-right{
	width:49%;
	float:right;
}

.povprasevanje_button{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	background-color: #0073b2;
	background: -webkit-linear-gradient(rgba(26,138,199,1) 0%, rgba(0,115,178,1) 100%);
	background: -o-linear-gradient(rgba(26,138,199,1) 0%, rgba(0,115,178,1) 100%);
	background: linear-gradient(rgba(26,138,199,1) 0%, rgba(0,115,178,1) 100%); 
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	width:80%;
	text-transform: uppercase;
	margin-top: 15px;
	border-radius: 5px;
	text-decoration: none;
}

.povprasevanje_button.green{
	background-color: #6dc899;
}

.button_profile{
	margin-bottom:30px;
}

.button_profile .povprasevanje_button{
	width:100% !important;
}

textarea:focus, input:focus{
	outline: none;
}

.reserve-form{
	
}

.reserve-form .reserve-item{
	display:inline-block;
	margin-right:15px;
	vertical-align:top;
	position: relative;
}

.reserve-form .reserve-item .label{
	font-size:16px;
	color:#019fe6;
	font-weight:bold;
	margin-bottom:5px;
}

.reserve-form .reserve-item .label::before{
	content:'';
	display:inline-block;
	vertical-align:bottom;
	width:22px;
	height:22px;
	margin-right:5px;
}

.reserve-form .reserve-item .label.icon-date::before{
	background:url(/images/reserve_calendar_icon.png) center center no-repeat;
}

.reserve-form .reserve-item .label.icon-time::before{
	background:url(/images/reserve_time_icon.png) center center no-repeat;
}

.reserve-form .reserve-item .input input,
.reserve-form .reserve-item .input select{
	border:none;
	font-size:16px;
	border-bottom:1px solid #2e3231;
	line-height:20px;
	padding:3px 0px;
	font-family:"Knauf", sans-serif;
	color:#334970;
	height:27px;
	width:100%;
}

.reserve-form .reserve-item .input select{
	background-color:#fff;
}

.reserve-form .reserve-item .input input[type="range"]{
	
}

/**SCROLL**/
#scrollbar {
	width:100%;
	z-index:2;
	border:none !important;
	position: relative;
}

/*********** Baseline, reset styles ***********/
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #00235a;
  border-radius: 0.5rem;
  height: 0.7rem;
	/*border:1px solid #e6e6e7;*/
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -4px; /* Centers thumb on the track */
  background-color: #00235a;
  border-radius:7px;
  height:15px;
  width:15px;
	/*outline: 3px solid #0068a0;
  outline-offset: 0.125rem;*/
}

input[type="range"]:focus::-webkit-slider-thumb {

}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
  background-color: #019fe6;
  border-radius: 0.5rem;
  height:3px;
	/*border:1px solid #e6e6e7;*/
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
  background-color: #fff;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 7px;
  height: 15px;
  width: 15px;
	outline:1px solid #03a4ea;
	/*outline: 3px solid #0068a0;
  outline-offset: 0.125rem;*/
}

input[type="range"]:focus::-moz-range-thumb{
  
}

label#rangeLabel{
  position: absolute;
  top:24px; /* Adjust this value as needed */
  transform:translateX(-50%);
  padding: 2px 5px;
  border-radius: 3px;
  pointer-events: none;
  z-index: 1;
	font-size:14px;
	font-weight: bold;
	color:#0079bd;
}

.range-thick-track {
  position: absolute;
  top:49px;
  left:2px;
  height:7px;
  background: #019fe6;
  z-index: 1;
  pointer-events: none;
}

#cycles-content{
	padding:0px 3px;
}

#cycles-content .cycle-item{
	display: inline-block;
	width:32.33%;
	margin-left:1.5%;
	margin-top:3%;
	text-decoration:none;
	color:#334870;
	cursor: pointer;
}

#cycles-content .cycle-item:nth-child(3n-2){
	margin-left:0px;
}

#cycles-content .cycle-item .image{
	width:100%;
	padding-top:100%;
	border:1px solid #324871;
	border-radius:10px;
	margin-bottom:12px;
	position:relative;
	overflow:hidden;
}

#cycles-content .cycle-item input[type="radio"] + .image .overlay,
#cycles-content .cycle-item input[type="checkbox"] + .image .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,121,187,0.75);
	display:none;
}

#cycles-content .cycle-item input[type="radio"] + .image .overlay img,
#cycles-content .cycle-item input[type="checkbox"] + .image .overlay img{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}


#cycles-content .cycle-item .image .size-top{
	position: absolute;
	left:10px;
	top:10px;
	background-color:#0079bb;
	width:55px;
	height:55px;
	text-align:center;
	color:#fff;
	font-size:10px;
	text-transform: uppercase;
	border-radius:27px;
	padding-top:14px;
}

#cycles-content .cycle-item .image .size-top span{
	font-size:20px;
	font-weight:bold;
}

#cycles-content .cycle-item .title{
	font-size:36px;
	color:#334870;
	font-weight:bold;
}

#cycles-content .cycle-item .size{
	font-size:18px;
}

#cycles-content .cycle-item .size strong{
	color:#02a1e5;
}

#cycles-content .cycle-item .button{
	background: rgb(0,115,179);
	background-image: background: -webkit-linear-gradient(left, rgba(0,115,179,1) 0%, rgba(0,125,192,1) 100%);
	background-image: background: -o-linear-gradient(left, rgba(0,115,179,1) 0%, rgba(0,125,192,1) 100%);
	background-image: background: linear-gradient(to right, rgba(0,115,179,1) 0%, rgba(0,125,192,1) 100%); 
	margin-top:22px;
	padding:15px 0px;
	text-align: center;
	color:#fff;
	font-size:18px;
	text-transform: uppercase;
	border-radius:8px;
}

#cycles-content .cycle-item .button.sel{
	display: none;
	background-color:#334870;
}

#cycles-content .cycle-item input[type="radio"] + .image + .title + .size + .quantity,
#cycles-content .cycle-item input[type="checkbox"] + .image + .title + .size + .quantity{
	display: none;
	float:right;
	width:120px;
	margin-top:-60px;
}

#cycles-content .cycle-item input[type="radio"] + .image + .title + .size + .quantity select,
#cycles-content .cycle-item input[type="checkbox"] + .image + .title + .size + .quantity select{
	display:block;
	width:100%;
	appearance: none; /* Remove default styling */
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: white;
	border: 1px solid #334870;
	border-radius: 8px;
	padding: 10px 40px 10px 12px; /* Right padding for the arrow */
	font-size: 16px;
	color: black;
	position: relative;
	background-image: linear-gradient(45deg, transparent 50%, black 50%),
										linear-gradient(135deg, black 50%, transparent 50%),
										linear-gradient(to right, #e0e0e2, #e0e0e2);
	background-position: calc(100% - 20px) center, calc(100% - 15px) center, calc(100%) center;
	background-size: 5px 5px, 5px 5px, 40px 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family:inherit;
}

#cycles-content .cycle-item input[type="radio"] + .image + .title + .size + .quantity select:focus,
#cycles-content .cycle-item input[type="checkbox"] + .image + .title + .size + .quantity select:focus {
	outline: none;
	box-shadow: 0 0 3px #334870;
}

#cycles-content .cycle-item input[type="radio"]:checked + .image + .title + .size + .quantity,
#cycles-content .cycle-item input[type="checkbox"]:checked + .image + .title + .size + .quantity{
	display: block;
}

#cycles-content .cycle-item input[type="radio"]:checked + .image + .title + .size + .quantity + .button,
#cycles-content .cycle-item input[type="checkbox"]:checked + .image + .title + .size + .quantity + .button{
	display: none !important;
}

#cycles-content .cycle-item input[type="radio"]:checked + .image,
#cycles-content .cycle-item input[type="checkbox"]:checked + .image{
	outline: 3px solid #324871;
	border-color:transparent;
	position:relative;
}

#cycles-content .cycle-item input[type="radio"]:checked + .image .overlay,
#cycles-content .cycle-item input[type="checkbox"]:checked + .image .overlay{
	display: block;
}

#cycles-content .cycle-item input[type="radio"]:checked + .image + .title + .size + .quantity + .button + .button.sel,
#cycles-content .cycle-item input[type="checkbox"]:checked + .image + .title + .size + .quantity + .button + .button.sel{
  display: block !important;
}

.list-details .left,
.list-details .right{
	display:table-cell;
	width:45%;
}

.list-details .middle{
	display: table-cell;
	width:10%;
}

.list-details .right{
	vertical-align:bottom;
}

#step_2{
	max-width:1050px;
	margin: auto;
}

#step_2 .selected-cycle{
	margin-bottom:35px;
}

#step_2 .selected-cycle .image{
	width:100%;
	padding-top:70%;
	border-radius:10px;
	margin-bottom:12px;
	position:relative;
}

.selected-dates .date{
	display: block;
	margin-top:2px;
}

.selected-dates .date div{
	display: inline-block;
	margin-right:2px;
	border-radius:8px;
	font-size:18px;
}

.selected-dates .date div:nth-child(1){
	width:52px;
	line-height:52px;
	text-align:center;
	background-color:#007cbf;
	color:#fff;
	font-weight:bold;
}

.selected-dates .date div:nth-child(2){
	line-height:52px;
	text-align:center;
	background-color:#f1f4f7;
	color:#334870;
	font-size:16px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	padding:0px 20px 0px 20px;
	margin-right:0px;
}

.selected-dates .date div:nth-child(2)::before,
.selected-dates .date div:nth-child(3)::before{
	content:'';
	display: inline-block;
	vertical-align:top;
	width:22px;
	height:22px;
	background: url(/images/reserve_calendar_icon.png) center center no-repeat;
	margin-right:5px;
	margin-top:13px;
}

.selected-dates .date div:nth-child(3){
	line-height:52px;
	text-align:center;
	background-color:#f1f4f7;
	color:#334870;
	font-size:16px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	padding:0px 20px 0px 20px;
}

.selected-dates .date div:nth-child(3)::before{
	background: url(/images/reserve_time_icon.png) center center no-repeat;
}

.list-details .right .buttons a.back-button{
	display:inline-block;
	width:18%;
	height:48px;
	background:url(/images/back_button_icon.png) center center no-repeat #00326d;
	margin-top:15px;
	margin-right:2%;
	border-radius:5px;
}

.events_holder{
	color:#34476f;
	font-size:16px;
}

.events_holder .events_titles{
	font-weight:bold;
	font-size:18px;
}

.events_holder .date,
.events_holder .button,
.events_holder .size{
	float:left;
	width:15%;
	padding:10px 0px;
}

.events_holder .title{
	float:left;
	width:25%;
	padding:10px 0px;
}

.events_holder .button{
	float:left;
	width:15%;
	text-align:center;
	padding:10px 0px;
}

.events_holder .size{
	color:#009ee5;
	font-weight:bold;
}

.events_holder .events_titles .size{
	color:#34476f !important;
}

.events_holder .button a{
	display: inline-block;
	line-height:24px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	background-color:#324871;
	border-radius:8px;
	padding:3px 40px 0px 40px;
	margin-top:-8px;
}

.events_holder .button:nth-child(5) a{
	font-weight:bold;
	padding:3px 25px 0px 25px;
	background-color:#019fe6;
}

.mfp-content .dialog.confirm h2{
  font-size: 20px;
  margin: 0px;
  background-color: #00aeef;
  border-radius: 10px;
  padding: 0px 40px;
  margin-bottom: 5px;
  line-height: 50px;
  color: #fff;
}