/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas,
progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
		  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #337ab7;
}

.text-success {
	color: #3c763d;
}

.text-info {
	color: #31708f;
}

.text-warning {
	color: #8a6d3b;
}

.text-danger {
	color: #a94442;
}

.bg-primary {
	color: #fff;
	background-color: #337ab7;
}

.bg-success {
	background-color: #dff0d8;
}

.bg-info {
	background-color: #d9edf7;
}

.bg-warning {
	background-color: #fcf8e3;
}

.bg-danger {
	background-color: #f2dede;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
		  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
		  box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #747474;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #747474;
}

.form-control::-webkit-input-placeholder {
	color: #747474;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	  touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.navbar-header:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none;
}

/* =Global Styles
-------------------------------------------- */
body {
	color: #000;
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
}

.body-gray {
	background-color: #c9975a;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/body_bg.jpg);
	background-repeat: repeat-x;
}

.form-control {
	background-color: #fbfaf8;
	border-color: #e5e5e5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
	font-weight: 700;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #3774ff;
}

a:hover,
a:focus {
	color: #018bb8;
}

ul, ol {
	margin-left: 15px;
	padding-left: 0;
}

/* =Layout
-------------------------------------------- */
.wrapper {
	min-width: 1170px;
}

.container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------- */
.header-inverse {
	background-color: #19231e;
	padding: 12px 0;
	margin-bottom: 15px;
}

.verified-logo img {
	margin-left: 10px;
}

/* =Main
-------------------------------------------- */
.warning {
	background-color: #ffff00;
	color: #292929;
	font-size: 23px;
}

.warning .inner {
	padding: 8px 20px 12px;
}

.warning .icon-help {
	margin: 5px 15px;
}

.textsize-136 {
	font-size: 136px;
}

.textsize-118 {
	font-size: 118px;
}

.textsize-107 {
	font-size: 107px;
}

.textsize-72 {
	font-size: 72px;
}

.textsize-63 {
	font-size: 63px;
}

.textsize-61 {
	font-size: 61px;
}

.textsize-57 {
	font-size: 57px;
}

.textsize-54 {
	font-size: 54px;
}

.textsize-53 {
	font-size: 53px;
}

.textsize-52 {
	font-size: 52px;
}

.textsize-50 {
	font-size: 50px;
}

.textsize-44 {
	font-size: 44px;
}

.textsize-42 {
	font-size: 42px;
}

.textsize-39 {
	font-size: 39px;
}

.textsize-35 {
	font-size: 35px;
}

.textsize-32 {
	font-size: 32px;
}

.textsize-31 {
	font-size: 31px;
}

.textsize-30 {
	font-size: 30px;
}

.textsize-29 {
	font-size: 29px;
}

.textsize-28 {
	font-size: 28px;
}

.textsize-26 {
	font-size: 26px;
}

.textsize-25 {
	font-size: 25px;
}

.textsize-23 {
	font-size: 23px;
}

.textsize-21 {
	font-size: 21px;
}

.textsize-19 {
	font-size: 19px;
}

.textsize-18 {
	font-size: 18px;
}

.textsize-17 {
	font-size: 17px;
}

.textsize-15 {
	font-size: 15px;
}

