/* CSS

Author: GILLAN E SOLUTIONS

Created: 31-03-2015

*/



/*

-------------------------------------------------------------- 

BROWSER SPECIFICATION STYLES

-------------------------------------------------------------- 

*/ 



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	margin-bottom: 20px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F9F9F;
}
p {
	margin-bottom: 15px;
}
h2 {
	font-size: 25px;
	color: #333399;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 15px;
	align-content: center;
}
h2 span {
	font-size: 16px;
}
/*

-------------------------------------------------------------- 

GLOBAL STYLES

-------------------------------------------------------------- 

*/

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.red-color {
	color: #9d2125;
}
.background-none {
	background: none !important;
}
.alignleft {
	float: left;
	display: block;
	margin: 0px 20px 10px 0px;
}
.alignright {
	float: right;
	display: block;
	margin: 0px 0px 10px 20px;
}
.shadow {
	display: block;
	background: url(../images/shadow.png) repeat-y;
	padding: 0px 32px;
	overflow: hidden;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
.margin-top30 {
	margin-top: 30px;
}
.padding-top20 {
	padding-top: 20px;
}
.font-size16 {
	font-size: 16px;
}
.font-size14 {
	font-size: 14px;
}
/* Fullscreen overlay for modal background */

#active-popup {
	background-color: rgba(52,73,94, 0.7);
	position: absolute;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 999;
}
/* Modal container */

#popup-container {
	width: 45%;
	height: auto;
	margin: 0 auto;
	margin-top: 5%;
	position: fixed;
	left: 28%;
	z-index: 999;
	top: 15%;
	display: none;
	background: #fff;
	padding: 10px;
	border: 1px solid #2C353B;
	border-radius: 5%;
}
#popup-container .span3 h2 {
	font-size: 15px;
}
#popup-window h2 {
	text-align: left;
	color: #1f497d;
}
#popup-window input[type="text"] {
	border: 1px solid #000000;
}
#popup-window input[type="email"] {
	border: 1px solid #000000;
}
.modal-content {
	position: relative;/*text-align: center;*/

}
#popup-window {
	position: relative;
}
.modal-content h1,  .modal-content p {
	padding: 0px;
	text-align: left;
	color: #000;
}
/* changes  */
form.search-form {
    line-height: 0;
}
.span12.center {
    display: flex;
    justify-content: center !important;
}
.right-tab input#search-form-1 {
    display: flex;
    align-items: center;
      width: 95%;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 1px 2px;
    margin-right: 5px;
}
.right-tab input.search-submit {
    background: #f0f0f0;
    border: 1px solid #000;
    padding: 1px 6px;
    border-radius: 2px;
}
.author {
    color: #9f9f9f;
}
.normal-row .send-btn {
    background: #22a8c4;
}

.normal-row .send-btn:hover {
    background: #fff;
    color: #22a8c4;
}
h2.entry-title a {
    color: #179ab6;
}
h2.entry-title {
    color: #179ab6 !important;
}

/* Close button */

#popup-container a.close {
	position: absolute;
	float: right;
	top: -15px;
	right: -7px;
	z-index: 99;
	font-weight: bold;
	font-size: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 2px 5px 2px 6px;
	line-height: 1em;
	text-align: center;
	background: #E74C3C;
	border: 4px solid #fff;
	cursor: pointer;
	color: #fff;
    text-decoration: none;
}
/*

-------------------------------------------------------------- 

TOP HEADER STYLES

-------------------------------------------------------------- 

*/

.top-header {
	background: #111113 url(../images/bg-nav.gif) repeat-x;
	float: left;
	width: 100%;
	min-height: 71px;
}
/*

-------------------------------------------------------------- 

HEADER STYLES

-------------------------------------------------------------- 

*/

.header-area {
	float: left;
	width: 100%;
}
header {
	display: block;
}
/*

-------------------------------------------------------------- 

MAIN NAV STYLES

-------------------------------------------------------------- 

*/

