*{
    margin: 0;
    padding: 0;
    font-family: Roboto;
    color: #fff;
}
.back-video{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
.logo-container {
    text-align: center;
    margin-top: 120px;
}
.logo-container p {
    line-height: 90px;
    font-size: 41px;
    font-weight: bold;
    font-style: normal;
    color: #231f20;
}
.info-container {
    color: #fff;
}
.header {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.info-container {
    color: #fff;
    margin-top: 120px;
}
#map{
    width: 100%;
    height:200px;
}
.row.contact-info {
    margin-bottom: 80px;
}

.logo-container img {
    max-width: 100%;
    height: auto;
}
.share button {
    background-image: url(../../assets/images/sprite.png);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-position-y: 200px;
    outline: none;
    border: 0;
    background-color: rgba(66, 66, 66, 0.64);
}
.share {
    position: absolute;
    right: 10px;
    top: 19px;
}
.share:hover .tooltip{
    opacity: 1;
}
.tooltip-inner::before{
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.share-body {
    top: 70px;
    z-index: 2;
    left: -30px;
    margin-left: -80px;
    width: 160px;
    height: 255px;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    background-color: #fff;
    position: absolute;
}
.share-body:before{
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.social-item {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}
.fb{
    background-color: #026EE8;
}
.tweet{
    background-color: #00BAFF;
}
.google{
    background-color: #F66B05;
}
.pin{
    background-color: #DB1611;
}
.in{
    background-color: #107EB8;
}
.envelope{
    background-color: #20A229;
}

.share-head {
    text-align: center;
    color: #242424;
    font-size: 20px;
}
.display{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 768px) {
    .logo-container, .info-container{
        margin-top:0;
    }
    #map{
        margin-bottom:15px;
    }
}