.slideshow_home_incca {
	width: 100%;
	height: calc(100% - 60px);
	right: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	top: 60px;
	align-items: center;
    display: flex;
    justify-content: center;
}
.content_home_incca {
	width: 100%;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 1 !important;
}

.slideshow_banner_btn,.slideshow_banner_link {
    font-weight: 400;
    box-sizing: border-box;
    text-decoration: none;
    position: relative
}

.slideshow_no_padding_bottom,.slideshow_no_padding_top {
    padding-top: 0
}

.slideOverlay,.slideshow,.slideshow_img {
    width: 100%;
    height: 100%;
	    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius:0px
}

.slideshow .slideshow_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 1.5s ease-in-out;
    -webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out
}

.slideshow .slideshow_img.fade-in,.slideshow .slideshow_img:first-child {
    opacity: 1;
    transform: scale(1.01)
}

.slideshow .slideshow_img.fade-out {
    opacity: 0;
    transform: scale(1)
}

.slideshow {
    float: left;
    position: relative;
    overflow: hidden;
    visibility: visible;
}

.slideOverlay {
    display: block;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))!important;
    border-radius: 0
}


.slideArrow {
    width: 80px;
	height:40px;
    z-index: 10000000 !important;
    flex: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
}
@media (min-width: 1438px) {
    .slideshow_caption {
        width: 100%;
        float:right;
        z-index: 3;
        position: relative;
        box-sizing: border-box;
        direction: rtl;
    }
    .slideshow_caption .title {
        width: 100%;
        float: right;
        margin-bottom: 10px;
        line-height: 1.1em
    }
    .slideshow_caption .sub_title {
        width: 100%;
        float: right;
        margin-bottom: 55px;
        line-height: 1.1em
    }
    .slideshow_caption .text {
        width: 100%;
        float: right;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.4em;
        margin-bottom: 25px
    }
    .slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
    }
    .slideshow_grid_left {
        width: 100%;
        height: 400px;
        float: left;
        position: relative
    }
}

@media (max-width: 1439px) and (min-width:769px) {
    .slideshow_caption {
        width: 100%;
        float:right;
        z-index: 3;
        position: relative;
        box-sizing: border-box;
        direction: rtl;
    }
    .slideshow_caption .title {
        width: 100%;
        float: right;
        margin-bottom: 5px;
        line-height: 1.1em
    }
    .slideshow_caption .sub_title {
        width: 100%;
        float: right;
        margin-bottom: 35px;
        line-height: 1.1em
    }
    .slideshow_caption .text {
        width: 100%;
        float: right;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.4em;
        margin-bottom: 25px
    }
    .slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
    }
    .slideshow_grid_left {
        width: 100%;
        height: 300px;
        float: left;
        position: relative
    }
}

@media (max-width: 768px) and (min-width:319px) {
    .slideshow_caption {
        width: 100%;
        float:right;
        z-index: 3;
        position: relative;
        box-sizing: border-box;
        direction: rtl;
    }
    .slideshow_caption .title {
        width: 100%;
        float: right;
        margin-bottom: 5px;
        line-height: 1.2em
    }
    .slideshow_caption .sub_title {
        width: 100%;
        float: right;
        margin-bottom: 35px;
        line-height: 1.1em
    }
    .slideshow_caption .text {
        width: 100%;
        float: right;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.4em;
        margin-bottom: 25px
    }
    .slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
    }
    .slideshow_grid_left {
        width: 100%;
        height: 200px;
        float: left;
        position: relative
    }
    .slideArrow {
    width: 70px;
	height:35px;
}
}

@media (max-width: 320px) {
   .slideshow_caption {
        width: 100%;
        float:right;
        z-index: 3;
        position: relative;
        box-sizing: border-box;
        direction: rtl;
    }
    .slideshow_caption .title {
        width: 100%;
        float: right;
        margin-bottom: 5px;
        line-height: 1.1em
    }
    .slideshow_caption .sub_title {
        width: 100%;
        float: right;
        margin-bottom: 35px;
        line-height: 1.1em
    }
    .slideshow_caption .text {
        width: 100%;
        float: right;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.4em;
        margin-bottom: 25px
    }
    .slideshow_grid_section {
        width: 100%;
        float: right;
        position: relative
    }
    .slideshow_grid_left {
        width: 100%;
        height: 200px;
        float: left;
        position: relative
    }
        .slideArrow {
    width: 70px;
	height:35px;
}
}
