@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Plus Jakarta Sans',sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:24px;
	position:relative;
	box-sizing:border-box;
	color:#000000;
}

a{
	color:#082A66;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.green-button.left{
	margin-right: 10px;
}
*{
	box-sizing:border-box;
}

*:focus{
	outline: none;
}

.responsive-shown{
	display:none;
}

.top_contacts{
	max-width:1170px;
	margin:25px auto 10px auto;
}

.top_contacts .left_side{
	float:left;
	width:50%;
}

.top_contacts .left_side a{
	color:#98ce77;
	font-weight: bold;
	margin-left:5px;
}

.top_contacts .left_side a::before{
	content:' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 9px;
	border-color: transparent transparent transparent #98ce77;
	margin-right:5px;
}

.top_contacts .right_side{
	float:right;
}

.top_contacts .right_side a{
	font-size:16px;
	text-decoration: underline;
	color:#202020;
}

.top_contacts .right_side .social{
	float:right;
	width:125px;
	text-align: right;
}

.top_container{
	width:100%;
	padding:6px 0px;
	transition:padding ease-in-out 0.3s;
	background-color:#000000;
	position:relative;
	z-index:9999;
}

.top_container .top_content{
	max-width: 1300px;
	width:100%;
	margin: auto;
}

.top_container .top_content .language,
.top_container .top_content .user{
	float:right;
}

.top_container .top_content #language{
  list-style-type: none;
	margin:0px;
	padding:0px;
	margin-left:40px;
	font-size:12px;
	line-height:26px;
}

.top_container .top_content .user a{
	color:#ffffff;
	font-size:12px;
	line-height:26px;
	text-decoration: none;
}

.top_container .top_content .logo{
	float:left;
	width:275px;
	transition:all ease-in-out 0.3s;
}

.top_container .top_content .logo img{
	width:100%;
}

.top_container .top_content .contacts{
	width:710px;
	float:right;
	color:#fff;
	margin-top:9px;
}

.top_container .top_content .contacts a:not(.green_button),
.menu_container .main_menu .contact a:not(.green_button){
	display: inline-block;
	color:#202020;
	font-size:18px;
	position:relative;
	border:1px solid #98ce77;
	border-radius:10px;
	font-weight:bold;
	padding:5px 12px;
}

.menu_container .main_menu .contact a:not(.green_button){
	margin-top:10px;
}

.menu_container .main_menu .contact a.green_button{
	width:calc(100% - 20px) !important;
}

.menu_container .main_menu .contact{
	text-align: center;
}

.top_container .top_content .contacts a:not(.green_button) div{
	position: absolute;
	top:-20px;
	left:0px;
	color:#98ce77;
	font-size:14px;
}

.top_container .top_content .toolbars_container{
	float:right;
	margin-top:20px;
	transition:all ease-in-out 0.3s;
}

.top_container.scroll .top_content .toolbars_container{
	margin-top:10px;
}

.top_container .top_content .toolbars_container .languages {
	float:right;
	width:35px;
}

.top_container.scroll .top_content .menu_container{
	margin-top:8px;
}

.header_container{
	margin-bottom:0px;
	position:relative;
	z-index:3;
}

/****PACKAGES****/
.packages_container{
	display:block;
}

.packages_container .package_item{
	display:inline-block;
	width:32.33%;
	border:1px solid #efefef;
	margin-left:1%;
	position:relative;
	background-color:#fff;
	text-align:center;
	padding:0px 0px 40px 0px;
	font-size:16px;
	transform:translate(200px,0px) scale(1.2);
	opacity:0;
	transition:all ease 0.5s;
}

.packages_container .package_item.animate{
	transform:translate(0px,0px) scale(1);
	opacity:1;
}
 
.packages_container .package_item:hover{
	transform:scale(1.06);
}

.packages_container .package_item:nth-child(1){
	margin-left:0px !important;
}

.packages_container .package_item .title{
	border-top:7px solid #ad2339;
	width:100%;
	padding:40px 0px 0px 0px;
	position:relative;
	font-size:24px;
}

.packages_container .package_item .title .sub_title{
	font-size:16px;
	line-height:34px;
}

.packages_container .package_item .title span{
	font-weight:600;
	color:#ad2339;
}

/*.packages_container .package_item:nth-child(2) .title span{
	color:#cf2b3e;
}

.packages_container .package_item:nth-child(3) .title span{
	color:#ec2f42;
}*/

.packages_container .package_item .title::after{
	content:' ';
	width:15%;
	border-top:1px solid #b9b9b9;
	display:block;
	margin:auto;
	margin-top:30px;
}

/*.packages_container .package_item:nth-child(2) .title{
	border-color:#cf2b3e;
}

.packages_container .package_item:nth-child(3) .title{
	border-color:#ec2f42;
}*/

.packages_container .package_item .price{
	margin-top:30px;
	font-size:24px;
	font-weight:600;
}

.packages_container .package_item .button{
	font-size:16px;
	text-decoration:none;
	border:1px solid #d0293d !important;
	color:#d0293d;
	display:inline-block;
	margin-top:40px;
	padding:10px 20%;
}

.content_container{
	position: relative;
	z-index: 2;
	line-height:26px;
}

.availability_container .availability_content h1,
.content_container h1{
	font-size:36px;
	color:#000000;
	margin:0px;
	line-height:36px;
	font-weight:400;
}

.availability_container .availability_content h1 strong,
.content_container h1 strong{
	font-weight:700;
}

.availability_container .availability_content h2,
.content_container h2{
	font-size:24px;
	line-height:26px;
	color:#020202;
	font-weight:700;
	margin:0px;
}

