@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono|Roboto:400,100,300,500,700,300italic|Roboto+Condensed:300,400,700|Roboto+Slab:300,400,700&subset=latin,latin-ext);

body {
    overflow-x: hidden;
}

#main {
    overflow: visible !important;
}

.fac-page {
    position: !important;
    top: unset !important;
    bottom: unset !important;
    width: 100% !important;
}

.home {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    bottom: unset !important;
}

/* General styles
 **************************************************/
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local('Lato Italic'), local('Lato-Italic'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}

body {
    font-size: 16px;
    font-family: "Roboto", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    background: #4D4D4D;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

h1,
h2, 
h3{
    font-family: "Roboto Slab", serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

/* mobile menu
 **************************************************/
.mobilemenu {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 0;
    z-index: 1002;
    font-size: 30px;
    padding: 2px 10px;
    background: #2b2b2b;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    display: none;
    text-align: center;
}

.mobilemenu:hover,
.mobilemenu:focus {
    color: #fff;
}


/* layout
 **************************************************/
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
 /*  min-width: 100%; */
  max-height: 100%;
}


#sidebar {
    position: fixed;
    width: 250px;
    background: #2b2b2b;
    top: 0;
    left: 0;
    bottom: 0;
   /* background-image: url(../img/2.mp4); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
}

#sidebar-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#sidebar-inner {
    position: relative;
    min-height: 100%;
}

#main-nav {
    position: relative;
    text-align: left;
    width: 100%;
    padding-bottom: 0;

}

#main {
    position: absolute;
    left: 250px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.page {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f7f7f7;
    -webkit-overflow-scrolling: touch;
}

.home {
    left: 0;
    z-index: 0;
    width: 100%;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    opacity: 0.25;
    display: none;
    z-index: 300;
    cursor: crosshair;
    cursor: url(../img/pointer.png), auto;
}

#runner {
    position: absolute;
    width: 30px;
    height: 20px;
    color: #fff;
    font-size: 20px;
    z-index: 2000;
}

.currentpage {
    -webkit-box-shadow: -2px 0 4px -2px rgba(0, 0, 0, .25);
    box-shadow: -2px 0 4px -2px rgba(0, 0, 0, .25);
}


/* sidebar
 **************************************************/
#nav-container {
    position: relative;
    padding-bottom: 75px;
    bottom: 0;
    height: 100%;
}

#profile {
    text-align: center;
    padding: 30px 10px;
    position: relative;
}

#profile .portrate {
    background-image: url("../img/personal/personal-image.jpg");
    width: 125px;
    margin: 0 auto;
    height: 125px;
    border-radius: 50%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#profile .title h2 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px 0;
}

#profile .title h3 {
    font-size: 18px;
    font-weight: 300;
    color: #aaa;
    margin:0 0 10px 0;
}

ul#navigation {
    padding: 0;
    margin: 0;
}

ul#navigation > li {
    display: block;
    background-color: rgba(48, 48, 48, 0.6);
    border-top: 1px solid rgba(55, 55, 55, 0.4);
    border-bottom: 1px solid rgba(43, 43, 43, 0.4);
    cursor: pointer;
}

ul#navigation > li > a {
    color: #ccc;
    font-size: 14px;
}

ul#navigation li:hover,
ul#navigation li:focus {
    background-color: #6b72803d !important;
}

ul#navigation li:hover a,
ul#navigation li:focus a {
    color: #f7f7f7;
}

ul#navigation .currentmenu {
    font-weight: bold;
}

ul#navigation li.currentmenu a {
    color: #fff;
}

/* sprememba  
ul#navigation li.external:hover .fa, ul#navigation li.currentmenu .fa{
	color: #363636;
}
*/

ul#navigation li.currentmenu {
    background: #0D1B2A;
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #252525;
}

ul#navigation li .text {
    padding-left: 5%;
    margin-left: 50px;
    line-height: 45px;
    -webkit-box-shadow: -3px 0 5px -4px #000;
    box-shadow: -3px 0 5px -4px #000;
}

