@font-face {
    font-family: 'Signika';
    src: url('./../assets/fonts/signika-light-webfont.woff2') format('woff2'),
         url('./../assets/fonts/signika-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Signika Regular';
    src: url('./../assets/fonts/signika-regular-webfont.woff2') format('woff2'),
         url('./../assets/fonts/signika-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: Technika;
    src: url(./../assets/fonts/Technika-Bold.otf);
}


* {
    box-sizing: border-box;
}

body {
    font-family: 'Signika', 'Arial',sans-serif;
    font-size: 17px;
    line-height: 26px;
    background-image: url(../assets/images/lev_CTU_bg.svg);
    background-size: 650px;
    background-repeat: no-repeat;
    background-position: right top;
    font-weight: 300;
}

h1 {
    padding: 0;
    margin-top: 90px;
    margin-bottom: 45px;
    font-weight: normal;
    font-size: 30px;
    font-family: 'Signika Regular';
        font-weight: 600;
}

h2{
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 25px;
    font-family: 'Signika Regular';

}

h3{
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Signika Regular';
}

a{
    color: #009fd0;
}

a:hover {
    text-decoration: none;
    color: #002f3e;
}

.rci-logo {
    top: 0;
    left: 50%;
    transform: translateX(-165%);
    position: absolute;
    width: 400px;
    z-index: 2;
    height: 350px;
}

.menu {
    padding: 35px 30px 50px 0;
}

nav a {
    margin-left: 30px;
    color: black;
    padding-bottom: 5px;
    border-bottom: 5px solid #009fd0;
    position: relative;
    transition: .5s;
    font-family: 'Signika Regular'
}

nav a::after {
    content: '';
    top: 100%;
    left: 0;
    height: 5px;
    z-index: 10;
    position: absolute;
    width: 0%;
    background-color: #000000;
    transition: .5s;
}

nav a:hover {
    text-decoration: none;
    color: #000000;
}

nav a:hover::after {
    width: 100%;
}

.main-wrapper {
    padding: 0;
    z-index: 1;
    background-color: #f3f3f3;
    padding: 30px 30px 120px 30px;
    position: relative;
}

.research-programs-data {
    margin-left: -70px;
    margin-right: -70px;
}

.research-programs-data .row {
    margin-bottom: 30px;
}

.research-programs-card {
    width: 100%;
    height: auto;
    min-height: 180px;
    background: #000000;
    color: white;
    display: flex;
    transition: all .4s ease-in-out;
    z-index: 2;
}


.card-image{
    opacity:1;
    transition: opacity 0.4s ease-in-out;
}


.research-programs-nav {
    background-color: rgba(0, 127, 166, 1);
    height: auto;
    min-height: 100%;
    width: 100%;
    padding: 12px 20px 12px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    color: #ffffff;
    display: none;
}

.research-programs-nav ul{
    padding-left: 15px;
    width: 100%;
}

.research-programs-nav ul li {
    color: #ffffff;
    line-height: 17px;
}

.research-programs-card-wrapper {
    position: relative;
    height: auto;
    width: auto;
    transition: all .4s ease-in-out;
}

.research-programs-card-wrapper:hover, .research-programs-card-wrapper:active {
    transform: scale(1.2);
    z-index: 10;
    color: #009fd0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.22);
}

.research-programs-card-wrapper:hover .card-image{
    opacity: 0;
}

.research-programs-nav h3 {
    font-size: 12.5px;
    color: #ffffff;
    margin-left: 0;
    text-align: right;
    font-weight: 200;
}

.research-programs-nav a {
    color: #ffffff;
    text-decoration: underline;
    transition: .4s;
    font-size: 14px;
}

.machine-learning-nav a:hover {
    color: #dfdfdf;
}

.research-programs-card:hover svg {
    opacity: 1;
}

.research-programs-card h3 {
    margin: 40px 15px 15px 15px;
    font-size: 20px;
    position: relative;
}

.research-programs-card h3::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 4px;
    left: 0;
    bottom: -10px;
    background-color: #009fd0;
}

.card-image {
    height: 100%;
    width: 160px;
}

.work-with-us-data{
    margin-bottom: 30px;
}

.work-with-us-card {
    background-color: #f3f3f3;
}

.work-with-us-card-title {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Signika Regular';
    border-top: 4px #009fd0 solid;
    padding-top: 5px;

}

.work-with-us-card-text{
        line-height: 22px;
}

.contact-form input {
    border: none;
}

.contact-form input[type=email] {
    background-color: #009fd0;
    width: 600px;
    padding: 15px;
    color: #ffffff;
}

.contact-form input[type=email]::-webkit-input-placeholder {
    color: #d6d6d6;
}

.contact-form input[type=email]::-moz-placeholder {
    color: #d6d6d6;
}

.contact-form input[type=email]::placeholder {
    color: #d6d6d6;
}

.contact-form input[type=email]:focus {
    -webkit-box-shadow: 0px 10px 49px -8px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 49px -8px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 49px -8px rgba(0,0,0,0.25);
}

.contact-form input[type=submit] {
    background-color: #000000;
    padding: 15px 45px;
    color: #ffffff;
    margin-left: 10px;
    transition: 0.4s;
    margin-bottom: 125px;
}

.contact-form input[type=submit]:hover {
    cursor: pointer;
    color: #f3f3f3;
    background-color: #1f1f1f;
}

.positions-data{
    padding: 40px 60px 40px 60px;
    background-color: #009fd0;
    color: white;
    display: block;
    overflow: hidden;
    margin-left: -70px;
    margin-right: -70px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.22);
    margin-bottom: 20px;
}

