/*
	Theme Name: Alfa Scientific
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:60%;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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #636363;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #a7792e;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #c69b52;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button{
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #b07b26;
	font-family: 'Alegreya Sans', sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-size: 38px;
	font-size: 3.8rem;
}

h3 {
	font-size: 34px;
	font-size: 3.4rem;
}

h4 {
	font-size: 30px;
	font-size: 3rem;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #a7792e;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	border: 1px solid #ac7c2e;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #c69b52;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px;
	padding: 0.6rem;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding: 80px 0 28px 0;
	padding: 8rem 0 2.8rem 0;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

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

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	background: url("images/search_icon.png") no-repeat scroll center center;
	background-color: #9d722c;
	width: 32px;
	height: 32px;
	border-radius: 0px;
	text-indent: -9999px;
	float: left;
	display: block;
	border: none;
	padding: 0;
}

.search-form input[type="search"] {
	border: none;
	width: 156px;
	display: block;
	float: left;
	color: #6c6c6c;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	border-radius: 0px;
	height: 32px;
	padding: 10px 12px;
	-webkit-box-shadow: inset 0px 0px 13px -4px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 0px 13px -4px rgba(0,0,0,0.35);
	box-shadow: inset 0px 0px 13px -4px rgba(0,0,0,0.35);
	-webkit-appearance: none;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #6c6c6c;
}

.search-form input[type="search"]::-moz-placeholder {
	color: #6c6c6c;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #6c6c6c;
}

.search-form {
	overflow: hidden;
	width: auto;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	text-align: center;
}

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #464646;
	z-index: 999;
	width: 100%;
}

.site-header .wrap {
	max-width: 100%;
	padding: 0 31px 0 26px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 28px 0 21px;
	padding: 2.8rem 0 2.1rem;
	width: auto;
}

.title-area a {
	display: inline-block;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding: 36px 0 0 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
	float: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	background-color: #9d722c; 
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 4px 12px;
	padding: 0.4rem 1.2rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	position: relative;
	width: 193px;
	text-align: center;
	font-style: normal;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 1px solid #ac7c2e;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	margin: 0 10px 0 0;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: capitalize;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity ease-in-out 0.4s;
	-moz-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 50px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	float: right;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 23px;
	left: 14px;
	right: 14px;
	height: 5px;
	background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	content: "";
}

.c-hamburger span::before {
	top: -10px;
}

.c-hamburger span::after {
	bottom: -10px;
}

.c-hamburger--htx {
	background-color: #FF0000;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: #cb0032;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.type-post {
	border-bottom: 1px solid #cdd7dd;
	padding-bottom: 31px;
}

.entry-content p,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 19px;
	margin-bottom: 1.9rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 46px;
	margin-left: 4.6rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
	position: relative;
	line-height: 1.45;
}

.entry-content ul li::before {
	content: ' • ';
	display: block;
	float: left;
	position: absolute;
	left: -26px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #a7792e;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #c69b52;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.home .footer-widgets {
	position: relative;
}

.home .footer-widgets::before {
	background: url("images/footer_border.jpg") no-repeat scroll top center;
	width: 100%;
	content: '';
	display: block;
	height: 1px;
	top: 0;
	position: absolute;
}

.footer-widgets {
	background: url("images/footer_bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 408px;
	clear: both;
	color: #fff;
	padding: 50px 0 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 25%;
	position: relative;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
	padding: 0 30px 0 33px;
	color: #d7e6ef;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4;
}

.address_info > a {
	color: #d7e6ef;
}

.address_info .tel {
	cursor: default;
	pomiter-events: none;
}

.address_info {
	margin: 0 0 20px 0;
}

.address_info > strong {
	font-weight: 600;
}

.footer-widgets-1::after,
.footer-widgets-2::after,
.footer-widgets-3::after {
	background: url("images/footer_widget_border.jpg") no-repeat scroll right center;
	min-height: 217px;
	content: '';
	display: block;
	background-size: cover;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50px;
}

.footer-widgets-2 {
	padding: 0 48px 0 30px;
}

.footer-widgets-3 {
	padding: 0 41px 0 31px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .widget-title {
	color: #cad8e0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #4d4d50;
	display: inline-block;
	padding: 0 0 11px 0;
}

.footer-widgets .menu .menu-item a {
	color: #abbbc4;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer-widgets .menu .menu-item {
	margin: 0 0 3px 0;
	line-height: 1;
}

/* Footer Twitter Feed
--------------------------*/
body ul.light li.tweets_avatar {
	background: url("images/twitter_sign.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #4d4d50;
	padding: 0 0 12px 52px !important;
}

body .light div.wdtf-screen-name span.screen_name,
body div.times {
	display: none;
}

body .fetched_tweets > li {
	box-shadow: none;
}

body li.tweets_avatar {
	padding: 0px !important;
	border-radius: 0px;
}

body ul.light li.tweets_avatar .tweet_data,
body .fetched_tweets.light .tweets_avatar .tweet_data a {
	color: #cad8e0 !important;
}

body .tweet_data {
	font: 16px 'Alegreya Sans', sans-serif;
	line-height: 1.3;
}

body ul.light li.tweets_avatar .wdtf-screen-name a {
	color: #cf9f51 !important;
	font: 16px 'Alegreya Sans', sans-serif;
	line-height: 1.3;
}

body div.wdtf-screen-name {
	margin-left: 0;
	float: left;
	font-size: 16px;
	width: auto;
	line-height: 0;
}

body div.wdtf-user-card {
	width: auto;
	margin-bottom: 0;
	display: inline-block;
}

/* Footer Newsletter Form
----------------------------*/
.footer-widgets .gform_wrapper {
	max-width: 100%;
	margin: 0 0 0 0;
}

.footer-widgets .gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 0px;
}

.footer-widgets .gfield {
	margin: 0 0 15px 0 !important;
	padding: 0px !important;
}

body .gform_wrapper .field_description_below .gfield_description {
	padding: 0px !important;
}

#field_2_6 .gfield_label {
	display: none;
}

.footer-widgets .gform_wrapper .top_label .gfield_label {
	display: none;
}

.footer-widgets .ginput_container {
	margin: 0px !important;
}

.footer-widgets .gform_wrapper .top_label input.large {
	width: 100%;
	border: 1px solid #b3b3b3;
	color: #6c6c6c;
	font-size: 13px !important;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding: 7px 10px !important;
	-webkit-box-shadow: inset 0px 0px 13px -4px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 0px 13px -4px rgba(0,0,0,0.35);
	box-shadow: inset 0px 0px 13px -4px rgba(0,0,0,0.35);
	border-radius: 4px;
}

.footer-widgets .gform_wrapper .top_label input.large::-moz-placeholder {
	color: #6c6c6c;
}

.footer-widgets .gform_wrapper .top_label input.large:-ms-input-placeholder {
	color: #6c6c6c;
}

.footer-widgets .gform_wrapper .top_label input.large::-webkit-input-placeholder {
	color: #6c6c6c;
}

.footer-widgets .gform_wrapper .gform_footer {
	padding: 0px;
	margin: 0px;
}

.footer-widgets .gform_wrapper .gform_footer input.button {
	width: 100%;
	color: #ffffff;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	border-radius: 0px;
	background-color: #a7792e;
	border: 1px solid #ac7c2e;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	-o-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
	padding: 9px;
}

.footer-widgets .gform_wrapper .gform_footer input.button:hover {
	background-color: #c69b52;
}

.footer-widgets .gform_wrapper span.gform_description {
	color: #abbbc4;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	margin: 0 0 12px 0;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */
/* Header Right Section
-------------------------*/
.header-widget-area .widget {
	float: left;
}
.alfa_tag {
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 0 0;
	float: right;
	padding: 30px 0 0 15px;
}

/* Slider Section
------------------------*/
body .first-h {
	background-color: rgba(208, 161, 83, 0.96) !important;
	width: 528px;
	text-align: center !important;
    	height: 41px;
    	line-height: 41px !important;
	font-size: 26px !important;
}

body .second-h {
	font-size: 60px !important;
	line-height : 60px !important;
}

body .slide-btn {
    	display: inline-block;
    	width: 247px;
    	text-align: center !important;
    	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25) !important;
    	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25) !important;
    	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25) !important;
    	border-top-left-radius: 9px !important;
    	border-bottom-right-radius: 9px !important;
    	letter-spacing: 1px !important;
    	-webkit-transition: background-color linear 0.3s !important;
    	-moz-transition: background-color linear 0.3s !important;
    	-o-transition: background-color linear 0.3s !important;
    	transition: background-color linear 0.3s !important;
	padding: 0px !important;
	border: 1px solid #ac7c2e !important;
}

