/*Website Template by freewebsitetemplates.com */
@font-face {
  font-family: 'Conv_Ubuntu-Light';
  src: url('../fonts/Ubuntu-Light.eot');
  src: url('../fonts/Ubuntu-Light.woff') format('woff'), url('../fonts/Ubuntu-Light.ttf') format('truetype'), url('../fonts/Ubuntu-Light.svg') format('svg');
}

body {
  background-color: #f8f8f8;
  font-family: 'Conv_Ubuntu-Light';
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  min-width: 960px;
  padding: 0;
}
/* Centering images */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#header {
  background: url(../images/bg-header.jpg) repeat-x;
  margin: 0;
  padding: 18px 0 0;
  border-bottom: solid;
  border-bottom-color: #21C3B4;
  border-bottom-width: 10px;
}

#header a.logo {
  display: block;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 74px;
  width: 820px;
}

#header a.logo img {
  border: 0;
  display: block;
}

#header ul {
  margin: 0 auto;
  overflow: hidden;
  padding: 22px 0 22px;
  text-align: center;
  width: 617px;
  background-color: #f8f8f8;
}

#header ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 50px;
  padding: 0;
}

#header ul li:first-child {
  margin: 0 0 0 5px;
}

#header ul li a {
  color: black;
  display: block;
  height: 37px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: solid;
  border-color: transparent;
}

#header ul li a:hover {
  background-color: #e6e6e6;
}

#header ul li.selected {
  background-color: inherit;
  border-bottom: dashed;
  border-color: #21C3B4;
}

#section {
  background: url(../images/chemist.png) no-repeat center top;
  border-bottom: 2px solid #ffe600;
  height: 571px;
  margin: 0 0 2px;
  padding: 0;
}

#section>div {
  margin: 0 auto;
  padding: 165px 0 0;
  width: 960px;
}

#section div div {
  background: url(../images/bg-heading.png) repeat;
  height: 161px;
  margin: 0 0 0 10px;
  padding: 33px 22px 33px 18px;
  width: 411px;
}

#section div div h1 {
  color: #94acb3;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#section div div p {
  color: #94acb3;
  font-size: 16px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: justify;
}

#section div div p a {
  color: #94acb3;
}

#section div div p a:hover {
  color: #386370;
}

#featured {
  background: url(../images/bg-content.jpg) repeat;
  margin: 0;
  padding: 0;
}

#featured>div {
  margin: 0 auto;
  overflow: hidden;
  padding: 33px 0 27px;
  width: 960px;
}

#featured div .article {
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 460px;
}

#featured div .article h2 {
  color: #588181;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 24px;
  text-transform: capitalize;
}

#featured div .article p {
  color: #767676;
  line-height: 30px;
  margin: 0;
  padding: 20px 0;
}

#featured div .article p a {
  color: #767676;
  text-decoration: underline;
}

#featured div .article p a:hover {
  color: #333;
}

#featured div ul {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 480px;
}

#featured div ul li {
  border: 1px solid #fff;
  background: #fff;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0 10px 22px;
  padding: 0;
  position: relative;
  width: 218px;
}

#featured div ul li h3 {
  background: #94acb3;
  color: #ffe600;
  font-size: 16px;
  font-weight: normal;
  height: 37px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 0 #768a8f;
  text-transform: uppercase;
}

#featured div ul li div {
  background: #f9e420;
  border-top: 1px solid #fff;
  display: block;
  height: 129px;
  left: -99999px;
  margin: 0;
  opacity: 0.9;
  padding: 46px 24px;
  position: absolute;
  top: 37px;
  width: 170px;
}

#featured div ul li div p {
  color: #767676;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

#featured div ul li div .more {
  color: #767676;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

#featured div ul li:hover div {
  left: 0;
}

#featured div ul li img {
  display: block;
}

#body {
  background-color: #d8d8d8;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  width: 960px;
}

#body .sidebar {
  background: #94acb3;
  float: left;
  margin: 0 10px 0 20px;
  padding: 0 0 10px;
  width: 210px;
}

#body .sidebar h3 {
  border-bottom: 2px solid #ffe600;
  color: #ffe600;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
}

#body .sidebar ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#body .sidebar ul li {
  color: #fff;
  font-size: 12px;
  list-style: none;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
}

#body .sidebar ul li span {
  background: url(../images/icons.png) no-repeat;
  display: block;
  margin: 0;
  padding: 0 0 0 23px;
  text-transform: uppercase;
}

#body .sidebar ul li span.address {
  background-position: 0 -141px;
}