.position-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.position-item a{
    color: white;
    text-decoration: underline;
}

.position-item::before{
    padding: 0 5px 0 0;
    content: '\25A0';
    font-size: 16px;
    color: black;
    width: 20px;
    height: 100%;
    display: inline-block;
    float: left;
    vertical-align: -20%;
    line-height: 20px;
    color: white;
}

.position-item a {
    display: block;
}

.position-item .description{
    color: black;
}

.position-item p.description a{

}

.position-item p.description a i{
    margin-left: 5px;
}

.cta-text{
    font-size: 18px;
    font-weight: 600;

}

footer {
    background: #000000;
    color: #ffffff;
}

.justify-content-center{
    text-align: center;
}

footer svg {
    width: 230px;
    height: auto;
}

footer svg path {
    fill: #ffffff;
}

footer h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

footer h4 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

footer h4 a {
    transition: .4s;
}

footer h4 a:hover {
    color: #009fd0;
}

footer a {
    color: #ffffff;
}

footer li {
    margin-bottom: 15px;
}

footer li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-info {
    margin-top: 90px;
    margin-bottom: 100px;
}

footer h4::after {
    content: '';
    width: 85px;
    height: 4px;
    background: #009fd0;
    position: absolute;
    left: 1px;
    bottom: -8px;
}

footer .container {
    padding: 30px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
}

footer ul li, .mobile-menu-visible ul li {
    list-style: none;
}

#mobile-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000000;
    font-weight: bold;
    border-bottom: 5px solid #009fd0;
    display: none;
    z-index: 10;
}

.mobile-menu-visible {
    background-color: rgba(0, 159, 208, .9);
    position: fixed;
    display: none;
    padding: 150px 30px;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
}

.mobile-menu-visible .mobile-menu-link {
    position: fixed;
    top: 100px;
    right: 30px;
    color: white;
    border-bottom: 5px solid #000000;
}

.mobile-menu-visible li {
    margin: 30px 0;
}

.mobile-menu-visible li a {
    font-size: 30px;
    color: #ffffff;
}


.slider-item{
    position: relative;
}

.slider-item img{
    width: 100%;
    position: relative;
}

.slider{
    position: relative;
}

.slider-item a.infobox{
    background-color: #009fd0;
    color: white;
    position: absolute;
    left: 00px;
    bottom: 50px;
    min-height: 150px;
    width: 80%;
    padding: 20px 40px 0px 40px;
    transition: 0.3s ease-in-out background-color;

}


