@charset "utf-8";
/* CSS Document */

/*Global css*/
* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
	line-height: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
	transition: all 1s ease 0s;
}
a:focus {
	outline: none;
}
a, button {
	outline: none;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222222;
	font-size: 52px;
	padding-bottom: 30px;
}
p {
	font-size: 18px;
	font-family: Lato;
	font-weight: 400;
	color: #454343;
	padding-bottom: 25px;
	line-height: 30px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
}
.topHeader {
	background-color: #000000;
	position: relative;
}
.headerFix .logo {
	width: 90px;
}
.logo {
	position: absolute;
	left: 0;
	width: 134px;
	top: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.topHeader ul {
	float: right;
}
.topHeader ul li {
	float: left;
}
.topHeader ul li:last-child {
	display: none;
}
.headerFix .topHeader ul li:last-child a {
	padding-right: 0;
}
.topHeader ul li:last-child a {
	padding-right: 0px;
}
.headerFix .topHeader ul li i {
	line-height: 45px;
	width: 45px;
	font-size: 20px;
}
.topHeader ul li i {
	width: 68px;
	background-color: #006476;
	display: block;
	line-height: 68px;
	font-size: 26px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.topHeader ul li i:hover, .topHeader ul li i:focus {
	color: #fff;
	text-decoration: none;
}
.topHeader ul li a:hover i, .topHeader ul li a:focus i {
	color: #fff;
}
.headerFix .topHeader ul li a {
	line-height: 45px;
	padding: 0 20px;
	text-decoration: none;
}
.topHeader ul li a {
	line-height: 68px;
	padding: 0 45px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-family: Lato;
	font-weight: 400;
	letter-spacing: 1px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.topHeader ul li a:hover, .topHeader ul li a:focus {
	color: #015564;
	text-decoration: none;
}
.headerFix .bottomHeader {
	height: 45px;
}
.bottomHeader {
	background-color: #fff;
	height: 66px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	text-align: center;
	border-bottom: 1px solid #ededed;
}
.bottomHeader h4 {
	color: #3c3c3c;
	font-size: 16px;
	font-family: Lato;
	font-weight: 400;
	line-height: 66px;
	display: inline-block;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.headerFix .bottomHeader h4 {
	line-height: 43px;
}
.bottomHeader figure {
	display: inline-block;
	position: relative;
	top: -6px;
	width: 140px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.headerFix .bottomHeader figure {
	width: 0px;
}
.bottomHeader .btn {
	height: 40px;
	line-height: 40px;
	margin: -7px 0 0 10px;
	padding: 0;
	position: relative;
	width: 120px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.headerFix .bottomHeader .btn {
	height: 34px;
	line-height: 34px;
	margin: -5px 0 0 10px;
}
.color {
	color: #3f7f8e;
}
.jumbotron {
	background-color: transparent;
	padding: 0px;
	margin: 134px 0 0;
	border: none;
	position: relative;
}
.jumbotron .wrap {
	overflow: hidden;
}
.jumbotron .wrap img {
	position: relative;
	max-width: inherit;
	width: 1920px;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.bannerText {
	position: absolute;
	left: 5%;
	right: 5%;
	text-align: center;
	z-index: 9;
	top: 20%;
}
.bannerText h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 52px;
	color: #fff;
	padding-bottom:25px;
}
.bannerText h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #fff;
	/*background-image: url(../img/heading-bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;*/
}
.bannerText .productImg {
	bottom: -50px;
	position: relative;
	left: 0px;
	right: 0px;
}
.bg-danger {
	background-color: transparent;
	padding: 45px 0px;
}
.bg-danger ul li {
	display: inline-block;
	padding: 0 60px;
}
.bg-info {
	background-color: transparent;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 47px 0 40px;
}
.bg-info .container-fluid {
	padding: 0 152px;
}
.sliderBox {
	border: 1px solid #e1e1e1;
	height: 755px;
}
.sliderBox .carousel-inner > .item img {
	margin: 0 auto;
}
.sliderBox .carousel-indicators {
	bottom: inherit;
	left: -105px;
	top: 0;
	margin-left: 0;
	padding-left: 0;
	width: 105px;
}
.sliderBox .carousel-indicators li {
	border: 1px solid #dfdfdf;
	border-radius: 0px;
	height: 110px;
	margin: 0px 0px -1px;
	text-indent: inherit;
	width: 105px;
	line-height: 110px;
}
.sliderBox .carousel-indicators .active {
	border-color: #015564;
	height: 110px;
	margin: -1px 0px 0px;
	width: 105px;
}
.mark {
	width: 42px;
	height: 22px;
	font-size: 12px;
	color: #ffffff;
	background-color: #015564;
	text-align: center;
	line-height: 19px;
	border-radius: 4px;
	font-family: Lato;
	font-weight: 700;
	float: left;
	margin-right: 12px;
}
.mark i {
	font-size: 9px;
}
.bg-info h5 {
	font-family: Lato;
	font-weight: 700;
	font-size: 16px;
	color: #878787;
	float: left;
}
.bg-info h5 a {
	color: #015564;
	text-decoration: none;
}
.rate {
	padding-bottom: 5px;
}
.social {
	margin-bottom: 25px;
}
.social li {
	float: left;
	padding: 0 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Lato;
	font-weight: 700;
	font-size: 13px;
	line-height: 19px;
}
.social li img {
	margin-right: 6px;
}
.social li a {
	color: #4d6fa9;
	text-decoration: none;
	line-height: 19px;
}
.bg-info h4 {
	font-family: Lato;
	font-weight: 400;
	font-size: 16px;
	color: #8b8b8b;
	padding-bottom: 15px;
}
.bg-info h4 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #252525;
	padding-right: 8px;
}
.bg-info h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #222222;
	padding-bottom: 22px;
}
.bg-info p {
	font-size: 16px;
	line-height: 26px;
}
.bg-info .btn-warning {
	margin-top: 20px;
}
.btn-warning {
	width: 282px;
	background-color: #5b9baa;
	color: #fff;
	font-family: Lato;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	height: inherit;
	line-height: normal;
	padding: 23px 10px;
	letter-spacing: 1px;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #015564 !important;
}
.iconList {
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	margin: 54px 0 25px;
}
.bg-info h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #606060;
	font-size: 18px;
}
.bg-info h3 img {
	margin-right: 10px;
}
.bg-primary {
	background-color: transparent;
	padding: 30px 0 495px;
	background-image: url(../img/d3-calcium.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bg-primary .btn{
 margin:10px 0 20px;
}
.bg-success {
	background-color: #f2f2f2;
}
.bg-success ul li {
	float: left;
	width: 50%;
	position: relative;
}
.play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.bg-success ul li:hover .play {
	width: 70px;
}
.videoText {
	padding: 72px 300px 0 98px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.videoText p {
	color: #fff;
}
.videoText p a {
	color: #fff;
}
.videoText p a:hover, .videoText p a:focus {
	color: #fff;
	text-decoration:underline;
}
.videoText img {
	margin-bottom: 15px;
}
.videoText h5 {
	font-family: Lato;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.videoText h6 {
	font-family: Lato;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
.bg-warning {
	background-color: #fff;
	padding: 320px 0 258px;
	background-image: url(../img/order-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.bg-warning h1, h2 {
	color: #fff;
}
.bg-warning h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	padding-bottom: 12px;
	color: #000;
}
.bg-warning h1 {
	font-size: 38px;
	color: #3c330a;
}
.bg-warning .orderBox {
	padding-left: 75px;
	text-align: left;
}
.bg-warning .btn {
	background-color: #015564;
	color: #fff;
	margin-top: 20px;
}
.bg-warning .btn:hover, .bg-warning .btn:focus {
	background-color: #428291 !important;
}
.patchesVsPills {
	position: relative;
	padding: 25px 0 75px;
	border-bottom: 1px solid #e1e1e1;
}
.patchesVsPills .container-fluid {
	padding: 0 115px;
}
.twoChild {
	padding-top: 50px;
}
.twoChild .textBox {
	border-left: 1px solid #cccccc;
	height: 405px;
	position: relative;
	padding-top: 52px;
}
.twoChild .textBox.textBox2 {
	border-right: 1px solid #cccccc;
	border-left: 0;
}
.twoChild .boxOne {
	padding-left: 52px;
	background-image: url(../img/text-line.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-bottom: 65px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.twoChild .boxOne:hover {
	padding-left: 35px;
}
.twoChild .boxTwo:hover {
	padding-right: 35px;
}
.twoChild .boxTwo {
	padding-right: 52px;
	background-image: url(../img/text-line.png);
	background-position: right 10px;
	background-repeat: no-repeat;
	padding-bottom: 65px;
	text-align: right;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.twoChild h4 {
	font-size: 18px;
	color: #454545;
	font-family: Lato;
	font-weight: 700;
	padding-bottom: 5px;
}
.twoChild p {
	font-size: 16px;
	color: #454545;
	font-family: Lato;
	font-weight: 400;
	padding: 0;
	line-height: normal;
}
.twoChild figure {
	overflow: hidden;
}
.twoChild figure img {
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}
/*.twoChild figure:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
}*/
.hours {
	position: absolute;
	bottom: 235px;
	left: 0;
	right: 0;
	width: 152px;
	margin: 0 auto;
	z-index: 99;
	font-size: 66px;
	color: #2e2e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.logoBar {
	padding: 55px 0 75px;
}
.logoBar img {
	margin: 0 2px;
}
.contact {
	background-image: url(../img/contact-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 285px 0 145px;
	background-color: #080702;
	position: relative;
}
.contact h1 {
	color: #fff;
	padding-bottom: 10px;
}
.contact h5 {
	font-size: 32px;
	color: #6c6c6c;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 80px;
}
.contact form {
	max-width: 950px;
	margin: 0 auto;
}
.contact .btnGap {
    margin-top: 20px;
}
.form-group {
	margin-bottom: 20px;
}
.form-control {
	height: auto;
	padding: 18px 20px;
	font-size: 16px;
	line-height: normal;
	color: #767676;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	border-bottom: 1px solid #252525;
	font-family: Lato;
	font-weight: 600;
}
.form-control:focus {
	border-color: #be9173;
	box-shadow: none;
}
.form-control::-moz-placeholder {
 color: #767676;
}
.form-control:-ms-input-placeholder {
 color: #767676;
}
.form-control::-webkit-input-placeholder {
 color: #767676;
}
input:focus::-webkit-input-placeholder {
 color: transparent!important;
}
input:focus::-moz-placeholder {
 color: transparent!important;
}
input:focus:-moz-placeholder {
 color: transparent!important;
}
.contact .btn {
	margin-top: 55px;
}
.topFooter {
	background-color: #000;
	padding: 30px 0;
}
.topFooter .container-fluid {
	padding: 0px 150px;
}
.topFooter i {
	font-size: 22px;
	color: #757575;
	padding: 0 10px;
	text-decoration: none;
	position: relative;
	bottom: -4px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}
.topFooter i:hover, .topFooter i:focus {
	color: #015564;
	text-decoration: none;
}
footer h3 {
	font-family: Lato;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 10px;
	letter-spacing: 1px;
}
.bottomFooter {
	padding: 30px 0;
}
.bottomFooter p {
	font-size: 11px;
	color: #595959;
	font-family: Lato;
	font-weight: 400;
	line-height: normal;
	padding: 0px;
	letter-spacing: 1px;
}
.bottomFooter h6 {
	font-size: 13px;
	color: #595959;
	font-family: Lato;
	font-weight: 400;
	line-height: 30px;
	padding: 0px;
	letter-spacing: 1px;
}
.bottomFooter h6 a {
	color: #595959;
	text-decoration: none;
}
.bottomFooter h6 a:hover, .bottomFooter h6 a:focus {
	color: #015564;
}
.gotop .fa {
	font-size: 25px;
	width: 40px;
	height: 40px;
	line-height: 37px;
	border-radius: 50%;
	background-color: #015564;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.gotop {
	position: fixed;
	right: 15px;
	bottom: -100px;
	cursor: pointer;
	z-index: 999;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	opacity: 0;
}
.gotop-show {
	bottom: 50px;
	opacity: 1;
}
.grey {
	color: #84624b;
}
.red {
	color: #ac0d0d;
}
.blue {
	color: #015564;
}
.reset-col > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.proSocial {
	margin-bottom: 10px;
	margin-top: 10px;
}
.proSocial tr:nth-child(2n+1) {
	background-color: #fff !important;
}
a .at-icon-wrapper {
	margin-right: 5px !important;
}
/*inner open*/
.jumbotron .wrap2 {
	overflow: hidden;
}
.jumbotron .wrap2 img {
	position: relative;
	max-width: inherit;
	width: 1920px;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.well {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 0px;
	min-height: inherit;
	padding: 0px;
}
.well h1 {
	color: #2e2e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	padding-bottom: 30px;
}
.well p {
	padding-bottom: 55px;
	color: #525252;
}
.informationText {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 230px;
	z-index: 9;
}
.informationText h3 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 132px;
}
.informationText h2 {
	background-image: url("../img/information-text-line.png"), url("../img/information-text-line.png");
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 52px;
	margin: 0 auto;
	padding: 0 209px;
	width: 875px;
}
.informationText .btn {
	margin-top: 95px;
}
.what-is-vitamin {
	padding: 120px 0 78px;
}
.what-is-vitamin p {
	padding-bottom: 20px;
}
.proDisc {
	width: 410px;
	margin: 0px auto 18px auto;
	text-align: center;
}
.proDisc li {
	color:#525252;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	list-style-type: square;
	text-align: left;
}
.what-is-vitamin h5 {
	color: #454343;
	font-family: Lato;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 50px;
}
.getIt {
	background-color: #015564;
	background-image: url("../img/information-vitamin-b12-bg.jpg");
	background-position: center top;
	padding: 350px 0px;
	background-repeat: no-repeat;
}
.getIt h1 {
	color: #fff;
	font-size: 50px;
}
.getIt p {
	color: #fff;
}
.getIt .btn {
	background-color: #fff;
	color: #000;
}
.getIt .btn:hover, .getIt .btn:focus {
	background-color: #78b7c7 !important;
	color: #fff;
}
.benefits {
	background-color: transparent;
	background-image: url("../img/information-benifit-bg.jpg");
	background-position: center top;
	padding: 330px 0 260px;
	background-repeat: no-repeat;
}
.benefits .direction {
	margin-left: 90px;
}
.benefits h1 {
	color: #fff;
}
.benefits p {
	color: #fff;
	padding-bottom: 30px;
}
.benefits h6 {
	color: #fff;
	font-family: Lato;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 30px;
}
.benefits .btn {
	background-color: transparent;
	border: 2px solid #fff;
	margin-top: 25px;
}
.benefits .btn:hover, .benefits .btn:focus {
	outline: none;
	background-color: #266978;
	border-color: #266978;
}
.buyOnline {
	padding: 112px 0 10px;
}
.buyOnline figure {
	margin: 40px auto 0;
	position: relative;
	width: 769px;
}
.price {
	background-image: url("../img/information-price-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 41px;
	font-weight: bold;
	height: 217px;
	left: 220px;
	padding-right: 17px;
	padding-top: 74px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 212px;
}
.tableBox {
	border-top: 8px solid #002b33;
	border-bottom: 8px solid #002b33;
	margin-bottom: 50px;
}
.tableBox h4 {
	font-size: 38px;
	color: #fff;
	font-family: Georgia;
	font-weight: 400;
}
.tableBox h5 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-family: Georgia;
	font-weight: 400;
}
.tableBox h5:last-child {
	float: right;
}
.tableHeader {
	background-color: #014350;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 10px 15px;
}
.tableBox table th {
	background-color: #fff;
	font-size: 16px;
	color: #1d1d1d;
	font-family: Lato;
	font-weight: 400;
	border: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tableBox table th:last-child {
	text-align: right;
	padding-right: 18px;
	width: 70px;
	border-right: 1px solid #e1e1e1;
}
.tableBox table th:first-child {
	border-left: 1px solid #e1e1e1;
}
.tableBox table th:nth-child(2) {
	text-align: right;
	width: 170px;
}
.tableBox table td {
	border-top: 1px solid #015867 !important;
	color: #000;
	font-family: Lato;
	font-weight: 400;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.tableBox table td:last-child {
	width: 70px;
	text-align: right;
	padding-right: 18px;
	border-right: 1px solid #015867;
}
.tableBox table td:first-child {
	padding-left: 16px;
	border-left: 1px solid #015867;
}
.tableBox table td:nth-child(2) {
	text-align: right;
	width: 170px;
}
.table-responsive {
	border: medium none;
}
.table {
	margin-bottom: 0px;
}
tr:nth-child(even) {
	background: #fff;
}
tr:nth-child(odd) {
	background: #e6eef0;
}
.footerBar {
	border-left: 1px solid #fff;
	border-right: 1px solid #015867;
	background-color: #fff;
	padding: 10px 15px;
	border-top: 1px solid #015867;
}
.footerBar h6 {
	font-family: 'MyriadProRegular';
	color: #ac0d0d;
	font-size: 15px;
}
.downArrow {
	position: absolute;
	top: -92px;
}
.btnNowT {
	padding-top:20px;
}

.response {
	font-size: 18px !important;
	color: #a3a3a3 !important;
	font-family: Lato;
	font-weight: 400 !important;
	padding: 20px 0px !important;
}

@media (max-width: 1800px) {
.videoText {
	padding: 72px 210px 0 98px;
}
}

@media (max-width: 1700px) {
.videoText {
	padding: 55px 25px 25px;
}
.videoText {
	padding: 46px 90px 20px;
}
.patchesVsPills .container-fluid {
	padding: 0 35px;
}
}

@media (max-width: 1600px) {
.bg-info h2 {
	font-size: 30px;
	padding-bottom: 14px;
}
.bg-info h4 span {
	font-size: 30px;
}
.bg-info p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px;
}
.btn-warning {
	padding: 18px 10px;
}
.sliderBox {
	height: 675px;
}
.iconList {
	margin: 28px 0 20px;
}
.patchesVsPills .container-fluid {
	padding: 0 15px;
}
.contact {
	padding: 228px 0 100px;
}
.topFooter .container-fluid {
	padding: 0px 15px;
}
.bottomFooter {
	padding: 30px 0;
}
.bannerText {
	top: 22%;
}
.bannerText h1 {
	font-size: 45px;
}
.bannerText h2 {
	font-size: 35px;
}
.bg-primary {
	background-size: 1650px auto;
	padding: 30px 0 405px;
}
.bg-warning {
	background-size: 1650px auto;
	padding: 240px 0;
}
.bg-warning h2 {
	font-size: 50px;
}
.bg-warning h1 {
    font-size: 35px;
}
/*inner open*/
.jumbotron .wrap2 img {
	width: 1650px;
}
.informationText {
	top: 200px;
}
.what-is-vitamin {
	padding: 90px 0 70px;
}
/*.getIt {
    background-size: 1650px auto;
    padding: 400px 0 330px;
}*/
.benefits {
	background-size: 1650px auto;
	padding: 270px 0 180px;
}
.informationText h3 {
	font-size: 100px;
}
.getIt {
	padding: 250px 0px;
	background-size: 1650px;
}
}

@media (max-width: 1440px) {
p {
	padding-bottom: 20px;
	line-height: 24px;
}
h1 {
	font-size: 40px;
}
.sliderBox {
	height: 620px;
}
.videoText {
	padding: 32px 60px 20px;
}
.bg-warning h2 {
	font-size: 50px;
}
.bg-warning h1 {
	font-size: 25px;
}
.bg-warning {
	background-attachment: scroll;
	background-size: 1500px auto;
	padding: 180px 0 240px;
}
.hours {
	bottom: 190px;
	width: 108px;
	font-size: 45px;
}
.bg-info .container-fluid {
	padding: 0 40px 0 140px;
}
.contact {
	background-size: 1500px;
}
}

@media (max-width: 1366px) {
.jumbotron .wrap img {
	width: 1700px;
}
.bannerText {
	top: 20%;
}
.bannerText h2 {
    font-size: 28px;
}
.bannerText .productImg {
	bottom: -30px;
}
.bg-primary {
	background-size: 1400px auto;
	padding: 30px 0 316px;
}
.videoText img {
	margin-bottom: 13px;
	width: 24px;
}
.bg-warning {
	background-attachment: scroll;
	background-size: 1400px auto;
	padding: 130px 0 247px;
}
.sliderBox {
	height: auto;
}
.videoText {
	padding: 34px 20px 20px;
}
.getIt h1 {
    font-size: 40px;
}
/*inner open*/
.jumbotron .wrap2 img {
	width: 1400px;
}
.informationText {
	top: 120px;
}
.what-is-vitamin {
	padding: 50px 0;
}
.tableControl {
	height: 186px;
	overflow-y: scroll;
}
.getIt {
	padding: 220px 0 110px;
	background-size: 1400px;
}
.benefits {
	background-size: 1400px auto;
	padding: 160px 0 140px;
}
.buyOnline {
	padding: 70px 0 10px;
}
}

@media (max-width: 1280px) {
p br {
	display: none;
}
h1 {
	font-size: 32px;
}
.bannerText h1 {
    font-size: 40px;
}
.bannerText h2 {
	font-size: 26px;
}
.bannerText {
	top: 20%;
}
.bg-danger {
	background-color: transparent;
	padding: 25px 0px;
}
.bg-danger ul li {
	padding: 0 30px;
}
.bg-danger ul li img {
	height: 40px;
}
.bg-info h4 span {
	font-size: 25px;
}
.bg-info h2 {
	font-size: 25px;
}
.btn-warning {
	padding: 15px 10px;
}
.bg-info .btn-warning {
	margin-top: 12px;
}
.iconList img {
	height: 30px;
	margin: 2px 0;
}
.bg-info h3 img {
	height: 58px;
}
.sliderBox .carousel-indicators li {
	height: 85px;
	width: 80px;
	line-height: 85px;
}
.sliderBox .carousel-indicators .active {
	height: 85px;
	width: 80px;
}
.sliderBox .carousel-indicators {
	left: -83px;
	width: 85px;
}
.bg-info .container-fluid {
	padding: 0 20px 0 100px;
}
.videoText p {
	padding-bottom: 14px;
	line-height: 16px;
	font-size: 13px;
}
.videoText {
	padding: 25px 15px 15px;
}
.videoText h5 {
	font-size: 15px;
}
.videoText h6 {
	font-size: 14px;
}
.bg-primary {
	background-color: transparent;
	padding: 40px 0 318px;
}
.bg-warning h2 {
	font-size: 40px;
}
.bg-warning h2 {
	font-size: 40px;
}
.play {
	width: 40px;
}
.bg-success ul li:hover .play {
	width: 50px;
}
.bg-warning h2 {
	font-size: 32px;
}
.bg-warning {
	background-size: 1350px auto;
	padding: 160px 0 230px;
}
.patchesVsPills {
	padding: 50px 0px;
}
.hours {
	bottom: inherit;
	width: 69px;
	font-size: 30px;
	top: -15px;
}
.twoChild .textBox {
	border: none;
}
.twoChild .textBox.textBox2 {
	border: none;
}
.twoChild .boxOne {
	padding-left: 0;
	padding-bottom: 15px;
	text-align: center;
	background-image: none;
}
.twoChild .boxTwo {
	padding-right: 0px;
	padding-bottom: 15px;
	text-align: center;
	background-image: none;
}
.twoChild .textBox {
	height: auto;
	padding-top: 39px;
}
.twoChild .boxOne:hover {
	padding-left: 0;
}
.twoChild .boxTwo:hover {
	padding-right: 0;
}
.twoChild {
	padding-top: 25px;
}
.contact {
	background-size: 1350px;
	padding: 115px 0 50px;
}
.contact h5 {
	font-size: 18px;
	padding-bottom: 30px;
}
.form-control {
	padding: 12px;
	font-size: 15px;
}
.contact .btn {
	margin-top: 20px;
}
.topFooter {
	padding: 20px 0;
}
.bottomFooter {
	padding: 30px 0;
}
/*Inner open*/
.jumbotron .wrap2 img {
	width: 1310px;
}
.informationText h3 {
	font-size: 70px;
}
.informationText h2 {
	font-size: 40px;
	width: 720px;
}
.informationText {
	top: 147px;
}
.well h1 {
	font-size: 46px;
}
.getIt h1 {
	font-size: 35px;
}
.getIt {
	padding: 170px 0 110px;
	background-size: 1310px;
}
.benefits {
	background-size: 1450px auto;
	padding: 100px 0;
}
}

@media (max-width: 992px) {
.headerFix .logo {
	width: 76px;
}
.logo {
	width: 76px;
}
.headerFix .topHeader ul li a {
	line-height: 39px;
	padding: 0 8px;
	text-decoration: none;
}
.topHeader ul li a {
	line-height: 39px;
	padding: 0 8px;
	font-size: 14px;
}
.topHeader ul li i {
	line-height: 39px;
	width: 45px;
	font-size: 20px;
}
.headerFix .topHeader ul li i {
	line-height: 39px;
	width: 45px;
	font-size: 20px;
}
.headerFix .bottomHeader {
	height: 37px;
}
.bottomHeader {
	height: 37px;
}
.bottomHeader figure {
	width: 78px;
	top: -3px;
}
.headerFix .bottomHeader figure {
	width: 78px;
}
.bottomHeader h4 {
	font-size: 14px;
	line-height: 36px;
}
.headerFix .bottomHeader h4 {
	line-height: 36px;
}
.bottomHeader .btn {
	height: 29px;
	line-height: 29px;
	margin: -3px 0 0 10px;
	font-size: 12px;
}
.headerFix .bottomHeader .btn {
	height: 29px;
	line-height: 29px;
	margin: -3px 0 0 10px;
}
.jumbotron {
	margin: 76px 0 0;
}
.jumbotron .wrap img {
	width: 1200px;
}
.bannerText {
	padding: 0 15px;
	top: 22%;
}
.bannerText h1 {
    font-size: 30px;
	padding-bottom:15px;
}
.bannerText h2 {
	font-size: 20px;
}
.bannerText .productImg {
	bottom: -20px;
	width: 160px;
	margin: 0px auto;
}
.bg-danger ul li img {
	height: 28px;
}
.bg-primary {
	background-size: 1010px auto;
	padding: 40px 0 252px;
}
.sliderBox .carousel-indicators {
	left: 0;
	width: 100%;
	right: 0;
	top: -65px;
}
.bg-info .container-fluid {
	padding: 0 15px;
}
.sliderBox {
	height: auto;
	max-width: 690px;
	margin: 40px auto 30px;
}
.sliderBox .carousel-indicators li {
	height: 65px;
	width: 60px;
	line-height: 65px;
	margin: 0 -4px 0 0;
}
.sliderBox .carousel-indicators .active {
	height: 65px;
	width: 60px;
	margin: 0 -4px 0 0;
}
.productDetails {
	text-align: center;
}
.bg-info h5 {
	float: none;
	display: inline-block;
}
.mark {
	float: none;
	display: inline-block;
}
.social li {
	float: none;
	display: inline-block;
}
.bg-success ul li {
	width: 50%;
}
.videoText p {
	padding-bottom: 18px;
	line-height: 23px;
	font-size: 16px;
}
.videoText h5 {
	font-size: 17px;
}
.videoTextHold {
	background-image: url(../img/video-img3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.videoText {
	padding: 30px 15px;
	text-align: center;
	position: inherit;
}
.bg-warning {
	background-size: 1100px auto;
	padding: 136px 0;
}
.mobileHide {
	display: none;
}
.bg-warning h2 {
	font-size: 35px;
}
.bg-warning .orderBox {
	padding-left: 60px;
}
.bg-info {
	padding: 55px 0 40px;
}
.twoChild {
	padding-top: 58px;
}
.hours {
	width: 70px;
	font-size: 25px;
	top: -56px;
}
.twoChild figure {
	overflow: hidden;
	max-width: 365px;
}
.patchesVsPills {
	padding: 50px 0px 20px;
}
.logoBar {
	padding: 40px 0px;
}
.topFooter i {
	padding: 0 6px;
}
.topFooter img {
	height: 28px;
}
.contact {
	background-size: 1100px;
	padding: 88px 0 50px;
}
/*Inner Page*/
.jumbotron .wrap2 img {
	width: 1050px;
}
.informationText {
	top: 100px;
}
.informationText h3 {
	font-size: 60px;
}
.informationText h2 {
	font-size: 36px;
	padding: 0 100px;
	width: 700px;
}
.informationText .btn {
	margin-top: 70px;
}
.what-is-vitamin {
	padding: 40px 0;
}
.well h1 {
	font-size: 36px;
	padding-bottom: 20px;
}
.tableBox h4 {
	font-size: 30px;
}
.tableBox h5 {
	font-size: 18px;
}
.tableBox .table-responsive {
	overflow-x: auto;
}
.getIt h1 {
	font-size: 28px;
}
.getIt {
	padding: 125px 0 40px;
	background-size: 1010px;
}
.tableBox {
	margin-bottom: 30px;
}
.tableControl {
	height: 186px;
}
.buyOnline figure {
	width: 445px;
}
.price {
	font-size: 20px;
	height: 110px;
	left: 150px;
	padding-top: 40px;
	width: 110px;
	background-size: 110px;
}
.benefits {
	background-size: 1350px auto;
	padding: 40px 0 45px;
}
.buyOnline {
	padding: 50px 0 10px;
}
.benefits .direction {
	margin-left: 60px;
}
.benefits p {
	padding-bottom: 25px;
}
.addthis_toolbox a.at300m {
    margin: 0 auto;
    float: none;
}
/*Inner Page*/
}

@media (max-width: 767px) {
p {
	font-size: 16px;
	line-height: normal;
}
/*.jumbotron .wrap img {
	-ms-transform: translateY(-0%) translateX(-67%);
	-webkit-transform: translateY(-0%) translateX(-67%);
	transform: translateY(-0%) translateX(-67%);
}*/
.bannerText h1 {
	font-size: 25px;
}
.bannerText h2 {
	font-size: 18px;
	padding-bottom: 10px;
}
.bannerText h2 br {
	display: none;
}
.bannerText {
    left: 2%;
    right: 2%;
    text-align: center;
    top: 18%;
    padding: 15px 20px;
    background-color: rgba(000, 000, 000, 0.8);
}
.twoChild figure {
	max-width: 100%;
	text-align: center;
}
.bg-danger {
	padding: 15px 0px;
}
.bg-danger ul li {
	padding: 0 5px;
}
.bg-danger ul li img {
	height: 20px;
}
.bg-success {
	padding: 0;
}
.bg-success ul {
	max-width: 600px;
	margin: 0 auto;
}
.bg-success ul li {
	width: 100%;
}
.bg-primary {
	background-size: 800px auto;
	padding: 40px 0 200px;
}
.videoText {
	padding: 20px 15px 35px;
	text-align: center;
	position: inherit;
}
.mobileHide {
	display: none;
}
.bg-warning h2 {
	font-size: 26px;
}
.bg-warning h1, h2 {
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
}
.bg-warning {
	background-size: 900px auto;
	padding: 113px 0 122px;
	text-align: center;
}
.topFooter {
	text-align: center;
}
.topFooter .text-right {
	text-align: center;
	padding-top: 20px;
}
.topFooter i {
	font-size: 18px;
	padding: 0 5px;
}
footer h3 {
	font-size: 12px;
}
.bottomFooter h6 {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0 0;
}
.bottomFooter {
	padding: 20px 0;
}
.bottomHeader figure {
	display: none;
}
.bottomHeader .btn {
	display: none;
}
/*inner open*/
.informationText h3 {
	font-size: 40px;
}
.informationText h2 {
	font-size: 26px;
	padding: 0 100px;
	width: 100%;
	background-image: none;
}
.jumbotron .wrap2 img {
	width: 840px;
}
.informationText .btn {
	margin-top: 50px;
}
.well h1 {
	font-size: 30px;
}
.what-is-vitamin {
	padding: 20px 0 40px;
}
.proDisc li {
	font-size: 13px;
	line-height: 20px;
}
.what-is-vitamin h5 {
	font-size: 13px;
	padding-bottom: 30px;
}
.getIt h1 {
	text-align: center;
}
.tableBox .table-responsive {
	margin: 0;
}
.tableBox h4 {
	font-size: 22px;
	padding-bottom: 5px;
}
.tableBox h5 {
	font-size: 14px;
	float: left;
}
.getIt {
	padding: 90px 0 50px;
	background-size: 1055px;
	text-align: center;
}
.tableBox table td:first-child {
	text-align: left;
}
.benefits {
	text-align: center;
}
.downArrow {
	top: -78px;
}
.benefits .direction {
	margin-left: 0px;
}
.proDisc {
	width: 300px;
}
/*Inner Page*/
}

@media (max-width: 480px) {
h1 {
	font-size: 28px;
}
.headerFix .logo {
	width: 60px;
	top: 39px;
}
.logo {
	width: 60px;
	top: 39px;
}
.headerFix .bottomHeader {
	height: 32px;
}
.bottomHeader {
	height: 32px;
}
.jumbotron {
	margin: 70px 0 0;
}
.bannerText h2 {
	font-size: 18px;
}
.bannerText {
    top: 60px;
}
.bg-warning .orderBox {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
.btn-warning {
	padding: 12px 10px;
	width: 100%;
}
.logoBar img {
	margin: 0 2px;
	width: 44px;
}
.contact {
	background-size: 600px;
	padding: 70px 0 50px;
}
footer h3 {
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
}
.topFooter img {
	width: 50px;
}
.bottomHeader h4 {
	display: none;
}
/*inner open*/
.well h1 {
	font-size: 23px;
}
.well p {
	padding-bottom: 34px;/*color: #525252;*/
}
.informationText h3 {
	font-size: 26px;
}
.informationText h2 {
	font-size: 20px;
	padding: 0px;
}
.informationText {
	top: 100px;
	padding: 0 15px;
}
.tableBox h5 {
	float: none;
}
.tableBox h5:last-child {
	float: none;
}
.what-is-vitamin p {
	padding-bottom: 20px;
}
.benefits {
	background-size: 1140px auto;
}
.buyOnline {
	padding: 40px 0 10px;
}
.buyOnline figure {
	width: auto;
	margin: 50px auto 0;
}
.price {
	font-size: 20px;
	height: 110px;
	left: 0;
	padding-top: 40px;
	width: 110px;
	background-size: 110px;
	right: 0;
	margin: 0 auto;
	top: -28px;
}
.proDisc {
	width: auto;
}
.proDisc li {
	text-align: center;
}
}
