

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	transition: all 0.5s ease;
	text-decoration: none;
	outline-offset: 0;
}

.img-responsive {
	display: inline;
}

@font-face {
	font-family: 'Kristen ITC';
	src: url('../fonts/KristenITC-Regular.woff2') format('woff2'), url('../fonts/KristenITC-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* nav */

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #000 !important;
}

.navbar-nav>li {
	display: inline-block;
	text-align: center;
	float: none;
}

.header {
	text-align: center;
}

.navbar-nav {
	float: none;
	text-align: center;
}

.nav_sec {
	padding: 15px 0;
}

.navbar {
	border-radius: 0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	padding: 0 0 0 10px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000;
}

.navbar-inverse {
	background-color: #fff;
	border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #000;
	background-color: #fff;
}

.nav>li>a {
	padding: 10px 14px;
	border-radius: 30px;
	font-size: 15px;
}

.nav>li :hover {
	background-color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #000;
}

.nav>li {
	padding: 4px 0 20px;
	margin-right: 1px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	border-color: #fff;
	background: #fff;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright {
	background: #00ae58;
	padding: 22px 0 15px;
	border-top: 1px solid #333;
	-webkit-box-shadow: 0 -4px 20px #333;
	-moz-box-shadow: 0 -4px 20px #333;
	box-shadow: 0 -4px 20px #333;
}

.copyright p {
	color: #fff;
	font-weight: 300;
}

.copy_img p {
	text-align: right;
}

.about_content h1 {
	font-style: italic;
	font-weight: bold;
	color: #00ae58;
	font-size: 28px;
	margin: 10px 0 26px 8px;
	padding: 0;
}

.help h1 {
	margin-top: 25px;
	font-style: italic;
	font-weight: bold;
	color: #cc0000;
	font-size: 20px;
	line-height: 25px;
}

.help h1 span {
	background-image: url('../images/bg-help.png');
	width: 78px;
	height: 28px;
	display: inline-block;
	text-indent: -9999px;
}

.help .help_content p {
	font-size: 20px;
	line-height: 25px;
	margin-top: 33px;
	color: #cc0000;
	font-weight: bold;
}

.help_img img {
	width: 100%;
	border: 1px solid #cc0000;
}

.help .support p {
	font-size: 15px;
	line-height: 25px;
	margin-top: 33px;
	font-weight: bold;
	color: #cc0000;
	font-family: 'Kristen ITC';
}

.help .tools {
	margin: 45px 0 30px;
	position: relative;
}

.tools #play {
	position: absolute;
	top: -33px;
	left: 0;
}

.help .help_img {
	margin-top: 25px;
}

.help .help_content .btn {
	font-family: "Trefoil Medium", sans-serif;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-shadow: 1px 1px 3px #666;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 5px 16px 6px;
	border: 1px solid #ee0978;
	background: #ed8cc2;
	background-image: -moz-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed8cc2), color-stop(100%, #ee147d));
	background-image: -webkit-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: -o-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: -ms-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: linear-gradient(to bottom, #ed8cc2 0%, #ee147d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8cc2', endColorstr='#ee147d', GradientType=0);
}

.help .help_content .btn .glyphicon {
	font-size: 12px;
	margin-left: 5px;
}

.help .help_content h4 {
	padding-top: 12px;
}

.help .help_content .btn:hover {
	background: #ee147d;
}

.help .support h4 {
	color: #000;
	margin-top: 22px;
	font-size: 17px;
}

.help .support h4 span {
	font-weight: bold;
}

.dog {
	font-style: italic;
}

.help .support ul {
	text-align: center;
	margin-bottom: 20px;
}

.help .support ul li {
	display: inline-block;
}

.love_letter {
	text-align: center;
}

.love_letter h3 {
	font-size: 22px;
	line-height: 25px;
	margin-top: 33px;
	color: #cc0000;
	font-weight: bold;
}

.love_letter h4 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 600;
	font-style: italic;
}

.love_letter p {
	font-size: 17px;
	color: #000;
}

.love_letter a {
	color: #0099FF;
	text-decoration: underline;
	font-size: 13px;
}

