#map img,
#last-works .col-md-6>img {
    max-width: none;
}
#map {
    height: 600px;
}

#slider .overlay-bg,
#last-works .col-md-6 .work-info,
.bg,
a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
img {
    max-width: 100%;
}

#slider .carousel {
    margin-top:20px;
}
#slider .fill {
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#slider .overlay-bg {
    background: #A2292E;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    z-index: 0;
}

#slider .carousel-control-panel {
    text-align: center;
}
#slider .carousel-control,
.holicy-arrow-right,
.holicy-arrow-left {
    display: inline-block;
    height: 10px;
    position: static;
    width: 80px;
    //margin: 0 15px;
}
#slider .carousel-control.right,
.holicy-arrow-right {
    background: url(../_img/arrow-right.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#slider .carousel-control.left,
.holicy-arrow-left {
    background: url(../_img/arrow-left.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#carousel-ban1 {
    background-image: url(../_img/11zoom.jpg);
}
#carousel-ban2 {
    background-image: url(../_img/5zoom.jpg);
}
.carousel-caption {
    left: 50%;
    text-align: left;
    top: 20%;
    right: 3%;
    font-weight: 300;
    font-size: 18px;
    margin-top: 20px;
}
.carousel-caption p,
.feature-summary {
    opacity: .5;
    font-weight: 300;
}
.carousel-caption h1 {
    font-weight: 900;
    font-size: 60px;
}
.carousel-caption *:not(.btn) {
    color: black;
    text-shadow: none;
}
/**/