/* hide things */
#menu-main {
	/* visibility: hidden; */
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: Tahoma, Geneva, sans-serif;
}

.navbar-inverse .navbar-inner {
	border: none;
	background: none;
	
}

.main-header {
	background-image:url(../img/header/header-1140.jpg); 
	background-size: cover;
	background-position: right;
	/*
	height: auto;
	overflow: auto;
	*/
	min-height: 290px;
	height: 300px;
}

#header-slogan {
	position: absolute;
	left: 50%;
	top: 23px;
	margin-left: -444px;
	z-index: 100;
}

#header-slogan img {
    width: 480px;
}

.logo-img {
	right: 40px;
	top: 75px;
	position: absolute;
	/*
	display: block;
	float:right;
	clear: both;
	*/
}

.logo-img img {
	width: 200px;
	height: auto;
	float: right;
}

.main-header {
	padding: 0 20px 0 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; /* *behavior: url(/css/boxsizing.htc); */
	margin-bottom: 20px;
	position: relative;
}

#main-section {
	padding-left: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; /* *behavior: url(/css/boxsizing.htc); */
	color: #878787;
	font-size: 15px;
}

#main-section h1 {
	margin-bottom: 35px;
}

#main-section p {
	line-height: 18px;
}

/* add 50px to h2 if followed by p */
#main-section p+h2 {
	margin-top: 30px;
}

.alpha {
	clear: both;
}

aside hr {
	margin: 10px 0;
	border: 0;
	/*
	border-top: 1px solid #14387F;
	*/
	border-bottom: 1px solid #85C9F0;
}


hr {
margin: 20px 0;
border: 0;
/*
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
*/
border-top: 0px;
border-bottom: 1px solid #85C9F0;
}


aside.quote  {
	color: #14387F;
	display: block;
	padding: 20px 0 20px 0;
}

aside.quote h4 {
	font-size: 80px;
	line-height: 92px;
	margin: 0;
	display: inline;
}

aside.quote h5 {
	display: inline;
	/*
	margin-left: 20px;
	*/
	font-size: 80px;
	line-height: 92px;
}

aside.quote p {
	display: block;
}

aside hr.second-hr {
	margin-top: 17px;
}

/* collaborate */

#side-collaborate {
	padding: 0 0 15px 0;
}

#side-collaborate h3 {
	color: #1b3570;
	margin-bottom: 10px;
	font-weight: bold;
}

#side-collaborate-buttons-table {
    display: table;
}

#side-collaborate-buttons {
    display: table-row;
	height: 75px;
    font-size: 13px;
}

#side-collaborate-buttons a {
    display: table-cell;
    width: 30%;
    /*height: 55px;*/
    vertical-align: top;
    vertical-align: middle;
}

#side-collaborate-buttons a div {
    vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	color: #1b3570;
    height: 65px;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: middle;
}

#side-collaborate-buttons a div span {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	font-weight: bold;
}

#side-collaborate-buttons a div.middle {
    margin-left: 15px;
	margin-right: 15px;
}

.gradient-blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edf4fc+0,86bae9+100 */
	background: #edf4fc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZjRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmJhZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #edf4fc 0%, #86bae9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf4fc), color-stop(100%,#86bae9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edf4fc 0%,#86bae9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edf4fc 0%,#86bae9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edf4fc 0%,#86bae9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edf4fc 0%,#86bae9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4fc', endColorstr='#86bae9',GradientType=0 ); /* IE6-8 */
}

.gradient-green {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edf4fc+0,99d4b6+100 */
	background: #edf4fc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZjRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OWQ0YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #edf4fc 0%, #99d4b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf4fc), color-stop(100%,#99d4b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edf4fc 0%,#99d4b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edf4fc 0%,#99d4b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edf4fc 0%,#99d4b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edf4fc 0%,#99d4b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4fc', endColorstr='#99d4b6',GradientType=0 ); /* IE6-8 */
}

.gradient-yellow {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcf0+0,ecc71e+100 */
	background: #fefcf0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2M3MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefcf0 0%, #ecc71e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcf0), color-stop(100%,#ecc71e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcf0 0%,#ecc71e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcf0 0%,#ecc71e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcf0 0%,#ecc71e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcf0 0%,#ecc71e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcf0', endColorstr='#ecc71e',GradientType=0 ); /* IE6-8 */

}

#side-collaborate-buttons a:last-child div {
	padding-right: 0;
	margin-right: 0;
}


/* gallery */
#gallery-wrapper img {
	width: 100%;
}

/* side */
.side-container {
	padding: 5px 10px;
	font-size: 15px;
}

.side-container h3 {
	font-size: 15px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 1.333em;
}

.side-gallery, .flexslider .slides > li, .flexslider, .flexslider .slides {
	color: #FFF; background-color: #14387F;
}

.side-gallery-wrapper {
    background-color: #999999;
}

.side-yellow {
	color: #FFF; background-color: #999; /* was FBBA00 */
}