/* Panel 1 Directives
--------------------------*/
.home .site-inner {
	padding: 0px;
}

.home .entry {
	margin: 0px;
}

.directives_cont {
	background: url("images/slider_bottom_border.jpg") no-repeat scroll top center;
	background-size: 100%;
	overflow: hidden;
	background-color: #383839;
}

.directive_content a {
	display: block;
}

.directive_image {
	overflow: hidden;
	position: relative;
	border-top-left-radius: 50px;
}

.directive_image img {
	display: block;
}

.directive_image h2 {
	color: #fffdfd;
	font-size: 50px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	display: block;
	margin: 0px;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 9;
}

.directive_row .panel-grid-cell {
	width: 371px !important;
	margin: 0 28px 0 0;
}

.directive_row .panel-grid-cell:last-child {
	margin: 0 0 0 0;
}

.directive_image::after,
.fertility_test::after,
.health_test::after {
	content: '';
	display: block;
	background-color: #79b641;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.directive_content a:hover .directive_image::after {
	background-color: rgba(143, 210, 82, 0.90);
}

.fertility_test::after {
	background-color: #a061a7;
}

.directive_content a:hover .fertility_test::after {
	background-color: rgba(184, 127, 191, 0.90);
}

.health_test::after {
	background-color: #0d76b8;
}

.directive_content a:hover .health_test::after {
	background-color: rgba(56, 146, 207, 0.90);
}

.drivenflow_test::after {
	background-color: #3b6c97;
}

.directive_content a:hover .drivenflow_test::after {
	background-color: rgba(59, 108, 151, 0.90);
}


.instant_view {
	background: url("images/instant_view.png") no-repeat scroll bottom 26px center;
	background-color: #fff;
	padding-bottom: 99px;
	border-bottom-right-radius: 50px;
}

.directive_row {
	padding: 63px 0 !important;
}

/* Panel 1 About ALFA
--------------------------*/
.about_alfa {
	background-color: #383839;
}

.about_alfa_text {
	width: 996px;
	margin: 0px auto;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.2;
	padding: 68px 0 0 0;
}

.about_alfa_text h2 {
	background: url("images/about_alfa_border.png") no-repeat scroll bottom center;
	color: #b07b26;
	font-size: 45px;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 6px 0;
	padding: 0 0 10px 0;
	line-height: 1;
}

.about_alfa_text ul {
	list-style: none;
	overflow: hidden;
	margin: 0 auto 19px auto;
	width: 384px;
}

.about_alfa_text ul li {
	background: url("images/check_sign.png") no-repeat scroll left center;
	display: block;
	float: left;
	padding: 0 0 0 29px;
	font-size: 24px;
}

.about_alfa_text ul li:first-child {
	margin: 0 28px 0 0;
}

.alfa_batches {
	background-color: #383839;
	overflow: hidden;
}

.alfa_batches_icons {
	width: 702px;
	margin: 0px auto;
	padding: 20px 0 280px 0;
}

.alfa_batches_icons ul {
	list-style: none;
	overflow: hidden;
	margin: 0px auto;
}

.alfa_batches_icons ul li {
	display: block;
	float: left;
	text-align: center;
}

.alfa_batches_icons ul li::before,
.about_alfa_text ul li::before {
	display: none;
}

.alfa_batches_icons ul li:first-child {
	margin: 0 72px 0 0;
}

.alfa_batches_icons ul li h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	margin: 1px 0 0 0;
}

.alfa_batches_icons ul li:last-child {
	margin: 0 0 0 83px;
}

/* Home Panel 2
---------------------*/
.home_panel_two {
	background: url("images/homepanel_2_bg.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 815px;
}

.building_image_cont {
	text-align: center;
}

.building_image img {
	margin: -270px 0 0 0;
}

.building_image h2 {
	color: #464646;
	font-size: 50px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 0 0;
}

.dm_directives {
	width: 754px;
	margin: 52px auto 0px auto;
}

.dm_directives .panel-grid-cell {
	width: 320px !important;
}

.dm_directives .panel-grid-cell:last-child {
	float: right !important;
}

.dm_directive {
	text-align: center;
}

.dm_directive_text h2 {
	color: #616d74;
	font-size: 46px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin: -7px 0 41px 0;
	line-height: 1.13;
}

.dm_directive_text a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	display: inline-block;
	background-color: #a7792e;
	padding: 10px 10px;
	width: 310px;
	text-align: center;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 1px solid #ac7c2e;
	font-size: 22px;
	letter-spacing: 1px;
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	-o-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
}

.dm_directive_text a:hover {
	background-color: #c69b52;
}

/* Home Panel 3
---------------------*/
.tech_center_cont {
	background: url("images/homepanel_3.jpg") no-repeat scroll center center;
	background-size: cover;
	min-height: 547px;
}

.tech_center_text {
	width: 870px;
	float: right;
	padding: 154px 0 0 15px;
}

.tech_center_text h2 {
	background: url("images/technology_center_border.png") no-repeat scroll bottom left;
	color: #b07b26;
	font-size: 60px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
}

.tech_center_text h3 {
	color: #616d74;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 13px 0;
	width: 628px;
	line-height: 1;
}

.tech_center_text a {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	background-color: #a7792e;
	border: 1px solid #ac7c2e;
	letter-spacing: 1px;
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	-o-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
	width: 247px;
	text-align: center;
	padding: 10px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	float: right;
	position: relative;
}

.tech_center_text a:hover {
	background-color: #c69b52;
}

.tech_center_text a:before {
	background: url("images/tech_btn_border.png") no-repeat scroll left center;
	content: '';
	display: block;
	width: 607px;
	position: absolute;
	right: 247px;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Home Panel 4 (Tabs)
--------------------------*/
#home_tabs {
	overflow: hidden;
	padding: 26px 0 73px 0;
}

.single_tab_post {
	float: left;
	overflow: hidden;
	width: 576px;
	min-height: 193px;
}

.tab_post_image {
	float: left;
	margin: 0 23px 0 0;
}

.tab_post_image img {
	display: block;
}

.tab_post_content {
	padding: 0 40px 0 0;
}

.tab_post_title,
.tab_post_title a {
	color: #b07b26;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 8px 0;
	line-height: 1;
}

