
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



        
        .col {
            margin-left:5.5%;
            padding:0 0%;
        }
        
        .col:first-child {
            margin-left:0;
        }
        

        .span_1 {
            width:-1.10416666667%;
        }
        .span_2 {
            width:3.29166666667%;
        }
        .span_3 {
            width:7.6875%;
        }
        .span_4 {
            width:12.0833333333%;
        }
        .span_5 {
            width:16.4791666667%;
        }
        .span_6 {
            width:20.875%;
        }
        .span_7 {
            width:25.2708333333%;
        }
        .span_8 {
            width:29.6666666667%;
        }
        .span_9 {
            width:34.0625%;
        }
        .span_10 {
            width:38.4583333333%;
        }
        .span_11 {
            width:42.8541666667%;
        }
        .span_12 {
            width:47.25%;
        }
        .span_13 {
            width:51.6458333333%;
        }
        .span_14 {
            width:56.0416666667%;
        }
        .span_15 {
            width:60.4375%;
        }
        .span_16 {
            width:64.8333333333%;
        }
        .span_17 {
            width:69.2291666667%;
        }
        .span_18 {
            width:73.625%;
        }
        .span_19 {
            width:78.0208333333%;
        }
        .span_20 {
            width:82.4166666667%;
        }
        .span_21 {
            width:86.8125%;
        }
        .span_22 {
            width:91.2083333333%;
        }
        .span_23 {
            width:95.6041666667%;
        }
        .span_24 {
            margin-left:0;
            width:100%;
        }


.contact-wrapper {
  padding-top: 110px;
  overflow: hidden;
  background-image: url('../images/contact-page-bg.jpg');
}
.contact-wrapper .container {
  height: 100%;
}
.contact-info {
  margin: 80px auto 60px auto;
  width: 560px;
  max-width: 100%;
  padding: 12px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  font-size: 0;
}
.contact-info-part {
  color: black;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 33.3%;
}
.contact-info-part:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-position: center;
  background-size: contain;
}
.contact-info-part:first-child:after {
  background-image: url('../images/contact-location.png');
}
.contact-info-part:nth-child(2):after {
  background-image: url('../images/contact-phone.png');
}
.contact-info-part:last-child:after {
  background-image: url('../images/contact-mail.png');
}
@media screen and (max-width: 580px) {
  .contact-wrapper {
    padding-top: 60px;
  }
  .contact-info {
    padding-top: 40px;
    border: none;
  }
  .contact-info-part {
    width: 100%;
    display: block;
  }
  .contact-info-part:not(:last-child) {
    margin-bottom: 40px;
  }
}