.blog_right h2{
	margin-bottom:10px !important;
}

.availability_container .availability_content h3,
.content_container h3{
	font-size:20px;
	color:#565C65;
	margin:0px;
	line-height:26px;
	font-weight:500;
	font-family:'Inter',sans-serif;
}

.availability_container .availability_content h3 strong,
.content_container h3 strong{
	font-weight:bold;
}

.content_container .content_content table.piktogrami tr td:nth-child(2n-1){
	width:30%;
	padding:20px;
	color:#565C65;
	font-size:16px;
	line-height:26px;
}

.content_container .content_content table.piktogrami tr td:nth-child(3n){
	background-color:#8BD08B;
	border-radius:50px;
	color:#ffffff;
}

.content_container .content_content table.piktogrami h3{
	font-family:'Inter',sans-serif;
	font-weight:normal;
	margin:0px;
	margin-bottom:20px;
	line-height:26px;
	font-size:23px;
	color:#565C65;
}

.content_container .content_content table.piktogrami img{
	margin-bottom:20px;
}

.content_container .content_content table.piktogrami tr td:nth-child(3n) h3{
	color:#ffffff;
}

.content_container .content_content table.piktogrami table tr td{
	padding:40px 25px 30px 25px;
	background-color: #ffffff;
	border-right:1px solid #e5e5e5;
	transition: all ease-in-out 0.3s;
	font-size:16px;
	color:#202020;
	font-weight:normal;
}

.content_container .content_content table.piktogrami table tr td:nth-last-child(1){
	border:none;
}

.content_container .content_content table.piktogrami table tr td:hover{
	background-color: #98ce77;
	color:#fff;
}

.content_container .content_content table.piktogrami table tr td:hover img{
	filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(65deg) brightness(102%) contrast(104%);
}

.content_container .content_content table.piktogrami table tr td a{
	font-size:16px;
	font-weight:bold;
	color:#98ce77;
}

.content_container .content_content table.piktogrami table tr td a::before{
	content: ' ';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 9px;
	border-color: transparent transparent transparent #98ce77;
	margin-right: 8px;
}

.content_container .content_content table.piktogrami table tr td:hover a{
	color:#fff;
}

.content_container .content_content table.piktogrami table tr td:hover a::before{
	border-color: transparent transparent transparent #fff;
}

.content_container .content_content table.counter tr td table tr td:nth-child(1){
	width:130px;
	height:130px;
	border:4px solid #cd283d;
	border-radius:100px;
	font-size:43px;
	color:#cd283d;
	font-weight:300;
	text-align:center;
}

.content_container .content_content table.counter.stop tr td table tr td:nth-child(1){
	width:70px;
	height:70px;
	border:2px solid #cd283d;
	font-weight:500;
	font-size:36px;
}

.content_container .content_content table.counter tr td table tr td:nth-child(2){
	font-size:18px;
	color:#cd283d;
	padding-left:5%;
	padding-right:5%;
	text-align:left;
}

.content_container .content_content table.counter.stop tr td table tr td:nth-child(2){
	font-size:16px;
	color:#000;
	padding-left:2%;
	padding-right:2%;
}

.content_container .content_content .content_slider{
	
}

.content_container .content_content .content_slider .menu{
	width:30%;
	float:left;
	text-align:left;
	font-size:16px;
}

.content_container .content_content .content_slider .menu a{
	display:block;
	line-height:75px;
	color:#202020;
	text-transform:uppercase;
	padding-left:120px;
	border-bottom:3px solid #fff;
	transition:all ease-in-out 0.3s;
	position:relative;
}

.content_container .content_content .content_slider .menu a:hover,
.content_container .content_content .content_slider .menu a.sel{
	background-color:#98ce77 !important;
	color:#fff;
}

.content_container .content_content .content_slider .menu a.sel::after{
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22.5px 0 22.5px 23px;
	border-color: transparent transparent transparent #98ce77;
	position:absolute;
	right:-23px;
	top:15px;
}

.content_container .content_content .content_slider .content{
	width:65%;
	float:right;
	text-align:left;
	font-size:16px;
	height:300px;
	overflow:hidden;
}

.content_container .content_content .content_slider .content .content_item{
	height:300px;
}

.content_container .content_content select,
.content_container .content_content .date_holder input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #8D96A3;
	font-size:14px;
	font-family:inherit;
	padding:20px 30px;
	background:url(/images/icon_down_black.svg) center right 20px no-repeat #ffffff;
	width:100%;
	border-radius:30px;
}

.content_container .content_content select::-ms-expand {
    display: none;
}

.jcarousel_ajax ul li .opinions_item{
	min-height:255px;
	font-size:25px;
	line-height:35px;
	letter-spacing:0.25px;
	position:relative;
}

.faq_content{
	
}

.faq_content .faq_item{
	margin-bottom:10px;
	background-color:#fff;
	padding-bottom:20px;
	border-radius:30px;
}

.faq_content .faq_item .faq_button{
	padding:20px 30px 0px 30px;
	display: block;
	text-decoration: none;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	position:relative;
	color:#565C65;
	font-family:'Inter',sans-serif;
}

.faq_content .faq_item .content{
	padding:0px 30px 0px 48px;
	display: none;
}

.faq_content .faq_item:nth-child(1) .content{
	display:block
}

.opinions_container{
	position: relative;
	background-color: #efeff4;
	margin-top:100px;
	padding:45px 0px 0px 80px;
	border-bottom-right-radius:200px;
}

.opinions_container::before{
	content:' ';
	background:url(/images/quote_top.png) center center no-repeat;
	top:-45px;
	left:80px;
	width:107px;
	height:92px;
	position:absolute;
}

