html,body {
    margin: 0 !important;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    margin: 0;
}
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    margin: 0;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
.container:after {
	content: "";
	display: table;
	clear: both;
}
#body-wrapper {
    min-height: 100%;
    position: relative;
}
iframe {
	display: block;
	margin: 0 auto;
}

/* COOKIE AGREEMENT */
.cookie-agreement {
    background: #000000;
    color: #ffffff;
    padding: 40px 0;
}
.cookie-agreement p {
    margin: 0;
    text-align: justify;
}
.cookie-agreement .buttons {
    margin-top: 20px;
}
.cookie-agreement .buttons a {
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}
.cookie-agreement .buttons a:hover {
    text-decoration: underline;
}
.cookie-agreement .buttons .button {
    color: #000000;
    background: #ffffff;
    text-transform: uppercase;
}

/* SOCIAL LINKS */
#header .social {
    margin-top: 6px;
}

.social .social-button {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.social .social-button a {
    display: block;
    width: 100%;
    height: 100%;
}

.social .social-button.mail {background: 0 0/100% 100% url(img/icons/mail.png) no-repeat;}
.social .social-button.youtube {background: 0 0/100% 100% url(img/icons/youtube.png) no-repeat;}
.social .social-button.facebook {background: 0 0/100% 100% url(img/icons/facebook.png) no-repeat;}

/* COVER PHOTO */
.cover-photo {
    position: relative;
    width: 100%;
    background: 0 0/100% 100% url(img/cover.jpg) no-repeat;
}
.cover-photo:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 26%;
}
.cover-photo-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.cover-photo .container {
    position: relative;
}
.cover-photo .header-wrapper {
    /*position: absolute;*/
    width: 100%;
    padding: 20px 0 70px 0;
}
.cover-photo .header-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.cover-photo .header-wrapper.cols .col:last-child > * {
    float: right;
    clear: both;
}

/* LOGO */
.logo {
    display: block;
    background: 0 0/100% 100% url(img/logo.png) no-repeat;
    width: 150px;
    height: 150px;
    text-indent: -100%;
    overflow: hidden;
}
#footer .logo {
	margin: 0 auto;
}

/* MAIN NAVIGATION */
.nav {
    clear: both;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    float: left;
    width: 100%;
    top: -50px;
}
.nav ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.nav ul li {
    list-style-type: none;
}
.cols .col {
    float: left;
}
.cols.cols-1 .col { width: 100%; }
.cols.cols-2 .col { width: 50%; }
.cols.cols-3 .col { width: 33%; }
.cols.cols-4 .col { width: 25%; }
.cols.cols-5 .col { width: 20%; }
.cols.cols-6 .col { width: 16.66%; }

.nav .cols li > .nav-main {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
}
.nav .subnav {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 50px;
    background: rgba(0, 0, 0, 1);
    padding: 20px 0;
    z-index: 100;
}
.nav li.active,
.nav li:hover {
    background: rgba(0, 0, 0, 1);
}
.nav li.active .subnav,
.nav li:hover .subnav {
    display: block;
}

