/* General */

html,
body {
    overflow-x: hidden;
    line-height: 2.5;
}

a:hover {
    text-decoration: none;
    color: #a0ce4c
}

a {
    color: #333;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
}

footer {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #333;
    color: white;
}

.prefooter {
    background: #087641;
    color: white;
    line-height: 25px;
    padding-top: 20px;
}

.prefooter i {
    font-size: 30px;
    min-width: 40px;
}

.prefooter span {
    position: relative;
    bottom: 5px;
}

.prefooter a {
    color: white;
}


/* Specific */

.affix {
    top: 0;
    width: 100%;
    z-index: 100;
}

.licence img {
    width: 100%;
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 500px;
    top: 500px;
    margin-top: -500px;
    z-index: 99;
}

.index-item {
    min-height: 200px;
    line-height: 2;
}

.index-item img {
    float: left;
    margin-right: 15px;
    max-height: 200px;
}

.navbar {
    margin-bottom: 0;
}

.index-bordered {
    background: #e8e8e8;
    border-top: 5px solid #087641;
    border-bottom: 5px solid #087641;
    min-height: 100px;
}

.div-logo {
    background: url("../images/logo_eurostyle.png") no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 8.88%;
}

.top-info {
    height: 45px;
    background: #087641;
    color: white;
}

.top-info a {
    color: white;
}

.top-info-header {
    height: 45px;
    line-height: 45px;
}

.top-info-header i {
    margin-top: 7px;
    font-size: 30px;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}

.carousel-control {
    z-index: 99;
    width: 10%;
    font-size: 60px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 0;
    padding-top: 30.43%;
    background-position: center;
    background-size: cover;
}


/* faster sliding speed */

.carousel-inner>.item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}


/* keep full widget on smaller screens */

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

.carousel-control .fa-arrow-circle-o-left,
.carousel-control .fa-arrow-circle-o-right {
    position: absolute;
    top: 45%;
    font-size: 30px;
}

.left-index-item {
    padding-left: 40px;
    padding-top: 20px;
}

.right-index-item {
    padding-right: 40px;
    padding-top: 20px;
}

@media(max-width:767px) {
    .left-index-item,
    .right-index-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}