/*
Theme Name: Renful
Theme URI: http://underscores.me/
Author: Jan @ jbiwebdesign.co.uk
Author URI: http://jbiwebdesign.co.uk
Description: Responsive Wordpress theme for Renful Premier Technologies. If you have any issues please contact JBi Support - support@jbiwebdesign.co.uk
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Renful is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 99%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	max-width:100%;
	overflow: hidden;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;

}
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* =Global
----------------------------------------------- */

body, button, .button, a.button, input, select, textarea {
	color: #252525;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.site-header, .site-footer, .master-padding {
	padding-left: 8%;
	padding-right: 6%;
	width: 86%;
	overflow: hidden;
}
.site-header {
	padding-top: .30em;
}
.site-branding {
	padding-bottom: .75em;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
		margin-bottom:1em;
}
h1 {
	font-size: 2em
}
h2 {
	font-size: 1.2em;
	font-weight: bold;

}
h3 {
	font-size: 1em
}
h1.site-title {
	float: left;
	margin-bottom:.2em;
}
h1.site-title a {
	background-image: url('img/renful-logo.png');
	background-repeat: no-repeat;
	width: 175px;
	height: 71px;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	float: left;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 0 0 1.5em 1.5em;
}
ul {
	list-style: disc;
	list-style-image:url('img/list.png');
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button, .button, a.button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button, .button, a.button, html input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 0px;
	background:#8d2219;
	color: white;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	padding: .4em 1em .4em;
	border: 0px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: white;
	transition: all 400ms ease 0s;
	background: #3e3e5b; 
}
.button:focus, a.button:focus, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #adadad;
	border-radius: 0px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"], input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
#page{
	width:100%;
	display:block;
	overflow: hidden;
}
/* Links */
a {
	color: #8d2219;
}
a:hover, a:focus, a:active {
	color: #900;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before, .clear:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {
	content: '';
	display: table;
}
.clear:after, [class*="content"]:after, [class*="site"]:after {
	clear: both;
}
.site-header {
	border-bottom: 1px solid #c7c7cd;/*background-image: url('img/header.png')*/
}

#comments {
	display: none;
}