.nav .subnav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    line-height: 32px;
    -webkit-transition: background 300ms, color 300ms;
    transition: background 300ms, color 300ms;
}
.nav .subnav a.active,
.nav .subnav a:hover {
    background: #1a1a1a;
}
.nav .subnav .subcat-nav-block {
    float: left;
    width: 100%;
}
.nav .subnav .subcat-nav-block:after {
    content: "";
    display: table;
    clear: both;
}
.nav .subnav .subnav-link,
.nav .subnav .subcat-nav,
.nav .subnav .subnav-thumb-link {
    float: left;
    width: 50%;
    margin: 20px 0;
}
.nav .subnav .subnav-link {
    padding: 0 20px;
}
.nav .subnav .subcat-nav {
    padding: 0 10px 0 0;
}
.nav .subnav .subcat-nav .title {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ffffff;
}
.nav .subnav .subcat-nav a {
    width: 100%;
    padding: 0 40px;
    display: inline-block;
    font-size: 18px;
}
.nav .subnav .subnav-thumb-link {
    width: 33%;
    padding: 10px 20px;
}
.nav .subnav .subnav-thumb-link:hover {
    background: none;
}
.nav .subnav .subnav-thumb-link > * {
    float: left;
}
.nav .subnav .subnav-thumb-link img {
    width: 100px;
    height: auto;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
}
.nav .subnav .subnav-thumb-link .border {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px #000000;
    -webkit-transition: box-shadow 300ms;
    transition: box-shadow 300ms;
}
.nav .subnav .subnav-thumb-link .border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #000000;
    border-radius: 60px;
}
.nav .subnav .subnav-thumb-link span {
    padding: 0 20px;
    font-size: 24px;
    line-height: 24px;
    margin: 48px 0 48px 20px;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.nav .subnav .subnav-thumb-link:hover .border {
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 20px #ffffff;
}

/* ARTICLE */
#body {
    width: 100%;
    padding: 40px 0 380px;
}
.article {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 45px;
    margin-bottom: 40px;
    font-size: 18px;
}
.article a {
    text-decoration: none;
    color: #ff7920;
}
.article a:hover {
    text-decoration: underline;
}
.article .content-wrapper {
    width: 100%;
}
.article .content-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.article .content-wrapper .text-wrapper,
.article .content-wrapper .image-wrapper {
    width: 100%;
    float: left;
}
.article .content-wrapper.image .text-wrapper {
    width: 539px;
    margin-right: 45px;
}
.article .content-wrapper.image .image-wrapper {
    width: 326px;
}
.article .content-wrapper .image-wrapper img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.article .content-wrapper .text-wrapper p {
    text-align: justify;
}
.article .content-wrapper .text-wrapper .text-wrapper-bottom {
    width: 100%;
}
.article .content-wrapper .text-wrapper .text-wrapper-bottom:after {
    content: "";
    display: table;
    clear: both;
}
.article .content-wrapper .text-wrapper .text-wrapper-bottom .post-date {
    margin: 0;
    float: right;
}
.article .content-wrapper .text-wrapper .text-wrapper-bottom .read-more {
    float: left;
}
.article hr {
    border: 0;
    height: 1px;
    background: #bdbdbd;
}
.article img {
    width: 100%;
    height: auto;
}
.article .cols {
    margin: 16px 0;
}
.article .cols:after {
    content: "";
    display: table;
    clear: both;
}
.article .cols .col {
	text-align: justify;
	padding: 0 20px;
}
.article .cols .col:first-child {
    padding-left: 0 !important;
}
.article .cols .col:last-child {
    padding-right: 0 !important;
}
.article .cols .col.img-col {
    width: 40%;
}
.article .cols .col.txt-col {
    width: 60%;
}
.article .cols .col.txt-col p {
    margin: 0;
}
.article .cols.cols-2 .col {
	width: 50%;
}
.article .cols.cols-4 .col {
	width: calc(25% - 6px);
	margin: 0 4px;
	padding: 0;
}
.article .cols.cols-4 .col:first-child {
	margin-left: 0;
}
.article .cols.cols-4 .col:last-child {
	margin-right: 0;
}

/* PAGINATION */
.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.pagination h2 {
    display: none;
}
.pagination .page-numbers {
    text-decoration: none;
    border: 2px solid #000000;
    padding: 5px 8px;
    color: #000000;
    font-size: 18px;
}
.pagination a.page-numbers:hover {
    text-decoration: underline;
}
.pagination .page-numbers.current {
    border: none;
}

/* SLIDER */
.slider {
    margin-bottom: 40px;
}
.slider > div {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* FOOTER */
#footer {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 380px;
    padding: 35px 0;
    left: 0;
    bottom: 0;
    color: #ffffff;
}
#footer p {
    margin: 0 0 16px;
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer a.mail {
    margin-bottom: 16px;
    padding-left: 30px;
    display: inline-block;
    background: 0 1px/20px 20px url(img/icons/mail.png) no-repeat;
}
#footer .news-title {
    margin-bottom: 16px;
    padding-left: 30px;
    display: inline-block;
    background: 0 1px/20px 20px url(img/icons/news.png) no-repeat;
}
#footer .cols .col:last-child {
    text-align: right;
}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer ul li {
    list-style-type: none;
    margin-bottom: 16px;
}
#footer .disclaimer {
	text-align: center;
	font-size: 12px;
	margin: 20px 0;
}
#footer .disclaimer p {
	margin-bottom: 5px;
}
#footer .disclaimer a {
	text-decoration: underline;
}

/* LANGUAGE SELECTOR */
.languages:after {
    content: "";
    display: table;
    clear: both;
}
.languages a {
    float: left;
    text-indent: -9999px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 8px 10px 8px 0;
}
.languages a.active {
    width: 48px;
    height: 48px;
    margin: 0 10px 0 0;
}
.languages a.si {background: 0 0/100% 100% url(img/flags/si.png) no-repeat; }
.languages a.en {background: 0 0/100% 100% url(img/flags/en.png) no-repeat; }
.languages a.de {background: 0 0/100% 100% url(img/flags/de.png) no-repeat; }
.languages a.hr {background: 0 0/100% 100% url(img/flags/hr.png) no-repeat; }