/* FONTS */
@font-face {
	font-family: ArialBlack;
	src: url('../fon/ArialBlack.otf');
	src: url('../fon/ArialBlack.eot');
	src: url('../fon/ArialBlack.eot?#iefix') format('embedded-opentype'),
		url('../fon/ArialBlack.woff') format('woff'),
		url('../fon/ArialBlack.ttf')  format('truetype'),
		url('../fon/ArialBlack.svg#svgFontName') format('svg');
}
@font-face {
	font-family: Impact;
	src: url('../fon/Impact.otf');
	src: url('../fon/Impact.eot');
	src: url('../fon/Impact.eot?#iefix') format('embedded-opentype'),
		url('../fon/Impact.woff') format('woff'),
		url('../fon/Impact.ttf')  format('truetype'),
		url('../fon/Impact.svg#svgFontName') format('svg');
}
@font-face {
	font-family: RockwellExtraBold;
	src: url('../fon/RockwellExtraBold.otf');
	src: url('../fon/RockwellExtraBold.eot');
	src: url('../fon/RockwellExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fon/RockwellExtraBold.woff') format('woff'),
		url('../fon/RockwellExtraBold.ttf')  format('truetype'),
		url('../fon/RockwellExtraBold.svg#svgFontName') format('svg');
}

@font-face {
	font-family: BebasNeue;
	src: url('../fon/BebasNeue.otf');
	src: url('../fon/BebasNeue.eot');
	src: url('../fon/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../fon/BebasNeue.woff') format('woff'),
		url('../fon/BebasNeue.ttf')  format('truetype'),
		url('../fon/BebasNeue.svg#svgFontName') format('svg');
}

/* --------------- DESKTOP --------------- */
body {
	color: #000000;
	font: 18px Arial;
	line-height: 25px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../img/background_tile.png);
}
body, html {
  height: 100%;
}

/* COMMON */
a {
	color: #646464;
	text-decoration: none;
}
.body_full {
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_center {
	width: 1017px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_para {
	width: 95%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_ds {
	-webkit-box-shadow: 0px 0px 74px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 74px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 74px 0px rgba(0,0,0,0.75);
}
.body_whiteback {
	background-color: #ffffff;
}
.border_black {
	border-style: solid;
	border-width: 10px;
	border-color: #000000;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.linebreak {
	width: 100%;
	height: 3px;
	background-color: #e9e9e9;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 55px;
	letter-spacing: -3px;
	line-height: normal;
}
h2 {
	font-family: ArialBlack;
	font-size: 45px;
	letter-spacing: -2px;
	line-height: normal;
}
h3 {
	font-family: Impact;
	font-size: 50px;
	letter-spacing: -1px;
	line-height: normal;
	font-weight: normal;
}
h4 {
	font-family: RockwellExtraBold;
	font-size: 55px;
	letter-spacing: -1px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.img_fullwidth {
	width: 100%;
	height: auto;
}
.img_border_white {
	border-style: solid;
	border-width: 10px;
	border-color: #ffffff;
}
.img_dropshadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* BUTTONS */
.btn_blue {
	font-family: MyriadProRegular;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	background: #13417f; /* Old browsers */
	background: -moz-linear-gradient(top, #13417f 0%, #002f9c 50%, #002f9c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #13417f 0%,#002f9c 50%,#002f9c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #13417f 0%,#002f9c 50%,#002f9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13417f', endColorstr='#002f9c',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	display: inline-block;
}
.btn_blue span {
	line-height: normal;
	display: inline-block;
	padding: 17px 40px 10px 40px;
	vertical-align: middle;
}
.btn_blue:hover {
	background: #224f88;
}

/* HEADER */
#header #header_top {
	    /* background-color: #000333; */
    /* border-top-style: solid; */
    /* border-top-width: 7px; */
    /* border-top-color: #000000; */
    padding-top: 5px;
    padding-bottom: 5px;
    height: 38px;
    background: #010334

}
#header #header_top img.nms {
	    display: block;
    position: absolute;
    right: 0;
    width: 195px;
    top: 5px;

}

#header #header_top span {
	font-size: 14.5px;
    line-height: 40px;
    color: #ffffff;
    text-align: left;
    display: block;
    text-indent: 8px;
}
#header #header_top span strong {
	color: #ffe431;
}
#header #header_bottom {
	height: 50px;
	background: rgb(230,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,0,0,1) 0%, rgba(195,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(230,0,0,1) 0%,rgba(195,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(230,0,0,1) 0%,rgba(195,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60000', endColorstr='#c30000',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-style: solid;
	border-width: 2px;
	border-top-color: #f59e9e;
	border-bottom-color: #b60000;
	border-left-color: #bd0000;
	border-right-color: #bb0000;
}
#header #header_bottom ul {
	width: 100%;
	height: auto;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	padding-top: 2px;
}
#header #header_bottom ul li {
	font-family: Impact;
	font-size: 33px;
	color: #ffffff;
	line-height: 30px;
	display: inline-block;
	padding: 7px;
	margin-left: 10px;
}
#header #header_bottom ul .header_bottom_menu_sel {
	color: #fde338;
	background-color: #000000;
	border-radius: 10px;
}
#header #header_bottom ul li:hover {
	color: #fde338;
	background-color: #000000;
	border-radius: 10px;
}

