body {
    font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

body, html {
    height: 100%;
    margin: 0;
}

.container {
    background-color: #FFF;
    padding: 0px;
}

.wrapper {
    background-color: #FFF;
}

#header {
    background-color: #333;
    height: 140px;
    background-image: url(http://comunicareservier.ro/detralex/assets/img/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-size 0.4s;
}

#bottom {
    background-color: #333;
    height: 140px;
    background-image: url(http://comunicareservier.ro/detralex/assets/img/header.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-size 0.4s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


#video_body {
    margin-top: 60px;
}

#video_body a {
    transition: opacity 0.4s;
    opacity: 1;
    display: block;
}

#video_body a:hover, #video_body a:focus {
    opacity: 0.6;
    display: block;
    text-decoration: none !important;
    border: 0 !important;
    outline: none;
}

#footer {
    border: none;
    margin-top: 35px;
    margin-bottom: 15px;
}

.modal-body {
    padding: 0;
}

.dismiss-modal {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 25px;
    color: #fff;
    z-index: 1;
    opacity: 0.7;
    transition: opacity 0.4s;
}

.dismiss-modal:hover {
    opacity: 1;
}

@media screen and (max-width: 1280px) {
    .footer-item {
        padding-left: 45px;
    }

    .footer-item img {
        max-width: 70%;
    }
}