@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{}

/* Icons */
@font-face{}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top:calc(50% - 15px);

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;

    cursor: pointer;
	margin:0 0 0 0;

    color: transparent;
    border: none;
    outline: none;
	z-index:4;
}
@media screen and (max-width:768px){
.slick-prev,
.slick-next
{
	width: 30px;
    height: 30px;
	margin:0 0 0 0;
	top:calc(((100% - 45px - 45px - 45px) / 2.3 ) - 15px);
}
}
.slick-next:hover,
.slick-next:focus
{
	opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus
{
	opacity: 1;
}
.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;
}

.slick-prev
{
    display: inline-block;
  	width: 18px;
  	height: 18px;
  	margin: 0 10px;
  	border-left: 4px solid #000;
  	border-bottom: 4px solid #000;
  	transform: rotate(45deg);
}

.br .slick-prev
{
    width:30px;
	height:30px;
	/*background:url("/images/common/left_arrow.svg") no-repeat !important;*/
	background-size:cover !important;
	left:-30px;
}

@media screen and (max-width:768px){
	.slick-prev
{
    width:30px;
	height:30px;
	/*background:url("/images/common/left_arrow.svg") no-repeat !important;*/
	background-size:cover !important;
	left:5%;
}
	
.br .slick-prev
{
    width:30px;
	height:30px;
	/*background:url("/images/common/left_arrow.svg") no-repeat !important;*/
	background-size:cover !important;
	left:5%;
}
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
}

.slick-next
{
   	display: inline-block;
  	width: 18px;
  	height: 18px;
  	margin: 0 10px;
  	border-top: 4px solid #000;
  	border-right: 4px solid #000;
  	transform: rotate(45deg);
}

.br .slick-next
{
    width:30px;
	height:30px;
	/*background:url("/images/common/right_arrow.svg") no-repeat !important;*/
	background-size:cover !important;
	right:-30px;
}

@media screen and (max-width:768px){
	.slick-next
{
	width:30px;
	height:30px;
	/*background:url("/images/common/right_arrow.svg") no-repeat !important;*/
	background-size:cover !important;
	right:5%;
}
	.br .slick-next
{
	width:50px;
	height:50px;
	/*background:url("/images/common/right_arrow.svg") no-repeat !important;*/
	background-size:cover !important;
	right:5%;
}
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: relative;
    bottom:0;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
	z-index:1;
}

@media screen and (max-width:767px){
	.slick-dots
{
    bottom:-70px;
}
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	position: relative;
}
.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
{
    background:none;
	width:8px;
	height:8px;
	border-radius: 50%;
	opacity: 1;
	border:1px solid #c2c2c2;
}
.slick-dots li.slick-active button
{
	opacity: 1;
	background:#000;
	width:8px;
	height:8px;
	border-radius: 50%;
	border:1px solid #000;
}

