html {
	background-image: url("/css/img.php?hue=100&img=ozadje.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

@font-face {
	font-family: "Myriad web pro";
	font-style: normal;
	font-weight: normal;
	src: url("/css/myriad-web.ttf") format('truetype');
}

body {
	margin: 0;
	padding: 0;
}

ul ul li {
	list-style:circle;
}

.display-none {
	display: none;
}

#admin-switch {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

#admin {
	z-index: 100;
	height: 29px;
	top: -40px;
	opacity: 1;
	color: #bfbfbf;
	border-bottom: 2px solid #bbb;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	box-shadow: 0px 3px 5px #333;
	position: fixed;
	width: 100%;
	cursor: default;

	background-image: linear-gradient(bottom, rgba(24, 24, 24, 0.95) 0%, rgba(41, 41, 41, 0.95) 100%);
	background-image: -o-linear-gradient(bottom, rgba(24, 24, 24, 0.95) 0%, rgba(41, 41, 41, 0.95) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(24, 24, 24, 0.95) 0%, rgba(41, 41, 41, 0.95) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, 0.95) 0%, rgba(41, 41, 41, 0.95) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(24, 24, 24, 0.95) 0%, rgba(41, 41, 41, 0.95) 100%);

	-webkit-transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
	-moz-transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
	-o-transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
	-ms-transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
	transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
}

#admin .left {
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 3px;
	float: left;
	color: white;
}

#admin .right {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
}

#admin .actions {
	float: right;
}

#admin .action, #admin .multiaction a, #admin .subaction {
	color: #bfbfbf;
	text-decoration: none;
	-webkit-transition: background-color 0.25s ease-in-out, color 0.25s linear;
	-moz-transition: background-color 0.25s linear, color 0.25s linear;
	-o-transition: background-color 0.25s ease-in-out, color 0.25s linear;
	-ms-transition: background-color 0.25s ease-in-out, color 0.25s linear;
	transition: background-color 0.25s ease-in-out, color 0.25s linear;
	display: inline-block;
	height: 12px;
	padding: 10px 10px;
	padding-top:7px;
}

#admin a.action:hover, #admin .action.selected, #admin .multiaction a:hover, #admin .multiaction a.selected{
	background-color: rgba(255, 255, 255, 0.05);
	color: white;
}

#admin .multiaction {
	position: relative;
}

#admin .action b{
	color: #BFBFBF;
}

#admin .subactions {
	position: absolute;
	left: 0;
	box-shadow: 0px 3px 5px #333;
	margin-top: 2px;
	background-color: rgba(24, 24, 24, 0.95);
	overflow: hidden;

	-webkit-transition: height 0.25s ease-in-out, color 0.25s linear;
	-moz-transition: height 0.25s ease-in-out;
	-o-transition: background-color 0.25s ease-in-out, color 0.25s linear;
	-ms-transition: background-color 0.25s ease-in-out, color 0.25s linear;
	transition: background-color 0.25s ease-in-out, color 0.25s linear;
}

#admin .subactions.hidden {
	height: 0 !important;
}

#admin .subactions a {
	cursor: pointer;
}

#admin .subaction {
	height: 12px;
	display: block;
	width: 100%;
	white-space:nowrap;
	min-width: 100px;
}

#admin form{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 7px;
}

#admin input {
	border: none;
	height: 18px;
	color: #2D2D2D;
	font-size: 12px;
	padding: 0;
	margin: 0;
	width: 125px;

	border: 1px solid #111111;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
	color: rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.3);
	padding: 0 3px;
}

#admin input:focus {
	background-color: white;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	color: #404040;
	outline: 0 none;
}

#lang_switch {
	position: absolute;
	right: 10px;
	color: #bdbdbd;
	font-size: 14px;
}

#lang_switch a {
	font-size: 13px;
	color: #bdbdbd;
	text-decoration: none;
}

#container {
	width: 950px;
	margin: 35px auto 0 auto;
	font-family: 'Myriad web pro', Helvetica, Tahoma, Arial, sans-serif;
	min-height: 907px;
	position: relative;
}

.heading_anchor {
	font-family: 'Myriad web pro', Helvetica, Tahoma, Arial, sans-serif;
}

#logo {
	position: absolute;
	left: 42px;
	z-index: 5;
	display: block;
}

#naziv {
	display: block;
	height: 47px;
	font-family: "Myriad web pro";
	color: #6a6968;
	text-decoration: none;
}

#naziv .up, #naziv .famnit{
	display: block;
	margin-left: 220px;
	color: #6a6968;
	text-decoration: none;
}

#naziv .up {
	padding-top: 8px;
	font-size: 14px;
}

#naziv .famnit {
	margin-top: 0px;
	font-size: 14px;
}

#logo_up {
	position: absolute;
	top: -5px;
	right: 5px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#logo_up img {
	height: 47px;
	width: 102px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#logo_up:hover {
	top: -35px;
	right: 0;
}

#logo_up img:hover {
	height: 107px;
	width: 232px;
}

#imgs {
	height: 145px;
	position: relative;
	z-index: -1;
	overflow:hidden;
}

#imgs .mask{
	position: absolute;
	z-index: 100;
	bottom:0;
	left:0;
}

#pics {
	height: 145px;
}

