.buttons {
    line-height: normal;
    color: white;
    margin: 2% 0 0 0;
}

.buttons .btn-watch-video {
    background: rgba(255,255,255,0);
    border: solid 2px white;
    padding: 15px 50px;
    margin: 0 10px;
}

.buttons .btn-watch-video:hover {
    background: rgba(255,255,255,0.3);
    border: solid 2px white;
    padding: 15px 50px;
    margin: 0 10px;
}

.buttons .btn-schedule {
    background: rgba(125,10,0,1);
    background-image:
    linear-gradient(
      rgba(225,10,0,1), rgba(225,10,0,1)
    );
    background-image:
    -webkit-linear-gradient(
      rgba(225,10,0,1), rgba(225,10,0,1)
    );
    background-repeat: no-repeat;
    background-size: 100% 90%;
    border: solid 2px rgba(125,10,0,1);
    padding: 15px 50px;
    margin: 0 10px;
}

.buttons .btn-schedule:active {
    background: rgba(125,10,0,1);
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 90%;
    border: solid 2px rgba(125,10,0,1);
    padding: 15px 50px;
    margin: 0 10px;
}

.buttons .btn-concept {
    background: rgba(0,80,125,1);
    background-image:
    linear-gradient(
      rgba(0,160,225,1), rgba(0,160,225,1)
    );
    background-image:
    -webkit-linear-gradient(
      rgba(0,160,225,1), rgba(0,160,225,1)
    );
    background-repeat: no-repeat;
    background-size: 100% 90%;
    border: solid 2px rgba(0,80,125,1);
    padding: 15px 50px;
    margin: 30px 10px;
}

.buttons .btn-concept:active {
    background: rgba(125,10,0,1);
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 90%;
    border: solid 2px rgba(125,10,0,1);
    padding: 15px 50px;
    margin: 30px 10px;
}

.buttons .btn-booknow {
    background: rgba(125,10,0,1);
    background-image:
    linear-gradient(
      rgba(225,10,0,1), rgba(225,10,0,1)
    );
    background-image:
    -webkit-linear-gradient(
      rgba(225,10,0,1), rgba(225,10,0,1)
    );
    background-repeat: no-repeat;
    background-size: 100% 90%;
    border: solid 2px rgba(125,10,0,1);
    padding: 15px 50px;
    margin: 30px 10px;
}

.buttons .btn-booknow:active {
    background: rgba(125,10,0,1);
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 90%;
    border: solid 2px rgba(125,10,0,1);
    padding: 15px 50px;
    margin: 30px 10px;
}

.buttons-social {
    margin-top: 15%;
}

.footer .buttons-social {
    margin-top: 0;
}

.buttons-social ul,
.buttons-social li {
    float: right !important; 
}

.footer .buttons-social ul,
.footer .buttons-social li {
    float: left !important; 
}

.buttons-social ul {
    margin: 0 20px;
}

.buttons-social li>a {
    padding: 10px 10px;
    color: white;
    font-size: 20px;
}

@media(max-width: 480px) {
    .buttons-social {
        margin-top: 0;
    }
}

@media(max-width: 640px) {
    .buttons-social {
        margin-top: 0;
    }
}

@media(max-width: 768px) {
    .buttons-social {
        margin-top: 0;
    }
}

@media(max-width: 1024px) {
    .buttons-social {
        margin-top: 2%;
    }
}

@media(max-width: 1440px) {
    .buttons-social {
        margin-top: 7%;
    }
}

@media(max-width: 1600px) {
    .buttons-social {
        margin-top: 10%;
    }
}