* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  height:500px;
  text-align: center;
  background-color:#333;
  max-width:100%;
  width:100%;
  z-index:1
}





.collapsible, .collapsible_small, .collapsible_smaller{
  background-color: #eee;
  transition:0.4s;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: 'Glyphicons Halflings';
  
}

.collapsible:before{
	content: '\002B';
  font-size: 30px;
  font-weight:bold;
  color: #777;
  float: left;
  margin-right: 15px;
  margin-top:18px;
}

.collapsible_small:before{
	content: '\002B';
  font-size: 22px;
  font-weight:bold;
  color: #777;
  float: left;
  margin-right: 15px;
  margin-top:18px;
}
.collapsible_smaller:before{
	content: '\002B';
  font-size: 16px;
  font-weight:bold;
  color: #777;
  float: left;
  margin-right: 15px;
  margin-top:18px;
}
.active_:before {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
}




/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active_, .collapsible:hover, .collapsible_small:hover, .collapsible_smaller:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.pub_content {
  padding: 0 18px;
  height:auto;
  max-height:0px;
  overflow: hidden;
  background-color: #f1f1f1;
  transition: max-height 0.3s ease-out;
}







.input-append .add-on, .input-prepend .add-on{
  height:auto;
}

input[type="text"]{
  height:auto;
}

input[type="password"]{
  height:auto;
}

.header-search{
  display:flex;
  margin-left:auto;
}
.slidesImgSingle{

  max-height:600px;
  max-width:100%;
}

.mySlidesSingle {

  text-align:center;
  position:relative;
}

.slideshow-containerSingle {
  position: relative;
  margin: auto;
  text-align: center;
}

/* Hide the images by default */
.mySlides {
  text-align:center;
  max-width:1300px;
  height:500px;
  top:0;
  bottom:0;
  left:0;
  overflow:hidden;
  right:0;
  margin:auto;
  display:none;
  position:absolute;
  z-index:5;
}

dd{
  width:220px;
}

dt{
  width:220px;
}
.slidesImg{
  max-width:none;
  width:100%;
  position:absolute;
  left:50%;
  top:50%;
  height:100%;
  object-fit:cover;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform:translate(-50%,-50%); 
}

.slidesImgBlurred{
  max-width:none;
  width:100%;
  position:absolute;
  left:50%;
  top:50%;
  height:100%;
  object-fit:cover;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform:translate(-50%,-50%); 
}

.slidesText{
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  bottom: 8px;
  width: 45%;
  height: 25%;
  border-radius:0 15px 15px 0;
  background-color: rgba(0, 0, 0,0.4);
  text-align: center;
  float:left;
  z-index:10;
}

/* Next & previous buttons */
.prev_slide, .next_slide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  z-index:10;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next_slide {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev_slide {
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev_slide:hover, .next_slide:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.roomButtons{
  width:25%;
  display:flex;
  float:left;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.left_column {
    float: left;
    width: 33.33%;
    display:flex;
  	text-align:center;
    line-height: 1;
    min-width:200px;
    align-items:center;
    justify-content:center
}

.column {
    float: left;
    width: 33.33%;
    line-height:1;
    min-width:150px;
    margin-bottom: 13px;
    margin-top:13px;
}

.column_2 {
    float: left;
    width: 50%;
    line-height:1;
    min-width:150px;
    margin-bottom: 13px;
    margin-top:13px;
}

.column_1 {
    float: left;
    width: 100%;
    line-height:1;
    min-width:150px;
    margin-bottom: 13px;
    margin-top:13px;
}

.wide_column {
    float: left;
    width: 66.66%;
    line-height:1;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    margin:0;
}
.row{
  margin-top:50px;
  margin-left:10px;
  max-height:150px;
  float:right;
}

.main_row{
  margin-left:auto;
  margin-right:auto;
  max-width:1600px;
  width:100%;
  margin-top:40px;
  
  display:flex;
}

.main_row:after {
    content: "";
    display: table;
    clear: both;
    margin:0;
}

.vl {
    border-left: 1px solid gray;
    line-height: 100%;
}

.main_news_row{
  margin-top:40px;
  display:flex;
}



.main_news_row:after {
    content: "";
    display: table;
    clear: both;
    margin:0;
}

.news_row:after {
    content: "";
    display: table;
    clear: both;
    margin:0;
}
.news_row{
  margin-top:30px;
  margin-left:0;
  width:100%;
  display:flex;
  max-height:100px;
  height:100px;
}


.news_column {
    float: left;
    width: 32.33%;
    height:100px;
    text-justify:inter-word;
    margin-top: 20px;
    border-radius:5px;
    margin-left:1%;
    max-height:150px;
    background-color:rgba(186,176,172,0.2);
    min-width:200px;
}

.news_image_small{
  float:right;
  border-radius:5px;
  max-height:100px;
}


#people td, #people th {
    padding: 8px;
}

#people tr:nth-child(even){background-color: #f2f2f2;}

#people .notfirst:hover {background-color: #ddd;}

#people th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgba(255,255,255,0);
    color: #333;
}


.paginate_button {
    display: inline-block;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    cursor:pointer;
}


.paginate_button.active{
    background-color: #4CAF50;
    color: white;
}
.paginate_button:hover:not(.active) {background-color: #ddd;}

#people_paginate{
  float:right;
}

#search{
  margin-top:8px;
  font-size:17px;
  height:5%;
  line-height: 1.4em;
}

