body {
    font-family: lato, sans-serif;
    background: #F6F8F9;
}

.flex {
    display: flex;
}

.flex.space-between {
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.top {
    font-size: 12px;
    top: 0px;
    line-height: 50px;
    background: rgba(191, 179, 147, 0.05);
    border-bottom: 1px solid rgba(191, 179, 147, 0.16);
}

.top .lang {
    cursor: pointer;
    padding: 0 10px 0 0;
    display: inline;
    /*margin-right: 20px;*/
    color: #999999;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}

.top .lang img {
    vertical-align: text-bottom;
}

.top .phone {
    letter-spacing: 0.56px;
    font-weight: 800;
    color: #808080;
}

.top .lang .selector {
    position: absolute;
    top: 17px;
    display: none;
    padding-top: 10px;
}

.top .lang .selector:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 12px;
    display: block;
    border-bottom: 9px solid white;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.top .lang ul {
    list-style-type: none;
    margin: 0;
    z-index: 5;
    background: white;
    padding: 10px 20px 10px 10px;
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.2);
    line-height: 25px;
}

.top .lang:hover .selector {
    display: block;
}

.top .lang ul a {
    color: #808080;
    display: block;
}

.top .lang img {
    margin-right: 10px;
    margin-top: -3px;
}

.top a.contact {
    letter-spacing: 0.56px;
    font-weight: 800;
    color: #808080;
    padding: 0 20px 0 0;
    margin-right: 20px;
    /*border-left: 1px solid rgba(0, 112, 187, 0.26);*/
    border-right: 1px solid rgba(0, 112, 187, 0.26);
}

.top .social a {
    margin-left: 20px;
}

.top .social a img {
    margin-top: -3px;
}

.sticky-navbar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    background: white;
}

nav.main .container {
    height: 80px;
    align-items: center;
    padding-right: 40px;
}

nav.main ul {
    margin-bottom: 0;
    display: flex;
    list-style-type: none;
    font-size: 14px;
    letter-spacing: 0;
    padding-right: 15px;
}

nav.main .logo img {
    height: 40px;
}

nav.main .menu {
    align-items: center;
    display: flex;
}

nav.main ul li {
    margin-left: 25px;
}

nav.main ul a {
    margin-left: 20px;
    color: #808080;
}

nav.main ul a:hover {
    color: #0070BB;
}

