#content .newsletter-signup .actions {width: 100%;}
#content .registration, #content .newsletter-signup{float:left;clear:none;/* overflow: hidden; */width: 48%;}
#content .registration{float:right;}
#content .registration .info-box, #content .newsletter-signup .info-box{
  float: left;
  clear: left;
  width: 100%;
  max-height: 230px;
  margin: 40px 2% 0 0;
  background: #fff;
  border-bottom-color: #05243c;
}
#content .registration .title-full {
  color: #fff;
  background: #0a4e83;
}
#content .registration .description, #content .newsletter-signup .newsletter-description {
    float: left;
    width: 80%;
    margin:0;
    padding: 19px 10%;
    background:#f4f4e8;
}
#content .registration .description p {
  font-size: 0.85em;
  color: #646363;
}
#content .registration .actions {
  float: left;
  margin: 0 0;
  width: 100%;
}
#content .registration .actions a.primary,#content .newsletter-signup .actions a.primary{
  width: 261px;
  background: #0a4e83;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
    border:none;
  padding: 12px 10% 12px 0;
  margin: 0;
  float: left;
}
#content .registration a.primary .arrow-block,#content .newsletter-signup a.primary .arrow-block{
  margin: 0 0 0 25px;
  background: #073a62;
    margin-left: 0;
    right: -37px
}
#content .registration a:hover.primary {
  background: #073a62;
}
#content .registration a:hover.primary .arrow-block {
  background: #05243c;
}
#content .left-corner:before {
border-bottom-color: #f4f4e8;
}
#content .left-corner:after {
border-top-color: #fff;
}
#content .content .info-box i{
    font-style:normal;
}

/**GALLERY**/
#content .content .hot-shots{
    float:right;
    clear:none;
}
#content .content .hot-shots .info-box {
    float: left;
    width: 312px;
    height: 227px;
    margin: 40px 2% 0 0;
    border-bottom-color: #d8d8b1;
    /* overflow: hidden; */
}
#content .content .hot-shots .title-small {
    color: #fff;
    background:#0f65a8;
    background: rgba(15, 101, 168, 0.8);
    z-index: 10;
}
#content .content .hot-shots .image {
    position: absolute;
    z-index: 0;
    width: 312px;
    height: 227px;
    overflow: hidden;
}
#content .content .hot-shots .details {
    position: absolute;
    z-index: 10;
    width: 312px;
    height: 117px;
    overflow: hidden;
    margin: 110px 0 0;
    background:#0f65a8;
    background: rgba(15, 101, 168, 0.8);
}
#content .content .hot-shots .details .name {
    margin: 18px 20px 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #195d71;
}
#content .content .hot-shots .details .address {
    margin: 10px 20px;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #195d71;
}
#content .content .hot-shots .actions {
    position: absolute;
    z-index: 20;
    margin: 190px 0 0;
    width: 312px;
}
#content .content .hot-shots .actions a.primary {
    width: 275px;
    background: #e4e4c9;
    color: #0a4e83;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:none;
}
#content .content .hot-shots a.primary .arrow-block {
    margin: 0 0 0 25px;
    background: #d8d8b1;
    color: #fff;
}
#content .content .hot-shots a:hover.primary {
    background: #0f65a8;
    color: #fff;
}
#content .content .hot-shots a:hover.primary .arrow-block {
    background: #0c5187;
}

@media screen and (max-width:800px){
    #content .registration, #content .newsletter-signup{float:none; width: 100%; clear:both; overflow:hidden;}
    #content .registration .actions a.primary,#content .newsletter-signup .actions a.primary{width:100%; float:right; padding-right:55px;}
    #content .registration a.primary .arrow-block,#content .newsletter-signup a.primary .arrow-block{right:0;}
}