#body .sidebar ul li span.phone {
  background-position: 0 -166px;
}

#body .sidebar ul li span.email {
  background-position: 0 -191px;
}

#body .sidebar ul li span.twitter {
  background-position: 0 -216px;
}

#body .sidebar ul li span.facebook {
  background-position: 0 -241px;
}

#body .sidebar ul ul {
  margin: 0;
  padding: 0;
}

#body .sidebar ul ul li {
  padding: 0;
}

#body .sidebar ul li a {
  color: #ffe600;
  text-decoration: none;
}

#body .sidebar ul li a:hover {
  text-decoration: underline;
}

#body .content {
  float: left;
  margin: 0 10px 0 20px;
  padding: 0;
  width: 678px;
}

#body .content>img {
  border: 1px solid #fff;
  display: block;
}

#body .content h2 {
  color: #97aeb3;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0;
  text-transform: capitalize;
}

#body .content h3 {
  background: url(../images/icons.png) no-repeat 0 -350px;
  color: #767676;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-indent: 30px;
}

#body .content p {
  color: #767676;
  line-height: 30px;
  margin: 0;
  padding: 20px 0;
}

#body .content p a {
  color: #767676;
  text-decoration: underline;
}

#body .content p a:hover {
  color: #333;
}

#body>ul {
  margin: 0;
  padding: 0;
}

#body>ul>li {
  border-top: 2px solid #1B9D91;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

#body>ul>li:first-child {
  border: 0;
  padding: 10px;
}

#body ul li .figure {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 220px;
}

#body ul li .figure span {
  color: #94acb3;
  font-size: 16px;
  display: block;
  margin: 0;
  padding: 0 0 12px;
  text-transform: capitalize;
}

#body ul li .figure img {
  border: 1px solid black;
  display: block;
}

#body ul li .article {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 690px;
  font-weight: normal;
  font-style: normal;
}

#body ul li .articlenew {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  overflow: hidden;
  width: 900px;
  font-weight: normal;
  font-style: normal;
}

#body ul li .article p {
  clear: both;
  color: black;
  line-height: 30px;
  margin: 0;
  padding: 10px 0 10px;
  font-size: 17px;
}

#body ul li .articlenew p {
  clear: both;
  color: black;
  line-height: 30px;
  margin: 0;
  padding: 10px 0 10px;
  font-size: 17px;
}

#body ul li .article p a {
  color: blue;
  text-decoration: underline;
}

#body ul li .article p a:hover {
  color: #333;
}

#body ul li .article ul {
  float: left;
  margin: 0;
  padding: 0;
}

#body ul li .article ul li {
  color: #767676;
  display: block;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 230px;
}

#body ul li .article ul li a {
  color: #767676;
  text-decoration: none;
  text-transform: uppercase;
}

#body ul li .article ul li a:hover {
  color: #386370;
}

#body .content .section {
  margin: 0;
  overflow: hidden;
  padding: 10px 0 0;
}

#body .content .section div {
  float: left;
  margin: 0 0 0 24px;
  padding: 0;
  width: 210px;
}

#body .content .section div span {
  background: #ffe600;
  color: #767676;
  display: block;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}

#body .content .section div:first-child {
  margin: 0;
}

#body .content .section div ul {
  margin: 0;
  padding: 10px 0 10px 10px;
}

#body .content .section div ul.last {
  border-top: 2px solid #ffe600;
}

#body .content .section div ul li {
  color: #767676;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}

#body .content .section div ul ul {
  padding: 0;
}

#body .content .section div ul ul li {
  text-transform: capitalize;
  padding: 0;
}

#body .content form {
  margin: 0;
  padding: 0;
}

#body .content form label {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
}

#body .content form label span {
  color: #767676;
  display: block;
  float: left;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  width: 130px;
}

#body .content form label input {
  border: 1px solid #94acb3;
  color: #767676;
  display: block;
  float: left;
  font-family: 'Conv_Ubuntu-Light';
  font-size: 14px;
  height: 21px;
  margin: 0;
  padding: 3px 5px;
  width: 308px;
}

#body .content form label textarea {
  border: 1px solid #94acb3;
  color: #767676;
  display: block;
  float: left;
  font-family: 'Conv_Ubuntu-Light';
  font-size: 14px;
  height: 147px;
  margin: 0;
  overflow: auto;
  padding: 5px;
  width: 528px;
}

#body .content form #submit {
  background: url(../images/button-submit.png) no-repeat 0 0;
  border: 0;
  cursor: pointer;
  display: block;
  height: 38px;
  margin: 5px 0 0 130px;
  padding: 0;
  width: 142px;
}