ul#navigation li .fa {
    float: left;
    line-height: 45px;
    width: 50px;
    text-align: center;
    font-size: 22px;
}

#sidebar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.social-icons ul {
    padding: 0 20px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.social-icons li {
    /* float: left; */
    /* width: 33%; */
    padding: 5px;
    text-align: center;
    display: inline-block;
}

.social-icons a {
    color: #ccc;
}

.social-icons a:hover,
.social-icons a:focus {
    color: #fff;
}

.social-icons i {
    font-size: 16px;
}

#copyright {
    text-align: center;
    font-size: 0.7em;
    color: #8E8E8E;
    margin-bottom: 5px;
}

/* page specifics
 **************************************************/
.page-container {
    position: relative;
}

.pageheader {
    background: #f3f3f3;
    position: relative;
    padding: 60px 0 45px 0;
}

.headercontent .title {
    font-size: 50px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}

.headercontent .title.noborder {
    border: none;
}

.headercontent .subtitle {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 5px 0;
}

.headercontent .subtitle h3 {
    margin: 0;
    padding: 0;
}

.page .section {
    padding: 70px 0;
    position: relative;
}

.section-container {
    padding: 0 10%;
}

.color-1 {
    background: #F5F7FA;
}

.color-2 {
    background: #f7f7f7;
}

.color-3 {
    background: #0D1B2A;
    color: #fff;
}

.color-4 {
    background: #000;
}

.section .title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 20px 0;
}

.section .title h3 {
    padding: 0;
    margin: 0;
    font-size: 26px;
}


.biothumb {
    position: relative;
}

.biothumb .overlay {
    position: absolute;
    width: 100%;
    color: #fff; /* Ensure sufficient contrast with background */
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent black background */
    padding: 25px;
    box-sizing: border-box; /* Ensures padding doesn’t affect width */
}


.biothumb .overlay h1 {
    font-size: 45px;
}