.jcarousel_ajax ul li .opinions_item .left{
	width:63%;
	display: table-cell;
	padding-bottom:100px;
	height:550px;
}

.jcarousel_ajax ul li .opinions_item .left .desc{
	padding:50px 0px;
}

.jcarousel_ajax ul li .opinions_item .right{
	width:31%;
	display: table-cell;
	position:relative;
}

.jcarousel_ajax ul li .opinions_item .right .bottom-image{
	position: absolute;
	right:0px;
	bottom:0px;
	border-radius:50%;
	overflow: hidden;
}

.jcarousel_ajax ul li .opinions_item .right .bottom-image img,
.jcarousel_ajax ul li .opinions_item .right .top-image img{
	display: block;
}

.jcarousel_ajax ul li .opinions_item .right .top-image{
	position: absolute;
	top:0px;
	right:0px;
	background-color: #fff;
	padding:6px 30px;
	border-top-left-radius:50px;
	border-bottom-left-radius: 50px;
}

.jcarousel_ajax ul li .opinions_item .title{
	font-size:35px;
	line-height:45px;
	letter-spacing:0.35px;
	font-weight:400;
}

.jcarousel_ajax ul li .opinions_item .title span{
	color:#cf2b3e;
	font-weight:300;
	margin-left:10px;
}

.jcarousel_ajax ul li .opinions_item .title span:nth-child(2){
	color:#000;
}

.highlighted_slider .highlighted_item{
	padding:12px;
	background-color:#ffffff;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:24px;
}

.highlighted_slider .highlighted_item h3{
	display:block;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
}

.highlighted_slider .highlighted_item .image{
	position:relative;
}

.highlighted_slider .highlighted_item .image img{
	display: block;
}

.highlighted_slider .highlighted_item .image .action_tag{
	position: absolute;
	right:5px;
	bottom:45px;
	padding:33px 0px;
	width:119px;
	height:119px;
	z-index:2;
	background-color:#00B5BE;
	border-radius:60px;
	text-align: center;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
}

.highlighted_slider .highlighted_item .image .action_tag span{
	font-size:14px;
	display:block;
	margin-bottom:5px;
	font-weight:400;
}

.highlighted_slider .highlighted_item .desc{
	background-color:#000000;
	padding:20px;
}

.highlighted_slider .highlighted_item .desc .title{
	color:#00B5BE;
	font-size:36px;
	line-height:46px;
	font-weight:bold;
}

.highlighted_slider .highlighted_item .desc .short{
	margin-top:10px;
}

.big_news_slider .big_news_item .left{
	float:left;
	width:50%;
}

.big_news_slider .big_news_item .left img{
	width:100%;
	height: auto;
	border-radius:50px;
	transition: all ease-in-out 0.3s;
}

.big_news_slider .big_news_item .right{
	width:45%;
	float:right;
}

.big_news_slider .big_news_item .right .detail{
	font-size:25px;
	line-height:35px;
	color:#24363F;
	font-weight:400;
	margin:40px 0px;
}

.big_news_slider .big_news_item .right .detail .location{
	float:left;
	width:50%;
	height:65px;
}

.big_news_slider .big_news_item .right .detail .termin{
	float:right;
	width:50%;
	text-align:right;
	height:65px;
}

.big_news_slider .big_news_item .right .button{
	color: #04929E;
	transition: all ease-in-out 0.3s;
	font-size:25px !important;
	text-decoration: underline;
	margin-top:20px;
}

.big_news_slider .big_news_item:hover .right .button{
	color:#18B6CE;
}

.news_gallery a{
	display:inline-block;
	width:24%;
	margin-left:1%;
	padding-top:18%;
	background-size:cover !important;
}

.news_gallery a:nth-child(4n-3){
	margin-left:0px !important;
}

.news_gallery a.more-button{
	background-color:#00AF8B;
	border-bottom-right-radius:100px;
	position: relative;
	transition:all ease-in-out 0.3s;
	margin-left:1% !important;
}

.news_gallery a.more-button span{
	position: absolute;
	top:50%;
	margin-top:-10px;
	left:0px;
	width:100%;
	text-align: center;
	color:#fff;
	text-decoration: underline;
}

.news_gallery a.more-button:hover{
	border-bottom-right-radius:0px;
}

.footer_container{
	padding:0px 0px 0px 0px;
	background-color:#F7F9FA;
	color:#565C65;
	font-size:16px;
	line-height:30px;
	position:relative;
	z-index:2;
}

.footer_container .footer_content a{
	font-size:16px;
	line-height:30px;
	color:#455A6F;
	display:inline-block;
	text-decoration:none;
}

.footer_container .footer_content h2{
	font-size:20px;
	line-height:26px;
	color:#000;
	margin-top:0px;
	font-weight:600 !important;
	margin-bottom:25px;
}

.footer_container .footer_content .newsletter_container{
	max-width:485px;
}

.content_container .content_content .newsletter_container input[type="text"],
.footer_container .footer_content .newsletter_container input[type="text"]{
	font-family: "Axiforma",sans-serif;
	font-size:15px;
	height:50px;
	display:inline-block;
	vertical-align: top;
	border:1px solid #fff;
	padding:0px 0px 0px 30px;
	width:calc(100% - 125px);
}

.newsletter_container{
	padding:4px;
	background-color:#ffffff;
	border-radius:20px;
	overflow: hidden;
}

