*{
	margin: 0;
	padding: 0;
}

body{
	width:100%;
}




.clients {
  margin: 25px 0 25px 0;
}

.clients .cl-box-1{
  background: url(../images/clients/01.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-2{
  background: url(../images/clients/02.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}

.clients .cl-box-3{
  background: url(../images/clients/03.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-4{
  background: url(../images/clients/04.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-5{
  background: url(../images/clients/05.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-6{
  background: url(../images/clients/06.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
} 
.clients .cl-box-7{
  background: url(../images/clients/07.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-8{
  background: url(../images/clients/08.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}

.clients .cl-box-9{
  background: url(../images/clients/09.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-10{
  background: url(../images/clients/10.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-11{
  background: url(../images/clients/11.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-12{
  background: url(../images/clients/12.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
} 
.clients .cl-box-13{
  background: url(../images/clients/13.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
}
.clients .cl-box-14{
  background: url(../images/clients/14.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
} 
.clients .cl-box-15{
  background: url(../images/clients/15.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
} 
.clients .cl-box-16{
  background: url(../images/clients/16.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
} 
.clients .cl-box-17{
  background: url(../images/clients/17.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
} 
.clients .cl-box-18{
  background: url(../images/clients/18.jpg) no-repeat;
  background-position: center;
  height: 150px;
  transition: 0.2s;
  cursor: pointer;
} 




.clients .cl-box-1:hover{
 transform: scale(1.05);
}
.clients .cl-box-2:hover{
 transform: scale(1.05);
}
.clients .cl-box-3:hover{
 transform: scale(1.05);
}
.clients .cl-box-4:hover{
 transform: scale(1.05);
}
.clients .cl-box-5:hover{
 transform: scale(1.05);
}
.clients .cl-box-6:hover{
 transform: scale(1.05);
}
.clients .cl-box-7:hover{
 transform: scale(1.05);
}
.clients .cl-box-8:hover{
 transform: scale(1.05);
}
.clients .cl-box-9:hover{
 transform: scale(1.05);
}
.clients .cl-box-10:hover{
 transform: scale(1.05);
}
.clients .cl-box-11:hover{
 transform: scale(1.05);
}
.clients .cl-box-12:hover{
 transform: scale(1.05);
}
.clients .cl-box-13:hover{
 transform: scale(1.05);
}
.clients .cl-box-14:hover{
 transform: scale(1.05);
}
.clients .cl-box-15:hover{
 transform: scale(1.05);
}
.clients .cl-box-16:hover{
 transform: scale(1.05);
}
.clients .cl-box-17:hover{
 transform: scale(1.05);
}
.clients .cl-box-18:hover{
 transform: scale(1.05);
}



.top {
  width: 100%;
  min-height: 300px;
  padding: 20px 0;
  text-align: center; }

.galleryItem {
  width: 200px;
  height: 200px;
  margin: 10px;
  border: solid 0px #fff;
  padding: 0;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }

.galleryItem img {
  width: 200px;
  height: 200px;
  transition: 0.5s; }


.galleryItem:hover {
  opacity: 0.9;
}


.caption {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  z-index: 2; }

.caption::before {
  content: attr(data-title);
  width: 200px;
  height: 0; 
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background-color: rgba(255,255,255,0.3);
  font: bold 1.2em 'helvetica neue', helvetica, arial, sans-serif;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.caption::after {
  content: attr(data-description);
  width: 200px;
  height: 0;
  position: absolute;
  bottom: -0;
  left: 0;
  color: #fff;
  background-color: rgba(34,34,34,0.5);
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.caption:hover::before {
  opacity: 0;
  height: 25px; }

.caption:hover::after {
  opacity: 0;
  bottom: 0;
  height: 65px; }

/* lightbox */

.lightbox {
  display: none;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
}

.lightbox a { 
  color: #fff;
  text-decoration: none; 
}

.lightbox img {
  max-height: 55%;
  max-width: 55%;
}


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

  .lightbox img {
  display: flex;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
}
}


.lightbox:target {
  display: table;
}

.lightbox .image {
  display: table-cell;
  vertical-align: middle; }

.lightbox .image img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }

.next, .prev, .close { display: block; position: fixed; }

.close { width: 5000px; height: 5000px; overflow: hidden; top: 0; left: 0; z-index: 5; cursor: default; }

.next, .prev { width: 400px; height: 50px; top: 50%; z-index: 10; opacity: 0.7; font-size: 8em; line-height: 25px; text-shadow: 0px 0px 15px rgba(0, 0, 0, 1); }

.next:hover, .prev:hover{
  color: #949494;
} 

.prev { left: 10px; text-align: left; }

.prev::after { content: '\2039'; }
  
.next { right: 10px; text-align: right; }

.next::before { content: '\203A'; }

