@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;1,300;1,400&display=swap');

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Poppins',sans-serif;
	font-weight:400;
	font-size: 18px;
	line-height:24px;
	position:relative;
	box-sizing:border-box;
	color:#000000;
}

a{
	color:#000000;
}

a:hover{
	text-decoration: none;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.green-button.left{
	margin-right: 10px;
}
*{
	box-sizing:border-box;
}

*:focus{
	outline: none;
}

.content_container{
	overflow: hidden;
}

.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:16px 0px;
	z-index: 9;
	transition:padding ease-in-out 0.3s;
	border-top:1px solid #e5e5e5;
}

.top_container .top_content{
	max-width: 1170px;
	width:100%;
	margin: auto;
}

.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.scroll .top_content .menu_container{
	margin-top:8px;
}

.top-link{
	float:right;
	margin-right:30px;
	margin-top:20px;
}

.top-link a{
	font-size:18px;
	text-decoration: none !important;
	color:#d1ab66;
}

.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;
}

h1{
	font-size:36px;
	color:#000000;
	margin:0px;
	line-height:40px;
	font-weight:normal;
}

h1 strong,
h1 span{
	font-weight:700;
}

h2{
	font-size: 28px;
  line-height: 32px;
	margin:0px;
	font-weight:normal;
}

h3{
	font-size: 23px;
  line-height: 29px;
	margin:0px;
	font-weight:normal;
}

h3 strong{
	font-weight:bold;
}

h4{
	font-size: 13px;
  line-height: 18px;
  color: #AAA;
  margin-top: 3px;
	font-weight:normal;
}

.top-border{
	border:1px solid #EEE;
  padding:30px;
}

.content_container .content_content table.piktogrami{
	
}

.content_container .content_content table.piktogrami > tbody > tr > td{
	position:relative;
}

.content_container .content_content table.piktogrami > tbody > tr > td table tr td{
	width:100%;
}

.content_container .content_content table.piktogrami > tbody > tr > td table tr td:nth-child(2){
	position:absolute;
	opacity:0;
	background-color:#ffffff;
	width:100%;
	height:100%;
	display:block;
	left:0px;
	top:0px;
	transition: all ease-in-out 0.3s;
	cursor:pointer;
}

.content_container .content_content table.piktogrami > tbody > tr > td:hover table tr td:nth-child(2){
	opacity:1;
}

.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{
	height: 46px;
  padding:5px 10px;
  background:#FFF;
  border:solid 1px #CCC;
  width: 100%;
  border-radius:3px;
	color: inherit;
  font:inherit;
  margin:0;
	margin-right:5px;
}

.content_container .content_content .search_holder{
	display: flex;
}

.content_container .content_content .date_holder input{
	background: url(/images/date_input.jpg) center right no-repeat #EFEFF4;
}

.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:'Poppins',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 > ul > li > a{
	display:inline-block;
	width:99%;
	margin-left:1%;
	padding-top:99%;
	background-size:cover !important;
}

.news_gallery > ul > li > 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;
}

div.footer{
	font-size:14px;
	line-height:20px;
}

.footer_container{
	padding:25px 0px;
	background-color:#000000;
	color:#fff;
	font-size:13px;
	line-height:16px;
	position: relative;
	z-index: 2;
}

.footer_container .footer_content a{
	font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #CCC;
  display: inline-block;
  margin: 0px 5px;
	transition:all ease-in-out 0.3s;
}

.footer_container .footer_content a:hover{
	color:#ffffff;
}

.footer_container .footer_content h2{
	margin-bottom:0px;
	font-size:25px;
	line-height:35px;
	letter-spacing:0.25px;
	color:#082A66;
	margin-top:0px;
	font-weight:bold !important;
	font-family:'Poppins',sans-serif;
}

.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:65px;
	display:inline-block;
	vertical-align: top;
	border:1px solid #fff;
	padding:0px 0px 0px 30px;
	width:calc(100% - 165px);
}

