@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	height:100%;
}

html {
	overflow-x: scroll;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	font-weight: 100;
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 1349px;
	background-color: #FFF;
	margin: 0 auto;
	height:100%;
	box-shadow: 0px 0px 9px rgba(154,139,128,0.7);
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	background-color: #FFFFFF;
	height: 75px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 3px 5px rgba(154,139,128,0.7);
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	height:100%;
	position: relative;
	z-index: 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The footer ~~ */
.footer {
	background-color: #F2F2F2;
	height: 44px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Own Style */

@font-face {
	font-family: "SourceSans Bold";
	src: url("fonts/SourceSansPro-Bold.ttf");
}

@font-face {
	font-family: "SourceSans SemiBold";
	src: url("fonts/SourceSansPro-Semibold.ttf");
}

@font-face {
	font-family: "SourceSans Black";
	src: url("fonts/SourceSansPro-Black.ttf");
}

@font-face {
	font-family: "SourceSans Light";
	src: url("fonts/SourceSansPro-Light.ttf");
}

@font-face {
	font-family: "SourceSans ExtraLight";
	src: url("fonts/SourceSansPro-ExtraLight.ttf");
}

@font-face {
	font-family: "SourceSans ExtraLightItalic";
	src: url("fonts/SourceSansPro-ExtraLightItalic.ttf");
}

@font-face {
	font-family: "SourceSans LightItalic";
	src: url("fonts/SourceSansPro-LightItalic.ttf");
}

@font-face {
	font-family: "SourceSans Regular";
	src: url("fonts/SourceSansPro-Regular.ttf");
}

@font-face {
	font-family: "Lobster";
	src: url("fonts/Lobster.otf");
}

@font-face {
	font-family: "SourceSans BoldItalic";
	src: url("fonts/SourceSansPro-BoldItalic.ttf");
}

/* Header */

.logo {
	font-family: "SourceSans Black";
	font-size: 35px;
	margin: 27px 0 0 0;
	padding: 0;
	height: 15px;
	line-height: 9px;
	float: left;
}

.logo-image {
	float: left;
	margin-top: 19px;
	margin-right: 14px;
}

.logo-sub {
	font-family: "SourceSans Light";
	font-size: 12px;
}

.logo-place {
	width: 265px;
}

.logo-link {
	text-decoration: none;
	display: block;
	width: 265px;
	color: #414141;
	margin-left: 15%;
	margin-right: 22%;
	float: left;
}

.top-nav {
	list-style: none;
}

.top-nav li {
	display: inline-block;
	height: 75px;
}

.top-nav li a {
	text-decoration: none;
}

.top-menu-button {
	font-size:16px;
	font-family: "SourceSans SemiBold";
	height: 75px;
	display: inherit;
	line-height:75px;
	color: #414141;
	padding: 0 26px;
}

.top-menu-button:hover {
	background-color: #F2CB55;
}

.top-menu-button-buy {
	font-size:16px;
	font-family: "SourceSans SemiBold";
	height: 25px;
	display: inherit;
	line-height:25px;
	width: 70px;
	text-align:center;
	background-color: #F2CB55;
	border-radius: 6px;
	color: #414141;
}

/* Section Styles */

.section-1 {
	height: 480px;
	background: url(images/background-index.png);
	width: 100%;
}

.section-2 {
	height: 502px;
	width: 100%;
}

.section-3 {
	height: 458px;
	width: 100%;
}

.section-4 {
	height: 425px;
	width: 100%;
	background-color: #F2F2F2;
}

.sub-section-3 {
	padding-top: 52px;
	height: 81%;
}

.section-1-big-text {
	width: 596px;
	height: 196px;
	font-size: 100px;
	font-family: "Lobster";
	color: #FFFFFF;
	line-height: 90px;
	text-shadow: -1px 1px 0px #000;
	padding-right: 0;
}

.section-1-img-wrapper {
	position: relative;
	bottom: 30px;
	left: 43%;
	height: 473px;
	float: left;
}

.section-1-small-text {
	width: 450px;
	height: 92px;
	font-size: 26px;
	font-family: "SourceSans Light";
	color: #FFFFFF;
	text-shadow: 1px 1px #000;
	margin-bottom: 9px;
}

.section-1-text-wrapper {
	float:left;
	width: 582px;
}

.section-title {
	font-family: "SourceSans SemiBold";
	font-size: 42px;
	color: #333333;
	margin-bottom: 32px;
}

.section-2-text {
	font-family: "SourceSans ExtraLight";
	font-size: 26px;
	color: #333333;
	letter-spacing: 0px;
	text-shadow: 0px 0px #444444;
	margin-bottom: 11px;
	text-align: left;
	width: 706px;
}

.section-3-text {
	font-family: "SourceSans ExtraLight";
	font-size: 26px;
	color: #333333;
	letter-spacing: 0px;
	text-shadow: 0px 0px #444444;
	margin-bottom: 11px;
	text-align: left;
	width: 627px;
}

.section-4-text {
	font-family: "SourceSans ExtraLight";
	font-size: 26px;
	color: #333333;
	letter-spacing: 0px;
	text-shadow: 0px 0px #444444;
	margin-bottom: 11px;
	text-align: left;
	width: 649px;
}

.section-2-img-wrapper {
	width: 200px;
	height: 72%;
	
}

.section-2-img {
	position: relative;
	right: 24px;
	bottom: 6px;
}

.section-3-img-wrapper {
	width: 200px;
	height: 100%;
}

.section-3-img {
	position: relative;
	bottom: 57px;
	right: 102px;
	z-index: 0;
}

.section-4-img-wrapper {
	width: 296px;
	
}

.section-4-img {
	position: relative;
	right: 6px;
	bottom: -2px;
}

.divisory {
	float: left;
	line-height: 30px;
}

.subsection:before,
.subsection:after {
    content:"";
    display:table;
}
.subsection:after {
    clear:both;
}

.sub-section-wrapper {
	padding-top: 37px;
	height:100%;
}

.sub-section-1-wrapper {
	padding-top: 22px;
	height:100%;
}

.section-3-text-wrapper {
	
	position: relative;
	z-index: 1;
}

.video-section-video {
	width: 471px;
	
	height: 81%;
	float: left;
	margin-top: 27px;
}

.video-section-text {
	font-size: 26px;
	font-family: "SourceSans Light";
	width: 456px;
	margin-bottom: 12px;
}

.video-section-bold {
	font-family: "SourceSans Regular"!important;
}

.video-section-italic {
	font-family: "SourceSans LightItalic"!important;
	text-decoration: underline;
}

.readmore-text {
	display: none;
}

#read-less {
	display: none;
}

.icon-section-wrapper {
	width: 65%;
	margin: 0 auto;
	height: 89%;
}

.icon-section-title {
	font-size: 41px;
	font-family: "SourceSans SemiBold";
	width: 705px;
	margin: 0 auto 36px auto;
	padding: 0;
}

.icon-section-link {
	display: block;
	width: 256px;
	height: 44px;
	font-size: 26px;
	font-family: "SourceSans SemiBold";
	text-align: center;
	text-decoration: none!important;
	color: #333333!important;
	background-color: #F2CB55;
	line-height: 43px;
	margin: 0 auto;
}

.footer p {
	font-family: "SourceSans SemiBold";
	font-size: 17px;
	color: #3F3F3F;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 14px;
}

.placeholder-image {
	
}

.placeholder-image-text {
	font-size: 72px;
	font-family: "SourceSans Bold";
	color: white;
	text-align: center;
	line-height: 82px;
	padding-top: 129px;
}

.menu-button-buy {
	font-size: 26px;
	font-family: "SourceSans Bold";
	height: 40px;
	display: inherit;
	line-height: 38px;
	width: 135px;
	text-align: center;
	background-color: #F2CB55;
	border-radius: 10px;
	text-decoration: none!important;
	color: #0F0F0F!important;
	float: left;
	margin-left: 15px;
	position: relative;
	top: 398px;
	left: 14%;
}

.section-1-index-a {
	font-size: 26px;
	font-family: "SourceSans Light";
	text-decoration: underline;
	color: white!important;
	text-shadow: 2px 1px #175B75;
	margin-left: 24px;
	margin-top: 4px;
	display: block;
	float: left;
}

.video-section {
	width: 100%;
	min-height: 341px;
	background-color: #F2F2F2;
}

.icon-section {
	width: 100%;
	height: 333px;
	background-color: #F2F2F2;
}

.section-5 {
	width: 100%;
	height: 500px;
}

.section-buy {
	width: 100%;
	height: 130px;
}

.section-5-text {
	font-size: 26px;
	font-family: "SourceSans Light";
	width: 732px;
}

.section-5-text-wrapper {
	
	float: left;
}

.section-5-img-wrapper {
	width: 150px;
	height: 150px;
}

.section-border {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.section-icon {
	float: left;
	width: 108px;
	height: 138px;
	padding-right: 51px;
}

.icon-img {
	margin: 0 auto;
	display: block;
}

.icon-section-text {
	font-family: "SourceSans Light";
	font-size: 26px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 27px;
}

.icon-sub-section-wrapper {
	width: 795px;
	height: 178px;
	margin: 0 57px;
}

.video-sub-section-wrapper {
	padding-top: 15px;
	height: 100%;
}

.section-buy-button {
	width: 213px;
	height: 62px;
	text-decoration: none!important;
	color: #0F0F0F;
	background-color: #F2CB55;
	display: block;
	font-size: 42px;
	font-family: "SourceSans Bold";
	text-align: center;
	border-radius: 18px;
	margin-left: 48%;
}

.section-5-img {
	position: relative;
	bottom: 33px;
	right: 33px;
}

.buy-sub-section-wrapper {
	padding-top: 23px;
}

.trademark {
	font-family: "SourceSans ExtraLight";
	font-size: 19px;
	position: relative;
	bottom: 13px;
}

.trademark-faq {
	font-family: inherit;
	font-size: 16px;
	position: relative;
	bottom: 0px;
}

.sub-section-icon {
	padding-top: 19px;
	height: 95%;
}

.align-fix {
	margin-left: 14%;
}

/* PlaceHolder */

.placeholder-text {
	font-size: 64px;
	font-family: "SourceSans Black";
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 223px 0 0 0;
	line-height: 47px;
}

.placeholder-sub-text {
	font-size: 21px;
	font-family: "SourceSans Light";
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.placeholder-soon-text {
	font-size: 40px;
	font-family: "SourceSans ExtraLightItalic";
	text-align:center;
}

.placeholder {
	background: no-repeat #FFFFFF url("images/magbicarb-logo-placeholder.png") 50% 0;
	max-width: 1349px;
	min-width: 1200px;
	padding-top: 200px;
	min-height: 420px;
	height: 720px;
}

.placeholder-box {
	width: 65%;
	margin: 0 auto;
}

/* Contact Page */

.contact-section {
	margin-left: 274px;
	margin-top: 41px;
	height: 610px;
}

.form-input {
	
}

.form-input span {
	font-family: "SourceSans Regular";
	font-size: 16px;
}

.form-input input[type=text] {
	background-color: #FAFAFA;
	width: 250px;
	height: 32px;
	border: 1px solid #BBBBBB;
	font-family: "SourceSans Regular";
	font-size: 18px;
}

.form-input input[type=text]:focus {
	border: 1px solid #CCAD52;
}

.form-title {
	font-family: "SourceSans Regular";
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 39px;
}

.contact-form {
	width: 560px;
	float: left;
}

.float-fix {
	float: left;
	margin-right: 8px;
}

.email-input {
	width: 510px!important;
}

textarea {
	font-family: "SourceSans Regular";
	background-color: #FAFAFA;
	border: 1px solid #BBBBBB;
	width: 510px;
	height: 168px;
	margin-top: 4px;
	font-size: 18px;
}

textarea:focus {
	border: 1px solid #CCAD52;
}

.contact-img {
	width: 100%;
	background-image: url("images/background-contact.png");
	height: 162px;
}

.contact-page-title {
	font-family: "Lobster";
	font-size: 109px;
	color: #FFFFFF;
	margin-left: 274px;
	padding: 0;
	text-shadow: 1px 1px #000;
}

input[type=submit] {
	width: 105px;
	height: 37px;
	background-color: #F2CB55;
	border-radius: 6px;
	color: #0F0F0F;
	font-family: "SourceSans Bold";
	cursor: pointer;
	border: none;
	font-size: 26px;
	margin-top: 21px;
}

.contact-aside p{
	font-family: "SourceSans Regular";
	font-size: 16px;
}

.contact-aside {
	width: 345px;
	float:left;
}

.photo-owner {
	color: #FFFFFF;
	position: relative;
	font-family: "SourceSans LightItalic";
	font-size: 16px;
	left: 1153px;
	top: 11px;
	float: left;
}

.photo-owner-link {
	font-family: "SourceSans SemiBold";
	text-decoration: underline;
	color: #FFFFFF;
}

/* Articles */

.article-img {
	width: 100%;
	background-image: url("images/background-article.png");
	height: 162px;
}

.text-box {
	width: 556px;
	float: left;
	margin-left: 275px;
	margin-right: 44px;
}

.text-box p {
	font-family: "SourceSans Regular";
	font-size: 16px;
	color: #333333;
	margin: 0;
	margin-bottom: 28px;
	padding: 0;
	line-height: 24px;
}

.article-title {
	font-family: "SourceSans Bold";
	font-size: 42px;
	color: #333333;
	margin: 0;
	margin-bottom: 17px;
	line-height: 47px;
	padding: 0;
}

.article-aside p{
	font-family: "SourceSans LightItalic";
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 16px;
}

.article-aside {
	width: 261px;
	float:left;
}

.text-wrapper {
	min-height: 640px;
	margin-top: 33px;
}

.text-content {
	margin-bottom: 65px;
}

.aside-img {
	width: 129px;
	margin: 0 auto;
}

.aside-buy {
	width: 132px;
	height: 39px;
	text-decoration: none!important;
	color: #0F0F0F;
	background-color: #F2CB55;
	display: block;
	font-size: 26px;
	font-family: "SourceSans Bold";
	text-align: center;
	border-radius: 11px;
	margin: 24px auto 0 auto;
}

/* FAQ */

.faq-img {
	width: 100%;
	background-image: url("images/background-faq.png");
	height: 162px;
}

.faq-wrapper {
	min-height: 634px;
	margin-top: 33px;
}

.faq-box {
	width: 546px;
	float: left;
	margin-left: 275px;
	margin-right: 44px;
	margin-bottom: 34px;
}

.faq-question-title {
	font-family: "SourceSans Regular";
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: 100;
}

.faq-answer {
	margin-left: 20px;
	margin-bottom: 10px;
	display: none;
	width: 533px;
}

.faq-answer p{
	font-family: "SourceSans Regular";
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 23px;
}

.faq-question {
	margin-bottom: 10px;
}

.faq-title-bold {
	font-family: "SourceSans Bold"!important;
}

.faq-title-active-bold {
}

.the-q {
	font-family: "SourceSans Bold";
}

.the-a {
	font-family: "SourceSans Bold";
	color: #F2CB55;
}

.faq-aside-info p {
	font-family: "SourceSans LightItalic";
	font-size: 26px;
}

.aside-bold {
	font-family: "SourceSans BoldItalic";
	font-size: inherit;
}

.faq-aside-info p, h3{
	text-align: left!important;
	margin: 0;
	padding: 0;
}

.extra-info h3 {
	font-family: "SourceSans SemiBold";
	font-size: 26px;
	margin-top: 19px;
	margin-bottom: 17px;
}

.extra-info p {
	font-family: "SourceSans LightItalic";
	font-size: 16px;
	margin-bottom: 17px;
}

.hidden-text {
	width: 749px;
	margin-left: 385px;
	clear: both;
}

.error {
	font-family: "SourceSans Regular";
	font-size: 12px;
	color: red;
}

.faq-explanation {
	width: 570px;
	height: 80px;
	background-color: #F2F2F2;
	margin-bottom: 20px;
}

.faq-explanation p {
	font-size: 25px;
	font-family: "SourceSans Light";

	line-height: 1px;
}

/* Responsive */

.footer {
	clear: both;
}

/* Import DrSircus BioMat Form */

/* FORM C */

#biomat-form-c {
	width: 637px;
	height: 310px;
	font-family: Verdana;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

#biomat-form-c-up {
	height: 40px;
	background-color: #AD5D7E;
	border: 1px solid #A65576;
}

#biomat-form-c-up h2{
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 40px;
	color: #FFFFFF;
	text-shadow: 1px 2px 1px #944868;
	clear: none;
	font-size: 26px;
}

#biomat-form-c-mid {
	height: 138px;
	overflow: hidden;
	border-right: 1px solid #F0EDEE;
}

