@font-face {
    font-family: "myPollerone";
    src: url("../fonts/pollerone/polleroneccc.ttf");
}
html {
	position: relative;
	min-height: 100%;
}
#background {
	width: 100vw;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.stretch {
	width: 100vw;
}
#body #unjustify {
	text-align: left;
}
body {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;/*FONTFIXX*/
	font-size: 0.7vw;/*FONTFIXX*/
	font-weight: normal;/*FONTFIXX*/
	line-height: 1;
	margin: 0 0 calc(32px + 4vh + 2vw) 0;
}
p {/*ELEMENTFIXX*/
	color: #252525;
	line-height: calc(0.8vh + 1vw);
	margin: 0;
}
p a {/*ELEMENTFIXX*/
	color: #252525;
	text-decoration: underline;
}
p a:hover {/*ELEMENTFIXX*/
	color: #898989;
}
.thumbnails img {
	height: 9vh;
	border: 2px solid #252525;
	padding: 0 0.1vh 0.2vh;
	margin: 0;
}
.thumbnails img:hover {
	border: 2px solid #252525;
	cursor: pointer;
}
.preview {
	height: 56.7vh;
}
.preview img {
	border: 2px solid #252525;
	padding: 0.2vh 0.1vh;
	width: 100.8vh;
	margin: 0 auto auto;
}
#header {
	margin: 0;
	text-align: center;
}
#header a.logo {
	background-color: #C52020;/*COLORFIXX*/
	/*background: linear-gradient(#C52020, #C52020);/*COLORFIXX*/
	display: block;
	margin: 0;
	width: 100%;
}
#header a.logo img {
	height: 16vh;
	border: 0;
	display: block;
	margin: 0 auto;
}


/*STATIC*/
#header #staticcontainer {
	color: #FFFFFF;
	/*background: -webkit-linear-gradient(rgba(197,32,32,1) 60%, rgba(197,32,32,0.8) 85%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(rgba(197,32,32,1) 60%, rgba(197,32,32,0.8) 85%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(rgba(197,32,32,1) 60%, rgba(197,32,32,0.8) 85%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(rgba(197,32,32,1) 60%, rgba(197,32,32,0.8) 85%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(197,32,32,1) 60%, rgba(197,32,32,0.8) 85%, rgba(255,255,255,0) 100%);*/
	background-color: #C52020;
	display: none;
	width: 100vw;
	height: calc(22px + 1.4vw + 0.4vh);
	position: fixed;
	top: 0;
	z-index: 4;
}
/*STATIC*/

