@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque-Light.eot');
    src: url('/fonts/Geogrotesque-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Geogrotesque-Light.woff2') format('woff2'),
        url('/fonts/Geogrotesque-Light.woff') format('woff'),
        url('/fonts/Geogrotesque-Light.ttf') format('truetype'),
        url('/fonts/Geogrotesque-Light.svg#Geogrotesque-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geogrotesque';
    src: url('/fonts/Geogrotesque-SemiBold.eot');
    src: url('/fonts/Geogrotesque-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Geogrotesque-SemiBold.woff2') format('woff2'),
        url('/fonts/Geogrotesque-SemiBold.woff') format('woff'),
        url('/fonts/Geogrotesque-SemiBold.ttf') format('truetype'),
        url('/fonts/Geogrotesque-SemiBold.svg#Geogrotesque-SemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,html{
	margin:0px;
	padding:0px;
	font-family:Montserrat;
	font-weight:normal;
	font-size:18px;
	position:relative;
	box-sizing:border-box;
	color:#000;
}

a{
	text-decoration:none;
	color:#1d82c5;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

*{
	box-sizing:border-box;
}

.responsive-shown{
	display:none;
}

.top_container{
	width:100%;
	padding:10px 0px;
	z-index: 9;
	transition:padding ease-in-out 0.3s;
}

.top_container .top_content{
	max-width: 1780px;
	width:92%;
	margin: auto;
}

.top_container .top_content .logo{
	float:left;
	width:18%;
	min-width:110px;
	transition:all ease-in-out 0.3s;
	text-align: center;
}

.top_container .top_content .toolbars_container{
	float:right;
	margin-top:18px;
	transition:all ease-in-out 0.3s;
	position: relative;
}

.top_container.scroll .top_content .toolbars_container{
	margin-top:10px;
}

.top_container .top_content .toolbars_container .languages {
	float:right;
	width:65px;
	border-left:2px solid #248fce;
	text-align: right;
	margin-left:10px;
}

.top_container .top_content .toolbars_container .languages a{
	margin-left:2px;
	display: inline-block;
	vertical-align: top;
}

.top_container .top_content .toolbars_container .languages a img{
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Old WebKit */
	-webkit-filter: grayscale(100%); /* New WebKit */
	filter: url(resources.svg#desaturate); /* older Firefox */
	filter: grayscale(100%); /* Current draft standard */
	transition: all ease-in-out 0.3s;
}

.top_container .top_content .toolbars_container .languages a.sel img,
.top_container .top_content .toolbars_container .languages a:hover img{
	filter: none; /* IE */
	-webkit-filter: grayscale(0); /* Old WebKit */
	-webkit-filter: grayscale(0%); /* New WebKit */
	filter: grayscale(0); /* Current draft standard */
}

.header_container{
	margin-bottom:0px;
	position:relative;
	z-index:1;
}

.header_container .years_badge{
	position: absolute;
	bottom:5px;
	right:0px;
	z-index: 99;
	font-size:0px;
}

.video_holder{
	position: relative;
}

.video_holder a{
	width:40px;
	height: 33px;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom:7%;
	left:30px;
	z-index: 3;
}

.video_holder a img{
	width:100%;
	height: auto;
}

table.categories tr td{
	position: relative;
}

table.categories tr td a{
	display: block;
	font-size:0px;
	overflow: hidden;
}

/*table.categories tr td a img{
	transition:all ease-in-out 0.3s;
}

table.categories tr td a:hover img{
	transform: scale(1.05);
}*/

table.categories tr td a br{
	display: none;
}

table.categories tr td a strong{
	position:absolute;
	bottom:12px;
	left:0px;
	width:100%;
	text-align: center;
	font-weight:normal;
	padding:20px 0px;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	font-size:36px;
}

.content_container{
	position: relative;
	z-index: 2;
}

.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::-ms-expand {
    display: none;
}

.content_container .content_content.contact{
	background-color:#1d82c5;
}

.content_container .content_content.contact .contact_holder{
	max-width:900px;
	margin: auto;
	color:#fff;
}

.content_container .content_content.contact .contact_holder a{
	color:#fff;
}

.content_container .content_content.contact .contact_holder a:hover{
	text-decoration: underline;
}

.content_container .content_content.contact .contact_holder input[type='text'],
.content_container .content_content.contact .contact_holder textarea{
	border:none;
	width:calc(100% - 10px);
	margin:5px;
	background-color:#8ec1e2;
	font-size:24px;
	font-family:'Geogrotesque', sans-serif;
	font-weight:bold;
	color:#fff;
	padding:15px 25px;
}

.jcarousel_ajax ul li .opinions_item{
	min-height:255px;
	font-size:18px;
	position:relative;
	text-align: center;
	padding:0px 30px;
}

.jcarousel_ajax ul li .opinions_item::before{
	content:' ';
	background:url(/images/quote_top.png) center center no-repeat;
	top:-10px;
	left:-10px;
	width:49px;
	height:35px;
	position:absolute;
}

.jcarousel_ajax ul li .opinions_item::after{
	content:' ';
	background:url(/images/quote_bottom.png) center center no-repeat;
	bottom:50px;
	right:-4px;
	width:49px;
	height:35px;
	position:absolute;
}

.jcarousel_ajax ul li .opinions_item .title{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}

.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;
}

.footer_container{
	padding:50px 0px;
	background-color:#444444;
	color:#fff;
	font-size:18px;
	line-height:18px;
}

.footer_container .footer_content ul{
	list-style: none;
	margin:0px;
	padding:0px;
	margin-top:-5px;
}

.footer_container .footer_content ul li{
	padding-left:15px;
	line-height: 28px;
	position: relative;
}

.footer_container .footer_content ul li::before{
	content:' ';
	display: block;
	position: absolute;
	top:12px;
	left:0px;
	width:7px;
	height: 7px;
	background: rgb(0,74,173);
	background: -webkit-linear-gradient(bottom, rgba(0,74,173,1) 0%, rgba(4,152,189,1) 100%);
	background: -o-linear-gradient(bottom, rgba(0,74,173,1) 0%, rgba(4,152,189,1) 100%);
	background: linear-gradient(to top, rgba(0,74,173,1) 0%, rgba(4,152,189,1) 100%);
}

.footer_container .footer_content a{
	font-size:18px;
	color:#fff;
}

.footer_container .footer_content h2{
	margin-bottom:0px;
	font-size:20px;
	color:#1d82c5;
	margin-top:0px;
}

.production_container{
	padding:10px 0px;
	background-color:#444444;
}

.production_container .production_content{
	text-align: center;
	font-size:14px;
	color:#fff;
}

.production_container .production_content a{
	color:#fff;
}

.resp_menu_button{
	position:relative;
	text-align:center;
	z-index:3;
	padding-left:0px !important;
	height:25px;
	width:30px;
	margin-left:0px;
	display:none;
	margin-top:1px !important;
}

.resp_menu_button span{
	display:inline-block;
	width:30px;
	height:4px;
	background-color:#224f9f;
	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:9px;
}

.resp_menu_button span:nth-child(3){
	top:18px;
}

.resp_menu_button.open span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}

.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: 8px;
}