a.newsletter-button{
	padding:15px;
	text-align: center;
	font-size:25px !important;
	line-height:35px !important;
	color:#fff !important;
	display:inline-block !important;
	transition: all ease-in-out 0.3s;
	font-weight:400 !important;
	background-color:#00AF8B;
	vertical-align: top;
	width:165px;
}

a.newsletter-button:hover{
	border-bottom-right-radius:50px;
}

.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{
	z-index:3;
	padding-left:0px !important;
	height:40px;
	width:40px;
	margin-left:10px;
	margin-top:13px;
	float:right;
	position: relative;
	background-color:#d1ab66;
}

.resp_menu_button span{
	display:inline-block;
	width:20px;
	height:4px;
	background-color:#ffffff;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	transition:all ease-in-out 0.3s;
}

.resp_menu_button span:nth-child(1){
	top:14px;
}

.resp_menu_button span:nth-child(2){
	top:20px;
}

.resp_menu_button span:nth-child(3){
	top:26px;
}

.resp_menu_button.open span:nth-child(1){
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-moz-transform: translate(-50%,-50%) rotate(45deg);
	-o-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
	top: 20px;
}

.resp_menu_button.open span:nth-child(2){
	width: 0%;
	opacity: 0;
}

.resp_menu_button.open span:nth-child(3){
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	-o-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
	top: 20px;
}

#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: 1296px;
}

.news_content .hidden{
	display: none;
}

.news_content .news_item{
  display: inline-block;
  width: 47%;
  margin-right:6%;
  vertical-align: top;
  position: relative;
  text-decoration: none;
	margin-bottom:35px;
}

.news_content .news_item.small{
	width:23.5% !important;
	margin-right:2%;
}

.news_content .news_item.small:nth-child(4n),
.news_content .news_item:not(.small):nth-child(2n){
	margin-right:0px;
}

.news .news_item{
	display: flex;
	flex-wrap: no-wrap;
	justify-content: flex-start;
	align-items: center;
	font-size:18px;
}

.news .news_item .image{
	width: 20%;
}

.news .news_item .image img{
	width:100%;
	height:auto;
}

.news .news_item .desc{
	width: 100%;
  padding: 20px;
}

.news .news_item .desc h2{
	margin: 0px;
  color: #d1ab66;
  font-weight: normal;
}

.news .news_item .desc .date{
	color: #AAA;
  font-size: 16px;
}

.news .news_item .desc .date svg{
	height:18px;
}

.news .news_item .desc a{
	color:#d1ab66;
}

.news hr{
	color: #EEE;
  background-color: #EEE;
  margin: 50px auto;
  width: 60%;
  border: 0px;
  height: 1px;
}

#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{
	text-align: center;
  color: #AAA;
  font-size: 13px;
  line-height: 20px;
	height:60px;
}

#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:74%;
	width:100%;
	transition: background-size ease-in-out 0.2s;
	position: relative;
	margin-bottom:15px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:110%;
}

.news_content .news_item .image .action_tag{
	position: absolute;
	padding:10px 20px;
	background-color:#CE0000;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	top:10px;
	left:10px;
}

.news_content .news_item .image .action_tag.new{
	background-color:#DDA639;
}

.news_content .news_item .image .action_tag.custom{
	background-color:#DDA639;
}

.news_content .news_item.small .image{
	padding-top:100% !important;
	background-size:150%;
}

#ajax_blog .news_item .desc .title,
.big_news_item .desc .title,
.news_content .news_item .desc .title,
.blog_right .news_item .title{
	font-size: 36px;
  line-height: 40px;
	color:#000000;
	text-align: center;
  font-weight: normal;
  margin-bottom: 5px;
	height:40px;
}

.news_content .news_item .desc .title{
	height:50px;
}
.news_content .news_item.small .desc .title{
	height:30px;
}