.banner {
    height: 680px;
    background: url('/static/images/header.jpg') no-repeat bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.banner .subpage_title {
    display: none;
}

.banner .subpage_title > span {
    margin: 0 30px;
}

.banner.subpage .subpage_title {
    display: block;
    font-weight: 600;
    font-size: 50px;
    font-style: italic;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    margin: 0;
    line-height: normal;
}

.banner.subpage .title, .banner.subpage .small {
    display: none;
}

.banner.subpage {
    height: 270px;
}

.banner.subpage .banner-content {
    padding-bottom: 65px;
}

.banner.subpage .container:after, .banner.subpage .container:before {
    display: none;
}

.banner .banner-content {
    flex: 1;
    color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 7%;
}

.banner-content .small {
    font-size: 35px;
    color: white;
    margin: 0;
}

.banner-content .title {
    font-size: 75px;
    line-height: 90px;
    letter-spacing: 1.8px;
    color: white;
    font-weight: 600;
    font-style: italic;
}

.banner-content .container:after, .banner-content .container:before {
    display: block;
    position: absolute;
    /*content: '';*/
    width: 25%;
    padding-bottom: 25%;
    border: 1px solid white;
}

.banner-content .container:after {
    top: -1px;
    right: 25%;
}

.banner-content .container:before {
    bottom: -30%;
    left: 15%;
}

.main .banner-content .container {
    max-width: 1250px;
    padding: 0 50px;
}

.welcome {
    background: white;
    padding: 80px 0;
}

.welcome .container > .text img {
    height: 54px;
    margin-right: 15px;
}

.welcome .container > .text {
    align-items: start;
    box-sizing: border-box;
    margin-top: 15px;
    flex: 1 0 65%;
}

.welcome .container > .text .welcome {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #0070BB;
    margin-bottom: 32px;
}

.welcome .container {
    max-width: 1400px;
}

.welcome .container > .text .title {
    font-size: 20px;
    font-weight: bold;
    color: #091324;
    line-height: 30px;
    margin-bottom: 15px;
    margin-right: 60px;
    padding-right: 70px;
    border-right: 1px solid #A8A8A8;
}

.welcome .container > .text .content {
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #0070BB;
    line-height: 34px;
    margin-bottom: 31px;
}

.welcome .container > .text .author {
    font-weight: bold;
    font-size: 14px;
    color: #808080;
}

.welcome .container > .text .position {
    letter-spacing: 0.52px;
    color: #0070BB;
    font-size: 14px;
    font-weight: bold;
}

.welcome .container .logos img {
    margin-left: 20px;
    height: 75px;
}

.welcome .container .logos img:nth-last-child(1) {
    height: 90px;
}

/*.welcome .container .logos img:nth-last-child(1) {*/
/*    height: 35px;*/
/*}*/

.studies .carousel .item, .studies .similar-studies .item {
    position: relative;
    background: rgba(0, 0, 0, 0.3) center;
    background-size: cover!important;
    margin: 0 5px;
}

.studies .similar-studies h3 {
    padding-left: 10px;
    padding-bottom: 15px;
}

.studies .similar-studies .item {
    margin: 0 0 10px;
}

.studies .carousel .item {
    max-height: 350px;
    max-width: 350px;
    width: 100vw;
    height: 100vw;
    background-size: cover!important;
}

.studies .carousel .item .data, .studies .similar-studies .item .data {
    display: flex;
    height: 100%;
    padding: 30px;
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
}

.studies .similar-studies .item .data {
    background: rgba(0, 0, 0, 0.3);
}

.studies .carousel .item .data {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.studies .carousel .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.slick-arrow {
    background: white;
    color: #2699FB;
    width: 45px;
    z-index: 2;
    height: 45px;
}

.slick-arrow:before {
    color: #2699FB;
}

.slick-arrow.slick-prev {
    left: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.slick-arrow.slick-next {
    right: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.studies .title, .strokovnjak .title {
    line-height: 25px;
    padding: 110px 0 35px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.84px;
    color: #091324;
    display: flex;
}

.studies .title .line, .strokovnjak .title .line {
    margin-left: 20px;
    border-bottom: 1px solid #707070;
    flex: 1;
}

.carousel .item, .similar-studies .item {
    outline: none !important;
    display: block;
}

.carousel .item .date, .similar-studies .item .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    width: 85px;
    height: 85px;
    color: #BFB393;
    text-align: center;
    font-size: 14px;
}

.carousel .item .short_content, .similar-studies .item .short_content {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.28px;
    color: #FFFFFF;
}

.carousel .item .podrocje, .similar-studies .item .podrocje {
    font-size: 10px;
    color: #ccc;
    border-left: 1px solid white;
    padding-left: 10px;
}

.similar-studies .item:hover {
    text-decoration: none;
}

.carousel .item:hover .button, .similar-studies .item:hover .button {
    text-decoration: underline;
}

.similar-studies .item .podrocje {
    margin: 10px 0;
}

.carousel .item .button, .similar-studies .item .button {
    background: #0070BB;
    border-radius: 20px;
    opacity: 0.81;
    letter-spacing: 0.32px;
    color: #B9B9B9;
    font-size: 10px;
    font-weight: 700;
    width: 95px;
    text-align: center;
    line-height: 35px;
    border: 0;
}

footer {
    background: #103351;
    color: #C9C8C8;
    font-size: 14px;
}

footer .first {
    padding: 80px 50px 50px;
}

footer .about .text {
    letter-spacing: 0.3px;
    color: #C9C8C8;
    font-size: 14px;
    width: 362px;
    line-height: 32px;
    margin: 20px 0;
    text-align: justify;
}

footer .about > img {
    height: 40px;
}

footer .about .logos img {
    margin-right: 28px;
}

footer .flex-1 {
    display: flex;
    justify-content: space-evenly;
    margin-left: 70px;
}

footer .flex-1 > div {
    width: 250px;
}

footer .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.52px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 33px;
    padding-bottom: 20px;
}

footer .title:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #999999;
    width: 40px;
}

footer .flex-1 > div.news {
    padding-right: 40px;
    max-width: 400px;
}

footer .news ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .news li:nth-child(n+2) {
    margin-top: 15px;
}


footer .news li {
    border-bottom: 1px solid #ffffff09;
    padding-bottom: 15px;
}

footer .news li a {
    display: flex;
    transition: transform .5s;
}

footer .news li a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

footer .news li .data {
    flex: 1;
    margin-left: 10px;
}

footer .news li .data .date {
    color: #AAA391;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
}

footer .news li .data .short_content {
    font-size: 14px;
    line-height: 26px;
    color: #C9C8C8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

footer .news li .photo {
    width: 60px;
    background: #eee center;
    height: 60px;
    background-size: cover;
}

section.podrocja-dela .container {
    padding-top: 145px;
    padding-bottom: 145px;
    position: relative;
}

section.podrocja-dela .search-container {
    position: relative;
}

section.podrocja-dela .search-box {
    position: absolute;
    background: #0070BB;
    color: white;
    height: 90px;
    width: 100%;
    top: -190px;
    align-items: center;
    padding: 20px 28px;
    display: flex;
    box-sizing: border-box;
}

section.podrocja-dela .search-box img{
    margin-right: 10px;
}

section.podrocja-dela .search-box input {
    flex: 1;
    outline: 0 !important;
    background: transparent;
    color: white;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.6px;
    border: 0;
    border-bottom: 1px solid #A8A8A8;
}

.search-box input::placeholder, .filter-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A8A8A8;
    opacity: 1; /* Firefox */
}

.search-box input:-ms-input-placeholder, .filter-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A8A8A8;
}

