/*
Theme Name: Imago Sloveniae
Theme URI: http://pozitivendesign.net/
Description: Tema za Imago Sloveniae
Author: Janko Tomšič / edited by Anej Ivanuša
Author URI: http://pozitivendesign.net/
Version: 1.1
*/

a {
	color: #000000;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #000000;
}

ul, ol {
    margin: 0 0 0 0;
    padding: 0;
}

body {
	font-family: 'Gentium Basic', serif;
	font-size: 16px;
	line-height: normal;
}

li {
	line-height: normal;
}

h1 {
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h2 {
	font-size: 2.9em;
	line-height: 1.2em;
	margin: 13px 0 20px;
	font-weight: 400;
}

h3 {
	font-weight: 400;
	line-height: 1.3em;
}

h4 {
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.page-vsebina ul, .page-vsebina ol {
	margin-left: 20px;
}

.page-vsebina li {
	margin-bottom: 8px;
}

.ref-vsebina {
	text-align: justify;
}

.ref-vsebina  ul {
	margin-left: 30px;
	margin-bottom: 16px;
}

.page-vsebina li {
	margin-bottom: 4px;
}


.ref-vsebina a {
	color: #367d76;
	font-weight: 700;
}

a.logo {
	display: block;
}

span.strong {
	font-weight: 700;
}

/* Resizealo je vse slike na polni width
img {
	width: 100%;
} 
*/

img.size-thumbnail {
    width: auto;
    height: auto;
}

img.size-full {
    width: auto;
    height: auto;
}

#single-event .datum {
	font-size: 0.9em;
	margin-top: 25px;
	text-transform: lowercase;
}

/***** CSS NAVIGACIJA *****/
a.logo {
		margin-bottom: 20px;
	}

.zeleno_top {
	border-top: 10px solid #2CD5C4;
	margin-bottom: 50px;
}

.navbar-inner {
    background-color: #2CD5C4;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 #6A6A6A;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar .nav > li > a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    font-size: 0.91em;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: transparent;
    box-shadow: none;
    color: #000000;
    text-decoration: none;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #2CD5C4;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2CD5C4;
    background-image: none;
    background-repeat: repeat-x;
    color: #FFFFFF;
}

.c-none {
	display: none;
	margin-top: -12px;
}

.clani li {
	list-style: none;
	width: 100%;
	display: inline-block;
	line-height: 1.2em;
}

.clani li a {
	font-family: 'Oswald', sans-serif;
	font-size: 0.95em;
	/*width: 97%;*/
	float: left;
}

.clani li a:hover {
	color: #2CD5C4;
}

.li_dash {
	width: 3%;
	float: left;
	font-size: 0.65em;
}

.top_menu {
	float: right;
	margin-top: 5px;
}

.top_menu li {
	float: left;
	list-style: none;
}

.menu-top-navigacija-container li a {
    font-size: 0.9em;
}

.top_menu li a {
	padding-right: 10px;
	border-right: 1px solid #000000;
	margin-right: 10px;
}

.top_menu li:last-child a {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.navbar .btn {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    border-image: none;
    border-width: 0px;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background-color: transparent;
}

.navbar .brand {
	position: relative;
	top: -2px;
	max-width: 65%;
	max-height: 20px;
}

.navbar .brand img {
	max-height: 33px;
    max-width: 80%;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    color: #000000;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    color: #000000;
}

.nav_smoclani li a {
	font-weight: 300;
}

.nav_smoclani li {
	margin-bottom: 6px;
}

/**** Dodans class za dva stolpca za obcine clane in razmak pod občinami ****/
ul.nav_clani {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.menu-obcine-container {
	margin-bottom: 24px;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: rgba(255,255,255);
    background-color: rgba(255,255,255, 0.93);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: -16px;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 24px;
    z-index: 1000;
    padding: 0 10px 4px;
}

.dropdown-menu li a {
	position: relative;
	top: -3px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	padding: 5px 80px 5px 5px;
}

.dropdown-menu li {
	border-bottom: 1px solid #000000;
	margin-top: 6px;
}

.nav .caret {
	display: none;
}

.dropdown-menu li:last-child {
	border-bottom: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #2CD5C4;
    background-image: none;
    background-repeat: repeat-x;
    color: #FFFFFF;
    text-decoration: none;
}

.navbar .nav > li > .dropdown-menu:before {
    border-bottom: none;
    border-left: none;
    border-right: none;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.navbar .nav > li > .dropdown-menu:after {
    border-bottom: none;
    border-left: none;
    border-right: none;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-weight: 400;
}

.nav .dropdown-menu a {
	font-weight: 300;
}


/***** Slider *****/
.slide_wrap {
	border: 1px solid #000000;
	margin-bottom: 20px;
}

.row .responsive-slider.flexslider {
    margin-bottom: 0px;
}

.flexslider h2 {
	display: none;
}

.slide_wrap .responsive-slider.flexslider .flex-control-nav {
    width: 94% !important;
}

.slide_wrap .flex-control-nav {
    text-align: left;
}

.slide_wrap .responsive-slider.flexslider .flex-control-nav li a {
    background-color: #2CD5C4 !important;
    background-image: none !important;
    height: 14px !important;
    width: 14px !important;
}

.responsive-slider.flexslider .flex-control-nav li a:hover, .responsive-slider.flexslider .flex-control-nav li a.active {
    background-color: #000000 !important;
}

/***** Koledar dogodkov *****/
.eventi-list .event-thumb {
	display: none;
}

.eventi-list li {
	list-style: none;
	border-left: 4px solid #2CD5C4;
	margin: 20px 0 10px;
	padding-left: 10px;
	position: relative;
	text-align: left;
}

.eventi-list li.fet-event {
	border-left: 10px solid #000000;
}

.eventi-list .event {
	font-size: 1.5em;
}

.eventi-list .mesec {
	clear: both;
}

.eventi-list .mesec h4 {
	border-bottom: 1px solid #000000;
	padding: 15px 0 6px 0;
}

.eventi-list .datum {
	font-size: 42px;
}

.eventi-list .prizorisce {
	font-size: 12px;
	text-transform: uppercase;
}

.eventi-list .lokacija {
	font-size: 12px;
}

.eventi-list .event {
	font-size: 16px;
	line-height: 16px;
}

.vsievent {
	width: 100%;
	float: left;
}

.vsievent a {
	padding: 5px 100px 5px 10px;
	background-color: #000000;
	color: #ffffff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.85em;
}

.vsievent span.arrow {
	font-size: 1.2em;
	position: relative;
	top: -2px;
	left: 5px;
}

/***** Novica - front *****/
.novica {
	margin-top: 30px;
}

.novica .datum {
	font-size: 0.8em;
}

.novica .news-thumb {
	float: left;
	width: 160px;
	height: auto;
	margin-right: 20px;
}

.novica .vsenovice a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #2CD5C4;
}

.novica .vsenovice a .arrow {
	position: relative;
	top: -3px;
	left: 5px;
}

.novica .vsenovice a:hover .arrow {
	color: #000000;
}

.front-novica {display:inline-block; margin-bottom: 18px;}

.front-novica h2 {font-size: 21px; margin-top: 2px; margin-bottom: 10px; font-family: 'Oswald', sans-serif;}

.front-novica p {text-align: justify;}

.other_title {
    display: block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    clear: both;
    margin-bottom: 20px;
    padding: 5px 10px 4px;
}

/***** Single event *****/
.single-event-top {
	background-color: #2CD5C4;
}

.single-event-top img {
	display: none;
}

.single-event-top .single-dan {
	
}

.single-event-top .single-datum {
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 10px;
}

.single-event-top .single-ura {
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.single-event-top .single-lokacija {
	
}

.single-event-top .single-prizorisce {
	
}

blockquote {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: none;
    margin: 30px 0;
    padding: 20px 0;
    font-family: 'Oswald', sans-serif;
    color: #27bfb0;
}

blockquote p {
	font-size: 1.3em;
}

/* Sponzorji - simply scroll */
.glavni .sponsor img {
    width: auto;
    height: 160px;
}

.podporniki .sponsor img {
    width: auto;
    height: 120px;
}

.medijski .sponsor img {
    width: auto;
    height: 100px;
}

.sponsor {
    margin: 0px 30px;
    display: inline-block;
}

.sponzorji .wrap {
    text-align: justify;
    text-align-last: right;
    -moz-text-align-last: right;
    margin: 0 -30px;
}

.sponzorji .sekcija {
	width: 100%;
	display: inline-block;
	border-top: 1px solid #939598;
}

.sponzorji .podnaslov {
	width: 18%;
	color: #FFFFFF;
	background-color: #939598;
	font-family: 'Oswald', sans-serif;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.8em;
	padding-bottom: 2px;
}

.sponzorji .logotipi {
	text-align: right;
	float: right;
	width: 82%;
}

/** Festivali **/
.naslovka_festival {
	margin-bottom: 20px;
}

/***** Footer *****/
.footer {
	padding: 18px 0;
	background-color: #2CD5C4;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 1.2em;
}

.footer p {
	font-size: 0.9em;
}

.footer .foot_mod {
		padding-right: 10px;
		height: 176px;
	}

.widget_newsletterwidget h2 {
	display: none;
}

.enovice li {
	list-style: none;
}

.enovice input.newsletter-email {
	width: 88%;
}

.enovice input.newsletter-submit {
	color: #2CD5C4;
	background-color: #000000;
	border: none;
	padding: 5px 8px;
}

.enovice input.newsletter-email {
	margin-bottom: 0px;
}



.foot_top {
	margin-top: 55px;
}

/** MailerLite CSS editing - kopiran style od prvega obrazca - by AI**/

.enovice .mailerlite-form-description {
	display:none;
}

.enovice .mailerlite-form-title {
	display:none;
}

.enovice input#mailerlite-1-field-email {
	width: 88%;
}

.enovice input.mailerlite-subscribe-submit {
	color: #2CD5C4;
	background-color: #000000;
	border: none;
	padding: 5px 8px;
}

/** Pagiinacija **/
.wp-pagenavi {
	text-align: center;
	margin-top: 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	color: #919195;
}

.wp-pagenavi .pages {
	margin-right: 15px;
	color: #000000;
}

.wp-pagenavi a.page {
	border-left: 1px solid #919195;
	color: #919195;
	margin: 0 0px;
	padding: 0 6px;
}

.wp-pagenavi .current {
	color: #000000;
	margin: 0 6px;
}

/** Zadnje novice **/

.zadnje_novice h3 {
	margin: 0 0 10px;
}

.zadnje_novice h4 {
	font-family: 'Gentium Basic', serif;
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 30px;
}

.zadnje_novice h4 a {
	color: #2CD5C4;
}

.zadnje_novice .vsenovice {
	width: 100%;

}

.zadnje_novice .vsenovice a {
	padding: 5px 10px 7px;
	background-color: #000000;
	display: block;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
}

.zadnje_novice .vsenovice span.arrow {
	font-size: 1.2em;
	position: relative;
	top: -2px;
	left: 5px;
}

/** Kategorija arhiv **/
.kategorija h2 {
	margin: 10px 0 0;
	font-size: 1.4em;
}

.kategorija p {
	color: #919195;
	font-size: 0.85em;
	line-height: 1.3em;
}

.kategorija .readmore {
	font-family: 'Oswald', sans-serif;
	display: block;
	text-align: right;
	margin-bottom: 10px;
}

.kategorija .readmore a {
	font-size: 0.9em;
}


/** Galerije **/
.gallery dl.gallery-item img {
	border: none !important;
}

.mfp-bg {
    opacity: 0.94 !important;
}

.galerije_seznam .event-thumb {
	display: none;
}

.galerije_seznam li {
	list-style: none;
	border-left: 4px solid #2CD5C4;
	padding-left: 10px;
	margin-top: 25px;
}

.galerije_seznam li h3 {
	margin: 3px 0 0;
}

.navbar {
    margin-bottom: 24px;
}

.disclamer {
	margin: 15px 0;
	font-size: 0.9em;
}

.footer .dohodnina a {
	background-color: #000000;
    border: medium none;
    color: #2CD5C4;
    padding: 5px 8px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 15px;
    display: inline-block;
    /*font-weight: 300;*/
}

#gallery-1 img {
border: none !important;
}

li.id_606 .datum, article#ref-606 .single-datum, article#ref-606 .single-prizorisce {
    display: none;
}

/* Arhiv dogodkov */
.accordion-inner {
    border-top: none;
    padding: 20px 0 0;
}

.accordion-group {
    border: none;
    border-radius: 0;
    margin-bottom: 2px;
}

.accordion-heading {
	border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.event-list-more {
	font-family: 'Oswald',sans-serif;
	font-size: 0.9em;
}

.eventi-list .event.prizorisce {
    text-transform: uppercase;
    bottom: auto;
    top: 10px;
}

.navbar .nav.lang-switch {
    background-color: #2CD5C4;
    margin-top: -5px;
    padding: 5px 5px 0;
}

.navbar .nav.lang-switch li {
    margin-left: 2px;
    margin-right: 2px;
}

.navbar .nav.lang-switch a {
    text-shadow: none;
}

.navbar .nav.lang-switch span {
    font-family: 'Oswald',sans-serif;
    font-size: 0.91em;
    color: #099885;
}

.navbar .nav.lang-switch a >span {
    font-size: 1em;
    color: #000000;
}

.sponzorji .kategorija {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #000000;
}

.naslovka_festival {
    background-size: cover;
    background-position: center;
}

/* ADDS - Banners */
.adds-leaderboard a {
    margin-bottom: 20px;
    display: block;
}


/*************************/
/***** MEDIA QUERIES *****/
/*************************/

/* Tablice in monitorji */
@media (min-width: 767px) {

	.galerije_seznam .event-thumb {
		display: inline;
	}

	.disclamer .copy {
		float: left;
	}

	.disclamer .izdelava {
		float: right;
	}

	.galerije_seznam li {
		width: 160px;
		height: 280px;
		border: none;
		padding: 0;
		float: left;
    	margin: 0 20px 20px 0;
	}

	.galerije_seznam li.last {
		margin: 0;
	}

	.galerije_seznam .info {
		text-align: center;
		margin: 10px 0 30px;
	}

	.galerije_seznam .info .datum {
		font-size: 0.8em;
	}

	.galerije_seznam .info h3 {
		font-size: 0.9em;
	}

	.single-event-top {
    	padding: 1px 0;
	}

	.single-title h1 {
		margin-top: 25px;
		padding: 15px;
		font-size: 1.5em;
	}

	.single-event-top .galerija .single-datum {
		font-size: 1.3em;
	}

	.single-event-top.galerija {
		margin-bottom: 20px;
	}

	.menu-clani-container {
		margin-bottom: 45px;
	}

	.single-event-top img {
		display: block;
		float: left;
		width: 266px;
		margin-right: 10px;
	}
	
	.single-event-top .single-info {
		float: right;
		width: 266px;
		height: 266px;
		background-color: #2CD5C4;
	}
	
	.single-event-top {
		background-color: transparent;
		margin-bottom: 35px;
	}
	
	.navbar .brand {
		display: none;
	}
	
	.navbar-inner {
    	background-color: transparent;
    	border-bottom: 1px solid #000000;
	}
	.c-none {
		display: block;
	}

	.navbar .nav > li {
		margin-right: 30px;
	}
	
	.navbar .nav > li > a {
    	padding: 0;
    	margin-bottom: 5px;
	}

	.eventi-list .event {
		position: absolute;
		right: 6px;
		bottom: 6px;
		width: 116px;
		text-align: center;
		font-size: 0.8em;
		line-height: 1.2em;
	}
	
	.eventi-list li.fet-event .e_info {
		background-color: #000000;
		color: #2CD5C4;
		text-shadow: none;
		width: 266px;
	}

	.eventi-list li {
		text-align: center;
	}

	.eventi-list li.fet-event.last .e_info {
		width: 128px;
	}

	.eventi-list li.fet-event .event {
		color: #FFFFFF;
	}

	.eventi-list li.fet-event .event-thumb img {
		padding: 1px;
	}
	
	.eventi-list li .event-thumb {
		display: block;
		width: 126px;
		float: left;
		margin-right: 10px;
		display: block;
    	position: absolute;
    	top: 0;
    	left: 0;
    	z-index: 1;
	}

	.eventi-list li.fet-event {
		border-left: none;
	}

	.eventi-list .e_info {
		position: relative;
		z-index: 2;
	}

	.eventi-list .datum {
		font-size: 2.45em;
		margin-bottom: -2px;
	}

	.eventi-list li.fet-event .event-thumb {
		position: relative;
		z-index: 3;
	}

	.eventi-list li.fet-event.last .event-thumb {
		position: absolute;
		z-index: 1;
	}
	
	.eventi-list .mesec h4 {
		margin-right: 10px;
	}

	.footer .foot_mod {
		border-right: 1px solid #000000;
	}

	.footer .last .foot_mod {
		border: none;
	}

	/* Container DIV - automatically generated */
	.simply-scroll-container { 
		position: relative;
	}
	
	/* Clip DIV - automatically generated */
	.simply-scroll-clip { 
		position: relative;
		overflow: hidden;
	}
	
	/* UL/OL/DIV - the element that simplyScroll is inited on
	Class name automatically added to element */
	.simply-scroll-list { 
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		
	.simply-scroll-list li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		
	.simply-scroll-list li img {
		border: none;
		display: block;
	}
	
	/* Custom class modifications - adds to / overrides above
	
	.simply-scroll is default base class */
	
	/* Container DIV */
	.simply-scroll { 
		width: 960px;
		height: 93px;
		margin-bottom: 0em;
	}
	
	/* Clip DIV */
	.simply-scroll .simply-scroll-clip {
		width: 960px;
		height: 93px;
	}
		
	/* Explicitly set height/width of each list item */	
	.simply-scroll .simply-scroll-list li {
		float: left; /* Horizontal scroll only */
	}

	.single-event-top .single-info {
		text-align: center;
	}
}

/* Samo monitorji */
@media (min-width: 979px) {
    .adds-leaderboard a {
        margin-right: 20px;
    }

    .other_title {
        margin-right: 19px;
    }
    
    .eventi-list .other-events li .e_info {
        background-color: #E0E0E0;
    }

    .naslovka_festival {
        height: 221px;
    }

	.gallery {
		width: 720px;
	}

	.gallery dl.gallery-item {
		margin: 0 20px 20px 0 !important;
		width: 160px !important;
	}

	.gallery dl.gallery-item img {
		border: none !important;
	}

	.eventi-list {
		width: 720px;
	}
	
	.eventi-list li {
		float: left;
		list-style: none;
		margin: 0 20px 20px 0;
		padding: 0;
		border-left: none;
	}
	
	.eventi-list li .e_info {
		display: block;
		width: 160px;
		height: 160px;
		background-color: #2CD5C4;
	}

	.eventi-list li.arhivski-event .e_info {
		background-color: #E0E0E0;
	}
	
	.single-event-top img {
		width: 340px;
		margin-right: 20px;
	}
	
	.single-event-top .single-info {
		width: 340px;
		height: 340px;
	}
	
	.eventi-list li .event-thumb {
		width: 158px;
		margin-right: 20px;
	}
	
	.eventi-list li.fet-event .e_info {
		width: 340px;
	}

	.eventi-list li.fet-event.last .e_info {
		width: 160px;
	}
	
	.eventi-list .mesec h4 {
		margin-right: 20px;
	}

	.eventi-list .event {
		width: 140px;
		font-size: 0.95em;
		right: 10px;
		bottom: 10px;
	}

	.single-event-top .single-dan {
		font-size: 1.8em;
		margin-top: 50px;
	}
	
	.single-event-top .single-datum {
		font-weight: 400;
		font-size: 2.8em;
	}
	
	.single-event-top .single-ura {
		font-weight: 400;
		font-size: 2.8em;
	}
	
	.single-event-top .single-lokacija {
		font-size: 1.3em;
	}
	
	.single-event-top .single-prizorisce {
		font-size: 1.3em;
		text-transform: uppercase;
	}

	h1 {
		font-size: 2.8em;
	}
}
 
/* Landscape phone to portrait tablet (Tablice) */
@media (min-width: 767px) and (max-width: 979px) {

    .naslovka_festival {
        height: 221px;
    }

	h3 {
		font-size: 1.1em;
	}

    .eventi-list .other-events li .e_info {
        background-color: #E0E0E0;
    }

	.galerije_seznam li {
		width: 128px;
		border: none;
		padding: 0;
		float: left;
    	margin: 0 10px 10px 0;
	}

	.galerije_seznam .info {
		text-align: center;
		margin: 10px 0 15px;
	}

	.single-event-top.galerija {
    margin-bottom: 10px;
	}

	.gallery {
		width: 552px;
	}

	.gallery dl.gallery-item {
		margin: 0 10px 10px 0 !important;
		width: 128px !important;
	}

	.clani li a {
	font-size: 0.8em;
	}

	.row .responsive-slider.flexslider {
    	margin-bottom: 10px;
	}
	
	.eventi-list {
		width: 552px;
	}
	
	.eventi-list li {
		float: left;
		list-style: none;
		margin: 0 10px 10px 0;
		padding: 0;
		border-left: none;
	}
	
	.eventi-list li .e_info {
		display: block;
		width: 128px;
		height: 128px;
		background-color: #2CD5C4;
	}

	/* Custom class modifications - adds to / overrides above
	
	.simply-scroll is default base class */
	
	/* Container DIV */
	.simply-scroll { 
		width: 735px;
		height: 93px;
		margin-bottom: 0em;
	}
	
	/* Clip DIV */
	.simply-scroll .simply-scroll-clip {
		width: 735px;
		height: 93px;
	}

	.footer .foot_mod {
		height: 200px;
	}

	.single-event-top .single-dan {
		font-size: 1.3em;
		margin-top: 35px;
	}

	.single-event-top .single-info {
		width: 266px;
		height: 266px;
	}

	.single-event-top img {
		width: 266px;
		height: auto;
	}
	
	.single-event-top .single-datum {
		font-weight: 400;
		font-size: 2.2em;
	}
	
	.single-event-top .single-ura {
		font-weight: 400;
		font-size: 2.2em;
	}
	
	.single-event-top .single-lokacija {
		font-size: 1.0em;
	}
	
	.single-event-top .single-prizorisce {
		font-size: 1.0em;
		text-transform: uppercase;
	}

	.span9 {
    	width: 542px;
	}
}

 
/* Landscape phones and down */

@media (max-width: 767px) {
    .naslovka_festival {
        height: 221px;
    }

	body {
		padding-left: 0px;
    	padding-right: 0px;
    }

    .gallery {
    	padding-top: 10px;
    }

    .single-event-top .single-info {
		padding-top: 15px;
		padding-bottom: 15px;
	}

    .mobipad {
		padding-left: 20px;
    	padding-right: 20px;
    }

    .slide_wrap {
		margin-left: 20px;
    	margin-right: 20px;
    }

    .vsievent a {
    	margin-top: 20px;
    	font-size: 1.1em;
    	width: 100%;
    	padding: 5px 0px;
    }

    .vsievent .paddleft {
    	padding-left: 10px;
    }

    .eventi-list .mesec h4 {
    padding: 15px 0 6px 20px;
	}

	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    	background-color: #FFFFFF;
	}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	    background-color: #FFFFFF;
	    color: #000000;
	}

    .eventi-list .other-events li {
        border-left: 4px solid #E0E0E0;
    }
}






/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
