/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
    font-family: 'CenturyG';
    src: url(../css/font/segoeui_0.ttf);
}

body {
    line-height: 1;
    font-family: CenturyG!important;
    font-size: 1.7em!important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover {
    color: #333!important;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/**/

.nav {
    text-align: left;
    padding-top: 3%;
}

.active,
.active a {
    background: #cccfdb;
    text-decoration: none;
    color: #333!important;
}

.content {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -50%;
    transition: all 1s ease-in-out;
}

.open-content {
    position: fixed;
    left: 0;
    z-index: 10;
}


/*za promena vo 0*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d5d86!important;
}

h2 {
    font-weight: bold!important;
}

.close-content {
    z-index: 0;
}

p {
    clear: both;
}

.content-inside {
    width: 50%;
    height: 100%;
    display: block;
    background: #3e5d85;
    display: inline-block;
    float: left;
    box-shadow: 3px 3px 2px rgba(62, 93, 133, 0.44);
}

.content-text .content-box {
    width: 100%;
    height: 50px;
    text-align: center;
    color: white;
    vertical-align: middle;
    display: table;
}

li a:hover {
    text-decoration: none;
    background: #cccfdb;
}

.button {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    background: #3e5d85;
    z-index: 1;
    position: relative;
    box-shadow: 2px 2px 2px rgba(62, 93, 133, 0.44)
}

.button-in {
    width: 70%;
    height: 100%;
    position: relative;
    margin: 20% auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.button-in span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.button-in span:nth-child(1) {
    top: 0px;
}

.button-in span:nth-child(2),
.button-in span:nth-child(3) {
    top: 10px;
}

.button-in span:nth-child(4) {
    top: 20px;
}

.button-in.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.button-in.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-in.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-in.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.ch {
    margin-top: 20px;
}

.select_box {
    background: #cccfdb;
    border-bottom: 1px solid #adbede;
    border-left: 1px solid #adbede;
    border-right: 1px solid #adbede;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.select_button {
    display: inline-block;
    float: left;
    padding: 5px;
    position: relative;
}

.highcharts-menu-item:hover {
    background-color: #CCCFDB!important;
    color: #333!important
}

p a {
    position: relative;
}

#zadovolstvomestonaziveenje ul,
#zadovolstvoodlokalnitevlasti ul,
#podobruvanje_opstestvo ul,
#konvencionalno ul {
    list-style: decimal;
}


/*dropdown revrite from bootstrap*/

.content .dropdown-menu {
    position: relative!important;
    height: 190%!important;
    width: 100%!important;
    padding: 5px!important;
    margin: 0!important;
    -webkit-background-clip: none!important;
    background-clip: none!important;
    border: none!important;
    border: none!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: rgb(229, 232, 245)!important;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu,
.dropdown.open .dropdown-menu .dropdown-submenu:hover.dropdown-submenu .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}

.dropdown-menu > li > a {
    white-space: normal!important;
    padding: 3px 40px;
    cursor: pointer;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #CCCFDB!important;
}

.dropdown-menu .divider {
    overflow: visible!important;
}

.content li a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 25px;
    text-decoration: none;
}

div h2 {
    padding-bottom: 5px;
}

ul li {
    margin: 0% 0%;
}

#voved h2 {
    padding-top: 40px;
}

#graganskoucestvojsvnipolitiki h2 {
    padding-bottom: 20px;
}

div[id^="table"],
div[id^="graph"] {
    text-align: center;
    display: block;
    padding-top: 5%;
    padding-bottom: 7%;
    clear: both;
}

div .text p,
div[class^="subtext-"] p {
    line-height: 1.2;
    padding-bottom: 10px;
    text-align: justify;
}

div .text p span,
div[class^="subtext-"] p span {
    font-weight: bold;
    color: #3d5d86 !important;
}

ul.list li {
    margin-left: 5%;
}

h5 {
    padding: 10px 0px;
    font-weight: bold;
    color: #5287bc;
}

em {
    margin: 0% 5%;
    display: block;
}

#biografija em {
    margin: 0;
    display: inline;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.first_page {
    background: url('../img/cover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    padding-bottom: 142%;
}


}
sup .tooltipm {
    cursor: help;
}
.footnote {
    border-top: 1px solid #d4d4d4;
}
.tooltipm {
    position: relative;
    font-weight: bold;
}
.tooltipm .t:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(61, 93, 134, 0.89);
    position: absolute;
    top: -8px;
}
.tooltipm .t {
    visibility: hidden;
    width: 250px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
    border-radius: 3px;
    transition: opacity 1s;
    line-height: 1.3;
    text-align: center;
    background: rgba(61, 93, 134, 0.89);
    color: white!important;
    font-weight: 100!important;
    padding: 5px;
}
.tooltipm:hover .t {
    visibility: visible;
}
.tool {
    position: relative;
    display: inline;
}
.tool .t {
    position: relative;
}
.tool:hover .t:after {
    background: #333;
    background: rgba(61, 93, 134, 0.89);
    border-radius: 3px;
    bottom: 26px;
    color: #fff;
    content: attr(text);
    padding: 7px;
    position: absolute;
    z-index: 98;
    width: 250px;
    text-align: center;
    font-size: 13px;
    font-weight: 100!important;
}
.tool:hover .t:before {
    border: solid;
    border-color: #526e93 transparent;
    border-width: 9px 9px 0 9px;
    content: "";
    top: -4px;
    left: 100px;
    position: absolute;
    z-index: 99;
}
span[class^="chart_"] {
    border-bottom: 1px dotted #3d5d86;
    font-weight: 100!important;
    color: black!important;
    cursor: pointer;
}
.slider-close {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.slider-open {
    max-height: 500px!important;
    opacity: 1;
    visibility: visible!important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    overflow: visible!important;
}

/*responsive*/
@media screen and (max-width:700px) {
    img {
        width: 90%;
    }
}