@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
	bottom:50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
	border:0;
    cursor: pointer;
	font-size:0;
	z-index:1;
	transition:all .3s;
	-webkit-transition:all .3s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /*background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

/*.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.slick-prev
{
	/*left:0;*/
	background:url(../../images/prev2.png) no-repeat;
}
.slick-next
{
	right:0;
	background:url(../../images/next2.png) no-repeat;
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
	width: 14px;
    height: 14px;
    content: '●';
    text-align: center;
	border-radius:50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background:#bababa;
}
.slick-dots li.slick-active button:before{
	width:14px;
	height:14px;
	border:0;
	background:#797979;
}

/*------archcase2.php----------*/
.oneitem .slick-prev, .oneitem .slick-next
{
	bottom:0;
    width: 60px;
    height: 60px;
}
.oneitem .slick-prev
{
	right:60px;
	background:url(../../images/prev.png) no-repeat #f9f9f9;
	background-size:cover;
}
.oneitem .slick-next
{
	right:0;
	background:url(../../images/next.png) no-repeat #32adc6;
	background-size:cover;
}
.proitem .slick-prev, .proitem .slick-next
{
	bottom:50%;
    width: 60px;
    height: 60px;
}
.proitem .slick-prev
{
	left:0;
	background:url(../../images/prev2.png) no-repeat;
}
.proitem .slick-next
{
	right:0;
	background:url(../../images/next2.png) no-repeat;
}
.craftitem .slick-prev, .craftitem .slick-next
{
	bottom:0;
    width: 60px;
    height: 60px;
}
.craftitem .slick-prev
{
	right:60px;
	background:url(../../images/prev.png) no-repeat #f9f9f9;
	background-size:cover;
}
.craftitem .slick-next
{
	right:0;
	background:url(../../images/next.png) no-repeat #00294d;
	background-size:cover;
}
.superitem .slick-prev, .superitem .slick-next
{
	bottom:0;
    width: 60px;
    height: 60px;
}
.superitem .slick-prev
{
	right:0;
	left:0;
	background:url(../../images/prev.png) no-repeat #f9f9f9;
	background-size:cover;
}
.superitem .slick-next
{
	right:0;
	left:60px;
	background:url(../../images/next.png) no-repeat #00294d;
	background-size:cover;
}
.alfaitem .slick-prev, .alfaitem .slick-next
{
	bottom:0;
    width: 60px;
    height: 60px;
}
.alfaitem .slick-prev
{
	right:60px;
	background:url(../../images/prev.png) no-repeat #f9f9f9;
	background-size:cover;
}
.alfaitem .slick-next
{
	right:0;
	background:url(../../images/next.png) no-repeat #32adc6;
	background-size:cover;
}

/*--------------------RWD--------------------*/

@media screen and (max-width: 1024px){
.craftitem .slick-prev, .craftitem  .slick-next
{
	top:50%;
}
.craftitem .slick-prev
{
	right:0;
	left:0;
}
.superitem .slick-prev, .superitem .slick-next
{
	top:50%;
}
.superitem .slick-prev
{
	left:0;
}
.superitem .slick-next
{
	right:0;
	left:auto;
}
}

/*------------------------------------------*/