a.newsletter-button{
	padding:12px 30px;
	text-align:center;
	font-size:16px !important;
	line-height:26px !important;
	color:#fff !important;
	display:inline-block !important;
	transition: all ease-in-out 0.3s;
	font-weight:400 !important;
	background-color:#2B73FF;
	vertical-align:top;
	text-decoration: none;
	border-radius:20px;
	width:125px;
}

.contact_holder .gdpr,
.content_container .content_content .newsletter_container .gdpr,
.footer_container .footer_content .newsletter_container .gdpr{
	font-size:12px !important;
	line-height:20px !important;
	letter-spacing:0.12px !important;
}

.contact_holder .gdpr a,
.content_container .content_content .newsletter_container .gdpr a,
.footer_container .footer_content .newsletter_container .gdpr a{
	display:inline-block !important;
	font-size:12px !important;
	text-decoration: underline;
}

.contact_holder .gdpr,
.contact_holder .gdpr a,
.content_container .content_content .newsletter_container .gdpr,
.content_container .content_content .newsletter_container .gdpr a{
	color:#9A9B9E;
}

.production_container{
	padding:10px 0px;
	background-color:#ffffff;
	color:#565C65;
}

.production_container .production_content{
	text-align: center;
	font-size:14px;
	color:#565C65;
}

.production_container .production_content a{
	color:#565C65;
	text-decoration:none;
}

.resp_menu_button{
	position:absolute;
	right:20px;
	top:35px;
	text-align:center;
	z-index:3;
	padding-left:0px !important;
	height:25px;
	width:40px;
	margin-left:10px;
	display: none;
}

.resp_menu_button span{
	display:inline-block;
	width:40px;
	height:5px;
	background-color:#082A66;
	position:absolute;
	left:50%;
	margin-left:-15px;
	transition:all ease-in-out 0.3s;
	border-radius:10px;
}

.resp_menu_button span:nth-child(1){
	top:0px;
}

.resp_menu_button span:nth-child(2){
	top:12px;
}

.resp_menu_button span:nth-child(3){
	top:24px;
}

.resp_menu_button.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

.resp_menu_button.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}

.resp_menu_button.open span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
}

#header_container_mobile_landscape,
#header_container_mobile{
	display:none;
}

.magnific_popup_holder{
	max-width:600px;
	margin:20px auto;
	background-color:#fff;
	padding: 20px 30px;
	font-size:15px;
	border:1px solid #cb2e40;
	box-shadow:5px 5px 10px rgba(0,0,0,0.2);
	position:relative;
}

.magnific_popup_holder h3{
	font-size:24px;
	color:#cb2e40;
	margin:10px 0px;
}

.events_content,
.news_content{
	width:100%;
	max-width: 1300px;
}

#ajax_blog .news_item,
.events_content .events_item,
.news_content .news_item,
.blog_right .news_item{
	display: inline-block;
	width:31.33%;
	margin-right:3%;
	vertical-align: top;
	position: relative;
	text-decoration: none;
}

.news_content .news_item{
	width: 100%;
	margin:auto !important;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	overflow:hidden;
}

.news_content .news_item.small{
	width:23.45% !important;
	margin-right:20px !important;
}

.news_content .news_item.small:nth-last-child(1){
	margin-right:0px !important;
}

#ajax_blog .news_item{
	margin-bottom:3%;
}

.blog_right .news_item{
	width:100% !important;
	margin:0px 0px 20px 0px;
}

.big_news_item .short,
#ajax_blog .news_item .short,
.news_content .news_item .short,
.events_content .events_item .short,
.blog_right .news_item .short{
	color:#000000;
}

#ajax_blog .news_item:nth-child(3n),
.events_content .events_item:nth-last-child(1),
.news_content .news_item:nth-last-child(1){
	margin-right:0px;
	border: none;
}

.events_content .events_item .date,
.blog_right .news_item .date{
	font-size:16px;
	color:#24363F;
	margin-top:5px;
}

#ajax_blog .news_item .image,
.news_content .news_item .image,
.blog_right .news_item .image{
	padding-top:70%;
	width:100%;
	transition: all ease-in-out 0.3s;
	position: relative;
}

.news_content .news_item .desc{
	padding:30px 25px;
	border:1px solid #E7E8EB;
}

.news_content .news_item .desc .group{
	font-size:12px;
	line-height:20px;
	padding:5px 15px;
	border-radius:10px;
	background-color:#02AA94;
	display: inline-block;
	color:#ffffff;
	font-weight:700;
	margin-bottom:15px;
}

#ajax_blog .news_item .desc .title,
.big_news_item .desc .title,
.news_content .news_item .desc .title,
.blog_right .news_item .title{
	font-size:18px;
	color:#082A66;
	line-height:24px;
	overflow: hidden;
	font-weight:700;
	margin-bottom:20px;
	margin-top:10px;
}

.big_news_item .desc .date,
.news_content .news_item .desc .date,
.blog_right .news_item .date{
	color:#2B73FF;
	margin:10px 0px;
}

#ajax_blog .news_item .desc .short .button,
.big_news_item .desc .short .button,
.news_content .news_item .desc .short .button{
	color:#04929E;
	text-decoration: underline;
	margin-top:25px;
	transition: all ease-in-out 0.3s;
}

#ajax_blog .news_item .desc .short .button:hover,
.events_content .events_item .desc .short .button:hover,
.news_content .news_item .desc .short .button:hover{
	color:#18B6CE;
}

#ajax_blog .news_item .image .category,
.news_content .news_item .image .category{
	position: absolute;
	top:10px;
	left:10px;
	border-radius: 20px;
	background-color:#18B6CE;
	color:#fff;
	font-size:15px;
	line-height: 20px;
	padding:5px 10px 0px 10px;
}