.side-container h2, .side-container h3 {
	font-size: 17px;
	line-height: 1.333em;
    padding-top: 10px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	text-transform: uppercase;
	font-weight: bold;
}

.side-container h2 {
    font-size: 17px;
}

.side-container h2:first-child {
    padding-top: 0px;
}

.side-container-bigpadding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.side-container p {
	font-size: 13px;
	line-height: 1.333em;
    font-weight: normal;
}

.side-container p.bigger {
    font-size: 13px;
    font-weight: bold;
}

.side-logos {
	margin-top: 30px;
}

.side-logos img {
	width: 95%;	
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* top menus */

#menu-main-wrapper {
	overflow: visible;
	/*
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    */
}

#menu-main {
	/*
	float: left;
	clear: both;
	*/

	position: relative;
	top: -60px;
    /*left: 20px;*/
	overflow: visibile;
	/*
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    */
}

#menu-main-wrapper #menu-main .container {
    font-size: 14px;
    line-height: 20px;
}

#menu-main > div.navbar-inner {
	background-color: transparent;
}

#menu-main.navbar .nav > li > a {
	background-color: #999999; /* FBBA00; */
}

#menu-top-left {
	float: left;
	background-color: #FFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
	left: -20px;
	border-radius: 0 0 20px; 
}

#menu-top-right {
	position: absolute;
	top: 0px;
	right: 10px;
}

#menu-top-left.navbar .nav > li > a {
	padding: 0 7px 0 7px;
	color: #14387F;
}

/*
#menu-top-left.navbar .nav > li > a:first-child {
	padding-left: 27px;
}
*/

#menu-top-right.navbar .nav > li > a {
	padding: 0 0 0 15px;
	color: #14387F;
}

#menu-top-right, #menu-top-left {
	padding-bottom: 10px;
	padding-top: 10px;
}

#menu-main div > ul > li { /* only first level */
	border-right: 1px solid #FFF;
}

#menu-main li:last-child {
	border-right: none;
}

#menu-main div > ul > li.active {
	border-right: 1px solid #14387F;
}

#menu-top-left.navbar .nav > .active > a, #menu-top-left.navbar .nav > .active > a:hover, #menu-top-left.navbar .nav > .active > a:focus,
#menu-top-right.navbar .nav > .active > a, #menu-top-right.navbar .nav > .active > a:hover, #menu-top-right.navbar .nav > .active > a:focus {
	background: none;
	box-shadow: none;
	font-weight: bold;
}

#menu-main.navbar .nav li.dropdown.open > .dropdown-toggle, #menu-main.navbar .nav li.dropdown.active > .dropdown-toggle, #menu-main.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
	background-color: #14387F !important;
}

.dropdown-menu {
	padding: 0px; /* eliminate weird header on submenu */
}

#menu-main.navbar .nav > li.active > a {
	background-color: #14387F;
}

/* content menu */

#menu-content {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu-content .nav > li > a {
	color: #14387F;
	padding-right: 15px;
}

#menu-content .nav > li > a:hover, #menu-content .nav > li > a:focus {
	background: none;
	color: #85C9F0;
}

#menu-content .nav > li.active a {
	font-weight: bold;
    color: #878787;
}

#menu-content li {
	float: left;
}

/* file lists */

hr {
	clear: both;
}

.file-list {
	clear: both;
	margin-bottom: 20px;
	height: auto;
	overflow: auto;
}

/*
.file-list h2 {
	font-size: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
*/

.file-list ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.file-list {
	text-align: left;
}

.file-list li {
	vertical-align: text-top;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 14px;
	background: #EEE;
	padding: 5px;
	border-radius: 10px;
	width: 210px;
}

.file-list li:hover {
	background: #999;
}

.file-list li:hover a {
	color: #FFF;
	text-decoration: none;
}

.normal-icon {
	height: 35px;
	width: 35px;
    background-repeat: no-repeat;
}

.file-list .normal-icon {
	margin: 0 auto;
	margin-bottom: 5px;
}





.normal-icon-mp4 {
	background-image: url(../img/icons/35x35/mp4.png);
}

.normal-icon-psd {
	background-image: url(../img/icons/35x35/psd.png);
}

.normal-icon-pdf {
	background-image: url(../img/icons/35x35/pdf.png);
}

.normal-icon-zip {
	background-image: url(../img/icons/35x35/zip.png);
}

.normal-icon-doc, .normal-icon-docx {
	background-image: url(../img/icons/35x35/doc.png);
}

.normal-icon-xls, .normal-icon-xlsx {
	background-image: url(../img/icons/35x35/xls.png);
}

.normal-icon-img {
    max-width: 50px;
    max-height: 40px;
    margin: 0 auto;
}

/* content specific */

#content-kolofon h3 {
	margin-top: 50px;	
}

#content-kolofon h1+h3 {
	margin-top: 0px;
}


#content-vsebine-za-organizatorje h2, #content-gradivo-za-medije h2 {
	color: #14387F;
    font-size: 26px;
}

