.storiesnew-banner-container {

	height: 535px;
	background: url('../img/storiesnew-1.jpg') no-repeat center center;
	background-size: cover;

}


.storiesnew-banner-txt {
	font-family: mavenlight;
	position: relative;
	font-size: 60pt;
	color: #fff;
	letter-spacing: 5px;
	
	width: 900px;
	margin: 0 auto;
	top: 130;
}

.storiesnew-content-nav {
	
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	margin: 0px;
	padding: 0px;
}

.storiesnew-content-nav li {
	
	width: 14%;
	margin: 0;
	text-align: center;
	height: 60px;
	padding-top: 40px;
	vertical-align: middle;
	display: inline-block;
	margin: 0px -2px;
	font-size: 15px;
	font-family: proxima-nova;
	font-weight: 700;
	color: #66575f;
	letter-spacing: 1px;
	cursor: pointer;
	border-left: 1px solid #e2e2e2;
	
}

.storiesnew-content-nav li:first-child{
	border: none;
}

.storiesnew-content-nav li div{
	color: #b4b4b4;
	font-size: 10pt;
	font-weight: 400;
}

li.storiesnew-nav-active{
	background: #2a83d1;
	color: #fff;

}

li.storiesnew-nav-5 {
	margin-left: -3;
}



.whoweare-content-lower {
	margin-top: 0px;
	padding-bottom: 50px;
	background: #fff url('../img/storiesnew-7.png') repeat-x bottom center;
	color: #66575f;
	font-family: proxima-nova;
}

.storiesnew-content-slide {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	opacity: 0;
}

.storiesnew-content-slide-1 {
	display: block;
	opacity: 1;
}

.storiesnew-content-slide td {
	vertical-align: top;
	color: #66575f;
	font-size: 11pt;

}

.storiesnew-content-container {
	width: 860px;
	margin: 0 auto;
	position: relative;
	margin-top: 85px;
	
	height: 560px;
}

.storiesnew-conent-img {
	width: 175px;
	margin-right: 40px;
	vertical-align: top;
}

.storiesnew-content-title {
	font-weight: 700;
	letter-spacing: 1px;
	width: 400px;
	vertical-align: top;
	margin-top: 10px;
}

.storiesnew-content-position {
	color: #a0979c;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 11pt;
}

.storiesnew-content-note {
	margin-top: 20px;
	padding-right: 30px;
}






.footer-container {
	border: none;
}

.storiesnew-conent-img-mobile {
	display: none;
}



@media screen and (max-width: 768px) {

	body, html {
		min-width: 768px;
		max-width: 768px;
	}

	.page-wraper {
		overflow: hidden;
	}
 

	 .storiesnew-content-container {
	 	width: 90%;
	 	margin: 0 auto;
	 	margin-top: 85px;
	 	height: 650px;
	 }


	 .storiesnew-content-nav li:first-child,
	 .storiesnew-content-nav li:last-child {
	 	display: none;
	 }

	 .storiesnew-content-nav li {
	 	
	 	width: 19.9%;
	 }

	 .storiesnew-content-nav li:last-child {
	 	float:right;
	 }

	 .storiesnew-banner-txt {
	 	left: 35;
	 	position: absolute;
	 }

	 .storiesnew-conent-img {
	 	width: 160px;
	 }



}


@media screen and (max-width: 480px) {

	body, html {
		min-width: 100%;
		max-width: 100%;
		width: 100%;

	}
 	.storiesnew-content-container {
	 	
	 	height: 650px;
	 }

	 .storiesnew-content-container {
	 	width: 90%;
	 	margin: 0 auto;
	 	margin-top: 85px;
	 	height: 720px;
	 }


	.page-wraper {
		overflow: hidden;
	}

	.storiesnew-banner-txt{
		font-size: 40pt;
		bottom: 30;
		left: 40;
		top: auto;
	}

	.storiesnew-banner-container {
		background-position-x: -800; 
	}

	.storiesnew-content-slide td:first-child {
		display: none;
	}

	.storiesnew-conent-img-mobile {
		display: inline-block;
		vertical-align: middle;
		
	}

	.storiesnew-content-title {
		position: absolute;
		left: 200;
		top: 65;

	}

	.storiesnew-content-position {
		
	}

	li.storiesnew-nav-1 {
		width: 100%;
		border-bottom: 1px solid #e2e2e2;
	}

	li.storiesnew-nav-5 {
		margin-left: -2;
	}

	li.storiesnew-nav-2,
	li.storiesnew-nav-3 {
		border-bottom: 1px solid #e2e2e2;
	}

	li.storiesnew-nav-2,
	li.storiesnew-nav-3,
	li.storiesnew-nav-4,
	li.storiesnew-nav-5 {
		width: 50%;
	}

	.whoweare-content-lower {
		padding-bottom: 200px;
	}

}

@media screen and (max-width: 415px) {

	.storiesnew-content-container {
	 	
	 	height: 800px;
	 }



}

@media screen and (max-width: 380px) {

	.storiesnew-conent-img-mobile {
		width: 140px;
		margin-bottom:20px;
	}

	.storiesnew-content-container {
	 	
	 	height: 1150px;
	 }


	.storiesnew-content-title {
		left: 170;
		top: 50;
	}

	.whoweare-content-lower {
		padding-bottom: 0px;
		
	}

	.storiesnew-banner-container {
		background-position-x: -880; 
	}



}


