
#main_slider{
    position: relative;
    height: 639px;
}
#carousel_main{
    height: 639px;
}
#bg_left{
    z-index: 998;
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    background-image: url("../img/bg-left.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
#bg_right{
    z-index: 998;
    position: absolute;
    right:0;
    top: 0;
    height: 100%;
    background-image: url("../img/bg-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

#bar_blue{
    background-color: #0469c8;
}
#bar_blue h2{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-top: 30px;
}
#bar_blue p{
    color: #fff;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    padding-top: 5px;
    margin-bottom: 20px;
}

.item, .gallery_item{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon img{
    margin-bottom: 20px;

    -o-transition:all .3s ease-in-out ;
    -ms-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.icon p{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
a:nth-child(1) .icon p{
    color: #fdc20e;
}
a:nth-child(2) .icon p{
    color: #d6318b;
}
a:nth-child(3) .icon p{
    color: #009ed7;
}
a:nth-child(4) .icon p{
    color: #a0c515;
}

.icon:hover img{
    -moz-transform: scale(1.1) rotate(7deg);
    -ms-transform: scale(1.1) rotate(7deg);
    -o-transform: scale(1.1) rotate(7deg);
    -webkit-transform: scale(1.1) rotate(7deg);
    -khtml-transform: scale(1.1) rotate(7deg);
    transform: scale(1.1) rotate(7deg);
}

.gallery_item{
    height: 320px;
    
    -o-transition:all .3s ease-in-out ;
    -ms-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.gallery_item:hover{
    transform: scale(1.05);
}
#bar_pink{
    background-color: #f50045;
}
#bar_pink h2{
    color: #fff;
    font-size: 29px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

#news h2{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
#news p{
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}