#biomat-form-c-sub {
	background-color: #FAF7F8;
	margin-top: 26px;
}

#biomat-form-c img{
	position: relative;
	display: block;
	z-index: 1;
	float: left;
	margin: 0 18px 0 0!important;
	left: 9px;
}

#biomat-form-c-mid p{
	font-size: 15px!important;
	width: 374px;
	margin: 18px 0 0 0;
	display: block;
	letter-spacing: -0.05em;
	text-align: left!important;
	padding: 0;
}

.biomat-italic {
	font-style: italic;
	font-size: 15px;
	margin: 13px 0 0 0;
	display: block;
	letter-spacing: -0.05em;
	text-align: left!important;
}

#biomat-form-c-down {
	height: 40px;
	background-color: #AD5D7E;
}

#biomat-form-c-down input[type=text] {
	width: 278px;
	margin: 6px 7px 0 0;
	font-size: 12px;
	color: #F2DCE5;
	background-color: #994E6D;
	display: block;
	border: none;
	height: 27px;
	padding: 0 19px;
	color: #F2DCE5;
	border: 1px solid #944B6A;
}

#biomat-form-c-down input[type=text]:focus {
	border: 1px solid #87425F!important;
}

.biomat-form-float-c {
	width: 323px;
	float: left;
	height: 40px;
}

#biomat-form-c-down input[type=submit] {
	width: 75px;
	font-size: 16px!important;
	font-family: Verdana!important;
	color: #A1880E;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background-color: #EDCF39;
	height: 100%;
	border: none;
	padding: 0;
	cursor: pointer;
	border-radius: 0!important;
}

#biomat-form-c-down input[type=submit]:hover {
	background-color: #F7D83B;
}

#biomat-form-c-down p {
	font-style: italic;
	font-family: Verdana;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #D99EB6;
}

/* LightBox CSS */

#biomat-lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.7) repeat;
    text-align:center;	
	z-index: 1;
	display: none;
}

#biomat-lightbox-wrapper {
	position: relative;
	top:25%;
   	margin: 0 auto;
	width:650px;
    height:325px;
	box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
}

#biomat-lightbox p.close {
	background: rgba(0,0,0,1) repeat;
	height: 23px;
    text-align:right;
    color:#fff;
    padding: 0 20px 0 0;
    font-size:12px;
	line-height: 23px;
	margin-bottom: 8px;
}