/* ==========================================================================
   ABOUT US
   ========================================================================== */
.cms-page-view .std .container p,
.cms-no-route .std .container p,
.cms-page-view .std .container a,
.cms-no-route .std .container a,
.cms-page-view .std .container h1,
.cms-no-route .std .container h1,
.cms-page-view .std .container h2,
.cms-no-route .std .container h2 {
	font-family: "Microsoft YaHei", arial, sans-serif;
}

/* ==========================================================================
  Header
  ========================================================================== */
#about_header h1, #about_header h2 {
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}

#about_header h1 {
	font-size: 54px;
}

#about_header h2 {
	font-size: 36px;
}

#about_header .about_header_col {
	margin-top: 110px;
}

/* ==========================================================================
  Menu Bar
  ========================================================================== */
#about_menu {
	background: #555;
}

#about_menu .navbar-nav {
	vertical-align: top;
	margin-bottom: 0;
	display: inline-block;
	float: none;
}

#about_menu .navbar-nav li {
	margin: 12px 0;
	text-align: center;
}

#about_menu .navbar-nav li:not(:last-child) {
	border-right: 1px solid #fff;
}

#about_menu .navbar-nav li a, #about_menu .navbar-nav li p {
	font-size: 20px;
	color: #fff;
	font-style: normal;
	padding: 5px 10px;
	margin: 0 20px;
	line-height: 24px;
}

#about_menu .nav > li > a:hover, #about_menu .nav > li > a:focus {
	text-decoration: underline;
	background-color: transparent;
}

/* ==========================================================================
  Section 1
  ========================================================================== */
#about_section1 p {
	font-style: normal;
	text-align: center;
	font-size: 20px;
	color: #555;
	margin: 30px 0px;
}

.about_section1_img {
	background: url('/store/skin/frontend/rwd/morinda/images/about/in_tahiti.jpg') center no-repeat;
	height: 400px;
}

#about_section1 .about_section1_left p {
	text-align: left;
}

.about_section1_right {
	border: 1px solid #555;
	margin-top: 30px;
}

/* ==========================================================================
  Section 2 & Section 3
  ========================================================================== */
#about_section2 .about_green_bar,
#about_section3 .about_green_bar {
	background: #3fae29;
	margin-top: 30px;
}

#about_section2 .about_green_bar p,
#about_section3 .about_green_bar p {
	font-style: normal;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 15px 30px;
}

#about_section2 p,
#about_section3 p,
#about_section4 p {
	font-style: normal;
	text-align: left;
	font-size: 20px;
	color: #555;
	margin: 30px 0px;
}

#about_section2 .about_timeline_img img {
	margin: auto;
}

#about_section3 p {
	text-align: center;
}

#about_section3 p.about_move_up {
	margin-top: -10px;
}

#about_section3 .about_ingredients img {
	margin: auto;
}

#about_section3 p.about_p_larger {
	font-size: 30px;
	margin: -20px 0;
}

#about_section3 .about_lab_img {
	background: url('/store/skin/frontend/rwd/morinda/images/about/lab.jpg') center no-repeat;
	height: 400px;
	margin-top: 30px;
}

/* ==========================================================================
  Section 4
  ========================================================================== */
#about_section4 {
	margin-bottom: 30px;
}

#about_section4 .about_green_bar {
	background: #3fae29;
	margin-top: 0px;
	margin-bottom: 0px;
}

#about_section4 .about_green_bar p {
	font-style: normal;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 15px 30px;
}

.about_section4_img {
	background: url('/store/skin/frontend/rwd/morinda/images/about/waterfall.jpg') center no-repeat;
	height: 400px;
}

#about_section4 .about_section4_left p {
	text-align: left;
}

#about_section4 .about_section4_right {
	border: 1px solid #555;
	margin-top: 30px;
}

#about_section4 .about_section4_right p {
	margin-top: 10px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}

/* ==========================================================================
  Media Queries
  ========================================================================== */

@media (min-width: 768px) {
	#about_section2 .about_timeline_img .about_timeline_narrow {
		display: none;
	}

	#about_section2 .about_timeline_img .about_timeline_wide {
		display: block;
	}
}

@media (max-width: 991px) {
	#about_menu .navbar-nav li a, #about_menu .navbar-nav li p {
		font-size: 18px;
		padding: 5px 10px;
		margin: 0 10px;
	}
}

@media (max-width: 767px) {
	#about_section2 .about_timeline_img .about_timeline_narrow {
		display: block;
	}

	#about_section2 .about_timeline_img .about_timeline_wide {
		display: none;
	}

	#about_menu .container, #about_menu .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}

	#about_menu .navbar-nav {
		width: 100%;
		margin-top: 0;
	}

	#about_menu .navbar-nav li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}

	#about_menu .navbar-nav li {
		width: 100%;
	}

	#about_menu .navbar-nav li {
		padding: 0;
		margin: 0;
	}

	#about_menu .navbar-nav li a, #about_menu .navbar-nav li p {
		font-size: 22px;
		padding: 12px 0;
		margin: 0;
	}

	#about_menu .navbar-nav li a:hover,
	#about_menu .navbar-nav li a:focus {
		background: #777;
		text-decoration: none;
	}

	#about_section1 .about_section1_img, #about_section3 .about_lab_img {
		background-position: -930px 0px;
	}

	#about_menu .navbar-nav li:not(:last-child) {
		border-right: none;
	}

	#about_munu .navbar-nav > li {
		float: none;
	}

	.container {
		width: auto;
	}
}

@media (max-width: 480px) {
	#about_section1 .about_section1_img {
		background-position: -1080px 0px;
	}
}
