
.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%;
        }


.repr-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding-bottom: 120px;
}
.store-map {
  position: relative;
  height: 0;
  min-height: 200px;
  overflow: hidden;
  padding-bottom: 40%;
}
.store-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.repr-btn {
  background-color: #7c7a0f;
}
.country-wrapper {
  margin-bottom: 40px;
}
.store-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 2em;
  color: white;
  width: 100%;
  padding: 17px 0;
  text-align: center;
  cursor: pointer;
}
.store-btn:hover {
  opacity: 0.9;
}
.repr-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bfbd00;
}
.repr-table tr:hover {
  background-color: #f1f1d5;
}
.repr-table tr:not(:last-child) {
  border-bottom: 1px solid #bfbd00;
}
.repr-table td {
  padding: 10px;
}
.repr-table td:not(:last-child) {
  border-right: 1px solid #bfbd00;
}
.repr-table-col {
  font-size: 1.8em;
}
.repr-name {
  width: 35%;
}
.repr-addr {
  text-transform: uppercase;
  width: 50%;
}
.repr-link-wrapper {
  width: 15%;
  text-align: center;
}
.repr-link {
  color: #3a4c0d;
  text-decoration: none;
}
.repr-link:hover {
  text-decoration: underline;
}
.repr-btn-a {
  text-decoration: none;
}
.repr-btn-a:hover {
  text-decoration: none;
}
.rel-web {
  display: block;
  margin-top: 9px;
  font-size: 0.7em;
  color: #3a4c0d;
  text-decoration: none;
}
.rel-web:hover {
  text-decoration: underline;
}
.repr-contact-form-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
}
.repr-contact-form-helper {
  overflow: auto;
}
.repr-contact-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 0;
}
.repr-contact-form-close {
  position: absolute;
  top: 10px;
  right: -40px;
  width: 29px;
  height: 29px;
  border: 2px solid white;
  opacity: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-image: url('../images/form-close.png');
}
.repr-contact-input {
  border: 2px solid #9d9b17;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.repr-contact-btn {
  color: white;
  background-color: #9d9b17;
}
@media screen and (max-height: 670px), screen and (max-width: 768px) {
  .repr-contact-form-helper {
    padding: 0 25px;
    height: 670px;
  }
  .repr-contact-form {
    padding: 0 25px;
  }
  .repr-contact-form-close {
    right: 0;
  }
}
@media screen and (max-height: 670px) {
  .repr-contact-form {
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
@media screen and (max-height: 570px) {
  .repr-contact-form {
    margin-top: 60%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .store-find-btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .repr-table td {
    display: block;
    width: 100%;
    border-right: none !important;
  }
}