.search-box input::-ms-input-placeholder, .filter-bar input::-ms-input-placeholder { /* Microsoft Edge */
    color: #A8A8A8;
}

section.podrocja-dela .podrocja-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.podrocja-dela .podrocje {
    flex: 0 0 22%;
    margin-bottom: 80px;
    display: flex;
    text-decoration: none;
    flex-direction: column;
}

section.podrocja-dela .podrocje:hover .title {
    text-decoration: underline;
}

section.podrocja-dela .podrocje .title {
    border: 1px solid #0070BB;
    height: 135px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #0070BB;
}

section.podrocja-dela .podrocje .content {
    padding: 30px 20px;
    color: #3E3E3E;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    background: #DDDDDD;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.podrocja-dela .content div.link {
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 30px;
    color: #0070BB;
}

section.podrocje-dela .podpodrocja {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.18px;
    color: #808080;
}

section.podrocje-dela .podpodrocja ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #0070BB;
    margin-top: 25px;
}

section.podrocje-dela .podpodrocja ul li {
    position: relative;
    padding-left: 17px;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

section.podrocje-dela .podpodrocja ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    height: 9px;
    width: 9px;
    border-radius: 5px;
    background: #0070BB;;
}

section.podrocje-dela .description {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.57px;
    color: #202124;
    margin: 100px 0 80px 0;
}

section.podrocje-dela .description .content {
    margin-left: 40px;
    display: flex;
    align-items: center;
}

section.podrocje-dela .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #091324;
    letter-spacing: 0.64px;
    margin-bottom: 40px;
}

section.podrocje-dela .title span {
    margin-right: 14px;
}

section.podrocje-dela .flex .line {
    border-bottom: 1px solid #091324;
}

#strokovnjaki-widget {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#strokovnjaki-widget li {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 40px;
}

#strokovnjaki-widget li .img-holder, .studije-list .studije .img-holder {
    position: relative;
    padding-bottom: 70%;
}

#strokovnjaki-widget li .img, .studije-list .studije .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-size: cover !important;
}

#strokovnjaki-widget li .img-holder:after, .studije-list .studije .img-holder:after {
    background: #0070BB;
    content: '';
    position: absolute;
    display: block;
    left: -30px;
    right: 30px;
    top: 15px;
    bottom: -60px;
    z-index: 0;
}