.product_sec {
	background: #fff;
	position: relative;
	display: table;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

.product_sec h5 {
	font-size: 11px;
	color: #cc0000;
	padding-top: 23px;
}

.product_sec .produt_inner h4 {
	color: #cc0000;
	font-size: 13px;
	font-weight: 600;
	min-height: 35px;
}

.produt_inner p {
	color: #000;
	font-size: 11px;
}

.produt_inner {
	border: 1px solid #000;
	min-height: 384px;
	margin-bottom: 20px;
	padding: 0 16px;
}

h4.blck {
	color: #000 !important;
	font-style: italic;
	margin-top: 0 !important;
}

.fg {
	min-height: 14px !important;
}

.order {
	background-image: url('../images/nat.gif');
}

.order .tools .btn {
	font-family: "Trefoil Medium", sans-serif;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-shadow: 1px 1px 3px #666;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 5px 16px 6px;
	border: 1px solid #ee0978;
	background: #ed8cc2;
	background-image: -moz-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed8cc2), color-stop(100%, #ee147d));
	background-image: -webkit-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: -o-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: -ms-linear-gradient(top, #ed8cc2 0%, #ee147d 100%);
	background-image: linear-gradient(to bottom, #ed8cc2 0%, #ee147d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed8cc2', endColorstr='#ee147d', GradientType=0);
}

.order .order-content h3 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.order .order-content .tools {
	text-align: center;
}

.order .order-content {
	width: 488px;
	text-align: center;
	position: absolute;
	top: -68px;
	padding: 10px 0 20px;
	right: 100px;
}

.help {
	background: #fff;
	padding: 20px 35px;
	position: relative;
	display: table;
	width: 80%;
	margin: 75px auto 0;
}

.join {
	background-image: url('../images/nat.gif');
}

.join .join_content {
	background: #fff;
	padding: 20px 35px;
	margin: 60px auto;
	position: relative;
	display: table;
	width: 80%;
	box-shadow: 2px 2px 10px 5px #333;
	-webkit-box-shadow: 2px 2px 10px 5px #333;
	-moz-box-shadow: 2px 2px 10px 5px #333;
}

.join .join_content .btn {
	font-family: "Trefoil Medium", sans-serif;
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-shadow: 1px 1px 3px #666;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 5px;
	padding: 10px 16px 9px;
	border: 1px solid #ee0978;
	background: #ee0978;
}

.join .join_content h4 {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 3px;
}

.w-100 {
	width: 100%;
	clear: both;
}

#privacy_policy,
#terms_condition {
	background-position-x: center;
	background-position-y: 108px;
	background-repeat: repeat;
	padding-bottom: 37px;
}

.prvcy_p,
.trm_cndt {
	padding: 40px 15px 0;
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.prvcy_p .prvcy_inn,
.trm_cndt .trm_inn {
	max-width: 900px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 10px 0;
	box-shadow: 2px 2px 10px 5px #333;
	-webkit-box-shadow: 2px 2px 10px 5px #333;
	-moz-box-shadow: 2px 2px 10px 5px #333;
}

.prvcy_p .prvcy_cnt,
.trm_cndt .trm_cnt {
	background: #fff;
	padding: 12px 30px 5px;
}

.prvcy_p .prvcy_cnt h1,
.trm_cndt .trm_cnt h1 {
	font-style: italic;
	font-weight: bold;
	color: #00ae58;
	font-size: 28px;
	margin: 10px 0 26px 8px;
	padding: 0;
	position: relative;
}

.prvcy_p .prvcy_cnt h1 a,
.trm_cndt .trm_cnt h1 a {
	position: absolute;
	top: -10px;
	left: -66px;
	z-index: 2;
}

.prvcy_p .prvcy_cnt h2,
.trm_cndt .trm_cnt h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.prvcy_p .prvcy_cnt h3,
.trm_cndt .trm_cnt h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.prvcy_p .prvcy_cnt p,
.trm_cndt .trm_cnt p {
	font-size: 16px;
	line-height: 1.25;
	color: #222;
}

.prvcy_p .prvcy_cnt a,
.trm_cndt .trm_cnt a {
	color: #ee107c;
}

.prvcy_p .prvcy_cnt ul,
.trm_cndt .trm_cnt ul {
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 25px;
}

.prvcy_p .prvcy_cnt ul li,
.trm_cndt .trm_cnt ul li {
	margin-bottom: 8px;
}

.site_footer {
	background: #01ae58;
	padding: 40px 0;
	color: #fff;
	text-align: center;
}

.copyR_content ul {
	float: right;
	margin-bottom: 2rem;
}

.copyR_content ul li {
	float: left;
	border-right: 3px dotted #fff;
}

.copyR_content ul li:last-child {
	border: none;
}

.copyR_content a {
	text-align: center;
	display: block;
	color: #fff;
	width: 125px;
	height: auto;
	padding: 9px 15% 0;
}

.site_footer a {
	color: #cc0000;
	text-decoration: underline;
}

.copyR_content span {
	display: block;
	width: 35px;
	overflow: hidden;
	margin: 0 auto;
}

.copyR_content ul li:last-child span {
	width: 30px;
}

.copyR_content ul li:nth-child(2n) span img {
	transform: translateX(-33px);
}

.copyR_content ul li:last-child span img {
	transform: translateX(-60px);
}

.copyR_btm {
	float: right;
}

.copyR_btm span {
	display: inline-block;
	padding-left: 15px;
}

.page-id-21 #content .entry-content>div {
	background: url("../images/nat.gif");
	background-position-x: center;
	background-position-y: 108px;
	background-repeat: repeat;
	padding-bottom: 37px;
}

#contact .prvcy_p {
	padding: 40px 15px 0;
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

#contact .prvcy_p .prvcy_inn {
	max-width: 900px;
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 10px 0;
	box-shadow: 2px 2px 10px 5px #333;
	-webkit-box-shadow: 2px 2px 10px 5px #333;
	-moz-box-shadow: 2px 2px 10px 5px #333;
}

#contact .prvcy_p .prvcy_cnt {
	background: #fff;
	padding: 0 30px 30px;
}