#pics img {
	position: absolute;
	width: 213px;
	height: 145px;

	-moz-transition: opacity 5s linear;
	-webkit-transition: opacity 5s linear;
	-o-transition: opacity 5s linear;
	-ms-transition: opacity 5s linear;
	transition: opacity 5s linear;

	background: -moz-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -webkit-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -o-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -ms-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: linear-gradient(left, #006394 0%, #278fc2 100%);
	background-color: #006394;
}

#pics img.fade {
	opacity: 0;
}

#pics #voscilnica {
	width: 950px;
	height: 145px;
}

nav {
	display: block;
}

nav ul, nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#menus {
	float: left;
	width: 175px;
	margin-left: 29px;
	margin-top: -106px;
	margin-bottom: -123px;
	z-index: 100;
}

nav ul {
/*	-moz-transition: opacity 0.75s linear, max-height 0.5s ease-in-out;
	-webkit-transition: opacity 0.75s linear, max-height 0.5s linear;
	-o-transition: opacity 0.75s linear, max-height 0.5s linear;
	-ms-transition: opacity 0.75s linear, max-height 0.5s linear;
	transition: opacity 0.75s linear, max-height 0.5s linear;
*/	opacity: 1;
	height: auto;
	min-height:0px;
	overflow: hidden;
}

nav ul.collapsed {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

#menus a {
	display: block;
	text-decoration: none;
	font-size: 13px;
}

#menus .menu_hidden {
	color: #090 !important;
}

#menus .anonymous_hidden {
	color: red !important;
}


#menu1 {
	background: -moz-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -webkit-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -o-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -ms-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: linear-gradient(left, #006394 0%, #278fc2 100%);
	background-color: #006394;

	box-shadow: 0 2px 2px #999999;
	padding: 32px 5px 35px 25px;

	line-height: 110%;

	border-radius: 3px;
}

#menu1 .selected {
	font-weight: bold;
}

#menus .subentries {
	margin-top: -0px;
}

#menus .subentries li {
	padding-left: 8px;
	background-image: url("/img/bullet-menu.png");
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menus .subentries /*li:last-child*/ {
	margin-bottom: 5px;
}

#menus .subentries.collapsed {
	margin-bottom: 0;
	margin-top: 0;
}

#menu1 a {
	color: white;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	transition: color 0.5s linear;
	opacity: 0.9;
	font-size: 14px;
}

#menu1 a:hover {
	color: white;
}

#menu2 {
	padding: 24px 5px 0 25px;
}

#menu2 a{
	color: black;
	padding-top: 3px;
	padding-bottom: 4px;
}

#menu2 a.selected, #menu2 a.in_this {
	color: #006394;
	/*font-weight: bold;
	color: #484848;*/
}

#menu3 {
	padding: 20px 5px 0 25px;
}

#menu3 a{
	color: #006394;
	padding-top: 3px;
	padding-bottom: 4px;
}

#menu3 a.selected, #menu3 a.in_this {
	color: black;
	/*
	font-weight: bold;
	*/
}

#menu3 .subentries a {
	color: #474747;
}

#menu3 .subentries a.selected {
	color: black;
}

.side_banner {
	margin-top: 16px;
	padding-left: 0px;
	color: #a2a2a2;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 8px;
}

.side_banner .title {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0px;
	padding-left: 3px;
}



.side_banner a {
	/*
	display: inline !important;
	*/
}

#delavnice.side_banner, #poljudna_predavanja.side_banner {
	margin-top: 24px;
	height: 65px;
}

#poljudna_predavanja.side_banner {
	margin-top: 46px;
}

#delavnice a, #poljudna_predavanja a {
	display: block;
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
	margin-left: 0px;
	margin-bottom: 0px;

	background-image: url("/sl/resources/images/gallery/delavnicelogo/combine:resizeboxcrop?48x48");
}

#poljudna_predavanja a {
	margin-right: 10px;
}

#delavnice #mat-izleti, #poljudna_predavanja #mat-izleti {
	background-position: -384px top;
}

#delavnice #bio-veceri, #poljudna_predavanja #bio-veceri {
	background-position: -0px top;
}

#delavnice #narav-izleti, #poljudna_predavanja #narav-izleti {
	background-position: -192px top;
}

#delavnice #znan-izleti, #poljudna_predavanja #znan-izleti  {
	background-position: -432px top;
}

#delavnice #del-orada, #poljudna_predavanja #del-orada {
	background-position: -384px;
}

#delavnice .delavnice-overlay, #poljudna_predavanja .delavnice-overlay {
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);

	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;

}

#delavnice .delavnice-overlay div, #poljudna_predavanja .delavnice-overlay div {
	opacity: 1;
	position: absolute;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;

	width: 96px;
	height: 96px;

	top: 0;
	left: 0;
}

#lang-sl #delavnice .delavnice-overlay div, #lang-sl #poljudna_predavanja .delavnice-overlay div {
	background-image: url("/sl/resources/images/gallery/delavnicelogosl/combine:resizeboxcrop?192x192");
	background-size: auto 96px;
}

#lang-en #delavnice .delavnice-overlay div, #lang-en #poljudna_predavanja .delavnice-overlay div {
	background-image: url("/sl/resources/images/gallery/delavnicelogoen/combine:resizeboxcrop?96x96");
}