#strokovnjaki-widget li .inner, .studije-list .studije .inner {
    position: relative;
    height: 100%;
}

#strokovnjaki-widget li .inner:before, .studije-list .studije .inner:before {
    content: '';
    position: absolute;
    display: block;
    left: -15px;
    right: -15px;
    top: 100px;
    bottom: 0px;
    z-index: 1;
    border: 1px solid #A8A8A8;
}

#strokovnjaki-widget li .inner .name, .studije-list .studije .inner .name {
    position: relative;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
    z-index: 2;
    padding-left: 0px;
    width: calc(100% - 35px);
}

.studije-list .studije .inner .name a {
    color: white;
}

#strokovnjaki-widget li .inner .name.small, .studije-list .studije .inner .name.small {
    font-size: 13px;
    margin-top: 16px;
}

#strokovnjaki-widget li .inner .izobrazba, .studije-list .studije .inner .izobrazba {
    color: #707070;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 60px;
    padding-left: 15px;
}

.strokovnjaki-list #strokovnjaki-widget li {
    flex: 0 0 20%;
}

.strokovnjaki-list #strokovnjaki-widget li .img-holder, .strokovnjak #strokovnjaki-widget li .img-holder {
    padding-bottom: 100%;
}

.strokovnjaki-list #strokovnjaki-widget li .img-holder:after, .strokovnjak #strokovnjaki-widget li .img-holder:after {
    top: 40%
}

.strokovnjaki-list {
    padding: 90px 0;
}

.strokovnjaki-list #strokovnjaki-widget li .inner:before, .strokovnjak #strokovnjaki-widget li .inner:before {
    padding-top: 100%;
}

section.strokovnjak {
    padding: 90px 0;
}

.strokovnjak .strokovnjak-info {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.18px;
    color: #808080;
}

.strokovnjak .contact-info a {
    display: block;
}

.strokovnjak .contact-info {
    text-align: center;
}


.strokovnjak .contact-info .inner {
    display: inline-block;
}

.strokovnjak .contact-info .phone,
.strokovnjak .contact-info .email {
    padding-left: 30px;
    position: relative;
    text-align: left;
}

.strokovnjak .contact-info a {
    font: 300 normal 14px/28px Lato;
    letter-spacing: 0.45px;
    color: #707070;
}

.strokovnjak .contact-info .phone img,
.strokovnjak .contact-info .email img {
    position: absolute;
    top: 9px;
    left: 0;
}

.strokovnjak .strokovnjak-info .quote {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.81px;
    color: #0070BB;
    border-bottom: 1px solid #707070;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.strokovnjak .strokovnjak-info .short_content p {
    margin-bottom: 0;
}

.strokovnjak .strokovnjak-info .short_content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.strokovnjak .strokovnjak-info .short_content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0070BB;
    width: 30px;
    height: 2px;
    content: '';
}

.strokovnjak .strokovnjak-info .quote span {
    margin-left: 30px;
}

