/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; scroll-behavior: smooth;}

html, button, input, select, textarea {  color: #333333; }

body { margin: 0; font-size: 14px; line-height: 1.4; font-family: 'Open Sans', sans-serif;}

h1 {text-align:left; font-size:20px; color:#777; font-family:'arial black', sans-serif; margin:10px 40px 10px 40px;line-height:1.4; font-weight:normal;}
h2 {font-size:18px; color:#0070c0; font-family:'arial black', sans-serif;margin:30px 40px 10px 40px;line-height:1.4; text-align:left;text-transform:uppercase}
h3 {font-size:16px; color:#222222; font-family:'arial', sans-serif;margin:30px 40px 10px 40px;text-transform:uppercase;line-height:1.4; text-align:left;}
h4 {font-size:16px; color:#4a5199; font-family:'arial black', sans-serif;margin:10px;line-height:1.2; text-align:center;}
h5 {font-size:15px; color:#666; font-family:'Open Sans', sans-serif;margin:20px 40px 20px 40px;line-height:1.2; text-align:left; font-weight:600;}

p {margin: 20px 40px 20px 40px; text-align:left; font-size:16px; line-height:2;color:#333}
.marginEqual {margin:10px 40px 10px 40px;}
.teamBio {margin-left:20px;margin-right:20px; text-align:left;}
.smaller {font-size:14px; font-weight:100;text-align:center;}
.heroTxt {font-size:26px; text-transform: inherit; text-align: center;}
.withBG {margin:15px 30px 15px 30px;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.alignCenter {text-align:center;}
.centreAlign {text-align:center;}

/*DIV Colour Backgrounds*/
.bgWhite {background-color:#ffffff;}
.bgGrey {background-color:#eeeeee;}
.bgLightGrey {background-color:#eee;}
.bgWhite  {background-color:#fff;}
.bgBlack {background-color:#000000;}
.bgRed {background-color:#d93637;}
.bgStripes {background-image:url("../images/bg-stripes.png"); background-position: left top; background-repeat: no-repeat;}
.bgBlue  {background-color:#0070C0;}
.borderTop {border-top:1px solid #0070c0;}
.borderBottom {border-bottom:3px solid #0070c0;}
.divBorder {border:1px solid #eee;}
/*DIV Image Backgrounds*/
.bgApplication {background-image:url("../images/application.jpg"); margin-top:20px;margin-bottom:20px;}
.bgPowerheart {background-image:url("../images/vacuum-tech.jpg"); margin-top:20px;margin-bottom:20px;}
.bgProductSplash2 {background-color:#0070C0; margin-top:20px;margin-bottom:20px;}
.bgContact {background-image:url("../images/contact.jpg"); background-position: left top; background-repeat: no-repeat; margin-bottom:20px;}
.bgService {background-image:url("../images/service1.jpg"); background-position: left top; background-repeat: no-repeat; margin-bottom:20px;margin-top:20px;}
.bgCommunity {background-image:url("../images/community.jpg"); background-position: left top; background-repeat: no-repeat;}
.bgAbout {background-image:url("../images/bgAbout.jpg"); background-position: right bottom; background-repeat: no-repeat; }
.bgDryCompressing {background-image:url("../images/dry-compressing.jpg"); background-position: left bottom; background-repeat: no-repeat; }
.bgLeyboldOil1 {background-image:url("../images/Leybold-Oil/Leybold-Oil-Overview.jpg"); background-position: left bottom; background-repeat: no-repeat; }
.bgContact1 {background-image:url("../images/contact1.jpg"); background-position: left top; background-repeat: no-repeat; }
.bgOilSealed {background-image:url("../images/oil-less.jpg"); background-position: left top; background-repeat: no-repeat; }
.bgGP1 {background-image:url("../images/galvanised-palisade1.jpg"); background-position: left top; background-repeat: no-repeat; }
.bgGP2 {background-image:url("../images/galvanised-palisade2.jpg"); background-position: left bottom; background-repeat: no-repeat; }
.bgHiVac {background-image:url("../images/highvac.jpg"); background-position: right top; background-repeat: no-repeat; }
.bgWP2 {background-image:url("../images/welded-palisade2.jpg"); background-position: left bottom; background-repeat: no-repeat; }
.bgLubricant {background-image:url("../images/lubricant.jpg"); background-position: right top; background-repeat: no-repeat; }
.bgLubricant2 {background-image:url("../images/Leybold-Oil/Leybold-Oil-2.png"); background-position: center top; background-repeat: no-repeat; }
.bgGauge {background-image:url("../images/gauge.jpg"); background-position: right top; background-repeat: no-repeat; }
.bgRuvac {background-image:url("../images/ruvac.jpg"); background-position: left top; background-repeat: no-repeat; }
.bgFooter {background-image:url("../images/bg.png"); background-position: left top; background-repeat: no-repeat; }
.bgGreyDark {background-color: #2D2D2D;}
.underline {border-bottom:1px solid #ccc;}
/*text colours*/
.txtWhite {color:#ffffff;}
.txtGrey {color:#444;}
.txtBlue {color:#0070c0;}
.txtRed {color:#e21a00;}
.dashGreen {color:#4a5199;  vertical-align: super; margin-right:3px;font-size: .83em }
.txtBlack {color:#222;}

/*Item Codes*/

.codeC1 {background-color:#0070c0; color:#fff;padding:3px;border:1px solid #0070c0;}
.codeC2{background-color:#fafafa; color:#0070c0; font-weight:600;padding:3px;border:1px solid #0070c0;}
.bgHover {
	background-color:#fafafa; 
	border:1px solid #fff;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   transition: transform .2s;
	margin:0;
	box-shadow: 10px 10px 5px #fff;
  }
 .bgHover:hover {  
 box-shadow: 2px 2px 2px 2px #ccc;
 -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   transition: transform .2s;background-colour:#fff; border:1px solid #fafafa;}



/*Breadcrumbs*/
#divBreadcrumbs a {color:#fff;font-style: italic; }

/*FOOTER TEXT*/
.txtFooter {color:#fff;  font-size:14px}
.txtFooter:link {color:#fff;}
.txtFooter:hover {color:#fff;}
.txtFooter:visited {color:#fff;}
.txtFooterDark {color:#333;  font-size:14px}
.txtFooterDark:link {color:#333;}
.txtFooterDark:hover {color:#222;}
.txtFooterDark:visited {color:#333;}

/*Add SPACING*/
.spacing40Top {margin-top:40px;}
.spacing40 {margin-bottom:40px;}

/*FORM ERROR HANDLNG*/
.error_strings {color:#01A8D8;text-align:right; font-size:0.8em; font-style:italic;}


/* ==|== SEARCH FORM =====================================================
   ========================================================================== */
    .form-wrapper {
        width: 80%;
        padding: 6px;
        margin-right:10px;
        margin-top:2px;
		height:32px;
        background: #1f2634;
        background: rgba(31,38,52,1);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 6px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        float:right;
    }
    
    .form-wrapper input {
        width: 60%;
        height: 24px;
        padding: 3px;
        float: left;    
        font:  13px arial;
        border: 0;
        background: #fff;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #c4c8d0;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #fff;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
		overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 30px;
        width: 36%;
		margin:0 0 0 0;
        font:  13px arial;
        color: #fff;
        text-transform: uppercase;
        background:#ff7b21;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;      
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   
      
    .form-wrapper button:hover{		
        background: #f9924c;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #f9924c;    
    }
    
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #ff7b21 transparent;
        top: 8px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #f9924c;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #f9924c;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }


/* PRODUCT CATEGORIES */
    .textcenter img { width: 100%; }
    .textcenter { max-width: 400px; } /* OPTIONAL */

    /* (C) CENTER TEXT ON IMAGE */
    .textcenter { position: relative; }
    .textcenter figcaption {
      position: absolute;
      /* VERTICAL CENTER */
      top: 50%;
      left: 0;
      /* HORIZONTAL CENTER */
      width: 94%;
      text-align: center;
      /* COSMETICS */
      color: #222;
        background:#fff;
        opacity: 0.9;
      font-size: 16px;
      font-weight: 600;
       line-height: 30px;
        margin-left:3%;
   padding-top:10px;
         padding-bottom:10px;
        margin-right:3%;
    }
.textcenter figcaption:hover {border:1px solid #fff; color:#fff; background-color: #ff7b21;transition: transform 500ms ease-in-out 25ms;}


.menuHover {text-align:center;
	background-color:#fff;
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	border:0 solid #ccc;
    transition: transform 500ms ease-in-out 25ms;
     opacity:0.8;
    transition: all .2s ease-in-out; 
}

.menuHover:hover{text-align:center;
	background-color:#fff;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	border:0px solid #55EFE8;
    opacity:1;
}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #555555;text-decoration:none; }
a:visited { color: #555555; }
a:hover { color: #0070C0; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

.COAButton {
  	background-color:#0070c0;
	color:#fff; 
	text-align:center;
	border:1px solid #0070c0;
	font-size:15px; 
	padding:9px 15px 9px 15px;
	text-shadow:none;
    font-size:14px;
    margin:5px 20px 0 20px;
    
	}
.COAButton:hover {
	background-color:#fff; 
	color:#0070c0;
	}

.COAButton:visited {
	background-color:#0070c0;
	color:#fff;
	}
.COAButtonLight {
  	
	color:#fff; 
	text-align:center;
	border:1px solid #fff;
	Open Sans
	font-size:15px; 
	padding:10px 15px 10px 15px;
	text-shadow:none;
    font-size:14px;
    margin:5px 20px 0 20px;
    
	}
.COAButtonLight:hover {
	background-color:#0070c0; 
	color:#0070c0;
    border:1px solid #0070c0;
	}



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 800; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav { list-style: none; list-style-image: none; margin: 0; padding: 0; }
.copyList li {margin: 10px 20px 10px 20px; text-align:left;  line-height:1.8;color:#333;font-size:13px;}


ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:40px; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0 0 12px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    text-align:left;
   
}
ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    border-top:2px solid #666;
    border-radius:20px;
    color:#fff;
    background:#33cccc;
    font-weight:bold;
    font-family: Open Sans, sans-serif;
    text-align:center;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
.imgCenter {display: block; margin-left: auto; margin-right: auto;}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }

.picBorderTurq{
    border-top:6px solid #37c3d8;
}
 
.video-wrapper {
    width:100%;
    margin-left:0;
    margin-rigt:0;
   position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content {
  position: absolute;
  width: 60%;
  height: 60%;
    margin-left:20%;
    background-color: #fff;opacity:0.9;
    margin-top:20%; margin-bottom:20%;
}

/* --GALLERY IMAGE HOVER __*/
.pic{  opacity: 0.9;filter: alpha(opacity=80);
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   transition: transform .2s;
margin:0;
  }
 .pic:hover { opacity: 1;filter: alpha(opacity=100);
 transform: scale(1.05);
 -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   transition: transform .2s;

}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ============================================================================
   Sub-menu Table
   ========================================================================== */

#subMenu a:link {
	font-weight: normal;
	text-decoration:none;
	text-align:left;
	margin-left:15px;
	color:#666666;
	
}
#subMenu a:visited {
	color: #FE6135;
	font-weight:normal;
	text-decoration:none;
}
#subMenu a:active,
#subMenu a:hover {
	color: #D93600;
	text-decoration:none;
}
#subMenu {
	font-family: 'Open Sans', sans-serif; 
	color:#666;
	font-size:13px;
	text-shadow: 1px 1px 0px #fff;
	background:#fff;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:5%;
	margin-right:5%;
	border:#ccc 1px solid;
	width:90%;
	align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
#subMenu th {
	
	font-weight:normal;
	font-size:13px;
	color:#444;
	font-weight:600;
	padding:10px 8px 10px 8px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #cccccc;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#subMenu th:first-child{
	text-align: left;
	padding-left:20px;
}
#subMenu tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#subMenu tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#subMenu tr{
	text-align: center;
	padding-left:20px;
}

#subMenu tr td:first-child{
	text-align: left;
	padding:10px 8px 10px 8px;
	border-left: 0;
	border-top: 1px solid #e0e0e0;
}
#subMenu tr td:second-child{
	text-align: left;
	padding:10px 8px 10px 8px;
	border-left: 0;
	border-top: 1px solid #e0e0e0;
}
#subMenu tr td {	
	padding:10px 8px 10px 8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fff;
    text-align: left;
}
#subMenu tr td:last-child{
	text-align: left;
	padding:0;
	border-top: 1px solid #fff;
    border-left: 1px solid #e0e0e0;
    padding:10px 8px 10px 8px;
}


#subMenu tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
   Forms
   ========================================================================== */
  
   form#contact {
	width: 80%;
       max-width: 900px;
	margin-left:10%;
	margin-right:10%;
	margin-top: 20px;
	margin-bottom:20px;
	text-align: left;
	display: block;
	font-weight: normal;
	color:#222;
	font-size:15px;
	border:solid 1px #fff;
	
	
}
form#contact fieldset {
	border:none;
}
form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], input[type="file"], textarea, submit {
	width:100%; 
	font-size:15px;
	margin-left:0;
	margin-right:0;
	margin-top:3px;
	margin-bottom:3px;
	padding: 7px 0 7px 7px; 
	font-family:'Open Sans', sans-serif;
	border: 1px solid #222;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form#contact input.RightAlign {text-align:right;}

form#contact select {
	width:95%; 
	margin-left:0;
	margin-right:0;
	font-family:'Open Sans', sans-serif; 
	border: 1px solid #222;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	margin-top:3px;
	margin-bottom:3px;
	padding: 7px; 
	font-size:15px;
	border-radius: 0;
}

form#contact select {
	
	font-family:'Open Sans', sans-serif; 
	font-size:15px;
	border: 1px solid #222;
	width: 95%;
	margin-left:0;
	margin-right:0;
	padding:7px;
	margin-top:3px;
	margin-bottom:3px;
	border-radius:0px;
}

form#contact select option {
	
	font-family:'Open Sans', sans-serif; 
	font-size:15px;
	border: 1px solid #222;
	width: 97%;
	margin-left:0;
	margin-right:0;
	padding:15px;
	margin-top:12px;
	margin-bottom:12px
	
}
form#contact textarea {
	width: 100%; 
	margin-left:0;
	margin-right:0;
	padding: 7px 0 7px 7px; 
	font-family:'Open Sans', sans-serif; 
	font-size:15px;
	margin-top:6px;
	margin-bottom:6px;
	height: 50px;
}
form#contact input.largerCheckbox
{
	width: 20px;
	height: 20px;
}

form#contact label {
	display: block;
	color: #4a5199;
	margin-top: 10px;
	margin-left:0;
	font-family:'Open Sans', sans-serif; 
	font-weight:800;
	font-size:15px;
}

form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #01A8D8;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #444;
	font-size:15px;
	font-family:'Open Sans', sans-serif; 
}

form#contact .SubmitButton {
	width: 50%; 
	margin-left:25%;
	margin-right:25%;
	margin-top:10px;
	margin-bottom:20px;
	padding: 7px; 
	font-family:'Open Sans', sans-serif; 
	font-weight:bold;
	border: 1px solid #ccc;
    background: #4a5199;
	color:#ffffff;
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
}

form#contact .SubmitButton:hover {
	background-color: #00cce9;
	cursor: pointer;
	color:#fff;
}

form#contact .SubmitButton:active {
	margin-top: 4px;
	background-color: #4a5199;
	cursor: pointer;
}









/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
div50 {
    -webkit-transition: all 250ms ease-in 3ms;
    -o-transition: all 250ms ease-in 3ms;
    transition: all 250ms ease-in 3ms;
}
div50:focus {
    -webkit-opacity: 1;
    opacity: 1;
}
