/* fixme: rename choose_slider_items to animated-slider or something */

.choose_slider_items li {
	position: relative;
	list-style: none;
	display: none;
	text-align: center;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.choose_slider_items .previous_hidden {
	display: block;
	transform: scale(0.6,0.6);
	-moz-transform: scale(0.6,0.6);
	-ms-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	opacity: 0.0;
	position: absolute;
	top: 10px;
	left: -5px;
	z-index: 0;
}

.choose_slider_items .next_hidden {
	display: block;
	transform: scale(0.6,0.6);
	-moz-transform: scale(0.6,0.6);
	-ms-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	opacity: 0.0;
	position: absolute;
	top: 10px;
	left: 525px;
	z-index: 0;
}

.choose_slider_items .previous_item {
	display: block;
	transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	opacity: 0.65;
	position: absolute;
	    top: 10px;
    left: 145px;
	z-index: 0;
}

.choose_slider_items .next_item {
	display: block;
	transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	opacity: 0.65;
	position: absolute;
	top: 10px;
    left: 375px;
	z-index: 0;
}


.choose_slider_items .previous_item_2 {
	display: block;
	transform: scale(0.6,0.6);
	-moz-transform: scale(0.6,0.6);
	-ms-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	opacity: 0.35;
	position: absolute;
	    top: 10px;
    left: 60px;
	z-index: 0;
}

.choose_slider_items .next_item_2 {
	display: block;
	transform: scale(0.6,0.6);
	-moz-transform: scale(0.6,0.6);
	-ms-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	opacity: 0.35;
	position: absolute;
	    top: 10px;
    left: 460px;
	z-index: 0;
}


.choose_slider_items .current_item {
	display: block;
	position: absolute;
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	    top: 10px;
    left: 262px;
	z-index: 100;
}
.next_btn {
	      background: rgba(238, 28, 37, 0.3);
    border: 1px solid #ee1c25;
    border-radius: 50%;
    /* padding: 5px 12px; */
	color:#fff;
	text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
	float:right;
	display: inline-block;
    margin-right: 210px;
    margin-top: 45px;
	    z-index: 1;
    position: relative;
	
}
.prev_btn {
	      background: rgba(238, 28, 37, 0.3);
    border: 1px solid #ee1c25;
    border-radius: 50%;
    /* padding: 5px 12px; */
	color:#fff;
	text-align: center;
    height: 30px;
    width: 30px;
	display:inline-block;
    line-height: 30px;
	margin-left: 35px;
    margin-top: 45px;
	    z-index: 1;
    position: relative;
}

.next_btn a, .prev_btn a {
	color:#ff3841;
	/* font-size:12px; */
	  
}
.next_btn:hover, .prev_btn:hover {
	 background: rgba(238, 28, 37, 0.5);
	   display:block;
}
.choose_slider img {
	border:1px solid #fff;
}
/* .latest_video {
	position: absolute;
    margin-left: 670px;
    font-size: 25px;
    top: 25px;
    text-transform: uppercase;
    background: rgba(238, 28, 37, 0.2);
    text-align: center;
	border-radius:10px;
}
.latest_video:before {
	    background: transparent;
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(238, 28, 37, 0.2);
    border-bottom: 10px solid transparent;
    top: 25px;
    left: -10px;
	
} */

.latest_video {
    position: fixed;
    /* margin-left: 50px; */
    font-size: 25px;
    /* top: 25px; */
    text-transform: uppercase;
    background: rgba(238, 28, 37, 0.5);
    text-align: center;
    border-radius: 0;
    bottom: 0px;
    height: 120px;
    right: 0px;
    padding: 35px 50px;
}
.latest_video:before {
    background: transparent;
    content: "";
    position: absolute;
    border-top: 123px solid transparent;
    /* border-left: 10px solid transparent; */
    border-right: 75px solid rgba(238, 28, 37, 0.5);
    /* border-bottom: 40px solid transparent; */
    top: 0px;
    left: -75px;
}