.fixedbg {
    padding: 70px 0;
    position: relative;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.fixedbg.parallax {
    background-attachment: fixed !important;
}

.fixedbg .heading {
    font-size: 28px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

/*************************************************
 *  uls
 **************************************************/
.ul-bolded li {
    font-weight: bold;
}

.ul-boxed li {
    padding: 7px;
    background-color: #FdFdFd;
    margin-bottom: 10px;
    -webkit-box-shadow:0 3px 3px -3px #ccc;
    box-shadow:0 3px 3px -3px #ccc;
    border-radius: 2px;
    border-left: 5px solid;
}

/* ul-card
 **************************************************/

ul.ul-card {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.ul-card li {
    position: relative;
    padding: 50px 15px 20px 15px;
    background-color: #edf2f4;
    margin-bottom: 15px;
    -webkit-box-shadow:0 3px 3px -3px #ccc;
    box-shadow:0 3px 3px -3px #ccc;
    border-radius: 3px;
    margin-left: 10px;
    color: #333;
}

ul.ul-card li .dy {
    position: absolute;
    top: 10px;
    left: -10px;
    border-radius:0;
    padding: 0;
    color: white;
}

ul.ul-card li .dy span {
    padding: 7px 10px;
    line-height: 30px;
    margin: 0;
}

ul.ul-card li .dy .year {
    /*background-color: #03cc85;*/
    -webkit-box-shadow: -3px  00 7px -3px rgba(68, 68, 68, 0.5);
    box-shadow: -3px 0 7px -3px rgba(68, 68, 68, 0.5);
    margin-left: -3px !important;
    font-family: "Roboto", serif;
}

ul.ul-card li .description p {
    font-size: 16px;
    margin: 0;
    font-family: "Roboto", serif;
    font-weight: 700;
}

ul.ul-card li .description p.where {
    font-weight: 300;
    font-size: 13px;
    font-family: "Roboto", "Arial", sans-serif;
}

ul.ul-card li .description p.what {
    font-weight: 300;
    font-size: 13px;
    font-family: "Roboto", serif;
}

.where {
    font-weight: 300;
    font-size: 13px;
    font-family: "Roboto", "Arial", sans-serif;
}

.what {
    font-weight: 300;
    font-size: 13px;
    font-family: "Roboto", serif;
}

.whatLabel {
    font-weight: 300;
    font-family: "Roboto", serif;
}

/* ul-dates
 **************************************************/
ul.ul-dates,
ul.ul-dates-gray,
ul.ul-dates-con {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ul-dates li,
ul.ul-dates-gray li,
ul.ul-dates-con li {
    margin-bottom: 15px;
    /*margin-left:  20px;
	*/
}

ul.ul-dates div.dates,
ul.ul-dates-gray div.dates,
ul.ul-dates-con div.dates {
    float: left;
    width: 75px;
}

ul.ul-dates div.dates span,
ul.ul-dates-gray div.dates span,
ul.ul-dates-con div.dates span {
    /*background-color: #03cc85;*/
    padding: 6px;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    font-family: "Roboto", serif;
}

ul.ul-dates-con div.dates span,
ul.ul-dates-gray div.dates span {
    background-color: #6B7280 !important;
}

/*ul.ul-dates div.dates span:last-child {
	background-color: #03bb7a;
}*/

ul.ul-dates-gray div.dates span:last-child,
ul.ul-dates-con div.dates span:last-child {
    background-color: #6B7280 !important;
}

ul.ul-dates div.dates span:first-child,
ul.ul-dates-gray div.dates span:first-child,
ul.ul-dates-con div.dates span:first-child {
    -webkit-box-shadow: 0 2px 6px -3px rgba(68, 68, 68, 0.5);
    box-shadow: 0 2px 6px -3px rgba(68, 68, 68, 0.5);
    z-index: 3;
    position: relative;
}

ul.ul-dates div.content,
ul.ul-dates-gray div.content {
    margin-left: 90px;
    min-height: 70px;
    padding-top: 10px;
}

ul.ul-dates-con div.content {
    margin-left: 90px;
    min-height: 5px;
    padding-top: 5px;
}

ul.ul-dates div.content h4,
ul.ul-dates-gray div.content h4,
ul.ul-dates-con div.content h4 {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
}

ul.ul-dates div.content p,
ul.ul-dates-gray div.content p,
ul.ul-dates-con div.content p {
    font-size: 13px;
}

/* gumbi za lit.

.panel-heading [data-toggle="collapse"]:after
{
    font-family: 'Glyphicons Halflings';
    content: "\e006";
    float: right;
    color: #b0c5d8;
    font-size: 18px;
    line-height: 22px;


    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}
 **************************************************/

/* ul-timeline
 **************************************************/
ul.timeline {
    border-left: 8px solid #FFF;
    list-style: none;
    padding: 1px 0;
    margin-left: 100px;
}

ul.timeline li .date {
    float: left;
    padding: 10px 15px 10px 10px;
    margin-top: 10px;
    margin-left: -115px;
    font-size: 15px;
    width: 110px;
    text-align: center;
    /*background: #03cc85;*/
    color: #fff;
}

/*ul.timeline li.open .data {
	background: #03bb7a;
}*/

ul.timeline li .circle {
    float: left;
    margin: 20px 0;
    margin-left: -14px;
    width: 20px;
    height: 20px;
    border: 4px solid #FFFFFF;
    border-radius: 10px;
    background-color: #d5d5d5;
}

ul.timeline li.open .circle {
    /*background-color: #03bb7a;*/
    -webkit-box-shadow: 0 2px 6px -3px rgba(68, 68, 68, 0.5);
    box-shadow: 0 2px 6px -3px rgba(68, 68, 68, 0.5);
}

ul.timeline li .data {
    background: #fdfdfd;
    margin: 10px 0 10px 20px;
    border-left: 10px solid;
    padding: 18px 20px;
    font-size: 16px;

    -webkit-box-shadow: 0 3px 3px -3px #ccc;
    box-shadow: 0 3px 3px -3px #ccc;
    border-radius: 3px;
}

ul.timeline li.open .data {
    /*border-color: #03bb7a;*/
    background: #fff;
}

ul.timeline li .data .subject {
    cursor: pointer;
    color: #777;
    font-size: 18px;
}

ul.timeline li .data .text {
    display: none;
    margin-top: 15px;
    font-size: 14px;
}

/* ul-withdetails
 **************************************************/
.ul-withdetails {
    list-style: none;
    padding: 0;
}

.ul-withdetails li {
    background-color: #FdFdFd;
    margin-bottom: 15px;

    -webkit-box-shadow: 0 3px 3px -3px #ccc;
    box-shadow: 0 3px 3px -3px #ccc;
    border-radius: 3px;
}

.ul-withdetails li .image {
    position: relative;
    overflow: hidden;
}

.ul-withdetails li .imageoverlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /*background: #03cc85;*/
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ul-withdetails li .imageoverlay i {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 30px;
}

.ul-withdetails li .meta {
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
}

.ul-withdetails li .details {
    display: none;
    padding: 20px;
    background: #fff;

    -webkit-box-shadow: inset 0 3px 5px -3px #ccc;
    box-shadow: inset 0 3px 5px -3px #ccc;
}

/*************************************************
 * lab partnerts
 **************************************************/
#labp-heads-wrap {
    /*background-color: #a3a3a3;*/
    position: relative;
    height: 180px;
}

#labp-heads-wrap:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(247, 103, 103, 0);
    /*border-top-color: #03bb7a;*/
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}

#lab-carousel {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

#lab-carousel div {
    float: left;
    width: 100px;
    height: 100px;
}

#lab-carousel img {
    border: none;
    position: relative;

    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.caroufredsel_wrapper {
    margin-top: -10px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#labp-heads-wrap #next,
#labp-heads-wrap #prev {
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 180px;
    padding: 0 10px;
    color: #f7f7f7;
    font-size: 30px;
    z-index: 4;
}

#labp-heads-wrap #next {
    right: 0;
}

