/*
Theme Name: Web Fu
Theme URI: http://www.webfu.co/
Author: Web Fu
Author URI: http://www.webfu.co/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES
*/

/*
BODY FONT
font-family: 'Proxima Nova Rg', sans-serif;
HEADING FONT
font-family: Arial, Verdana, Helvetica, sans-serif;
FONT WEIGHTS
font-weight: 400;
font-weight: 700;
*/



/* ----- GENERAL STYLES START ----- */
#wpadminbar {display: none;}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('fonts/ProximaNovaA-Light.woff') format('woff'),
        url('fonts/ProximaNovaA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff'),
        url('fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('fonts/ProximaNovaA-Bold.woff') format('woff'),
        url('fonts/ProximaNovaA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Alt Th';
    src: url('fonts/ProximaNovaA-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaA-Thin.woff') format('woff'),
        url('fonts/ProximaNovaA-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
	font-size: 16px;
	font-family: 'Proxima Nova Alt Lt', sans-serif !important;
	color: #1a1a1a;
	background-color: #ffffff;
	background-image: url(pics/bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	line-height: auto;
	padding-top: 200px;
	overflow-x: hidden;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	margin-bottom: 24px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 5px auto 5px auto;
}








/* LINK STYLES START */
a:link, a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active  {
	color: #000000;
	text-decoration: none;
}
/* LINK STYLES END */






/* HEADING STYLES START */
h1 {
	font-family: Proxima Nova Rg;
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	line-height: normal;
}
h2 {
	font-family: Proxima Nova Rg;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: normal;
}
h2 a:link {
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-family: Proxima Nova Rg;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	font-weight: normal;
}
h4 {
	
}
h5 {
	
}
/* HEADING STYLES END */






/* TABLE STYLES START /
table {
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
}
tr {
	padding: 0px;
	margin: 0px;
	border: none;
}
td {
	padding: 5px;
	background-color: #e5e5e5;
	border: none;
	margin: 0px;
}
th {
	padding: 5px;
	background-color: #005F9B;
	color: #2d3e86;
	border: none;
	margin: 0px;
}
/ TABLE STYLES END */

/* TABLE STYLES START */
table {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: auto;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  margin-bottom: 20px;
  margin-top: 10px;
}
 
th {
  color:#ffffff;
  background:#2d3e86;
  border-bottom:4px solid #e2b51c;
  border-right: 1px solid #ffffff;
  font-weight: 100;
  padding: 10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#ffffff;
}
 

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding: 10px;
  text-align:left;
  vertical-align:middle;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #005F9B;
  background:#EBEBEB;
}

td:last-child {
  border-right: 0px;
}
/* TABLE STYLES END */





/* FORM ELEMENTS AND BUTTON STYLES START */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}




input {
  font-family: 'Proxima Nova Rg', sans-serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
    padding: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
input[type=text] {
	width: 300px;
	width: 98%;
	height: 12px;
	font-size: 13px;
	border: 1px solid #6D6D73;
}
input[type=text]:focus {
	border: 1px solid #313131;
}
input[type=password] {
	width: 300px;
	width: 98%;
	height: 12px;
	font-size: 13px;
	border: 1px solid #6D6D73;
}
input[type=password]:focus {
	border: 1px solid #313131;
}
input[type=email] {
	width: 300px;
	width: 98%;
	height: 12px;
	font-size: 13px;
	border: 1px solid #6D6D73;
}
input[type=email]:focus {
	border: 1px solid #313131;
}
select {
	width: 300px;
	width: 98%;
	height: 12px;
	font-size: 18px;
	border: 1px solid #6D6D73;
}
textarea {
    font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 13px;
	width: 300px;
	width: 98%;
	min-height: 300px;
	border: 1px solid #6D6D73;
	margin: 0px;
	padding: 0px;
    padding: 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 20px;
}
textarea:focus {
	border: 1px solid #313131;
}

input[type=submit] {
	border: none;
	background: none;
	padding: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	clear: both;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	cursor: pointer;
}
input[type=submit]:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[type=submit]:focus {
	text-decoration: none !important;
	color: #ffffff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[type=button] {
	border: none;
	background: none;
	padding: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	clear: both;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	cursor: pointer;
}
input[type=button]:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[type=button]:focus {
	text-decoration: none !important;
	color: #ffffff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn {
	clear: both;
	margin-bottom: 40px;
}
.btn a:link, .btn a:visited {
	background: none;
	padding: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	clear: both;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn a:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
h6 {
	clear: both;
	margin-bottom: 40px;
}
h6 a:link, h6 a:visited {
	background: none;
	padding: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 16px;
	text-decoration: none !important;
	color: #ffffff !important;
	font-weight: normal;
	clear: both;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
h6 a:hover {
	text-decoration: none !important;
	color: #ffffff !important;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_right {
	float: left;
	padding: 0px;
	margin: 0px;
}
/* FORM ELEMENTS AND BUTTON STYLES END */



/* CLEAR STYLES START */
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_30 {
	height: 30px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_40 {
	height: 40px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_550 {
	height: 550px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 3px solid #d9d9d9;
	margin-bottom: 25px;
}
.hr_div {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 25px;
}
.hr_dash {
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #9c9c9c;
	clear: both;
}
hr {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	height: 10px;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 25px;
	width: 50%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* CLEAR STYLES START */






/* ----- GENERAL STYLES END ----- */











/* ----- LAYOUT STYLES START ----- */







/* HEADER AND NAV STYLES START */
.top_header_container {
	background-color: #0d4160;
	width: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
}


.top_header {
	width: 980px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	overflow: hidden;
	clear: both;
	height: 40px;
}
.top_header a:link {
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.top_header a:visited {
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.top_header_left a:hover, .top_header_right a:hover {
	text-decoration: none;
	opacity: 0.75;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.top_header_left {
	width: 49%;
	float: left;
	padding-top: 8px;
	font-size: 16px;
	line-height: 20px;
	padding-top: 9px;
	font-weight: 700;
}
.top_header_left img {
	margin-right: 10px;
	height: 24px;
	width: auto;
}
.top_header_left .fa {
	margin-top: -1px;
	text-decoration: none;
}
.top_header_right {
	width: 49%;
	float: right;
	font-size: 16px;
	line-height: 20px;
	padding-top: 9px;
	text-align: right;
	font-weight: 700;
}
.top_header_right a:link, .top_header_right a:visited, .top_header_right a:hover {
	text-decoration: none;
}
.top_header_right img {
	vertical-align: middle;
}
.strap .top_header_right {
	font-size: 18px;
}

/* Style all font awesome icons */
.fa {
  font-size: 24px !important;
  width: 24px;
	margin-right: 10px;
  text-align: center;
  text-decoration: none;
}


.header_container {
}
.header {
	width: 950px;
	height: 173px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	overflow: hidden;
	clear: both;
}
.header_left {
	width: 296px;
	float: left;
	padding-top: 24px;
}
.header_right {
	width: 623px;
	float: right;
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 16px;
}
.header_right strong {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.contact {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-top: 43px;
	color: #58585a;
    float: right;
	text-align: right;
	line-height: 30px;
}
.contact strong {
    font-size: 35px;
    font-weight: normal;
	color: #000000;
}
.contact em {
	font-family: 'Proxima Nova Rg', sans-serif;
	font-size: 30px;
    font-weight: normal;
	color: #58585a;
	font-style: normal;
}
.contact strong a:link {
    font-size: 16px;
    font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contact strong a:visited {
    font-size: 16px;
    font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contact strong a:hover {
    font-size: 16px;
    font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.nav {
	height: 47px;
	width: 950px;
	margin-top: 120px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: 10000;
}
.nav_btn a {
	height: 42px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 38px;
	text-align: center;
	border-right: 1px solid #000000;
	margin-top: 5px;
	width: 157px;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
.nav_btn a:hover {
	color: #93c729;
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
}
#menu {
    display: inline-block;
    list-style:none;
		margin-top: 20px;
}
#menu li {
    float: left;
    position: relative;
    list-style: none;
}
#menu > li:hover > ul {
    display: block;
}
#menu > li > ul {
	margin: 0px;
	padding: 0px;
	margin-top: 47px;
	padding: 3px;
    display: none;
    position: absolute;
	background-color: #fff;
	border: 1px solid #93c729;
	border-top: none;
}
#menu > li > ul > li > a {
	padding-top: 4px;
	padding-left: 10px;
	margin-top: 0px;
	border: none;
	height: 25px;
	line-height: normal;
	color: #000000;
	text-align: left;
	width: 200px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}
#menu > li > ul > li > a:hover {
	background-color: #000000;
	color: #FFFFFF;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
/* HEADER AND NAV STYLES END */






/* CONTENT STYLES START */
.content_container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.content {
	width: 965px;
	width: 990px;
	padding-left: 15px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
}
.content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
}
.content li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-left: 10px;
	list-style: disc;
}
/* CONTENT STYLES END */






/* ----- COLUMN STYLES START ----- */



/* 5 COLUMN LAYOUT START */
.col5_1wide {
	width: 171px;
	margin-bottom: 20px;
	float: left;
}
.col5_1wide img {
	max-width: 166px;
	height: auto;
}
.col5_2wide {
	width: 372px;
	margin-bottom: 20px;
	float: left;
}
.col5_2wide img {
	max-width: 372px;
	height: auto;
}
.col5_3wide {
	width: 573px;
	margin-bottom: 20px;
	float: left;
}
.col5_3wide img {
	max-width: 573px;
	height: auto;
}
.col5_4wide {
	width: 774px;
	margin-bottom: 20px;
	float: left;
}
.col5_4wide img {
	max-width: 774px;
	height: auto;
}
.col5_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 5 COLUMN LAYOUT END */



/* 4 COLUMN LAYOUT START */
.col4_1wide {
	width: 220px;
	float: left;
}
.col4_1wide img {
	max-width: 220px;
	height: auto;
}
.col4_2wide {
	width: 470px;
	float: left;
}
.col4_2wide img {
	max-width: 460px;
	height: auto;
}
.col4_3wide {
	width: 720px;
	float: left;
}
.col4_3wide img {
	max-width: 720px;
	height: auto;
}
.col4_4wide {
	width: 975px;
}
.col4_4wide img {
	max-width: 975px;
	height: auto;
}
.col4_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	width: 296px;
	width: 305px;
	float: left;
}
.col3_1wide img {
	max-width: 305px;
	height: auto;
}
.col3_1wide_grey {
	width: 267px;
	float: left;
	text-align: left;
	background-color: #ececed;
	padding: 20px;
	padding-bottom: 0px;
}
.col3_1wide_grey img {
	max-width: 267px;
	height: auto;
}
.col3_1wide_border {
	width: 265px;
	float: left;
	text-align: left;
	border: 1px solid #cccccc;
	padding: 20px;
	padding-bottom: 0px;
}
.col3_1wide_border img {
	max-width: 265px;
	height: auto;
}
.col3_2wide {
	width: 640px;
	float: left;
	text-align: left;
}
.col3_2wide img {
	max-width: 640px;
	height: auto;
}
.col3_3wide {
	width: 950px;
    width: 975px;
	float: left;
	margin-bottom: 40px;
}
.col3_3wide img {
	max-width: 950px;
    width: 975px;
	height: auto;
}
.col3_spacer {
	width: 31px;
	margin-bottom: 20px;
	float: left;
}
/* 3 COLUMN LAYOUT END */






/* ----- COLUMN STYLES END ----- */



#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}
.marginleft175 {
	margin-left: 175px;
}


.bg_ground {
	position: absolute;
	width: 100%;
	height: 550px;
	width: 2000px;
	position: relative;
    overflow: hidden;
	left: 50%;
	margin-left: -1000px;
	display: block;
	z-index: 1;
}
.bg_ground2 {
	position: absolute;
	width: 100%;
	height: 208px;
	width: 2000px;
	position: relative;
    overflow: hidden;
	left: 50%;
	margin-left: -1000px;
	display: block;
	z-index: 1;
	z-index: -1;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
}
.easingslider-container {
	width: 2000px !important;
	height: 550px !important;
}


.strapline {
	position: fixed;
	width: 100%;
	height: 300%;
	top:0;
	left:0;
	z-index: -1;
	text-align: center;
	padding-top: 207px;
	font-weight: bold;
	font-size: 44px;
	margin-top: 290px;
	margin-left: -150px;
	margin-left: auto;
	margin-right: auto;
	line-height: 34px;
	color: #FFFFFF;
	text-shadow: 0 0 10px #000;
}
.strapline strong {
	color: #93c729;
	color: #000000;
}
.bg_ground_mob {	
	display: none;
}
.strapline_mob {
	display: none;
}

.hp_content_container {
	clear: both;
}
.hp_content {
	width: 965px;
	width: 990px;
	padding-left: 15px;
	clear: both;
    margin-right: auto;/*centres in compliant browsers*/
    margin-left: auto;/* "	" */
}
.hp_col3_1wide {
	width: 305px;
	float: left;
	text-align: center;
}
.hp_col3_1wide img {
	max-width: 305px;
	width: 305px;
	height: auto;
	position: relative;
}
/*.hp_col3_1wide h2 {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 24px;
	line-height: normal;
	color: #58585a;
}
.hp_col3_1wide p {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}*/
.hp_col3_3wide {
    width: 950px;
    width: 975px;
	text-align: center;
}
.hp_col3_3wide img {
	max-width: 950px;
    width: 975px;
	height: auto;
}

/* ADDITIONAL COLUMN LAYOUTS START */
.col1_1narrow {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1narrow img {
	max-width: 520px;
	height: auto;
}
.col1_1wide {
	width: 700px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1wide img {
	max-width: 700px;
	height: auto;
}
/* ADDITIONAL COLUMN LAYOUTS END */

/* ----- LAYOUT STYLES END ----- */






.col3_1wide_teaser {
    width: 305px;
	margin-left: 10px;
	margin-right: 15px;
    margin-bottom: 20px;
    float: left;
	text-align: center;
}
.col3_1wide_teaser img {
    width: 305px;
	height: 186px;
}
.col3_1wide_teaser a {
	text-decoration: none;
}
.col3_3wide_teaser {
    width: 950px;
    width: 975px;
}
.col3_3wide_teaser img {
	max-width: 950px;
    width: 975px;
	height: auto;
}

.easy_testimonial {
    width: 100%;
    margin-bottom: 20px;
}
.testimonial_body {
	background-color: #d9d9d9;
	padding: 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}
.testimonial_body p {
	margin-bottom: 10px;
}
.testimonial_author {
	background-image: url(pics/speech_bubble.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 25px;
}
.testimonial_author p {
	font-style: normal !important;
}
.testimonial-client {
	font-style: normal !important;
}
.easy_testimonial_image_wrapper {
	display: none;
}
.date {
	display: none !important;
}


.qafp-faq-anchor {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	padding-bottom: 15px;
	display: block;
	font-size: 22px;
	text-decoration: none;
	border-bottom: 1px solid #918f8f;
}
.qafp-faq-title a:link {
	text-decoration: none;
}
.qafp-faq-answer {
	border: none !important;
	background-color: #d9d9d9;
	padding: 15px;
	padding-bottom: 3px;
}
.qafp-comments {
	display: none;
}

.hp_images {
	height: 185px;
	width: 296px;
}

/*#wpgmza_map {
	border: 1px solid #6d6d73;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 20px;
}*/

#wpgmza_map {
	margin-bottom: 20px;
}
.wpgmza_map {
	max-width: 940px !important;
}






.share {
    margin-top:7px; 
    margin-left:-2px; q
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;

}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** CURRENT SKIN ***/
.sf-menu {
  font-family: 'Proxima Nova Rg', sans-serif;
	height: 47px;
	width: 950px;
	margin-top: 173px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	z-index: 10000;
}
.sf-menu ul {
}
.sf-menu a:link, .sf-menu a:visited {
    text-decoration:none;
    padding-top: 9px;
    padding-bottom: 11px;
	height: 36px;
	-webkit-transition: border 300ms linear;
	-moz-transition: border 300ms linear;
	-ms-transition: border 300ms linear;
	-o-transition: border 300ms linear;
	transition: border 300ms linear;
}
.sf-menu a:hover {
	height: auto;
	height: 36px;
	-webkit-transition: border 300ms linear;
	-moz-transition: border 300ms linear;
	-ms-transition: border 300ms linear;
	-o-transition: border 300ms linear;
	transition: border 300ms linear;
}
.sf-menu li {
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
    line-height: 27px;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    list-style-type: none;
}
.sf-menu ul li {
	font-size: 14px;
}
.sf-menu ul ul li {
	font-size: 14px;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    transition: none;
	height: auto;
}
.sf-menu li.current {
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu ul li.current {
}
.sf-menu ul ul li:hover,
.sf-menu ul ul li.sfHover,
.sf-menu ul ul li.current {
}
.sf-menu ul li.current > a {
    text-decoration:none;
}
.sf-menu li.current > a {
    text-decoration:none;
}


/*DOUBLE LINE NAV*/
.sf-menu {
	height: 47px;
}

.sf-menu li {
	height: 100%;
	display: table;
    line-height: 16px;
}

.sf-menu a:link, .sf-menu a:visited {
	vertical-align: middle;
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 6px;
	height: 36px;
}
.sf-menu a:hover {
	height: 36px;
}
.sf-menu ul li {
	padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
	font-weight: normal;
    min-width: 160px;
}





.searchButton {
    position:relative; 
    left:240px;
    top:-2px;
}

.menu {
    display: inline;
}
.menu_button {
    display: none;
}
.searchBox {
    float: right;
    width: 275px;
	height: 60px;
}
.newsletter_link {
    display: none;
}

/* FOOTER STYLES */
.footer_container {
    width: 990px;
    margin-right: auto;/*centres in compliant browsers*/
    margin-left: auto;/* "	" */
    clear: both;
	font-size: 13px;
}
.footerHolder {
    width: 100%;
    background-color: #cccccc;
}
.footerHolder p {
	font-size: 13px;
	line-height: 18px;
}
.footerHolder a {
}
.footerHolder h2 {
	color: #000000;
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
.footSpacer {
    width: 41px;
    margin-bottom: 20px;
    float: left;
}
.footer_container .fa, .col3_1wide_grey .fa {
	text-decoration: none !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.footer_container .fa:hover, .col3_1wide_grey .fa:hover {
	opacity: 0.8;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
/* FOOTER STYLES ENDS */


.input_search {
	margin-bottom: 0px;
	width: 80px !important;
	float: right;
	-webkit-transition: width 500ms ease-out;
-moz-transition: width 500ms ease-out;
-ms-transition: width 500ms ease-out;
-o-transition: width 500ms ease-out;
transition: width 500ms ease-out;
}
.input_search:focus {
	margin-bottom: 0px;
	width: 215px !important;
	-webkit-transition: width 500ms ease-out;
-moz-transition: width 500ms ease-out;
-ms-transition: width 500ms ease-out;
-o-transition: width 500ms ease-out;
transition: width 500ms ease-out;
}
.input_newsletter {
    margin: 0px;
	margin-bottom: 10px;
    width: 270px !important;
}

.widgets {
    margin-bottom: 20px;
	background-color: #CCCCCC;
	padding: 15px;
	padding-bottom: 10px;
}

.reslide_slides {
	cursor: default !important;
}
.at_flat_counter {display: none !important;}



/** SELECTABLE COLUMNS **/
.col3_1wide_2 {
	width: 296px;
	float: left;
	text-align: right;
}
.col3_1wide_2 img {
	max-width: 296px;
	height: auto;
}
.col3_2wide_2 {
	width: 623px;
	float: left;
	text-align: right;
}
.col3_2wide_2 img {
	max-width: 623px;
	height: auto;
}
.blue_bg {
	background-color: #4c4555;
	color: #fff;
	width: 910px;
	padding: 20px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.blue_bg h1 {
	color: #ffffff;
}
.blue_bg h2 {
	color: #ffffff;
}
.blue_bg h3 {
	color: #ffffff;
}
.blue_bg h4 {
	color: #ffffff;
}
.blue_bg a:link {
	color: #ffffff;
}
.blue_bg a:visited {
	color: #ffffff;
}
.blue_bg a:hover {
	color: #ffffff;
}
/** SELECTABLE COLUMNS **/

.thumb {
	width: 215px;
	height: 215px;
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.thumb:hover {
	opacity: 0.5;
}





	/* Create a sticky/fixed navbar */
#navbar {
  padding: 20px 10px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 40px; /* At the top */
  z-index: 99;
	background: none;
	background-image: url('pics/header_bg.png');
	background-repeat: repeat;
z-index: 10;
}
#navbar_over {
  padding: 20px 10px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 40px; /* At the top */
  z-index: 99;
	background: none;
	background-color: #fff;
z-index: 10;
}
/*#navbar:hover {
	background-color: #fff;
	-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
#navbar a:hover, #navbar a:active  {
	opacity: 1;
}*/
.nav_int {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
.sf-menu {
	position: relative;
	width: auto;
	margin-top: 0px;
	left: auto;
	margin-left: 0px;
}
.sf-menu a:link, .sf-menu a:visited {
		width: auto !important;
		padding-left: 22px;
		padding-right: 10px;
		padding-top: 8px;
		padding-bottom: 9px;
}

/* Style the logo */
#navbar #logo, #navbar_over #logo {
	width: auto;
	height: 120px;
  transition: 0.4s;
}

/* Display some links to the right */
#navbar-right {
	width: auto;
	float: right;
  transition: 0.4s;
	margin-top: 60px;
}
.strap {
	height: 60px;
	width: 490px;
	position: absolute;
	top: 60px;
	z-index: 99;
	margin-left: 50%;
}

.thumb_2col {
	width: 485px;
	height: 485px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.thumb_3col {
	width: 296px;
	height: 197px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.thumb_4col {
	width: 220px;
	height: 147px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/* Two column Teaser */
.col2_4wide {
	width: 970px;
	float: none;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.col2_2wide {
	width: 485px;
	float: left;
	/*padding-top: 15px;*/
}
.col2_2wide img {
	max-width: 485px;
	height: auto;
}
.col2_2text {
	padding-left: 30px;
	padding-right: 30px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.mobile_show {
	display: none;
}
.mobile_hide {
	display: display;
}


/* SUBFOOTER FOOTER STYLES */
.subfooter_container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
	background-color: #48484a;
}
.subfooter_inner {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #ffffff;
	text-align: center;
}
.subfooter_inner img {
	max-width: 980px;
	height: auto;
}
.subfooter_inner h3 {
	color: #f1863a;
	margin-bottom: 10px;
}
.subfooter_inner p {
	color: #ffffff;
	font-size: 14px;
}
.subfooter_inner small {
	color: #ffffff;
	font-size: 12px;
}
.subfooter_inner a:link {
	color: #ffffff;
}
.subfooter_inner a:visited {
	color: #ffffff;
}
/* SUBFOOTER FOOTER STYLES ENDS */


.parallax_promo {
	width: 100%;
}

.parallax_text {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 999999999;
	margin-top: -200px;
  margin-bottom: 200px;
  margin-bottom: 0px;
}
/*.parallax_text, .parallax_text p, .parallax_text h1, .parallax_text h2, .parallax_text h3, .parallax_text h4, .parallax_text h5, .parallax_text a:link, .parallax_text a:visited, .parallax_text a:hover, {
	color: #fff;
}*/

.parallax {
    /* The image used */
    /*background-image: url("pics/hp_par.jpg");*/

    /* Set a specific height */
    height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


blockquote {
  background: #dadcdd;
  margin: 1.5em 10px;
  margin: 10px;
  padding: 16px;
  quotes: "\201C""\201D";
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	padding-right: 40px;
}
blockquote p:before {
  color: #fff;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p:after {
  color: #fff;
  content: close-quote;
  font-size: 4em;
  line-height: 0.3em;
  margin-left: 0.25em;
  vertical-align: -0.5em;
	margin-right: -30px;
	float: right;
}
blockquote p {
  display: inline;
}
blockquote strong {
  display: block;
}
blockquote img {
  display: block;
}



.sf-menu2, .sf-menu2 * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu2 li {
    position: relative;
}
.sf-menu2 ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu2 > li {
    float: left;
}
.sf-menu2 li:hover > ul,
.sf-menu2 li.sfHover > ul {
    display: block;
}

.sf-menu2 a {
    display: block;
    position: relative;

}
.sf-menu2 ul ul {
    top: 0;
    left: 100%;
}


/*** CURRENT SKIN ***/
.sf-menu2 {
  font-family: 'Proxima Nova Rg', sans-serif;
	height: 47px;
	width: 980px;
	/*margin-top: 173px;*/
	position: absolute;
	left: 50%;
	margin-left: -490px;
	z-index: 10000;
}
.sf-menu2 ul {
}
.sf-menu2 a:link, .sf-menu2 a:visited {
    text-decoration:none;
    padding-top: 9px;
    padding-bottom: 11px;
	height: 36px;
}
.sf-menu2 a:hover {
	height: auto;
	height: 36px;
}
.sf-menu2 li {
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
    line-height: 27px;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    list-style-type: none;
}
.sf-menu2 ul li {
	font-size: 14px;
}
.sf-menu2 ul ul li {
	font-size: 14px;
}
.sf-menu2 li:hover,
.sf-menu2 li.sfHover {
    transition: none;
	height: auto;
}
.sf-menu2 li.current {
}
.sf-menu2 li:hover,
.sf-menu2 li.sfHover,
.sf-menu2 ul li.current {
}
.sf-menu2 ul ul li:hover,
.sf-menu2 ul ul li.sfHover,
.sf-menu2 ul ul li.current {
}
.sf-menu2 ul li.current > a {
    text-decoration:none;
}
.sf-menu2 li.current > a {
    text-decoration:none;
}


/*DOUBLE LINE NAV*/
.sf-menu2 {
	height: 47px;
}

.sf-menu2 li {
	height: 100%;
	display: table;
    line-height: 16px;
}

.sf-menu2 a:link, .sf-menu2 a:visited {
	vertical-align: middle;
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 6px;
	height: 36px;
}
.sf-menu2 a:hover {
	height: 36px;
}
.sf-menu2 ul li {
	padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
	font-weight: normal;
    min-width: 160px;
}


.news_bg_img {
		background-image: url('pics/news_bg_placeholder.png');
    background-size: cover;
		width: 100%;
		height: 330px;
		background-position: center;
		background-repeat: no-repeat;
}

#navbar, #navbar_over, #navbar:hover, #navbar_over:hover {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}





.rt-detail {
    padding-top: 10px !important;
	border-bottom: 1px solid #0a0a0a;
	background: none !important;
}
/*.rt-detail h2 {
    line-height: 27px !important;
}

.rt-detail h3 {
	font-size: 22px !important;
	line-height: 26px !important;
	text-align: center;
}*/
.entry-title {
	min-height: 65px;
	margin-top: 30px !important;
}
.read-more {
	text-align: center !important;
	padding-bottom: 10px !important;
	text-decoration: none !important;
}
.read-more a {
	  color: #0a0a0a !important;
    font-family: 'Proxima Nova Rg', sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    border: 1px solid #0a0a0a !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
	text-decoration: none !important;
}
.read-more a:hover {
	  opacity: 1 !important;
    color: #ffffff !important;
    background: #0a0a0a !important;
    border: 1px solid !important;
    font-weight: 600 !important;
	text-decoration: none !important;
}
.rt-tpg-container .rt-tpg-isotope-buttons {
   margin-bottom: 30px !important;
}
.rt-tpg-container .rt-tpg-isotope-buttons button {
	  color: #0a0a0a !important;
    font-family: 'Proxima Nova Rg', sans-serif !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    background: #ffffff !important;
    border: 1px solid #0a0a0a !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
		cursor: pointer !important;
}
.rt-tpg-container .rt-tpg-isotope-buttons button:hover {
	  opacity: 1 !important;
    color: #ffffff !important;
    background: #0a0a0a !important;
    border: 1px solid !important;
    font-weight: 600 !important;
		cursor: pointer !important;
}
.rt-tpg-container .rt-tpg-isotope-buttons .selected {
    color: #FFFFFF !important;
    background-color: #0a0a0a !important;
	-webkit-border-radius: 0px;
    border-radius: 0px;
		cursor: pointer !important;
}

.rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover img {
	  -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.rt-tpg-container .isotope1 .rt-holder .rt-img-holder img {
	  -webkit-transition: all 1s ease !important;
    -moz-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    -ms-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.rt-tpg-container .isotope1 .rt-holder .rt-img-holder:hover img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
		width: 100%;
}
.rt-tpg-container .isotope1 .rt-holder .rt-img-holder img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
		width: 100%;
}
.rt-holder {
	min-height: 460px;
}
/* 25 Feb 2022 */
.crellyslider-slider-home_page .crellyslider>.cs-slides>.cs-slide:after {
    content: '';
    background: rgb(0 0 0 / 55%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
li.lazy.cs-slide div{
    left:0 !important;
    right: 0 !important;
    text-align: center !important;
}
@media only screen and (max-width: 600px) {
    a.home-banner-cta {
        font-weight:bold;
        font-size:8px !important;
        padding: 5px 10px !important;
    }
}