/*
Theme Name: Krila
Theme URI: http://
Author: DevaDesign
Author URI: http://devadesign.biz
Description: Custom tailor made WP theme
Version: 2.0
License: DevaDesign License v1
License URI: http://devadesign.biz/license
Tags: custom-menu, responsive, dynamic sidebar
*/

/* base  */
	
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin);
	@import url(font-awesome.min.css);
	
	html{overflow-y:scroll;font-size:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	html, body{margin:0;padding:0;-webkit-text-size-adjust:none;}
	body{
		font-family:"Open Sans", Helvetica, Arial, sans-serif;
		line-height:1.5em;
		color:#555;
		background:#e7e7e7;
		text-align:center;		
		}
	h1, h2, h3, h4, h5, h6{
		font-weight:300;
		margin:0;
		line-height:1.2em;
		text-transform:uppercase;
		color:#000;
		}	
	h1{font-size:2em;margin-bottom:.5em;}	
	h2{font-size:1.75em;margin-bottom:.5714em;padding-top:0.13em;padding-bottom:0.0414em;}	
	h3{font-size:1.5em;margin-bottom:.6666em;padding-top:.3em;padding-bottom:.1em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:600;}
	
	p, blockquote, ul, ol, dl, form, table, pre{display:block;margin:0 0 1.5em 0;}
	article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{display:block;}	
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 1em;padding:0;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:.9em Monaco, "Courier New", monospace;}
	code{background:#f7f7f7;border:1px solid #ddd;padding:0 3px;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:.01em;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	img{border:none;}			
	figure{margin:0 0 .5em 0;display:table;}
	hr{display:block;clear:both;height:1px;border:0;border-top:1px solid #e7e7e7;margin:0 0 1.5em 0;padding:0;}	
	table{width:100%;border-collapse:collapse;display:table;}
	th,caption{text-align:left;}	
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:600;}
	input, select{vertical-align:middle;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}
	::-moz-focus-inner{border:0;padding:0;}
	::-moz-selection{background:#555;color:#fff;}
	::selection{background:#555;color:#fff;}
	*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}	
	
	table, input, textarea, select, li, button, p{
		font-family:inherit;
		line-height:inherit;
		}		
	a, a:visited{
		text-decoration:none;
		color:#d91b5c;
		outline:none;
		}
	a:hover{color:#000;}
	
	code{color:#555;}
	pre{
		padding:1.5em 2em;
		border:1px solid #ddd;
		background:#f7f7f7;
		
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ddd;
		font-style:italic;
		}	
	dt{font-weight:600;}	
	table{border:1px solid #ddd;}	
	th, td{padding:.5em 1em;line-height:1.5em;vertical-align:top;border-bottom:1px solid #ddd;}			
	tr:nth-child(odd) td{background:#f7f7f7;}	
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	figure.left, figure.right{display:table;width:1px;margin-bottom:.5em;}
	figcaption{font-style:italic;color:#777;margin:.25em 0;text-align:center;font-size:.9em;line-height:1.5em;}	
	
/* base */

/* WordPress Core */

	.alignnone{}
	.aligncenter,div.aligncenter{display:block;}
	.alignright{float:right;}
	.alignleft{float:left;}
	
	img.alignnone, img.aligncenter{display:block;width:100%;margin-bottom:1.5em;}
	img.alignleft{
		float:left;
		max-width:160px;
		margin-right:25px;
		margin-bottom:10px;
		padding:5px;
		background:#fff;
		border:1px solid #ddd;
		}
	
	a img.alignright{float:right;}
	a img.alignnone{}
	a img.alignleft{float:left;}
	a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
	
	.wp-caption{
		background:#fff;
		border:1px solid #f0f0f0;
		max-width:96%; /* Image does not overflow the content area */
		padding:5px 3px 10px;
		text-align:center;
		}
	.wp-caption.alignnone{margin:5px 20px 20px 0;}
	.wp-caption.alignleft{margin:5px 20px 20px 0;}
	.wp-caption.alignright{margin:5px 0 20px 20px;}
	.wp-caption img{
		border:0 none;
		height:auto;
		margin:0;
		max-width:98.5%;
		padding:0;
		width:auto;
		}
	.wp-caption p.wp-caption-text {
		font-size:11px;
		line-height:17px;
		margin:0;
		padding:0 4px 5px;
		}
	
	/* Text meant only for screen readers. */
	.screen-reader-text{
		clip:rect(1px, 1px, 1px, 1px);
		position:absolute !important;
		height:1px;
		width:1px;
		overflow:hidden;
		}
	.screen-reader-text:focus{
		background-color:#f1f1f1;
		
		box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip:auto !important;
		color:#21759b;
		display:block;
		font-size:14px;
		font-size:0.875rem;
		font-weight:bold;
		height:auto;
		left:5px;
		line-height:normal;
		padding:15px 23px 14px;
		text-decoration:none;
		top:5px;
		width:auto;
		z-index:100000; /* Above WP toolbar. */
		}

/* // WordPress Core */

/* helpers */		
	
	.hidden, .print{display:none;}
	
	.left{float:left;display:inline;margin-right:1em;}
	.right{float:right;display:inline;margin-left:1em;}
	.center{text-align:center;}
	p.left, p.right{margin-bottom:.5em;}
	
	.clear{clear:both;}
	.block{display:block;clear:both;}
	.first{margin-left:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}
	
	.image{background:#fff;border:1px solid #ddd;padding:3px;box-shadow:0 2px 0 rgba(0,0,0,.05);}
	.col img.image{max-width:100%;}
	a:hover .image{border:1px solid #f7f7f;box-shadow:0 1px 0 rgba(0,0,0,.05);	}
	
	.links{height:24px;line-height:24px;}
	.links a, a.link{
		display:inline-block;
		*display:inline;
		zoom:1;
		line-height:24px;
		height:24px;
		
		background:#0092db; 
		text-decoration:none !important;
		color:#fff;	
		padding:0 15px;
		font-size:13px;
		border-bottom:1px solid rgba(0,0,0,.1);
		box-shadow:0 2px 0 rgba(0,0,0,.1);	
		white-space:nowrap;
		}
	.links a:hover, a.link:hover{background:#909090; }
	.links a.sec, a.link.sec{background-color:#909090;color:#fff;}
	.links a.sec:hover, a.link.sec:hover{background-color:#0092db;}
	
	.list li{
		list-style:none;
		border-bottom:1px solid #ddd;
		margin:0;
		padding:.5em 0;		
		}	
	.list li a{text-decoration:none;}
	
	.transition, a, a:before, a:after, a img, #menu li.menu-item-has-children:after, #menu ul li ul, #slideshow .controls li, .gallery li{
		-webkit-transition:ease-in-out 0.2s;	
		-o-transition:ease-in-out 0.2s;
		-moz-transition:ease-in-out 0.2s;
		-ms-transition:ease-in-out 0.2s;
		transition:ease-in-out 0.2s;	
		}	

/* // helpers */	

/* layout */

	.container{}
	
	.header_inner,
	.content_inner,
	.footer_inner,
	.sponsors_inner,
	.main_nav_list,
	#breadcrumbs{	
		margin:0 auto;
		width:90%;
		max-width:1200px;
		text-align:left;
		position:relative;
		}
	.section_inner{	
		margin:0 auto;
		width:90%;
		max-width:1200px;
		text-align:center;
		position:relative;
		}
		
	.header{}
	.header_inner{}

	.content{
		padding:0;color:#555;
		background:#fff;
		}
	.content_inner{padding:3em 0 1.5em;}
	.content_inner_main_page{padding:0 0 1.5em;margin-top:-1px;}
	
	.content_main, .content_secondary, .content_tertiary, .content_quaternary{
		float:left;	
		}
	.content_main{width:65%;}
	.content_secondary{width:30%;margin-left:5%;}
	.content_tertiary{}
	.content_quaternary{}
	
	.footer{}
	
	/* fluid grid (percentage based up to 6 columns) */
		
		.row, .row2{margin-bottom:1.5em;overflow:hidden;} /* main column container */
		.col, .col2, .col3, .col4, .col5{
			float:left;
			display:inline;	
			margin-left:5%;
			}	
		.row>col:first-child{margin-left:0;}		
		.col, .row2 .col{width:47.5%;} /* 2 equal width columns - default */
		.row3 .col{width:30%;} /* 3 equal width columns */
		.row4 .col{width:21.25%;} /* 4 equal width columns */
		.row5 .col{width:16%;} /* 5 equal width columns */
		.row6 .col{width:12.5%;} /* 6 equal width columns */
		
		/* double width columns */
		.row3 .col2{width:65%;} 
		.row4 .col2{width:47.5%;} 
		.row5 .col2{width:37%;} 
		.row6 .col2{width:30%;} 
		
		/* triple width columns */
		.row4 .col3{width:73.5%;} 
		.row5 .col3{width:58%;} 
		.row6 .col3{width:47.5%;} 
		
		/* quadruple width columns */
		.row5 .col4{width:79%;} 
		.row6 .col4{width:65%;} 
		
		/* quintuple width columns */
		.row6 .col5{width:82.5%;} 	
			
	/* // fluid grid */

/* // layout */

/* forms / messages */

	.error, 
	.message_success,
	.message_information,
	.message_note{
		display:block;
		padding:5px 15px;	
		box-shadow:0 2px 0 rgba(0,0,0,.05);	
		}		
	.error{margin-top:-1px;background-color:#ffe9e9;border:1px solid #fbc4c4;color:#ca3d3d;}
	.message_success{background-color:#ebf6e0;border:1px solid #b3dc82;color:#5f9025;}
	.message_information{background-color:#e9f7fe;border:1px solid #bae2f0;color:#0295cc;}
	.message_note{background-color:#fbfadd;border:1px solid #ded58a;color:#8f872e;}
	
	.notvalid{border:1px solid #fbc4c4 !important;}
	.inactive{color:#999;}	
	
	fieldset{
		border:1px solid #ddd;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		
		}
	legend{padding:2px 5px;}	
	input[type="text"], input[type="password"], input[type="email"], textarea, select{
		border:1px solid #ddd;
		padding:0 10px;
		height:34px;
		background:#fff;
		width:100%;
		margin:0;
		border-radius:2px;
		vertical-align:middle;	
		}
	textarea{overflow:auto;height:150px;width:100%;resize:vertical;}
	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .focus{		
		outline:none;	
		border:1px solid #bbb;
		}
	.submit{}
	button, input[type="submit"], input[type="reset"], input[type="button"], .buttons a, a.button{
		display:inline-block;
		border:none;
		background-color:#df477b; 		
		color:#fff;
		padding:0 20px;
		margin:0;
		height:40px;
		line-height:40px;
		cursor:pointer;
		vertical-align:middle;		
		text-decoration:none !important;
		font-size:1em;
		}
	button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .buttons a:hover, a.button:hover{	
		background-color:#d91b5c;
		}			
	button.sec,input[type="reset"]{
		background-color:#888;		
		}
	button.sec:hover,input[type="reset"]:hover{background-color:#0092db;}
	
	.input_left, .input_right{width:48%;float:left;padding-bottom:1.5em;}
	.input_left_top, .input_right_top{margin-top:0;}
	.input_right{margin-left:4%;}
	.textarea{padding-bottom:1.5em;}
	
	.field_url{visibility:hidden;position:absolute;width:1px !important;}
	
	#form{
		padding:24px;
		border:1px solid #e7e7e7;
		background:#f7f7f7;
		}
	
	/* mailchimp */
	
	.mc4wp-form{}
	.mc4wp-form input[type="email"]{border-radius:0;box-shadow:none !important;margin-bottom:8px;}
	
	/* // mailchimp */

/* // forms / messages */

/* navigation */
		
	#menu{position:absolute;top:53px;right:0;}
	#menu div>ul{
		height:54px;
		margin:0;
		font-size:0;
		border-top:1px solid #ddd;
		}
	#menu li{
		margin:0;
		display:inline-block;
		zoom:1;
		*display:inline;
		position:relative;
		list-style:none;
		font-size:16px;
		}	
	#menu a{
		text-transform:uppercase;
		display:inline-block;
		zoom:1;
		*display:inline;
		color:#222;
		line-height:54px;
		height:54px;
		padding:0 20px;
		border-bottom:1px solid rgba(217,27,92,0);
		}
	#menu li.over>a, #menu a:hover{color:#d91b5c;border-bottom:4px solid rgba(217,27,92,1);}
	#menu li.current-menu-item a,
	#menu li.current-page-ancestor a,
	#menu li.current-category-ancestor a,
	#menu li.current-post-ancestor a{color:#d91b5c;}
	
	#menu div>ul>li.menu-item-has-children>a{padding:0 40px 0 20px;}
	#menu li.menu-item-has-children:after{
		position:absolute;
		top:0;
		right:20px;
		width:auto;
		line-height:80px;
		height:80px;
		font-family:"FontAwesome";
		font-size:17px;
		text-align:center;
		color:rgba(255,255,255,.5);
		content:'\f107';
		}
	#menu li.menu-item-has-children:hover:after{color:rgba(255,255,255,1);}
	#menu li.menu-item-has-children li.menu-item-has-children:after{line-height:50px;height:50px;content:'\f105'}
	
	/* second level */
	#menu ul li:hover>ul{visibility:visible;opacity:1;}
	#menu ul li ul{
		position:absolute;
		left:0;
		top:80px;
		width:150px;
		background:#314559;
		visibility:hidden;
		opacity:0;
		z-index:1000;
		}		
	#menu ul ul li,
	#menu ul ul li>a{
		float:none;
		display:block;
		height:50px;
		line-height:50px;
		margin:0;
		text-align:left;
		text-transform:capitalize;
		}
	#menu ul ul li>a{padding:0 20px;}
		
	/* // second level */
		
	/* // third level */
	#menu ul ul ul{
		position:absolute;
		left:150px; /* parent width*/
		top:0;
		width:150px;
		}
		
	/* // third level */

/* //navigation */

/* header */

	.header{
		border-bottom:1px solid #ccc;
		background:#e7e7e7; /* Old browsers */
		background:-moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6-15 */
		background:-webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
		background:linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
		}
	.header_inner{position:relative;padding:5px 0;}

	h1.page_title{
		margin:0 ;
		padding:0;
		width:200px;
		font-size:20px;
		color:#333;
		}
	.page_title a{
		display:block;
		height:98px;
		width:135px;
		text-indent:-80000px;
		background:url(images/logo_m.png) no-repeat 0 0;
		background-size:cover;
		}
	#eng .page_title a{
		background:url(images/logo_en.png) no-repeat 0 0;
		background-size:cover;
		}
	
	.lang{position:absolute;top:10px;right:0;margin-bottom:0;}
	.lang li{
		list-style:none;
		margin-left:7px;
		padding:0;
		float:left;
		}
	.lang li{border:1px solid #ccc;}
	.lang li:first-child{margin-left:0;}
	.lang li a{
		display:block;
		width:45px;
		height:31px;
		line-height:31px;
		text-align:center;
		text-transform:uppercase;
		font-size:13px;
		color:#333;
		background:#fff;
		}
	.lang li a:hover{background:#e7e7e7;}
	
	.lang li.cta_header{border:1px solid #d91b5c;}
	.lang li.cta_header:nth-child(2){margin-right:17px;}
	.lang li.cta_header a{width:86px;color:#fff;background:#df477b;}
	.lang li.cta_header a:hover{background:#d91b5c;}
	
	.breadcrumbs{background:#fff;}
	#breadcrumbs{padding:8px 0;border-bottom:1px dashed #ccc;}
	#breadcrumbs>span{
		float:left;
		margin-right:5px;
		height:24px;
		line-height:24px;
		color:#888;
		}
	#breadcrumbs span a{display:block;}

/* // header */
	
/* content */

	.home_news h3{font-size:20px;font-weight:400;}
	
	.content p{}
	.content_main h2{margin-bottom:1.5em;}
	.content_main li{margin-bottom:1em;}

	#home .row3{margin-bottom:3em;}
	#home .row .first img{
		display:block;
		width:100%;
		}
	#eng .breadcrumbs .item-home, #eng .breadcrumbs .item-parent-57, #eng .breadcrumbs .item-parent-57 ~ .separator{display:none;}
	
	.eu_banner{margin-bottom:3em;border:1px solid #e7e7e7;}
	.eu_banner a{display:block}
	.eu_banner a img{display:block;width:100%;height:auto;}
	
	.home_cta{
		position:relative;
		padding:25px 25px 3px;
		margin-bottom:3em;
		border:1px solid #e7e7e7;
		background:#f7f7f7;
		}
	.home_cta a.button{
		position:absolute;
		top:50%;
		right:25px;
		padding:0 20px;
		margin:-20px 0 0;
		height:40px;
		line-height:40px;
		}
	.home_cta p{padding-right:303px;}
	
	#home .box_inner{width:50%;padding-right:20px;background:#fff;}
	
	.home_news{margin-top:3em;padding-top:2em;border-top:1px solid #e7e7e7;}
	.home_news h1{position:relative;display:inline-block;margin-bottom:24px;}
	.home_news h1:before, .page_intro h1 span:before{
		position:absolute;
		left:-12px;
		top:50%;
		margin-top:-3px;
		content:'';
		width:8px;
		height:8px;
		background:#d91b5c;
		border-radius:10px;
		opacity:.8;
		}
	.home_news h1:after, .page_intro h1 span:after{
		position:absolute;
		right:-22px;
		top:-10px;
		margin-top:;
		content:'';
		width:21px;
		height:29px;
		background:url(images/bg_h1.png) no-repeat 0 0;
		}
	.home_news ul{}
	.home_news li{
		list-style:none;
		margin-left:0;
		margin-bottom:1.5em;
		padding:1.5em 1.5em;
		border:1px solid #e7e7e7;
		background:#f7f7f7;
		}
	.home_news li:last-child{margin-bottom:0;}
	.home_news li .post_title{font-size:22px;}
	
	.mozaik{max-width:370px;margin:0 auto;}
	
	#home .edu{padding-bottom:3em;}
	#home .edu .alignright{width:30%;margin-left:5%;}
	
	.page_intro{position:relative;}
	.page_intro img{display:block;width:100%;}
	.page_intro h1{
		position:absolute;
		left:0;
		bottom:0;
		margin:0;
		display:inline-block;
		padding:20px 50px 15px 40px;
		background:rgba(255,255,255,.8);
		}
	.page_intro h1 span{display:block;position:relative;}
	
	.produkcija_posts, .produkcija_posts_full{}
	.produkcija_posts h2, .produkcija_posts_full h2{
		display:block;
		margin-bottom:15px;
		padding:10px;
		clear:both;
		background:#f7f7f7;
		border:1px solid #e7e7e7;
		}
	.produkcija_posts h3, .produkcija_posts_full h3{margin:0 0;padding:10px 0;}
	.produkcija_posts ul, .produkcija_posts_full ul{margin-bottom:0;}
	
	.produkcija_posts li{
		float:left;
		width:47.5%;
		margin-left:5%;
		list-style:none;
		margin-bottom:0;
		padding-bottom:2em;
		}
	.produkcija_posts li:nth-child(odd){margin-left:0;clear:both;}
	
	.produkcija_posts_full li{
		float:left;
		width:30%;
		margin-left:5%;
		list-style:none;
		margin-bottom:0;
		padding-bottom:2em;
		}
	.produkcija_posts_full li:nth-child(3n+1){margin-left:0;clear:both;}
	
	.produkcija_posts li a, .produkcija_posts_full li a{display:block;}
	.produkcija_posts li a img, .produkcija_posts_full li a img{display:block;width:100%;}
	.produkcija_posts li a:hover, .produkcija_posts_full li a:hover{opacity:.7;}
	.produkcija_posts li h3 a:hover, .produkcija_posts_full li h3 a:hover{opacity:1;}
	.produkcija_posts li p, .produkcija_posts_full li p{text-align:left;}
	.produkcija_posts li a p, .produkcija_posts_full li a p{color:#555;}
	
	ul.hide_two>li:nth-last-of-type(-n+2){display:none;}
	ul.hide_one>li:last-child{display:none;}
		
	/* blog */
	
		ul.posts{
			margin:1em 0 1em;
			padding:0;
			}
		ul.posts li{
			float:left;
			width:30%;
			margin-left:5%;
			list-style:none;
			margin-bottom:0;
			padding-bottom:2em;
			}
		ul.posts li:nth-child(3n+1){margin-left:0;clear:both;}
		ul.posts li h2{margin:.5em 0 0;}
		ul.posts li p{margin:.5em 0;}
		
		.more{
			display:inline-block;
			clear:both;
			font-size:.85em;
			}
		.more i{margin-left:5px;}
		
		.info{font-size:12px;color:#999;}
	
		ul.posts li a{display:block;}
		ul.posts li a img{display:block;width:100%;}
		ul.posts li a:hover{opacity:.7;}
		ul.posts li h3 a:hover{opacity:1;}
		ul.posts li p{text-align:left;}
		ul.posts li a p{color:#555;}
			
	/* // blog */
	
	/* video */
	
	.video_box{
		position:relative;
		height:0;
		overflow:hidden;
		padding-bottom:56.25%; /* 75% for 4:3 Aspect Ratio */
		margin-bottom:10px;
		}
	.video_box iframe, .video_box p{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		}
	
	/* //video */
	
	/* gallery */
		
		.gallery{margin:0 0 0 0;text-align:center;}
		.gallery li{
			list-style:none;
			width:100%;
			max-width:250px;
			margin:0;
			display:none;
			position:relative;
			}
		.gallery li:first-child{display:block;}
		.gallery li:hover{}
		
		.gallery li img, .gallery_row a img{display:block;width:100%;height:auto;}
		
		.gallery li a{display:block;position:relative;}
		.gallery li a:before{
			position:absolute;
			top:0;
			bottom:100%;
			left:0;
			right:0;
			width:100%;
			content:'';
			background:rgba(0,0,0,.5);
			}
		.gallery li a:hover:before{
			bottom:0;
			}
		.gallery li a:after{
			position:absolute;
			top:8%;
			left:0;
			right:0;
			width:100%;
			content:'Otvori galeriju';
			text-transform:uppercase;
			font-size:.9em;
			font-weight:600;
			color:#fff;
			text-shadow:0 1px 2px rgba(0,0,0,1);
			}
		#eng .gallery li a:after{content:'Gallery';}
		.gallery li a:hover:after{top:44%;font-size:1.2em;}
			
		/* lightbox */

		body:after {
		  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
		  display: none;
			}
		
		.lightboxOverlay{
			position:absolute;
			top:0;
			left:0;
			z-index:99999;
			background-color:#000;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
			opacity:0.8;
			display:none;
			}
		.lightbox{
			position:absolute;
			left:0;
			width:100%;
			z-index:99999;
			text-align:center;
			line-height:0;
			font-weight:normal;
			}
		.lightbox .lb-image{
			display:block;
			height:auto;
			max-width:inherit;
			}
		.lightbox a img{border: none;}
		.lb-outerContainer{
			position: relative;
			background:#fff;
			*zoom:1;
			width:250px;
			height:250px;
			margin:0 auto;
			}
		.lb-outerContainer:after{
			content:'';
			display:table;
			clear:both;
			}
		.lb-container{padding:4px;}
		.lb-loader{
			position:absolute;
			top:43%;
			left:0;
			height:25%;
			width:100%;
			text-align:center;
			line-height:0;
			}
		.lb-cancel{
			display:block;
			width:32px;
			height:32px;
			margin:0 auto;
			background:url(images/loading.gif) no-repeat;
			}
		.lb-nav{
			position:absolute;
			top:0;
			left:0;
			height:100%;
			width:100%;
			z-index:10;
			}
		.lb-container>.nav{left: 0;}
		.lb-nav a{
			outline:none;
			background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
			}
		.lb-prev, .lb-next{
			height:100%;
			cursor:pointer;
			display:block;
			}
		.lb-nav a.lb-prev{
			width:25%;
			left:0;
			float:left;
			background:url(images/prev.png) left 48% no-repeat;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=.25);
			opacity:.5;
			}
		.lb-nav a.lb-prev:hover{
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity:1;
			}
		.lb-nav a.lb-next{
			width:25%;
			right:0;
			float:right;
			background:url(images/next.png) right 48% no-repeat;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=.25);
			opacity:.5;
			}
		.lb-nav a.lb-next:hover{
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity:1;
			}
		.lb-dataContainer{
			margin:0 auto;
			padding-top:5px;
			*zoom:1;
			width:100%;
			}
		.lb-dataContainer:after{
			content:'';
			display:table;
			clear:both;
			}
		.lb-data{
			padding:0 4px;
			color:#eee;
			}
		.lb-data .lb-details{
			width:85%;
			float:left;
			text-align:left;
			line-height:1.1em;
			}
		.lb-data .lb-caption{
			font-size:15px;
			font-weight:bold;
			line-height:1em;
			}
		.lb-data .lb-number{
			display:block;
			clear:left;
			padding-bottom:1em;
			font-size:15px;
			color:#ddd;
			}
		.lb-data .lb-close{
			display:block;
			float:right;
			width:30px;
			height:30px;
			background:url(images/close.png) top right no-repeat;
			text-align:right;
			outline:none;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			opacity:0.5;
			}
		.lb-data .lb-close:hover{
			cursor:pointer;
			filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			opacity:1;
			}
			
		/* // lightbox */
	
	/* // gallery */
	
	/* map */
	
	.map{width:100%;margin:0 auto;}
	.map iframe{width:100%;display:block;height:450px;}
		
	/* // map */
	
	/* pagination */

		ul.page-numbers{list-style:none;margin:0 0 0 0;padding-top:1.5em;border-top:1px solid #e7e7e7;}
		ul.page-numbers li{
			display:block;
			float:left;
			margin:0 4px 4px 0;
			text-align:center;
			padding:0;
			}
		
		.page-numbers a, .page-numbers span{
			display:block;
			padding:0 15px;
			width:auto;
			height:40px;
			line-height:40px;
			font-size:18px;
			font-weight:400;
			text-decoration:none;
			cursor:pointer;
			background:rgba(0,0,0,.35);
			color:#fff;
			}
		
		.page-numbers i{
			padding:0 0 0 0;
			height:40px;
			line-height:40px;
			text-align:center;
			font-size:24px;
			}
		
		a.page-numbers:hover, a.page-numbers span:hover{color:#d91b5c;background:rgba(0,0,0,.1);text-decoration:none;}
		.page-numbers.current{cursor:default;color:#999;background:rgba(0,0,0,.1);text-decoration:none;}
		
		.page-numbers:hover{text-decoration:none;}	
		span.dots{cursor:default;}
	
	/* // pagination */	
	
	/* sidebar */
	
	.content_secondary a{color:#555;}
	.content_secondary a:hover{color:#d91b5c;}
	.widget_content{
		padding:24px;
		margin-bottom:1.5em;
		border:1px solid #e7e7e7;
		background:#f7f7f7;
		}
	.widget_content li{margin-bottom:4px;color:#d91b5c;}
	.widget_content li:last-child{margin-bottom:0;}
	.widget_content h3{padding:0;}
	.widget_content form label, .widget_content form input[type="submit"]{display:block;margin-top:1em;}
	.submit_div{padding-top:2em;}
	
	.widget_content ul, .widget_content table, .widget_content form, .widget_content p, .widget_content form input[type="submit"]{margin-bottom:0;}
	
	.sidebar_links{margin-bottom:0;}
	.sidebar_links li{
		list-style:none;
		margin-left:0;
		font-size:1.25em;
		text-transform:uppercase;
		}
	.sidebar_links li a{}
	
	.sidebar_link, .sidebar_links li{
		margin-bottom:22px;
		border:1px solid #e7e7e7;
		background:#f7f7f7;
		}
	.sidebar_link h4{margin:0;padding:0;}
	.sidebar_link h4 a, .sidebar_links li a{position:relative;display:block;padding:24px 24px 24px 35px;}
	.sidebar_link h4 a:before, .sidebar_links li a:before{
		position:absolute;
		top:31px;
		left:24px;
		height:8px;
		line-height:8px;
		content:'\f105';
		font-family:"FontAwesome";
		color:#d91b5c;
		}
	.sidebar_link i{margin-right:5px;color:#d91b5c;}
	
	.sidebar_link_edu{margin-top:50px;}
	.sidebar_link h4.magenta a{color:#fff;background:rgba(217,27,92,.8);}
	.sidebar_link h4.magenta a:before{color:#fff;}
	.sidebar_link h4.magenta a:hover{background:rgba(217,27,92,1);}
	
	.events{}
	.events ul{}
	.events p{position:relative;background:#fff;}
	.events li{margin-left:0;border:1px solid #e7e7e7;overflow:hidden;}
	.events a{color:#fff;}
	.events a:hover{color:#fff;opacity:.75;}
	.events .event_date{
		display:block;
		height:53px;
		width:60px;
		text-align:center;
		background:#0081c1;
		}
	.events .date_top{
		display:block;
		padding-top:5px;
		font-weight:700;
		border-bottom:1px solid rgba(255,255,255,.15);
		}
	.events .date_bottom{display:block;font-size:16px;opacity:.75;}
	.events a .event_text{color:#555;}
	.events .event_text{
		position:absolute;
		display:block;
		top:0;
		left:70px;
		padding:5px 10px 0 0;
		}
			
	/* // sidebar */	
	
	/* TEMPORARY */	
		.gluma_i_film li:first-child{display:none;}
	/* //TEMPORARY */		
	
/* // content */

/* footer */
	
	.sponsors{
		font-size:0;
		padding:45px 0 0;
		background:#f3f3f3;
		border-bottom:1px solid #d7d7d7;
		}
	.sponsors_inner{text-align:center;}
	.sponsors a{
		display:inline-block;
		vertical-align:top;
		width:15%;
		margin:0 2.5% 45px 2.5%;
		}
	.sponsors a:hover{opacity:.5;}
	.sponsors a:first-child{margin:0 0 45px 0;width:40%;}
	.sponsors a:nth-child(2){width:35%;margin:0 2.5% 45px 2.5%;}
	.sponsors a:nth-child(3){margin:0 0 45px 0;}
	.sponsors a:last-child{width:35%;}
	.sponsors a img{display:block;width:100%;}
	
	.footer{font-size:13px;border-top:1px solid #ddd;}
	.footer_inner{padding-top:3em;}
	.footer .row{clear:both;}
	.footer .row .mid{text-align:left;}
	.footer .row .last{text-align:right;}
	.footer li{list-style:none;margin-left:0;}
	.footer p{margin:0;}
	.footer a{}
	
	.social{}
	.social li{
		list-style:none;
		margin-left:0;
		padding:0;
		display:inline-block;
		}
	.social li{margin-left:5px;}
	.social li:first-child{margin-left:0;}
	.social li a{display:block;font-size:35px;}
	
	.facebook a{color:#3b5997;}
	.youtube a{color:#d50d1a;}
	.vimeo a{color:#63b4e4;}
	.instagram a{color:#d91b5c;}
	.facebook a:hover, .youtube a:hover, .vimeo a:hover, .instagram a:hover{color:#777;}
	
	
/* // footer */

/* clearfix */

	.content_inner:before, .content:before, .row:before, .block:before, form:before,
	.content_inner:after, .content:after, .row:after, .block:after, form:after{
		content:"";
		display:table;
		}
	.content_inner:after, .content:after, .row:after, .block:after, form:after{clear:both;}
	.content_inner, .content, .row, .block, form{zoom:1;}
	
/* // clearfix */

/* interactive elements */

#menu_touch{text-align:left;z-index:10;}
#menu_touch>span{
	float:left;
	position:absolute;
	top:14px;
	right:5%;
	z-index:11;
	width:46px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	}
#menu_touch>span:before{
	position:absolute;
	top:0;
	left:0;
	width:46px;
	line-height:40px;
	height:40px;
	font-family:"FontAwesome";
	font-size:53px;
	text-align:center;
	color:#d91b5c;
	content:'\f0c9';
	}
#menu_touch ul{
	display:none;
	position:absolute;
	top:108px;
	left:0;
	width:100%;
	height:auto;
	margin:0;	
	background:#e7e7e7;	
	z-index:10;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
#menu_touch li{margin:0;list-style:none;clear:both;}
#menu_touch a{
	display:block;
	padding:15px 5%;
	line-height:1.3em;
	text-transform:uppercase;
	color:#333;
	border-top:1px solid #fff;
	}	
#menu_touch a:hover{background:#fff;}
#menu_touch li>span.collapsed, #menu_touch li>span.expanded{
	position:relative;
	float:right;
	z-index:11;
	width:32px;
	height:32px;
	margin-top:3px;
	margin-right:3px;
	cursor:pointer;
	}
#menu_touch li>span.collapsed:before{
	position:absolute;
	top:0;
	left:0;
	width:32px;
	line-height:32px;
	height:32px;
	font-family:"FontAwesome";
	font-size:25px;
	text-align:center;
	color:#fff;
	content:'\f107';
	}
#menu_touch li>span.expanded:before{
	position:absolute;
	top:0;
	left:0;
	width:32px;
	line-height:32px;
	height:32px;
	font-family:"FontAwesome";
	font-size:25px;
	text-align:center;
	color:#fff;
	content:'\f106';
	}
#menu_touch ul ul{position:relative;top:0;font-size:.9em;}
#menu_touch ul ul a{padding:8px 15px 8px 30px;color:#ccc;}	

#modal{ /* modal overlay */
	background:url(images/transparent.png) repeat; /* fallback */
	background:rgba(0,0,0,.6);
	}
#modal_content{ /* modal window */
	padding:5px;
	background:#fff;
	color:#333;
	box-shadow:0 0 10px rgba(0,0,0,.5);	
	 
	}
#modal_content iframe{display:block;}	
#modal_close, /* modal buttons */
#modal_content .prev,	
#modal_content .next{	
	display:block;
	position:absolute;	
	width:32px;
	height:32px;
	cursor:pointer;
	overflow:hidden;	
	}
#modal_close{ 
	box-shadow:0 0 10px rgba(0,0,0,.5);	
	border-radius:32px;
	right:-16px;
	top:-16px;
	background:#fff;
	}
#modal_close:before{
	position:absolute;
	top:0;
	left:0;
	width:32px;
	line-height:32px;
	height:32px;
	font-family:"FontAwesome";
	font-size:17px;
	text-align:center;
	color:#333;
	content:'\f00d';
	}	
#modal_content .prev, 	
#modal_content .next{
	box-shadow:0 0 10px rgba(0,0,0,.5);	
	border-radius:32px;
	top:50%;
	margin-top:-16px;
	background:#fff;
	}
#modal_content .prev{left:-16px;} 	
#modal_content .next{right:-16px;}
#modal_content .prev:before{
	position:absolute;
	top:0;
	left:-1px;
	width:32px;
	line-height:32px;
	height:32px;
	font-family:"FontAwesome";
	font-weight:700;
	font-size:22px;
	text-align:center;
	color:#333;
	content:'\f104';
	}	
#modal_content .next:before{
	position:absolute;
	top:0;
	left:1px;
	width:32px;
	line-height:32px;
	height:32px;
	font-family:"FontAwesome";
	font-weight:700;
	font-size:22px;
	text-align:center;
	color:#333;
	content:'\f105';
	}			
#modal_caption{ /* modal caption */	
	padding:5px 0 0 0;
	height:32px;
	line-height:32px;
	text-align:center;
	font-style:italic;
	}
#modal_content .controls{	
	color:#fff;
	}
#modal_content .counter{
	position:absolute;
	bottom:-32px;
	right:0;
	float:left;
	height:24px;
	line-height:24px;	
	background:#fff;
	color:#555;
	padding:0 15px;
	border-radius:100px;
	box-shadow:0 0 10px rgba(0,0,0,.5);	
	}
#modal_content img{max-width:100%;}

#tooltip{
	padding:5px 10px;
	color:#fff;	
	background:#000;
	background:rgba(0,0,0,.8);	
	
	font-size:13px;
	box-shadow:0 1px 3px rgba(0,0,0,.4);
	}

#preloader{
	font-style:italic;
	padding:5px 30px;
	}	
	
.tabs{margin:0;z-index:2;position:relative;}
.tabs li{
	float:left;
	margin:0 2px -1px 0;
	list-style:none;
	height:32px;	
	}
.tabs li a{
	float:left;
	line-height:30px;
	height:30px;
	padding:0 20px;
	background:#fff;
	border:1px solid #ddd;	
	border-radius:3px 3px 0 0;	
	}
.tabs li a.selected{background:#f7f7f7;border-bottom:1px solid #f7f7f7;}
.tabs li a:focus{outline:none;}
.tab{
	clear:both;
	position:relative;
	border:1px solid #ddd;
	min-height:150px;
	background:#f7f7f7;
	padding:20px;
	margin-bottom:1.5em;
	z-index:1;
	}
	
.expand{
	border:1px solid #ddd;
	
	}
.expand>li{
	list-style:none;
	margin:0;
	padding:.5em 20px;
	border-top:1px solid #ddd;
	background:#f7f7f7;
	}
.expand>li.expanded{background:#fff;}	
.expand>li:first-child{border:none;}	
.expand>li .source{cursor:pointer;}
.expand>li .target{margin:0;padding:10px 20px 0 20px;display:none;}

.accordion{
	border:1px solid #ddd;
	
	}
.accordion dt{margin:0;padding:0;}
.accordion dt h4{
	margin:0;
	padding:.5em 20px;
	border-top:1px solid #ddd;
	background:#f7f7f7;
	cursor:pointer;
	}
.accordion dt.accordion-active h4{background:#fff;}	
.accordion dt:first-child h4{border:none;}
.accordion dd{margin:0;padding:10px 20px 10px 40px;}

#slideshow{position:relative;z-index:1;overflow:hidden;margin-bottom:3em;height:400px;}	
#slideshow ul{margin-bottom:0;}
#slideshow ul>li{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	height:400px;
	text-align:left;
	z-index:2;
	}
#slideshow ul>li p{margin-bottom:0;z-index:3;}
#slideshow ul>li h1{
	position:absolute;
	top:20px;
	left:20px;
	margin-right:20px;
	padding:10px 20px;
	font-size:1.25em;
	text-transform:none;
	color:#000;
	background:rgba(255,255,255,.8);
	}
#slideshow ul>li p img{display:block;width:100%;}
	
#slideshow .controls{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	text-align:center;
	margin:0 0 0 0;
	z-index:2;
	}	
#slideshow .controls li{
	margin:0;
	list-style:none;
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	}	
#slideshow .controls li.numeric{
	width:12px;
	height:12px;
	border-radius:32px;
	background:rgba(0,0,0,.35);
	box-shadow:0 1px 1px rgba(255,255,255,1);
	}
#slideshow .controls li.current{background:rgba(0,0,0,1);}
#slideshow .controls li.prev, #slideshow .controls li.next{
	position:absolute;
	top:50%;
	margin-top:-22px;
	width:44px;
	height:44px;
	border:2px solid rgba(255,255,255,.5);
	box-shadow:none;
	background:rgba(0,0,0,.25);
	}
#slideshow .controls li.prev:hover, #slideshow .controls li.next:hover{background:rgba(0,0,0,.8);}
#slideshow .controls li.prev{left:-50px;opacity:0;}
#slideshow .controls li.next{right:-50px;opacity:0;}

#slideshow .controls:hover li.prev{left:20px;opacity:1;}
#slideshow .controls:hover li.next{right:20px;opacity:1;}

#slideshow .controls li.prev:hover, #slideshow .controls li.next:hover{border:2px solid rgba(255,255,255,1);background:rgba(0,0,0,.5);}

#slideshow .controls li.prev:before{
	position:absolute;
	top:-1px;
	left:-2px;
	width:44px;
	line-height:40px;
	height:44px;
	font-family:"FontAwesome";
	font-size:40px;
	text-align:center;
	color:#fff;
	content:'\f104';
	}	
#slideshow .controls li.next:before{
	position:absolute;
	top:-1px;
	left:2px;
	width:44px;
	line-height:40px;
	height:44px;
	font-family:"FontAwesome";
	font-size:40px;
	text-align:center;
	color:#fff;
	content:'\f105';
	}

/* // interactive elements */

/* media queries */

@media only screen and (max-width: 1348px) {
	
	#slideshow{height:auto;margin-bottom:1.5em;}	
	#slideshow ul>li{height:auto;}
  	
}

@media only screen and (max-width: 1070px) {
	
	#menu li{font-size:15px;}
	#menu a{padding:0 15px;text-transform:none;}
  	
}

@media only screen and (max-width: 1000px) {
	
	.row2 .col{float:none;display:block;margin:0 0 1.5em 0;width:100%;}
	.row2 .col:last-child{margin-bottom:0;}
  	
}

@media only screen and (max-width: 900px) {
	
	#menu a{padding:0 8px;}
	#slideshow{margin-bottom:0;}
	.eu_banner{margin-bottom:1.5em;}
	.produkcija_posts li{float:none;width:100%;margin-left:0;}
	#home .row3 .col{float:none;display:block;margin:0 0 1.5em 0;width:100%;}
	
}


@media only screen and (max-width: 768px) {
	
	#menu{display:none;} /* breakpoint for navigation */
	.lang{top:64px;}
	.content_main, .content_secondary{
		float:none;
		display:block;
		margin:0 0 1.5em 0;
		width:100%;
		}
	.content_main{padding-bottom:1.5em;}
	.content_secondary{padding-top:3em;border-top:1px solid #e7e7e7;clear:both;}
	.row2 .col{
		float:left;
		display:inline;	
		margin-left:5%;
		width:47.5%;
		}
	.produkcija_posts li{float:left;width:47.5%;margin-left:5%;}
	.produkcija_posts_full li, ul.posts li{display:block;float:none;width:100%;margin-left:0;}
	.row2>col:first-child{margin-left:0;}
	#home .edu .alignright{display:block;float:none;width:100%;margin-left:0;}
	.home_cta{padding:25px 25px 5px;}
	.home_cta a.button{position:relative;top:auto;margin:0 0 0;right:auto;}
	.home_cta p{padding-right:0;}
	.sidebar_link_edu{margin-top:0;}
	.footer .row .col{float:none;display:block;width:100%;text-align:left;margin-left:0;margin-bottom:3em;}
	.footer .row .col form input{max-width:300px;}
	.sponsors a{width:15%;margin:0 2.5% 45px 2.5%;}
	.sponsors a:first-child{margin:0 2.5% 45px 2.5%;width:47.5%;}
	.sponsors a:nth-child(2){width:42.5%;}
	.sponsors a:nth-child(3){margin:0 2.5% 45px 2.5%;}
}

@media only screen and (max-width: 600px) {
	
	.row2 .col{float:none;display:block;margin:0 0 1.5em 0;width:100%;}
	.produkcija_posts li{float:none;display:block;width:100%;margin-left:0;}
	.gallery li{width:100%;max-width:250px;display:none;}
	.gallery li:first-child{display:block;}

}

@media only screen and (max-width: 540px) {
	
	.lang{position:absolute;top:10px;left:50%;margin-left:0;right:auto;}
	.lang li{margin-left:0;}
	.lang li:nth-child(2), .lang li:nth-child(3){clear:both;}
	.lang li:nth-child(2){margin:3px 0;}
	.lang li:nth-child(3){margin-right:6px;}
	.lang li a{width:39px;height:26px;line-height:26px;}
	.lang li.cta_header:nth-child(2){margin-right:0;}
	#menu_touch>span{top:34px;}

}

@media only screen and (max-width: 480px) {

	.content p{text-align:left;}
	.row{margin-bottom:0;}	
	fieldset{border:none;border-top:1px solid #ddd;padding:1em 0 0 0;}	
	legend{padding:2px 5px 2px 0;}	
	input[type="text"], input[type="email"], textarea, select{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}	
	.input_left, .input_right{width:100%;float:none;display:block;}
	.input_right{margin-left:0;}
	.input_left_top, .input_right_top{margin-top:0;}
	.tabs li, .tabs li a{float:none;display:block;margin:0;border-radius:0;}
	figure, figure.left, figure.right{float:none;width:100%;display:block;margin:0 0 1.5em 0;}
	figure img{width:100%;}
	#slideshow ul>li h1{display:none;}
	.sponsors a{width:45%;margin:0 2.5% 45px 2.5%;}
	.sponsors a:first-child, .sponsors a:nth-child(2), .sponsors a:last-child{margin:0 2.5% 45px 2.5%;width:95%;}
}

@media only screen and (max-width: 390px) {
	
	.home_cta a.button{
		padding:9px 20px;
		height:auto;
		width:auto;
		text-align:center;
		line-height:1.5em;
		}

}

@media print {
	
	*{text-shadow:none !important;box-shadow:none !important;}
	
	.print{display:block;}
	.hidden, .graphic{display:none;}
	#menu, nav, form{display:none;}

	.main, .secondary, .tertiary, .quaternary, .col{
		float:none;
		display:block;
		margin:0 0 1.5em 0 !important;
		width:100% !important;
		}		

	#container, .inner{background:#fff;color:#333;width:95%;}

	header[role="banner"]{
		margin-bottom:1em;
		border-bottom:1px solid #ccc;
		padding-bottom:1em;
		background:#fff;
		}	
	header[role="banner"] h1{
		line-height:3em;
		height:3em;
		margin:0;
		}
	header[role="banner"] h1 a{}		
	footer{
		margin-top:1em;
		border-top:1px solid #ccc;
		padding-top:1em;
		position:relative;
		clear:both;
		}
	
	.tabs{display:none !important;}	
	.tab{display:block !important;}	
	.slideshow ul>li{display:block !important;}
	.slideshow .controls{display:none !important;}
	
}