#labp-heads-wrap #prev {
    left: 0;
}

#labp-heads-wrap #prev.disabled,
#labp-heads-wrap #next.disabled {
    color: #ccc;
    cursor: default;
}

#lab-details {
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
    text-align: center;
    min-height: 150px;

    -webkit-box-shadow: 0 3px 3px -3px #ccc;
    box-shadow: 0 3px 3px -3px #ccc;
    border-radius: 2px;
}

#lab-details div {
    display: none;
}

#lab-details h3 {
    margin-top: 0;
}

/* filter dropdowns
 **************************************************/
#filters,
.filters,
#pub-grid {
    padding: 20px 0 30px 0 !important;
}

#filters h3,
.filters h3,
div#sort {
    margin-top: 30px;
}

#sort span {
    line-height: 30px;
}

.stuck {
    position: fixed !important;
    z-index: 1001;
    top: 0;
    right: 0;

    -webkit-box-shadow: 0 2px 4px 0 #cecece;
    box-shadow: 0 2px 4px 0 #cecece;
}

.cd-dropdown,
.cd-select {
    position: relative;
    margin: 20px auto;
    display: block;
}

.cd-dropdown > span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    display: block;
    padding: 0 10px 0 30px;
    position: relative;
    cursor: pointer;
}

.cd-dropdown > span:after {
    content: '';
    position: absolute;
    right:0px;
    top:0;
    width: 50px;
    text-align: center;
    font-size: 12px;
    padding: 8px;
    height: 70%;
    line-height: 24px;
}

.cd-dropdown.cd-active > span:after {
    content: '';
}