/* LAB REPORTS */
#labreports #labreports_headerline {
	position: absolute;
	top: 65px;
	right: 155px;
}
#labreports #labreports_signup {
	width: 96%;
	height: auto;
	text-align: left;
	border-top-style: solid;
	border-top-width: 20px;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e7e7e7;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e7e7e7;
	padding-left: 2%;
	padding-right: 2%;
	display: table;
}
#labreports #labreports_signup h3 {
	width: auto;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -1px;
	background-color: #ffe719;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0;
	margin-top: 8px;
	display: inline-block;
}
#labreports #labreports_signup h2 {
	font-size: 22px;
	line-height: 22px;
	margin: 0;
}
#labreports #labreports_signup #labreports_signup_sig {
	position: absolute;
	top: 23px;
	right: 60px;
}
#labreports #labreports_signup p {
	font-size: 15px;
	line-height: 15px;
	margin: 0;
}
#labreports #labreports_signup form input {
	width: 55%;
    height: 30px;
    font-size: 12px;
    padding-left: 10px;
    color: #a8a7b2;
    border-style: solid;
	border-width: 1px;
    border-color: #d1d1d1;
    border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
}
#labreports #labreports_signup form #labreports_signup_btn {
	width: 35%;
    height: 34px;
    font-size: 12px;
    padding-left: 10px;
    color: #ffffff;
	background-color: #000000;
    border-radius: 5px;
	border: none;
	margin-left: 2%;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
#labreports #labreports_signup form #labreports_signup_btn:hover {
	color: #ffe719;
	background-color: #171717;
}
#labreports #labreports_signup .linebreak {
	background-color: #9a9a9a;
	margin-top: 15px;
}
#labreports #labreports_arrow_down {
	position: absolute;
	bottom: 0;
	right: 20px;
}

/* SIGN UP - EXCLUSIVE */
#signup_exclusive {
	padding-bottom: 30px;
}
#signup_exclusive .linebreak {
	width: 90%;
	height: 5px;
	background-color: #000000;
}
#signup_exclusive h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#signup_exclusive h4 strong {
	background-color: #fff600;
	padding-left: 5px;
	padding-right: 5px;
}
#signup_exclusive p {
	font-size: 23px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
#signup_exclusive #signup_exclusive_img {
	position: absolute;
	top: 0;
	left: 0;
}
#signup_exclusive ul {
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#signup_exclusive ul li {
	margin-top: 10px;
}
#signup_exclusive ul li:before {
    content: url('../img/signup_exclusive_tick.jpg');
	vertical-align: sub;
	padding-right: 5px;
}
#signup_exclusive ul li img {
	display: block;
	margin-top: 5px;
}
#signup_exclusive form {
	width: 95%;
	height: auto;
	text-align: center;
	background-color: #dadada;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 20px;
}
#signup_exclusive form h4 {
	font-size: 60px;
	line-height: 60px;
	padding-top: 15px;
	margin: 0;
}
#signup_exclusive form h4 strong {
	font-size: 70px;
	color: #cd0606;
	background: none;
}
#signup_exclusive form input {
	width: 25%;
    height: 30px;
    font-size: 12px;
    padding-left: 10px;
    color: #a8a7b2;
    border-style: solid;
	border-width: 1px;
    border-color: #868686;
    border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
}
#signup_exclusive form label {
	vertical-align: sub;
}
#signup_exclusive form img {
	vertical-align: middle;
}

/* HOME - SCAMS */
#home_scams ul {
	width: 50%;
	height: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#home_scams ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#home_scams ul .home_scams_li_alt {
	background-color: #dbdbdb;
}
#home_scams ul li:before {
    content: url('../img/home_scams_tick.png');
	vertical-align: sub;
	padding-right: 5px;
}

/* HOME - NEWSLETTER */
#home_newsletter ul {
	width: 575px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