#delavnice #del-orada .delavnice-overlay, #poljudna_predavanja #del-orada .delavnice-overlay {
	margin-top: -12px;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);

}

#delavnice .delavnice-overlay div.circle, #poljudna_predavanja .delavnice-overlay div.circle {
	opacity: 0;

	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#delavnice #advent .delavnice-overlay div.circle, #poljudna_predavanja #advent .delavnice-overlay div.circle {
	background-position: -0px top;
}

#delavnice #advent .delavnice-overlay div.normal, #poljudna_predavanja #advent .delavnice-overlay div.normal{
	background-position: -96px top;
}

#delavnice #bio-veceri .delavnice-overlay div.circle, #poljudna_predavanja #bio-veceri .delavnice-overlay div.circle {
	background-position: -192px top;
}

#delavnice #bio-veceri .delavnice-overlay div.normal, #poljudna_predavanja #bio-veceri .delavnice-overlay div.normal{
	background-position: -288px top;
}

#delavnice #mat-izleti .delavnice-overlay div.circle, #poljudna_predavanja #mat-izleti .delavnice-overlay div.circle {
	background-position: -384px top;
}

#delavnice #mat-izleti .delavnice-overlay div.normal, #poljudna_predavanja #mat-izleti .delavnice-overlay div.normal{
	background-position: -480px top;
}

#delavnice #matura .delavnice-overlay div.circle, #poljudna_predavanja #matura .delavnice-overlay div.circle {
	background-position: -576px top;
}

#delavnice #matura .delavnice-overlay div.normal, #poljudna_predavanja #matura .delavnice-overlay div.normal{
	background-position: -672px top;
}

#delavnice #del-orada .delavnice-overlay div.circle, #poljudna_predavanja #del-orada .delavnice-overlay div.circle {
	background-position: -768px top;
}

#delavnice #del-orada .delavnice-overlay div.normal, #poljudna_predavanja #del-orada .delavnice-overlay div.normal{
	background-position: -864px top;
}

#delavnice #poljudna .delavnice-overlay div.circle, #poljudna_predavanja #poljudna .delavnice-overlay div.circle {
	background-position: -960px top;
}

#delavnice #poljudna .delavnice-overlay div.normal, #poljudna_predavanja #poljudna .delavnice-overlay div.normal{
	background-position: -1056px top;
}

#delavnice #narav-izleti .delavnice-overlay div.circle, #poljudna_predavanja #narav-izleti .delavnice-overlay div.circle {
	background-position: -1152px top;
}

#delavnice #narav-izleti .delavnice-overlay div.normal, #poljudna_predavanja #narav-izleti .delavnice-overlay div.normal{
	background-position: -1248px top;
}

#delavnice #znan-izleti .delavnice-overlay div.normal, #poljudna_predavanja #znan-izleti .delavnice-overlay div.normal{
	background-position: -1344px top;
}

#delavnice #znan-izleti .delavnice-overlay div.circle, #poljudna_predavanja #znan-izleti .delavnice-overlay div.circle {
	background-position: -1440px top;
}

#delavnice .delavnice-overlay:hover, #poljudna_predavanja .delavnice-overlay:hover {
	z-index: 100;

	left: -24px;
	top: -24px;

	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#delavnice #del-orada, #poljudna_predavanja #del-orada {
	width: 72px;
}
#delavnice #del-orada .delavnice-overlay:hover, #poljudna_predavanja #del-orada .delavnice-overlay:hover {
	margin-top: 0px;
	left: -12px;
	transform: scale(1);
}

#delavnice a:hover .delavnice-overlay div.circle, #poljudna_predavanja a:hover .delavnice-overlay div.circle {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);

	opacity: 1;
}

#poletne-sole {
	padding-bottom: 6px;
}

#poletne-sole .title {
	margin-bottom: 5px;
}

#poletne-sole.side_banner a, #seminarji.side_banner a{
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 3px;
	margin-right: 5px;
	display: block;
	height: 32px;

	background-repeat: no-repeat;
	background-position: left center;
	color: #6d6d6d;
}

#poletne-sole.side_banner a.title, #delavnice.side_banner a.title, #poljudna_predavanja.side_banner a.title{
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	float: none;
	color: #6D6D6D;
	background-image: none;
	font-size: 14px;
}

#poletne-sole.side_banner a.title:hover, #delavnice.side_banner a.title:hover, #poljudna_predavanja.side_banner a.title:hover, #poletne-sole.side_banner a.selected, #delavnice.side_banner a.selected, #poljudna_predavanja.side_banner a.selected {
	color: #6BB4C5;
}

#poletne-sole .mat-kul {
	background-image: url("/img/mat-kul.png");
	margin-bottom: 5px;
}

#poletne-sole.side_banner a.naravoslovni-tabor {
	background-image: url("/img/polzek-moder.gif");
	margin-bottom: 5px;
}

#poletne-sole .sola-mf {
	background-image: url("/sl/resources/images/delavnice-poletne-sole/finmat.png:resizebox?24x24");
}

#poletne-sole.side_banner a.poletne-sole-reklama {
	padding-left: 9px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 25px;
	height: auto;

	background-image: url("/sl/resources/images/puscici.png:resizebox?128x24");
	background-position: bottom right;
	font-size: 12px;
}

