#loader {
  left: 48%;
  position: absolute;
}

#body {
  display: none;
}

#map {
  width: 100% !important;
  height: 500px !important;
  margin: 20px;
  margin-top: 30px;
}

.logo {
  height: 47px;
  width: auto;
  top: 0px;
}

#header .bg-image-full {
  height: 450px;
}

.bg-image-full {
  height: 250px;
}

.hide {
  display: none;
}

.services {
  margin: 15px;
}

.service {
  font-size: 22px;
  font-weight: 600;
  margin-top: 3px;
}

p {
  padding-left: 10px;
}

.fixed-top {
  padding: 0px 16px;
}

ul.filter {
  list-style:none;
  padding:0;
  margin-bottom:35px;
  margin-top:28px;
  overflow:hidden;
  text-align: center !important;
}

.portfolio-wrapper {
  width: 100%;
}

.portfolio-wrapper ul.filter li{
  display: inline-block;
  text-transform:uppercase;
  margin-right:25px;
  font-weight:600;
  text-align: center !important;
}

.portfolio-wrapper ul.filter li a{
  color:#909090
}

.portfolio-wrapper ul.filter li a:hover,.portfolio-wrapper ul.filter li a.active{
  color:#000
}

.image1 {
  background-image: url('../public/1.jpg')
}

.image2 {
  background-image: url('../public/2.jpg')
}

.image3 {
  background-image: url('../public/3.jpg')
}

.image4 {
  background-image: url('../public/4.jpg')
}

.image5 {
  background-image: url('../public/5.jpg')
}

.image6 {
  background-image: url('../public/6.jpg')
}

.image7 {
  background-image: url('../public/7.jpg')
}

.image8 {
  background-image: url('../public/8.jpg')
}

.image9 {
  background-image: url('../public/9.jpg')
}

.image10 {
  background-image: url('../public/10.jpg')
}

.image11 {
  background-image: url('../public/11.jpg')
}

.image12 {
  background-image: url('../public/12.jpg')
}

.image13 {
  background-image: url('../public/13.jpg')
}

.image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.image:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}

.work-grid {
  padding-top: 20px;
}

.languages {
	min-width: 100px;
	text-align: right;
}

.language {
	width: 20px;
	height: 20px;
}

.language-text {
	color:#6c757d;
}

