body {
	font-family: 'Open Sans',sans-serif;
	color: #333;
}
a {
	color: #333;
}
a:hover, a:focus {
	color: #333;
}
.analyze-links {
	width: 100%;
}
.p-marg {
	margin: 0;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.header-wrap {
	margin-bottom: 84px;
}
.header {
	position: fixed;
	top: 0;
	background: #fff;
	transition: all .3s ease;
}
.navbar-collapse {
	padding: 0;
}
.mainmenu-area {
	box-shadow: 0 8px 6px -6px #333;
	border-top: 3px solid #27a2bf;
	background: #fff;
}
.icon-profile {
	display: inline-block;
	font-size: 20px;
	border: 1px solid #27a2bf;
	border-radius: 50%;
	padding: 0px 6px;
}
.icon-profile i.fa {
	margin: 0;
	color: #27a2bf;
}
.user-info {
	padding: 0;
	top: 15px;
	margin: 0;
	bottom: 0;
	border: none;
	position: absolute;
	right: 0;
}
.shopping-item:hover {
    background: none;
    background-color: none;
    border-color: none;
}
.logout > li > a {
	padding: 10px;
	font-size: 15px;
	background-color: #fff !important;
}
.logout > li > a:hover {
	background: transparent;
    border-color: none;
}
.user-info .nav .open>a:focus {
    background-color: transparent;
    border-color: none;
    color: #27a2bf;
}
.user-info .nav .open>a:focus .icon-profile {
	border: 1px solid #27a2bf;
}
.caret-space {
	margin-right: 15px;
	color: #27a2bf;
	display: inline-block;
    margin-top: 10px !important;
    border-top-color: #27a2bf !important;
    border-bottom-color: #27a2bf !important;
}
.short-menu {
	width: 100%;
}
.short-menu li{
	text-align: center;
	padding: 5px 0;
}
.short-menu li:nth-child(1) {
	border-bottom: 2px solid #eee;
}
// .logout .icon-dropdown {
// 	padding: 0;
// }
.short-menu li:hover {
	background: #27a2bf;
	color: #fff;
	// transition: all 0.1s linear;
}
.user-dropdown {
	min-width: 154px;
	left: -98px;
}
.shopping-item:hover ul#menu1 li a {
	color: #333;
}
.shopping-item:hover ul#menu1 li a:hover {
	color: #fff;
}
.life-style-menu {
	padding: 0;
	box-shadow: 0 8px 6px -6px #333;
}
.mainmenu-area ul#life-drop li a {
	padding: 10px;
	transition:all 0.2s ease-in-out 0s;
}
.mainmenu-area ul#life-drop li a:hover {
	background: #fff;
	//color: #27a2bf;
	opacity: 0.7;
}
.mainmenu-area .nav > li > a:focus {
	color: #fff;
	background: transparent;
}
.logo h1 {
	margin: 0;
}
.logo h1 img {
	margin-top: -4px;
}
.slide-content:before {
	background: none repeat scroll 0 0 #27a2bf;
}
.test-result-outer {
	padding-bottom: 30px;
	box-shadow: inset 0 55px 137px -55px #27a2bf;
}

.personality-content {
	font-size: 30px;
	color: #333;
	text-align: center;
	position: relative;
	height: 235px;
}
.personality-type-outer {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	vertical-align: middle;
	transform: translateY(-50%);
}
.personality-type {
	color: #27a2bf;
}
.mainmenu-area ul.navbar-nav li a {
	transition: all .3s ease-in-out 0s;
}
// .mainmenu-area ul.navbar-nav li a .caret:hover {
// 	border-top-color: #fff;
// }
.test-result {
	padding: 15px;
	padding-top: 0;
	font-size: 30px;
	text-transform: capitalize;
}
.quadrant-wrap {
	padding: 30px 0;
	box-shadow: inset 0 55px 137px -55px #27a2bf;
}
.brain-description {
	padding-top: 10px;
}
.brain-description:first-child {
	padding-top: 0;
}
.brain-description span {
	font-size: 15px;
	font-weight: bold;
}
.brain-description p {
	margin: 0;
}
.know-more {
	font-weight: bold;
	margin-top: 19px;
}
.know-more a {
	color: #333;
}
.think-modes {
	display: inline-block;
	padding: 20.5px 0;
}
div.think-modes:first-child {
	padding-top: 0;
}
div.think-modes:last-child {
	padding-bottom: 0;
}
div.think-modes:hover {
	opacity: .8;
}
.think-modes img {
	display: inline-block;
	width: 60px;
	margin-right: 5px;
}
.think-modes p {
	display: inline-block;
	width: 65%;
	font-weight: bold;
	margin-bottom: 0;
	vertical-align: middle;
}
.graph-info {
	font-weight: bold;
	padding-left: 10px;
}

