* {
	margin: 0px auto 0px auto;
	border: 0;
	padding: 0;
}

body {
	background-image: url("img/noisy.png");
	width: 100%;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	#color: #555;
	margin: 8;


}

h1 {
	text-align: center;
	font-size: 180%;
	line-height: 150%;
    text-shadow: 0px 1px 1px #000; ##283744;
	width: 100%;
	color: white;
	clear: both;
	background: #8f8f8f;
	#opacity: 0.9;
	margin-top: 10%;
	margin-bottom: 5%;
	#border-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 2px solid #CCC;
}
.title {
	margin-top: 0px !important;
	margin-bottom: 2.5%;
}
h2 {
	text-decoration: none;
	line-height: 280%;
	padding-left: 1%;
}
h3 {
	line-height: 110%;
	padding: 5% 0;
}

img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}
a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a :hover :link :focus :active {
	color: inherit;
	text-decoration: underline;
}

p {
	padding: 1%;
	display: inline-block;
	text-align: left;
}
.descrip{
	width: 70%;
}

ul {
	list-style: none;
}
.wrapper {
	max-width: 1000px;
	text-align: center;
	padding-top: 10px;
	margin: 20px auto 0 auto;
	border-radius: 10px;
}

header {
	text-align: center;
	background-color: white;
	width: 100%;
	height: auto;
	padding-top: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#header-img {
	margin-right: 20px;
	margin-left: 20px;
	vertical-align: center;

}
.content {
	background-color: white;
	border-radius: 5px;
	#padding-top: 20px;
}

/*index */
.video embed {
	border-radius: 5px;
}

.center {
	#overflow: auto;

}

section {
	display: inline-block;
	padding: 0.5%;
	max-width: 450px;
	height: ;
}
.exnode {
  vertical-align: text-top;
  height: 450px;
}
.exnode h2 {
	#position: relative;
	#top: 40px;
	#background-color: #8F8F8F;
	#opacity: 0.7
}
.eximg {
	border-radius: 5px;
	max-width: 450px;
	height: 300px;
	opacity: 1.0;
	border: 1px solid #AEAEAE;
}
.eximg:hover{
	opacity: 0.7
}
.extext {
  margin: 10px;
  #vertical-align: bottom;
  text-align: left;
}



/* Galery*/
.galery {
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
	#width: 100%;
	#float: right;
}

.node {
	text-align: center;
	display: inline-block;
    vertical-align: top;
	border:3px solid #CCC;
	width: 250px;
	height: 350px;
	margin: 10px;
	padding-top: 10px;
	background-color: #DADADA;
	border-radius: 5px;
	position: relative;
}
.pm {
	border: 3px solid #F36343;
}
.name {
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}
.text {
	margin: 10px;
	vertical-align: bottom;
	text-align: left;
}
.date {
	position: absolute;
	bottom: 2px;
	left: 96px;
	color: #363636;
}
.img {
	width: 250px;
	height: 200px;
	#border: 10px auto black;
	opacity: 1.0;
}
.img:hover {
	opacity: 0.8
}

/* Partners */
.partners_img {
  margin-top: 50px;
}


/* ostalo */

.text-box {
	overflow: auto;
	padding-bottom: 20px;
}



/* footer */
footer {
	background: #8f8f8f;
	min-height: 60px;
	border-top: 3px solid #CCC;
	margin-bottom: 5%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #363636;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;

}
footer p {
	text-align: center;
}
#f-img {
	vertical-align: bottom;
	width: 20px;
	height: auto;
}


/* navigation */

nav {
    height: 40px;
    width: 100%;
    background: #8f8f8f;
    font-size: 11pt;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    #border-bottom: 0.1px solid #283744;
    border-top: 2px solid #CCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0.9;
    z-index: 99 !important;
}
nav ul {
    padding: 0;
    margin: 0 auto;
    width: auto;
    height: 40px;
}

nav li {
    display: inline-block;
}

.myMenu li a:link, .myMenu li a:visited {
	display:block;
}
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	border-top: 1px solid #283744;
	margin:0; padding:0;
	width: 100px;
}
.myMenu li ul li {
	display:inline; float:none;
}
.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color:#8F8F8f;
	width:auto;
}
.myMenu li ul li a:hover {
	background-color:#F36343;
}
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav a {
    color: #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    text-shadow: 1px 1px 0px #283744;
}

nav li a {
   #border-right: 1px solid #576979;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
    background-color: #F36343;
}

nav a#pull {
    display: none;
}
/*js slider */
 #slides {
 	border-radius: 5px;
 }
 .pgwSlideshow {
 	border-radius: 5px;
 }
.pgwSlideshow .ps-caption {
	text-align: center;
}
@media only screen and (max-width : 850px) {
	.header-img-l {
		display: none;

	}
	.header-img-r {
		width: 10%;
	}
	#header-img {
		width: 80%;
	}
}

@media screen and (max-width: 620px) {
    nav {
        height: auto;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 50%;
        float: left;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #576979;
        border-right: 1px solid #576979;
    }
    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }
    .myMenu li ul {
      position:absolute;
    visibility:hidden;
    border-top: 1px solid #283744;
    margin:0; padding:0;
    #opacity: 0;
    width: 400px;
    }
    .eximg {
      width: 300px;
      height: auto;
    }
}

@media only screen and (max-width : 480px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: inherit;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('img/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}

@media only screen and (max-width : 320px) {
    nav li {
      opacity: 1.2;
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #576979;
    }
}
