/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/*#slick-views-main-slider-block-1-1-slider .slide__caption {
  position: absolute;
  top: 15%;
  width: 80%;
  text-align: left;
  font-size: 80%;
  color: #ffffff;
  left : 5%;
  padding: 15px!important;
  background: rgba(0,0,0,0.5);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; 
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  margin: unset;
  bottom: unset;
  transform: none;
}*/

.inline-block {
  display: inline-block;
}

#slick-views-main-slider-block-1-1-slider .slide__title {
	font-size: 1rem;
}
#slick-views-main-slider-block-1-1-slider img.media__image {
	width: 100%
}
.node .slide__caption .slide__title{
	font-size: 1rem;
	text-align: center;
}
/*.slide__caption{
  padding: 5px!important;
  color: #ffffff;
}*/
.slide__title{
	margin: 5px 0 5px;
}
.slide__title a, .slide__title a:hover{
	color: #9d5940;
}
.btn-trans a{
  display: inline-block;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 12px;
  transition: .3s ease 0s
 }
.btn-trans a:hover{
	text-decoration: none;
}
li.node-readmore {
	border-radius: 4px;
  border: none;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px;
  /*width: 200px;*/
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
li.node-readmore:hover {
	opacity: 0.8;
}

li.node-readmore a {
	color: #ffffff;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  padding-right: 20px;
}

li.node-readmore a:hover {
	color: #ffffff!important;
	text-decoration: none;
}

li.node-readmore a:after {
  content: '\00bb';
  position: absolute;
  top: 0;
  right: 5px;
  /*right: 0;*/
  transition: 0.5s;
   -webkit-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 1s infinite;
}

li.node-readmore:hover a:after {
  right: -4px;
  -webkit-animation: none; /* Safari 4.0 - 8.0 */
  animation: none;
}

@keyframes mymove {
    0%   {right: 0;transition: 0.5s;}
    100% {right: -4px;transition: 0.5s;}
}


/*=================group news block start====================*/
.view-group-news .btn-trans a {
	padding: 4px 6px;
	text-transform: none;
}
.view-group-research-areas .more-link a {
  padding: 4px 6px;
  text-transform: none;
}
/*=================group news block end====================*/


/*group menu start*/
ul.sf-menu.sf-style-none li li, ul.sf-menu.sf-style-none.sf-navbar > li > ul {
	background: #fafafa;
}
ul.sf-menu a:hover {
	text-decoration: none;
}
div.sf-accordion-toggle.sf-style-none a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 1em 3em 1em 1em;
  position: relative;
}
div.sf-accordion-toggle.sf-style-none > a:after {
  content: "≡";
    font-size: 2em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    speak: none;
}
/*group menu end*/

/*group home page start*/
.page-header a:hover {
	text-decoration: none;
	color: #5e5e5e;
}
.block-superfish {
	margin-bottom: 5px;
}
/*group home page end*/

@media screen and (min-width: 600px) {
	#slick-views-main-slider-block-1-1-slider .slide__title {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 767px){

	ul.sf-menu a, ul.sf-menu span.nolink{
		padding: 12px 15px;
	}
	ul.sf-menu li a::before {
		content: "";
	  position: absolute;
	  right: 50%;
	  left: 50%;
	  bottom: 0;
	  height: 2px;
	  /*background-color: #163d23;*/
	  transition: all 0.4s ease-in-out;
	}

	ul.sf-menu li a {
		text-decoration: none;
		text-align: center;
		display: block;
		position: relative;
		transition: all 0.3s ease;
    font-weight: bold;
	}
	ul.sf-menu li:hover a::before {
		right: 0;
	  left: 0;
	}
	ul.sf-menu li.menuparent ul li a::before {
		right: 0;
		left: 0;
	}
    ul.sf-menu .sf-sub-indicator {
    height: 14px;
    right: 2em;
  }

	#slick-views-main-slider-block-1-1-slider .slide__title {
		font-size: 2rem;
	}
/*	#slick-views-main-slider-block-1-1-slider .slide__caption {
		font-size: 100%;
		top: 30%;
		left: 5%;
		line-height: 150%;
		padding: 20px!important;
	}*/
}
@media screen and (max-width: 600px) {
		#slick-views-main-slider-block-1-1-slider .slide__caption {
		top: 75%;
	}	
}

@media screen and (max-width: 450px) {
	.navbar-brand {
    max-width: 9em;
    padding: 8px 6px;
	}
	#slick-views-main-slider-block-1-1-slider .slide__caption {
		top: 70%;
	}	
}

@media only screen and (max-width: 767px) {

  ul.sf-menu.sf-style-none a, ul.sf-menu.sf-style-none a:visited, ul.sf-menu.sf-style-none span.nolink {
      border: 0 none;
      color: #ffffff;
      padding: 0.75em 1em;
  }
}


/*research group member filters start*/
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}
#filters li {
	float:left;
}
#filters li span {
	display: block;
	padding:5px 20px;		
	text-decoration:none;
/*	border: 1px solid #021736;
	color: #021736;*/
	cursor: pointer;
}
#filters li span.active, #filters li span:hover {
/*	background: #021736;
*/	color:#ffffff;
	-webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	background: #666;
	/*cursor:pointer;*/
}
.portfolio img {
  height: auto;
	max-width:100%;
	position: relative;
	top:0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
}
.portfolio .label {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  height: 101%;
  overflow: hidden;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 100%;
  transform: translate(-300px,0);
  -webkit-transform: translate(-300px,0);
  -o-transform: translate(-300px,0);
  -ms-transform: translate(-300px,0);
  -moz-transform: translate(-300px,0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio .label-bg {
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#333;
	position: relative;
	z-index:500;
	/*padding:5px 8px;*/
}
.portfolio .label-text p {
	font-weight: normal;
	font-size: 0.928em;
  padding: 0 10px;
  white-space: normal;
  line-height: 1.2;
}
.portfolio .label-text a, .portfolio .label-text a:hover{
	color: #ffffff;
  display: block;
  /*background: rgba(0,0,0,0.6);*/
  opacity: 0.8;
  color: white;
  margin-bottom: 12px;
  padding: 10px 3px;
}
.portfolio .label-text a.spamspan, .portfolio .label-text a.spamspan:hover {
	background: unset;
	color: #333333;
}

.portfolio .read-more a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  text-align: center;
/*  background: rgba(51,51,51,0.9);*/
	opacity: 0.8;
	box-shadow: 0 0 1px 100px rgba(255,255,255,0.1) inset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio .read-more a:before{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  margin-left: -6px;
  font-size: 14px;
  line-height: 35px;
  color: white;
}
.portfolio:hover .label {
	opacity: 1;
	transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
}
.block-views-blockportfolio-block-1 h2{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

	#portfoliolist .portfolio {
		width:50%;
		margin:1%;
	}	
}

@media only screen and (max-width: 600px) {

  #portfoliolist .portfolio {
    width:100%;
    margin: auto;
  } 
}
/*research group member filters end*/