#header #headercontainer {
	background-color: #FFFFFF;
	background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	background: -o-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	background: -moz-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	background: -ms-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	display: block;
	width: 100vw;
	height: calc(22px + 1.4vw + 0.4vh);
	z-index: 3;
}
#header ul {
	display: inline-block;
	width: calc(95.7vw - 83px);
	line-height: calc(0.8vh + 0.6vw);
	margin: calc(11px + 0.4vw - 0.2vh) auto 0;
	padding: 0;/*KEEPIT*/
	float: left;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0 0.8vw;
	line-height: calc(0.8vh + 0.6vw);
}
#header ul #hideblock {
	display: inline-block;
	width: calc(4.3vw + 83px);
	margin: 0;
	visibility: none;
}
#header ul #hideblock2 {
	display: inline-block;
	width: calc(4.3vw + 83px);
	margin: 0;
	visibility: none;
}
#header ul li a {
	color: #252525;
	display: inline;
	font-family: Arial, Gadget, sans-serif;/*FONTFIXX*/
	font-size: calc(0.8vh + 0.6vw);/*FONTFIXX*/
	font-weight: bold;/*FONTFIXX*/
	margin: 0;
	text-decoration: none;/*FONTFIXX*/
	text-transform: uppercase;/*FONTFIXX*/
}
#header ul li a:hover {
	color: #C52020;
}
#header #staticcontainer ul li a:hover {
	color: #FFFFFF;
}
#header #staticcontainer ul li a {
	color: #252525;/*COLORFIXX*/
}
#header ul .selected a {
	color: #C52020;/*COLORFIXX*/
}
#header #staticcontainer ul #staticselected a {
	color: #FFFFFF;
}
#header div .icons {
	padding: calc(0.1vw + 0.2vh) 0;
	display: inline-block;
	z-index: 4;
	width: calc(66px + 4.7vw);
	float: right;
	position: relative;
	right: calc(17px);
}
#header div div a .ico {
	width: calc(22px + 1.2vw);
	margin: 0;
	-webkit-filter: grayscale(0%);
	-webkit-transition: 0.5s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: 0.5s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: 0.5s ease-in-out;
	filter: grayscale(0%);
	transition: 0.5s ease-in-out;
}
#header div div a .ico:hover {
	-webkit-filter: grayscale(100%);
	-webkit-transition: 0.5s ease-in-out;
	-moz-filter: grayscale(100%); 
	-moz-transition: 0.5s ease-in-out;
	-o-filter: grayscale(100%); 
	-o-transition: 0.5s ease-in-out;
	filter: grayscale(100%);
	transition: 0.5s ease-in-out;
}
#body {
	margin: 0;
	text-align: center;
}
#body #contactdiv {
	overflow: auto; /*calc(25.2vh + 8.4vw + 62px);*/
}
#body #snapshitholder {
	margin: 0;
}
#body div #snapshit {
	display: none;
	position: fixed;
	height: calc(40vh + 13vw);
	left: 0;
	right: 0;
	top: 21.5vh;
	bottom: 0;
	margin: 0 auto;
	z-index: 5;
}
#body h1 {/*ELEMENTFIXX*/
	color: #FFFFFF;
	display: block;
	font-family: myPollerone;/*FONTFIXX*/
	font-size: 2vw;/*FONTFIXX*/
	font-weight: normal;/*FONTFIXX*/
	margin: 0;
	text-transform: uppercase;
	width: auto;
	clear: both;
}
#body h1 a span {/*ELEMENTFIXX*/
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}
#body h1 span {/*ELEMENTFIXX*/
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}
#body h1 > a{/*ELEMENTFIXX*/
	color: #FFFFFF;
	text-decoration: none;
}
#body > div {
	margin: calc(1vh + 0.5vw) 0;
}
#body > div iframe {
	display: block;
	margin: 0;
	position: relative;
	width: 35.2vw;
	height: 19.8vw;
}
#body div ul li div .youtube {
    background-position: center;
	background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
	width: 35.2vw;
	height: 19.8vw;
	background-size: 100%;
}
#body div ul li div .youtube .play {
    background: url("../images/playbtn.png") no-repeat center center;
    background-size: 4vw 4vw;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}