.strokovnjak .strokovnjak-info .podrocja {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

.strokovnjak .strokovnjak-info .podrocja li {
    flex: 1 0 50%;
    color: #0070BB;
}

.strokovnjak .strokovnjak-info .podrocja li a {
    color: #0070BB;
}

.strokovnjak .title {
    padding-top: 80px;
}

.strokovnjak .strokovnjak-info .studije {
    padding-left: 30px;
}

.strokovnjak .strokovnjak-info .studije a {
    color: #808080;
}

.studije-list .container {
    position: relative;
}

.studije-list .studije {
    flex-wrap: wrap;
    padding-top: 135px;
    padding-bottom: 180px;
}

.studije-list .studije .strokovnjak {
    flex: 0 0 17%;
    margin-bottom: 50px;
}

.studije-list .studije .studija {
    flex: 0 0 78%;
    padding-top: 30px;
    border-top: 2px solid #EBEDED;
}

.studije-list .studije .studija:hover {
    text-decoration: none;
}

.studije-list .studije .studija:hover .title {
    text-decoration: underline;
}

.studije-list .studija .title {
    font: Bold 24px/35px Lato;
    letter-spacing: 0px;
    color: #202124;
    margin-bottom: 20px;
}

.studije-list .studija .content {
    font: normal 14px/25px Lato;
    letter-spacing: 0px;
    color: #202124;
}

.filter-bar {
    z-index: 2;
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
}

.filter-bar select {
    background: white;
    flex: 0 0 40%;
    color: #808080;
    font-size: 20px;
    line-height: 27px;
    background: white;
    outline: none !important;
    padding: 0 31px;
    border: 1px solid #0070BB;
    border-radius: 0;
}

.filter-bar .search-input img{
    margin-right: 10px;
}

.filter-bar .search-input {
    flex: 0 0 57%;
    display: flex;
    background: #0070BB;
    padding: 20px 30px;
}

.filter-bar .search-input input {
    width: 100%;
    font-weight: normaal;
    font-size: 20px;
    letter-spacing: 0.54px;
    color: white;
    border: 0;
    border-bottom: 1px solid #A8A8A8;
    background: transparent;
    outline: none !important;
}

section.studija {
    padding-top: 75px;
}

section.studija .content table td {
    border: 1px solid #ccc;
}

section.studija .col-3 #strokovnjaki-widget {
    background: white;
}

section.studija .col-md-9 .image {
    padding-bottom: 40%;
    border-radius: 6px;
    position: relative;
    background-size: cover !important;
}

section.studija .image .date {
    white-space: break-spaces;
    background: #FFFFFF;
    text-align: center;
    padding: 30px 0;
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50px;
    left: 35px;
    width: 130px;
    height: 130px;
    letter-spacing: 0.38px;
    color: #808080;
    font-size: 19px;
    line-height: 35px;
}

section.studija h1.title {
    font: Bold 50px/61px Lato;
    letter-spacing: 0px;
    color: #202124;
    border-top: 2px solid #EBEDED;
    padding: 11px 0 60px;
    margin: 0;
}

section.studija .summary {
    font: 600 Italic 20px/33px Lato;
    letter-spacing: 0px;
    padding-bottom: 30px;
    color: #202124;
}

section.studija .content {
    padding-top: 40px;
    font: normal 14px/24px Lato;
    letter-spacing: 0px;
    color: #414141;
}

section.studija .content .short {
    font: 600 Italic 21px/36px Lato;
    letter-spacing: 0px;
    color: #0070BB;
}

section.studija .special-block {
    background: #0070BB;
    width: 75%;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    margin-bottom: 120px;
}

section.studija .special-block:after {
    content: '';
    display: block;
    height: 100px;
    bottom: -50px;
    border: 1px solid #0070BB;
    width: 127%;
    left: 40px;
    position: absolute;
}

section.studija .special-block h1 {
    font: normal 40px/40px 'Georgia';
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}

section.studija .special-block p {
    font: normal 14px/24px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.form .title {
    margin-bottom: 15px;
    font: 600 24px/50px Lato;
    letter-spacing: 1.2px;
    color: #091324;
}

.form .form-progress {
    height: 1px;
    background: #707070;
    position: relative;
}

#app > .img {
    background: url(/static/images/313.png) no-repeat center;
    background-size: cover;
    padding-bottom: 35%;
    margin: 65px 0 0 65px;
    position: relative;
}

#app > .img:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    display: block;
    border-top: 30px solid #0070BB;
    border-left: 30px solid #0070BB;
}

#app > .img:before {
    content: '';
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 43%;
    padding-bottom: 35%;
    display: block;
    border: 1px solid #FFFFFF;

}

.contact-form {
    background: white;
    padding: 20px 0 50px;
    margin-top: 50px;
}

.form {
    position: relative;
    padding-bottom: 70px;
}

.form > .flex {
    padding-top: 50px
}

.form .form-content {
    font: normal 14px/25px Lato;
    letter-spacing: 0.16px;
    color: #707070;
}

.form .form-content .buttons {
    position: absolute;
    bottom: 0;
    right: 0;
}