.big_news_item .desc .date,
.news_content .news_item .desc .date,
.blog_right .news_item .date{
	color:#8BD08B;
	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:hover .image,
.news_content .news_item:hover .image{
	background-size:120%;
}

.news_content .news_item.small:hover .image{
	background-size:170%;
}

#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.gold-color,
h1.gold-color,
h2.gold-color,
h3.gold-color,
a.gold-color{
	color:#d1ab66 !important;
}

a.blue-button{
  display:inline-block;
  padding:10px 20px;
  background-color:#0066CC;
  font-size:16px;
	line-height:20px;
  transition:all ease-in-out 0.3s;
  color:#fff;
  font-weight:700;
	position:relative;
	text-decoration: none;
	border-radius:10px;
}

a.blue-wire-button{
  display:inline-block;
  padding:10px 20px;
 	border:1px solid #0066CC;
  font-size:16px;
	line-height:20px;
  transition:all ease-in-out 0.3s;
  color:#0066CC;
  font-weight:700;
	position:relative;
	text-decoration: none;
	border-radius:10px;
}

a.blue-button:hover,
a.blue-wire-button:hover{
	background-color:#0052a4;
	color:#ffffff;
}

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;
}

table.history tr td,
table.history tr th{
	padding:5px 0px;
	border-bottom:solid 1px #EEE;
	text-align:left;
}

table.download tr td a{
	text-decoration: none;
	margin-top: 10px;
  border: dotted 1px #CCC;
  padding: 10px 15px;
  border-radius: 5px;
  width:100%;
	max-width:310px;
	display:inline-block;
}

table.download tr td a:hover{
	color:#d1ab66;
}

table.download tr td a::before{
	content: "";
	background-color:#000000;
  display: inline-block;
  width: 24px;
  height: 24px;
	vertical-align: middle;
	mask-image: url("data:image/svg+xml,<svg class='svg-inline--fa fa-download fa-w-16' aria-hidden='true' data-prefix='fal' data-icon='download' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''><path fill='currentColor' d='M452 432c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20zm-84-20c-11 0-20 9-20 20s9 20 20 20 20-9 20-20-9-20-20-20zm144-48v104c0 24.3-19.7 44-44 44H44c-24.3 0-44-19.7-44-44V364c0-24.3 19.7-44 44-44h99.4L87 263.6c-25.2-25.2-7.3-68.3 28.3-68.3H168V40c0-22.1 17.9-40 40-40h96c22.1 0 40 17.9 40 40v155.3h52.7c35.6 0 53.4 43.1 28.3 68.3L368.6 320H468c24.3 0 44 19.7 44 44zm-261.7 17.7c3.1 3.1 8.2 3.1 11.3 0L402.3 241c5-5 1.5-13.7-5.7-13.7H312V40c0-4.4-3.6-8-8-8h-96c-4.4 0-8 3.6-8 8v187.3h-84.7c-7.1 0-10.7 8.6-5.7 13.7l140.7 140.7zM480 364c0-6.6-5.4-12-12-12H336.6l-52.3 52.3c-15.6 15.6-41 15.6-56.6 0L175.4 352H44c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12V364z'></path></svg>");
  -webkit-mask-image: url("data:image/svg+xml,<svg class='svg-inline--fa fa-download fa-w-16' aria-hidden='true' data-prefix='fal' data-icon='download' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''><path fill='currentColor' d='M452 432c0 11-9 20-20 20s-20-9-20-20 9-20 20-20 20 9 20 20zm-84-20c-11 0-20 9-20 20s9 20 20 20 20-9 20-20-9-20-20-20zm144-48v104c0 24.3-19.7 44-44 44H44c-24.3 0-44-19.7-44-44V364c0-24.3 19.7-44 44-44h99.4L87 263.6c-25.2-25.2-7.3-68.3 28.3-68.3H168V40c0-22.1 17.9-40 40-40h96c22.1 0 40 17.9 40 40v155.3h52.7c35.6 0 53.4 43.1 28.3 68.3L368.6 320H468c24.3 0 44 19.7 44 44zm-261.7 17.7c3.1 3.1 8.2 3.1 11.3 0L402.3 241c5-5 1.5-13.7-5.7-13.7H312V40c0-4.4-3.6-8-8-8h-96c-4.4 0-8 3.6-8 8v187.3h-84.7c-7.1 0-10.7 8.6-5.7 13.7l140.7 140.7zM480 364c0-6.6-5.4-12-12-12H336.6l-52.3 52.3c-15.6 15.6-41 15.6-56.6 0L175.4 352H44c-6.6 0-12 5.4-12 12v104c0 6.6 5.4 12 12 12h424c6.6 0 12-5.4 12-12V364z'></path></svg>");
	margin-right:5px;
}