#body div ul li div .youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
#body > div img {
	border: 0px solid #252525;
	margin: 0;
}
#body > div .clani {
	border-right: 2px solid #252525;
}
#body #container {
	margin: 0;
	overflow: hidden;
	position: relative;
}
#body #left {
	float: left;
	width: 16vw;
	margin: 0 0 0 calc(8.25vw - 6px);
}
#body #middle {
	float: left;
	margin: calc(1vh + 0.5vw) calc(8.25vw - 6px) 0;
}
#body #right {
	float: left;
	width: 16vw;
	margin: 0 calc(8.25vw - 6px) 0 0;
}
#body > div .article {/*ELEMENTFIXX*/
	background-color: #FFFFFF;
	border: 2px solid #252525;
	width: 35vw;
	padding: calc(0.2vh + 0.3vw) 0;
}
#body > div #novsinart {
	margin: calc(1vh + 0.5vw) calc(32.5vw - 2px) 0;
	padding: 0 0 0.8vh;
}
#body > div #novsinart p {
	line-height: calc(0.6vh + 1.1vw);
}
#body > div #novsinart p #spotlink {
	color: #C52020;
	text-decoration: none;
}
#body > div h3 {
	color: #252525;
	font-family: Arial, Gadget, sans-serif;/*FONTFIXX*/
	font-size: calc(14px + 0.5vw);/*FONTFIXX*/
	font-weight: bold;/*FONTFIXX*/
	margin: 1.4vw auto calc(1vw - 1vh);
	text-transform: uppercase;/*FONTFIXX*/
	display: block;
}
/*#body > div .article h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
}
#body > div .article h3 {
	color: #252525;
	line-height: 24px;
	margin: 0;
}
#body > div .article h4 {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 8px 27px 10px;
}*/
#body > div .onas img {
	border: 2px solid #252525;
	display: block;
	width: 16vw;
}
#body > div #onas1 img {
	-ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
	margin: calc(154px - 1vw) 0 calc(360px - 6vw);
}
#body > div #onas2 img {
	-ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
	margin: calc(154px - 1vw) 0 calc(360px - 6vw);
}
#body > div #onas3 img {
	-ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    margin: calc(154px - 1vw) 0 calc(360px - 6vw);
}
#body > div #onas4 img {
	-ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
	margin: calc(154px - 1vw) 0 calc(360px - 6vw);
}
#body > div #onas5 img {
	-ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
	margin: calc(154px - 1vw) 0 calc(360px - 6vw);
}
#body > div #onas6 img {
	-ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    margin: calc(154px - 1vw) 0 calc(360px - 6vw);
}
#body > div .article p {/*ELEMENTFIXX*/
	text-align: justify;
	display: inline-block;
	font-size: calc(6px + 0.6vw);
	margin: calc(0.4vh + 0.2vw) calc(1vh + 0.5vw);
	width: calc(34vw - 2vh);/*calc(35vw - calc(2vh + 1vw))*/
}
#body div ul {
	margin: 0 20vw;
	padding: 0;
	width: 60vw;
}
#body div .ulnagrade {
	margin: 0 25vw;
	width: 50vw;
}
#body div .ulglasba {
	margin: 0 20vw;
	padding: 0;
	width: 60vw;
}
#body div ul .liclani {
	background-color: #FFFFFF;
	border: 2px solid #252525;
	display: block;
	list-style: none;
	margin: 0 0 calc(1vh + 0.5vw);
	overflow: visible;
	height: calc(9vw + 18vh);
}
#body div ul .linovice {
	background-color: #FFFFFF;
	border: 2px solid #252525;
	display: block;
	list-style: none;
	margin: 0 0 calc(1vh + 0.5vw);
	overflow: visible;
	height: 13.5vw;
}
#body div .div1novsin {
	margin: 0 26vw calc(1vh + 0.5vw);
	padding: 0;
	width: calc(48vw + 2px);
	background-color: #FFFFFF;
	border: 2px solid #252525;
	display: block;
	list-style: none;
	overflow: visible;
	height: 18vw;
}
#body #novsinmarginfix {
	margin: 1vh 0;
}
#body div ul .linagrade {
	background-color: #FFFFFF;
	border: 2px solid #252525;
	display: block;
	list-style: none;
	margin: 0 0 calc(1vh + 0.5vw);
	overflow: visible;
	height: auto;
}
#body div ul .liglasba {
	background-color: #FFFFFF;
	border: 2px solid #252525;
	display: block;
	list-style: none;
	margin: 0 0 calc(1vh + 0.5vw);
	overflow: visible;
	height: 19.8vw;
}
#body div ul .lisponzorji {
	background-color: #FFFFFF;
	border: 2px solid #252525;
	display: block;
	list-style: none;
	margin: 0 0 calc(1vh + 0.5vw);
	overflow: visible;
	height: auto;
}
#body div ul li .levidelclani {
	border-right: 2px solid #252525;
	display: inline-block;
	float: left;
}
#body div ul li .levidelnovice {
	border-right: 2px solid #252525;
	display: inline-block;
	float: left;
}
#body div div .levidelnovsin {
	display: inline-block;
	float: left;
	width: 32vw;
}
#body div ul li .levidelglasba {
	border-right: 2px solid #252525;
	display: inline-block;
	float: left;
}
#body div ul li div .figure img {
	height: 13.5vw;
	width: 24vw;
	margin: 0;
	opacity: 0.7;
}
#body div ul li div .figure img:hover {
	opacity: 1;
	transition: 0.5s ease-in-out;
}
#body div ul li div .figure #imgclani {
	width: calc(6.3vw + 12.6vh);
	height: calc(9vw + 18vh);
	margin: 0;
	opacity: 1;
}
#body div div #imgnovsin1 {
	height: 18vw;
	width: 32vw;
	margin: 0;
	border: 0;
	border-right: 2px solid #252525;
}
#body div div #imgnovsin2 {
	height: calc(9vw - 1px);
	width: 16vw;
	margin: 0;
	border: 0;
	border-bottom: 2px solid #252525;
}
#body div div #imgnovsin3 {
	height: calc(9vw - 1px);
	width: 16vw;
	margin: -2px 0 0;
	border: 0;
}
#body div ul li .desnidelclani {
	display: inline-block;
	float: right;
	height: calc(9vw + 18vh);
	overflow: hidden;
	padding: 0;
	width: calc(52.5vw - 15vh - 6px);
	margin: 0 calc(1.2vh + 0.6vw) calc(1.2vh + 0.6vw);
}
#body div ul li .desnidelnovice {
	display: inline-block;
	float: right;
	height: 13.5vw;
	overflow: hidden;
	padding: 0;
	width: calc(36vw - 6px);
	margin: 0;
}
#body div div .desnidelnovsin {
	display: inline-block;
	float: right;
	overflow: hidden;
	padding: 0;
	width: 16vw;
	margin: 0;
}
#body div ul li .desnidelglasba {
	display: inline-block;
	float: right;
	overflow: hidden;
	padding: 0;
	width: calc(24.8vw - 6px);
	margin: 0 0 calc(1.2vh + 0.6vw);
}
#body div ul li div h3 {/*ELEMENTFIXX*/
	color: #252525;
	font-family: Arial, Gadget, sans-serif;/*FONTFIXX*/
	font-size: calc(6px + 0.6vh + 0.7vw);/*FONTFIXX*/
	font-weight: bold;/*FONTFIXX*/
	margin: calc(0.8vh + 0.6vw) 0 calc(0.7vw - 0.2vh);
	text-transform: uppercase;/*FONTFIXX*/
	display: block;
}
#body div ul li div .h3novice {/*ELEMENTFIXX*/
	margin-bottom: 0;
}
#body div ul li div .h3glasba {/*ELEMENTFIXX*/
	margin-bottom: 0;
}
#body div ul li div .datum {
	margin-bottom: 0.4vw;
	font-size: calc(0.8vw + 0.2vh);
	line-height: calc(0.8vw + 0.2vh);
}
#body div ul li div .divclani {
	color: #252525;
	line-height: calc(1.8vh + 0.4vw);
	text-align: justify;
	text-align: justify;
	display: block;
	height: calc(6.5vw + 15.4vh - 6px);
	font-size: calc(6px + 0.4vh + 0.5vw);
	text-overflow: inherit;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: calc(0.2vh + 0.3vw);
	padding-top: calc(0.1vh + 0.2vw);
}
#body div ul li div .divnovice {
	color: #252525;
	line-height: calc(1.2vh + 1vw);
	margin: 0 0 calc(0.8vw + 0.8vh);
	text-align: justify;
	display: block;
	height: calc(9vw - 3.2vh - 16px);
	overflow: hidden;
	font-size: calc(6px + 0.8vh + 0.4vw);
	text-overflow: ellipsis;
	padding: 0 calc(0.6vw + 1.2vh);
}
#body div ul li div .divnagrade {
	color: #252525;
	line-height: 1.2;
	margin: calc(1vh + 0.5vw) calc(1.6vh + 0.6vw) calc(0.5vh + 0.5vw);
	text-align: left;
	display: block;
	height: auto;
	overflow: hidden;
	font-size: calc(10px + 0.5vw);
	text-overflow: ellipsis;
}
#body div ul li div .divglasba {
	color: #252525;
	line-height: 1.6;
	margin: 0 0 1.5vw;
	text-align: center;
	display: block;
	height: auto;
	overflow: hidden;
	font-size: calc(6px + 0.6vw);
	text-overflow: ellipsis;
	padding: 0 calc(0.6vw + 1.2vh);
}
#body div ul li div .divsponzorji {
	color: #252525;
	line-height: 1.2;
	margin: calc(1vh + 0.5vw);
	text-align: left;
	display: block;
	height: auto;
	overflow: hidden;
	font-size: calc(6px + 0.6vw);
	text-overflow: ellipsis;
}
#body div ul li div .more {/*ELEMENTFIXX*/
	background: #252525;
	color: #FFFFFF;
	font-family: Arial, Gadget, sans-serif;/*FONTFIXX*/
	font-weight: bold;
	font-size: calc(10px + 0.2vw + 0.4vh);/*FONTFIXX*/
	padding: calc(0.3vw + 0.4vh) calc(0.6vw + 0.8vh);
	text-decoration: none;/*FONTFIXX*/
	text-transform: uppercase;/*FONTFIXX*/
	margin: 0 auto;
}
#body div ul li div .more:hover {/*ELEMENTFIXX*/
	color: #252525;
	background: #FFFFFF;
	border: 2px solid #252525;
}
#body div ul .linagrade div .divnagrade img {
	width: calc(18vw + 36vh);
	margin-top: calc(0.4vh + 0.2vw);
	margin-bottom: calc(0.8vh + 0.4vw);
}
#body div ul .lisponzorji div .divsponzorji img {
	max-width: 40vw;
	max-height: 10vw;
	margin-top: calc(0.2vw + 0.6vh);
}
#body .divlineindex {
	opacity: 0.5;
	width: 100vw;
	height: 4px;
	background: #C52020;
	overflow: hidden;
	margin: 4px auto;
}
#body .divlinesponzorji {
	width: 100%;
	height: 2px;
	background: #C52020;
	overflow: hidden;
	margin: calc(0.9vh + 0.3vw) auto;
}
#body .galleria {
	margin: 0 auto;
	max-width: calc(147.2vh - 16vw);
	height: calc(82.8vh - 9vw);
}
#body #featured {
	margin: 0 0 calc(1vh + 0.5vw);
	width: 100vw;
}
#body #featured img {
	display: block;
	width: 46vw;
	margin: 0 27vw;
}
/*#body #featured div {		NAPISNAHOMEPAGE
	left: 50%;
	margin-left: -480px;
	margin-top: -171px;
	padding: 0 0 0 470px;
	position: absolute;
	top: 50%;
	text-align: left;
	width: 490px;
}
#body #featured div h2 {		NAPISNAHOMEPAGE
	background: #fff;
	color: #000;
	display: inline-block;
	font-family: myPollerone;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 18px;
	padding: 23px 27px 20px;
	text-transform: uppercase;
}
#body #featured div span {			NAPISNAHOMEPAGE
	background: #252525;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 7px 0;
	padding: 12px 27px;
}
#body #featured div a {			NAPISNAHOMEPAGE
	background: #0ba39c;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 15px 0 0;
	padding: 26px 27px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#body #featured div a:hover {		NAPISNAHOMEPAGE
	background: #1fc3bc;
}*/
#body > ul {
	margin: calc(1vh + 0.5vw) calc(20.8vw - 8vh - 8px) 0;
	overflow: hidden;
	padding: 0;/*KEEPIT*/
	width: calc(58.4vw + 16vh + 16px);/*RELATIVEWIDTHFIXX*/
}
#body #ulgallery {
	margin: calc(1vh + 0.5vw) 20vw 0;
	overflow: hidden;
	padding: 0;/*KEEPIT*/
	width: 60vw;/*RELATIVEWIDTHFIXX*/
}
#body > ul li {
	display: block;
	float: left;
	margin: 0 calc(1vw + 2vh);
}
#body > #ulgallery #lileft {
	display: block;
	float: left;
	margin: 0 1vw 0 0;
}
#body > #ulgallery #liright {
	display: block;
	float: right;
	margin: 0 0 0 1vw;
}
#body > ul li a {
	background-color: #FFFFFF;
	color: #252525;
	display: block;
	line-height: 90%;
	font-family: Arial, Gadget, sans-serif;/*FONTFIXX*/
	font-size: calc(0.6vw + 1vh);/*FONTFIXX*/
	font-weight: bold;/*FONTFIXX*/
	margin: 0;
	text-align: center;/*FONTFIXX*/
	text-decoration: none;/*FONTFIXX*/
	text-transform: uppercase;/*FONTFIXX*/
}
#body > ul li #awithoutbackground {
	background-color: transparent;
	margin-top: calc(0.5vw + 0.4vh);
}
#body > #ulgallery .ligallery a {
	width: calc(28vw + 4px);
	height: calc(28vw + 4px);
}
#body > ul li a img {
	border: 2px solid #252525;
	display: block;
	height: 18vw;
	width: 12.6vw;
	margin: 0;
	opacity: 0.7;
	filter: grayscale(100%);/*GRAYSCALEFIXX*/
	transition: 0.5s ease-in-out;
}
#body > #ulgallery .ligallery a img {
	border: 2px solid #252525;
	display: block;
	height: 28vw;
	width: 28vw;
	margin: 0;
	opacity: 0.5;
	filter: grayscale(100%);/*GRAYSCALEFIXX*/
	transition: 0.3s ease-in-out;
}
#body > ul li a #img_clani {
	width: 12.6vw;
	opacity: 1;
	filter: grayscale(0%);/*GRAYSCALEFIXX*/
}
#body > ul li a:hover img {
	filter: grayscale(0%);/*GRAYSCALEFIXX*/
	opacity: 1;
}
#body > #ulgallery .ligallery a:hover img {
	filter: grayscale(0%);/*GRAYSCALEFIXX*/
	opacity: 1;
}
#body #ulgallery .ligallery a #gallerytitle {
	position: relative;
	top: calc(-14.3vw - 2px);
	font-size: 1.8vw;
	color: #FFFFFF;
	-webkit-text-stroke: 1.5px #252525;
	filter: none;
	transition: 0.3s linear;
}
#body #ulgallery .ligallery a:hover #gallerytitle {
	filter: blur(50px);
}
#body > ul li a span {
	display: block;
	margin: 0 auto;
	background-color: transparent;
}
#body #podatki {
	background-color: #FFFFFF;
	border: 2px solid #252525;
	float: right;
	margin-right: 10vw;
	display: block;
	width: calc(35vw + 4px);
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(10px + 0.5vw);
	font-weight: normal;
	text-align: left;
}
#body #osnovnipodatki {
	margin: calc(1vh + 0.5vw) calc(1vh + 0.5vw) calc(0.2vh + 0.1vw);
	font-weight: bold;
	line-height: calc(1vh + 0.8vw);
}
#body #nastopi {
	margin: calc(1vh + 0.5vw) calc(1vh + 0.5vw) calc(0.2vh + 0.1vw);
	font-weight: bold;
	line-height: calc(1vh + 0.8vw);
}
#body #podatki2 {
	margin: 0 calc(1vh + 0.5vw);
	line-height: calc(1vh + 0.8vw);
}
#body #podatki3 {
	margin: calc(1vh + 0.5vw) calc(1vh + 0.5vw) 0;
	line-height: calc(1vh + 0.8vw);
}
#body #podatki5 {
	margin: 0 calc(1vh + 0.5vw) calc(1vh + 0.5vw);
	line-height: calc(1vh + 0.8vw);
}
#body form {/*ELEMENTFIXX*/
	float: left;
	margin-left: 10vw;
	width: calc(35vw + 4px);
	clear: both;
	margin-bottom: 2vh;
}
#body form input, #body form textarea {/*ELEMENTFIXX*/
	display: block;
	border: 2px solid #252525;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(8px + 0.2vw + 0.4vh);
	font-weight: normal;
	margin: 0 0 calc(1vh + 0.5vw);
	padding: calc(0.9vh + 0.3vw) 0;
	text-align: center;
	text-transform: none;
	width: 35vw;
}
#body form textarea {/*ELEMENTFIXX*/
	height: 12vh;
	overflow: auto;
	resize: none;
}
/*#body #psuccess {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(12px + 0.6vw);
	font-weight: bold;
	text-align: center;
	margin: 0 0 1vh 10vw;
	width: calc(35vw + 2px);
}
#body #perror {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(12px + 0.6vw);
	font-weight: bold;
	text-align: center;
	margin: 0 0 1vh 10vw;
	width: calc(35vw + 2px);
}*/
#body div .pkontakt {/*ELEMENTFIXX*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(12px + 0.6vw);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 calc(0.6vh + 0.2vw) 10vw;
	width: calc(35vw + 4px);
	color: #252525;
    line-height: calc(12px + 0.6vw);
	float: left;
}
#body form #submit {/*ELEMENTFIXX*/
	background: #252525;
	color: #FFFFFF;
	font-family: Arial, Gadget, sans-serif;
	font-size: calc(10px + 0.5vw);
	font-weight: bold;
	text-decoration: none;/*FONTFIXX*/
	text-transform: uppercase;/*FONTFIXX*/
	padding: 0.5vw 1vw;
	margin: 0.5vw auto 1vw;
	width: auto;
}
#body form #submit:hover {/*ELEMENTFIXX*/
	background: #FFFFFF;
	color: #252525;
	cursor: pointer;
}
#footer {
	background: #252525;
	position: absolute;
	bottom: 0;
	max-height: 32px;
	padding: calc(1vh + 0.5vw) 0;
	width: 100vw;
	overflow: hidden;
}
#footer div {
	margin: auto;
	overflow: hidden;
	width: 100vw;
}
#footer div p {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	line-height: 32px;
	margin: 0 0 0 10px;
}
#footer div p #jvmailto {
	text-decoration: none;
	color: #FFFFFF;
}
/*#footer div ul {		TWITTERFIXX
	display: block;
	float: right;
	margin: 0;
	overflow: hidden;
	width: 256px;
}
#footer div ul li {		TWITTERFIXX
	display: block;
	float: left;
	list-style: none;
	margin: 0 10px;
	width: 44px;
}
#footer div ul li a {		TWITTERFIXX
	background: url(../images/icons.jpg) no-repeat 0 0;
	display: block;
	height: 44px;
	margin: 0;
	text-indent: -99999px;
	width: 44px;
}
#footer div ul li #facebook {		TWITTERFIXX
	background-position: 0 -44px;
}
#footer div ul li #facebook:hover {		TWITTERFIXX
	background-position: -44px -44px;
}*/