/* image slider */

.image-slider .es-slides > li {
	position: relative;
}


.image-caption {
	position: absolute;
	top: 8%;
	right: 5%;
	height: 35px;
	overflow: hidden;
}

.image-caption span {
	display: block;
	line-height: 15px;
	padding: 10px;
	color: #ddd;
	text-transform: uppercase;
	font-weight: bold;
	background: #222;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.image-slider .es-before-slide .image-caption span {
	opacity: 0;
	-webkit-transform: translate(0, -35px);
	-moz-transform: translate(0, -35px);
	-o-transform: translate(0, -35px);
	transform: translate(0, -35px);
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

.image-slider .es-after-slide .image-caption span {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* featured slider */

.featured-slider {
	padding-top: 20px;
}

.featured-slider .es-pagination {
	left: 0;
	top: 0;
	bottom: auto;
}

.featured-slider .es-pagination a {
	right: auto;
	margin: 0 10px 0 0;
}

.featured-slider .es-slides > li {
	width: 200px;
	margin-right: 5px;
}

.featured-slider .featured-pic {
	position: relative;
	background: #fff;
}

.featured-slider .featured-pic img  {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.featured-slider .featured-pic:hover img {
	opacity: 0.7;
}

.featured-slider .featured-pic:hover > a {
	visibility: visible;
}

.featured-slider .featured-pic > a {
	position: absolute;
	visibility: hidden;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 65px;
	padding: 5px 0;
	margin-top: -15px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	line-height: 20px;
	color: #fff;
	background: #e12300;
	z-index: 1;
}

.featured-title {
	padding: 8px 15px 8px;
	color: #666;
	background: #eee;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ddd;
}

.featured-title > a {
	display: block;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #444;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 3px;
	text-shadow: 0 1px 0 #fff;
}

.featured-title > a:hover {
	color: #666;
}

.featured-title > span {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	color: #666;
}

/* fullwidth slider */

.fullwidth-slider .es-slides > li {
	/* 1.6 ~ image width/height */
	/*width: 300px;	
	height: 187px;*/
		
	background: #2d2929;
	overflow: hidden;
}


.results-slider .es-slides > li {
	width: 137px;
	height: 264px;
	/*padding-bottom:70px;*/
}

.fullwidth_slider_articles .es-slides > li, #fullwidth_slider_archive .es-slides > li {
	width: 284px;
	height: 162px;
}

.fullwidth_slider_photos .es-slides > li {
	background: #fff!important;
	width: 294px;
	height: 334px;
}


.fullwidth-slider .es-navigation a {
	top: 0;
	margin-top: 0;
	/*background: #e12300;*/
	background-image:url(../images/2px-red.png);
}

.fullwidth-slider .es-ticker {
	bottom: auto;
	top: 0;
	margin-right: 34px;
}

.fullwidth-slider .es-slides > li img  {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.fullwidth-slider .es-slides > li:hover img {
	opacity: 0.8;
}

.fullwidth-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	/*background: #2d2929;
	border-bottom: 2px solid #eee;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	/*box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.2);*/
}


.grid_3 .fullwidth-title {
	padding: 5px;
}

/*.fullwidth-title:hover {
	background-color:#000;	
}
*/


.results-slider .fullwidth-title {
	background: #2d2929;
}

.results-slider .fullwidth-title div {
	display:block;
}

.results-slider li:hover .fullwidth-title, .fullwidth_slider_articles li:hover .fullwidth-title {
	background: #e12300;
}

.fullwidth_slider_articles .fullwidth-title {
	background-image:url(../images/2px-blue.png);
}






.fullwidth-title > a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	
	
	font-family: 'open_sansextrabold';
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 5px;
	
	
}

#videos-wrapper .fullwidth-title a span, #blogs-wrapper .fullwidth-title a span {
	 font-size: 23px;
	 font-family: 'open_sansextrabold';
}

.fullwidth-title > a span {
	font-size: 15px;
	font-family: 'open_sanslight'
}



/*.fullwidth-title > a:after {
	content: "\2192";
	margin-left: 5px;
}*/

.results-slider .fullwidth-title > a:hover {
	color: #000;
}

.fullwidth_slider_articles .fullwidth-title > a:hover {
	color: #000;
}

.fullwidth-title > div {
	display: none;
	margin-top: 5px;
}

.fullwidth-slider .es-slides > li:hover .fullwidth-title div {
	display: block;
	overflow:hidden;
}

#videos-wrapper .img-holder:hover .fullwidth-title div {
	display: block;
	overflow:hidden;
}


#videos-wrapper .img-holder:hover .fullwidth-title {
	background: #e12300;
}

#blogs-wrapper .img-holder:hover .fullwidth-title {
	background: #e12300;
}



.fullwidth-slider .es-slides > li .fullwidth-title div p {
	color:#989a9d;
	
}

.fullwidth-slider .es-slides > li .fullwidth-title div p:first-child {
	font-size:35px;
	line-height:1em;
	font-family: 'open_sansextrabold';
	width:35%;
	float:left;
	margin-bottom:0;
}

.fullwidth-slider .es-slides > li:hover .fullwidth-title div p:first-child {
	color:#000;	
}

.fullwidth-slider .es-slides > li .fullwidth-title div p:first-child + p {
	font-size:12px;
	font-family: 'open_sanslight';
	float:right;
	width:65%;
	text-align:right;
	color:#fff;
}


.fullwidth-slider#fullwidth_slider_results_1 .es-slides > li .fullwidth-title div p:first-child + p,
.fullwidth-slider.fullwidth_slider_results_1 .es-slides > li .fullwidth-title div p:first-child + p  {
	line-height:4.5em;
	margin-bottom:-3em;
}

.fullwidth-slider#fullwidth_slider_results_2 .es-slides > li .fullwidth-title div p:first-child + p {
	line-height:1.5em;
	margin-bottom:0;
}