.primary-content {
	height: 889px;
	background-image: url(https://tanphysics.com/true-color/assets/images/man1-2.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 25px;
}

.text-phone {
	color: #2a2a2a;
	font-size: 32px;
	margin-bottom: 0;
}

.primary-hgroup {
	color: #2a2a2a;
	line-height: 1em;
	margin-bottom: 10px;
}

.primary-hgroup h2,
.primary-hgroup h3,
.primary-hgroup h4 {
	margin: 0;
	letter-spacing: -1px;
}

.primary-hgroup h2 {
	line-height: 1em;
}

.primary-hgroup h4 {
	letter-spacing: 0;
}

.primary-content-body {
	padding: 17px 29px 10px;
}

.primary-content .image-main {
	margin-top: -21px;
	margin-left: -26px;
}

.primary-content-body-text {
	margin-left: 190px;
	width: 620px;
}

.bullet {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #232323;
}

.bullet li {
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 29px;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.media-buttons {
	float: left;
	color: #393939;
	padding-left: 15px;
	width: 172px;
}

.media-buttons h5 {
	font-weight: normal;
	margin: 0;
}

.review-text {
	float: left;
	width: 320px;
	color: #303030;
	margin-left: 100px;
}

.order-button {
	float: right;
	padding-top: 30px;
}

.secondary-content-top {
	background-image: url(https://tanphysics.com/true-color/assets/images/man2.jpg);
	background-repeat: no-repeat;
	margin-top: -30px;
	padding-top: 20px;
}

.secondary-content-push {
	padding: 0 55px 0 300px;
}

.list-check {
	list-style: none;
	margin: 0;
	padding: 0 0 12px;
}

.list-check li {
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/icon_check.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 40px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #232323;
}

.text-warning {
	color: #a36442;
}

.cta-box {
	padding: 0 28px;
}

.cta-box .btn-rush {
	margin-left: 35px;
	margin-right: 35px;
	display: inline-block;
}

.cta-box .blockquote {
	display: inline-block;
}

.blockquote {
	border: 0;
	margin: 0;
	padding: 20px 0;
	color: #303030;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3em;
	clear: both;
}

.blockquote img {
	vertical-align: top;
}

.blockquote p {
	display: inline;
	margin: 0;
}

.blockquote .author {
	color: #303030;
	font-size: 19px;
	padding-top: 5px;
}

.blockquote .author:before {
	display: none;
}

.cta-box .blockquote .author {
	text-align: left;
}

.secondary-content-bottom {
	background-image: url(https://tanphysics.com/true-color/assets/images/man5.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.secondary-content-left {
	padding: 20px 55px;
}

.secondary-content-left .inner {
	width: 745px;
}

.bullet-mute li {
	padding-bottom: 18px;
}

.indent70xminus {
	text-indent: -70px;
}

.indent168x {
	text-indent: 168px;
}

.article-content {
	background-image: url(https://tanphysics.com/true-color/assets/images/man3.jpg);
	background-repeat: no-repeat;
	line-height: 1.6em;
}

.article-content .content-block {
	width: 615px;
	padding: 130px 55px 0;
}

.article-content .content-right {
	float: right;
}

.article-content-2 {
	background-image: url(https://tanphysics.com/true-color/assets/images/man4.jpg);
}

.ingredient-section {
	padding-top: 170px;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_panel.jpg);
	background-repeat: no-repeat;
}

.ingredient-body {
	padding-left: 74px;
}

.ingredient-contnet {
	margin-left: 320px;
	margin-right: 60px;
}

.ingredient-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ingredient-single {
	margin-bottom: 16px;
	background-color: #fff;
	border: solid 1px #adaca9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}

.circle-left {
	margin-left: -59px;
	float: left;
}

.regular-text {
	min-height: 119px;
	padding: 0 20px 0 90px;
	font-size: 19px;
	line-height: 1.2;
}

.regular-text h4 {
	margin: 0;
	padding: 10px 0 2px;
	font-size: 29px;
	color: #a36442;
}

.regular-text p {
	margin: 0;
}

.bg-band {
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_band.jpg);
	background-repeat: no-repeat;
}

.comparison-section {
	padding: 170px 60px 0;
}

.comparison-chart-holder {
	position: relative;
}

.comparison-chart {
	background-color: #f2f2f2;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_comparison.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
}

.comparison-chart-outline {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #fff;
}

.comparison-chart .col {
	float: left;
	width: 167px;
	position: relative;
}

.comparison-chart .first-col {
	width: 374px;
	color: #656565;
	font-size: 19px;
	font-weight: bold;
}

.comparison-chart .chart-head {
	height: 277px;
	text-align: center;
	position: relative;
}

.chart-head .comp-title {
	display: block;
	font-size: 23px;
	font-weight: bold;
	color: #656565;
}

.chart-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 10px;
}

.comparison-chart .cell {
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-top: 4px solid #f2f2f2;
}

.comparison-chart .chart-footer {
	height: 88px;
}

.comparison-chart .second-col {
	border-bottom: 2px solid #1dfe1d;
}

.comparison-chart .bg-col {
	background-color: #f1f1f1;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_comp_col.jpg);
	background-repeat: repeat-x;
}

.comparison-chart .second-col .col-highlight{
	position: absolute;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_rec_col.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.comp-bubble {
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_recommend.png);
	background-repeat: no-repeat;
	display: inline-block;
	color: #333232;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -3px;
	text-align: center;
	width: 221px;
	height: 76px;
	padding-top: 50px;
	position: relative;
}

.comparison-chart-holder .comp-bubble {
	margin-left: 358px;
	margin-top: -8px;
}

.testimonial-container {
	padding: 176px 0 0 0px;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_band.jpg); 
	background-repeat: no-repeat;
}

.testimonial-container h2 span {
	color: #a36442;
}

.testimonial-row {
	padding: 40px 25px 0;
}

.testimonial {
	width: 220px;
	padding: 0 30px;
	text-align: center;
	float: left;
}

.testimonial h4 {
	margin: 2px 0 0;
	font-size: 33px;
	color: #292929;
}

.testimonial .meta {
	font-size: 16px;
	color: #2c2c2c;
	font-weight: bold;
}

.testimonial p {
	margin: 4px 0 0 0;
	font-size: 18px;
	color: #5b5a5a;
	font-weight: bold;
}

.ibox-container {
	padding: 100px 45px 20px;
	background-image: url(https://tanphysics.com/true-color/assets/images/doctor-man.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

.ibox-container h2 {
	line-height: 50px;
	margin-bottom: 100px;
}

.ibox-content {
	width: 620px;
	margin-bottom: 40px;
}

.ibox-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ibox-list li {
	padding: 0 0 40px;
	clear: both;
	float: left;
}

.ibox-text {
	margin-top: 5px;
	margin-left: 168px;
}

.ibox-text h4 {
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	color: #464646;
}

.ibox-text p {
	margin: 0;
	font-size: 20px;
	color: #2c2c2c;
}

.order-section {
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_order_section.jpg);
	background-repeat: no-repeat;
	padding: 140px 55px 50px;
}

.guarantee-block img {
	margin-left: -20px;
}

.guarantee-block-text {
	margin-left: 320px;
	font-size: 23px;
	line-height: 1.35em;
}

.order-box-content-left {
	width: 600px;
	float: left;
}

.order-box-content-left .order-image {
	margin-left: -25px;
}

.order-box-content-inner {
	position: relative;
	margin-left: 100px;
	padding-top: 10px;
}

.order-hgroup {
	padding-left: 15px;
}

.bullet-gold {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bullet-gold li {
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bullet_gold.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 21px;
	padding-bottom: 13px;
}

.blockquote-secondary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #232323;
	letter-spacing: -1px;
}

.blockquote-secondary p {
	margin-bottom: 0;
}

.blockquote-secondary .author {
	color: #232323;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}
.blockquote-secondary .author:before {
	display: none;
}

.order-hgroup h2,
.order-hgroup h3,
.order-hgroup h4 {
	margin: 0;
	line-height: 1em;
}

.order-box {
	width: 418px;
	padding: 25px 17px;
	margin-top: 10px;
	color: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ebebeb;
	-webkit-box-shadow: 6px 6px 15px rgba(0,0,0,.25);
	-moz-box-shadow: 6px 6px 15px rgba(0,0,0,.25);
	box-shadow: 6px 6px 15px rgba(0,0,0,.25);
	border: solid 1px #d8d8d8;
}

.form-order .form-control {
	color: #747474;
	font-size: 19px;
	border-color: #aaaaaa;
	height: 36px;
}

.order-box .form-order .form-control {
	width: 376px;
}

.form-order select.form-control {
	color: #424040;
}

.order-box .form-order select.form-control {
	width: 418px;
}

.form-order .form-group {
	margin-bottom: 5px;
}

.btn-order {
    width: 418px;
    height: 68px;
    background-color: transparent;
    background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/btn_rush_order_small.png);
    background-repeat: no-repeat;
	padding: 0;
	border: 0;
    display: block;
}

.review-footer {
	font-weight: bold;
	padding-top: 30px;
	padding-left: 55px;
	font-size: 25px;
}

.review-footer img {
	vertical-align: top;
}

.review-footer .author {
	font-size: 13px;
	text-align: left;
}

.order-box-footer img {
	margin-left: 7px;
	margin-right: 7px;
}

.text-info {
	color: #2a2a2a;
	font-size: 27px;
	padding: 10px 0;
	background: #70e6ff;
	background: -moz-linear-gradient(top,  #70e6ff 0%, #23cdf8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70e6ff), color-stop(100%,#23cdf8));
	background: -webkit-linear-gradient(top,  #70e6ff 0%,#23cdf8 100%);
	background: -o-linear-gradient(top,  #70e6ff 0%,#23cdf8 100%);
	background: -ms-linear-gradient(top,  #70e6ff 0%,#23cdf8 100%);
	background: linear-gradient(to bottom,  #70e6ff 0%,#23cdf8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70e6ff', endColorstr='#23cdf8',GradientType=0 );
}

.text-success {
	color: #2a2a2a;
	font-size: 27px;
	padding: 10px 0;
	background: #65e65f;
	background: -moz-linear-gradient(top,  #65e65f 0%, #23d723 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23d723), color-stop(100%,#23d723));
	background: -webkit-linear-gradient(top,  #65e65f 0%,#23d723 100%);
	background: -o-linear-gradient(top,  #65e65f 0%,#23d723 100%);
	background: -ms-linear-gradient(top,  #65e65f 0%,#23d723 100%);
	background: linear-gradient(to bottom,  #65e65f 0%,#23d723 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65e65f', endColorstr='#23d723',GradientType=0 );
}

.info-block {
    background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_girl.jpg);
    background-repeat: no-repeat;
    height: 559px;
	color: #2a2a2a;
	font-size: 25px;
}

.info-block-extender {
    background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_girl_extender.jpg);
	height: 658px;
	font-size: 19px;
}

.info-block-inner {
	width: 800px;
	padding: 45px 60px;
}

.info-block-extender .info-block-inner {
	width: 750px;
}

.info-block .hgroup {
	line-height: 1em;
}

.info-block .hgroup h2,
.info-block .hgroup h3,
.info-block .hgroup h4 {
	margin: 0;
}

.block-product {
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 0 50px;
	zoom: 1;
}

.block-product .img-product {
	margin-top: -37px;
}

.block-product-extender .img-product {
	margin-top: -17px;
}

.block-product-right {
	position: relative;
	color: #2a2a2a;
	float: left;
	margin-left: -10px;
	padding-top: 45px;
	width: 760px;
}

.block-product-extender .block-product-right {
	padding-top: 15px;
	margin-left: 0;
}

.block-product li {
	display: table;
	padding-bottom: 17px;
	line-height: 1.3em;
	zoom: 1;
}

.block-product-extender li {
	padding-bottom: 10px;
}

.block-product li img {
	float: left;
	margin-left: -100px;
}

.block-product-extender li img {
	margin-left: -93px;
}

.block-product li p {
	display: block;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.block-product li p strong {
	font-size: 26px;
}

.block-product-extender li p strong {
	font-size: 28px;
}

.section-block {
	padding-left: 60px;
	padding-right: 60px;
}

.section-block .text-note {
	font-size: 19px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.cart-block {
	padding: 0 40px;
	text-align: center;
}

.cart-block a {
	text-decoration: none;
}

.cart-block img {
	margin: 0px -6px;
}

.widecolumn {
	width: 995px;
	background-color: #f3f3f3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #1d1d1d;
}

.widecolumn .section-block {
	padding-left: 60px;
	padding-right: 40px;
}

.list-bullet-default li {
	padding-bottom: 25px;
}

.thankyou-block-desc {
	margin-left: 80px;
	padding-top: 15px;
}

.hr {
	width: 100%;
	border-top: 2px solid #cfcfce;
	margin: 20px 0;
}

.one-column {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
}

.half-column {
	width: 485px;
}

.widget-box {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.widget-header {
	background-color: #19231e;
	border: 3px solid #2c2c2c;
	border-bottom: 0;
	padding: 25px 25px;
	color: #fff;
	border-radius: 15px 15px 0 0;
	position: relative;
}

.num {
	font-size: 36px;
	border: 3px solid #ebebeb;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	float: left;
	margin-top: -11px;
	margin-right: 30px;
}

.widget-title {
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

.widget-body {
	padding: 30px 30px 20px;
	background-color: #f3f3f3;
	border: 1px solid #b7b7b7;
	border-top: 0;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}

.widget-box-default .widget-body {
	padding: 0;
}

.table-product {
	margin-bottom: 0;
}

.table-product td {
	border-top: 2px solid #bababa;
	padding: 18px 5px;
	color: #444;
	text-align: center;
}

.table-product tr:first-child td {
	border-top: 0;
}

.table-product .first {
	width: 100px;
}

.table-product .second {
	width: 165px;
}

.table-product .third {
	width: 360px;
}

.table-product .fourth {
	width: 320px;
}

.product-desc {
	line-height: 1.7em;
}

.table-product input {
	display: inline-block;
	width: 28px;
	height: 28px;
}

.product-desc .supply {
	font-size: 34px;
	font-weight: bold;
	display: block;
}

.product-desc .best-deal {
	width: 239px;
	height: 44px;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/bg_best_deal.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 1.1em;
	padding: 10px 0 8px;
	color: #631e00;
	font-size: 20px;
	font-weight: bold;
}

.product-desc .save-text {
	font-size: 29px;
	font-weight: bold;
	display: block;
}

.product-price {
	text-align: left;
	padding-left: 80px;
}

.product-price .regular-price {
	font-size: 23px;
	display: block;
}

.product-price .current-price {
	font-size: 34px;
	display: block;
	font-weight: bold;
	line-height: 1.3em;
}

.product-price .price {
	font-size: 54px;
	font-weight: bold;
}

.shipping-help-text {
	padding: 1px 60px;
}

.form-group {
	margin-bottom: 9px;
	zoom: 1;
}

.form-control {
	border: 1px solid #959595;
    height: 36px;
    border-radius: 6px;
    font-size: 18px;
    color: #747474;
    padding: 10px 20px;
	background-color: #fff;
}

.form .form-control {
	width: 379px;
}

.form .input-half {
	width: 165px;
}

select, 
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: none;
	color: #424040;
	background: #fbfbfc;
	background: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/select_arrow.png), -moz-linear-gradient(top,  #fbfbfc 0%, #dadcdd 79%, #d8dadb 100%);
	background: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/select_arrow.png), -webkit-linear-gradient(top,  #fbfbfc 0%,#dadcdd 79%,#d8dadb 100%);
	background: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/select_arrow.png), linear-gradient(to bottom,  #fbfbfc 0%,#dadcdd 79%,#d8dadb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#d8dadb',GradientType=0 );
    background-position: center right;
    background-repeat: no-repeat;
	padding-right: 30px;
	padding-right: 15px\9;
}

.form select.form-control {
	width: 423px;
	height: 58px;
}

select.select-small {
	background: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/select_arrow_small.png), -moz-linear-gradient(top,  #fbfbfc 0%, #dadcdd 79%, #d8dadb 100%);
	background: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/select_arrow_small.png), -webkit-linear-gradient(top,  #fbfbfc 0%,#dadcdd 79%,#d8dadb 100%);
	background: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/select_arrow_small.png), linear-gradient(to bottom,  #fbfbfc 0%,#dadcdd 79%,#d8dadb 100%);
	background-position: center right;
    background-repeat: no-repeat;
}

.form select.select-small {
	width: 207px;
}

.input-group {
	position: relative;
	display: table;
	white-space: nowrap;
}

.input-group .input-group-addon {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.form .input-group-addon select {
	width: 115px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.input-group input.form-control {
	width: 267px;
	display: inline-block;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: 0;
	vertical-align: middle;
}

.form-large .form-group {
	margin-bottom: 30px;
}

.form-large .form-control {
	height: 110px;
	font-size: 61px;
}

.text-secure {
	color: #646464;
}

.btn-cart {
	width: 426px;
	height: 75px;
	padding: 0;
	background-color: transparent;
	background-image: url(https://d3ec1n6sjjkc2l.cloudfront.net/true-color/desk/2/images/btn_add_to_cart.png);
	background-repeat: no-repeat;
	padding: 0;
	outline: 0;
	border: 0;
}

.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.widget-box .form-group .col-sm-6 {
	width: 206px;
}

.cart-bottom-img img {
	margin-left: 10px;
	margin-right: 10px;
}

.btn-toggle input {
	opacity: 0;
	filter: Alpha(opacity=0);
	width: 0;
	height: 0;
}

.btn-toggle {
	font-size: 19px;
	padding: 12px;
	width: 180px;
	border: 1px solid #939394;
	color: #a4a4a4;
	background: #fbfbfc;
	background: -moz-linear-gradient(top,  #fbfbfc 0%, #d8dadb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfc), color-stop(100%,#d8dadb));
	background: -webkit-linear-gradient(top,  #fbfbfc 0%,#d8dadb 100%);
	background: -o-linear-gradient(top,  #fbfbfc 0%,#d8dadb 100%);
	background: -ms-linear-gradient(top,  #fbfbfc 0%,#d8dadb 100%);
	background: linear-gradient(to bottom,  #fbfbfc 0%,#d8dadb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#d8dadb',GradientType=0 );
}

.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle:active {
	color: #a4a4a4;
}

.btn-toggle.active {
	color: #000;
	border-color: #797979;
	background: #cdcdcd;
	background: -moz-linear-gradient(top,  #cdcdcd 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #cdcdcd 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #cdcdcd 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #cdcdcd 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #cdcdcd 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#efefef',GradientType=0 );
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pp-logo {
	padding: 20px 0;
	margin-left: -10px;
}

.media-list {
	list-style: none;
	margin: 0;
	padding: 0 0 21px;
	color: #424242;
	font-size: 17px;
}

.media-list li {
	padding-top: 15px;
}

.media-list .media-body {
	padding-top: 10px;
	padding-bottom: 20px;
}

.media-heading {
	color: #323232;
	font-size: 20px;
	margin-bottom: 16px;
}

/* =Layout Helper Classes
-------------------------------------------- */
.content-lg {
	padding-top: 70px;
	padding-bottom: 70px;
}

.content-md {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-sm {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.text-white {
	color: #fff;
}

.text-blue {
	color: #143651;
}

.text-danger {
	color: #f00;
}

.text-black {
	color: #000;
}

.text-grey {
	color: #666;
}

.text-mute {
	color: #444;
}

.text-unmute {
	color: #333;
}

.text-semiblack {
	color: #2a2a2a;
}

.text-shadow {
	text-shadow: 1px 1px 1px #888;
}

.line1x {
	line-height: 1em;
}

.line1x1 {
	line-height: 1.1em;
}

.line1x2 {
	line-height: 1.2em;
}

.line1x3 {
	line-height: 1.3em;
}

.lspacex {
	letter-spacing: 0;
}

.lspace1x {
	letter-spacing: -1px;
}

.lspace2x {
	letter-spacing: -2px;
}

.lspace3x {
	letter-spacing: -3px;
}

.lspace4x {
	letter-spacing: -4px;
}

.no-resize {
	resize: none;
}

.no-border {
	border: 0;
}

.none {
	display: none;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.break-word {
	word-wrap: break-word;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.line-height-normal {
	line-height: normal;
}

.text-italic {
	font-style: italic;
}

.font-normal {
	font-weight: 400;
}

.text-semibold {
	font-weight: 600;
}

.text-bold {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.underline {
	text-decoration: underline;
}

.radius {
	border-radius: 4px;
}

.no-radius {
	border-radius: 0;
}

.no-box-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.text-extralarge {
	font-size: 20px;
}

.text-large {
	font-size: 18px;
}

.text-semilarge {
	font-size: 17px;
}

.text-medium {
	font-size: 16px;
}

.text-normal {
	font-size: 14px;
}

.text-small {
	font-size: 12px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml0 {
	margin-left: 0;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.mr0 {
	margin-right: 0;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.pt0 {
	padding-top: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb0 {
	padding-bottom: 0;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pl0 {
	padding-left: 0;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pr0 {
	padding-right: 0;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

.divider0 {
    width: 100%;
    height: 0px;
}

.divider5 {
    width: 100%;
    height: 5px;
}

.divider10 {
    width: 100%;
    height: 10px;
}

.divider15 {
    width: 100%;
    height: 15px;
}

.divider20 {
    width: 100%;
    height: 20px;
}

.divider30 {
    width: 100%;
    height: 30px;
}

.divider40 {
    width: 100%;
    height: 40px;
}

.divider50 {
    width: 100%;
    height: 50px;
}

.divider60 {
    width: 100%;
    height: 60px;
}

.divider70 {
    width: 100%;
    height: 70px;
}

.divider80 {
    width: 100%;
    height: 80px;
}