﻿

/*.slider-area {
    right: 0;
}

.single-slider {
    height: 80vh;
}

.owl-dots {
    position: absolute;
    visibility: hidden;
}

.slider-title {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

    .table-cell h2 {
        color: #ffffff;
        font-weight: 500;
    }*/
@media screen and (max-width: 768px) {
    #myCarousel {
        height: 40vh;
    }

    .carousel-fade .carousel-inner .item img{
        height: 40vh;
    }
}
@media screen and (min-width: 1024px){
    #myCarousel {
        height: 40vh;
    }
    .carousel-fade .carousel-inner .item img {
        height: 40vh;
        width: 100%;
    }
}
@media screen and (min-width: 1200px){
    #myCarousel {
        height: 100%;
        width: 100%
    }

    .carousel-fade .carousel-inner .item img {
        height: 100%;
        width: 100%
    }
}
 
.carousel-caption{
    right: 20%;
    left: 20%;
    padding-bottom: 20%;
    top: 20%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    height: 75vh;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right{
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left{
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*  INDEX CONTENT CSS*/
.mobile{
    display: none;
}
@media screen and (max-width: 768px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}
@media screen and (max-width: 400px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}
@media screen and (max-width: 300px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}
@media screen and (max-width: 200px) {

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}