#seminarji .mat-seminar {
	background-image: url("/img/mat-seminar.png");
}

#content {
	width: 661px;
	float: right;
	margin-right:58px;
	min-height: 475px;
	padding-top: 25px;
	position: relative;
}

#content .app {
	margin-top: 27px;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

#content .staticApp .content, #content .gostujoci .content, #content .projekti .content {
	width: 550px;
}

.staticApp hr {
	border: 0;
	height: 1px;
	background-color: #ddd;
}

#content .index2 > a {
	display: block;
}

.heading_anchor {
	float: right;
	margin-right: -111px;
	font-size: 12px;
	color: #929292;
	text-decoration: none;
	background-image: url("/img/arrow_top.png");
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left center;
}

/*
#content a.internal:after {
	content: " [int.]";
}

#content a.external:after {
	content: " [ext.]";
}
*/

#content table {
	border-left: 1px solid #a2cade;
	border-bottom: 1px solid #a2cade;
	border-spacing: 0;
}

#content td {
	border-right: 1px solid #a2cade;
	border-top: 1px solid #a2cade;

	padding: 5px;
}

#content th {
	text-align: center;
	padding: 3px;
	font-weight: normal;
	vertical-align: bottom;

	padding: 5px;
	background-color: #eee;
	font-weight: normal;
	color: #006394;
	border-right: 1px solid #a2cade;
	border-top: 1px solid #a2cade;
	vertical-align: top;
}

#content table.noborder td, #content table.noborder th, #content table.noborder {
	border: none;
	padding: 0;
	background-color: transparent;
}

#content.editor table.noborder {
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#content.editor table.noborder td, #content.editor table.noborder th {
	border-right: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

#content .category {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	clear: both;
}

#content .category .title {
	width: 200px;
	padding: 3px;
	height: 15px;
}

#content .entries {
	width: 450px;
	margin-top: -21px;
	margin-right: 0;
	margin-left: auto;
}

#content .entry {
	margin-bottom: 15px;
}

#content .entry a{
	display: block;
}

#content .entry .name {
	background-color: rgba(224, 224, 224, 0.5);
}

#content .entry .name, #content .entry .email {
	padding: 5px;
}

#content .entry .email {
	float: right;
	margin-top: -26px;
	width: 225px;
}

#content .entry .desc {
	padding: 3px;
	color: gray;
}

#content ul {
	list-style-image:url('/css/img.php?hue=100&img=bullet.png');
}

p + ul, p + ol{
	margin-top: -10px;
}

#content ul {
	padding-left: 15px;
}

#content ol {
	padding-left: 20px;
}

#content li{
	margin-bottom: 5px;
}

#content li p {
	margin: 0;
}

.index2 {
	z-index: 1;
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 17px;
	width: 661px;
	position: relative;
}

.index2 > a {
	text-decoration: none;
	margin-bottom: 3px;
	font-size: 14px;
}

.index2 > a.indexh2 {
}

.index2 a:hover {
	text-decoration: underline;
}

.indexh1 {
	padding-left: 13px;
}

.indexh2 {
	padding-left: 16px;
	color: #006394;
	background-image: url("/css/img.php?hue=100&img=index2-left.gif");
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

.indexh3 {
	padding-left: 28px;
	color: #555;
	background-position: 17px 2px;
}

.indexh4 {
	padding-left: 48px;
	background-position: 17px 2px;
}


#breadcrumbs {
	font-size: 11px;
	color: #333;
}

#breadcrumbs a {
	color: #6a6968;
	text-decoration: none;
}

h1, h2, h3, input.h2 {
	width: 100%;
	color: #1f78b0;
	color: #1176a8;
	font-size: 20px;
	/*font-family: Helvetica;*/
	letter-spacing: px;
}

h1 {
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dfdfdf;
}

h1 .sub {
	display: none;
	font-size: 80px;
	position: absolute;
	margin-top: 30px;
	color: #ddd;
	z-index: 0;
	left: 100%;
	line-height: 120%;
	letter-spacing: -4px;
	text-align: right;

	font-family: Helvetica;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);

	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;

	white-space:nowrap;
}

h2, input.h2 {
	font-size: 16px;
	border-bottom: none;
	padding-top: 15px;
	margin-bottom: 5px;
}

input.h2 {
	border: 1px solid gray;
	width: 100%;
}

h3 {
	font-size: 14px;
	border-bottom: none;
	margin-bottom: 5px;
}

h3 + h4, h2 + h4 {
	margin-top: 15px;
}

h4 {
	font-size: 13px;
	margin: 0;
	color: black;
}

h4 + p {
	margin-top: 4px;
}

a {
	color: #006394;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 a{
	text-decoration: none;
}

li::-moz-list-bullet, li::marker {
	color: #1f78b0;
	font-size: 26px;
}

.app {
	font-size: 14px;
	color: black;
	color: #333;
}

.staticApp, .obvestila, .news, .gostujoci, .projekti {
	line-height: 145%;
}

.app .print {
	height: 23px;
	padding-left: 27px;
	font-size: 12px;
	color: #929292;
	text-decoration: none;
	background-image: url("/img/print.png");
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	right: 0;
	z-index: 100;
}

