/*-------------------------------------------------------------------------*/
/* Slider
/*-------------------------------------------------------------------------*/
.section-slider {}

.section-slider .container {}

.section-slider .container .row {}

.section-slider .container .row .col-sm-12 {}

.section-slider .container .row .col-sm-12.MY_col-1 {margin: 3rem 0 0 0;}
.section-slider .container .row .col-sm-12.MY_col-2 {margin: 4rem 0 0 0;}

/* Slider: Button
/*----------------------------------------------------------*/
.section-slider .btn-large {
	margin: 0 auto;
}

/* Slider: Slider
/*----------------------------------------------------------*/
.section-slider .slider {
	width: 100%;
	height: 200px;
	margin: 0 0 var(--margin-primary) 0;
	overflow: visible !important;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	background-color: #000000;
}

.section-slider .slider:before,
.section-slider .slider:after {
	width: 100%;
	height: 47px;
	top: -31px;
	left: 0;
	z-index: 8;
	content: '';
	position: absolute;
	background-size: 1039px 47px;
	background-color: transparent;
	background-image: url(../../images/graphics/frame-01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.section-slider .slider:after {
	height: 37px;
	top: auto;
	bottom: -16px;
	background-size: 1039px 37px;
	background-image: url(../../images/graphics/frame-02.png);
}

.section-slider .slider .fluxslider {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}

.section-slider .slider .fluxslider .surface {
	width: 100% !important;
	height: 100% !important;
	display: table;
}

/* Slider: Images
/*-----------------------------*/
.section-slider .slider .fluxslider .surface .images {
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	position: absolute !important;
}

.section-slider .slider .fluxslider .surface .images:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	z-index: 999;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 90%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}

.section-slider .slider img,
.section-slider .slider .fluxslider .surface .images div {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Slider: Caption
/*-----------------------------*/
.section-slider .slider .fluxslider .surface .caption {
	width: 100% !important;
	height: 100% !important;
	display: table-cell;
	position: relative !important;
	text-align: center;
	font-family: var(--font-family-secondary);
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.32), 0 0 10px rgba(0, 0, 0, 0.16), -1px -1px 0 #3b3c38, 1px -1px 0 #3b3c38, -1px 1px 0 #3b3c38, 1px 1px 0 #3b3c38, -2px -2px 0 #3b3c38, 2px -2px 0 #3b3c38, -2px 2px 0 #3b3c38, 2px 2px 0 #3b3c38;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: transparent;
}

.section-slider .slider .fluxslider .surface .caption span {
	color: #f4d441;
	display: block;
	font-size: 1.9rem;
	font-weight: 100;
	line-height: 100%;
	animation: fadeIn ease-out 1500ms;
	-o-animation: fadeIn ease-out 1500ms;
	-ms-animation: fadeIn ease-out 1500ms;
	-moz-animation: fadeIn ease-out 1500ms;
	-webkit-animation: fadeIn ease-out 1500ms;
}

.section-slider .slider .fluxslider .surface .caption i {
	color: #d2cc8e;
	font-size: 1.6rem;
	font-style: inherit;
	font-weight: 100;
	line-height: 100%;
	animation: fadeIn ease-out 1500ms;
	-o-animation: fadeIn ease-out 1500ms;
	-ms-animation: fadeIn ease-out 1500ms;
	-moz-animation: fadeIn ease-out 1500ms;
	-webkit-animation: fadeIn ease-out 1500ms;
}

@keyframes fadeIn         {0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn      {0% {opacity: 0;} 100% {opacity: 1;}}
@-ms-keyframes fadeIn     {0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn    {0% {opacity: 0;} 100% {opacity: 1;}}
@-webkit-keyframes fadeIn {0% {opacity: 0;} 100% {opacity: 1;}}

/* Slider: Arrows
/*-----------------------------*/
.section-slider .slider .fluxslider .surface > a {
	width: 58px;
	height: 58px;
	display: none;
	padding: 0 !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgba(11, 11, 10, 0.5) !important;
}

.section-slider .slider .fluxslider .surface > a:before {
	width: 34px;
	height: 53px;
	top: 2.5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	position: absolute;
	background-color: transparent;
	background-image: url(../../images/graphics/slider-pegi.png);
	background-repeat: no-repeat;
} .section-slider .slider .fluxslider .surface > a#slider_next:before           {background-position: 100% 0;}
  .section-slider .slider .fluxslider .surface > a#slider_next:hover:before     {background-position: 100% 100%;}
  .section-slider .slider .fluxslider .surface > a#slider_previous:before       {background-position: 0 0;}
  .section-slider .slider .fluxslider .surface > a#slider_previous:hover:before {background-position: 0 100%;}

/* Slider: Pagination
/*-----------------------------*/
.section-slider .slider .fluxslider .pagination {
	display: none;
}

/* Slider: Responsive
/*----------------------------------------------------------*/
@media screen and (min-width: 992px) { /* Desktop */
	.section-slider .container .row .col-sm-12.MY_col-1 {margin: 6.5rem 0 0 0;}
	.section-slider .container .row .col-sm-12.MY_col-2 {margin: 9rem 0 0 0;}

	/* Slider: Button
	/*----------------------------------------------------------*/
	.section-slider .btn-large {
		right: 13%;
		margin: 0 0 0 auto;
	}

	/* Slider: Slider
	/*----------------------------------------------------------*/
	.section-slider .slider {
		height: 272px;
	}

	.section-slider .slider:before,
	.section-slider .slider:after {
		width: 101.6%;
		left: -0.8%;
		background-size: 100% 47px;
	} .section-slider .slider:after {background-size: 100% 37px;}

	/* Slider: Caption
	/*-----------------------------*/
	.section-slider .slider .fluxslider .surface .caption {
		padding-right: 30rem;
	} .section-slider .slider .fluxslider .surface .caption span {font-size: 3.875rem;}
	  .section-slider .slider .fluxslider .surface .caption i    {font-size: 2.125rem;}

	/* Slider: Arrows
	/*-----------------------------*/
	.section-slider .slider .fluxslider .surface > a {
		display: block;
	}
}