/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
*/


/* Slider */


.sliderImage{
position: relative;
background-size: cover;
background-position: 50%;
min-height: 430px;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

section#slider {
    min-height: 120px;
    background: #f6f6f6;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.woo_siatex_slider {
    padding: 0;
    margin: 0 !important;;
}

.woo_siatex_slider, .woo_siatex_slider > li {
    position: absolute;
    width: calc(100% - 0px);
    height: 100%;
}

.woo_siatex_slider li.open {
    display: block;
    z-index: 10;
}
.sliderNav {
    position: absolute;
    z-index: 999;
    padding: 10px;
    cursor: pointer;
    top: calc(50% - 10px);
}
.next.sliderNav {
    right: 20px;
}
.prev.sliderNav {
    left: 22px;
}
.prev.sliderNav {
	left: 28px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}


.next.sliderNav {
	  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 28px;
}

.has-background-dim{
	background-color: #000;
}
.sliderImage.has-background-dim::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	content: "";
	background-color: inherit;
	opacity: 0.5;
}

.sliderImageCaption {
	width: calc(100% - 70px);
	z-index: 1;
	color: #fff;
}
.sliderImageCaption h2 {
	text-align: center;
	font-size: 32px;
}

@media only screen and (max-width: 768px) {
.sliderImage {
	min-height: 320px;

}
.woo_siatex_slider {
	height: 320px!important;
}
#slider {
	height: 320px!important;
}
.sliderImageCaption h2 {
	font-size: 24px;
	line-height: 1.3;
}
}
section#slider {	
	z-index: 11;
}