table.download tr td a:hover::before{
	background-color:#d1ab66;
}

a.download{
	font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  color: #d1ab66;
	margin-top:5px;
	display: inline-block;
}
a.download::before{
	content: "";
	background-color:#d1ab66;
  display: inline-block;
  width: 18px;
  height: 24px;
	vertical-align: middle;
	mask-image: url("data:image/svg+xml,<svg class='svg-inline--fa fa-arrow-to-bottom fa-w-12' aria-hidden='true' data-prefix='fal' data-icon='arrow-to-bottom' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''><path fill='currentColor' d='M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z'></path></svg>");
  -webkit-mask-image: url("data:image/svg+xml,<svg class='svg-inline--fa fa-arrow-to-bottom fa-w-12' aria-hidden='true' data-prefix='fal' data-icon='arrow-to-bottom' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' data-fa-i2svg=''><path fill='currentColor' d='M348.5 264l-148 148.5c-4.7 4.7-12.3 4.7-17 0L35.5 264c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l115.4 116V44c0-6.6 5.4-12 12-12h10c6.6 0 12 5.4 12 12v311.9L324.4 240c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.6 4.7 12.2 0 16.9zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z'></path></svg>");
	margin-right:5px;

}

.contact_holder{
	border: solid 1px #EEE;
	padding: 20px;
}

input[type="text"]:focus,
textarea:focus,
select:focus{
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	border:1px solid #899299;
}

input[type="text"]:not(:placeholder-shown),
textarea:not(:placeholder-shown),
select:focus:not(:placeholder-shown){
	border:1px solid #899299 !important;
}
	
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);*/
}

.content_container .content_content h1.title{
	max-width:1280px;
	margin:150px auto 0px auto;
	font-weight:700;
	margin-bottom:20px;
}

.reference{
	max-width:1280px;
	width:100%;
	margin:0px auto 0px auto;
}

.reference .reference_item{
	color:#333333;
	margin-left:5%;
	width:47.5%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:40px;
}

.reference .reference_item:nth-child(2n-1){
	margin-left:0px;
}

.reference .reference_item .image{
	background-position:center center;
	background-size:100%;
	width:100%;
	padding-top:70%;
	transition:all ease-in-out 0.2s;
}

.reference .reference_item:hover .image{
	background-size:110%;
}

.reference .reference_item .partner{
	font-size:16px;
	color:#666666;
	margin-top:20px;
}

.reference .reference_item .title{
	font-size:20px;
	font-weight:700;
}

/****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;
}

.gold-button{
	width: auto;
  background: #d1ab66;
  color: #FFF;
  border: solid 1px #d1ab66;
  padding: 10px 15px;
  text-indent: inherit;
  height: auto;
  border-radius: 3px;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
}

.gold-button.dark{
	background-color:#333333;
	border-color:#333333;
}

.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:'Questrial',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;
}


.rsZoomed img {
  animation: zoomInSlide 12s linear forwards;
}

@keyframes zoomInSlide {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}