#body .content form #submit:hover {
  background-position: 0 -43px;
}

#body #blog {
  float: left;
  margin: 0 32px 0 0;
  padding: 0;
  width: 620px;
}

#body #blog div {
  margin: 0;
  padding: 0 0 30px 0;
}

#body #blog>div {
  padding: 0 0 30px;
}

#body #blog div span {
  border-bottom: 2px solid #ffe600;
  color: #767676;
  display: block;
  font-size: 12px;
  margin: 0 0 25px 20px;
  padding: 0 0 28px;
  text-transform: uppercase;
}

#body #blog div div {
  overflow: hidden;
}

#body #blog .figure {
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: center;
  width: 211px;
}

#body #blog .figure a {
  display: block;
  margin: 0;
  padding: 0;
}

#body #blog .figure a:hover {
  opacity: 0.8;
}

#body #blog .figure img {
  border: 1px solid #fff;
  display: block;
}

#body #blog .figure a {
  color: #94acb3;
  line-height: 28px;
  text-decoration: none;
  text-transform: capitalize;
}

#body #blog .figure a:hover {
  color: #386370;
}

#body #blog .article {
  float: left;
  margin: 0;
  padding: 0 0 5px 20px;
  width: 369px;
}

#body #blog .article h3 {
  color: #97aeb3;
  font-size: 18px;
  margin: 0;
  padding: 0 0 14px;
}

#body #blog .article p {
  color: #767676;
  line-height: 30px;
  margin: 0;
  padding: 0 0 30px;
}

#body #blog .article p a {
  color: #767676;
  text-decoration: underline;
}

#body #blog .article p a:hover {
  color: #333;
}

#body #blog .article .more {
  color: #94acb3;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  width: 95px;
}

#body #blog .article .more:hover {
  text-decoration: underline;
}

#body #blog .stats {
  background: #ffe600;
  color: #767676;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 10px;
  padding: 10px 0 10px 355px;
}

#body #blog .stats a {
  color: #767676;
  font-style: normal;
  text-decoration: none;
}

#body #blog .stats a:hover {
  text-decoration: underline;
}

#body #sidebar {
  float: left;
  margin: 0;
  padding: 0;
  width: 288px;
}

#body #sidebar div {
  background: #94acb3;
  margin: 0 0 12px;
  padding: 0;
}

#body #sidebar div h3 {
  background: url(../images/icons.png) no-repeat;
  border-bottom: 2px solid #ffe600;
  color: #ffe600;
  font-size: 16px;
  font-weight: normal;
  height: 39px;
  line-height: 39px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#body #sidebar div.archive h3 {
  background-position: 90px -273px;
  text-indent: 119px;
}

#body #sidebar div.categories h3 {
  background-position: 80px -311px;
  text-indent: 106px;
}

#body #sidebar div ul {
  margin: 0;
  padding: 10px 20px 20px;
}

#body #sidebar div ul li {
  list-style: none;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

#body #sidebar div ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: capitalize;
}

#body #sidebar div ul li a:hover {
  text-decoration: underline;
}

#footer {
  background: url(../images/bg-header.jpg) repeat-x;
  border-top: 2px solid #21C3B4;
  margin: 2px 0 0;
  background-color: green;
}

#footer div {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 960px;
}

#footer span {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  padding: 0 0 0 10px;
}

h2.Vlad {
  font-size: 20pt;
  font-weight: bolder;
  color: white;
}

p.teamname {
  font-size: 20pt;
  color: black;
  font-weight: bolder;
}

p.teamdescription {
  min-height: 150px;
  text-align: justify;
}

.collapsible, .noncollapsible {
  background-color: #21C3B4;
  color: white;
  font-weight: bolder;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
}

.collapsible+div {
  display: none;
}

/* 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 {
  background-color: #1B9D91;
}

/* Style the collapsible content. Note: hidden by default */
.content1995 {
  padding: 0 18px;
  overflow: hidden;
  background-color: #f1f1f1;
}

* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  top: 55%;
  left: 22%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #21C3B4;
  font-weight: bolder;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #21C3B4;
  color: white;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #62E4D8;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  margin=left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  width: 290px;
  height: auto;
}

.row>.column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
	padding-bottom: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0,0,0,0);
  margin: auto;
  padding: 0;
  /* width: 90%; */
  max-width: 1200px;
	height: 100%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prevgall,
.nextgall {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
	z-index: 100;
}

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

/* On hover, add a black background color with a little bit see-through */
.prevgall:hover,
.nextgall:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#more {display: none;}
