/*-----------------------------------------------------------------------------------*/
/* Icomoon font
/*-----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon.eot?5h27og');
	src:url('../font/icomoon.eot?5h27og#iefix') format('embedded-opentype'),
		url('../font/icomoon.ttf?5h27og') format('truetype'),
		url('../font/icomoon.woff?5h27og') format('woff'),
		url('../font/icomoon.svg?5h27og#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
	content: "\f0c9";
}
.icon-navicon:before {
	content: "\f0c9";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-search:before {
	content: "\e909";
}
.icon-chevron_right:before {
	content: "\e900";
}
.icon-chevron_left:before {
	content: "\e901";
}
.icon-caret-down:before {
	content: "\e902";
}
.icon-chevron-thin-right:before {
	content: "\e903";
}
.icon-chevron-thin-left:before {
	content: "\e904";
}
.icon-arrow-long-up:before {
	content: "\e905";
}
.icon-arrow-long-right:before {
	content: "\e906";
}
.icon-arrow-long-left:before {
	content: "\e907";
}
.icon-arrow-long-down:before {
	content: "\e908";
}

/* Main Menu */
.wpex-responsive .selector span:before { text-indent: 0;width: 30px;display: inline-block; margin: 0 auto; color: #fff; font-size: 18px; font-weight: normal; font-style: normal; text-align: left; text-decoration: inherit; -webkit-font-smoothing: antialiased; content: "\f0c9"; font-family: 'icomoon'; }





/*-----------------------------------------------------------------------------------*/
/* Stories
/*-----------------------------------------------------------------------------------*/

.story {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.story-image {
	position: relative;
	width: 100%;
	padding-top: 60%;
	background-color: #eee;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.story-shade {
	position: absolute;
	width: 100%;
	background-color: black;
	bottom: 0;	
	padding: 40px 10px 10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.story-shade h1 {
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4);
}
.story-show {
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 30px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(238,238,238,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(238,238,238,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.story-show li {
	width: 100%;
	height: 30px;
	float: left;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	background-color: #103967;
	overflow: hidden;
}
.story-show li:nth-child(2) {
	background-color: #d7d7d7;
	color: #333;
}
.story-show > span {
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 15px;
    font-weight: 700;
    color: #888;
    line-height: 30px;
}



@media only screen and (min-width: 700px) {

.story {width: 47%;margin: 0 1.5% 60px;}
.story-show {height: 30px;width: 100%;}
.story-show li {width: 62%;}
.story-show li:nth-child(2) {width: 38%;text-align: center;float: right;padding: 0;}

} /* end media 700px */

@media only screen and (min-width: 768px) {
	
/* Stories */
.story-shade h1 {font-size: 21px;}
.story-shade {padding: 40px 15px 12px;}
	
} /* end media 768px */	



@media only screen and (min-width: 1010px) {

.story {width: 31.3333%;margin: 0 1% 70px;z-index: 200;position: relative;}	
.story-show li:nth-child(2) {font-size: 10px;}	
	
} /* end media 1010px */	



@media only screen and (min-width: 1360px) {

.story-show li:nth-child(2) {font-size: 11px;}


} /* end media 1260px */


