/*
	Theme Name: NIMP Laboratory
	Author: Cirian Sulu
	Version: 2.1
 */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}*/

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin-bottom: 1rem; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}

@media (max-width: 500px) {
  span.nimp-name, div.top-left ul li br {
    display: none;
  }
  div.top-left ul li {
    width: 190px !important;
    margin: 0;
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  div.top-left ul li {
    width: 100px !important;
    margin: 0;
  }
  span.nimp-re, div.top-left ul li br {
    display: none;
  }
  div.top-left ul li a img {
    border-right: none;
  }
}

.py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.infim-navbar {
    background-color: #fff;
}

div.projects-filter {
  border-left: 7px solid #1d4c81;

  background-color: rgb(245, 245, 245);
}

div.projects-filter form {
  float: left;
}

label.found-posts {
  background-color: #ffc107;
  color: #212529;
  padding: 2px;
  margin: 5px;
  border-radius: 5px;
  color: white;
}

.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: .5rem;
    padding-left: .5rem;

}


nav .navbar-nav li a{
   color: #2a3855;
    text-transform: uppercase;
    font-family: Bookman,serif;
    font-size: 14px;
    cursor: pointer;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar {
    /*height:69.75px;*/
   /* position: relative;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
*, ::before, ::after {
    box-sizing: border-box;
}

navbar-nav {
    list-style: none;
}
.nav {
    list-style: none;
}

div.top-left ul li a.nimp-logo-link img {
    width: 75px;
    float: left;
    padding-right: 5px;
    margin-right: 5px;
    margin-left: 13px;
    border-right: 2px solid #2a3855;
}

img {
    vertical-align: middle;
    border-style: none;
    border-right-style: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

div.top-left ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
div.top-left ul li {
    font-size: 16px;
    color:
    #2a3855;
}

div.top-left ul li {

    display: block;
    width: 300px;
    overflow: auto;
    padding-left: 5px;
    font-size: 16px;
    color:

    #2a3855;

}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
}



nav .navbar-nav ul{
   margin-top: 12;
    margin-bottom: 1rem;
  }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3, .h3 {

    font-size: 1.75rem;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;

}
h1, h2, h3, h4, h5, h6 {

    margin-top: 0;
    margin-bottom: .5rem;

}

.blue-color {

    color:

    #2b5e92;

}
.text-center {

    text-align: center !important;

}
.mb-4, .my-4 {

    margin-bottom: 1.5rem !important;

}

h3, .h3 {

    font-size: 1.75rem;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;

}

.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid
    rgba(0,0,0,.1);
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

nav li a:hover {

    border-bottom: 3px solid #f4d35e;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
#galleryTitle {
  text-align: center;
  width:100%
}

.navbar-toggler-icon {

    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
        background-size: auto;
    background-size: 100% 100%;

}

.fa.fa-navicon {

    color: #2b5e92;

}

.fa {

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {

    padding-right: 0;
    padding-left: 0;

}
.navbar > .container, .navbar > .container-fluid {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.page-img
        {
            margin-top: 63px;
            background: url('http://www.planwallpaper.com/static/images/6942095-abstract-background-wallpaper.jpg') no-repeat center;
            -webkit-background-size: 100% 100%;
            -moz-background-size:  100% 100%;
            -o-background-size:  100% 100%;
            background-size:  100% 100%;
            display:table;
             min-height: 450px;

            width: 100%;
        }
    .page-img .hero
        {
            background: rgba(0,0,0,0.6);
            display: table-cell;
            text-align: center;
            vertical-align: middle;

        }
    .page-img .hero h1, .page-img .hero p
        {
            color:#ffffff;
        }
@media only screen and (max-width:768px){
.page-img{

    margin-top: 59px;
     height: 250px;
   }
  .page-img .hero p{
     text-align: justify;
     text-align-last: center;
     padding: 5px;
     font-size: 15px;

 }
}

.nimp-page-jumbotron {
  margin-top: 69.75px;
}

.card {
  padding-left:auto;
  padding-right:auto;
  min-height:0;
  margin-top:15px;
 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
 -webkit-transition: .25s box-shadow;
 transition: .25s box-shadow;
}
.card:focus, .card:hover {
 box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card-inverse .card-img-overlay {
 background-color: rgba(51, 51, 51, 0.85);
 border-color: rgba(51, 51, 51, 0.85);
}

.row{
  margin-left:auto;
  margin-right:auto;
}

.clearfix {
  overflow: auto;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
        margin-top: 5px;
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
}

.page-links {
  /*
position: relative;
  z-index: 1;
  background-color: #FAF0CA;
  margin: 0 0 40px 0;*/

background-color: #FAF0CA;
}

.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #0D3B66;
  color: #FFF;
}

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