.dataTables_info{
  padding-left:10px;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #ccc;
    color: #333;
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #a4a4a4;
}


.projects_row{
  margin-top:3%;
  margin-left:2%;
  width:100%;
  display:flex;

}

.allnews_row:after {
    content: "";
    display: table;
    clear: both;
    margin:0;
}
.allnews_row{
  margin-top:3%;
  margin-left:2%;
  width:100%;
  display:flex;
  max-height:200px;
  height:200px;
  overflow:hidden;
}

.allnews_image{
  width:30%;
  height:100%;
  float:left;
  display:flex;
  align-items:center;
}

.allnews_imagesrc{
  border-radius:10px;
  max-height:200px;
}

.allnews_info{
  max-width:70%;
  float:right;
  margin-left:3px;
}

.projects_info{
  max-width:70%;
  float:right;
  width:70%;
}

.allnews_intro{
  padding-left:5%;
  padding-top:1%;
}
.allnews_titlediv{
  overflow:hidden; 
  max-height:30%; 
  width:100%
}

.fontClass{
  font-size:1em;
}




@media only screen and (max-width: 968px) {
  .fontClass{
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 800px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    .fontClass{
    font-size:0.6em;
    }
    .news_column{
    width:49%;
    left:0;
    position:relative;
  }
  .roomButtons{
  width:50%;
  display:flex;
  float:left;
}
}



@media screen and (max-width: 600px){
  .allnews_intro{
    display:none;
  }
  .slidesText{
    font-size:7px;
    line-height:1;
  }

  .news_image_small{
    max-height:130px;
  }

	  
  .column_2{
    width:50%;
  }
  .column{
    width:100%;
  }
  .column_1 {
    width:100%;
  } 

  .news_column{
    width:100%;
    height:130px;
    position:relative;
  }

  .allnews_info{
    display:flex;
    align-items:center;
    margin-left:3px;
  }

  .allnews_row{
    height:100px;
    margin-top:0;
  }

  .allnews_titlediv{
    max-height: 100%;
  }
  .roomButtons{
  width:100%;
  display:flex;
  float:left;
}


}




/* Responsive Grid Layout */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 15px;
    border: 1px solid red;
}


.report_button{
  float:left; 
  margin-left:15px;
  border:none;
  padding:7px;
  background-color: #ccc;
  border-radius:4px;
}

.report_button:hover{
  background-color:#a4a4a4;
}

/* ******** */

.topspace{
  padding-top:10%;
  width:90%;
  margin:0 auto;
}




.container-fluid{
  padding-right:0;
  padding-left:0;
}


img.projects{
  height:25px;
}

img.project_list{
  height:100px;
}

img.news_image{
  height:250px;
}
.fixed_header{
  padding-top:0;
  max-width:1500px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

img.news_image_big{
  height:400;
}

.nav-pills > li > a{
  color:#ccc;
  font-weight:bold;
}

 body.site{
  padding:0;
  padding-top:0px;
  padding-bottom:20px;
  border-top:3px solid #333 !important
} 

.navigation{
  margin-bottom:0;
  padding:0;
  border-bottom:0;
}

nav.navigation{
    position:inherit;
    background-color:rgba(51,51,51,1) !important;
    top:8%;
    z-index:998;
    width:100%;
    border-top:0;
    min-height:36px;
    display:table;
  }

header.header{
    position:inherit;
    background-color:rgba(51,51,51,1) !important;
    height:8%;
    top:0;
    z-index:999;
    width:100%;
  }



.nav-header{
  display:block;
  font-weight:bold;
  color:#ccc;
  font-size:13px;
  padding-top:8px;
  padding-bottom:8px;
  margin-bottom:2px;
  border-radius:5px;
  padding-left:12px;
  padding-right:12px;
  text-shadow:none;
  cursor:default;
  text-transform:none;
}


.nav-header:hover{
  color:#fff;
}
.header{
  margin-bottom:0;
}
.nav-pills > .active > a{
  background:rgba(0,0,0,0) !important;
  border-radius:1px !important;
  color:white !important;
}

.header-search > ul > li > a{
  color:#ccc;
  margin-right:12px;
  margin-top:12px;
  font-weight:bold;
}

.nav > li >a:hover{
  background-color:rgba(0,0,0,0);
}

.navigation .nav-child li > a:hover{
  background-color:rgba(0,0,0,0);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0));
}
.navigation .nav > li >.nav-child:after{
  content:none;
  background-color:#333;
}