.form .form-content .buttons button {
    font: 700 10px/12px Lato;
    color: white;
    background: #0070BB;
    padding: 19px 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
}

.form .form-content .buttons button:disabled {
    opacity: 0.5;
}

.form .form-content select, .form .form-content textarea, .form .form-content input[type=text], .form .form-content input[type=email] {
    height: 50px;
    padding: 0 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #0070BB;
    width: 100%;
    font: normal 20px/30px Lato;
    color: #808080;
    margin-top: 30px;
    outline: none !important;
}

.form .form-content input[type=checkbox] {
    display: none;
}

.form .form-content input[type=checkbox] + label {
    font: normal 14px/18px Arial;
    letter-spacing: 0px;
    color: #808080;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    margin-top: 20px;
}

.form .form-content input[type=checkbox] + label:before {
    content: '';
    height: 28px;
    width: 28px;
    border: 1px solid #808080;
    border-radius: 15px;
    left: 0;
    display: block;
    position: absolute;;
    top: 0;
}

.form .form-content input[type=checkbox]:checked + label:after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 15px;
    left: 9px;
    position: absolute;
    top: 9px;
    display: block;
    background: #0070BB;
}

.form .thank_you {
    font: 300 24px/30px Lato;
    letter-spacing: 1.18px;
    margin-top: 10px;
}

.form .form-content label {
    font: 600 20px/25px Lato;
    letter-spacing: 0.23px;
    color: #707070;
}

.form .form-content textarea {
    height: auto;
    padding: 10px;
}

.form .step {
    font: 300 100px/100px Lato;
    letter-spacing: 3.08px;
    color: #808080;
}

.form .form-progress .form-progress-inner {
    height: 20px;
    top: -10px;
    left: 0;
    background: #2699FB;
    border-radius: 10px;
    position: absolute;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #0070BB;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.active .hamburger .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.active .hamburger .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.active .hamburger .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.container {
    padding: 0 30px;
}

.timeline .event {
    display: flex;
    align-items: center;
    transform: translateY(100px);
    opacity: 0;
    position: relative;
    transition: all 1s;
}

.timeline .event.visible {
    transform: none;
    opacity: 1;
}

.timeline .event:nth-last-child(n+2) {
    margin-bottom: 140px;
}

.timeline .event:nth-child(n+2):after {
    content: '';
    position: absolute;
    top: -110px;
    height: 80px;
    width: 1px;
    background: #0070BB;
    left: 75px;
}

.timeline {
    width: 100%;
    margin: auto;
    padding: 100px 0;
}

.timeline .text {
    flex: 1;
    padding-left: 20px;
    font-size: 14px;
    color: #808080;
    font-weight: bold;
}

.timeline .event .circle {
    width: 150px;
    height: 150px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid #0070BB;
    padding: 0 18px;
    text-align: center;
    color: #0070BB;
}

.timeline .event:nth-child(2n+1) .circle {
    background: #0070BB;
    color: white;
}

.bg-white {
    background: white;
}

.contact .flex.info {
    margin: 0 0 80px;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #808080;
    padding-top: 60px;

}

.contact .flex.info img {
    height: 40px;
}

h3 {
    font-size: 18px;
    color: #0070BB;
    font-weight: bold;
}

.contact .txt {
    font-size: 12px;
    color: #808080;
}

.contact .location .img {
    position: relative;
    width: 200px;
}

.contact .location .img:before {
    content: '';
    background: #0070BB;
    width: 150px;
    height: 110px;
    display: block;
    margin-top: 30px;
}

.contact .location .img:after {
    content: '';
    border: 1px solid #bbb;
    width: 170px;
    position: absolute;
    left: 10px;
    top: 70px;
    height: 140px;
}

.contact .location .img img {
    width: 80px;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 2;
}

.contact .location .map {
    flex: 1;
}

.contact .location .info {
    padding: 0 30px 0 40px;
    width: 300px;
}

.contact .location h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #808080;
    margin-bottom: 10px;
}

.contact .location .map {
    display: flex;
    flex-direction: column;
}

.contact .location.first {
    margin-bottom: 50px;
}