aside#contactsec {
	position: relative;
	top: 78px;
	left: -45px;
	float: left;
	z-index: 1;
}

aside#contactsec .sidebar-content {
	background: #b33272;
	width: 301px;
	padding: 19px 23px 95px;
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
}

.sidebar-content address {
	font-style: italic;
}

aside#contactsec footer {
	background: url("../images/bg-category-bottom.png") bottom left no-repeat;
	height: 14px;
	margin: 0;
	padding: 0;
}

.inner-content {
	padding: 0 30px 30px;
}

.field-grp {
	margin-bottom: 10px;
}

.field-grp label,
.field-grp input {
	display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea,
.campaign-preview {
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 3px #ccc;
	-webkit-box-shadow: inset 0 0 3px #ccc;
	box-shadow: inset 0 0 3px #ccc;
	font-size: 14px;
	color: #999;
	padding: 8px 8px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

textarea#Comments {
	width: 100%;
	height: 200px;
}

#contact .btn {
	display: inline-block;
	white-space: nowrap;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 4px;
	padding: 3px 16px 0;
	background: #ee107c;
	border: solid #c80f69;
	border-width: 0 0 3px;
	transition: all .5s ease;
}

.help_content {
	font-family: 'Kristen ITC';
	font-size: 27px;
}

.think {
	margin: 11px 0 8px;
}

.cure {
	background: #fff;
	padding: 20px 35px;
	position: relative;
	display: table;
	width: 80%;
	margin: 76px auto 75px;
}

.cure_content h3 {
	font-size: 17px;
	color: #cc0000;
	font-weight: bold;
}

.gh {
	font-style: italic;
}

.nm {
	font-size: 20px !important;
}

.sk {
	font-size: 25px !important;
}

.vb {
	font-style: italic;
	font-family: georgia;
	font-size: 21px;
}

.cure .cure_content h4 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	background: yellow;
	padding: 4px;
}

.cure .cure_content p a {
	color: rgb(0, 0, 153);
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}

.contact ul {
	list-style: none !important;
	padding-left: 0 !important;
	padding-top: 5px;
}

.cure .cure_content p {
	color: #000;
	font-size: 16px;
}

.cure .cure_content ul li {
	color: #000;
	font-size: 16px;
	margin-bottom: 11px;
}

.cure .cure_content ul li span {
	margin-right: 6px;
}

.cure_content h5 {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin: 14px 0;
}

.cure .cure_img {
	margin-top: 25px;
}

.cure_content .fact {
	background: #ffff99;
	padding: 12px;
	margin-bottom: 20px;
}

.cure_content .fact p {
	margin-bottom: 0;
}

.cure_content .fact p b {
	text-decoration: underline;
}

.cure_content p span {
	color: #009;
}

.cure_content h3 small {
	font-family: Georgia;
	font-style: italic;
	color: #c00;
	font-size: 19px;
	font-weight: bold;
}

.cure_img.cure_no {
	margin-top: 7px;
}

.sign_now {
	text-align: center;
	margin: 16px 0 25px;
}

.sign_now a {
	font-size: 15px;
	text-decoration: underline;
}

.xc {
	color: #c00 !important;
	font-weight: bold;
	font-style: italic;
}

.p_sec p {
	font-size: 15px !important;
	margin-bottom: 2px;
}

.p_sec {
	padding-left: 29px;
}

.sk.text-center.we {
	padding-bottom: 30px;
}

.cure_img.cure_brdr {
	border: 1px solid #000;
}