.content_container .content_content .newsletter{
	float:left;
	width:50%;
	padding-right:5%;
	padding-top:5%;
	padding-bottom:5%;
	border-right:1px solid #a1a3a1;
}

.content_container .content_content .newsletter .left{
	width:100%;
	font-size:20px;
}

.content_container .content_content .newsletter .left a{
	display: inline-block;
	vertical-align:top;
}

.content_container .content_content .newsletter .left input{
	width:79%;
	background-color:#fff;
	color:#020202;
	padding:12px 15px;
	font-size:14px;
	border:1px solid #202020;
	vertical-align:top;
}

.content_container .content_content .newsletter h4{
	color:#fff;
	margin-top:30px;
}

.content_container .content_content .newsletter h4::before{
	content:' ';
	height:1px;
	width:25px;
	background-color:#fff;
	margin-right:10px;
	vertical-align:middle;
	display:inline-block;
}

.content_container .content_content .newsletter h4::after{
	content:' ';
	height:1px;
	width:25px;
	background-color:#fff;
	margin-left:10px;
	vertical-align:middle;
	display: inline-block;
}

.content_container .content_content .opinions{
	float:left;
	width:40%;
	margin-left:10%;
	padding-top:5%;
	padding-bottom:5%;
	background:url(/images/quote_icon.png) top 15% left no-repeat;
}

.time_container{
	position:absolute;
	top:30px;
	left:-20px;
	background-color:rgba(255,255,255,0.9);
	min-width:320px;
	padding:20px;
	box-shadow:0 3px 6px rgba(0,0,0,0.4);
	z-index:3;
	line-height:24px;
	font-size:16px;
	color:#3e3e43;
	display: none;
}

.time_container hr{
	border:none;
	border-top:1px solid #98ce77;
	margin:10px 0px;
}

/****CATALOG****/
.catalog_popup{
	position:fixed;
	z-index:999999;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	display: none;
}

.catalog_popup .catalog_popup_container{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:10px;
	background-color:#ffffff;
	max-width:1100px;
	width:100%;
}

.catalog_popup .catalog_popup_container .catalog_popup_content{
	background-color:#020202;
}

.catalog_popup .catalog_popup_container .catalog_popup_content .catalog_close{
	position: absolute;
	right:25px;
	top:25px;
	color:#ffffff;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	background-color:#00B5BE;
	line-height:18px;
	border-radius:5px;
	height:33px;
}

.catalog_popup .catalog_popup_container .catalog_popup_content table tr td{
	width:50%;
	color:#fff;
	font-size:15px;
	line-height:24px;
}

.catalog_popup .catalog_popup_container .catalog_popup_content table tr td:nth-child(1) img{
	display: block;
}

.catalog_popup .catalog_popup_container .catalog_popup_content table tr td:nth-child(2){
	padding:60px;
}

.catalog_popup .catalog_popup_container .catalog_popup_content table tr td h1{
	font-size:36px;
	font-weight:300;
	margin: auto;
}

.catalog_popup .catalog_popup_container .catalog_popup_content table tr td .form_item{
	margin-top:10px;
}

.catalog_popup .catalog_popup_container .catalog_popup_content table tr td .form_item input,
.catalog_popup .catalog_popup_container .catalog_popup_content table tr td .form_item select{
	padding:15px 20px;
	background-color:#D9D9D9;
	border:none !important;
	border-radius:5px;
	font-family:'Axiforma',sans-serif;
	width:100%;
}

.catalog_popup .catalog_popup_container .catalog_popup_content table tr td label{
	font-size:10px;
	color:#CECECE;
	line-height:14px;
	margin-top:10px;
	display:block;
}
/****CATALOG****/

/****ANIMATIONS****/
.animate{
	position: relative;
	opacity:1;
	top:0px;
	transition: all ease-in-out 0.6s;
}

.animate.animation-lr{
	opacity: 0 !important;
	margin-left:-15% !important;
}

.animate.animation-rl{
	opacity: 0 !important;
	margin-left:15% !important;
}

.animate.animation-bt{
	opacity: 0 !important;
	top:100px !important;
}

.animate.animation-tb{
	opacity: 0 !important;
	top:-100px !important;
}

.animate.animation-fade{
	opacity: 0;
}

.animate.animation-scale{
	transform: scale(0);
}

.animate.animation-circle{
	border:70px solid #fff !important;
	left:-100px !important;
	top:25px !important;
}

table.info-table tr td{
	padding:50px 40px;
	background-color:#EFEFF4;
	border-right:1% solid #fff;
	position:relative;
	border-bottom-right-radius:100px;
}

table.info-table tr td .overlay{
	position: absolute;
	left:40px;
	bottom:70%;
	background-color:#fff;
	border-bottom-right-radius:100px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	width:320px;
	padding:0px 40px;
	font-size:18px;
	line-height:24px;
	z-index: 10;
	height: 0px;
	overflow: hidden;
	opacity:0;
	transition: opacity ease-in-out 0.3s;
}

table.info-table tr td:hover .overlay{
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	opacity: 1;
}

.share_button{
	position:relative;
	display: inline-block;
}

.share_buttons{
	padding:7px 5px 2px 5px;
	border:1px solid #04929e;
	margin-top:5px;
	display:none;
	width:75px;
	position:absolute;
	right:0px;
	bottom:0px;
	background-color:#fff;
	line-height:22px;
	text-align: left;
}

.share_buttons a{
	display: inline-block;
}

/****EDITOR****/
span.white-color,
h1.white-color,
h2.white-color,
h3.white-color,
a.white-color{
	color:#fff !important;
}

