/* @override http://localhost/~MattStrange/pixelstores/outlet/wp-content/themes/outlet/includes/pixelstores/sliders/carousel/carousel.css?ver=3.5.1 */

/* Full Width Carousel */

.slide_carousel {
	width: 100% !important;
	border-bottom: 1px solid #e5e5e5;
		height: 540px;
	z-index: 2;
}

#full_slider_carousel {

	position: relative;
	width: 100% !important;
}

#full_slider_carousel:hover .prevslide, #full_slider_carousel:hover .nextslide {
	opacity: 1;
}
.ie8 .prevslide, .ie8 .nextslide {
	background-color: #fff !important;
}
.prevslide, .nextslide {
	color: #f3832d;
	width: 55px;
	opacity: 0;
	z-index: 2;
	font-size: 24px;
	line-height: 520px;
	position: absolute;
	background: rgba(255,255,255,0.6);
	height: 520px;
}

.prevslide:hover, .nextslide:hover {
	background: rgba(255,255,255,1);
	text-decoration: none;
}

.prevslide {
	border-right: 1px solid #e5e5e5;
}

.nextslide {
	border-left: 1px solid #e5e5e5;
	padding: 0;
	margin: 0;
	right: 0;
}

#slider_carousel:before {
	content: "\0020";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	box-shadow: #a7a7a7 0 0 6px 0;
	z-index: 1;
}

#slider_carousel:before {
	top: -1px
}

.carousel_box {
		-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
    	  border: 25px solid rgb(255, 255, 255, .2);
    border: 25px solid rgba(255, 255, 255, .2);
	float: left;
	position: relative;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-left: 45px;
}
.carousel_box:hover { 

    	  border: 25px solid rgb(255, 255, 255, 1);
    border: 25px solid rgba(255, 255, 255, 1);
}

.carousel_box .price {

	opacity: 0;
	position: absolute;
	font: 500 14px 'Ubuntu', sans-serif;
	position: absolute;
	z-index: 2;
	background-color: #f3832d;
	float: left;
	left: -33px;
	color: #fff;
	text-align: center;
	padding: 8px 10px;
	text-transform: uppercase;
	top: -5px;
}

.carousel_box .price:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	border-width: 4px 4px;
	border-style: solid;
	border-color: #c06926 transparent transparent #c06926;
	border-right-color: #c06926;
	border-right-width: 4px;
	border-left-width: 4px;
	border-left-color: transparent;
	left: 0;
}

.carousel_box:hover .price {
	opacity: 1;

}

.view {
	width: 330px;
	height: 380px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
    	background-color: #fff;
    	
	z-index: 1;
}

.view .carousel_mask {
	width: 330px;
	height: 380px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.ie8 .view {
	border: 1px solid #e5e5e5;
}
.view:hover { 


	background-color: #fff;
}

.view img {
	display: block;
	position: relative;
}
h4.carousel_title {
	margin-bottom: 14px;
}
.effect .carousel_title {
	opacity: 0;
	-moz-transform: translateY(90px);
	-webkit-transform: translateY(90px);
	-o-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
}
.carousel_box:hover {
	

 -webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.carousel_box:hover .carousel_title {
	opacity: 1;
	-moz-transform: translateY(110px);
	-webkit-transform: translateY(110px);
	-o-transform: translateY(110px);
	-ms-transform: translateY(110px);
	transform: translateY(110px);
}

.effect a.carousel_button {
	opacity: 0;
	-moz-transform: translateY(130px);
	-webkit-transform: translateY(130px);
	-o-transform: translateY(130px);
	-ms-transform: translateY(130px);
	transform: translateY(130px);
}

.effect a.carousel_button {
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	background-color: #4e4e4e;
	color: #fff;
	text-transform: uppercase;
	font: 14px 'Ubuntu', sans-serif;
	border-left: 5px solid #f3832d;
	bottom: 0;
}
.ie8 .effect .carousel_title {
	display: none;
}
.ie8 .effect p {
	display: none;
}
.ie8 .effect a.carousel_button {
opacity: 1;
	position: relative;
	top: 80%;
}
.effect a.carousel_button:hover {
	background: #f3832d;
}

.carousel_box:hover a.carousel_button {
	opacity: 1;
	-moz-transform: translateY(120px);
	-webkit-transform: translateY(110px);
	-o-transform: translateY(130px);
	-ms-transform: translateY(130px);
	transform: translateY(130px);
}

.carousel_box:hover p {
	opacity: 1;
}

.effect img {
	opacity: 1;
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.effect p {
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	opacity: 0;
	overflow: visible;
	top: 110px;
	position: relative;
	font-size: 12px;
	font-style: italic;
	padding: 0 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}


.carousel_box:hover img {
	opacity: 0;
	
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