.contact .location .map > div {
    flex: 1;
}

.contact {
    padding-bottom: 50px;
}

.contact .location {
    font-size: 12px;
    color: #808080;
}

.form .form-content label
.contact .location .info > div {
    position: relative;
    margin-bottom: 8px;
}

.contact .location .info > div.address {
    margin-bottom: 20px;
}

.contact .location .info > div .icon {
    position: absolute;
    left: -30px;
    top: 0;
    width: 25px;
    text-align: center;
}

@media (max-width: 1260px) {
    .welcome .container > .text .title {
        margin-right: 30px;
        padding-right: 30px;
    }

    .welcome .container > .text {
        flex: 1 0 50%;
    }
}

@media (max-width: 1000px) {
    .welcome .container > .text .title {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .welcome .container > .logos {
        text-align: center;
        margin-top: 30px;
    }

    .welcome .container {
        flex-direction: column;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }

    .hamburger {
        display: inline-block;
    }

    #menu {
        position: relative;
    }

    nav.main .menu {
        max-height: 0;
        overflow: hidden;
        background: white;
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        transition: max-height 0.5s;
        box-shadow: 0px 6px 16px -5px rgba(0, 0, 0, 0.3);
    }

    #menu.active .menu {
        max-height: 300px;
    }

    nav.main .phone {
        display: none;
    }

    nav.main .menu ul {
        padding: 0;
        margin: 0;
        display: block;
        text-align: center;
    }

    nav.main .menu ul li {
        padding: 10px 0;
        border-top: 1px solid #eee;
        margin: 0;
    }

    .banner {
        height: 300px;
    }

    .welcome {
        display: block;
        padding: 20px 0;
    }

    .welcome .img {
        padding-bottom: 50%;
    }

    .banner-content .small {
        font-size: 30px;
    }

    .banner-content .title {
        font-size: 40px;
        line-height: 1;
    }

    #app > .img {
        display: none;
    }

    footer .first {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .first > div {
        flex: 0 0 51%;
        display: inline-block;
        margin: 0;
    }

    section.podrocja-dela .podrocje {
        flex: 0 0 45%;
    }

    .strokovnjaki-list #strokovnjaki-widget li {
        flex: 0 0 50%;
    }

    .contact > .info {
        flex-wrap: wrap;
    }

    .contact > .info > div {
        flex: 1 0 50%;
        padding-bottom: 10px;
    }
}