.cd-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-dropdown ul {
    position: absolute;
    top:0;
    width: 100%;
}

.cd-dropdown ul li {
    position: absolute;
    width: 100%;
}

/*.cd-active.cd-dropdown > span {
	color: #03cc85;
}*/

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
    /*background: #03cc85;*/
    color: #fff;
}

.cd-dropdown ul li span {
    width: 100%;
    background: #fafafa;
    line-height: 40px;
    padding: 0 10px 0 30px;
    display: block;
    color: #bcbcbc;
    cursor: pointer;
    font-weight: 700;
}

/* carousel
 **************************************************/
.carousel-indicators {
    bottom: -50px;
}

.carousel-inner {
    margin-bottom: 50px;
}

/* home
 **************************************************/
.home .pageheader {
    background-image: url(../img/home.jpg);
    /*	background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 180px 10%;
}

.home .pageheader .title {
    border: none;
}

.home .fixedbg.parallax {
    background: #fff url('../img/home-parallaxbg.jpg');
}

/* publications
 **************************************************/
#publications .pageheader {
    background-image: url(../img/publications.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 190px 0 35px 0;
}

#publications .pageheader .title {
    color: #fff;
    border: none;
}

#pub-grid .mix {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}

.pitems .item {
    margin-bottom: 20px;
    width: 100%;
}

.pitems .pubmain {
    padding: 25px 25px 35px 25px;
    min-height: 130px;
    position: relative;

    cursor: pointer;
}

.pitems .pubtitle {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif
}

.pitems .pubmain div {
    font-size: small;
}

.pitems .pubmain .label {
    margin-right: 10px;
}

.pitems .pubmain .pubassets {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fafafa;
    text-align: center;
    /* border-top: 2px solid; */
}

.pitems .pubmain .pubassets a {
    color: #9b9b9b;
    padding: 5px 15px;
    float: right;
    font-size: 18px;
}

.pitems .pubmain .pubassets a:hover,
.pitems .pubmain .pubassets a:focus,
.pitems .pubmain .pubassets a.pubcollapse {
    /*background: #03cc85;*/
    color: #fff;
}

.pitems .pubdetails {
    padding-top:0;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
}

.pitems .pubdetails p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

/* Gallery
 **************************************************/
#gallery .pageheader {
    background-image: url(../img/gallery-head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 190px 0 70px 0;
}

#gallery .pageheader h2 {
    color: #f7f7f7;
    text-align: left;
}

#gallery-large {
    _background: #303030;
    padding-top: 20px;
}

ul.grid {
    max-width: 69em;
    list-style: none;
    margin: 30px auto;
    padding: 0;
}

ul.grid li {
    display: block;
    float: left;
    padding: 15px;
    width: 33%;
}

@media screen and (max-width: 900px) {
    ul.grid li {
        width: 50%;
    }

}

@media screen and (max-width: 400px) {
    ul.grid li {
        width: 100%;
    }

}

ul.grid li > div {
    -webkit-box-shadow: 0 0 8px -1px #000;
    box-shadow: 0 0 8px -1px #000;
    overflow: hidden;
    position: relative;
}

ul.grid li .over {
    position: absolute;
    bottom: -100%;
    width: 102%;
    right: -1%;
    left: -1%;
    color: #fff;
}

ul.grid li .comein {
    position: relative;
    z-index: 1;
    padding: 15px;
    height: 100%;
}

ul.grid li .comein i {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 22px;
    color: #FFF;

    -webkit-box-shadow: 0 0 60px #fff;
    box-shadow: 0 0 60px #fff;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 17px;
    border-radius: 50%;
}

ul.grid li .comein-bg {
    -khtml-opacity: .70;
    -moz-opacity: .70;
    -ms-filter: ”alpha(opacity=70)”;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
    filter: alpha(opacity=70);
    opacity: .70;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    z-index: -1;
}

ul.grid li a,
ul.grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    border-radius: 5px;
}