.tab_post_author_date {
	color: #738088;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

.tab_post_text {
	color: #616d74;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 0;
	line-height: 1;
}

.single_tab_post:nth-of-type(1),
.single_tab_post:nth-of-type(2) {
	border-bottom: 1px solid #cdd7dd;
	padding-bottom: 45px;
}

.single_tab_post:nth-of-type(1),
.single_tab_post:nth-of-type(3) {
	border-right: 1px solid #cdd7dd;
}

.single_tab_post:nth-of-type(2),
.single_tab_post:nth-of-type(4) {
	padding-left: 24px;
}

.single_tab_post:nth-of-type(2) .tab_post_content,
.single_tab_post:nth-of-type(4) .tab_post_content {
	padding: 0px;
}

.single_tab_post:nth-of-type(3),
.single_tab_post:nth-of-type(4) {
	padding-top: 42px;
}

.single_tab_post:nth-of-type(3) {
	clear: left;
}

.single_tab_post:nth-of-type(4) {
	clear: right;
}

.tab_more_link a {
	display: block;
	color: #fff;
	width: 239px;
	padding: 10px;
	background-color: #a7792e;
	border: 1px solid #ac7c2e;
	text-align: center;
	float: right;
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	-o-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
	position: relative;
}

.tab_more_link a:hover {
	background-color: #c69b52;
}

.tab_more_link {
	text-align: right;
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 50px 0 0 0;
}

.tab_more_link a:before {
	background: url("images/view_more_border.jpg") no-repeat scroll left center;
	content: '';
	display: block;
	width: 930px;
	position: absolute;
	right: 239px;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tab_post_cont {
	overflow: hidden;
	padding: 64px 0 0 0;
	width: 100%;
}

.tab_menu {
	list-style: none;
	border-bottom: 1px solid #cdd7dd;
	overflow: hidden;
}

.tab_menu li,
.tab_menu li a {
	display: block;
	float: left;
	color: #616d74;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

.tab_menu li {
	padding: 0 43px 0 0;
}

.tab_menu li a {
	padding: 10px 39px;
}

body .ui-state-active .ui-tabs-anchor {
	background: url("images/tab_border.jpg") no-repeat scroll bottom center;
}

body .ui-state-active a {
	color: #b07b26;
	outline: none;
}

/* Page Title Header Section
-------------------------------*/
#page_header_title {
	overflow: hidden;
	background-color: #383839;
	color: #ebebeb;
	padding: 36px 0 32px 0;
}

.page_icon,
.page_title,
.page_intro {
	overflow: hidden;
	float: left;
}

.page_title .entry-title {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: capitalize;
	margin: 0 0 0 0;
}

.page_intro {
	width: 644px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.45;
	margin: 0 0 0 40px;
}

.page_title {
	background: url("images/heading_border.png") no-repeat scroll right center;
	padding: 23px 40px 0 0;
	min-height: 85px;
}

.page_icon {
	margin: 0 22px 0 0;
}

/* Inner Page Text
-------------------*/
.left_image_text_row .panel-grid-cell:first-child {
	float: right !important;
}

.left_image_text_row_OLD_NOTUSED{	
	border-bottom: 1px solid #d8d8d8;}
.left_image_text_row {
	padding: 0 0 41px 0 !important;

}

.row_text_content {
	line-height: 1.38;
	padding: 0 62px 0 0;
}

.row_text_content h2 {
	color: #9d722c;
	font-size: 50px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 16px 0;
	line-height: 1.11;
}

.double_heading h2 {
	width: 498px;
}

.right_row_content {
	padding: 0px !important;
}

.right_image_row_text {
	border-bottom: 1px solid #d8d8d8;
	padding: 56px 0 41px 0 !important;
	margin: 0 0 30px;
}

.right_row_content {
	padding: 0 32px 0 30px !important;
}

.single_row_text {
	padding: 39px 150px 54px 218px !important;
	border-bottom: 1px solid #d8d8d8;
}

.single_heading_row {
	border-bottom: 1px solid #d8d8d8;
	padding: 50px 0 41px 0 !important;
}

.single_heading h2 {
	padding: 46px 0 0 0;
}

.ms_page .ms_text {
	width: 580px;
	padding: 15px 0 0 0;
}

/* Blog Template
----------------------*/
.page-template-page_blog .ms_text,
.page-template-tech_center .ms_text,
.page-template-news .ms_text {
	padding: 15px 0 0 0;
	width: 544px;
}

.page-template-page_blog .site-inner {
	padding: 35px 0 28px 0;
	padding: 3.5rem 0 2.8rem 0;
}

.entry-title a {
	color: #b07b26;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
}

#post_featured_image {
	float: left;
	border-right: 1px solid #cdd7dd;
	padding: 0 23px 0 0;
	margin: 0 23px 0 0;
}

#post_featured_image img {
	display: block;
}

p.entry-meta {
	color: #738088;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.type-post .entry-content {
	color: #616d74;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4;
	padding: 0 82px 0 0;
}

.type-post .entry-title {
	margin-bottom: 22px;
}

#excerpt {
	display: block;
	text-align: right;
}

#excerpt .read-more,
.excerpt_btn a {
	color: #ffffff;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	display: inline-block;
	background-color: #a7792e;
	padding: 10px 10px;
	width: 207px;
	text-align: center;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 1px solid #ac7c2e;
	font-size: 22px;
	letter-spacing: 1px;
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	-o-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
}

#excerpt .read-more:hover,
.excerpt_btn a:hover {
	background-color: #c69b52;
}

#single_featured_image {
	float: left;
	margin: 0 15px 15px 0;
}

#single_featured_image img {
	display: block;
}

.single .type-post {
	border-bottom: none;
}

.single .type-post .entry-footer {
	border-top: double #ddd;
	border-bottom: double #ddd;
	padding: 17px 0 0 0;
	margin: 30px 0 0 0;
}

.news_excerpt,
.press_excerpt {
	width: 730px;
	float: left;
	color: #616d74;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	/*line-height: 1;*/
}

.press_excerpt {
	width: 100%;
}

.news_post_images {
	float: right;
	border-left: 1px solid #cdd7dd;
	padding: 0 43px 0 23px;
	margin: 0 0 0 23px;
}

.single_news_post {
	overflow: hidden;
}

.excerpt_btn {
	overflow: hidden;
	clear: both;
	text-align: right;
	margin: 0 0 34px 0;
	padding: 34px 0 0 0;
}

.excerpt_btn a {
	position: relative;
}

.excerpt_btn a::before {
	background: url("images/news_border.jpg") no-repeat scroll left center;
	content: '';
	display: block;
	width: 935px;
	position: absolute;
	right: 206px;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.press_post_images {
	float: right;
	margin: 0 0 33px 33px;
}

.press_post_images img {
	display: block;
}

/* Technology Center
------------------------------*/
#tech_center {
	overflow: hidden;
}

.tech_center_post {
	min-height: 254px;
	display: block;
	float: left;
	width: 568px;
	position: relative;
	margin: 0 0 30px 0;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.tech_center_post::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
background: -moz-linear-gradient(left,  rgba(167,121,46,1) 0%, rgba(167,121,46,0.45) 100%);
background: -webkit-linear-gradient(left,  rgba(167,121,46,1) 0%,rgba(167,121,46,0.45) 100%);
background: linear-gradient(to right,  rgba(167,121,46,1) 0%,rgba(167,121,46,0.45) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7792e', endColorstr='#73a7792e',GradientType=1 )
}

.tech_center_post img {
	display: block;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
}

.tech_center_post:hover {
	opacity: 0.85;
	cursor: pointer;
}

.tech_center_post:nth-of-type(2n+2) {
	float: right;
}

.tech_center_post h2 {
	color: #fffdfd;
	font-size: 50px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 0 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
	line-height: 1.1;
	z-index: 1;
}

.page-template-tech_center .site-inner {
	padding: 39px 0 18px 0;
}

/* Technology Center Single Template
-------------------------------------*/
.breadcrumb {
	display: none;
}

.single-technology_center .breadcrumb {
	display: block;
	margin: 0 0 0 0;
	background-color: #383839;
	color: #a7a7a7;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	border-bottom: 1px solid #49494a;
	height: 44px;
	line-height: 44px;
}

.single-technology_center .tc_buy_link {
	display: none;
}

.breadcrumb-link-wrap a,
.sign {
	color: #cf9f51;
}

#tc_post_image_panel {
	background-color: #383839;
	padding: 35px 0 42px 0;
}

.tc_post_image {
	float: left;
	margin: 0 192px 0 168px;
}

.tc_post_image img {
	display: block;
}

.tc_post_title {
	color: #e3e3e3;
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 13px 0;
	font-family: 'Alegreya Sans', sans-serif;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #49494a;
}

.tc_post_content {
	color: #bebebe;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1;
}

.tc_post_content > p {
	margin: 0 0 19px 0;
}

.more_link,
.more_link:hover {
	color: #bebebe;
	font-weight: 600;
	display: inline;
	border-bottom: 1px solid #bebebe;
}

.tc_buy_link label {
	color: #e3e3e3;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}

.tc_buy_link label .contact_btn {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	background-color: #a7792e;
	width: 157px;
	text-align: center;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 1px solid #ac7c2e;
	letter-spacing: 1px;
	margin: 0 0 0 14px;
	height: 38px;
	line-height: 38px;
	-webkit-transition: background-color linear 0.3s;
	-moz-transition: background-color linear 0.3s;
	-o-transition: background-color linear 0.3s;
	transition: background-color linear 0.3s;
}

.tc_buy_link label .contact_btn:hover {
	background-color: #c69b52;
	border: 1px solid #c69b52;
}

.tc_post_cont {
	width: 544px;
	float: right;
}

.tc_buy_link {
	margin: 30px 0 0 0;
}

.buy_amazon,
.buy_amazon:hover {
	color: #fff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: inline-block;
	width: 157px;
	background-color: #79b642;
	padding: 0px 6px;
	text-align: center;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 1px solid #679d36;
	letter-spacing: 1px;
	position: relative;
	height: 38px;
	line-height: 38px;
}

body.fertitlity_posts .buy_amazon,
body.fertitlity_posts .buy_amazon:hover,
body.fertitlity_posts .contact_btn {
	background-color: #a05fa6;
	border: 1px solid #a05fa6;
}

body.purple_color .buy_amazon,
body.purple_color .buy_amazon:hover,
body.purple_color .contact_btn {
	background-color: #a05fa6 !important;
	border: 1px solid #a05fa6 !important;
}

body.health_posts .buy_amazon,
body.health_posts .buy_amazon:hover,
body.health_posts .contact_btn {
	background-color: #0e76bc;
	border: 1px solid #0e76bc;
}

body.driven_flow_posts .buy_amazon,
body.driven_flow_posts .buy_amazon:hover,
body.driven_flow_posts .contact_btn {
	background-color: #3b6c97;
	border: 1px solid #3b6c97;
}

body.blue_color .buy_amazon,
body.blue_color .buy_amazon:hover,
body.blue_color .contact_btn {
	background-color: #0e76bc !important;
	border: 1px solid #0e76bc !important;
}

body.dark_blue_color .buy_amazon,
body.dark_blue_color .buy_amazon:hover,
body.dark_blue_color .contact_btn {
	background-color: #3b6c97 !important;
	border: 1px solid #3b6c97 !important;
}
 
.buy_amazon::after {
	background: url("") no-repeat scroll center center;
	background-size: cover;
	width: 157px;
	height: 38px;
	content: '';
	display: none;
	position: absolute;
	top: -1px;
	left: 171px;
	cursor: default;
	pointer-events: none;
}

.single-technology_center .sidebar {
	width: 300px;
	margin: 0px;
}

.single-technology_center .sidebar .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #383839;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 24px;
	margin: 0 0 0 0;
}