footer {
	display: block;
	width: 685px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-left: 231px;
	/*margin-top: 50px;*/

	font-size: 13px;
	color: #101010;

	position: relative;
	height: 167px;

	padding: 4px 0;
}

footer * {
	font-size: 13px;
}

footer h2 {
	padding-top: 4px;
	color: #83A7C1;
	text-transform: uppercase;
	font-size: 16px;
}

#kontakt {
	margin-top: -3px;
}

footer address {
	float: left;
	margin-right: 10px;
	font-style: normal;
}

footer .address{
	margin-top: 6px;
}

footer #telefon {
	float: left;
	margin-bottom: 10px;
}

footer #telefon img{
	margin-right: 4px;
}

footer table, footer td {
	border: 0;
}

#foto_footer {
	position: absolute;
	top: 7px;
	right: 3px;
}

#foto_footer div {
	background-color: rgba(0,0,0, 0.5);
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 175px;
	text-align: center;
	top: 49px;
	color: white;
	padding: 4px 0;
}

#banners {
	width: 641px;
	height: 40px;

	padding: 10px;

	border-bottom: 1px solid #dbdbdb;

	margin-left: 231px;
	margin-bottom: 25px;

	padding-left: 0;
}

#banners a {
	display: block;
	float: left;
	padding-right: 25px;
}

#banners img {
	display: inline;
	margin: 5px;
}

/*
#lang-en #banners {
	padding-left: 20px;
	color: #A2A2A2;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	width: 175px;
	margin-top: -141px;
	height: 123px;

	margin-bottom: 50px;
}

#lang-en #banners a {
	display: block;
}
*/
.smer-logo {
	position: absolute;
	left: 500px;
	background-repeat: no-repeat;
	width: 255px;
	height: 98px;
	top: 0px;
	z-index: 10;
}

#fano {
	position: absolute;
	top: 1px;
	left: 500px;
	height: 130px;
	width: 114px;
	background-image: url("/css/img.php?img=Fano_plane.png&hue=100");
	z-index: 100;
}

#fano-back {
	position:absolute;
	height: 50px;
	width:100%;
	top: 99px;
	background-color: white;
	/*image-rendering: optimizeSpeed;*/
}

#biopsihologija {
	background-image: url("/sl/resources/images/izobrazevanje/dodiplomski-studij/biopsihologija.png:resizebox?256x98");
	left: 400px;
}

#rin {
	background-image: url("/sl/resources/images/izobrazevanje/dodiplomski-studij/rin.png:resizebox?256x98");
	left: 400px;
	top: 27px;
}


#biodiverziteta {
	background-image: url("/sl/resources/images/izobrazevanje/dodiplomski-studij/biodiverziteta.png:resizebox?256x98");
	top: 10px;
}

#mef {
	background-image: url("/sl/resources/images/izobrazevanje/dodiplomski-studij/mef.png:resizebox?256x98");
}

#sredkmetijstvo {
	background-image: url("/sl/resources/images/izobrazevanje/dodiplomski-studij/kmetijstvo.png:resizebox?256x98");
	top: 17px;
}

#bioinformatika {
	width: 339px;
	left: 321px;
	background-image: url("/sl/resources/images/izobrazevanje/dodiplomski-studij/bioinformatika.png:resizebox?512x98");
}

.info, .warn, .error, .help{
	margin: 5px 0;
	padding: 5px;
	padding-left: 31px;
	background-position: 5px 5px;
	background-repeat:no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 black;

	border-radius: 2px;
	box-shadow: 0 2px 3px #666;

	background-image:url("/icons/help.png");
}

.error{
	border: 1px solid red;
	background-color:#ff8080;
	background-image:url("../icons/exclamation.png");
}

.info{
	border: 1px solid #3badd2;

	background-color:#3396B6;
	background-image:url("../icons/information.png");
}

.warn{
	border: 1px solid #803c12;
	background-color:#F37021;
	background-image:url("../icons/error.png");
}

/*
.error, .info, .warn, .help {
	margin-top:10px;
	margin-right:20px;
	padding:5px;
	padding-left:31px;
	background-position: 5px center;
	background-repeat:no-repeat;
	color:black;
	width: 80%;

	border: 1px solid black;
	background-color:gray;
	background-image:url("../icons/help.png");
}

.error{
	border: 1px solid red;
	background-color:#ff8080;
	background-image:url("../icons/exclamation.png");
}

.info{
	border: 1px solid blue;
	background-color:#3396B6;
	background-image:url("../icons/information.png");
}

.warn{
	border: 1px solid #803c12;
	background-color:#F37021;
	background-image:url("../icons/error.png");
}
*/


.staticApp .box-right {
	position: absolute;
	bottom: 27px;
	right: 0px;
	padding: 13px;
	padding-bottom: 13px;
	width: 215px;

}