@media (min-width: 767px) {

  .page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    margin-left:auto;
    margin-right:0;


  }
}

div.single-event {
    height: 200px;
    overflow: hidden;
    margin: 0;
}

a.event-title:hover {
    color: 
    #1e90ff;
    text-decoration: none;
}
a.event-title {
    color: #2a3855;
    font-size: 110%;
    text-decoration: none;
}

.blue-color {
    color: 
    #2b5e92;
}
.light-blue-bg {
    background-color: 
    #e7edfa;
}

span.event-date {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 7px;
    width: 55px;
    height: 100%;
    text-align: center;
}

span.event-date > span {
    background-color: #2b5e92;
    color: #fff;
    display: block;
    padding: 0 10px;
}

span.event-date > span.month {
    background-color: #58acfa;
}

.page-links__title {
  margin: 0;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
  background-color: #0D3B66;
  color: #FFF;
}

.page-links__title a {
  color: #FFF;
  text-decoration: none;
  background-color: #0D3B66;
}

.page-links li {
  border-top: 1px solid rgb(244, 223, 138);
}

.page-links li:first-child {
  border-top: none;
}

.page-links__active,
  .page-links .current_page_item {
  text-align: center;
  background-color: rgb(244, 231, 180);
  color: #0D3B66;
  font-weight: bold;
}

.page-links li a {
  display: block;
  text-align: center;
  padding: 17px 10px;
  text-decoration: none;
  color: #0D3B66;
  transition: all .3s;
}

.page-links li a:hover {
  color: rgb(13, 51, 87);
  background-color: rgb(238, 225, 170);
}

#headerLab {
    width: 400px;
    margin: auto;
    display: block;
    border-bottom: 1px dotted
    grey;
    text-align: center;
}

.is-primary {
background-color:#b2d217;
border-color: transparent;
color:#fff;
}
.navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
  color: #e1ca0e !important;
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.profile-img {
  width: 50% !important;
  align-self: center;
}

.round-img {
  border-radius: 50%;
  width: 60% !important;
  align-self: center;
  padding-top: 10px;
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.nimp-card {
  margin-right: auto; 
  margin-left: auto;
  min-width: 13rem; 
  max-width: 13.5rem; 
  background-image:url('http://infim.ro/wp-content/uploads/2020/08/bg.png'); 
  background-size: contain; 
}

.btn-bot {
  position: absolute;
  bottom: 5px;
  left: 60px;
}
.card-img-top {
  height: auto;
}

footer {
  position: relative;
  height: auto;
  width: 100%;
  /* background-color: #2b5e92;
  margin-top: -5px;
  padding-top: 0; */
  background: url(./images/fatada-INCDFM.jpg) center no-repeat;
  background-size: auto;
  background-size: cover;
  /* padding-top: 60px; */
  color: #fff;
}

.footer-layer {
  padding-top: 40px;
  background-color: rgba(6, 16, 34, 0.85);
  /* background-color: rgba(0, 0, 0, 0.75); */
  /* background-color: rgba(34, 59, 104, 0.72); */
  padding-bottom: 40px;
}

footer ul {
  list-style-type: none;
  color: white;
  padding-left: 0;
}

footer ul li::before {
  content: "\f105";
  font-size: 16px;
  font-family: FontAwesome;
}

footer h3,
footer p,
footer ul a {
  color: white;
  margin: 10px;
  /* font-weight: bold; */
  text-shadow: 2px 2px 5px black;
}
footer ul a:hover {
  color: coral;
  text-decoration: none;
}

.hero-text {
  background: rgba(255,255,255,.6);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2px;
  margin: 5px;
}

.hero-text-box {
  position: relative;
  left: 10px;
  top: 100px;
  overflow-y: hidden;
  color: #2a3855;
  text-align: center;
}

.text-nimp-primary {
  color: #2a3855;
}

li.breadcrumb-item a,
li.breadcrumb-item {
  color: #2b5e92;
  font-size: 18px;
}
ol.breadcrumb {
  background-color: white;
  /* border-bottom:1px solid  #e7edfa; */
  margin: 0px;
  padding-top: 0;
}