.single-technology_center .sidebar .widget {
	margin: 0 0 0 0;
	border: 1px solid #ebebeb;
}

.single-technology_center .sidebar .menu .menu-item a {
	color: #616d74;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	line-height: 1.25;
	-webkit-transition: color linear 0.3s;
	-moz-transition: color linear 0.3s;
	-o-transition: color linear 0.3s;
	transition: color linear 0.3s;
}

.single-technology_center .sidebar .menu .menu-item {
	margin: 0 0 0 0;
}

.single-technology_center .sidebar .menu {
	padding: 15px 26px;
}

.single-technology_center .sidebar .menu .menu-item a:hover,
.single-technology_center .sidebar .menu .current-menu-item a {
	color: #a7792e;
}

.single-technology_center .entry-content h2 {
	color: #616d74;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 7px 0 14px 0;
}

.single-technology_center .entry-content {
	color: #616d74;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.25;
	width: 870px;
	float: left;
	padding: 0 52px 0 24px;
}

.single-technology_center .entry-content p {
	margin-bottom: 16px;
}

.single-technology_center .site-inner {
	padding: 23px 0 20px 0;
}

/* Drug Tests
---------------------------------------*/
#drug_tests_intro {
	background-color: #383839;
	padding: 43px 0 30px 0;
}

#drug_tests_intro .widget-title {
	background: url("images/drug_border.jpg") no-repeat scroll right center;
	height: 84px;
	display: block;
	float: left;
	margin: 0 32px 0 0;
	color: #ffffff;
	font-size: 60px;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: uppercase;
	padding: 0 46px 0 0;
}

#drug_tests_intro .widget {
	color: #d1d1d1;
	font-size: 21px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.2;
}

#drug_tests_intro .widget .textwidget {
	width: 636px;
	overflow: hidden;
	float: left;
	padding: 5px 0 0 0; 
}

#drug_tests_posts {
	padding: 36px 0 0 0;
}

.single_drug_test,
a.test_link {
	display: block;
	width: 369px;
	height: 277px;
	position: relative;
	float: left;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
	text-align: center;
}

a.test_link {
	margin: 0 30px 31px 0;
}

a.test_link:nth-of-type(3n+3) {
	margin: 0 0 31px 0;
}

.single_drug_test img {
	display: block;
}

.drug_test_title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9;
	width: 100%;
}

/*.single_drug_test:hover .drug_test_title {
	display: none;
}*/

.drug_test_type {
	display: inline-block;
	color: #757575;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 900;
	background-color: #fff;
	border-radius: 23px;
	height: 47px;
	padding: 0 28px;
	letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
}

.drug_test_title h2 {
	color: #fffdfd;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 9px 0 0 0;
	text-align: center;
}

.single_drug_test:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #6fc620;
	mix-blend-mode: multiply;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.single_drug_test:hover:after {
	background-color: #79b642;
	mix-blend-mode: multiply;
	cursor: pointer;
}

.single_drug_test:nth-of-type(14) .drug_test_title {
	width: 57%;
}

.drug_test_fields {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 210px;
	height: auto;
	display: none;
	z-index: 9;
}

.drug_test_fields a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	border: 1px solid #fff;
	background-color: transparent;
	text-align: center;
	width: 210px;
	height: 44px;
	border-radius: 23px;
	line-height: 44px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.drug_test_fields a:last-child {
	margin: 0 0 0 0;
}

.drug_test_fields a:hover {
	color: #87a56b;
	background-color: #fff;
}

.btn_cont {
	overflow: hidden;
	width: 798px;
	margin: 0 auto;
}

.btn_cont a.test_link:last-child {
	margin-right: 0px;
}

/*.single_drug_test:hover .drug_test_fields {
	display: block;
}*/

.fertility_tests_intro .widget-title {
	background: url("images/fertility_border.jpg") no-repeat scroll right center !important;
}

.single_fertility_test::after {
	background-color: #a44cac;
}

.single_fertility_test:hover::after {
	background-color: #a05fa6;
}

.fertility_test_fields a:hover {
	color: #a44cac;
}

.health_tests_intro .widget-title {
	background: url("images/health_heading_border.jpg") no-repeat scroll right center !important;
}

.single_health_test::after,
.single_health_test .single_drug_test::after {
	background-color: #008eed;
}

.single_health_test:hover::after,
.single_health_test .single_drug_test:hover::after {
	background-color: #0e76bc;
}

.single_drug_test.single_driven_test::after {
	background-color: #3b6c97;
}

.single_drug_test.single_driven_test:hover::after {
	background-color: #0e76bc;
}

.health_test_fields a:hover {
	color: #008eed;
}

.page-template-products .site-inner {
	display: none;
}

.urine_cups .drug_test_title {
	width: 160px;
	margin: 0 auto;
}

#drug_tests_intro.driven_flow_tests_intro .widget .textwidget {
	width: 593px;
}

.driven_flow_tests_intro .widget-title {
	background: url( "images/driven-heading-border.jpg" ) no-repeat scroll right center !important;
}

/* ALFA Test Single Product
--------------------------------*/
.health_test_posts {
	padding-bottom: 73px !important;
}

.single-products .breadcrumb {
	display: block;
	background-color: #383839;
	height: 44px;
	border-bottom: 1px solid #49494a;
	color: #a7a7a7;
	line-height: 44px;
	margin: 0px;
}

#product_post_panel {
	background-color: #383839;
	padding: 38px 0 42px 0;
}

.product_image {
	display: block;
	float: left;
}

.product_intro_content {
	float: right;
	width: 566px;
	color: #bebebe;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1;
}

.product_intro_content > p {
	margin: 0 0 18px 0;
}

.product_name {
	color: #79b642;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 13px 0;
	line-height: 1;
	border-bottom: 1px solid #49494a;
	padding: 0 0 9px 0;
}

body.fertility_posts .product_name {
	color: #a05fa6;
}

body.fertility_posts .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title {
	background-color: #a05fa6;
}

.single-products .entry-content {
	width: 870px;
	float: left;
}

.single-products .sidebar {
	width: 270px;
	float: right;
	margin: 0px;
}

body .so-widget-toggles .soua-main .soua-accordion-title {
	padding: 0 0 9px 0;
	line-height: 51px;
	height: 51px;
}

body .so-widget-toggles .soua-main .soua-accordion-title:after {
	display: none;
}

body .so-widget-toggles .soua-main .soua-accordion {
	border: 1px solid #ebebeb;
	margin: 0 0 10px 0 !important;
}

body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #79b642;
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	position: relative;
}

body.fertitlity_posts .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body.fertitlity_posts .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #a05fa6;
}

body.fertitlity_posts .product_name {
	color: #a05fa6;
}

body.health_posts .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body.health_posts .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #0e76bc;
}

body.health_posts .product_name {
	color: #0e76bc;
}

body.driven_flow_posts .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body.driven_flow_posts .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #3b6c97;
}

body.driven_flow_posts .product_name {
	color: #3b6c97;
}

body.blue_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body.blue_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #0e76bc;
}

body.blue_color .product_name {
	color: #0e76bc !important;
}

body.dark_blue_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body.dark_blue_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #3b6c97;
}