.staticApp .box-right.quick {
	background: -moz-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -webkit-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -o-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: -ms-linear-gradient(left, #006394 0%, #278fc2 100%);
	background: linear-gradient(left, #006394 0%, #278fc2 100%);
	background-color: #006394;
	box-shadow: 0 2px 2px #999999;
	padding: 32px 5px 35px 25px;
	line-height: 110%;
	border-radius: 3px;
	color: white;

}

.staticApp .box-right.quick a {
	color: white;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	transition: color 0.5s linear;
	opacity: 0.9;
}

.staticApp .box-right.quick .square{
	background-color: transparent;
}

.staticApp .box-right .square{
	-webkit-transition: opacity 5s ease-in;
	-moz-transition: opacity 5s linear;
	-o-transition: opacity 5s linear;
	-ms-transition: opacity 5s linear;
	transition: opacity 5s linear;

	text-shadow: 0 0 1px white;

	background-color: white;
}

#content.editor .box-right {
	position: relative;
	background-color: yellow;
	top: auto;
	right: auto;
	margin-top: 50px;
	width: 100%;
}

#content.editor {
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
}

#content.editor #fano-back {
	display: none;
}


#osebje-list {
	border-top: 1px solid #ccc;
	width: 100%;
	margin-bottom: 50px;
}

#osebje-list td {
	padding: 2px;
	min-width: 20px;
}

#osebje-list tr.odd td{
	background-color: rgba(224, 224, 224, 0.5);
}

#osebje-list tr.even td {
	background-color: rgba(255, 255, 255, 0.5);
}

#osebje-list tr.skrit *, #osebje-list tr.skrit{
	background-color: #fdd !important;
}

#osebje-list a img {
	border: none;
}


#gallery{
	font-size:12px;
	position:relative;
	min-height:500px;
	color: #AAAAAA;
	text-align:left;
}

#gallery .album{
	width:150px;
	padding:5px;
	text-align:center;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	position:relative;
	cursor:pointer;
}

#gallery .album .name{
	font-weight:bold;
}

#gallery .album_thumb{
	box-shadow:2px 2px 5px #999999;
	-moz-box-shadow:2px 2px 5px #999999;
	-webkit-box-shadow:2px 2px 5px #999999;
}

#gallery_thumbs .thumb_container{
	display: inline-block;
	margin: 0 2px;
	height:auto;
	text-align:center;
	vertical-align:middle;
	zoom:1;
	*display:inline;
	position:relative;
	cursor:pointer;

	background-image: url("/img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#album_info{
	position:absolute;
	right:5px;
	top:10px;
	width:150px;
}

#album_info .name{
	font-weight:bold;
}

#gallery_thumbs{
/*	margin-right:60px;*/
}

#gallery_thumbs .thumb_container .thumb{
	opacity: 1;//0.95
}

#gallery_thumbs .thumb_container .thumb{
	border:2px solid white;
}

#gallery_thumbs .thumb_container.selected .thumb, #gallery_thumbs .thumb_container.selected .thumb:hover{
	border:2px solid #3366cc;
}

#gallery_thumbs .thumb_container .thumb:hover{
	opacity: 1;
}

#gallery .pic_container{
	margin:10px;
	text-align:center;
	position:relative;
	margin-bottom:40px;
}

#gallery .pic{
	border:3px solid white;
	box-shadow:2px 2px 5px #999999;
	-moz-box-shadow:2px 2px 5px #999999;
	-webkit-box-shadow:2px 2px 5px #999999;
}

#gallery .info .name{
	text-align:left;
}

#gallery .info .date{
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
}

#gallery .context .back, #gallery .context .forward{
	display:block;
	position:absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #DDDDDD;
	width: 40px;
	height:16px;
	top:16px;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	cursor:pointer;
}

#gallery .context .back{
	background-image: url("/icons/arrow_left.png");
	left:0px;
}

#gallery .context .forward{
	background-image: url("/icons/arrow_right.png");
	right:0px;
}

#gallery_picture {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 100;
	text-align: center;
}

#gallery_picture .close{
	position: absolute;
	top: 10px;
	right: 20px;
	color: white;
	cursor: pointer;
}

#gallery_picture .pic {
	cursor: pointer;
}

strong, b {
	color: #444;
	color: black;
	font-weight: normal;
}

a strong, a b {
	color: #006394;
}

a img {
	border: none;
}

/*
input[type="text"], input[type="password"], input{
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px;
	height: 14px;
	padding: 4px 9px;
}

input[type="submit"], input[type="button"]{
	border: 1px solid #007aa8;
	height: 22px;
	color: white;
	padding-top: 2px;
	background: #006094;
	background: -moz-linear-gradient(bottom, #006094 0%, #2189b8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#006094), color-stop(100%,#2189b8));
	background: -webkit-linear-gradient(left, #006094 0%,#2189b8 100%);
	background: -o-linear-gradient(left, #006094 0%,#2189b8 100%);
	background: -ms-linear-gradient(left, #006094 0%,#2189b8 100%);
	background: linear-gradient(left, #006094 0%,#2189b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006094', endColorstr='#2189b8',GradientType=1 );

	box-shadow: 0 0px 2px #999999;
	cursor: pointer;

}
*/
.loginform input[type="text"], .loginform input[type="password"] {
	width: 296px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.loginform input[type="submit"]{
	position: absolute;
	left: 343px;
	width: 100px;
}

form.loginform {
	padding: 22px 14px;
	background-color: #f7f5fa;
	border-radius: 4px 4px;
}

#obvestila_switcher {
/*
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F7F5FA;
	border-radius: 4px 4px;
	*/

	margin-bottom: 20px;
	padding: 10px;
	background-color: #F7F5FA;
	border-radius: 4px 4px;
}

