/* ==========================================================================
    HTML5 Boilerplate styles
   ========================================================================== */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.wrap{
	overflow:hidden;
}


/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

body {
  color: #838383;
  background-color: white;
}

a {
  color: #26b864;
  text-decoration: none !important;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  color: #f5a200;
}

h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444444;
}
.logo-title {
  font-family: Copperplate, serif;
  font-style: bold;
}


h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

.home-title {
    font-size: 2.2em;
    padding-bottom: 20px;
}

.home-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-title {
  font-family:serif;
  font-size: 2.2em;
  border-top: 1px solid #e1e6e9;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-transform: uppercase;
  font-weight: 600;
}
.section-title:before {
  content:'';
  width: 180px;
  height: 30px;
  background: url(../images/t-left.png) no-repeat center;
  margin-bottom: 0px;
  margin-right: 15px;
  display: inline-block;
}
.section-title:after {
  content: '';
  width: 180px;
  height: 30px;
  background: url(../images/t-right.png) no-repeat center;
  margin-bottom: 0;
  margin-left: 15px;
  display: inline-block;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.site-header {
  position: fixed;
  min-height: 102px;
  width: 100%;
  z-index: 9999;
  background-color: #161616;
}

#templatemo_logo {
  background-color: #161616;
  background-image: url(../images/templatemo_logo.png);
  background-size: 65px;
  background-repeat: no-repeat;
  background-position: 5px center;
  height: 60px;
  display: block;
}
#templatemo_logo .logo-title {
  margin-top: 5%;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 25px;
  display: block;
}
#templatemo_logo .logo-title a {
  margin-left:85px;
  color: pink;
  display: block;
}

.main-menu {
  text-align: right;
  position: relative;
}

.main-menu ul {
  background-color: #161616;
  width: 100%;
}

.main-menu ul li {
  display: inline-block;
  text-align: center;
}

.main-menu ul li a {
  color:#d2cbff;
  font-weight: 600;
  font-size: 17px;
  text-transform: ;
  outline: 0;
  border: 0;
  display: block;
}

.toggle-menu {
  display: none;
  margin: 40px 35px 0 0;
  font-size: 24px;
  color: #d2cbff;
  text-align: right;
}

.responsive .main-menu {
  display: none;
}
.responsive .main-menu ul li {
  width: 100%;
}
.responsive .main-menu ul li a {
  line-height: 40px;
  padding: 10px 10px;
}
.responsive .main-menu ul li a:hover {
	background-color: #fdd5ba;
	border-color: #ee4594;
	color: #ee4594;
}
.responsive .main-menu ul li a.current {
  background-image: none;
  color: #cc3333;
  border-bottom: 0;
}
/* button*/

.button {
	display: inline-block;
	width:;
  	padding-left: 10px;
  	padding-right: 10px;
	height:25px;
	margin-top:10px;
	text-align: auto;
	line-height: 25px;
	outline: none;
	border-radius:1em;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #161616;
	border: 2px solid #161616;
	color: #161616;
}
.button:hover {
	background-color: #fdd5ba;
	border-color: #ee4594;
	color: #ee4594;
}
.carousel-caption {
  font-family:Avenir, serif;
  font-size: 2.5em;
  text-align:center;
  font-style: italic;
  color: white;
  padding-bottom:60px;
}


/* ==========================================================================
    Services Styling
   ========================================================================== */
#services {
  padding-top: 50px;
  margin-top: -60px;
}

.service-item {
  padding-bottom: 40px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  margin-top: 20px;
}


/* ==========================================================================
    Contact Styling
   ========================================================================== */

.site-footer {
  margin-top: 120px;
  background-color: #161616;
  color: white;
  padding: 25px 0;
}
.site-footer a {
  color: white;
}

ul.social {
  text-align: right;
}
ul.social li {
  display: inline-block;
}
ul.social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
}
#member-images{
	padding-top: 15px;
	padding-right: 20px;
	display: block;
	margin:0 auto 10px auto;
	width:140px;
}

.member {
    padding-top:15px;
    font-size: 1.0em;
    text-align: center;
}

.cv {
    font-size: 0.8em;
    text-align: left;
}

.address {
    padding-top: 30px;
}

.item-header-list{
	margin-top: 25px;
	margin-bottom: 25px;
}

.lab-images{
	margin-bottom: 25px;
}
/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {
  .main-menu, .bx-thumbnail-wrapper {
    display: none;
  }

  .toggle-menu {
    display: block;
  }

  .site-header .container {
    padding: 0;
  }

  .slider-caption {
    bottom: 80px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }

  .section-title:after {
    display: none;
  }
  .section-title:before {
    display: none;
  }

  .main-menu {
    display: none;
    border-top: 1px solid #2f2f2f;
    text-align: left;
  }
  .main-menu ul li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #2f2f2f;
  }
  .main-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-menu ul li a {
    padding: 20px;
    color: #d2cbff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    display: block;
  }
}

@media (max-width: 767px) {
	.home-title {
    font-size: 1.8em;
}
  .carousel-caption {
	  font-size: 2.2em;
	}
  .section-title {
    font-size: 24px;
  }

  .contact-form {
    margin-top: 60px;
  }

  .item-large {
    margin: 40px 0;
  }
  
  .slider-caption {
    display: none;
  }
	
  #member-images{
		padding-top: 15px;
		padding-right: 0px;
		display: block;
		margin:0 auto 10px auto;
		width:140px;
	}


}


@media (max-width: 480px) {
  #templatemo_logo .logo-title {
	  margin-top: 15px;
	  font-size: 1.4em;
	  font-weight: 400;
	  line-height: 20px;
	  display: block;
  }
.carousel-caption {
  font-size: 2em;
  padding-bottom:100px;
}
  .section-title {
    font-size: 24px;
  }

  .contact-form {
    margin-top: 60px;
  }
  
  .slider-caption {
    display: none;
  }

}

