/*-----------------MAIN  STYLES-------------------*/

#videoswrapper {
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
	position: relative;
}

#aec-landingmain > div {
	border: 0px none !important;
	margin-bottom: 6px;
	min-height: 200px;
	text-align: center;
}

#container {
	background: #fff none repeat scroll 0 0;
	border-top: 0 solid #000000;
	float: left;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#slideshow {
	overflow: hidden !important;
}

.left-content-slide {
	display: inline;
}


/*--------------------------------SLIDESHOW STYLES---------------------------------------------*/


/*ANYTHING SLIDER*/

#slideshow > ul#video-slider {
	margin-bottom: 0;
}

#anything-slider-wrapp {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 300px !important;
	margin-left: -55px;
	float: right;
	margin-top: 30px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.anythingSlider {
	margin: 0 auto;
	overflow: hidden;
	margin-left: 0px;
	width: 100%;
	height: 300px;
}

div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

#anything-slider-wrapp {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 300px;
	margin-left: -55px;
	float: right;
	margin-top: 30px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

div.anythingSlider {
	position: relative;
}


/*CONTENT SLIDES STYLE */

.content-slide {
	width: 100% !important;
	margin: 0 auto;
	overflow: hidden !important;
	display: inline-block;
}

.right-content-slide {
	position: relative;
}

.right-content-slide .img-responsive.main-banner {
	margin: 0 auto;
}

.content-slide .button-wrapp {
	padding-top: 0px;
	height: 1px;
	margin-left: 5px;
	vertical-align: 100px;
}

div.anythingSlider {
	position: relative;
}


/* anythingSlider base UL */

ul.anythingBase {
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.anythingBase li.panel {
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}


/*background: transparent;*/


/* Navigation Links */

div.anythingSlider .anythingControls {
	outline: 0;
	display: none !important;
}

div.anythingSlider .thumbNav {
	margin-right: -7px;
	position: relative;
	top: -25px;
	display: inherit;
	padding: 5px 10px;
	text-align: center;
	float: right;
	*top: -37px;
	/* IE 7 */
}

div.anythingSlider .thumbNav li {
	display: block;
	float: left;
	width: auto;
	margin: 0px 2px;
}

div.anythingSlider .thumbNav a {
	border: 1px solid #E3701D;
	border-radius: 10px 10px 10px 10px;
	display: block;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	margin-top: 0px;
}


/* Active State */

div.anythingSlider .thumbNav a.cur {
	background: #E3701D;
	display: block;
	text-indent: -9999px;
	width: 14px;
	margin-top: 0px;
	height: 14px;
}

div.anythingSlider .thumbNav a:hover {
	opacity: 0.75;
}


/*ANYTHING SLIDER ENDS*/


/*NIVO SLIDER ENDS*/


/*BUTTONS STYLES*/

.content-slide .red-shopnow {
	left: 12%;
	position: absolute;
	text-transform: uppercase;
	top: 85%;
	z-index: 2;
}

.content-slide .red-shopnow a {
	color: #FFFFFF !important;
	text-decoration: none;
}


/*BUTTON STYLES ENDS*/

div.anythingSlider .arrow {
	top: 35%;
	position: absolute;
	display: block;
	z-index: 2;
	background-image: url("/content/img/custom/webami/video-player-btns.png");
	overflow: hidden;
	text-indent: -999px;
}

div.anythingSlider .arrow.back {
	background-position: -42px -10px;
	background-position-x: -42px;
	background-position-y: -10px;
	height: 64px;
	width: 64px;
	cursor: pointer;
	left: 0;
}

div.anythingSlider .arrow.back:hover {
	background-position: -42px -75px;
	background-position-x: -42px;
	background-position-y: -75px;
}

div.anythingSlider .arrow.forward {
	background-position: -42px -150px;
	background-position-x: -42px;
	background-position-y: -150px;
	height: 64px;
	width: 64px;
	cursor: pointer;
	right: 0;
}

div.anythingSlider .arrow.forward:hover {
	background-position: -42px -215px;
	background-position-x: -42px;
	background-position-y: -215px;
}

.content-slide .video-play {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	width: 145px;
	height: 145px;
	overflow: hidden;
	display: none;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	outline: none;
	/*background-image: url("../img/video-player-btns.png");
	background-position: 0px -452px;
	background-position-x: -0px;
	background-position-y: -452px;*/
}

.content-slide .video-play:hover,
.content-slide .video-play:focus,
.content-slide .video-play:active {
	text-decoration: none !important;
	outline: none !important;
}

.content-slide .video-play:before {
	font-family: 'WebGlyphs';
	content: '\f85b';
	color: #fff;
	font-size: 100px;
	opacity: 0.6;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.48);
	-webkit-text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.48);
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
}


/*
.content-slide .video-play:hover {
	background-position: 0px -289px;
	background-position-x: -0px;
	background-position-y: -289px;
}
*/

.content-slide .video-play:hover:before {
	opacity: 0.9;
}