span.cyan-color,
h1.cyan-color,
h2.cyan-color,
h3.cyan-color,
a.cyan-color{
	color:#02AA94 !important;
}

.rsGCaption .white-color{
	text-shadow:0px 0px 4px rgba(0,0,0,1);
}

span.zeleni-tekst,
h1.zeleni-tekst,
h2.zeleni-tekst,
h3.zeleni-tekst,
a.zeleni-tekst{
	color:#8BD08B !important;
}

span.moder-text,
h1.moder-text,
h2.moder-text,
h3.moder-text,
h4.moder-text,
a.moder-text{
	color:#082A66 !important;
}

h4.gray-text{
	color:#2f454e !important;
}

span.font-size-20{
	font-size:20px !important;
}

a.zeleni-gumb,
div.zeleni-gumb{
  display:inline-block;
  padding:20px 55px 17px 30px;
  background-color:#8BD08B;
  font-size:20px;
  transition:all ease-in-out 0.3s;
  color:#fff;
  font-weight:400;
  border-radius:32px;
	position:relative;
	text-decoration: none;
	line-height:normal !important;
	border:1px solid #8BD08B;
}

a.zeleni-gumb::after,
div.zeleni-gumb::after{
  content:'+';
	position:absolute;
	right:10px;
	top:10px;
	line-height:38px;
	height:40px;
	width:40px;
	text-align: center;
	border-radius:50%;
	color:#082A66;
	font-size:24px;
	font-family:'Inter',sans-serif;
	background-color:#ffffff;
}

a.zeleni-gumb.naprej::after,
div.zeleni-gumb.naprej::after{
	content:'>';
	font-size:16px;
}

a.zeleni-gumb.nazaj,
div.zeleni-gumb.nazaj{
	padding:20px 30px 17px 55px;
	background-color:#ffffff;
	color:#8BD08B;
}

a.zeleni-gumb.nazaj::after,
div.zeleni-gumb.nazaj::after{
	content:'<';
	font-size:16px;
	right:auto;
	left:10px;
	color:#8BD08B;
}

a.zeleni-gumb-brez-ikone,
div.zeleni-gumb-brez-ikone{
  display:inline-block;
  padding:20px 75px 17px 30px;
  background-color:#8BD08B;
  font-size:20px;
  transition:all ease-in-out 0.3s;
  color:#fff;
  font-weight:400;
  border-radius:32px;
	position:relative;
	text-decoration: none;
	line-height:normal !important;
}

a.zeleni-gumb-brez-ikone.wire{
	border:1px solid #082A66;
	background-color:#fff;
	color:#8BD08B;
}

a.zeleni-gumb-brez-ikone.wire.sel{
	background-color:#082A66;
	transform: scale(1.03);
}

h2 a{
	font-size:28px !important;
	font-weight:bold !important;
}

a.zeleni-gumb:hover,
div.zeleni-gumb:hover{
	background-color:#082A66;
	border:1px solid #082A66;
}

a.zeleni-gumb-brez-ikone:hover,
div.zeleni-gumb-brez-ikone:hover{
	background-color:#082A66;
}

a.bel-gumb{
  display:inline-block;
  padding:10px 50px;
  border:1px solid #ffffff;
  font-size:18px;
  transition:all ease-in-out 0.3s;
  color:#fff;
  font-weight:500;
  border-radius:5px;
}

a.bel-gumb:hover{
	background-color:#ffffff;
	color:#00B5BE
}

td.white-cell{
	padding:50px 50px 0px 50px;
	background-color: rgba(255, 255, 255, 0.75); 
	color:#010101;
	position:relative;
}

td.white-cell .turkizen-gumb{
	position:absolute;
	bottom:-25px;
	left:50%;
	transform: translate(-50%,0);
}

td.white-cell h1{
	line-height:56px !important;
}

img.rounded{
	border-top-left-radius:200px;
	transition: all ease-in-out 0.3s;
}

img.rounded-bottom-right{
	border-bottom-right-radius:200px;
	transition: all ease-in-out 0.3s;
}

img.rounded:hover,
img.rounded-bottom-right:hover{
	border-radius:0px;
}

.table_counter{
	height:33.33%;
}

.table_counter tr td{
	position: relative;
	height:31.33%;
	font-size:35px;
	line-height:45px;
	letter-spacing:0.35px;
}

.table_counter tr td h1{
	font-weight:600 !important;
	font-size:85px !important;
	color:#00AF8B !important;
}

.table_counter tr td img{
	border-radius: 50%;
	position: absolute;
	width:100%;
	z-index:-1;
}

.table_counter tr td .circle{
	width:140px;
	height:140px;
	border:30px solid #fff;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:0px;
	z-index: -1;
	box-sizing: border-box;
}

table.rounded-bottom-right{
	border-bottom-right-radius:150px;
	padding:50px;
	background-color:#EFEFF4;
	transition:all ease-in-out 0.3s;
}

table.rounded-bottom-right:hover{
	border-bottom-right-radius:0px;
}

table.program tr td{
	padding:10px 25px;
	height:92px;
	background-color:#EFEFF4;
	font-size:20px;
	line-height:30px;
	letter-spacing:0.20px;
}

table.program tr td:nth-child(2n){
	border-top-right-radius:46px;
	border-bottom-right-radius:46px;
}

table.program tr td img{
	border-bottom-right-radius: 0px !important;
}

table.bela-tabela tr td{
	padding:6% 0px 6% 6%;
	background-color:#ffffff;
}

table.bela-tabela tr td:nth-child(1){
	border-top-left-radius:100px;
}

