/* RESET ================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}


/*font-family: 'Noto Sans', sans-serif;
font-family: 'Exo', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oxygen', sans-serif;*/


/* GENERAL ================================================== */

body {
	background: url(../img/pozadina.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	//font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Tw Cen MT'; src: local("Tw Cen MT"),  url(fonts/TwCenMT.ttf);
	font-style: italic;
	
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #ffffff;
}


header {
	width: 256px;
	height: 100%;
	position: fixed;

	-webkit-box-shadow: 0 0 18px #231f20;
	-moz-box-shadow: 0 0 18px #231f20;
	box-shadow: 0 0 18px #231f20;
	border: solid 1px #424242;
	background-image: -webkit-linear-gradient(left, #000 39%, #292929);
	background-image: -moz-linear-gradient(left, #000 39%, #292929);
	background-image: -o-linear-gradient(left, #000 39%, #292929);
	background-image: linear-gradient(to right, #000 39%, #292929);
}

.logo {
	width: 111px;
	margin: 100px auto 43px;
}

.wrap {
	margin-left: 260px;
	padding: 22px;
}

/* SEARCH BAR
 * -------------------------- */

.search_bar {
	width: 705px;
}

.custom-select {
	text-align: right;
	width: 520px;
	display: block;
	float: right;
	font-size: 14px;
	font-style: italic;
}

.custom-select p {
	float: left;
	padding-top: 3px;
	font-size: 16px;
}

.custom-select a {
	float: right;
	display: block;
	margin-left: 15px;
	margin-top: -5px;
}


.styled-select select {
	background: transparent;
	width: 190px;
	padding: 5px;
	padding-left: 10px;
	font-size: 15px;
	font-style: italic;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 27px;
	-webkit-appearance: none;
	/*cursor: pointer;*/ /*ako hoces upali*/
}

.styled-select {
	width: 190px;
	height: 27px;
	float: right;
	margin-left: 15px;
	overflow: hidden;
	background: url(../img/select_bg.png) no-repeat right #ddd;
	border-radius: 5px;
	background-color: #fbfbfb;
	border: solid 1px #e1e1e1;
}

/* GALERIJA
 * -------------------------- */

.galerija {
	// padding-top: 191px;
	// width: 710px;
}

.galerija li {
	width: 100px;
	height: 75px;
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #5f5f5f;
}

.galerija li a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
		
}
.galerija li a img {
	width: 100px;
	height: 75px;
	box-shadow: 0px 0px 2px 2px rgba(233, 247, 255, 1);
}

.galerija li a:hover {
	opacity: 0.5;
}

.galerija .opis {
	display: none;
	position: absolute;
	top: -24px;
	left: 72px;
	padding: 0 35px;
	z-index: 101;
	width: 150px;
	height: 41px;
	font-style: italic;
	color: #170900;
	font-size: 13px;
	padding-top: 9px;
	text-align: center;

	-webkit-border-radius: 13px/6px;
	-moz-border-radius: 13px/6px;
	border-radius: 13px/6px;

	background-color: #000;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.49);
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.49);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.49);
	border: solid 1px #9dd4fe;
	background-image: -webkit-linear-gradient(top, #1d40bc, #c5e9ff 55%, #e7f6ff 56%, #fefefe);
	background-image: -moz-linear-gradient(top, #1d40bc, #c5e9ff 55%, #e7f6ff 56%, #fefefe);
	background-image: -o-linear-gradient(top, #1d40bc, #c5e9ff 55%, #e7f6ff 56%, #fefefe);
	background-image: linear-gradient(to bottom, #1d40bc, #c5e9ff 55%, #e7f6ff 56%, #fefefe);
}


.blok
{
  background: rgba(255, 255, 255, 0.86);
  color: #000;
  padding: 10px;
}