#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;
}

.news_content{
	width:100%;
	max-width: 1170px;
	height:235px;
}

.news_content .news_item{
	display: inline-block;
	width:30.33%;
	height:400px;
	margin-right:4.5%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.news_content .news_item:nth-last-child(1){
	margin-right:0px;
}

.news_content .news_item .image{
	height:235px;
}

.news_content .news_item .desc{
	padding:20px;
	font-size:16px;
}

.news_content .news_item .desc .title{
	font-size:20px;
	font-weight:bold;
}

.content_container .content_content .newsletter{
	padding-bottom:40px;
	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;
}

.counter_container{
	margin-top:-80px;
	margin-bottom:60px;
	font-size:18px;
	position: relative;
	z-index:99;
}

.counter_container table tr td{
	padding:30px 20px;
	background-color:#187ebe;
	color:#fff !important;
}

.counter_container .counter{
	font-size:55px;
	line-height: 55px;
}

.counter_container .button{
	text-align:center;
	margin-top:40px;
}

.counter_container .button a{
	display:inline-block;
	padding:20px 65px;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	background-color:#355d8b;
}

/****EDITOR****/
a.white_button{
	font-size:20px;
	font-weight:bold;
	border:1px solid #fff;
	padding:6px 40px;
	text-transform: uppercase;
	display: inline-block;
}

span.white_text,
div.white_text,
h1.white_text,
h2.white_text,
a.white_text{
	color:#fff !important;
	font-weight:normal;
}

span.red_text,
div.red_text,
h1.red_text,
h2.red_text,
a.red_text{
	color:#ca2b3e !important;
}

span.green_text,
div.green_text,
h1.green_text,
h2.green_text,
a.green_text{
	color:#98ce77 !important;
}

a.blue_button{
	padding:7px 25px;
	color:#fff;
	background-color: #1d82c5;
	text-decoration: none;
	font-weight: bold;
}

a.green_button{
	display:inline-block;
	padding:10px 25px;
	background-color:#98ce77;
	font-size:17px;
	font-weight:100;
	color:#fff;
}

a.green_button.arrow::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 #ffffff;
	margin-right: 8px;
}

table.izpostavljeno{
	padding:15px;
	border-left:4px solid #1d82c5;
	background-color:#e8f2f9;
	color:#000;
	font-weight:bold;
	font-size:20px;
	line-height:28px;
}

