.content-banner-page-width > .entry-title {
	display: none;
}

.youspeak-fashion {
	overflow: hidden;
	background: #191b1b;
	position: relative;
	width:100%;
	height:650px;
}

.youspeak-fashion .fashion-grid {
	width:995px;
	height:650px;
	position: absolute;
	left:50%;
	top:0;
	margin-left:-497.5px;
}

.youspeak-fashion-title {
	width: 320px;
	height:320px;
	background: url(2014_youspeak_fashion_title.png) 0 0 no-repeat;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-160px;
	margin-top:-160px;
	z-index: 5;
}

@media (min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),(-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5),(min-resolution: 144dpi),(min-resolution: 1.5dppx) {

 	.youspeak-fashion-title {
		background: url(2014_youspeak_fashion_title@2x.png) 0 0 no-repeat;
		background-size: 320px 320px;
	}
}


.youspeak-fashion a {
	display: block;
	float:left;
	opacity: 0.3;
	-webkit-filter: grayscale(1.0);
	
	-webkit-transition: all 300ms ease-in-out 200ms;
	-moz-transition: all 300ms ease-in-out 200ms;
	-ms-transition: all 300ms ease-in-out 200ms;
	-o-transition: all 300ms ease-in-out 200ms;
	transition: all 300ms ease-in-out 200ms;
}
.youspeak-fashion a:hover {
	opacity: 1.0;
	-webkit-filter: grayscale(0);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.youspeak-fashion img {
	display:block;
	float:left;
}
.caption-block .viewport:before {
	content:'';
	width:100%;
	height:60px !important;
	margin:0 !important;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	display: block;
	background: -moz-linear-gradient(top,  rgba(42,44,48,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,44,48,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(42,44,48,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(42,44,48,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(42,44,48,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(42,44,48,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c30', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.caption-block .viewport.disable:before,
.caption-block .viewport.disable:after {
	display: none;
}

.split-caption-light .caption-block .viewport:before {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.caption-block .viewport:after {
	content: '';
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(42,44,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(42,44,48,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(42,44,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(42,44,48,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(42,44,48,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(42,44,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a2c30',GradientType=0 ); /* IE6-9 */



}

.split-caption-light .caption-block .viewport:after {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.caption-block .overview:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.caption-block .viewport
{
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
    position:absolute;
}



.caption-block .overview
{
    position:absolute;
    left:0;
    right:0;
    top:0;
    margin:0;
    text-align: center;
    height: 100%;
}


.caption-block .scrollbar.disable {
	display: none;
}

.caption-block .scrollbar
{
    background:transparent;
    position:absolute;
    background-position:0 0;
    right: 0px;
    top:0;
    width:15px;
    padding:5px 0;
    z-index: 999;
}

.caption-block .track {
    height:100%;
    width:13px;
    position:relative;
    padding:0 1px;
}

.caption-block .thumb
{
    background:white;
    background-color: rgba(255,255,255,0.5);
    height:20px;
    width:6px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    border-radius:3px;
}

.split-caption-light .caption-block .thumb {
	background:#111;
	background-color:rgba(0,0,0, 0.5);
}

.caption-block .thumb .end
{
    
    overflow:hidden;
    height:5px;
    width:25px;
}




.noSelect {
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}



@media only screen  and (max-width : 640px) {
	.caption-block .scrollbar {
		display: none;
	}
	.caption-block .viewport {
		position: relative;
	}
	.caption-block .viewport .overview {
		position: relative;
	}

	.caption-block:after {
		content:'';
		position: absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		z-index: 500;
	}

}