#home_newsletter ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#home_newsletter ul .home_newsletter_li_alt {
	background-color: #f0f0f0;
}
#home_newsletter #home_newsletter_form {
	z-index: 1;
	width: 390px;
	height: auto;
	background-color: #000000;
	text-align: center;
	position: absolute;
	top: 450px;
	right: 20px;
}
#home_newsletter #home_newsletter_form form {
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#home_newsletter #home_newsletter_form form input {
	width: 55%;
    height: 40px;
    font-size: 12px;
    padding-left: 10px;
    color: #000000;
    border-style: solid;
	border-width: 1px;
    border-color: #868686;
    border-radius: 5px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
}
#home_newsletter #home_newsletter_form form label {
	vertical-align: sub;
}
#home_newsletter #home_newsletter_form form #home_newsletter_form_btn {
	width: 333px;
	height: 60px;
	background-image: url(../img/send-my-copy-now.jpg);
	border: none;
	cursor: pointer;
	margin-bottom: 20px;
}

/* FOOTER */
#footer ul {
	width: 100%;
	height: auto;
	font-size: 12px;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0.9;
}
#footer ul a {
	color: #ffffff;
	text-decoration: none;
}
#footer ul li {
	display: inline-block;
	margin-right: 40px;
}
#footer ul li:hover {
	text-decoration: underline;
}
#footer #footer_bottom {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 0;
}
#footer #footer_bottom img {
	padding-left: 40px;
}
#footer #footer_bottom span {
	font-size: 12px;
	color: #ffffff;
	display: block;
	opacity: 0.9;
}

/*get bigger pills buttons */
/* BLUE BUTTON */
.visitsite {
	font-family: BebasNeue, arial, sans-serif; color: #fff; 
	height:49px; line-height:49px; font-size:28px;display: block;text-shadow: 0px 0px 2px #333; text-align: center; background: #0054bc;text-transform: uppercase; 
	background-image: -webkit-linear-gradient(top, #0054bc, #14458a);
	background-image: -moz-linear-gradient(top, #0054bc, #14458a);
	background-image: -ms-linear-gradient(top, #0054bc, #14458a);
	background-image: -o-linear-gradient(top, #0054bc, #14458a);
	background-image: linear-gradient(to bottom, #0054bc, #14458a); width: 100%; max-width: 100%;
	-webkit-transition: box-shadow 0.3s ease-in-out 0s;
	-moz-transition: box-shadow 0.3s ease-in-out 0s;
	-o-transition: box-shadow 0.3s ease-in-out 0s;
	-ms-transition: box-shadow 0.3s ease-in-out 0s;
	transition: box-shadow 0.3s ease-in-out 0s;
}
.visitsite:hover {
	background: #14458a;
	background-image: -webkit-linear-gradient(top, #14458a, #0054bc);
	background-image: -moz-linear-gradient(top, #14458a, #0054bc);
	background-image: -ms-linear-gradient(top, #14458a, #0054bc);
	background-image: -o-linear-gradient(top, #14458a, #0054bc);
	background-image: linear-gradient(to bottom, #14458a, #0054bc);
	box-shadow: 0px 0px 1px #000;
	text-shadow: 0px 0px 3px #000;
}
/* GREEN BUTTON */
.visitsite_green {
	font-family: BebasNeue, arial, sans-serif;
	color: #fff; 
	height: 68px;
	line-height: 74px;
	font-size: 50px;
	display: block;
	text-shadow: 0px 0px 2px #333;
	text-align: center;
	text-transform: uppercase; 
	background: rgb(110,188,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(110,188,0,1) 0%, rgba(85,151,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(110,188,0,1) 0%,rgba(85,151,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(110,188,0,1) 0%,rgba(85,151,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebc00', endColorstr='#559700',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
}
.visitsite_green:hover {
	background: rgb(85,151,0);
}
/* RED BUTTON */
.visitsite_red {
	font-family: BebasNeue, arial, sans-serif;
	color: #fff; 
	height: 68px;
	line-height: 74px;
	font-size: 50px;
	display: block;
	text-shadow: 0px 0px 2px #333;
	text-align: center;
	text-transform: uppercase; 
	background: rgb(255,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(208,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(208,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(208,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d00000',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
}
.visitsite_red:hover {
	background: rgb(208,0,0);
}
/* GREY BUTTON */
.visitsite_grey {
	font-family: BebasNeue, arial, sans-serif;
	color: #fff; 
	height: 35px;
	line-height: 37px;
	font-size: 25px;
	display: block;
	text-shadow: 0px 0px 2px #333;
	text-align: center;
	text-transform: uppercase; 
	background: rgb(130,130,130); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(130,130,130,1) 0%, rgba(94,94,94,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(130,130,130,1) 0%,rgba(94,94,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(130,130,130,1) 0%,rgba(94,94,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
	margin-top: 10px;
}
.visitsite_grey:hover {
	background: rgb(94,94,94,1);
}
.breadcrumbs li {list-style-type: none; display: inline;position: relative}
.breadcrumbs li a{color: #333; font-size: 13px;}
.breadcrumbs li a:hover{text-decoration: underline}
.breadcrumbs li + li:before {content: "\003e";padding: 0 5px;font-size: 10px;}
.breadcrumbs {margin: 0; padding: 0 0 0px;}