#content-vsebine-za-organizatorje h3 {
	color: #14387F;
    font-size: 22px;
}

#content-vsebine-za-organizatorje h4 {
    color: #14387F;
    font-size: 18px;
    text-align: left;
}

.list-of-cities {
	margin-top: 20px;
	column-count:3;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
}

/*
nav#menu-main ul.nav {
	margin: 0px !important;
	background-color: #F0F;
}
*/

.local-coordinators-list {
	font-weight: bold;
}

.local-coordinators-list p {
	font-weight: normal;
}





.file-list .description-top {
	width: 100%;
	box-sizing:border-box;
	float: none;
}

.file-list .description-right {
	float: right;
	width: 68%;
	box-sizing:border-box;
	margin-left: 10px;
}
	
ul.file-list-single, ul.file-list-single li {
	float: left;
	box-sizing:border-box;
}

ul.file-list-single {
	width: 30%;
}

ul.file-list-single li {
	margin: 0;
	margin-right: 10px;
	margin-bottom: 20px;
}
















/* to compensate with the menu height */
.main-content-container {
    position: relative;
    top: -40px;
}

/* Large desktop */
@media (min-width: 1200px) {



    #menu-main {
        left: 20px;
    }

    .logo-img {
		width: 250px;
	}
	
	#header-slogan {
		margin-left: -564px;
	}

    #header-slogan img {
        width: 600px;
    }

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.main-header {
		padding: 0px;
	}
	
	#main-section {
		padding-left: 0px;
	}
	
	.logo-img {
		/* margin-left: 30px; */
		/*
		width: 250px;
		height: auto;
		*/
		margin-right: 10px;
        width: 160px;
	}	
	
	#header-slogan {
		top: 50px;
		margin-left: -330px;
		width: 420px;
		height: auto;
		/*
		margin-left: -50px;
		top: 85px;
		*/
	}

    #header-slogan img {
        width: 420px;
    }

	/* when we change to dropdown menu, color it */
	#menu-main > div.navbar-inner { 
		background-color: #999; /* FBBA00; */
	}	
	#menu-main ul > li {
		border-right: 0px !important;
	}
	
	/* quote - start */
	aside.quote h4 {
		display: block;
	}
	
	aside.quote h5 {
		margin-left: 0px;
		display: inline;
		line-height: 18px;
		font-size: 15px;
		font-weight: normal;
	}
	
	aside.quote p {
		display: inline;
	}
	/* quote - end */
	
	/* do not move it to left */
	#menu-top-left {
		left: 0px;
	}
	
	/* achieve two in line */
	.file-list li {
		max-width: 200px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.main-header {
		padding: 0px;
	}
	
	#main-section {
		padding-left: 0px;
	}
	
	.logo-img {
		margin-left: 30px;
	}
	
	#header-slogan {
		top: 50px;
		width: 320px;
		margin-left: -250px;
	}

    #header-slogan img {
        width: 320px;
    }

	#menu-main > div.navbar-inner { /* when we change to dropdown menu, color it */
		background-color: #999; /* was FBBA00 */
	}
	#menu-main ul > li {
		border-right: 0px !important;
	}
	
	/* quote - start */
	aside.quote h4 {
		display: block;
	}
	
	aside.quote h5 {
		margin-left: 0px;
		display: inline;
		line-height: 18px;
		font-size: 15px;
		font-weight: normal;
	}
	
	aside.quote p {
		display: inline;
	}
	/* quote - end */	
	
	/* do not move it to left */
	#menu-top-left {
		left: 0px;
	}	
	
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.logo-img {
		margin-left: 30px;
	}
	
	.main-header {
		/*
		background-image:url(img/header/header-1140.png); 
		background-size: contain;
		*/
	}
	
	.main-header {
		padding: 0px;
	}
	
	#main-section {
		padding-left: 0px;
	}
	
	#header-slogan {
		display: none;
	}
	
	
	/* quote - start */
	aside.quote h4 {
		display: block;
	}
	
	aside.quote h5 {
		margin-left: 0px;
		display: inline;
		line-height: 18px;
		font-size: 15px;
		font-weight: normal;
	}
	
	aside.quote p {
		display: inline;
	}
	/* quote - end */	
	
	#menu-main > div.navbar-inner { /* when we change to dropdown menu, color it */
		background-color: #999; /* was FBBA00 */
	}
	#menu-main ul > li {
		border-right: 0px !important;
	}
	
	/* do not move it to left */
	#menu-top-left {
		left: 0px;
	}
	
	.file-list li {
		max-width: 100%;
	}
}

#side-section h3 {
    font-size: 16px;
    color: #FFF;
}

#side-section h2 {
    font-size: 16px;
    color: #FFF;
}

#side-collaborate h3 {
    color: #1b3570;
}

.place-content {
	pointer-events: none; /*invisible to click*/
}

#medresorska-delovna-skupina h5 {
	padding-top: 10px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}