header{
    z-index: 100;
}
.home-photo{
    position: relative;
    overflow: hidden;
}
.home-photo img{
    width: calc(50% + 200px);
    height: auto;
    position: absolute;
    top: -6%;
    right: -230px;
    border-radius: 500px;
    border: 4px solid white;
}

.title-block, .title-block .sp-subtitle{
    text-align: left;
}
.title-block h2 {
    font-size: 50px;
    line-height: 65px;
    text-align: left;
}
.title-block p{
    text-align: justify;
}
.header-titles h2 {
    font-size: 30px;
    text-transform: uppercase;
}
.block-title h3 {
    text-transform: uppercase;
}

.mg-top-20{
    margin-top: 20px;
}
.mg-top-30{
    margin-top: 30px;
}

.info-block-w-icon .ci-text {
    position: relative;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}
.info-block-w-icon .ci-icon {
    padding-top: 15px;
}

.map, .lmpixels-map iframe{
    height: 270px;
}
.lmpixels-map iframe{
    border: 4px solid white;
    border-radius: 5px;
}

@media only screen and (max-width: 480px) {
    .home-photo img{
       display: none;
    }
    .animated-section{
        padding: 20px;
    }
}