body.dark_blue_color .product_name {
	color: #3b6c97 !important;
}

body.green_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body.green_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #3b6c97;
}

body.green_color .product_name {
	color: #3b6c97 !important;
}

body.purple_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title,
body.purple_color .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	background-color: #a05fa6;
}

body.purple_color .product_name {
	color: #a05fa6 !important;
}


body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title:hover {
	color: #fff;
}

body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title::before {
	background: url("images/accordion_sprite.png") no-repeat 0 0;
	background-size: cover;
	width: 33px;
	height: 33px;
	content: '';
	display: block;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-title.active::before {
	background: url("images/accordion_sprite.png") no-repeat 0 -33px;
}

body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-content h2 {
	color: #616d74;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 12px 0;
}

body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-content ul {
	margin-left: 42px;
}

body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-content {
	color: #616d74;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 26px;
	line-height: 1.2;
}

body .so-widget-toggles .soua-main .soua-accordion .soua-accordion-content img {
	margin-bottom: 16px;
}

.single-products .sidebar .widget:first-child .widget-title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 0;
	background-color: #383839;
	border: 1px solid #ebebeb;
	padding: 10px 24px;
}

.single-products .sidebar .widget {
	margin: 0 0 0 0;
}

.single-products .sidebar .widget:nth-of-type(2),
.single-products .sidebar .widget:nth-of-type(3),
.single-products .sidebar .widget:nth-of-type(4),
.single-products .sidebar .widget:nth-of-type(5){
	border: 1px solid #ebebeb;
	padding: 22px 26px;
}

.single-products .sidebar .widget:nth-of-type(2) .widget-title,
.single-products .sidebar .widget:nth-of-type(3) .widget-title,
.single-products .sidebar .widget:nth-of-type(4) .widget-title,
.single-products .sidebar .widget:nth-of-type(5) .widget-title {
	background: url("images/drug_tri_icon.png") no-repeat scroll right center;
	margin: 0 0 7px 0;
	color: #79b642;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	cursor: pointer;
}

.single-products .sidebar .widget .menu .menu-item a {
	color: #616d74;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition: color linear 0.3s;
	-moz-transition: color linear 0.3s;
	-o-transition: color linear 0.3s;
	transition: color linear 0.3s;
	display: block;
	line-height: 1;
}

.single-products .sidebar .widget:nth-of-type(2) .menu .menu-item a:hover {
	color: #79b642;
}

.single-products .sidebar .widget:nth-of-type(3),
.single-products .sidebar .widget:nth-of-type(4) {
	border-top: none;
}

.single-products .sidebar .widget:nth-of-type(3) .widget-title {
	background: url("images/fertility_tri_icon.png") no-repeat scroll right center;
	color: #a05fa6;
}

.single-products .sidebar .widget:nth-of-type(3) .menu .menu-item a:hover {
	color: #a05fa6;
}

.single-products .sidebar .widget:nth-of-type(4) .widget-title {
	background: url("images/health_tri_icon.png") no-repeat scroll right center;
	color: #0e76bc;
}

.single-products .sidebar .widget:nth-of-type(4) .menu .menu-item a:hover {
	color: #0e76bc;
}

.single-products .site-inner {
	padding: 22px 0 34px 0;
}

.menu-sidebar-drug-tests-links-container,
.menu-sidebar-fertility-tests-links-container,
.menu-sidebar-health-tests-links-container {
	display: none;
}

.single-products .more_link {
	display: none;
}

/* Sticky Contact Button
-------------------------*/
.cat_button {
	background: url(images/cat_btn.png) no-repeat;
	background-size: cover;
	width: 50px;
	height: 180px;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	z-index: 9;
}

.cat_button2 {
	background: url(images/cat_btn2.png) no-repeat;
	background-size: cover;
	width: 50px;
	height: 180px;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	position: fixed;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	z-index: 9;
}

/* Mega Max Menu
-------------------------*/
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: url("images/menu_slice.png") no-repeat scroll center center;
	background-size: cover;
	width: 45px;
	height: 32px;
	text-indent: -9999px;
}

body #mega-menu-wrap-max_mega_menu_1 {
	background: transparent;
}

.widget-area .widget_maxmegamenu {
	margin: 0 0 0 30px;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #383839;
	right: 0;
	padding: 30px 260% 130px !important;
	top: -36px;
	left: inherit;
	min-height: 730px;
	min-width: 1263px;
}

ul.mega-sub-menu li.mega-hide_item > a:nth-of-type(1) {
	visibility: hidden !important;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: none;
	background: url("images/bullet.png") no-repeat scroll left center;
	padding: 0 0 0 15px;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:nth-of-type(1),
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #d0a153;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 12px 16px;
}

li.mega-contact_gold_color > a {
	background: url("images/contact_arrow.png") no-repeat scroll 120px 9px !important;
	color: #d0a153 !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	margin: 0px 0 0 0 !important;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item {
	padding: 0 0 10px 0;
	max-height: 40px;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0px;
}