#obvestila_switcher #obvescaj {
	float: right;
}

#obvestila_switcher img {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	cursor: pointer;
}

#obvestila_switcher .submit {
	margin-top: 5px;
}

.app.obvestila hr.line {
	color: #278fc2;
	background-color: #278fc2;
	height: 0px;
	padding: 0;
	margin: 0;
	border-style: solid;
	opacity: 0.5;
	margin: 3px 0;
	margin-left: 4px;
}

.app.obvestila .date {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	display: inline;
	padding-right: 4px;
}

.app.obvestila .tag{
	display: inline;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
}

.app.obvestila .news h2 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 3px;
	cursor: pointer;
}

.app.obvestila .news {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1px 3px;
	margin-bottom: 2px;
	opacity: 1;
	margin-left: 10px;

}

.app.obvestila h2 {
	font-size: 13px;
	font-weight: normal;

	padding-left: 60px;
	padding-right: 20px;
	width: 555px;
}

.app.obvestila h2 .date {
	position: absolute;
	left: 10px;
}

.app.obvestila h2 {
}

.app.obvestila .news .content {
	margin-left: 60px;
	padding: 10px;
	width: 560px;
	background-color: rgba(0, 0, 0, 0.020);
}

.app.obvestila .news.collapsed.seen {
	opacity: 0.75;
}

.app.obvestila .news.collapsed {
	max-height: 100px;
	background-color: rgba(0, 0, 0, 0.020);
}

.app.obvestila .news.collapsed.read {
	opacity: 0.8;
	background-color: white;
}

.app.obvestila .news.collapsed.read .title, .app.obvestila .news.collapsed.read .title .date, .app.obvestila .news.collapsed.read .title .tag{
	color: gray;
}

.app.obvestila .news.collapsed .overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 95%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 50%, white 100%);

	background-image: url("/img/filter-open.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	*/
}

.app.obvestila .news.collapsed:hover .overlay {
	/*
	background: -moz-linear-gradient(top, rgba(237, 249, 255, 0) 50%, #edf9ff 100%);
	background: -webkit-linear-gradient(top, rgba(237, 249, 255, 0) 50%, #edf9ff 95%);
	background: -o-linear-gradient(top, rgba(237, 249, 255, 0) 50%, #edf9ff 100%);
	background: -ms-linear-gradient(top, rgba(237, 249, 255, 0) 50%, #edf9ff 100%);
	background: linear-gradient(top, rgba(237, 249, 255, 0) 50%, #edf9ff 100%);
	*/
}

.app.obvestila .news .overlay {
	display: none;
}

.app.obvestila .news.collapsed .content {
	display: none;
}

.app.obvestila .news.collapsed:hover {
/*	border: 1px solid #addbf2;*/
	/*background-color: #edf9ff;*/
	cursor: pointer;
	box-shadow: 3px 3px 5px #ccc;
	opacity: 1;

	background-image: url("/img/puscica-odpri.png");
}

.app.obvestila .news:hover {
	background-image: url("/img/puscica-zapri.png");
	background-position: 620px 5px;
	background-repeat: no-repeat;
}

/*input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	position: relative;
	bottom: -1px;
}

input[type=radio] {
	bottom: 0px;
}*/

.news h2 .timedate {
	font-weight: normal;
	color: #666;
	padding-right: 6px;
	font-size: 14px;
	display: block;
}

.news .date, .news .time{
	display: inline;
}

.news .abstract {
	margin-top: 12px;
}

.news .abstract .pre {
	display: block;
	margin-bottom: -12px;
}

.clear {
	clear: both;
}

.conference {
	padding: 4px 25px 6px 0;
	margin: 6px 0;
	padding-bottom: 17px;

	padding-left: 88px;

	position: relative;

	background-repeat: no-repeat;
	background-position: 16px 8px;

	background-image: url("/sl/resources/images/konference/puscica.png:resizebox?10x17");
}

.conference .logo {
	position: absolute;
	top: 8px;
	left: 40px;
}

.conference .name {
	font-weight: bold;
}

.conference.noimage {
	padding-left: 28px;
}

.conference > div {
	padding-left: 12px;
}

.conference h2 {
	margin: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 12px;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 14px;
}

.conference.archived {
	background-color: #eee;
	background-color: rgba(0, 0, 0, 0.05);
}

.conference.archived:hover {
	background-color: #ddd;
	background-color: rgba(0, 0, 0, 0.1);
}

.conference.aktualno {
	background-color: rgba(64, 64, 255, 0.1);
	background-image: url("/sl/resources/images/konference/puscica-active.png:resizebox?10x17");
}

.conference.aktualno:hover {
	background-color: rgba(64, 64, 255, 0.2);
}

.conference .location {
	font-size: 13px;
}

.conference .ime {
	color: gray;
}

.conference .youtube {
	position: absolute;
	width: 32px;
	height: 22px;
	right: 8px;
	top: 16px;

	background-image: url("/img/yt-medium.png");
	background-size: 32px;
}

#news_selector_container {
	background-color: rgba(255, 255, 255, 0.95);
}

#content .news .news_selector {
	border: none;
	border-spacing: 2px;
	width: 100%;
}

