/*==================================
	emptyBlock
==================================*/

.some-slider-control-wrapper {
	height: 100%;
	position: absolute;
	width: 40px;
	display: block;
	top: 0;
	text-align: center;
}
.slider-control-left {
  left: -20px;
}
.slider-control-right {
	right: -20px;
}

.some-slider-control-wrapper-inner {
	height: 100%;
	width: 100%;
	display: table;
}

.checkout_bank input[type="image"] {
	width: 100%;
}

.some-slider-control {
	vertical-align: middle;
	display: table-cell;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.social-slider-column {
    padding: 0 10px;
}

.fa.social-slider-arrow {
    font-size: 40px;
		color: #a5bc62;
}

	.social-slider-outer {
		z-index: 9;
		position: relative;
		padding: 0 20px;
		background: #fff;
		padding: 20px 20px;
	}

	.social-slider-outer .item {
		outline: none;
	}

	img.social-slider-img {
		min-height: 285px;
		max-height: 285px;
		width: 100%;
		background: #cccccc;
		object-fit: cover;
		filter: brightness(70%);
		-webkit-filter: brightness(70%);
		-moz-filter: brightness(70%);
		-o-filter: brightness(70%);
		-ms-filter: brightness(70%);
	}

	a.left.social-slider-carousel-control, a.right.social-slider-carousel-control {
		display: block;
		color: #000;
	}

	.social-like-holder {
		position: relative;
		z-index: 3;
		margin-top: -35px;
		margin-left: 20px;
		margin-bottom: 55px;
	}

	.social-slider-img-area {
		position: relative;
	}

	.video-post-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
    color: white;
	}

	.video-post-indicator-inner {
		display: table;
		height: 100%;
		width: 100%;
	}

	.video-post-icon {
		display: table-cell;
		vertical-align: middle;
		font-size: 65px;
	}

	.social-channel-indicator {
		position: absolute;
		z-index: 4;
		top: 15px;
		text-align: right;
		right: 20px;
	}

	i.fa.social-slider-icon {
		font-size: 22px;
		color: #fff;
	}

	i.fa.social-slider-icon:hover {
		color: #000000;
	}

	i.fa.social-slider-icon,
	i.fa.social-slider-icon:hover {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.social-slider-likes {
		float: left;
		margin-right: 15px;
		color: white;
		pointer-events: none;
	}

	.social-slider-likes a {
		color: #fff;
	}

	.social-slider-likes a:hover {
		color: #000000;
	}

	.social-slider-likes a,
	.social-slider-likes a:hover {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.social-slider-likes i {
		margin-right: 3px;
	}

	span.social-slider-carousel-left:before {
		font-family: FontAwesome;
		content: "\f104";
	}

	span.social-slider-carousel-right:before {
		font-family: FontAwesome;
		content: "\f105";
	}

	.social-slider-carousel-control.left {
		left: -25px !important;
		top: 30% !important;
	}

	.social-slider-carousel-control.right {
		right: -25px !important;
		top: 30% !important;
	}



	.social-slider-desc a {
		margin-right: 5px;
	}

	.social-slider-desc .readmorelink {
		font-weight: 600;
	}

	.social-slider-bg {
    height: 515px;
		position: relative;
}

.social-slider-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(151, 165, 118, 0.3);
		background: rgba(19, 19, 19, 0.25);
}

.social-slider-bg-text-container {
    position: relative;
    height: 100%;
    display: table;
}

.social-slider-bg-text-box {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.social-slider-wrapper {
    text-align: center;
    /* width: 70%; */
    padding: 10px;
    margin: 0 auto;
    color: #fff;
}

.social-slider {
    margin-top: -75px;
}

.social-slider-bg-icons {
    margin-top: 30px;
}

.social-slider-bg-icons i {
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}

.social-slider-bg-icons i:hover {
    color: #94b531;
		-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.social-slider-bg-text p {
    font-size: 20px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
}

.social-slider-bg-title {
    margin-bottom: 20px;
}

.social-slider-bg-icons a {
    color: #fff;
}


/*==== End of emptyBlock ====*/


/*==================================
	Responsive
==================================*/

	@media (max-width: 1024px) {

		.some-slider-control-wrapper {
		    top: 45%;
		}
}



  @media screen and (min-width: 769px) {
		.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
			font-size: 50px;
			color: rgba(0, 0, 0, 0.5);
		}
	}

	@media (max-width: 768px) {

				.slider-control-right {
				    right: -15px;
				}

				.slider-control-left {
				    left: -15px;
				}

}

@media (max-width: 767px) {

			.slider-control-right {
					display: none;
			}

			.slider-control-left {
					display: none;
			}

			.social-slider-outer {
		    background: rgba(255, 255, 255, 0);
		    padding: 0 20px;
		}

		.social-slider {
		    margin-top: -50px;
		}

		.social-slider-bg {
		    height: 450px;
		}

		.social-slider-bg-text p {
		    font-size: 18px;
				width: 90%;
		}

		.social-slider-bg-title {
		    font-size: 32px;
		}

}


	@media screen and (max-width: 425px) {
		.slider-control-left {
			left: -7px;
		}
		.slider-control-right {
			right: -7px;
		}

		.social-slider-bg {
		    height: 415px;
		}

		.social-slider {
			   margin-top: -35px;
		}

			.social-slider-bg-text p {
			    font-size: 17px;
			    width: 95%;
			}

	}


/*==== End of Responsive ====*/
