@charset "utf-8";

/* CSS Document */


/*fs custom nav*/

.fsc-custom-nav {
	position: absolute;
	z-index: 1;
	width: calc(100% - 120px);
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}

.fsc-custom-nav .owl-prev,
.fsc-custom-nav .owl-next {
	cursor: pointer;
	position:relative;
	width: 60px;
	height: 65px;
	border: 0;
	opacity: 0.4;
	background-color: transparent;
	text-align: center;
	/**/
	/*background-image: url(../images/common/prev-next.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;*/
}

.fsc-custom-nav .owl-prev::before,
.fsc-custom-nav .owl-next::before
{
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	content: "\f053";
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
	font-size: 24px;
	color: #ffffff;
	border: 2px solid #bbbdc0;
	border-radius: 60px;
	line-height: 60px;
}

.fsc-custom-nav .owl-next::before
{
	content: "\f054";
}


.fsc-custom-nav .owl-prev {
	float: left;
}

.fsc-custom-nav .owl-next {
	float: right;
	/*-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";*/
}

.fsc-custom-nav .owl-prev.disabled,
.fsc-custom-nav .owl-next.disabled {
	cursor: default;
}


/*custom dots*/

.fsc-custom-dots {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 20px;
	padding: 10px;
	text-align: center;
	/*background-color:green;*/
}

.fsc-custom-dots .owl-dot {
	cursor: pointer;
	width: 30px;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	background-color: #cccccc;
	border: 0;
}

.fsc-custom-dots .owl-dot.active {
	background-color: #666666;
}


/*c1 custom nav*/

.c1-custom-nav {
	position: absolute;
	z-index: 0;
	width: calc(100% + 140px);
	height: 50px;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
}

.c1-custom-nav.disabled,
.c1-custom-dots.disabled
{
	display: none;
}

.c1-custom-nav .owl-prev,
.c1-custom-nav .owl-next {
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: 0;
	opacity: 1;
	background-color: transparent;
	text-align: center;
	
	/**/
	/*background-image: url(../images/common/prev-next-grey.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;*/
}

.c1-custom-nav .owl-prev::before,
.c1-custom-nav .owl-next::before
{
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	content: "\f053";
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
	font-size: 20px;
	color: #bbbdc0;
	border: 2px solid #bbbdc0;
	border-radius: 40px;
	line-height: 40px;
}

.c1-custom-nav .owl-next::before
{
	content: "\f054";
}


.c1-custom-nav .owl-prev {
	float: left;
}

.c1-custom-nav .owl-next {
	float: right;
	/*-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";*/
}

.c1-custom-nav .owl-prev.disabled,
.c1-custom-nav .owl-next.disabled {
	cursor: default;
}


/*custom dots*/

.c1-custom-dots {
	position: absolute;
	width:100%;
	padding: 10px;
	text-align: center;
}

.c1-custom-dots .owl-dot {
	cursor: pointer;
	width: 30px;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	background-color: #cccccc;
	border: 0;
}

.c1-custom-dots .owl-dot.active {
	background-color: #666666;
}