

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body,html {
    margin:0;
    font-family: 'Montserrat', sans-serif;
}
#emptygif {
    position:absolute;
    z-index:200;
}
#overlay1st {
    position:absolute;
    background:#fff;
    opacity:0.2;
    width:744px;
    height:1005px;
    z-index:100;
    display:none;
}
#overlay2nd {
    position:absolute;
    background:#fff;
    opacity:0.2;
    width:744px;
    height:1005px;
    top:1005px;
    z-index:100;
    display:none;
}

.main{
    padding-top:30px;
}

#contacts{
    margin-top:20px;
}

.contact-item {
    clear: both;
    padding-bottom:20px;
    padding-top: 10px;
}

.contact-item + .contact-item{ border-top: 1px solid #eeeeee;}

.contact-text {
    float: left;
    /*padding-left: 40px;*/
    padding-bottom: 7px;
}
.contact-desc {
    float: left;
    width: 100%;
    padding-bottom: 7px;
    font-weight: bold;
}

#image-magic{
    width: 764px;
    height: 1005px;
    position:relative;
}

.floating-image{
    position:absolute;
      -webkit-filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
  filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
  
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
  width: 50%;    
}

.floating-image:hover,
.floating-image:focus{
  -webkit-filter: none;
  filter: none;
}

#img1{
    left:0px;
    top:0px;
}

#img2{
    left: 202px;
    top: 108px;
}

#img3{
    left: -43px;
    top: 214px;
}

#img4{
    left: 157px;
    top: 355px;
}

#img5{
    left: -15px;
    top: 507px;
}

#map{
  height:300px;
}


/*
.contact-item::after {
    content: " ";
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    width: 320px;
    height: 10px;
}
*/

