@charset "utf-8";
/* CSS Document */

* { margin: 0; }
html, body { height: 100%; }

.wrapper {
	margin:0 auto;
	width:955px;
	position: relative;
}

::selection {
	background: #5a960b; 
	}
::-moz-selection {
	background: #5a960b; 
}

.cb { clear: both; }

.wrapp { width: 955px; position: relative;  }

body {
    font-family: 'Armata', sans-serif;
    font-size: 12px;
	line-height:14px;
	overflow: hidden;
}

#menu { position: fixed; height: 78px; width: 100%; background: url('../images/menu.png') repeat; bottom: 10%; z-index: 20; }
	#nav {     margin-top: 33px;   display: flex;     justify-content: space-between; }
		#nav li { float: left;  position: relative;}
			#nav li a,
			#nav li a:visited { margin-right: 10px; color: #fff; text-decoration: none; font-size: 16px; }
			#nav li a:hover { text-decoration: underline; }
				#nav li a.active { color: #7CC810; }

	/*li.meni-4:after {
		    content: "NOVO";
    position: absolute;
    background: red;
    color: white;
    font-size: 8px;
    padding: 0 2px;
    border-radius: 3px;
    top: -16px;
    right: 6px;
	}*/
		
#jeziki { 
		position: absolute;
    	bottom: 3px;
    	right: -152px;
    	padding: 6px 6px 0 6px;
    	background: rgba(0,0,0,0.7);
    	width: 120px;
	}

	#jeziki li { float: left; margin-right: 10px; margin-bottom: 6px; }
		#jeziki li a,
		#jeziki li a:visited { color: #fff; text-decoration: underline; font-size: 10px; }
		#jeziki li a:hover { text-decoration: none; }
	#jeziki li img { float: left; margin-right: 4px; }
		#jeziki li.nomarg { margin-right: 0; }
		#jeziki li a.active,
		#jeziki li a.active:visited { text-decoration: none; }
		
#logo { position: fixed; top: 30px; left: 50%; margin-left: -476px; }

.flexslider .text { line-height: 52px; width: 100%; font-size: 45px; color: #fff; text-align: center; position: relative; top: 37.4%; text-shadow: 1px 1px 2px #000000; filter: dropshadow(color=#000000, offx=1, offy=1); }

.podstran { overflow: visible; background: url('../images/podstran.jpg') no-repeat #000 top center fixed; 
height: 100% !important; display: block; background-size: cover;}

.content { z-index: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 30px 30px 30px 30px; top: 30px; -webkit-border-radius: 5px; border-radius: 5px;position: absolute; right: 0; width: 520px; background: url('../images/content.png') repeat; }

.content h1 { color: #7cc810; font-size: 19px; margin-bottom: 25px; }
.content p {font-family: 'Arial', sans-serif; color: #fff; font-size: 13px; margin-bottom: 15px; line-height: 17px; }
.content ul { margin-left: 14px; font-family: 'Arial', sans-serif; color: #fff; font-size: 13px; list-style-type: disc; line-height: 17px;  }
.content h2 { color: #7cc810; font-size: 14px; margin-bottom: 10px;}
.content a,
.content a:visited { color: #90fe00; text-decoration: underline; }
.content a:hover { text-decoration: none; }

.podstran #data { z-index: 10; }

#data { position: fixed; z-index: 10; bottom: 10px; left: 52%; margin-left: 135px; }
#izdelava { font-size: 10px; color: #fff; position: fixed; z-index: 10; bottom: 24px; left: 50%; margin-left: -476px; }

#ns { padding-right: 93px;
	  margin-top: 5px;
	  background: url('../images/novisplet-logo.png') no-repeat right 0px;
	  color: #fff; text-decoration: none; }
	  
body.en .flexslider .text { font-size: 36px; }
body.en #nav li a, body.en #nav li a:visited { font-size: 14px !important; }

body.hr .flexslider .text { font-size: 36px; }
body.hr #nav li a, body.hr #nav li a:visited { font-size: 14px !important; }

body.de .flexslider .text { font-size: 30px; }
body.de #nav li a, body.de #nav li a:visited { font-size: 14px !important; }

body.it #nav li a, body.it #nav li a:visited { font-size: 14px !important; }

body.fr .flexslider .text { font-size: 30px; }
body.fr #nav li a, body.fr #nav li a:visited { font-size: 12px !important; }