.main-nav {
	display: block;
	padding: 22px 20px 0px 0px;
}
/*

-------------------------------------------------------------- 

BANNER STYLES

-------------------------------------------------------------- 

*/

.banner-area {
	background: url(../images/bg-banner.gif) repeat-x bottom;
	float: left;
	width: 100%;
}
.banner {
	position: relative;
	display: block;
}
.small-banner {
	display: none;
}
.banner-newsletter {
	background: url(../images/bg-banner-newsletter.gif) repeat-y;
	min-height: 48px;
	line-height: 48px;
	padding: 0 15px;
}
.banner-newsletter h2 {
	float: left;
	font-family: 'HelveticaNeueLTStd-Cn';
	font-size: 22px;
	color: #ffffff;
	line-height: 48px;
	margin-bottom: 0px;
	margin-right: 15px;
}
.banner-newsletter p {
	float: left;
	margin-bottom: 0px;
}
.newsletter-form {
	float: right;
	margin-top: 14px;
}
.newsletter-form .af-element {
	float: left;
}
.banner-newsletter input[type="text"] {
	float: left;
	width: 130px;
	height: 22px;
	background: #FFFFFF;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 0 0;
	color: #606060;
	font-size: 13px;
	line-height: 17px;
	border: 0px;
}
.banner-newsletter input[type="submit"] {
	float: left;
	background: url(../images/bg-newsletter-btn.gif) repeat-x;
	height: 22px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1d2226;
	border: 0;
	margin: 0;
	padding: 0 9px;
}
.newsletter-left img {
	margin-top: 8px;
	margin-left: 20px;
}
/*

-------------------------------------------------------------- 

CONTENT STYLES

-------------------------------------------------------------- 

*/

