html, body {
	display: flex;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

body {
	background: #ffffff url("../img/background.png") repeat left top;
	font-family: Verdana, arial;
	font-style: normal;
}

#page {
	background-color: #c81e1e;
	margin: auto;
	width: 100%;
	padding-top: 70px;
}

.separatist {
	position: relative;
	top: -70px;
}

/* ZARADI MOBILCEV IN PODOBNEGA SRANJA */
/* če je screen 1200px ali več, sta page in menu 1200, sicer sta 100% ... */
@media (min-width: 1200px) {
	#page, #menu {
		width: 1200px !important;
	}
}

@media (max-width: 980px) {
	.content_left { width: 100% !important; }
	.content .besedilo { padding: 0px 15px 0px 15px !important; }
	.content_right { width: 100% !important; }
	.content .slike { padding: 18px 15px 18px 15px !important; }

/***************** BOJCI DEL ZA mobile MENU!! ************/
    .menu_buttons_large { display: none; }
    .menu_buttons { font-size: 36px !important; }
    .menu_buttons2 { font-size: 36px !important; margin-top: 8px !important; }
}

@media (min-width: 981px) {
	.menu_buttons_mobile { display: none; }
}
/***************** BOJCI DEL ZA mobile MENU!! ************/

/* MENU */

#menu {
	background-color: #c81e1e;
	border-bottom: 1px solid #ffffff;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#menu a {
	text-decoration: none;	
}

#menu_logo {
	float: left;
	padding: 14px 20px;
}

#menu_logo img {
	vertical-align: middle;
	margin-right: 10px;
}

.menu_buttons, .menu_buttons:visited {
	color: #ffffff;
	font: normal bold 18px Tahoma, arial;
	float: right;
	margin-top: 16px;
	padding: 8px 16px;
}

/***************** BOJCI DEL ZA mobile MENU!! ************/
.menu_buttons2, .menu_buttons2:visited {
	color: #ffffff;
	font: normal bold 18px Tahoma, arial;
	float: right;
	margin-top: 8px;
	padding: 8px 16px;
}

.menu_buttons2:hover, .menu_buttons2:active {
	background-color: #d77579;
}

.dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.bar-block .bar-item{color:#c81e1e;width:100%;display:block;padding:16px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0;margin:0}
.bar-block .bar-item:hover{color:#fff}
.bar-border{border:1px solid #ccc!important}
.bar-block {margin-top:70px;}
/***************** BOJCI DEL ZA mobile MENU!! ************/

.menu_buttons:hover, .menu_buttons:active {
	background-color: #d77579;
}

/* NASLOV, LOGO, ... */

#title {
	display:inline-block;
	text-align: center;
	padding-bottom: 60px;
}

#title img { margin: 10px; }

#title p {
	color: #ffffff;
	font-weight: 900;
	padding: 0px 20px 0px 20px;
}

.happening { display:inline-block; font-size: 25px; margin-top: 30px; }

.titledate { font-size: 100px; margin-top: 75px; }
.titletime { font-size: 66px; margin-top: 100px; }
.titlelocation { font-size: 36px; margin-top: 50px 0px; }

/* SAMOHVALA */

#samohvala {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
	padding: 20px 30px 10px 30px;
}

#samohvala p {
	font-size: 36px;
	margin: 0px;
}

#samohvala p sup{
	font-size: 20px;
}

#samohvala h1 {
	color: #c81e1e;
	font-size: 90px;
	margin: 10px;
}

/* VSEBINA generalno Pasice z naslovi, besedila, slike ... */

.contents {
	display: block;
	background-color: white;
}

.titles {
	background-color: #c81e1e;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	display:inline-block;
	height: 150px;
	text-align: center;
	width: 100%;
}

.titles p {
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	margin: 0px;
	padding: 38px 0px;
}

.pokrovitelj {
	background-color: #c81e1e;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	display:inline-block;
	height: 150px;
	text-align: center;
	width: 100%;
}

.pokrovitelj p {
	color: #ffffff;
	font-size: 50px;
	font-weight: 900;
	margin: 0px;
	padding: 38px 0px;
}


.pasica {
	background-color: #c81e1e;
	height: 54px;
	width: 100%;
}

.pasica_vsebina {
	padding-left: 20px;
}

.pasica_vsebina img {
	margin-right: 10px;
	margin-top: 6px;
	vertical-align: middle;
}

.pasica_vsebina p {
	color: #ffffff;
	display: inline;
	font-size: 24px;
	font-weight: 700;
	margin: 0px;
	position: relative;
	top: 9px;
}

.content {
	line-height: 1.5;
}