/* at start */
.my-mfp-slide-bottom .mfp-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;

    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

/* research
 **************************************************/
#research .pageheader {
    background-image: url(../img/research.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 190px 0 35px 0;
}

#research .pageheader .title {
    color: #fff;
    border: none;
}

/* slike
 **************************************************/
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

/* projects
 **************************************************/
#projects .pageheader {
    background-image: url(../img/projects.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 190px 0 35px 0;
}

#projects .pageheader .title {
    color: #fff;
    border: none;
}

#projects .fixedbg.parallax {
    background: #fff url('../img/panorama2.jpg');
}

/* contact
 **************************************************/
#contact .pageheader {
    background-image: url(../img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 190px 0 35px 0;
}

#contact .pageheader .title {
    color: #fff;
    border: none;
}

.contact-office {
    background: #fff url('../img/contact-office.jpg') no-repeat;
}

.contact-lab {
    background: #fff url('../img/contact-lab.jpg') no-repeat;
    color: #fff;
}

/*.contact-office .icon-huge, .contact-lab .icon-huge{
	color: #03cc85;
}*/


.icon-huge {
    font-size: 170px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: block;
    padding-top: 30px;
}

@media (max-width: 500px) {
    ul.timeline {
        margin: 0;
        border-left: none;
    }

    ul.timeline .circle {
        display: none;
    }

    ul.timeline .data {
        margin: 0 !important;
        margin-bottom: 10px !important;
        padding-top: 65px !important;
    }

    ul.timeline .date {
        margin-left: 0 !important;
    }

    #sidebar {
        width: 100%;
    }

    #sidebar-wrapper {
        overflow: auto;
    }

}

@media (max-width: 991px) {
    .mobilemenu {
        display: block;
    }

    .social-icons,
    #main-nav {
        left:0;
        z-index: 0;
    }

    #main {
        left: 0;
    }

}


/* fix for mobile view of pages */
@media screen and (max-width: 770px) {

    #blog-content {
        width: 100% !important;
    }

    .page {
        width: 100% !important;
        left: 0 !important;
    }

    .headercontent .title {
        font-size: 30px;
    }

}
.section-container {}

/************************************/
/************* SERVICES *************/
/************************************/
.service {
    text-align: center;
    padding: 20px 30px;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #cccccc;
    margin: 10px;
    width: 100%; /* Use responsive width */
    max-width: 270px; /* Limit to desired size */
    display: inline-block; /* Alternative to float */
}

.service:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition: all 0.3s ease;
    border-color: #aaaaaa; /* Slightly darker border on hover */
}


.service i {
    font-size: 46px;
    margin: 20px 0 10px 0;
}

.service h5 {
    margin: 15px auto 20px;
}

.service p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    font-size: 13px;
}

.service .btn.btn-sm {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
}

/************************************/
/************* POSTERS  *************/
/************************************/
.poster {
    text-align: center;
    margin: 10px;
    float: left;
    width: 270px;
}

.poster i {
    font-size: 46px;
    margin: 20px 0 10px 0;
}

.poster h5 {
    margin: 15px auto 20px;
}

.poster p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    font-size: 13px;
}

.poster .btn.btn-sm {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;
}

/********************************/
/************* BLOG *************/
/********************************/
.blog-posts h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.blog-posts p {
    color: #717171;
}

.blog-posts a.read-more {
    float: right;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #a4a4a4;
}

.blog-posts a.read-more i {
    font-size: 14px;
    margin-right: 2px;
    background-color: #f2f2f2;
    padding: 2px 6px;
    border-radius: 50%;
}

.blog-posts a.read-more:hover {
    color: #418bca;
    text-decoration: none;
}

.blog-posts a.read-more:hover i {
    background-color: #418bca;
    color: white;
}

.blog-divider {
    margin: 40px 0;
}

.blog-sidebar h3 {
    margin-top: 0;
}