.content-area {
	float: left;
	width: 100%;
}
.content-div {
	display: block;
	color: #333333;
}
.get-tab {
	display: block;
	color: #333333;
	padding: 20px 0px 0px 30px;
}
.get-tab h2 {
	font-size: 22px;
	color: #5e5e5e;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 5px;
}
.get-tab h2 span {
	font-size: 16px;
}
.get-tab ul {
	float: left;
	text-align: right;
	list-style: none;
	margin-top: -21px;
	position: relative;
	padding-left: 35px;
}
.get-tab ul li a {
	font-style: italic;
	color: #7f7f7f;
	text-decoration: underline;
}
.get-tab ul li a:hover {
	text-decoration: none;
}
.welcome-div {
	display: block;
	color: #333333;
	line-height: 18px;
	padding: 20px 25px 0px 0px;
}
.welcome-div h2 {
	font-size: 25px;
	color: #5e5e5e;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 26px;
}
.welcome-div h2 span {
	font-size: 16px;
}
a.read-more {
	background: url(../images/gray-bullet.gif) no-repeat left bottom;
	color: #606060;
	padding-left: 6px;
}
.inner-left-penal {
	padding: 20px 0px 0px 20px;
}
.inner-tab-img {
	float: right;
}
.staff-name-div {
	color: #c2c0c0;
	padding-left: 20px;
}
.staff-name-div p {
	margin-left: 10px;
}
.staff-img-left {
	text-align: center;
}
.training-bottom-area {
	padding: 25px;
}
.success-story-div {
	border-top: 1px solid #3d454c;
	padding-top: 20px;
	margin-top: 40px;
}
.heading-border {
	float: left;
	color: #FFFFFF;
	border-bottom: 2px solid #999999;
}
.success-story {
	display: inline-block;
	margin-top: 10px;
}
.success-story img {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0px 14px;
}
.white-text {
	color: #FFFFFF;
}
.tab-row {
	color: #FFFFFF;
	margin: 0px 10px 40px 20px;
}
.tab-row h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 15px;
}
.tab-row h4 span {
	font-size: 14px;
}
.main-tab h3 {
	font-size: 17px;
}
.tab-row ul {
	margin-left: 15px;
}
.tab-row ul li {
	background: url(../images/white-bullet.gif) no-repeat 0px 5px;
	display: block;
	padding-left: 11px;
}
.speaking-tab-img {
	margin-top: 45px;
}
.inner-left-penal ul {
	list-style: none;
}
.inner-left-penal ul li {
	background: url(../images/products-bullet2.gif) no-repeat 0px 2px;
	margin: 0;
	padding: 0px 0 15px 22px;
}
.nutrition-content-right {
	padding-top: 35px;
}
.nutrition-content-right img {
	margin-right: 10px;
	border: 1px solid #9F9F9F;
}
.stars-box {
	font-size: 18px;
	border-bottom: 1px dashed #cfcfcf;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.stars-box h2 {
	font-size: 24px;
	color: #b52501;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 8px;
}
.products-box {
	margin-bottom: 40px;
}
.products-box h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 15px;
}
.products-box ul li {
	background: url(../images/products-bullet.gif) no-repeat 0px 0px;
	font-size: 14px;
	padding: 0px 0px 20px 22px;
}
.products-box ul li span {
	display: inline-block;
	background: url(../images/blue-arrow.gif) no-repeat;
	width: 15px;
	height: 9px;
}
.products-box-btn {
	font-size: 16px;
	color: #6f6f6f;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 30px;
}
.products-order-btn {
	background: url(../images/order-btn.jpg) no-repeat;
	display: inline-block;
	width: 208px;
	height: 56px;
	font-size: 0px;
	margin: 0px 22px 20px 22px;
}
.products-order-btn:hover {
	background-position: bottom;
}
.products-download-btn {
	background: url(../images/download-btn.jpg) no-repeat;
	display: inline-block;
	width: 208px;
	height: 56px;
	font-size: 0px;
	margin: 0px 22px 20px 22px;
}
.products-download-btn:hover {
	background-position: bottom;
}
.orange-text {
	color: #f48721 !important;
}
.products-box h1 {
	font-size: 24px;
	color: #179ab6;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.normal-row {
	float: left;
	width: 100%;
}
.normal-row .input-div {
	float: left;
	width: 50%;
}
.normal-row .input-div label {
	width: 100%;
	font-size: 14px;
	color: #000;
}
.field01 {
	float: left;
	width: 200px;
	height: 30px !important;
	line-height: 30px;
	font-size: 12px;
	color: #898989;
	border: 1px solid #d2d2d2 !important;
	border-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.send-btn {
	float: left;
	background: #22a8c4;
	width: 126px;
	height: 34px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #158ba4;
	border-radius: 3px;
	cursor: pointer;
	margin-top: 15px;
	margin-left: 200px;
}
.send-btn:hover {
	background: #fff;
	color: #22a8c4;
}
.products-box-btn p {
	margin-bottom: 5px;
}
.subscribe-input {
	float: left;
	height: 33px !important;
	line-height: 36px !important;
	font-size: 12px;
	color: #898989;
	border: 1px solid #d2d2d2 !important;
	border-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
.content-row {
	margin-bottom: 20px;
}
.content-row h2 {
	font-size: 22px;
	margin-bottom: 15px;
	padding: 0 0 3px 0;
	color: #585858;
	line-height: 1.5em;
	border-bottom: 1px solid #DDDDDD;
}
.content-row h2.entry-title a {
	text-decoration: none;
}
.content-row h2.entry-title a:hover {
	color: red;
}
.entry-meta {
	display: inline-block;
	width: 100%;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}
.entry-meta-icon {
	background: url(../images/author.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.entry-meta a, .entry-utility a {
	color: #888;
	text-decoration: none;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: red;
}
.entry-comment-icon {
	background: url(../images/commint-img.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.entry-content, .entry-summary {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}
.entry-content, .entry-summary p {
	margin-bottom: 24px;
}
.content-row .blue-heading {
	font-size: 28px;
	color: #0000ff;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	padding: 0 0 3px 0;
	margin-bottom: 15px;
}
.cat-links {
	background: url(../images/folder.gif) no-repeat left top;
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 20px;
}
.cat-links a {
	font-weight: normal;
}
.inner-content {
	display: inline-block;
	padding: 30px 20px;
}
.right-tab {
	margin-bottom: 15px;
}
.right-tab .right-field {
	float: left;
	width: 60%;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 1px 2px;
	margin-right: 5px;
}
.right-tab h3 {
	color: #585858;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	text-transform: uppercase;
}
.right-tab ul li {
	line-height: 30px;
	list-style-type: none;
	border-bottom: 1px dotted #CCCEC8;
	background: url(../images/blog-blue-bullet.gif) no-repeat left 6px;
	margin: 0;
	padding: 0px 0 6px 20px;
}
.right-tab ul li a {
	text-decoration: none;
}
.right-tab ul li a:hover {
	text-decoration: underline;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.nav-previous {
	margin-bottom: 15px;
}
.nav-previous a {
	color: #888;
	text-decoration: none;
	margin-bottom: 15px;
}
.nav-previous a:hover {
	color: red;
	text-decoration: none;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	padding: 18px 20px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}
.comment-area h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}
.comment-area label {
	color: #888;
	font-size: 12px;
}
.comment-area .field02 {
	width: 98%;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	margin: 0;
}
#captcha_code {
	width: 65px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	margin: 0;
}
.comment-area .required {
	color: #ff4b33;
	font-weight: bold;
}
.normal-row {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.normal-row #comment {
	width: 98%;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 2px;
}
.normal-row .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.full-width {
	padding: 20px;
	min-height: 350px;
}
/*

-------------------------------------------------------------- 

TAB AREA SECTION STYLES

-------------------------------------------------------------- 

*/

.tab-area {
	background: url(../images/bg-contant.gif) repeat;
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	color: #CCCCCC;
}
.main-tab {
	display: block;
	background: url(../images/bg-contant.gif) repeat;
	margin: 0px 0px 40px 0px;
	padding-top: 25px;
}
.main-tab h2 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 15px;
}
.main-tab h2 span {
	font-size: 16px;
}
.main-tab-left {
	float: left;
	display: block;
	border-right: 1px solid #3d454c;
	padding: 0px 23px 0px 55px;
}
.tab-left {
	float: left;
	background: url(../images/bg-content-border.gif) repeat-x left bottom;/*

	overflow: hidden;*/
	display: block;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 18px;
	padding: 0px 15px 8px 0px;
	margin-bottom: 15px;
}
.tab-left .competition-img {
	margin-left: -42px;
}
a.see-more {
	background: url(../images/content-bullet.gif) no-repeat left bottom;
	color: #9f9f9f;
	padding-left: 6px;
}
.tab-left img {
	float: left;
	margin: 0px 17px 10px 0px;
}
.tab-left h5 {
	font-size: 12px;
	color: #179ab6;
	font-weight: normal;
	margin-bottom: 10px;
}
.tab-left h5 a {
	font-size: 12px;
	color: #179ab6;
	font-weight: normal;
}
.main-tab-right {
	display: block;
	padding: 0px 23px 0px 20px;
}
.main-tab-right a {
	color: #CCCCCC;
	font-size: 15px;
	line-height: 22px;
}
.tab-right {
	display: block;
	line-height: 18px;
	font-size: 12px;
	color: #CCCCCC;
}
.tab-right img {
	float: left;
	margin: 0px 17px 50px 0px;
}
/*

.tab-right .consultation {

  float: right;

  background: #c2b536 url(../images/yellow-btn-bg.gif) repeat-x top;

    color: #1d2226;

  text-decoration: none;

  padding: 5px 9px;

  margin-top: 6px;

}*/
.main-tab-right h2 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
}
.tab-right h5 {
	font-size: 16px;
	font-weight: normal;
	color: #179ab6;
	border-bottom: 1px solid #545b60;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.tab-right h6 {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 10px;
}
/*

-------------------------------------------------------------- 

LEFT SECTION STYLES

-------------------------------------------------------------- 

*/

.left-section {
	display: block;
	font-size: 17px;
	text-align: center;
	color: #56595b;
}
/*

-------------------------------------------------------------- 

RIGHT SECTION STYLES

-------------------------------------------------------------- 

*/

.right-section {
	display: block;
	text-align: center;
}
.contact-img {
    float: right;
    width: 100%;
    text-align: center;
}
/*

-------------------------------------------------------------- 

FOOTER STYLES

-------------------------------------------------------------- 

*/

footer {
	background: #22282d url(../images/bg-footer.gif) repeat-x;
	float: left;
	width: 100%;
	min-height: 155px;
	padding-top: 27px;
}
.footer {
	display: block;
	font-size: 12px;
	color: #6f808b;
	margin: 0px auto;
}
.footer-left {
	display: block;
	border-right: 1px solid #3d454c;
	padding: 0px 23px 0px 55px;
}
.copy-right {
	display: block;
}
.newsletter {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.newsletter input[type="text"] {
	background-color: #fff;
	width: 130px;
	height: 22px;
	border: 0;
	margin: 0 5px 0 0;
	padding: 0 5px;
	float: left;
}
.newsletter input[type="submit"] {
	background: url(../images/bg-newsletter-btn.gif) repeat-x;
	height: 22px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1d2226;
	border: 0;
	margin: 0;
	padding: 0 9px;
	float: left;
}
.footer-right {
	display: block;
}
.footer-right .newsletter {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.call-us {
	display: block;
}
ul.socials {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.socials li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
/*

-------------------------------------------------------------- 

CONTACT US STYLES

-------------------------------------------------------------- 

*/

.left-section label {
	margin-bottom: 5px;
}
.input-large {
	background: #eeeeee !important;
	height: 30px !important;
	font-size: 14px;
	padding: 0px 0px 0px 10px !important;
	margin-bottom: 20px !important;
}
.textarea-large {
	background: #eeeeee;
	font-size: 14px;
	height: 150px !important;
	padding: 5px 0px 0px 10px !important;
	margin-bottom: 20px !important;
}
.btn-go {
	background: #248bcd;
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	font-family: 'Lato-Bold';
	font-size: 17px;
	color: #FFF;
	outline: none;
	border: 0px;
	text-transform: uppercase;
	border-radius: 3px;
	border-bottom: 6px solid #123c5b !important;
	padding: 0px 50px;
	margin-top: 5px;
}
.btn-go:hover {
	background: #d6a028;
	color: #FFF;
	border-bottom: 6px solid #8e6a16 !important;
	text-decoration: none;
}
#scroll-top-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #515A5F;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 100px;
	text-align: center;
}
.subscribe-input {
	margin-right: 10px;
}
#sthoverbuttons #sthoverbuttons-background {
	display: none;
}
#sthoverbuttons #sthoverbuttonsMain {
	background: #2C353B;
	width: 37px !important;
	padding: 7px 4px 3px 9px !important;
}
#sthoverbuttons .sthoverbuttons-label {
	display: none;
}
 @media (max-width: 1024px) {
.content-row .blue-heading {
	font-size: 25px;
}
.content-row h2 {
	font-size: 20px;
	font-weight: bold;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
.shadow {
	background: none;
	padding: 0px;
}
.main-nav {
	padding: 22px 0px 0px 0px;
}
.newsletter input[type="text"] {
	background-color: #fff;
	width: 83px;
}
.footer-right .newsletter input[type="text"] {
	background-color: #fff;
	width: 130px;
}
.banner-newsletter h2 {
	font-size: 16px;
	margin-right: 10px;
}
.banner-newsletter input[type="text"] {
	width: 85px;
}
.banner-newsletter input[type="submit"] {
	padding: 0 5px;
}
.navbar .nav > li > a {
	float: none;
}
.top-header {
	min-height: 69px;
}
.success-story img {
	width: 17%;
	margin: 0 8px 10px 8px;
}
.entry-meta-icon {
	margin-bottom: 10px;
}
.entry-meta .pull-right {
	float: left;
}
.inner-left-penal {
	padding: 20px 20px 0px 20px;
}
.products-box-btn-area .span6 {
	width: 100%;
	margin-bottom: 15px;
}
.products-box-btn p {
	margin-bottom: 0px;
}/*

div#af-body-1255488337 {

	float: left;

}*/
.stars-box h2 {
	font-size: 20px;
	font-weight: bold;
}
.send-btn {
	margin-left: 168px;
}
.main-tab-left {
	padding: 0px 23px 0px 40px;
}
.main-tab-right {
	padding: 0px 5px 0px 0px;
}
}
 @media (max-width: 767px) {
.top-header {
	min-height: 30px;
}
.main-nav {
	display: block;
	padding: 0px 0px 0px 0px;
}
.shadow {
	background: none;
	padding: 0px 12px;
}
.banner-newsletter {
	background: url(../images/small-bg-newsletter.gif) repeat-y;
	padding: 0 15px 12px 15px;
}
.newsletter-form {
	margin-right: 145px;
}
.newsletter-form .af-element {
	display: inline-block;
	float: none;
}
.get-tab {
	display: block;
	min-height: 135px;
	color: #333333;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
}
.get-tab img {
	float: left;
}
.get-tab ul {
	float: right;
	text-align: left;
	list-style: none;
	margin-top: -21px;
	position: relative;
	padding-left: 40px;
}
.img-tab {
	padding: 0px 20px;
}
.welcome-div {
	display: block;
	color: #333333;
	line-height: 18px;
	padding: 20px 20px 0px 20px;
}
.main-tab-left {
	display: block;
	border-right: 0px;
	border-bottom: 1px solid #3d454c;
	padding: 0px 20px 20px 35px;
	margin-bottom: 20px;
}
.tab-right .consultation {
	float: left;
}
.footer-left {
	display: block;
	border-right: 0px;
	border-bottom: 1px solid #3d454c;
	padding: 0px 40px 20px 40px;
	margin-bottom: 20px;
}
.footer-right {
	display: block;
	padding: 0px 40px 0px 40px;
}
.call-us {
	float: left;
	padding-bottom: 20px;
	padding-top: 6px;
}
ul.socials {
	float: right;
	padding: 0 0 20px 0;
}
.inner-left-penal {
	padding: 20px 20px 0px 20px;
}
.staff-name-div {
	border-bottom: 1px solid #21272c;
	margin-bottom: 15px;
}
.staff-img-left {
	text-align: left;
	padding: 0 20px;
}
.success-story {
	text-align: center;
}
.success-story img {
	float: none;
	display: inline-block;
	margin: 0px 7px 10px;
}
.directions-tab {
	text-align: center;
	margin-bottom: 20px;
}/*

.training-bottom-area {

	padding: 0px;

}*/
.stars-box h2 {
	font-size: 20px;
	line-height: 24px;
}
.send-btn {
	margin-left: 168px;
}
.products-img {
	text-align: center;
	margin-bottom: 20px;
}
.entry-meta-icon {
	margin-bottom: 10px;
}
.entry-meta .pull-right {
	float: left;
}
.content-row .blue-heading {
	font-size: 20px;
}
.content-row h2 {
	font-size: 18px;
}
.training-bottom-area {
	margin-bottom: 0px;
}
.speaking-tab-img img {
	width: 100%;
}
.get-tab ul li a {
	font-size: 16px;
}
.tab-row {
	margin: 0px 0px 40px 0px;
}
.nutrition-content-right {
	text-align: center;
}
}
 @media (max-width:586px) {
.products-order-btn {
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.products-download-btn {
	float: none;
	margin-left: 10px;
	margin-right: 10px;
}
}
 @media (max-width: 480px) {
.shadow {
	padding: 0px;
}
.banner-newsletter {
	background: url(../images/small-bg-newsletter.gif) repeat-y;
}
.newsletter-left {
	text-align: center;
}
.banner-newsletter h2 {
	font-size: 18px;
	margin-right: 0px;
}
.banner-newsletter p {
	float: none;
}
.newsletter-form {
	float: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px;
}
.banner-newsletter input[type="text"] {
	float: none;
	display: inline-block;
}
.banner-newsletter input[type="submit"] {
	float: none;
	display: inline-block;
}
.newsletter input[type="text"] {
	background-color: #fff;
	width: 100%;
	height: 22px;
	border: 0;
	margin: 0 5px 5px 0;
	padding: 0 5px;
	float: left;
}
.copy-right {
	display: block;
	font-size: 11px;
}
.welcome-div h2 {
	font-size: 20px;
}
.main-tab h2 {
	font-size: 20px;
}
.training-bottom-area {
	padding: 20px;
}
.success-story {
	text-align: center;
}
.success-story img {
	float: none;
	margin: 10px 20px;
}
.tab-row h4 {
	font-size: 20px;
}
.tab-row {
	margin: 0px 0px 25px 0px;
}
.main-tab h3 {
	font-size: 15px;
	font-weight: normal;
}
.stars-box h2 {
	font-size: 17px;
}
.products-box h1 {
	font-size: 18px;
}
.products-box h2 {
	font-size: 16px;
}
.field01 {
	width: 85%;
}
.send-btn {
	margin-left: 120px;
}
.right-tab h3 {
	font-size: 17px;
}
.content-row h2 {
	font-size: 16px;
}
.main-tab-right {
	text-align: center;
}
.tab-right h5 {
	border-bottom: 0;
}
.tab-right img {
	float: none;
	margin: 0px 0px 20px 0px;
}
.tab-right .consultation {
	float: none;
	display: inline-block;
}
.main-tab {
	margin: 0px 0px 20px 0px;
}
.main-tab-right h2 {
	margin-bottom: 20px;
}
.staff-img-left {
	text-align: center;
}
#sthoverbuttons {
	display: none;
}
#popup-container {
	width: 55%;
	left: 20%;
	top: 10%;
}
}
 @media (min-width: 280px) and (max-width: 474px) {
.banner-newsletter h2 {
	float: none;
}
}
 @media (min-width: 280px) and (max-width: 430px) {
ul.socials {
	width: 100%;
	text-align: center;
}
}
 @media (max-width:320px) {
.alignleft {
	float: none;
	display: block;
	margin: 0px auto 15px auto;
}
p .alignleft {
	margin: 0px auto 0px auto;
}
.alignright {
	float: none;
	display: block;
	margin: 0px auto 15px auto;
}
p .alignright {
	margin: 0px auto 0px auto;
}
.newsletter-form {
	margin: 10px 0 0 0;
}
.normal-row .input-div {
	width: 100%;
}
.field01 {
	width: 94%;
}
.send-btn {
	margin-left: 0;
}
.subscribe-btn {
	width: 208px !important;
}
.big-banner {
	display: none;
}
.small-banner {
	display: block;
}
.banner-newsletter input[type="text"] {
	float: left;
	width: 155px;
}
.banner-newsletter input[type="submit"] {
	float: left;
	width: 90px !important;
}
.banner-newsletter h2 {
	float: none;
	line-height: 40px;
}
newsletter-left img {
	margin: 0px 0px 8px 0px;
}
.banner-newsletter {
	line-height: 38px;
	padding-bottom: 0px;
}
.main-tab-right h2 {
	margin-bottom: 20px;
}
.success-story img {
	width: 100%;
	margin: 10px 0px;
}
.nutrition-content-right img {
	width: 100%;
}
.tab-right {
	text-align: center;
}
.tab-right img {
	width: 100%;
}
ul.socials {
	float: none;
	text-align: center;
}
.main-tab-left {
	padding: 0px 20px 20px 45px;
}
}
.bpopup-aweber {
	background: #fff;
	padding: 20px;
}
.bpopup-aweber input[type="text"] {
	width: 95%;
	border: 1px solid #2c3339;
}
.submit {
	background: url(../images/bg-newsletter-btn.gif) repeat-x;
	height: 22px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1d2226;
	border: 0;
	margin: 0;
	padding: 0 9px;
	float: left;
}
.bpopup-aweber img.cross-icon {
	float: right;
	margin-top: -14px;
	margin-right: -14px;
	margin-bottom: 10px;
}
p {
    font-size: 15px;
}