.graph-info-left {
	padding-right: 10px;
	padding-left: 0;
}
.analyzer {
	height: 250px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	padding-top: 50px;
}
.analyzer h3 {
	font-size: 20px;
	font-weight: normal;
}
.product-hover a {
	left: 5%;
	width: 90%;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #27a2bf;
	background: none repeat scroll 0 0 #27a2bf;
}
.product-hover button {
    background: none repeat scroll 0 0 #27a2bf;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #27a2bf;
    width: 80%;
    z-index: 99;
    transition: .3s;
}
.product-hover button:hover {
  background: #c9302c;
  text-decoration: none;border-color: #c9302c;
}
.product-hover button.view-details-link {
	bottom: -25%;
}
.product-hover button {
	left: 5%;
	width: 90%;
	font-size: 13px;
	font-weight: bold;
}
.product-hover:after {
	background: none repeat scroll 0 0 #27a2bf;
}
.single-product:hover .product-hover button.view-details-link {
	bottom: 32%;
}
.personality-profile {
	padding: 30px 15px;
	box-shadow: inset 0 55px 137px -55px #27a2bf;
}
.personality-profile h2, .quadrant-wrap h2, .communication-tips h2 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	margin: 15px 0;
}
.quadrant-wrap h2 {
	margin-bottom: 20px;
}
.selection {
    display: none
}
.slide-wrap {
	margin-bottom: 5px;
}
.heading {
	border:1px solid #27a2bf;
	cursor: pointer;
	transition: all .3s ease;
}
.heading h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-shadow:none;
}
.plus {
	background: #27a2bf;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
.selection-content {
	padding: 5px 15px;
	border: 1px solid #27a2bf;
}
.selection-content p {
	margin: 10px 0;
}
.heading:hover {
	background: #27a2bf;
	color: #fff;
}
.heading:hover .heading h1 {
	color: #fff;
}
.heading-open {
	background: #27a2bf;
	color: #fff;
}
.communication-tips {
	color: #404040;
	padding: 30px 15px;
	box-shadow: inset 0 55px 137px -55px #27a2bf;
	font-size: 16px;
}
.communication-tips-content {
	font-family: 'Open Sans',sans-serif;
	margin-top: 15px;
}
.tips-txt {
	font-size: 14px;
}
.daily-expert {
	text-align: center;
	background: #27a2bf;
	color: #fff;
}
.expert-heading {
	font-size: 20px;
}
.ask-friend {
	font-size: 25px;
}
.invite-friend-wrap {
	text-align: left;
}
.share {
	text-align: right;
}
.invite button {
	background: #fff;
	border: none;
	color: #333;
	height: 21px;
	font-weight: bold;
	width: 100px;
	text-transform: uppercase;
}
.invite button:hover {
	background: #333;
	color: #fff;
}
.click-popup {
	color: #fff;
	text-decoration: underline;
}
.bottom-btn {
	margin-top: 18px;
}
.vision {
	/*display: none;*/
}
.vision img, .personality-content {
	transition: all .3s ease;
	cursor: pointer;
}
.vision img:hover, .personality-content:hover {
	transform: scale(1.08);
}
.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {
	background: #27a2bf;
    color: #fff;
}

/****************************************************/
.mainmenu-area ul.navbar-nav li a {
	padding: 30px 15px;
	font-size: 15px;
	color: #27a2bf;
}
.logo {
	margin-top: 10px;
	transition: all .3s ease;
}
.logo img {
	width: 145px;
	height: 58px;
}
.no-padding {
	padding: 0;
}
.header-sticky {
	transition: all 1s ease;
}
.header-sticky ul.navbar-nav li {
	transition: all .3s ease;
}
.header-sticky ul.navbar-nav li a {
	font-size: 12.5px;
    padding: 20px 8px;
}
.header-sticky .logo {
	margin: 0;
}
.header-sticky .logo img {
	height: 60px;
}
.header-sticky .nav > li > a {
	padding: 0;
}
.copyright-text {
	font-size: 12px;
	padding: 2px 0;
	text-align: center;
}
img.printer {
	width: 20px;
	margin-right: 5px;
}
.invite-section {
	position: fixed;
	top: 50%;
	right: 0;
	float: right;
	margin-top: -105px;
	z-index: 999;
}
.invite-link {
	padding: 5px 15px;
	background: #BF221F;
	color: #fff;
	font-size: 20px;
	display: block;
	text-decoration: none;
}
.invite-link:hover {
	color: #fff;
	opacity: .8;
}
.invite-link:focus {
	text-decoration: none;
	color: #fff;
}
.sticky-social-icons {
	display: block;
	height: 35px;
}
.fb {
	position: relative;
}
.fb a {
	display: block;
	width: 50px;
	font-size: 25px;
	position: absolute;
	right: 0;
	color: #fff;
	height: auto;
	text-align: center;
	transition: width .3s ease;
}
.facebook {
	background: #395f9e;
}
.twitter {
	background: #00adf1;
}
.google {
	background: #d01820;
}
.linkedin {
	background: #035786;
}
.fb a:hover {
	width: 77px;
	height: auto;
}
td.img-zoom-bottom, td.img-zoom {
	cursor: pointer;
}
td.img-zoom img, td.img-zoom-bottom img {
	transition:all .3s ease;
}
td.img-zoom img:hover, td.img-zoom-bottom img:hover{
	transform: scale(1.08);
}
.preliminary-image {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dieting-heading {
	font-size: 20px;
	font-weight: bold;
}
.personalized-dieting-tip {
}
.personalized-dieting-tip span, .personalized-dieting-tip img {
	display: block;
}
.personalized-dieting-tip img {
	margin: 5px auto 0;
}
.healthy-guide {
	margin-top: 40px;
}
.healthy-guide blockquote {
	padding: 10px 20px 0;
    margin: 0; 
    font-size: 17px; 
    border-left: 5px solid #eee;
}
.your-strength li {
	margin: 10px 0;
}
.diet-report {
	margin-bottom: 10px;
}
.dieting-report-wrap {
	padding-top: 0;
}
.question {
	display: none;
}
.question-container {
	overflow: hidden;
    border: 1px solid #ddd;
    min-height: 80px;
    max-height: 100px;
    min-width: 480px;
    margin-top: 0px;
    float: right;
    height: auto;
    background: -webkit-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(0deg, #3dabed, #ffffff) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
.question-container ul {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
}
.question-container ul li {
    list-style: none;
    line-height: 13px ! important;
}
.question .qur-size{
	font-size: 14px;
	margin-top: 20px;
	margin-left: 5px;
}
.btn-qur{
	font-size: 12px;
    margin-left: 2px;
    margin-top: 9px;
    padding: 2px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.score-rate {
	font-size: 12px;
}
h2.dieting-track {
	margin: 23px 0;
}
.print-btn {
	margin-top: 10px;
}
.my-decision h2 {
	font-size: 25px;
}
.decision-btn-wrap {
	margin-top: 40px;
	text-align:center;
}
.decision-btn {
	font-size: 18px;
	margin: 10px 50px 0;
}
.journal-profile {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	/*margin: 10px 0 0;*/
}
.journal-profile h3 {
	margin: 0;
	font-size: 15px;
	vertical-align: middle;
	line-height: 30px;
}
.journal-profile span {
	line-height: 30px;
}
.contact-area {
	width: 100%;
}
.monitoring {
	margin: 10px 0;
	font-weight: bold;
}
.option-list {
	margin-top: 2px;
}
.option-list span {
	display: block;
}
.option-list span a {
	color: #333;
}
td.arrow {
	width: 3%;
}
.journal-profile .nav-tabs {
	float: left;
	width: 20%;
	border-bottom: none;
}
.journal-profile .nav-tabs li {
	float: none;
	border: 1px solid #000;
}
.journal-profile .nav-tabs li a {
	padding: 10px 30px;
}
a.parent-report-link {
	color: #27a2bf;
}
a.parent-report-link:hover, a.parent-report-link:focus {
	color: #27a2bf;
}
@media (max-width: 480px) {
	.personality-profile h2, .quadrant-wrap h2, .communication-tips h2 {
		font-size: 20px;
	}
}
.thumbnail {
	border: none;
	background-color: transparent;
}
.form-title {
	border: none;
}
.form-title:hover {
	background: none;
	border: none;
	color: #333;
}
#dietForm th.heading h4 {
	font-weight: normal;
}
#dietForm table tr td.input_boxes input {
	padding: 4px 6px;
}
#box-margin h1 {
	line-height: normal;
	font-weight: normal;
	text-align: center;
}
.main-container #about .container {
	position: relative;
}
#team {
	background: transparent !important;
	background-color: none !important; 
}
.additions-contents {
	color: #fff;
}
.additions-contents a {
	color: #fff;
}
.invite-friend-wrap .invite img {
	width: 35px;
}
.text_blue_lrg {
	color: #fff;
}