.aboutContainer {
	background-image: url(/sites/testbiotechusashop/images/about-us/about-us-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 1000px;
	margin: 30px auto 0 auto;
	min-height: 670px;
	
	font-family:;
}
.youtubeContainer {
	width: 44%;
	max-width: 440px;
	float: left;
	text-align: left
}
.youtubeText {
	width: 55%;
	max-width: 550px;
	float: right;
//	text-align: justify;
	font-family:"Roboto";
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.youtubeText > h5 {
	font-family:"Nexa-HeavyItalic";
	font-size:22px;
	line-height:24px;
	margin-top:10px;
	margin-bottom:10px;
}
.youtubeText > h3, li > h3 {
	font-family:"Nexa-HeavyItalic";
	font-size:24px;
	line-height:32px;
}
li > h3 {
	text-align:center;
	margin-bottom:10px;
}
.tabContainer {
	clear: both;
	border-bottom: 2px solid #b2b2b2;
	padding-top: 30px;
	transition: all .4s ease
}
.tabContainer.is_stuck {
	width: 100%!important;
	padding-top: 0;
	left: 0
}
.tabAbout {
	width: 499px;
	height: 45px;
	float: left;
	text-align: center;
	font-family: "Nexa-HeavyItalic";
	font-size: 24px;
	color: #4c4c4c;
	line-height: 45px;
	cursor: pointer
}
#tabH1 {
	border-right: 2px solid #b2b2b2
}
.activeTab {
	color: #fff;
	background-color: #00aeef
}
.tabAbout:hover {
	color: #fff;
	background-color: #0098f0
}
.tabContent, .tabContent > p {
	font-family:"Roboto";
	font-weight:400;
	font-size:16px;
	line-height:24px;
	text-align: justify;
}
.tabContent > p > a {
	font-family:"Roboto";
	font-weight:400;
	font-size:16px;
	line-height:24px;
	text-decoration:underline;
}
.tabContent > h5 {
	font-family:"Nexa-HeavyItalic";
	font-size:22px;
	line-height:24px;
	margin-top:10px;
	margin-bottom:10px;
}
/*.tab2Youtube {
	width: 44%;
	max-width: 440px;
	margin: 0 0 5px 10px;
	float: right;
	text-align: right
}*/
.labsContainer {
	width: 16.6666666%;
	text-align: center;
	float: left
}
.labsContainer>img {
	width: 80%
}
.aboutImg1 {
	width: 85%;
	max-width: 850px;
	margin: 0 auto 25px auto;
	clear:both;
}
.aboutImg2 {
	width: 85%;
	max-width: 850px;
	margin: 0 auto 15px auto;
	clear:both;
}

@media only screen and (min-width:1000px) and (max-width:1304px) {
	.tabAbout { width: 325px; font-size: 18px }
}

@media only screen and (min-width:730px) and (max-width:999px) {
	.tabAbout { width: 232px; font-size: 14px }
}

@media only screen and (min-width:480px) and (max-width:729px) {
	.tabAbout { width: 152px; font-size: 12px; line-height: 13px; padding-top: 10px; height: 35px; }
}

@media only screen and (min-width :320px) and (max-width :479px) {
	.tabAbout { width: 33%; font-size: 12px; line-height: 12px; padding-top: 15px; height: 30px; }
	#tabH1, #tabH2 { border-right: 1px solid #b2b2b2 }
	.aboutImg { width: 100%; display: block; margin: 0px 0px 20px!important; max-width: 100%!important }
}

@media only screen and (min-width:320px) and (max-width:729px) {
.youtubeText { font-size:14px; line-height:20px; }
.youtubeText > h5 { font-size:14px; line-height:20px; }
.youtubeText > h3, li > h3 { font-size:18px; line-height:24px; }
.tabContent, .tabContent > p, .tabContent > p > a { font-size:14px; line-height:20px; }
.tabContent > h5 { font-size:16px; line-height:24px; }

.aboutContainer {
	margin: 50px auto 0 auto;
	background-position: center
}
.youtubeContainer {
	width: 100%;
	max-width:100%;
	float: none;
	text-align: center;
	margin-top: 20px;
}
.youtubeText {
	width: 92%;
	float: none;
	text-align: justify;
	margin-top: 20px;
	padding-left:4%;
	padding-right:4%;
}
.tabContent {
	font-family:"Roboto";
	width: 92%;
	padding-left:4%;
	padding-right:4%;
}
/*.tab2Youtube {
	width: 100%;
	float: none;
	margin: 0
}*/
.labsContainer {
	width: 33%
}
}





.cta {
	width: 100px;
	font-family: coresansm55medium, cursive;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 auto;
	border: 2px solid #4c4c4c;
	color: #4c4c4c;
	display: block;
	text-align: center;
	padding: 5px;
	transition: all .4s ease
}
.cta:hover {
	background: #0098f0;
	border: 2px solid #0098f0;
	color: #fff
}
.tabContainer {
	transition: all .4s ease
}
.tabContainer.is_stuck {
	width: 100%!important;
	padding-top: 0;
	left: 0
}



.flex-direction-nav a { opacity:1; line-height:50px; }
.flex-direction-nav .flex-next { right: 5px; }
.flex-direction-nav .flex-prev { left: 5px; }
.flex-control-paging { bottom:10px; }
@media only screen and (min-width:320px) and (max-width:729px) {
	.flex-direction-nav a { top:60%; }
}