input[type="text"]:focus,
textarea:focus,
select:focus{
	
}

input[type="text"]:not(:placeholder-shown),
textarea:not(:placeholder-shown),
select:focus:not(:placeholder-shown){
	color:#2B73FF;
}

input[type="text"].error,
textarea.error,
select.error{
	border:1px solid #f77798 !important;
	background-image:url(/images/input-error.svg);
	background-position:right 15px center;
	background-repeat:no-repeat;
	background-size:30px;
}
.search_input_holder input[type="text"]{
	font-family: "Axiforma",sans-serif;
  font-size: 25px;
  height: 93px;
  display: inline-block;
  vertical-align: top;
  border:none;
	padding-left: 30px;
	line-height: 98px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
  padding: 0px 0px 0px 30px;
	color:#24363F;
	background-color: #EFEFF4;
/*  width: calc(100% - 165px);*/
}

/****OFFERS****/
.offers_container{
	
}

.offers_container .offers_content{
	
}

.offers_container .offers_content h2{
	font-size:24px;
	line-height:40px;
}

.offers_container .offers_content .offers_options{
	text-align: center;
}

.offers_container .offers_content .offers_options a.zeleni-gumb-brez-ikone{

}

.offers_container .offers_content .offers_options a.zeleni-gumb-brez-ikone:hover{
	transform:scale(1.03);
}

.offers_container .offers_content .offers_items{
	
}

.offers_container .offers_content .offers_items .offers_menu{
	float:left;
	width:37%;
}

.offers_container .offers_content .offers_items .offers_menu .menu_item{
	display:block;
	padding:20px;
	background-color:#F8F8F8;
	border-radius:50px;
	font-size:20px;
	color:#082A66;
	margin-bottom:8px;
	position:relative;
}

.offers_container .offers_content .offers_items .offers_menu .menu_item.sel{
	background-color:#8BD08B;
	color:#ffffff;
}

.offers_container .offers_content .offers_items .offers_menu .menu_item span{
	display:none;
	width:30px;
	height:30px;
	background:url(/images/menu_offer_check.png) center center no-repeat;
	position: absolute;
	right:17px;
	top:17px;
}

.offers_container .offers_content .offers_items .offers_menu .menu_item span.sel{
	display:block;
}

.offers_container .offers_content .offers_items .offers_items{
	float:right;
	width:53%;
}

.offers_container .offers_content .offers_items .intro_text{
	font-size:24px;
	padding:20px 0px;
	text-align: center;
	color:#082A66;
	line-height:36px;
	border-top:1px solid #082A66;
	border-bottom:1px solid #082A66;
	margin-top:60px;
	margin-bottom:50px;
}

.offers_container .offers_content .offers_items .offer_item{
	display: none;
}

.offers_container .offers_content .offers_items .offer_item.sel{
	display: block;
}

.offers_container .offers_content .offers_items .offer_item input[type="text"]{
	font-size:17px;
	color:#082A66;
	border:1px solid #D9D9D9;
	font-family:'Plus Jakarta Sans',sans-serif;
	padding:20px 35px;
	border-radius:50px;
	display: block;
	width:100%;
	margin-bottom:10px;
}

.offers_container .offers_content .options label{
	display: block;
	font-size:20px;
	color:#082A66;
	line-height:54px;
	margin-bottom:10px;
	cursor:pointer;
	text-indent: -54px; /* Moves the first line left */
	padding-left: 54px;
}

.offers_container .offers_content .options label span{
	display: inline-block;
	vertical-align:middle;
	width:34px;
	height:34px;
	background:url(/images/radio_button.png) center top no-repeat;
	margin-right:20px;
}

.offers_container .offers_content .options input:checked + label span{
	background-position: center bottom;
}

.offers_container .offers_content .options .msg{
	color:#f20;
	display: none;
}

.offers_container .offers_content .overview_item{
	margin-top:20px;
}

.offers_container .offers_content .overview_item .title{
	font-size:24px;
	color:#ffffff;
	background-color:#082A66;
	padding:4px 25px;
	line-height:48px;
	border-radius:30px;
	margin-bottom:15px;
}

.offers_container .offers_content .overview_item .data{
	font-size:20px;
	line-height:30px;
	color:#082A66;
	padding-left:25px;
}

/********ATTRACTIONS********/
.attractions_container{
	padding:55px 0px;
}

.attractions_container .attractions_content{
	max-width:1300px;
	margin: auto;
}

.attractions_container .attractions_content .attractions_locations{
	display: flex;
}

.attractions_container .attractions_content .attractions_locations .location{
	display: block;
	width:100%;
	transition:all 0.3s;
	position:relative;
	z-index:1;
	text-align: center;
	font-size:15px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
}

.attractions_container .attractions_content .attractions_locations .location.disabled{
	opacity:0.5;
}

.attractions_container .attractions_content .attractions_locations .location .image{
	padding-top:100%;
	width:100%;
	position:relative;
	margin-bottom:15px;
	border-radius:20px;
	border:6px solid #ffffff;
}

.attractions_container .attractions_content .attractions_locations .location .image .flag{
	width:80px;
	border:4px solid #ffffff;
	border-radius:20px;
	overflow:hidden;
	position:absolute;
	left:50%;
	bottom:-15px;
	transform:translate(-50%,0px);
	opacity:0;
	transition:all 0.3s;
}

.attractions_container .attractions_content .attractions_locations .location .image .flag img{
	width:100%;
	height:auto;
	display: block;
}

.attractions_container .attractions_content .attractions_locations .location.sel,
.attractions_container .attractions_content .attractions_locations .location:not(.disabled):hover{
	transform:scale(1.1);
	z-index:3;
}

