#contact_space a{
    color:#FFF;
    font-weight:600
}
#contact_space a:hover {
    text-decoration:underline
}
#contact_space{
    padding:40px 0 35px;
    background-color:#044A67;
    margin:0;
    color:#E4F1FE
}
#contact_space .formatter h3{
    font-size:16px;
    line-height:18px;
    color:#dadada;
    font-weight:800;
    text-transform:uppercase;
    padding-bottom:15px
}
#contact_space .formatter p,#contact_space .formatter ul li{
    font-size:13px;
    font-weight:300;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    line-height:20px
}
#contact_space .formatter ul li{
    margin-bottom:10px
}
#contact_space .formatter ul li i{
    margin-right:4px
}
.double_space{
    display:none;
    height:40px
}
.col-xs-13, .col-sm-13, .col-md-13, .col-lg-13 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-13 {
  float: left;
}
.col-xs-13 {
  width: 37.5%;
}
.col-xs-pull-13 {
  right: 37.5%;
}
.col-xs-push-13 {
  left: 37.5%;
}
.col-xs-offset-13 {
  margin-left: 37.5%;
}
@media (min-width: 768px) {
  .col-sm-13 {
    float: left;
  }
  .col-sm-13 {
    width: 37.5%;
  }
  .col-sm-pull-13 {
    right: 37.5%;
  }
  .col-sm-push-13 {
    left: 37.5%;
  }
  .col-sm-offset-13 {
    margin-left: 37.5%;
  }
}
@media (min-width: 992px) {
  .col-md-13 {
    float: left;
  }
  .col-md-pull-13 {
    right: 37.5%;
  }
  .col-md-push-13 {
    left: 37.5%;
  }
  .col-md-offset-13 {
    margin-left: 37.5%;
  }
}
@media (min-width: 1200px) {
  .col-lg-13 {
    float: left;
  }
  .col-lg-13 {
    width: 37.5%;
  }
  .col-lg-pull-13 {
    right: 37.5%;
  }
  .col-lg-push-13 {
    left: 37.5%;
  }
  .col-lg-offset-13 {
    margin-left: 37.5%;
  }
}
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}