@media (max-width: 750px) {
    section.podrocja-dela .search-box img{
        height: 20px;
    }

    .studije-list .studije .inner .name, .studije-list .studije .inner .izobrazba{
        display: none;
    }

    .studije-list .studije .img{
        width: 105px;
        left: 5px;
        height: 70px;
    }

    .studije-list .studije .img-holder:after{
        left: -10px;
        right: 40px;
        top: 10px;
        bottom: -0px;
    }

    .studije-list .studije{
        padding-top: 110px;
    }

    .studije-list .studije .studija{
        padding-top: 0;
        border-top: 0;
    }

    .studije-list .studija .title{
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
    }

    .studije-list .studije .inner{
        width: 128px;
        margin-right: 10px;
    }

    .studije-list .studije .inner:before{
        left: -1px;
        right: 15px;
        top: 35px;
        bottom: -15px;
    }

    .studije-list .studije .studija{
        flex: 1;
        border-top: 0;
    }

    .welcome .container > .text .title {
        font-size: 16px;
    }
    nav.main .container{
        padding-right: 20px;
    }

    .banner .banner-content {
        justify-content: center;
        padding-bottom: 0;
    }

    .welcome .container > .text .author, .welcome .container > .text .position {
        font-size: 12px;
    }

    .banner-content .small {
        font-size: 20px;
    }

    .banner-content .title {
        line-height: 54px;
        margin-top: 20px;
    }

    .welcome .container .logos {
        padding-left: 64px;
        text-align: left;
        margin-top: 20px;
    }

    .welcome .container .logos img {
        margin-left: 0px;
    }

    .welcome .container > .logos img:nth-child(1) {
        height: 50px;
    }

    .welcome .container > .logos img:nth-child(2) {
        height: 60px;
    }

    .welcome .container > .logos img:nth-child(3) {
        height: 23px;
    }

    .main .banner-content .container {
        padding: 0 20px;
    }

    .top a.contact {
        padding: 0 10px;
        margin-right: 10px;
    }

    .container {
        padding: 0 20px;
    }

    .welcome > .text .welcome {
        display: none;
    }

    .welcome .img {
        padding-bottom: 70%;
    }

    .strokovnjak .contact-info {
        padding-bottom: 20px;
    }

    .form .form-content select, .form .form-content textarea, .form .form-content input[type=text], .form .form-content input[type=email] {
        font-size: 16px;
        height: 40px;
        padding: 0 10px
    }

    .form .form-content textarea {
        height: auto;
        padding: 10px;
    }

    .top .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top .lang {
        margin-right: 0;
    }

    .top .social a {
        margin-left: 15px;
    }

    .welcome > .text .footer img {
        margin-top: 20px;
    }

    .welcome > .text {
        padding: 20px;
    }

    .welcome > .text .title {
        font-size: 20px;
        line-height: 30px;
    }

    .welcome > .text .footer {
        display: block;
    }

    .form .title {
        font-size: 40px;
        line-height: 65px;
    }

    .form > .flex {
        flex-direction: column;
    }

    section.podrocja-dela .podrocje {
        flex: 1 0 100%;
        margin-bottom: 30px;
    }


    .banner.subpage .subpage_title {
        font-size: 40px;
    }

    .podrocje-dela .description .img {
        display: none;
    }

    section.podrocje-dela .description .content {
        margin-left: 0;
    }

    section.podrocja-dela .container{
        padding-top: 60px;
    }

    section.podrocja-dela .search-box{
        top: -90px;
        left: -20px;
        padding: 10px 20px;
        height: 55px;
        width: calc(100% + 40px);
    }

    section.podrocja-dela .search-box input{
        font-size: 14px;
    }

    section.podrocja-dela .podrocje .title{
        padding: 0 10px;
        height: 110px;
        font-size: 20px;
    }

    .strokovnjaki-list #strokovnjaki-widget li {
        flex: 1 0 100%;
    }

    .strokovnjak .strokovnjak-info .quote img {
        display: none;
    }

    section.podrocja-dela .podrocje .content{
        font-size: 10px;
        line-height: 14px;
        padding: 15px 20px;
        display: none;
    }

    section.podrocja-dela .content div.link{
        font-size: 10px;
        margin-top: 10px;
    }

    .strokovnjak .strokovnjak-info .quote span {
        margin-left: 0;
    }

    #strokovnjaki-widget li {
        flex: 1;
    }

    footer .news {
        padding: 20px 0;
    }

    footer .about .text {
        width: auto;
    }

    footer .first > div {
        flex: 1 0 100%;
    }

    .filter-bar {
        flex-direction: column;
    }

    .filter-bar select {
        padding: 15px 20px 15px 50px;
    }

    .filter-bar .search-input {
        padding: 17px 20px;
    }

    .filter-bar select, .filter-bar .search-input {
        flex: 1 0 100%;
        min-height: 54px;
    }

    .filter-bar .search-input img{
        height: 25px;
    }

    .filter-bar select, .filter-bar .search-input input{
        font-size: 14px;
    }

    .contact > .info > div {
        flex: 1 0 100%;
        padding-bottom: 10px;
    }

    .contact .location {
        flex-direction: column;
    }

    .contact .location .img {
        margin-bottom: 90px;
    }

    .contact .location .info {
        width: auto;
        padding: 0;
    }

    .contact .location .info > div {
        margin-left: 17px;
        position: relative;
    }

    .contact .location .map {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .contact .location .map .gmaps {
        min-height: 200px;
    }

    footer .first {
        padding: 40px 20px 30px;
    }

    .studije-list .studija .content {
        display: none;
    }

    section.studija .col-md-9 .image {
        padding-bottom: 70%;
    }

    section.studija .title {
        font-size: 30px;
        line-height: 35px;
    }
}