.mega-prepend_div .mega-sub-menu .info_center,
.mega-prepend_div .mega-sub-menu .close,
.mega-prepend_div .mega-sub-menu .menu_logo {
	display: none !important;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu .info_center {
	color: #d0a153;
	font-size: 45px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	text-align: center;
	margin: 0 auto 20px auto;
	width: 337px;
	padding: 89px 0 0 0;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu .close {
	background: url("images/cross_sign.png") no-repeat scroll right center;
	display: block;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 9;
	padding: 0 50px 0 0;
	position: absolute;
	top: 35px;
	right: 24px;
}

body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu .menu_logo {
	background: url("images/menu_logo.png") no-repeat scroll center center;
	background-size: cover;
	text-indent: -9999px;
	width: 558px;
	height: 50px;
	display: block;
	float: left;
	position: absolute;
	left: 26px;
	top: 28px;
}

/* Product Menu
-------------------*/
body #mega-menu-wrap-max_mega_menu_2 {
	background: transparent;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:focus,
body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
	background-color: #9d722c;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 12px;
	padding: 0 1.2rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	width: 193px;
	text-align: center;
	font-style: normal;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 1px solid #ac7c2e;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	margin: 0 10px 0 0;
	line-height: 32px;
   	height: 32px;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: #383839;
}

body .mega-product_none > .mega-menu-link:nth-of-type(1) {
	display: none !important;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 10px 0;
}

body .mega-drug_test > .mega-menu-link:nth-of-type(1) {
	color: #79b642 !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	font-family: 'Source Sans Pro', sans-serif !important;
	margin: 0 0 10px 0 !important;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 36px 50%;
	top: -36px;
	min-width: 800px !important;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-of-type(1) {
	padding-left: 4% !important;
	position: relative !important;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-of-type(1)::before {
	background-color: #9d722c;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 40px;
	content: '';
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-of-type(4) {
	padding-right: 4% !important;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-of-type(4)::before {
	background-color: #9d722c;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 40px;
	content: '';
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-driven_Flow_item {
	position: relative;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-driven_Flow_item::before {
	background: url("images/driven_Flow_bullet.png") no-repeat scroll top center;
	content: '';
	display: block;
	width: 5px;
	height: 4px;
	position: absolute;
	top: 16px;
    	left: -16px;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-drug_test_item {
	position: relative;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-drug_test_item::before {
	background: url("images/drug_bullet.png") no-repeat scroll top center;
	content: '';
	display: block;
	width: 5px;
	height: 4px;
	position: absolute;
	top: 16px;
    	left: -16px;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-fertility_test > a.mega-menu-link {
	color: #a05fa6 !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 10px 0;
	text-transform: uppercase !important;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-fertility_item {
	position: relative;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-fertility_item::before {
	background: url("images/fertility_bullet.png") no-repeat scroll top center;
	content: '';
	display: block;
	width: 5px;
	height: 4px;
	position: absolute;
	top: 16px;
    	left: -16px;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-health_test > a.mega-menu-link {
	color: #0e76bc !important;
	font-weight: 600 !important;
	margin: 0 0 10px 0 !important;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-health_test_item {
	position: relative;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-health_test_item::before {
	background: url("images/health_bullet.png") no-repeat scroll top center;
	content: '';
	display: block;
	width: 5px;
	height: 4px;
	position: absolute;
	top: 16px;
    	left: -16px;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-driven_Flow > a.mega-menu-link {
	color: #3b6c97 !important;
	font-weight: 600 !important;
	margin: 0 0 10px 0 !important;
}






body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu > div.product {
	display: none;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product {
	color: #fff;
	background-color: #9d722c;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 12px;
	padding: 0 1.2rem;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	width: 193px;
	text-align: center;
	font-style: normal;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border: 1px solid #ac7c2e;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
	margin: 0px auto 76px auto;
	line-height: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::before {
	background: url("images/product_border.png") no-repeat;
	content: '';
	display: block;
	position: absolute;
	bottom: -76px;
	width: 28px;
	height: 76px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::after {
	background: url("images/ul_border.png") no-repeat;
	content: '';
	display: block;
	position: absolute;
	bottom: -117px;
	width: 100%;
	min-width: 1167px;
	height: 41px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}*/

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu > div.product_close {
	display: none;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
	border-top: 1px solid #9d722c;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product_close {
	background: url("images/cross_sign.png") no-repeat scroll right center;
	display: block;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 9;
	padding: 0 50px 0 0;
	position: absolute;
	top: 35px;
	right: 24px;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu > div.product_logo {
	display: none;
}

body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product_logo {
	background: url("images/menu_logo.png") no-repeat scroll center center;
	background-size: cover;
	text-indent: -9999px;
	width: 520px;
	height: 46px;
	display: block;
	float: left;
	position: absolute;
	left: 26px;
	top: 28px;
}

#maxmegamenu-3 {
	margin: 0px;
}

/* About Us Page Template
------------------------------------*/
.page-template-about_us .single_drug_test:after {
	background-color: #9d722c;
}

.page-template-about_us .single_drug_test:hover:after {
	background-color: #c69b52;
}

.page-template-about_us .drug_test_fields a:hover {
	color: #9d722c;
}

.page-template-about_us .site-inner {
	display: none;
}

.about_page_directive,
.about_page_directive a {
	display: block;
	width: 100%;
	height: 277px;
	position: relative;
	float: left;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
	text-align: center;
	background-color: #9d722c;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.about_page_directive h2 {
	color: #fffdfd;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Alegreya Sans', sans-serif;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

.about_page_directive a:hover {
	background-color: #c69b52;
}

#about_page {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.about_page .page_intro {
	max-width: 947px;
	width: 100%;
}

ul.socail_icons {
	list-style: none;
	overflow: hidden;
}

ul.socail_icons li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

ul.socail_icons li a {
	display: block;
}

ul.socail_icons li a img {
	height: 23px;
	display: block;
}

.post-type-heading {
	font-size: 30px;
	font-weight: 700;
}

h2.search_title {
	color: #000;
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
}

.single-social .entry-meta,
.single-press .entry-meta,
.single-news .entry-meta,
.single-whitepapers .entry-meta {
	display: none;
}

body .gform_wrapper .gform_body {
	width: calc(100% + 0px);
}

body.single-whitepapers .breadcrumb {
	display: block;
	margin: 0 0 0 0;
	padding: 20px 0 40px;
}

body.single-whitepapers .site-inner {
	padding: 0px;
}

body.search .entry {
	margin: 0px;
}

body.search .entry-title {
	margin: 0 0 5px;
}

body.search .entry-title a {
	font-size: 32px;
}

.left_image_text_row {
	display: block !important;
}

.redactor-box p, .product_intro_text p{
	font-size: 18px;
	color: #ffffff;
}

/*
IE 10 & 11 CSS Hacks
----------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.single_drug_test:after {
		background-color: rgba(121, 182, 66, 0.65);
	}

	.single_drug_test:hover:after {
		background-color: rgba(111, 198, 32, 0.55);
	}

	.single_fertility_test:after {
		background-color: rgba(160, 95, 166, 0.65);
	}

	.single_fertility_test:hover:after {
		background-color: rgba(164, 76, 172, 0.55);
	}

	.single_drug_test.single_driven_test::after,
	.single_health_test:after {
		background-color: rgba(14, 118, 188, 0.65);
	}

	.single_drug_test.single_driven_test:hover::after,
	.single_health_test:hover:after {
		background-color: rgba(14, 118, 188, 0.45);
	}
}

/*
Real Edge CSS Hacks
--------------------*/
@supports (-ms-accelerator:true) {
  	.single_drug_test:after,
	.directive_image::after {
		background-color: rgba(121, 182, 66, 0.65);
	}

	.single_drug_test:hover:after {
		background-color: rgba(111, 198, 32, 0.55);
	}

	.single_fertility_test:after,
	.fertility_test::after {
		background-color: rgba(160, 95, 166, 0.65);
	}

	.single_fertility_test:hover:after {
		background-color: rgba(164, 76, 172, 0.55);
	}

	.single_health_test:after,
	.health_test::after {
		background-color: rgba(14, 118, 188, 0.65);
	}

	
	.single_health_test:hover:after {
		background-color: rgba(14, 118, 188, 0.45);
	}
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1498px) {

	.alfa_tag {
		font-size: 24px;
		padding: 21px 0 0 15px;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::after {
		width: 1240px;
	}

}

@media only screen and (min-width: 1750px) {

	.alfa_tag {
		padding: 21px 0 0 68px;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 36px 20% !important;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::after {
		width: 1560px;
		background-size: 100%;
	}
}

@media only screen and (max-width: 1280px) {

	.alfa_tag {
    		float: none;
    		padding: 10px 0 0 0;
    		font-size: 16px;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product_logo {
	width: 480px;
	height: 43px;
}

}

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: auto;
	}
	
	.genesis-nav-menu a {
		font-size: 12px;
		padding: 7px 12px;
		width: 154px;
	}
	
	.search-form input[type="search"] {
		width: 110px;
	}

	.about_page .page_intro {
		max-width: 736px;
	}
	
	.footer-widgets-4 {
		padding: 0 0 0 33px;
		font-size: 14px;
	}
	
	.footer-widgets-2 {
		padding: 0 30px;
	}
	
	body ul.light li.tweets_avatar {
		padding: 0 0 12px 40px !important;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 30px 80% 0 !important;
		min-width: 100%;
	}
	
	.news_excerpt {
		width: 550px;
	}
	
	.tech_center_post {
		min-height: 210px;
		display: block;
		width: 49%;
	}

	.tech_center_post h2 {
		font-size: 36px;
	}
	
	.tc_post_image {
		margin: 0px 74px;
	}
	
	.single-technology_center .entry-content {
		width: 660px;
		padding: 0px;
	}
	
	.ms_page .ms_text {
		width: 406px;
	}
	
	body.md_page .page_intro {
		width: 468px !important;
	}
	
	.single_drug_test,
	a.test_link {
		width: 300px;
		height: 224px;
	}
	
	.drug_test_fields {
		width: 170px;
	}
	
	.drug_test_fields a {
		font-size: 14px;
		width: 170px;
		height: 34px;
		line-height: 34px;
	}
	
	#drug_tests_intro .widget-title {
		font-size: 40px;
		padding: 14px 26px 0 0;
	}
	
	.drug_test_title h2 {
		font-size: 24px;
	}
	
	.drug_test_type {
		font-size: 22px;
		height: 36px;
	}
	
	.product_image {
		width: 39%;
	}
	
	.single-products .entry-content {
		width: 660px;
	}
	
	.instant_view {
		background-size: 270px 40px;
	}
	
	.directive_image h2 {
		font-size: 40px;
	}
	
	.directive_row .panel-grid-cell {
		width: 301px !important;
	}
	
	.building_image h2 {
		font-size: 42px;
	}
	
	.single_tab_post {
		    width: 478px;
	}

	.about_alfa_text {
		width: 100%;
	}

	.alfa_tag {
		float: none;
		padding: 10px 0 0 0;
		font-size: 16px;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
		font-size: 12px;
		padding: 13px 12px 7px 12px;
		width: 154px;
		line-height: 0px;
	}
	
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::after {
		width: 980px;
		background-size: contain;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product_logo {
		width: 350px;
		height: 31px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 36px 7%;
	}

	.single_drug_test:after,
	.directive_image::after {
		background-color: rgba(121, 182, 66, 0.65);
	}

	.single_drug_test:hover:after {
		background-color: rgba(111, 198, 32, 0.55);
	}

	.single_fertility_test:after,
	.fertility_test::after {
		background-color: rgba(160, 95, 166, 0.65);
	}

	.single_fertility_test:hover:after {
		background-color: rgba(164, 76, 172, 0.55);
	}

	.single_drug_test.single_driven_test::after,
	.single_health_test:after,
	.health_test::after {
		background-color: rgba(14, 118, 188, 0.65);
	}

	.single_drug_test.single_driven_test:hover::after,
	.single_health_test:hover:after {
		background-color: rgba(14, 118, 188, 0.45);
	}

	.about_page_directive,
	.about_page_directive a {
		height: 247px;
	}

	.single-technology_center .sidebar .menu .menu-item a {
		font-size: 16px;
	}

	.single-technology_center .sidebar {
		width: 260px;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
		min-width: 730px !important;
	}
	
	#drug_tests_intro.driven_flow_tests_intro .widget .textwidget {
		width: 573px;
	}
}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 768px;
		padding: 0 10px;
	}
	
	.site-header .wrap {
		padding: 0 10px;
	}
	
	.title-area {
		width: 574px;
		text-align: center;
		margin: 0px auto;
		float: none;
	}

	.btn_cont {
		width: 500px;
	}
	
	.alfa_tag {
		float: right;
		padding: 10px 0 0 64px;
		font-size: 24px;
	}
	
	.site-header .widget-area {
		width: 698px;
		padding: 0;
		margin: 0 auto;
		float: none;
	}
	
	.genesis-nav-menu a {
		padding: 7px 12px;
		font-size: 12px;
		width: 154px;
	}
	
	.search-form input[type="search"] {
		width: 112px;
	}
	
	.widget-area .widget_maxmegamenu {
		margin: 0 0 0 15px;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
		font-size: 12px;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		top: -102px;
	}
	
	li.mega-contact_gold_color > a {
		background: url("images/contact_arrow.png") no-repeat scroll 90px 4px !important;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 30px 80% 0 !important;
		min-height: 500px;
		min-width: 100%;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu .menu_logo {
		width: 390px;
		height: 35px;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu .info_center {
		font-size: 30px;
		width: 230px;
		padding: 45px 0 0 0;
	}
	
	body ul.light li.tweets_avatar .wdtf-screen-name a,
	body .tweet_data {
		font: 13px 'Alegreya Sans', sans-serif;
	}

	body ul.light li.tweets_avatar {
		padding: 0 0 12px 26px !important;
		background-size: 18px;
	}

	.about_page .page_intro {
		max-width: 476px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		padding: 0 10px;
	}
	
	.footer-widgets-4 {
		font-size: 13px;
	}
	
	.footer-widgets .widget-title {
		margin: 0 0 18px 0;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu .close {
		padding: 0 26px 0 0;
		background-size: 20px;
	}
	
	.footer-widgets .menu .menu-item a,
	.footer-widgets .gform_wrapper span.gform_description {
		font-size: 13px;
	}
	
	.page-template-page_blog .ms_text,
	.page-template-news .ms_text {
		width: 528px;
	}

	body .panel-grid {
		margin: 0px !important;
	}
	
	.news_excerpt, .press_excerpt {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	.news_post_images {
		float: none;
		border-left: none;
		padding: 0;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	
	.excerpt_btn {
		overflow: hidden;
		clear: both;
		text-align: center;
		padding: 34px 0;
		border-bottom: 1px solid #eee;
	}
	
	.excerpt_btn a::before {
		display: none;
	}
	
	.page-template-press .excerpt_btn {
		text-align: right;
		padding: 0 0 34px 0;
	}
	
	.page-template-press .page_intro {
		width: 400px;
		margin: 0 0 0 36px;
	}
	
	.page-template-tech_center .ms_text {
		padding: 0px;
		width: 332px;
	}
	
	.tech_center_post {
		min-height: 148px;
		width: 332px;
	}
	
	.tech_center_post h2 {
		font-size: 24px;
	}
	
	.tc_post_image {
		margin: 0 auto 20px auto;
		float: none;
	}
	
	.tc_post_image img {
		display: block;
		margin: 0 auto;
	}
	
	.tc_post_cont {
		width: 100%;
		float: none;
	}
	
	.single-technology_center .entry-content {
		width: 100%;
		padding: 0px;
		float: none;
	}
	
	.single-technology_center .sidebar {
		float: none;
		margin: 0px auto;
	}
	
	.tc_buy_link {
		text-align: center;
	}
	
	.ms_page .ms_text {
		width: 277px;
		padding: 0;
		margin: 0 0 0 20px;
	}
	
	.ms_page .page_title {
		padding: 32px 20px 0 0;
	}
	
	.ms_page .page_title .entry-title {
		font-size: 30px;
	}
	
	.ms_page .page_icon {
		margin: 0 20px 0 0;
	}
	
	.single_heading h2 {
		padding: 0 0 0 0;
		font-size: 34px;
	}
	
	.right_image_row_text {
		padding: 30px 0 !important;
	}
	
	.row_text_content {
		padding: 0px;
	}
	
	.single_heading_row {
		padding: 30px 0 !important;
	}
	
	.row_text_content h2 {
		font-size: 30px;
	}
	
	.single_row_text {
		padding: 39px 60px !important;
	}
	
	body.md_page .page_title {
		padding: 26px 20px 0 0;
	}
	
	body.md_page .page_title .entry-title {
		font-size: 30px;
	}
	
	body.md_page .page_intro {
		width: 332px !important;
		margin: 0 0 0 20px;
	}
	
	#drug_tests_intro .widget .textwidget {
		width: 380px;
		font-size: 16px;
	}
	
	.single_drug_test,
	a.test_link  {
		width: 223px;
		height: 168px;
	}

	a.test_link {
		margin: 0 15px 31px 0;
	}
	
	.drug_test_fields a {
		font-size: 12px;
		width: 130px;
		height: 22px;
		line-height: 22px;
	}
	
	.drug_test_type {
		font-size: 16px;
		height: 28px;
	}
	
	.drug_test_title h2 {
		font-size: 18px;
	}
	
	.product_intro_content {
		width: 58%;
	}
	
	.single-products .entry-content {
		float: none;
		width: 100%;
	}
	
	.single-products .sidebar {
		float: none;
		margin: 0px auto;
	}
	
	.directive_row .panel-grid-cell {
		width: 214px !important;
	}
	
	.directive_image h2 {
		font-size: 30px;
	}
	
	.instant_view {
		background: url("images/instant_view.png") no-repeat scroll bottom 20px center;
		background-size: 190px 28px;
		padding-bottom: 70px;
		background-color: #fff;
	}
	
	.about_alfa_text {
		width: 100%;
		font-size: 21px;
	}
	
	.alfa_batches_icons {
		width: 100%;
	}
	
	.building_image img {
		margin: -200px 0 0 0;
	}
	
	.building_image h2 {
		font-size: 32px;
	}
	
	.dm_directives {
		width: 100%;
	}
	
	.tech_center_text {
		width: 100%;
	}
	
	.tab_post_image {
		float: none;
		margin: 0 0 23px 0;
	}
	
	.tab_post_image img {
		margin: 0px auto;
	}
	
	.single_tab_post {
		width: 50%;
	}

	body .first-h {
    		width: 340px;
    		height: 34px;
    		line-height: 34px !important;
	}

	body .slide-btn {
		width: 190px;
		height: 46px;
		line-height: 46px !important;
	}

	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
		font-size: 12px;
		width: 154px;
	}
	
	#maxmegamenu-4 {
		margin: 0;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
		font-size: 14px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::after {
		width: 700px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product_logo {
		width: 215px;
		height: 19px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
		top: -102px;
		min-width: 700px !important;
	}

	body .first-h {
		font-size: 16px !important;
	}

	body .second-h {
		font-size: 30px !important;
	}

	.about_page_directive h2 {
		font-size: 22px;
	}

	.about_page_directive,
	.about_page_directive a {
		height: 186px;
	}

	ul.socail_icons li {
		margin: 0 4px 0 0;
	}

	.tab_menu li {
		padding: 0 28px 0 0;
	}

	.tab_menu li a {
		padding: 10px 18px;
	}
	
	#drug_tests_intro.driven_flow_tests_intro .widget .textwidget {
		width: 310px;
	}
}

@media only screen and (max-width: 700px) {
	
	.title-area,
	.content,
	.sidebar,
	.site-header .widget-area{
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
		margin: 5px auto;
	}

	.responsive-menu {
		display: none;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		border-top: none;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-of-type(1)::before,
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-of-type(3)::before,
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-of-type(4)::before {
		display: none;
		width: 0px;
		height: 0px;
	}

	.btn_cont {
		width: 100%;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		padding-left: 0;
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	.header-widget-area .widget {
		float: none;
	}
	
	.header-widget-area .widget_search {
		width: 146px;
		margin: 10px auto;
	}
	
	.widget-area .widget_maxmegamenu {
		margin: 0;
	}
	
	.btn_cont a.test_link:last-child {
		margin-right: auto;
	}
	
	.cat_button {
		width: 45px;
		height: 154px;
	}

	li.mega-contact_gold_color > a {
		margin: 0 !important
	}

	ul.mega-sub-menu li.mega-hide_item > a:nth-of-type(1) {
		display: none !important;
	}

	.about_page .page_intro {
		max-width: 100%;
	}
	
	#single_featured_image {
		float: none;
		margin: 0 auto 20px auto;
		width: 100%;
		text-align: center;
	}
	
	.type-post .entry-content {
		padding: 0px;
	}
	
	.single .type-post .entry-footer {
		margin: 0px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: none;
		padding: 0;
		margin: 0 auto 20px auto;
		width: 50%;
	}
	
	.footer-widgets-1::after,
	.footer-widgets-2::after,
	.footer-widgets-3::after {
		background: none;
	}
	
	#single_featured_image img {
		margin: 0px auto;
	}
	
	.page_title {
		background: none;
		padding: 23px 0 0 0;
	}
	
	.page_intro,
	.page-template-page_blog .ms_text,
	.page-template-tech_center .ms_text,
	.page-template-news .ms_text {
		padding: 0;
		width: 100%;
		width: 100%;
		margin: 0px auto;
	}
	
	.page_icon,
	.page_title,
	.page_intro {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#post_featured_image {
		float: none;
		border-right: 1px solid #cdd7dd;
		padding: 0;
		margin: 0 auto;
		width: 100%;
	}
	
	#post_featured_image img {
		margin: 0 auto 20px auto;
	}
	
	
	#excerpt {
		text-align: center;
	}
	
	.page-template-press .page_intro {
		width: 100%;
		margin: 0;
	}
	
	.press_post_images {
		float: none;
		margin: 0 auto 20px auto;
		text-align: center;
	}
	
	.press_post_images img {
		margin: 0px auto;
	}
	
	.page-template-press .excerpt_btn {
		text-align: center;
	}
	
	.tech_center_post:nth-of-type(2n+2) {
		float: none;
		margin: 20px auto;
	}
	
	.tech_center_post {
		float: none;
		margin: 0px auto;
	}
	
	.site-header .wrap,
	#tech_center .wrap  {
		padding: 0;
	}
	
	.ms_page .ms_text {
		width: 100%;
		margin: 0px auto;
	}
	
	.left_image_text_row .panel-grid-cell:first-child {
		float: none !important;
	}
	
	.single_row_text {
		padding: 39px !important;
	}
	
	body.md_page .page_intro {
		width: 100% !important;
		margin: 0;
	}
	
	a.test_link,
	a.test_link:nth-of-type(3n+3),
	.single_drug_test,
	.single_drug_test:nth-of-type(3n+3) {
		margin: 0 auto 31px auto;
		float: none;
		width: 300px;
		height: 210px;
	}

	.drug_test_fields a {
		font-size: 16px;
		width: 130px;
		height: 30px;
		line-height: 30px;
	}
	
	#drug_tests_intro .widget-title,
	#drug_tests_intro .widget .textwidget,
	.fertility_tests_intro .widget-title,
	.health_tests_intro .widget-title {
		background: none !important;
		padding: 0px;
		text-align: center;
		margin: 0px auto;
		width: 100%;
		float: none;
	}
	
	.product_image,
	.product_intro_content {
		width: 100%;
		float: none;
	}
	
	.directive_row .panel-grid-cell,
	.directive_row .panel-grid-cell:last-child {
		margin: 0px auto;
	}
	
	.alfa_batches_icons ul li,
	.alfa_batches_icons ul li:first-child,
	.alfa_batches_icons ul li:last-child {
		float: none;
		margin: 0px auto;
	}
	
	.alfa_batches_icons {
		padding: 20px 0 170px 0;
	}
	
	.building_image img {
		margin: -154px 0 0 0;
	}
	
	.dm_directives .panel-grid-cell:last-child {
		float: none !important;
	}
	
	.dm_directives .panel-grid-cell {
		margin: 0px auto 32px auto;
	}
	
	.tech_center_text h3 {
		width: 100%;
	}
	
	.single_tab_post {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.single_tab_post:nth-of-type(1),
	.single_tab_post:nth-of-type(3) {
		border-right: none;
	}
	
	.tab_more_link a {
		float: none;
		margin: 0px auto;
	}
	
	.tab_more_link a:before {
		display: none;
		width: 0;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 li.mega-menu-item > ul.mega-sub-menu {
		display: block;
		min-width: 100%;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		background: none;
		width: 0;
		height: 0;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 0 20px !Important;
	}
	
	.menu_logo,
	.close,
	.info_center {
		display: none !important;
	}
	
	body #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
		background: #9d722c;
	}

	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item {
		max-height: 100%;
	}

	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
	body #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
	}

	body .first-h {
    		width: 260px;
    		height: 30px;
    		line-height: 30px !Important;
	}

	body .second-h {
		padding: 14px 0 0 0 !important;
	}

	body .slide-btn {
    		width: 150px;
    		height: 40px;
    		line-height: 40px !important;
		font-size: 16px !important;
	}

	.alfa_tag {
		float: none;
		padding: 10px 0 0 0;
		font-size: 24px;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 {
		min-width: 540px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::after {
    		width: 530px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product_logo {
		display: none;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    		font-size: 12px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item {
		    display: block;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
		margin: 10px auto;
		width: 158px;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu {
		top: -150px;
		min-width: 100% !important;
	}

	body .second-h {
		line-height: 30px !important;
	}

	body .first-h {
		font-size: 13px !important;
	}

	#about_page .panel-grid-cell {
		width: 50% !important;
		margin: 0 auto 30px auto !important;
	}
	
	#drug_tests_intro.driven_flow_tests_intro .widget .textwidget {
		width: 100%;
		text-align: left;
	}
}

@media only screen and (max-width: 415px) {

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	
	.single-technology_center .breadcrumb {
		font-size: 13px;
	}
	
	.single_row_text {
		padding: 0 !important;
	}
	
	.row_text_content {
		padding: 0px !important;
	}
	
	.tab_menu li, .tab_menu li a {
		float: none;
		text-align: center;
	}
	
	.tech_center_text h3 {
		font-size: 24px;
	}
	
	.tech_center_text h2 {
		background: url("images/technology_center_border.png") no-repeat scroll bottom center;
		font-size: 44px;
	}
	
	.tech_center_text a:before {
	}
	
	.tech_center_text {
		float: none;
		text-align: center;
		padding: 75px 0 0 0;
	}
	
	.tech_center_text a:before {
		display: none;
		width: 0;
	}
	
	.about_alfa_text ul {
		width: 232px;
	}
	
	.about_alfa_text ul li {
		float: none;
		margin: 0px auto;
	}
	
	.tech_center_text a {
		float: none;
	}

	body .first-h {
		font-size: 12px !important;
	}

	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		float: none;
		width: 100%;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product_close {
		display: none;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product {
		margin: 0px auto;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::before,
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-megamenu > ul.mega-sub-menu > div.product::after {
		display: none;
		width: 0px;
		height: 0;
	}
	
	body #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 {
    		min-width: 100%;
	}

	.single_row_content {
		padding: 20px 10px !important;
	}

	.double_heading h2 {
		width: 100%;
	}

	body .second-h {
		font-size: 20px !important;
	}

	body .slide-btn {
		margin: 20px 0 0 0 !important;
	}

	#about_page .panel-grid-cell {
		width: 280px !important;
	}
}

@media only screen and (max-width: 320px) {
	
	.tech_center_post {
		min-height: 127px;
		width: 284px;
	}
	
	.tech_center_post h2 {
		font-size: 24px;
		padding: 0 30px;
	}
	
	.single-technology_center .breadcrumb {
		font-size: 11px;
	}

	.dm_directives .panel-grid-cell {
		width: 100% !important;
	}

	.dm_directive_text a {
		width: 280px;
	}

	body .first-h {
    		width: 215px;
    		height: 26px;
   		line-height: 26px !important;
		font-size: 10px !important;
	}

	.alfa_tag {
		font-size: 20px;
	}

	.single_drug_test,
	.single_drug_test:nth-of-type(3n+3),
	a.test_link,
	a.test_link:nth-of-type(3n+3) {
		width: 280px;
	}
}