/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var, u, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {    margin: 0;  padding: 0; border: 0;  font-size: 100%;    font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {    display: block;}body {  line-height: 1;}ol, ul {    list-style: none;}blockquote, q {   quotes: none;}blockquote:before, blockquote:after,q:before, q:after {   content: '';    content: none;}table {  border-collapse: collapse;  border-spacing: 0;}

body {
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0px 0px 30px #888888;
}

.sponzor_subtitle {
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', serif;
    font-weight: 200;
    font-size: 16px;
    color: #5c5d5f;

}

img {
  max-width: 100%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
}

img#zts {
    width: 600px;
    margin-top: 20px;
}


#main {
    width: 70%;
    margin: auto;
}
#content {
    max-width: 750px;
}

@media only screen and (max-width: 900px) {
    #main {
        width: 90%;
        max-width: 700px;
    }
}

nav {
    width: 100%;
}

nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* DROPDOWN LI*/
nav.len4 > ul >li > ul > li {
    width: 100% !important;
    float: none !important;
    display: block !important;
}

nav.len4 > ul >li > ul > li > a {
    color: #9d9fa2;
}

nav.len4 > ul >li > ul > li > a:hover {
    color: #7DD3F6;
    text-decoration: none;
}

/* DROPDOWN UL */
nav.len4 > ul >li > ul {
    text-align: center;
}

nav.len4 ul li {
    list-style: none;
    float: left;
    text-align: center;
    width: 25%;
}

nav.len8 ul li {
    list-style: none;
    float: left;
    text-align: center;
    width: 87px;
}

nav ul li a {
    display: block;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    color: #5c5d5f;
    padding: 10px 0;
}

nav ul li a.active {
    color: #7DD3D6;
    text-decoration: none;
}

nav ul li a:hover {
    color: #7DD3F6;
    text-decoration: none;
}

nav ul li img {
    width: 80%;
}

#footer {
    margin-top: 22px;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
}

article {
    margin-top: 15px;
    line-height: 120%;    
}
article p {
    font-family: 'Roboto', serif;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 15px;
}


article p.lighter {
    font-size: 12px;
    font-style: italic;
}

article p.gray {
    color: #9d9fa2;
}

article p.sub {
    color: #9d9fa2;
    margin-top: 12px;
    font-family: 'Roboto Slab', serif;
}

article.osnovne h1 {
    margin-bottom: 20px;
}

article.osnovne h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

article.osnovne p {
    margin-top: 0px;
}

article ul {
    font-family: 'Roboto', serif;
    font-size: 14px;
}

article ul li {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 5px;
    letter-spacing: 0.8px;
}

article span.author {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 100;
    color: #14678d;

}

article span.red {
    color: #F05A28;;
    font-weight: 900;
}

article span.marked {
    color: #5c5d5f;
    font-weight: 900;
}

article h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 35px;
    color: #82BF27; /* BARVA NASLOVOV */
    line-height: 120%;
}

article img {
    margin-top: 15px;
}

article h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    color: #5c5d5f;
    margin-top: 38px;
    text-transform: uppercase;
}

article h3 {
    color: #9d9fa2;
    margin-top: 20px;
    font-family: 'Roboto Slab', serif;
}

#sponzorji img {
    display: block;
    margin: auto;
}

#sponzorji div {
    margin-bottom: 50px;
}

form label {
    color: #9d9fa2;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;
}

.form-group.required label:after { 
   content: "*";
   color: #F05A28;
   margin-left: 5;
}

div.alert {
    margin-top: 5px;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media screen and (min-width: 992px) {
    .logo_rmv {
        padding-top: 90px;
    }

    .logo_rkj {
        padding-top: 200px;
    }
}


.banner { 
    position: relative;
    overflow: auto;
    margin-top: 10px;
    width: 685px;
}


.banner_list_div {
    position: relative;
}

.banner_title {
    position: absolute;
    left: 5%;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px;
    color: white;
    text-decoration: none;
    text-shadow: 2px 2px 16px black;
}

.banner_subtitle {
    font-weight: 100;
    font-size: 18px;
}

.banner li {
    list-style: none;
}

.banner ul li { 
    float: left;
    width: 100%;
    height: 390px;
}

.unslider-arrow {
    z-index: 10;
    position: absolute;
}

.unslider-arrow img {
    width: 20px;
    height: 20px;
}



.unslider-arrow.prev {
    top: 2%;
    left: 48%;
}

.unslider-arrow.next {
    top: 2%;
    left: 52%;
}

@media only screen and (max-width: 900px) {
     .unslider-arrow.prev {
        top: 2%;
        left: 48%;
    }
    
    .unslider-arrow.next {
        top: 2%;
        left: 52%;
    }
}

@media only screen and (max-width: 610px) {
    .unslider-arrow.prev {
        top: 2%;
        left: 47%;
    }
    
    .unslider-arrow.next {
        top: 2%;
        left: 53%;
    }
}


.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.dots li.active {background: #fff;
  opacity: 1;
}

.img_center img{
    display: block;
    margin: auto;
    margin-top: 20px;
}

img.hr {
    width: 70%;
    display: block;
    margin: auto;
    margin-top: 20px;
}



/* DROPDOWN MENUS */

/* LEVEL ONE */
ul.dropdown {
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

ul.dropdown li {
    width: 170px;
    font-weight: bold;
    float: left;
    zoom: 1;
    text-align: center;
}

ul.dropdown a:hover {
    color: #7DD3F6;
}

ul.dropdown a:active {
    color: #7DD3D6;
}

ul.dropdown li a {
    display: block;
    padding: 4px 8px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    color: #5c5d5f;
    text-decoration: none;
}
ul.dropdown li:last-child a {
    border-right: none;
} /* Doesn't work in IE */

ul.dropdown li.hover, ul.dropdown li:hover {
    color: #7DD3F6;
    position: relative;
}

/* LEVEL TWO */
ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

ul.dropdown ul li {
    font-weight: normal; 
    float: none;
    background: white;
    padding: 5px;

    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px;
    color: #5c5d5f;
    text-decoration: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul                   { left: 100%; top: 0; }
ul.dropdown li:hover > ul           { visibility: visible; }