td.gray_bg{
	position:relative;
}

td.gray_bg::before{
	content:' ';
	position:absolute;
	width:30000px;
	right:0px;
	top:30px;
	height:180px;
	background-color:#f6f6f6;
	z-index:-1;
}

.red_circle{
	display: inline-block;
	width:280px;
	height: 280px;
	background-color: rgba(183,21,40,0.35);
	border-radius: 50%;
	box-sizing: border-box;
	color:#fff;
	text-align:center;
	padding-top:80px;
	line-height: 40px;
	border:4px solid transparent;
}

td.text-white-shadow{
	text-shadow:0px 0px 10px #fff;
}

span.red_circle_border,
div.red_circle_border{
	display: inline-block;
	width:280px;
	height: 280px;
	border:4px solid #ad233a;
	border-radius: 50%;
	box-sizing: border-box;
	color:#fff;
	text-align:center;
	padding-top:80px;
	line-height: 40px;
}

.table_left_border{
	border-width: 4px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      rgb(0,74,173), 
      rgb(4,152,189)
    ) 1 100%;
	
	border-right-width:0px;
	padding:15px 30px;
	font-size:24px;
}

td.table_black_bg{
	background-color: rgba(0,0,0,0.35);
	padding:20px;
	color:#fff;
	line-height: 30px;
	font-size:34px;
	box-sizing: border-box;
}

a.content_button{
	font-size:18px;
	font-weight:300;
	text-decoration:none;
	color:#000000;
	display:inline-block;
	padding:10px 40px;
	border:1px solid #000000;
}

a.arrow_link{
	font-size:16px;
	color:#202020;
	font-weight:bold;
}

a.arrow_link::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;
}

.top .sel{
	background-color:#e1e1e1;
}

.dropdown_item{
	display:none;
	position:absolute;
	right:0px;
	top:40px;
	padding:15px 30px 25px 30px;
	background-color:#fff;
	border:1px solid #1d82c5;
	z-index:9999;
	font-size:16px;
}

.dropdown_item .lang_item{
	color:#939598;
	padding:10px;
	margin-top:15px;
	border-left:2px solid #e1e1e1;
	transition:all ease-in-out 0.3s;
}

.dropdown_item .lang_item span{
	display:in inline-block;
	width:40px;
}

.dropdown_item .lang_item:hover{
	border-left:2px solid #00aeef !important;
}

.menu_container .menu_content > div.container > div.top {
	display:flex;
	flex-flow:row wrap;
	justify-content: flex-end;
	
	margin-bottom:20px;
}

div.top a {
	
	padding-left:20px;
	padding-right:20px;
	
	border-left:2px solid #e1e1e1;
	height:30px;
	
	color:#939598;
	
	display:flex;
	align-items: center;
}

div.top a:hover {
	color:#adafb0;
}

div.top a:last-child {
	padding-right:0;
}

div.top a > span.icon {
	display:block;
	width:20px;
	height:20px;
	
	background-repeat: no-repeat;
	background-position: top left;
}

div.top a:hover > span.icon {
	background-position:top -20px left;
}

div.top a.active > span.icon {
	background-position:top -40px left;
}

div.top a > span.icon.profile {background-image:url(/images/header_icon_profile.png);}
div.top a > span.icon.search {background-image:url(/images/header_icon_search.png);}

/***FORM***/
.form_row{
	float:left;
	width:46%;
	padding-right:4%;
	height:90px;
}

.form_row:nth-child(2n){
	padding-left:0px !important;
	padding-left:4%;
}

.form_row .label{
	font-size:12px;
	color:#939598;
	margin-bottom:5px;
}

.form_row input[type="text"],
.form_row input[type="password"],
.form_row select,
.form_row textarea{
	box-sizing:border-box;
	width:100%;
	border:none;
	padding:15px 20px;
	color:#000;
	border-left:2px solid #fff;
	transition:border-color ease-in-out 0.3s;
	font-size:16px;
	color:#696969;
	font-family:'PT Sans', sans-serif;
	height:50px;
}

.form_row input:focus,
.form_row select:focus,
.form_row input.error,
.form_row select.error,
.form_row textarea:focus,
.form_row textarea.error{
	border-color:#00aeef;
}

.form_row .custom_select{
	background-color:#fff;
	margin-top:0px;
}

.form_row select{
	width:150%;
	background-color:transparent;
}

.form_row .msg{
	display:none;
	color:#f20000;
	font-size:12px;
}

.form_msg{
	display:none;
}

.custom_select{
	overflow: hidden;
}
/***FORM***/

.content_opinions tr td{
	color:#fff !important;
	background-color:#004c98;
	padding:60px;
	font-family:'PT Sans', sans-serif;
}