#content .news .news_selector td {
	border: 1px solid #A2CADE;
	text-align: center;
	background-color: #ddd;
	position: relative;
	height: 12px;

	border-radius: 8px;

	background-image: linear-gradient(bottom, #b0d9f1 0%, #93c7de 100%);
	background-image: -o-linear-gradient(bottom, #b0d9f1 0%, #93c7de 100%);
	background-image: -moz-linear-gradient(bottom, #b0d9f1 0%, #93c7de 100%);
	background-image: -webkit-linear-gradient(bottom, #b0d9f1 0%, #93c7de 100%);
	background-image: -ms-linear-gradient(bottom, #b0d9f1 0%, #93c7de 100%);
}

#content .news .news_selector td a {
	color: black;
	display: block;
}

#content .news .news_selector td.selected {
	background-image: linear-gradient(top, #258dbb 0%, #4078b9 100%);
	background-image: -o-linear-gradient(top, #258dbb 0%, #4078b9 100%);
	background-image: -moz-linear-gradient(top, #258dbb 0%, #4078b9 100%);
	background-image: -webkit-linear-gradient(top, #258dbb 0%, #4078b9 100%);
	background-image: -ms-linear-gradient(top, #258dbb 0%, #4078b9 100%);
}

#content .news .news_selector td.selected a {
	color: white;
}

#content .news .news_selector.years{
	border-bottom: none;
}

h4.harmonika-click {
/*	border: 1px solid black;*/
    font-weight:normal;
}
#content .show-all{
    background-image: url("/css/img.php?hue=100&img=index2-left.gif");
    background-position: 2px 5px;
    background-repeat: no-repeat;
    padding-left: 16px;
}
.dosezki-entry {
/*	border: 1px solid black;*/
	overflow: hidden;
	max-height: 3000px;
	padding: 5px;
	padding-left: 15px;
}

.dosezki-entry h3 {
	padding: 0;
}

.dosezki-entry.collapsed {
	max-height: 0;
	opacity: 0;
}

.dosezki-entry.animate {
	-moz-transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}

@-moz-keyframes fano {
	0% {
		-moz-animation-timing-function: ease-out, ease-out, ease-out, ease-out;
		-moz-transform: rotate(0deg);
		left: 500px;
		top: 3px;
		opacity: 1;
	}
	50% {
		-moz-animation-timing-function: linear, ease-in, ease-in, ease-in;
		-moz-transform: rotate(-1140deg);
		left: -63px;
		top: 3px;
		opacity: 1;
	}
	65% {
		-moz-animation-timing-function: ease-in-out, ease-in, ease-in, ease-in;
		-moz-transform: rotate(-1180deg);
		left: -75px;
		top: 7px;
		opacity: 1;
	}
	100% {
		-moz-animation-timing-function: ease-in, ease-in, ease-in, ease-in;
		-moz-transform: rotate(-2000deg);
		left: -190px;
		top: 500px;
		opacity: 0;
	}
}

@-webkit-keyframes fano {
	0% {
		-webkit-animation-timing-function: ease-out, ease-out, ease-out, ease-out;
		-webkit-transform: rotate(0deg);
		left: 500px;
		top: 3px;
		opacity: 1;
	}
	60% {
		-webkit-animation-timing-function: linear, ease-in, ease-in, ease-in;
		-webkit-transform: rotate(-1140deg);
		left: -63px;
		top: 3px;
		opacity: 1;
	}
	75% {
		-webkit-animation-timing-function: linear, ease-in, ease-in, ease-in;
		-webkit-transform: rotate(-1180deg);
		left: -75px;
		top: 7px;
		opacity: 1;
	}
	100% {
		-webkit-animation-timing-function: ease-in-out, ease-in, ease-in, ease-in;
		-webkit-transform: rotate(-2000deg);
		left: -190px;
		top: 500px;
		opacity: 0;
	}
}

#fano.ani {
	-moz-animation-name: fano;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: normal;
	-moz-animation-delay:0s;
	-moz-animation-timing-function: linear;//ease-in-out;

	-webkit-animation-name: fano;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-delay:0s;
	-webkit-animation-timing-function: linear;//ease-in-out;

	top: -1px;

	z-index:-2px;
}

.box-right.quick a.selected {
	color: white;
	font-weight: bold;
	opacity: 1;
}

#video_link {
	display: block;
	margin-top: 15px;
	clear:right;
	background-image: url("/img/kolaz_video2.png");
	width: 180px;
	height: 113px;
	position: relative;
}

#video_link span {
	display: block;
	background-color: rgba(0,0,0, 0.5);
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 180px;
	text-align: center;
	top: 26px;
	color: white;
	padding: 4px 0;

	background-image: url("/img/yt-small-gray.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#flipbook_link {
	margin-top: 46px;

	display: block;
	margin-top: 15px;
	background-image: url("/img/flipbook_portrate.png");
	width: 133px;
	height: 176px;
	position: relative;
}

#flipbook_link span {
	background-color: rgba(255,255,255, 0.5);
	display: block;

	position: absolute;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	top:25px;
	width: 80px;
	height: 55px;

	text-align: center;

	color: white;
	padding: 4px 0;

	background-image: url("/img/glyphicons_222_share.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#flipbook_link :hover
{
		background-color: rgba(0,0,0, 0.5);

	background-image: url("/img/glyphicons_222_share_white.png");
}