.attractions_container .attractions_content .attractions_locations .location.sel{
	z-index:2;
	color:#2B73FF;
	font-weight:700;
}

.attractions_container .attractions_content .attractions_locations .location.sel .image .flag,
.attractions_container .attractions_content .attractions_locations .location:hover .image .flag{
	opacity:1;
}

.attractions_container .attractions_content .attractions_type{
	margin-top:20px;
	height:80px;
	overflow: hidden;
	transition: all 0.3s;
	width:calc(100% - 110px);
	float:left;
}

.attractions_container .attractions_content .show-more-container .arrow-down {
	width: 0;
	height: 0;
	margin-left: 8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid black;
}

.attractions_container .attractions_content .show-more-container {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 16px;
	color: #333;
	float:right;
	margin-top:50px;
}

    

.attractions_container .attractions_content .attractions_type.open{
	height:100%;
}

.attractions_container .attractions_content .attractions_type a{
	font-size:14px;
  line-height:26px;
  font-weight:700;
  padding:25px 45px;
  color:#000000;
  text-decoration:none;
  border-radius:30px;
	transition:all 0.3s;
	text-transform:uppercase;
	background-color:#ffffff;
	margin-right:15px;
	display: inline-block;
	box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	margin-bottom:15px;
}

.attractions_container .attractions_content .attractions_type a.sel,
.attractions_container .attractions_content .attractions_type a:hover{
	background-color:#2B73FF;
	color:#ffffff;
}

.attractions_container .attractions_content .attractions_results a{
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
	margin-bottom:15px;
	width:23.9%;
	border-top-left-radius:20px;
  border-top-right-radius:20px;
	overflow:hidden;
	background-color:#ffffff;
	text-decoration: none;
	color:#000000;
}

.attractions_container .attractions_content .attractions_results a:nth-child(4n-3){
	margin-left:0px;
}

.attractions_container .attractions_content .attractions_results a .image{
	padding-top:70%;
  width:100%;
  transition:all ease-in-out 0.3s;
  position:relative;
}

.attractions_container .attractions_content .attractions_results a .image .action_tag,
.cart_item .cart_item_top .cart_item_top_right .type,
.attractions_container .attractions_content .attractions_results a .details .type{
	font-size:12px;
  line-height:20px;
  padding:5px 15px;
  border-radius:10px;
  background-color:#02AA94;
  display:inline-block;
  color:#ffffff;
  font-weight:700;	
}

.attractions_container .attractions_content .attractions_results a .image .action_tag{
	position:absolute;
	bottom:20px;
	left:15px;
}

.attractions_container .attractions_content .attractions_results a .image .action_tag.sellout{
	background-color:#D33333;
}

.attractions_container .attractions_content .attractions_results a .image .action_tag.first{
	background-color:#2B73FF;
}

.attractions_container .attractions_content .attractions_results a .image .action_tag.last{
	background-color:#C68302;
}

.attractions_container .attractions_content .attractions_results a .details{
	padding:13px 13px 18px 13px;
	border:1px solid #E7E8EB;
}

.attractions_container .attractions_content .attractions_results a .details .title{
	font-size:18px;
	line-height:24px;
	font-weight:700;
	margin:11px 0px 14px 0px;
	height:72px;
}

.attractions_container .attractions_content .attractions_results a .details .tags{
	height:60px;
}

.attractions_container .attractions_content .attractions_results a .details .tag{
	display:inline-block;
	width:32%;
	font-size:12px;
	line-height:26px;
	text-align:center;
}

.attractions_container .attractions_content .attractions_results a .details .tag:nth-child(3n-2){
	text-align:left;
}

.attractions_container .attractions_content .attractions_results a .details .price{
	font-size:12px;
	line-height:20px;
}

.attractions_container .attractions_content .attractions_results a .details .price span{
	font-size:15px;
	font-weight:700;
}

.attractions_container .attractions_content .attractions_top{
	
}

.attractions_container .attractions_content .attractions_top a{
	display:inline-block;
	width:23.9%;
	padding-top:18%;
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	border-radius:20px;
}

.attractions_container .attractions_content .attractions_top a:nth-child(4n-3){
	margin-left:0px;
}

.attractions_container .attractions_content .attractions_top a span{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	background-color:rgba(255,255,255,0.9);
	padding:12px 30px;
	display:inline-block;
	color:#000000;
	font-size:14px;
	line-height:26px;
	border-radius:20px;
	text-transform:uppercase;
	transition:all 0.3s;
}

.attractions_container .attractions_content .attractions_top a:hover span,
.attractions_container .attractions_content .attractions_top a.sel span{
	background-color: rgba(43, 115, 255, 1);
	color:#ffffff;
}
/********ATTRACTIONS********/

div.blue-button,
a.blue-button{
	background-color:#2B73FF;
	font-size:14px;
	line-height:26px;
	font-weight:700;
	padding:15px 55px;
	border-radius:30px;
	box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.1);
	color:#ffffff;
	text-decoration:none;
	display: inline-block;
}

div.blue-button.full,
a.blue-button.full{
	display: block;
	width:100%;
	text-align: center;
}

div.gray-button,
a.gray-button{
	background-color:#F2F2F7;
	font-size:14px;
	line-height:26px;
	font-weight:700;
	padding:15px 55px;
	border-radius:30px;
	color:#007AFF;
	text-decoration:none;
	display: inline-block;
	text-align:center;
}

div.gray-button.full,
a.gray-button.full{
	display: block;
	width:100%;
	text-align: center;
}