/* =Menu
----------------------------------------------- */
.menu-contact-links-container {
	float: right;
	padding-right: 30px;
}
.menu-contact-links-container ul {
	list-style: none;
	line-height: 25px;
	font-size: 15px;
	float: left;
}
.menu-contact-links-container li {
	float: left;
	padding-left: 15px;
	min-width: 130px;
	width: auto;
}
.menu-contact-links-container span{
	display:inline-block;
}
.ie8 .menu-contact-links-container li {
	min-width: 160px;
}
.menu-contact-links-container li:first-child {
	padding-left: 0;
}
.menu-contact-links-container img {
	vertical-align: sub;
	margin-right: 5px;
}
.menu-contact-links-container a {
	text-decoration: none;
	color: #252525;
	float: none;
	display: block;
}
.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
.navigation-main li {
	border-bottom: 4px solid transparent;
	float: left;
	/*display:inline-block;*/
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.navigation-main li:hover {
border-color: #8D2219;
}
.navigation-main .sub-menu li {
	border-bottom: 4px solid transparent;
	padding: 3px 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.navigation-main .sub-menu li:hover {
	border-bottom: 4px solid #8d2219;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.navigation-main li.current-menu-item, .navigation-main li.current-page-ancestor, .navigation-main li.current-security-seminars-ancestor{
	border-bottom: 4px solid #8d2219;
}
.simtre .button {
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 1.3em;
	margin-left: 3%;
	margin-bottom: 1em;
}
.simtre p {
	padding: 0 2%;
}
.navigation-main ul.menu li:first-child a {
	border-left: none;
}
.navigation-main a {
	color: #252525;
	font-weight: bold;
	font-size: .7em;
	display: block;
	padding: 0 1.3em;
	text-decoration: none;
	border-left: solid 1px #eee;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	padding-top: 10px;
	text-align: left;
	background: #fff;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a, .navigation-main li.current-menu-item a {
}
/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation ul {
	display: none;
}
.site-footer {
	background-color: #f3f3f5;
	border-top: solid 1px #e6e2df;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 1em;
}
a.jbibacklink {
	color: #A3A3A3;
	text-decoration: none;
	font-size: 8px;
}
.footer-menu {
	float: left;
	width: 21.4%;
	margin-left: 2%;
	border-right: solid 1px #e6e2df;
	min-height: 250px;
	padding: 0 10px;
}
.footer-menu:first-child {
	margin-left: 0;
}
.footer-menu:last-child {
	border-right: 0px;
}
.footer-menu.footer-legal {
	text-align: left;
}
.footer-menu h2, .footer-menu a {
	text-decoration: none;
	color: #252525;
}
.footer-menu h2 {
	font-size: 14px;
}
.footer-menu ul, .footer-social ul {
	font-size: .7em;
	line-height: 2;
	list-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu .footer-social li {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	overflow: hidden;
	float: left;
	margin-left: 1.1em;
}
.footer-social img, .transition {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.footer-social li:hover img {
	margin-top: -32px;
}
.footer-info {
	text-align: right;
	float: right;
	clear: right;
	width: 100%;
	font-size: 10px;
}
.bold{
	font-weight: bold;
	font-size:1.2em;
}
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.widget-area {
	width: 27%;
	background-color:white;
	padding-left: 1.5%;
	margin-left: 1.4%;
	float: right;
	border-left: 1px solid #e6e2df;
}
.site-content {
	display: block;
	position: relative;
}
.content-area {
}
.entry-content, .entry-summary {
	display: block;
	position: relative;
	float: left;
	width: 68%;
}
.entry-content img{
	padding:1%;	
	max-width:98%;
}
.type-post{
	padding-bottom: 1em;
	border-bottom:1px solid #e6e2df;
	margin-bottom: 1em;	
}
.sr-list.type-post{
	border-bottom:none;
}
.entry-title {
	font-size: 2.5em;
	margin-bottom: .5em;
	margin-top: .2em;
	font-weight: bold;
	color: #525252;
}
.post-title a{
	color: #525252;
	text-decoration: none;
}
.entry-meta{
	font-size: .7em;
	margin-bottom: 1em;
	margin-top:-1em;
	clear: left;
}
.post-title a:hover{
	text-decoration: underline;
}
.widget-title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: .5em;
}
.entry-content {
padding-left: 2%;
}
.single-post .entry-header .entry-meta{
	margin-top: 0;
}
.single-post .entry-header{
	border-bottom:1px solid #eee;
}
.onpage-tabs .categories-menu li{
	margin-right:0em;
}
.site-main{
	margin-bottom:1.5em;
}
.post-content{
	display:block;
	margin: 1em 0;
	
}
.fleft.p30 img{
	margin:0 auto;
	display:block;
	border: 1px solid #e6e2df;
}
input, textarea, keygen, select, button, .button, a.button, isindex, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"] {
	max-width: 99%;
}
.wpcf7 input[type="text"], input[type="tel"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea {
	width: 99%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
}
.textarea-625{
		width:96%;
	display:block;
}
#cf7_form_box input[type="text"], #cf7_form_box input[type="email"],#cf7_form_box textarea,.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea {
	background: url(img/textfield-bg.png) repeat-x top;
	resize: none;
	outline: none;
}
div.wpcf7-response-output {
position: absolute;
top: -61px;
}
.wpcf7-textarea.full{
	width:100%;
	display:block;
}
.wpcf7 p,.wpcf7-form-control-wrap {
	margin-bottom: .5em;
	float: left;
}
.master-padding.breadcrumbs {
height: 0;
top:5em;
position: relative;
font-size: .8em;
z-index: 99;
}
/* = Page with tabs */
.onpage-tabs {
	border-top: 1px solid #e6e2df;
	border-bottom: 1px solid #e6e2df;
	background-image: url('img/tabs-shade.png');
	-webkit-transform: translateZ(0);
}
.onpage-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	width: 100%;
}
.onpage-tabs li {
	float: left;
	display: block;
	position: relative;
	padding: .5% 2%;
	margin-right: 5%;
}
.onpage-tabs a {
	color: #A3A3A3;
	text-decoration: none;
}
.onpage-tabs a:hover {
	text-decoration: underline;
}

.onpage-tabs .current-cat a,.onpage-tabs a.active {
	color: #252525
}
.onpage-tabs .current-cat a:after,.onpage-tabs a.active:after {
	content: "";
	width: 19px;
	height: 11px;
	display: block;
	top: 100%;
	left: 45%;
	position: absolute;
	background-image: url('img/tabs-arrow.png');
}

/* Slides */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.wrap-slide-tabs {
	clear: both;
	margin-top:-56px;
	z-index: 99;
	position: relative;
}
.alignmiddle{
	text-align: center;
}
.alignmiddle img{
	display: inline;
}
.homeslide-rail img.backdrop-img{
	width:auto;
	min-height:360px;
	position: relative;
	top:-2em;
	height:auto;
	margin:0 auto;
	display:block;
	max-height:inherit;
	max-width: inherit;
}
.backdrop-container{
	width:200%;
	left:-50%;
	display:block;
	position: absolute;
}
.slide-ontop{
display:block;
height: 280px;
width:100%;
position: relative;
}
.homeslide{
	position: relative;
}
.homeslide-wrap{
	padding-top: 2em;
	height: 330px;
	padding-bottom:3em;
}
.homeslider-main {
	
	/*background: url('img/home-slide-bg.jpg');*/
	background: #f2f2f2;
}
.slide-title {
	font-size: 2.5em;
	line-height: 1em;
	margin-top:0em;
	margin-bottom:.2em;
}
.homeslide p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 0;
}
.homeslide li {
	line-height: 1.5em;
}
.slide-left ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	padding-bottom: 30px;
	
}
.slide-tab {
	width: 16.5%;
	float: left;
	border-top:1px solid #555;
	
}
.slide-tab.active, .slide-tab:hover {
	border-top-color: #D16861;
	background-color: #8D2219;
	
}
.slide-tab a {
	text-decoration: none;
}
.active .slide-tab-title{
	color:white;
}
.slide-tab-title {

	text-align: center;
	text-decoration: none;
	color: #252525;
	height: 2.6em;
	line-height:1.2em;
	
	display: block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.wrap-slide-tabs {
	background: url('img/transpblack.png') ;
}
.slide-border {
	border-top: 1px solid #222;
	border-bottom: 4px solid #c7c7cd;
	
}
.wrap-slide-inn {
	position: relative;
	margin-top: -1px;

}
.home-caption {
	font-size: 1.5em;
	text-align: center;
	padding-top: 1.5em;
	border-top: 1px solid #e6e2df;
	border-bottom: 1px solid #e6e2df;
	margin-bottom: 1em;
	margin-top: -4px;
}
.homeslide {
	opacity: 0;
	/*filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
}
.homeslide-rail {
	min-height: 300px;
}
 .homeslide-rail img{
 	max-height: 340px;
 }
.homeslide.active {
	overflow:visible;
	opacity: 1;
	/*filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
	z-index: 90;
}
.slide-right, .slide-left, .half-page {
	width: 45%;
	padding-right: 2%;
	padding-left: 2%;
}
.half-page:first-child {
	/*padding-left: 0%;*/
}
.half-page img {
	width: 620px;
	height: 224px;
}
.half-page:first-child,.half-page.no-border {
	border-left: 0px;
}
.half-page {
	border-left: 1px solid #eee;
}
.slide-left {
display:block;
vertical-align:middle;
clear:both;
position:relative;
/*background-color: rgba(0,0,0,0.6);*/
}
.menu-contact-links-container img {
	width: 20px;
}
.menu-contact-links-container a{
	vertical-align: middle;
}
/*SHARE*/
span.share{
	line-height: 36px;
	display: inline-block;
}
.share a{
	display: inline-block;
}
.share a img{
	vertical-align: middle;
}
div.share{
	border-top:1px solid #eee;
	padding-top:1em;
}
/*EVENTS*/
.files-wrap{
	width:300px;
	color:white;
	background-color: #8D2219;
	padding:0 20px;
	border-radius:5px;
}
.files-wrap a{
	color:white;
}
.files-wrap ul{
	padding-bottom: 1em;
	margin-bottom: 0;
}
.files-wrap a{
	color:white;
}
.news-list-wrap{
	padding-top:2em;
}
.home-events {
	width: 60%;
}
.home-news {
	width: 35%;
	margin-left: 5%;
}
.events-news{
	border-top:1px solid #eee;
	padding-top: 2em;
}
.events-news h3{
	margin-bottom: .2em;
}
.events-news .news h3{
	margin-bottom: 1em;
}
.events-news h3 a {
	color: #252525;
	text-decoration: none;
}
.events-news h3 a:hover {
	text-decoration: underline;
}
.events-news h2 ,.clients h2{
	text-transform: uppercase;
	font-size: 2em;
	padding-bottom: 0px;
}

.home-news h3 {
	display: block;
	padding-bottom: .3em;
}
.home-news .thumb {
	padding: 0 5px 0px 0;
}
.news {
	padding: .4em 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.homapage-date{
	position: absolute;
	left:0;
	top:17pt;
	font-size: .8em;
}
.home-news h2 {
	border-bottom: 0px solid #c7c7cd;
}
.event {
	background-color: #f2f2f2;
	height: 86px;
	clear: both;
	margin-bottom: .5em;
}
.event p {
	margin-bottom: 0;
}
.event-date {
	background-color: #8d2219;
	width: 15%;
	height: 86px;
	color: white;
	text-align: center;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 0 1px 0px rgba(0,0,130,.8);
	/*background: #3e3e5b url('img/date-bg.png') repeat center center;*/
	float: left;
}
.event-date:hover {
	/*background-color: #8d2219;
	transition: all 400ms ease 0s;*/
}
.event-content {
	float: left;
	width: 70%;
	padding: 5px;
	height: 76px;
	margin-left: 2%;
}
.online-seminar{
	line-height: 86px;
}
.day {
	font-size: 2.5em;
	padding-top: .2em;
	padding-bottom:.1em;
	margin-bottom: .1em;
	background: url('img/daysep.png') no-repeat bottom center; 
}
.month {
	text-transform: uppercase;
}
.events-news a.button, .clients-heading a.button {
	padding: .5em .8em .5em;
	float: right;
	margin-top: .4em;
	font-weight: normal;
}
.clients-heading a.button {
	float: none;
	margin-left:2em;
	margin-top:-0.5em;
	position: relative;
}
.clients {
	text-align: left;
	width: 100%;
	float: left;
	border-top: solid 1px #e6e2df;
	margin-top: 15px;
	padding-top: 10px;
	overflow: hidden;
}
.clients-rail{
	width:99999px;
	position: relative;
	display: block;
}
.clients h2 {
	text-align: left;
}
.clients img {
	vertical-align: middle;
	display: block;
	padding: 1em;
	float: left;
}
/*Products*/
.products-images a {
	text-decoration: none;
}
.products-images img {
	border: 1px solid #A3A3A3;
	margin-left: 10px;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.p70{
	width:68%;
	padding-left: 2%;	
}
.p30{
	width:30%;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 49%;
}
/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.post-nav-nextprev{
	height: 2em;
	line-height: 2em;
	width: auto;
	margin-top: -3em;
	position: relative;
}
.post-nav-nextprev ul{
	list-style: none;
	margin:0;
}
.post-nav-nextprev li{
	margin-left: 2em;
	float:right;
}
.post-nav-nextprev a{
	color: white;
}
/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets
----------------------------------------------- */
.testimonials-widget{
	padding-top: 37px;
	background: url('img/quotestop.png') no-repeat top left;
}
.testimonials-widget blockquote{
	padding-bottom: 37px;
	background: url('img/quotesbot.png') no-repeat bottom right;
	margin:0;
	font-size: 1.2em;
}
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
#wp_fb_like_button{
	height:auto !important;
}
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .submit {
	display: none;
	line-height: 27px;
}
.site-header .searchform {
	clear: right;
	float: right;
	font-size: 13px;
	line-height: 1;
}
.ie8 .site-header .searchform {
	min-width: 190px;
}
.site-header .searchform .field, .site-header .searchform .submit {
	float: left;
	-webkit-border-radius:0;
	-webkit-appearance:none
}
.site-header .searchform .field {
	height: 25px;
	padding: 0 5px;
	margin: 0;
	border-right: 0;
}
.site-header .searchform .submit {
	width: 27px;
	height: 27px;
	padding: 0;
	margin: 0;
	border: 1px solid #252525;
	background: url('img/search.png')no-repeat top left;
	background-image: url('img/search.png')\9;
	text-indent: -99px;
	border-radius: 0;
	vertical-align: top;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/* MAIN STYLES */
ul.menu {
	/*display: inline-table;*/
	margin: 0;
}
.slide-tab-header {
	float: none;
	display: block;
}
.slide-tab-header a {
	float: none;
	width:100%;
	border-left:solid 1px #222;
	border-right:solid 1px #222;
	text-align: center;
	display: table;
	/*height: 170px;/*/
}
.slide-tab-header a span{
	display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
  color:white;
 }
/* --------------------------------------- */
.slide-tab-header a img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width: 170px;
}
/* --------------------------------------- */
.w100 {
	width: 100%;
}
.cne-cat-thumb {
	width: 31.3%;
	float: left;
	margin-left: 13%;
}
.cne-cat-thumb:first-child {
	margin-left: 13;
}
.cne-cat-thumb img, .cne-cat-banner img {
	width: 100%;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.bm20 {
	margin-bottom: 20px;
}
.cn-wrap {
	margin-left: -2%;
	display: block;
	float: none;
}
.cn-event {
	float: left;
	margin-left: 2%;
	clear: none;
	width: 48%;
	margin-bottom: 20px;
}
.cn-event h3 a {
	color: #111;
	text-decoration: none;
}
.cn-event h3 a:hover{
	text-decoration: underline;
}
.ce-event-content {
	padding: 10px;
	height: 76px;
	font-size: 13px;
	width: 77%;
}
.event-content h3{
	margin-bottom: 0;
}
.event{
	overflow: hidden;
}
.menu-social-menu-container .menu {
	float: right;
	margin-bottom: 10px;
}
.footer-social, .menu-social-menu-container {
	float: right;
}
.search-results-wrap {
	float: left;
	width: 70%;
}
.sr-list {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.sr-list:first-of-type {
	border-top: 0;
}
.tm30 {
	margin-top: 30px;
}
/* ----------------------------------------------------- */
.alert {
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert {
	color: #c09853;
}
.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
/* ----------------------------------------------------- */
.ss-listing {
	width: 69%;
	float: left;
}
.ss-listing-content {
	background: #f2f2f2;
	padding: 10px;
	float: none;
	display: block;
}
.wrap-products{
	border:1px solid #F1F1F1;
	padding:.5em 0 0;
	background-color:#FAFAFA;
	border-radius: 3px;
	box-shadow: inset 0 0 15px rgba(0,0,0,.05);
	margin-bottom: 2em;
}
.bm0 {
	margin-bottom: 0 !important;
}
.ss-listing-content h3 a {
	color: #111;
	text-decoration: none;
}
.ss-listing-content p {
	margin-bottom: 0;
}
.map-holder {
	float: none;
	display: block;
	clear: both;
	position: relative;
}
.map-address {
	padding-top: 0px;
	padding-bottom: 0px;
}
.map-address-wrap {
	width: 100%;
	float: none;
	position: absolute;
	bottom: -15px;
	z-index: 99;
	background: url(img/add-bg.png) repeat 0 0;
}
.map-title {
	font-size: 3.5em;
font-weight: bold;
}
.map-content {
	float: right;
	text-align: right;
	margin-top:1.3em;
}
.testing-kits {
	float: left;
	margin: 0;
	width: auto;
}
.clients-box{
	height:100px;
	display: block;
	position: relative
}
.elastislide-carousel ul li.active-thumb a img {
	border-color:#900;
}
.testing-kits li {
	float: left;
	list-style: none;
	position:relative;
	width: 180px;
}
.testing-kits li.active-thumb a{
	border:1px solid #900;
}
.testing-kits a{
	margin:0 1em;
	display: block;
	position: relative;
	background-color: #F4F4F4;
	box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.testing-kits li:first-child {
	margin-left: 0 !important;
}
.rt-thumb {
	float: left;
	width: 20%;
}
.rt-content {
	float: left;
	width: 78%;
	margin-left: 2%;
}
/* -------------------------------------------------------------- */

.arrow_box {
	position: absolute;
	bottom: 0;
	display: block;
	background: rgba(238, 238, 238, 0.9);
	border: 1px solid #ccc;
	opacity: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	white-space: normal;
	padding: 10px;
	width:130px;
}
.clients-listing .arrow_box{
	text-transform: inherit;
	height: 90%;
}
.testing-kits li:hover .arrow_box {
	opacity: 1;
	display: block;
}
.ie8 .arrow_box {
	background: #ccc;
	display: none;
}
/* -------------------------------------------------------------- */
.pd-icon {
	width: 20%;
	float: left;
}
.pd-content {
	width: 75%;
	float: left;
	margin-left: 5%;
}
/* - MEDIA FINIShED ---------------------------------------------------------------- */

 @media only screen and (min-width: 1200px) {
		.navigation-main li{
			width:auto;
			max-width:11%;
			font-size:1.3em;
			height:2.5em;
			
		}
		.navigation-main a{
			font-weight: normal;
			height:3em;
		}
}
 @media only screen and (max-width: 1160px) {
		.site-header, .site-footer, .master-padding{
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
		}
		.widget-area{
			width: 26%;
		}
}
/*

 -MEDIA TBD---------------------------------------------------------------- */
 @media screen and (min-width: 980px) {
 	.searchform,.menu-contact-links-container{
 		margin-top:1.5em;
 	}
 }
 @media screen and (max-width: 980px) {
.menu-toggle, .main-small-navigation ul.nav-menu.toggled-on {
	display: block; 
}
.navigation-main ul {
	display: none;
}
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
.event {
	height: 86px;
}
.event-date {
	width: 20%;
	height: 86px;

}
.event-content {
	width: 70%;
	padding: 5px;
	height: 76px;
	margin-left: 2%;
	font-size: 12px;
}
.footer-menu {
	width: 20%;
}
}
 @media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
.event {
	height: 86px;
}
.event-content {
	width: 70%;
	padding: 5px;
	height: 76px;
	margin-left: 2%;
	font-size: 12px;
}
.event-date {
	width: 20%;
	height: 86px;
}
.footer-menu {
	width: 20%;
	
}
}
 @media screen and (max-width: 1000px) {
 	.search-results-wrap{
 		width:100%;
 	}
	.widget-area{
		display: none;
	}
	.event{
		display:table;
		width: 100%;
	}
	.event-date{
		display: table-cell;
		vertical-align: top;
		min-width:86px;
		float:none;
	}
	.event-content{
		display: table-cell;
		vertical-align: top;
		float: none;
	}
	.entry-content{
		width:96%;
	}
	.home-events{
		width:100%;
	}
	.home-news{
		margin:0;
		padding-top:3em;
		width: 100%;
	}
	.simtre .button{
		width:90%;
		margin-left:0;
		
	}
	.footer-menu,.footer-menu.footer-legal{
		width:100%;
		float: none;
		clear: both;
		height:auto;
		text-align: center;
		min-height: inherit;
		margin:0;
		padding: 0;
	}
	.footer-menu li{
		float:none;
		width: 150px;
		height: 3em;
		border:1px solid #ccc;
		line-height:3em;
		margin:1em;
		background-color: white;
		display: inline-block;	
	}
	 .footer-menu a{
	 	display: block;
	 }
	.footer-social,.menu-social-menu-container,.menu-social-menu-container .menu{
		float:none;
		margin:0 auto;
		display: block;
		position: relative;
		text-align: center;
	}
	.footer-menu .footer-social li{
		float:none;
	}
	.footer-info{
		text-align: center;
	}
	.master-padding.breadcrumbs{
		top:0;
		margin:2em 0;
	}
	.cn-event{
		width:100%;
		margin-right: 0;
	}
	.cne-cat-thumb{
		width:100%;
		margin-left:0;
	}
	.ss-listing{
		width:100%;
		float: none;
	}
	.searchform, .menu-contact-links-container{
		margin-top:1.5em;
	}
	.main-small-navigation ul{
		list-style: none;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		margin: 0;
	}
	.menu-toggle{
		margin-bottom: 0;
		text-indent:  45px;
		background: url('img/menu.png') no-repeat left center;
		height:32px;
		line-height: 32px;
		border:1px solid #CCCCCC;
		border-bottom:none;
		font-size:1.2em;
	}
	.main-small-navigation a{
		color:#252525;
		text-decoration:none;
		padding:0 1.5em;
		line-height: 3em;
		display: block;
		border-bottom:1px solid #ccc;
	}
	.main-small-navigation a:focus,.main-small-navigation a:active{
		color:white;
		background-color: #871B15;
	}
}
 @media screen and (max-width: 800px) {
 		.half-page{
		border:none;
		width:100%;
		display:block;
		float: none;
		clear: both;
	}
	.wpcf7-form div{
		clear: both;
	}
	span.wpcf7-form-control-wrap{
		width:100%;
	}
	.wpcf7 input[type="text"], input[type="tel"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="search"], .wpcf7 textarea{
		width:98%;
	}
	.half-page img{
		margin:0 auto;
		display: block;
		height: auto;
	}
	.wpcf7-textarea.full{
		margin:0;
		width:100%;
		max-width:100%;	
	}
 	.site-title{
 		display: block;
 		float: none;
 		text-align:center;
 		width: 100%; 	
 		
 	}
 	h1.site-title a{
 		float: none;
 		margin:0 auto;
 	}
 }
  @media screen and (max-width: 630px) {
  	.site-branding{
  		text-align:center;
  	}
  	  	.menu-contact-links-container ul{
  	  		margin:1em auto 0;
  	  		text-align: center;
  	  		display: block;
  	  		width:100%;
  	  	}
  	 .wrap-slide-inn.master-padding{
  	 	padding:0;
  	 	width:100%;
	  }
	  .wrap-slide-inn .slide-tab{
	  	width:33.3%;
	  }
  	 .elastislide-wrapper.elastislide-horizontal nav span.elastislide-next{
  	 	right: 0px;
  	 }
  	 .elastislide-wrapper.elastislide-horizontal nav span{
  	 	left:0;
  	 }
  	 .menu-contact-links-container{
  	 	padding-right:0;
  	 }
  	.menu-contact-links-container,.site-header .searchform{
  		float: none;
  		display:inline-block;
  		clear: both;
  		margin:0 auto;
  		text-align: center;
  	}
  	.footer-menu ul{
  		display:none;
  	}
  	.footer-menu:focus ul,.footer-menu:active ul{
  		display:block;
  	}
  	.rt-thumb,.rt-content{
  		width:100%;
  		float:none;
  	}
  	.rt-thumb img{
  		display: block;
  		margin:0 auto;
  	}
  	.site-header .searchform{
  		/*width:217px;*/
  	}
  	.menu-contact-links-container li,.menu-contact-links-container li:first-child{
  		float: none;
  		display: inline-block;
  		padding: 0 15px;
  	}
  	.onpage-tabs .master-padding{
  		padding:0;
  	}
  	.onpage-tabs li a{
  		display: block;
  	}
  	.onpage-tabs li{
  		width:96%;
  		padding:.5% 4%;
  		float: none;
  		background-image: url('img/tabs-shade.png');
  		
  	}
  	.slide-left{
  		float: none;
  		width:100%;
  	}
  	.slide-ontop{
  		height: auto;
  		padding-bottom:3em;
  	}
  	.backdrop-container{
  		display: none;
  	}
  	.homeslide-rail{
  		min-height: 0;
  		overflow: hidden;
  	}
  	.homeslide-wrap{
  		height: auto;
  		}
  	.slide-tab{
  		width:32.5%;
  	}
  }
 @media screen and (max-width: 360px) {
   	.slide-tab{
  		width:48.5%;
  	}
  	.p30,.p70{
  		width:100%;
  	}
  }
 @media screen and (max-width: 290px) {
  	.slide-tab{
  		width:99.5%;
  		}
  	.slide-tab-title{
  		line-height: 1.5em;	
  		}
    }

.share {
display: none;
}

.homapage-date {
display: none;
}