.content_left {
	display: inline-block;
	vertical-align: top;
}

.content .besedilo {
	padding: 0px 0px 0px 15px;
}

.brez_roba p {
	margin-bottom: 0px;
}

.content_right {
	display: inline-block;
	vertical-align: top;
}

.w20 { width: 20%; }
.w42 { width: 42%; }
.w58 { width: 58%; }
.w80 { width: 80%; }

.content .slike {
	padding: 18px 15px;
}

.content .slike2 {
	padding: 18px 15px 0px 15px;
	text-align: center;
}

.slike img {
	border: 1px solid #c81e1e;	
	height: auto;
	margin-bottom: 18px;
	/* Firefox */
	width: -moz-calc(100% - 2px);
	/* WebKit */
	width: -webkit-calc(100% - 2px);
	/* Opera */
	width: -o-calc(100% - 2px);
	/* Standard */
	width: calc(100% - 2px);
}

.slike .kvadratki {
	display: flex;
	justify-content: space-between;
}

.slike .kvadratki img {
	/* Firefox */
	width: -moz-calc(50% - 11px);
	/* WebKit */
	width: -webkit-calc(50% - 11px);
	/* Opera */
	width: -o-calc(50% - 11px);
	/* Standard */
	width: calc(50% - 11px);
}

.content p {
	font-size: 18px;
}

.content a {
	font-weight: 700;
	color: #c81e1e;
}

.content h1 {
	font-size: 30px;
	color: #c81e1e;
	margin: 0px;
}

.content h1 sup{
	font-size: 18px;
}

/* SPECIFIČNI MODULI */

/* VSTOPNICE */

ul.leaders {
    overflow-x: hidden;
	padding: 10px 0px;
	font-size: 22px;
	margin: 0px;
}

ul.leaders li:after {
	float: left;
	width: 0;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span{
    background: #d77579;
	padding: 0px 10px;
}

ul.leaders span + span {
    float: right;
    position: relative;
}

.okvircki {
	display: flex;
	justify-content: space-evenly;
}

.okvircek {
	background-color: #c81e1e;
	border-radius: 10px;
	text-align: center;
	width: 48%;
	margin: 10px;
}

.okvircek p {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	margin: 10px 0px;
}

.okvircek_vsebina {
	background-color: #d77579;
	border-radius: 0px 0px 10px 10px;
	text-align: left;
}

/* ///////////////// */

/* PRETEKLI PK */

iframe {
	border: none;
	display: block;
	height: 315;
	margin: auto;
	padding: 15px;
	width: 560;
}

#galerija { background-color: #000000; }

#bigimg {
	height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.galerije {
	padding-bottom: 30px;
}

.gkvadratek {
	display: inline-block;
	margin: 30px 25px 0px 30px;
	width: 240px;
}

.gnaslov {
	color: #ffffff;
	background-color: #c81e1e;
	height: 47px;
	position: relative;
	text-align: center;
}

.gal-content {
	width: 96%;
	height: 670px;
	text-align: center;
	margin: auto;
	padding: 20px 0px;
}

.gnav {
	width: 50%;
	height: 100%;
	float: left;
}

.gnav div{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	height: 100%;
	width: 40px;
	position: relative;
}

.gnav-next div { float: right; }

.gnav:hover { cursor: pointer; }

.gnav:hover div{ background-color: #c81e1e; }

.galt {
	overflow: auto;
	margin: auto;
    white-space: nowrap;
	width: 96%;
}

.galt img { margin: 0px 5px 0px 5px; }
.galt img:hover { cursor: pointer; }

.galt a { text-decoration: none; }
.galt a:hover { text-decoration: none; }
.galt a:visited { text-decoration: none; }

.center {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.gslika {
	height: 173px;
	background-size: cover;
}

/* ///////////////// */

/* SPONZORJI */

#sponsor .container { padding: 15px 0px; }

.scroll_item { float: left; }

/* ///////////////// */

/* FOOTER */

#footer {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background-color: #000000;
	width: 100%;
	line-height: 1.5;
}

#footer_content {
	display: flex;
	justify-content: space-between;
	padding: 20px 16px 0px 16px;
}

#footer_links { padding-top: 52px; }

#blabla { text-align: center; }

#ontop {
	bottom: 15px;
	background-color: #c81e1e;
	border: 5px solid white;
	border-radius: 25px;
	color: white;
	display: none;
	font-size: 30px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	right: 25px;
	text-align: center;
	width: 40px;
}

#ontop p { margin: 5px; }

#ontop:hover { cursor: pointer; opacity: 1; }

/* ///////////////// */