.blog-sidebar .sidebar-widget {
    margin-bottom: 40px;
}

.blog-sidebar .nav.categories > li > a {
    color: #8b8b8b;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.blog-sidebar .nav.categories > li > a em {
    color: #979797;
    font-size: 11px;
}

.blog-sidebar .nav.categories > li > a:hover {
    color: #418bca;
    background-color: transparent;
}

.blog-sidebar .nav.categories > li > a:hover em {
    color: #418bca;
}

.blog-sidebar .nav.categories > li > a:before {
    content: "\f0da";
    font-family: FontAwesome !important;
    font-size: 12px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}

.blog-sidebar .recent-posts .media > a {
    display: inline-block;
    width: 64px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

.blog-sidebar .recent-posts .media > a img {
    height: 64px;
}

.blog-sidebar .recent-posts .media .media-body p {
    font-size: 11px;
    line-height: 16px;
}

.blog-sidebar .tags {
    list-style: none;
    padding: 0;
}

.blog-sidebar .tags li {
    position: relative;
    margin: 0 15px 5px 0;
    display: inline-block;
}

.blog-sidebar .tags li a {
    color: #717171;
    background: #f2f2f2;
    display: inline-block;
    padding: 2px 5px 3px;
    -webkit-transition: all ease-out 0.15s;
    -moz-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
}

.blog-sidebar .tags li a i {
    color: #418bca;
    margin-right: 2px;
    -webkit-transition: all ease-out 0.15s;
    -moz-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
}

.blog-sidebar .tags li a:after {
    top: 50%;
    width: 0;
    left: 100%;
    z-index: 2;
    content: "";
    display: block;
    margin-top: -11px;
    position: absolute;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11.5px;
    border-left-color: #f2f2f2;
    -webkit-transition: all ease-out 0.15s;
    -moz-transition: all ease-out 0.15s;
    transition: all ease-out 0.15s;
}

.blog-sidebar .tags li a:hover {
    background-color: #418bca;
    color: white;
    text-decoration: none;
}

.blog-sidebar .tags li a:hover i {
    color: white;
}

.blog-sidebar .tags li a:hover:after {
    border-left-color: #418bca;
}

.blog-details {
    list-style: none;
    padding: 0;
}

.blog-details > li {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-right: 10px;
    color: #a4a4a4;
}

.blog-details > li:last-child {
    margin-right: 0;
}

.blog-details > li i {
    color: #418bca;
    font-size: 14px;
    margin-right: 2px;
}

.blog-item h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.blog-item p {
    margin-bottom: 20px;
}

.blog-item blockquote {
    margin-left: 50px;
    border-color: #418bca;
    background-color: #f7f7f7;
    padding: 20px;
}

.blog-item blockquote p {
    color: #717171;
    font-size: 18px;
}

.blog-item blockquote footer {
    color: #a4a4a4;
}

.blog-item .blog-details {
    padding: 10px;
    background-color: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-item .blog-details li {
    border-right: 1px dotted rgba(0, 0, 0, 0.15);
    padding-right: 10px;
}

.blog-item .blog-details li:last-child {
    padding: 0;
    border: 0;
}

.blog-item .comments .comment {
    margin-bottom: 20px;
}

.blog-item .comments .comment .profile-photo {
    width: 10%;
    max-width: 80px;
    display: inline-block;
    vertical-align: top;
}

.blog-item .comments .comment .profile-photo > a img {
    width: 80%;
    max-width: 68px;
}

.blog-item .comments .comment .comment-container {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.blog-item .comments .comment .comment-container header {
    margin-bottom: 10px;
}

.blog-item .comments .comment .comment-container header .author {
    color: #a4a4a4;
}

.blog-item .comments .comment .comment-container header .author a {
    font-weight: 700;
    color: #585858;
}

.blog-item .comments .comment .comment-container header .author a:hover {
    color: #8b8b8b;
}

.blog-item .comments .comment .comment-container header .author small {
    display: block;
    color: #a4a4a4;
    font-size: 11px;
}

.blog-item .comments .comment .comment-container .comment-content p {
    font-size: 12px;
    color: #717171;
}

.blog-item .comments .comment .comment-container footer {
    margin-top: 15px;
}

.blog-item .comments .comment .comment-container footer > a {
    color: #585858;
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
}

.blog-item .comments .comment .comment-container footer > a > i {
    margin-right: 3px;
}

.blog-item .comments .comment .comment-container footer > a:hover {
    color: #8b8b8b;
    text-decoration: none;
}

.blog-item .comments .comment .comment-container footer > a span {
    color: #a4a4a4;
    font-size: 11px;
}

.blog-item .comments .comment .comment-container footer > a.liked > i {
    color: #ff4a43;
}

.blog-item .comments .comment .comment-container footer .replies {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

.blog-item .comments .comment .comment-container footer .replies > li:not(:first-child) {
    margin-top: 15px;
}

.blog-item .comments .comment .comment-container footer .replies > li .profile-photo,
.blog-item .comments .comment .comment-container footer .replies > li .reply-container {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.blog-item .comments .comment .comment-container footer .replies > li .profile-photo {
    width: 1%;
    padding-right: 15px;
}

.blog-item .comments .comment .comment-container footer .replies > li .profile-photo > img {
    width: 36px;
}

.blog-item .comments .comment .comment-container footer .replies > li:last-child .reply-container {
    border-bottom: 0;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container {
    font-size: 12px;
    color: #717171;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-author {
    font-weight: 700;
    color: #585858;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-author:hover {
    color: #8b8b8b;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-meta {
    font-size: 11px;
    margin-top: 15px;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-meta > a {
    color: #a4a4a4;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-meta > a:first-child {
    margin-left: 0;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-meta > a:hover {
    color: #717171;
    text-decoration: none;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-meta > a.liked > i {
    color: #ff4a43;
}

.blog-item .comments .comment .comment-container footer .replies > li .reply-container .reply-meta > i {
    font-size: 5px;
    position: relative;
    top: -1.6px;
}

@media only screen and (max-width: 768px) {
    .blog-posts h3 {
        margin-top: 15px;
    }
}

.separator {
    background: url(../img/separator.png) no-repeat center;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: none;
    clear: both;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 350;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}

.label-research {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
    background-color: #e3e3e3;
}

.label-interests {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
    background-color: #e3e3e3;
}

.label-interests:hover {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
    background-color: #e3e3e3;
}



.label-research:hover {
    font-weight: 400;
    color: black
}

.prostiText {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.podrocja {
    font-family: "Roboto", serif;
}

.list.naslovi {
    font-family: "Roboto", serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}

.address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.block address {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.block address .social {
  margin-top: 20px;
  margin-bottom: 30px;
}
.block address .social > a {
  font-size: 18px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #cccccc;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9); /* Increased contrast */
  transition: all 0.2s linear;
  text-align: center; /* Ensures content is centered horizontally */
  line-height: 36px; /* Centers content vertically */
  padding: 0; /* Removed padding to avoid misalignment */
}


.block address .social > a:hover {
  background-color: #888888; /* Slightly darker on hover */
  color: #ffffff; /* Fully white for better contrast */
  transform: scale(1.1); /* Subtle zoom effect */
}


.opisSlike {
    font-size: 12px;
}

            /* Rotating Icon */
            .winter-icon {
                display: inline-block;
                font-size: 2em;
                margin: 0 5px;
                transition: transform 2s ease-in-out;
            }

            /* Rotating Animation */
            @keyframes rotateHorizontal {
                0% {
                    transform: rotateY(0deg);
                }
                50% {
                    transform: rotateY(90deg);
                }
                100% {
                    transform: rotateY(0deg);
                }
            }

.link-icon i {
    color: black;
}

a {
    color: #FF4338;
    text-decoration: none;
}