.slider-item a.infobox:hover{
    background-color: #008cb8;
}

.slick-arrow{
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border:none;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    transition: 0.3s ease-in-out background-color;
    min-width: 90px;


}

.slick-arrow:hover{
 cursor: pointer;
    background-color: rgba(0, 0, 0, 0.9);

}

.slick-next:after{
    position: relative;
    padding: 5px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f30b";
    font-size: 16px;

}

.slick-prev:before{
    position: relative;
    padding: 5px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f30a";
    font-size: 16px;
}

.slick-dots{
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 45%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 5px 0px 5px;
    margin: 0 auto;
}

.slick-dots li{
    display: inline-block;
    list-style: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid white;
}

.slick-dots li.slick-active{
    background-color: rgba(255, 255, 255, 1);



}

.slick-dots li button{
    display: none;
}

.slick-next{
    right: 0;
}
.slick-prev{
    left: 0;
    z-index: 9999;
}

.text{
    font-size: 20px;
    min-height: 60px;
}

p.link{
    text-decoration: underline;
    color: white;
    display: inline-block;
    float: right;
}

p.link:hover{
    color: black;
}

p.link i{
    font-size: 10px;
    padding: 5px;
}


@media only screen and (max-width: 1200px) {
    .research-programs-card:hover,
    .research-programs-card:active, 
    .research-programs-card-wrapper:hover,
    .research-programs-card-wrapper:active {
        transform: none;
    }

    footer svg {
        width: 180px;
        height: auto;
        margin-bottom: 30px;
    }

    .rci-logo {
        top: 0;
        width: 35%;
        height: auto;
        left: 0;
        transform: none;
        position: absolute;
    }

        .research-programs-nav a {
    font-size: 16px;
}

@media only screen and (max-width: 992px) {
    .research-programs-nav ul li{
        margin-bottom: 5px;
    }
    .research-programs-data .row {
        margin-bottom: 0;
    }

    .research-programs-data{
        margin-left: -30px;
        margin-right: -30px;
    }

    .positions-data .row {
        margin-bottom: 0;
    }

    .research-programs-card {
        margin-bottom: 30px;
    }

    .work-with-us-card {
        margin-bottom: 50px;
    }

    form {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .contact-form input[type=email] {
        width: 62.5%;
        height: 56px;
    }

    .contact-form input[type=submit] {
        width: 35%;
        padding: 15px 5px;
        margin-left: 0;
    }

    .slider-item a.infobox{
        position: relative;
        width: 100%;
        overflow: hidden;
        display: block;
        min-height: 200px;   
    }

    .slider-item img{
        display: block;
    }
    .slick-dots{
        position: absolute;
        background-color: rgba(0, 0, 0, 0);
        padding: 5px 5px 0px 5px;
}

    .slick-dots li{
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (max-width: 767px) {
    .research-programs-card-wrapper:hover, .research-programs-card-wrapper:active {
    transform: none;
}

    .positions-data{
      margin-left: -30px;
    margin-right: -30px;
    padding: 40px 20px 40px 20px ;
    }

    .work-with-us-card{
        width: 100%;
    }


    .main-wrapper {
        background-color: rgba(243, 243, 243, 0.75);
        padding: 15px;
        margin: auto;
    }


    .about-us {
        margin-top: 170px;
    }

    #mobile-menu {
        display: block;
    }

    nav {
        display: none;
    }


}

@media only screen and (max-width: 575px) {
    .main-wrapper {
        width: 95%;
    }

    .about-us {
        margin-top: 125px;
    }

    .rci-logo {
        width: 40%;
        height: auto;
        top: -25px;
        left: -25px;
    }

}
}

@media only screen and (max-width: 460px) {
    .rci-logo {
        width: 50%;
        height: auto;
    }

    .research-programs-nav{
        padding: 10px 35px 10px 40px;
        box-sizing: border-box;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }


}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}