.header-search > ul > li > a:hover{
  color:white;

}
.navigation .nav > li:hover > .nav-child{
  background-color:#333;
}
  .navigation .nav-child{
    left:0;
    top:100%;
    margin:0;
  }
  
  nav.navigation .nav-child li a{
    font-size:12px;
    color: #ccc;
  }
.nav-collapse > ul > li:first-of-type{
  display:none;
}


  nav.navigation .nav-collapse ul{
    float:right;
	margin-right:60px !important
}

.nav-collapse .nav > li > a:hover{
    background-image:0;
    color:#fff;
  }

.navbar .btn-navbar{
    background:rgba(51,51,51,1);
    padding: 10px 10px;
    border:0;
  }

  
  .navigation .nav > li > .nav-child::before{
  display:none !important;
}

.active, .dot:hover{
  background-color:rgba(0,0,0,0);
}

@media (max-width: 790px){
  body.site{
  padding:0;
  padding-top:0;
  padding-bottom:0;
    border-top:3px solid #333 !important;
}
  .slidesImgBlurred{
    display:none;
  }
  .navigation .nav > li > .nav-child::before{
  display:none;
}
  .slidesImg{
  width:100%;
    height:100%;
  position:relative;
    left:auto;
    top:auto;
      -webkit-transform: none;
      -ms-transform: none;
    transform:none;
	object-fit:unset;
  

}

  
  .slideshow-container {
  padding-top:0;
    height:auto;
    background-color:transparent;
}

.column{
	height:auto !important;    
}
  .column_1{
	height:auto !important;    
}
  .column_2{
	height:auto !important;    
}
.mySlides {
 position:relative;
  overflow:none;
  width:100%;
  height:auto;
  
}

  .nav-collapse .nav > li > a{
  	color:#ccc;
  }
  .header-search > ul{
    display:none !important;
  }
  .nav-collapse > ul > li:first-of-type{
    display:block;
  }
   .nav-collapse > ul > li:hover{
    color:white;
  }
  .nav-collapse.in.collapse{
    width:100%;
    float:left;
    background-color:rgba(51,51,51,1);
    height:auto !important
  }
  .navbar{
    margin-bottom:0;
  }
  .navbar .btn-navbar{
    box-shadow:inset 0 0 0 rgba(255,255,255,0), 0 0 0 rgba(255,255,255,0);
  }

  .nav-collapse .nav .nav-header{
    color:#ccc;
    padding:9px 15px;
  }
  .nav-collapse .nav .nav-header:hover{
    color:#fff;
  }

  nav.navigation .nav-collapse ul{
    float:left;
    margin-right:0 !important;
  }
  .navbar .btn-navbar .icon-bar{
    background-color:#ccc;
    height:1px;
  }
  .navbar:hover .icon-bar{
    background-color:#fff;
  }
  
  header.header{
    position:inherit;
    background-color:rgba(51,51,51,1) !important;
  }
  .header{
    margin-bottom:0;
    padding:0;
  }
  nav.navigation{
    position:inherit;
    background-color:rgba(51,51,51,1) !important;
  }
  .navigation .nav-child{
    left:100%;
    top:0;
    margin:0;
  }
  
  nav.navigation .nav-child li a{
    font-size:12px;
    color: #ccc;
  }
  
  body.site{
    padding-top:0;
  }
  .navigation{
    padding:0;
  }
  .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus{
    background-color:rgba(1,1,1,0);
  }
  .nav-collapse .nav > li.active > a:hover{
    color:#fff;
    background:#696969;
  }
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus{
    background-color:rgba(1,1,1,0);
  }
  
}
  
@media (max-width: 979px) and (min-width: 791px) {
    .navigation  .pull-left {display: none;}
    .nav-collapse, .nav-collapse.collapse {
        height: 0 !important;
        overflow: visible;
    }
  .navigation .nav > li > .nav-child::before{
  display:none;
}
   .nav-collapse .nav > li {
       float: left;    
    }
  nav.navigation .nav-collapse ul{
    float:right;
  }
   .nav-collapse .nav > li.active  > a{color: #ffffff;}
   .nav-collapse .nav > li > a{
       color: #ccc; font-weight: bold;
   }    
 header.header{
    position:inherit;
    background-color:rgba(51,51,51,1) !important;
  }

  nav.navigation{
    position:inherit;
    background-color:rgba(51,51,51,1) !important;
  }
  .header-search > ul{
    display:block;
  }
  .header-search > ul > li > a{
  color:#ccc;
  margin-right:12px;
  margin-top:12px;
  font-weight:bold;
}
  

.header-search > ul > li > a:hover{
  color:white;

}

.nav-collapse > ul > li:first-of-type{
  display:none;
}
  .nav-collapse .nav > li >a:hover{
    background-color:#333;
  }
  .nav-collapse .nav .nav-header{
    color:#ccc;
  }

  .nav-header:hover{
    color:white;
  }

  .nav-collapse .nav .nav-header:hover{
    color:white;
  }
  .nav-collapse .nav > li.active >a:hover{
    color:white;
    background:#696969;
  }
}