/*
Theme Name: BFH Services
Theme URI: http://www.webrevolution.co.nz
Description: Custom Template for BFH services
Version: 1.0
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
Tags: super, awesome, cool
*/

@import url('css/woocommerce.css');

/*CSS RESET START*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*CSS RESET ENDS*/

/* ClearFix */
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
/* ClearFix Ends*/

/*Our actual CSS now the reset is taken care of*/
html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
}

body.ie section img {
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: #02427f;
	font-family: 'Titillium Web', sans-serif;
}

header a {
	color: #D71C39;
}
@media screen and (min-width: 800px) {
	body {
		font-size: 0.90em;
		line-height: 1.5;
	}	
	h1,
	div#home-column2 h2,
	div#home-column3 h2 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.80em;
	}
	
	h3 {
		font-size: 1.6em;
	}
}

@media screen and (min-width: 481px) and (max-width: 799px) {
	body {
		font-size: 0.88em;
		line-height: 1.5;
	}
	h1,
	div#home-column2 h2 {
		font-size: 1.95em;
	}
	
	h2 {
		font-size: 1.75em;
	}
	
	h3 {
		font-size: 1.55em;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 0.86em;
		line-height: 1.5;
	}
	h1 {
		font-size: 1.80em;
	}
	
	h2 {
		font-size: 1.70em;
	}
	
	h3 {
		font-size: 1.50em;
	}
}

.full_width {
	float: left;
	width: 100%;
	position: relative;
	min-width: 320px;
	height: auto;
}

.wrapper {
	width: 98%;
	height: auto;
	margin: 0 auto;
	position: relative;
	min-width: 310px;
	max-width: 940px;
	padding: 0 1% 1%;
	background: #fff;
}

.inner_div {
	position: relative;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

a {
	outline: 0 none;
	text-decoration: none;
}

.clear-left {
	clear: left;
}

section a {
	font: 1.2em 'Titillium Web', sans-serif;
	color: #D6083B;
}

section a:hover {
	color: #02427F;
}

section ul.products li.product a {
	font-size: inherit;
}

p,
aside ul,
aside ol,
section ul,
section ol {
	margin-bottom: 0.50em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

textarea {
	overflow: auto;
}

.section-heading {
	position: absolute;
	text-indent: -9999px;
}

.display-block {
	display: block;
}

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

/* ===== Float image left and right around the text ===== */
img.alignright {float:right; margin:0.5em 0 0.5em 0.5em}
img.alignleft {float:left; margin:0.5em 0.5em 0.5em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* ---------------------------------------------------------------- */

/* *****************************************************
 	Unorder/Order List
 ****************************************************** */
aside ul,
section ul {
	list-style: disc;
}

aside ol,
section ol {
	list-style: decimal;
}

section ul,
section ol {
	margin-left: 1.5em;
}
/* ---------------------------------------------------------------- */

/* =============================================================
 	* Setting the Main content column width by checking the presence of sidebars.
 	* This one is the global width for whole template.
 	* We can further modify it by targeting body tag classes on per pages.
 ============================================================== */
.maincolumn-no-sidebar {
	width: 100%;
}

/* Section width If both sidebars are present */
.maincolumn-both-sidebars {
	width: 48.9%;
}


/* ===Section width If one sidebar is present 
	* Subtract 10px from width 
===================================== */
@media screen and (max-width: 700px) {
	.maincolumn-one-sidebar {
		width: 100%;
	}
}

@media screen and (min-width: 701px) {
	.maincolumn-one-sidebar {
		width: 71%;
		float: left;
	}
	div#maincontentarea_inner section.maincolumn-one-sidebar {
		padding-left: 2.8%;
		border-left: 1px solid #ccc;
	}
}

/* ==================================================================
 	* Left and Right Sidebars (Change sidebars width according to theme requirement)
 =================================================================== */
#leftcolumn,
#rightcolumn {
	width: 23.4%;
}

#leftcolumn {
	margin-right: 2.2%;
}

#rightcolumn {
	margin-left: 2.2%;
}

@media screen and (max-width: 700px) {
	aside#leftcolumn {
		display: none;
	}
}

aside#leftcolumn div.widget {
	margin-right: 1em;
	margin-bottom: 1.4em;
}

aside#leftcolumn h3 {
	padding-bottom: 0.3em;
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 701px) and (max-width: 725px) {
	aside#leftcolumn h3 {
		font-size: 1.92em;
	}
}

@media screen and (min-width: 726px) {
	aside#leftcolumn h3 {
		font-size: 2em;
	}
}

aside#leftcolumn ul {
	min-width: 100%;
	list-style: none;
}

aside#leftcolumn ul li {
	position: relative;
	border-bottom: 1px solid #ccc;
}

aside#leftcolumn ul li.has-child {
	background: url(images/sub-link-arrow.png) no-repeat 98% center;
}

aside#leftcolumn ul li ul.sub-menu {
	top: 0;
	left: 100%;
	width: 90%;
	display: none;
	position: absolute;
	z-index: 9999;
	background-color: #6D6E71;
}

aside#leftcolumn ul li:hover > ul.sub-menu {
	display: block;
}

aside#leftcolumn ul li a {
	color: #000;
	display: block;
	margin-left: 0.5em;
	padding: 0.5em 0 0.5em 1em;
	background: url(images/side-bullet.png) no-repeat;
}

aside#leftcolumn ul li a:hover {
	color: #d71c39;
	background: url(images/side-active-bullet.png) no-repeat;
}

aside#leftcolumn ul li ul.sub-menu li a {
	color: #fff;
	background-image: none;
}

aside#leftcolumn ul li.current-cat a,
aside#leftcolumn ul li.current_page_item a {
	color: #d71c39;
	background: url(images/side-active-bullet.png) no-repeat;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* *****************************************************
 	Header
 ****************************************************** */
div#hd-logo {
	padding-top: 1em;
}

div#custom_html-2 {
	width: 100px;
}

@media screen and (min-width: 480px) {
	div#hd-logo {
		float: left;
	}
	div#custom_html-7 {
		float: right;
		padding-top: 50px;
	}
	div#custom_html-7 p {
		text-align: right;
	}
	div#custom_html-2 {
		position: absolute;
		right: 180px;
		top: 60px;
	}
	div#search-2 {
		width: 220px;
		position: absolute;
		right: 0;
		top: 10px;
	}
}

div#custom_html-7 {
	line-height: 1.1;
}

div#custom_html-7 p {
	margin: 0;
	font-size: 0.85em;
}

span#req-number {
	font-size: 2.5em;
}

@media screen and (max-width: 479px) {
	div#hd-logo {
		width: 155px;
		margin-left: auto;
		margin-right: auto;
	}
	div#custom_html-7 {
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
	}
	div#custom_html-2 {
		margin-left: auto;
		margin-right: auto;
		padding: 1em 0;
	}
	div#search-2 {
		width: 250px;
		margin: 10px auto 0;
	}
	
	#attachment_947,
	#attachment_949,
	#attachment_948 {
		float: none !important;
		clear: both !important;
		margin-left: auto;
		margin-right: auto;
	}
}


@media screen and (max-width: 560px) {
	div#footer-logo {
		display: none !important;
		visibility: hidden !important;
	}
}
/* ===== Navigation ===== */

nav a#pull {  
    display: none;  
}

nav#main-menu ul li a {
	color: #fff;
}

@media screen and (min-width: 769px) {
	nav#main-menu {
		height: 54px;
		-webkit-border-radius: 2px;
	    border-radius: 2px;
		background: #d71c39 url(images/nav-bg.png) repeat-x;
	}
	nav#main-menu ul li {
		float: left;
		position: relative;
	}
	nav#main-menu ul li a {
		display: block;
		font-size: 15px;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 16px;
		text-transform: uppercase;
	}
	nav#main-menu ul#menu-main-navigation-menu > li {
		border-right: 1px solid #973a4a;
	}
	nav#main-menu ul li#menu-item-1123 {
		border: none;
	}
	nav#main-menu ul li ul {
		top: 53px;
		left: -1px;
		width: 210px;
		z-index: 9999;
		display: none;
		position: absolute;
		background: #6d6e71;
		-webkit-border-radius: 0px 0px 2px 2px;
	    border-radius: 0px 0px 2px 2px;
	}
	nav#main-menu ul li ul li {
		width: 100%;
		border-top: 1px solid #b6b7b8;
	}
	nav#main-menu ul li ul li ul {
		left: 100%;
		top: 0;
	}
	nav#main-menu ul li ul li.has-child {
		background: url(images/sub-link-arrow.png) no-repeat 98% center;
	}
	nav#main-menu ul li ul li:first-child {
		border: none;
	}
	nav#main-menu ul li ul li a {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	nav#main-menu ul li:hover > ul {
		display: block;
	}
}

nav#main-menu ul li a:hover,
nav#main-menu ul li.current-menu-item > a,
nav#main-menu ul li.current_page_ancestor > a {
	color: #000;
}

@media screen and (min-width: 769px) and (max-width: 782px) {
	nav#main-menu ul li a {		
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media screen and (min-width: 783px) and (max-width: 796px) {
	nav#main-menu ul li a {		
		padding-left: 9px;
		padding-right: 9px;
	}
}

@media screen and (min-width: 797px) and (max-width: 810px) {
	nav#main-menu ul li a {		
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (min-width: 811px) and (max-width: 825px) {
	nav#main-menu ul li a {		
		padding-left: 11px;
		padding-right: 11px;
	}
}

@media screen and (min-width: 826px) and (max-width: 840px) {
	nav#main-menu ul li a {		
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media screen and (min-width: 841px) and (max-width: 854px) {
	nav#main-menu ul li a {		
		padding-left: 13px;
		padding-right: 13px;
	}
}

@media screen and (min-width: 855px) and (max-width: 868px) {
	nav#main-menu ul li a {		
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media screen and (min-width: 869px) and (max-width: 882px) {
	nav#main-menu ul li a {		
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 883px) and (max-width: 896px) {
	nav#main-menu ul li a {		
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media screen and (min-width: 897px) and (max-width: 910px) {
	nav#main-menu ul li a {		
		padding-left: 17px;
		padding-right: 17px;
	}
}

@media screen and (min-width: 911px) and (max-width: 925px) {
	nav#main-menu ul li a {		
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media screen and (min-width: 926px) and (max-width: 939px) {
	nav#main-menu ul li a {		
		padding-left: 18px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 940px) and (max-width: 953px) {
	nav#main-menu ul li a {		
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 954px)  and (max-width: 968px) {
	nav#main-menu ul li a {		
		padding-left: 21px;
		padding-right: 21px;
	}
}

@media screen and (min-width: 969px) {
	nav#main-menu ul li a {		
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media screen and (max-width: 768px) {
	nav#main-menu ul {
		display: none;
		height: auto;
		background-color: #6D6E71;
	}
	nav#main-menu ul li {
		width: 100%;
	}
	nav#main-menu ul li a {
		display: block;
		font-size: 1.3em;
		text-indent: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #B6B7B8;
	}
	nav#main-menu ul li ul {
		display: none;
		height: auto;
		background-color: #797a7e;
	}
	nav#main-menu ul li ul li a {
		text-indent: 40px;
	}	
	nav#main-menu ul li ul li ul {
		background-color: #6D6E71;
	}
	nav#main-menu ul li ul li ul li > a {
		padding-left: 1em;
	}
	nav#main-menu a#pull {
		color: #fff;
		width: 100%;
		display: block;
		text-indent: 20px;
		padding: 5px 0;
		font-size: 1.4em;
		position: relative;
		background-color: #D71C39;
	}
	nav#main-menu a#pull:after {
		content:"";  
		background: url(images/nav-icon.png) no-repeat;  
		width: 30px;  
		height: 30px;  
		display: inline-block;  
		position: absolute;  
		right: 10px;
		top: 10px;
	}
}

/* *****************************************************
 	Slideshow
 ****************************************************** */
div#hero_inner {
	-webkit-box-shadow:  0px 0px 5px 0px #cccccc;
        box-shadow:  0px 0px 5px 0px #cccccc;
}

div#hero_inner div.slideshow_container_style-light .slideshow_description_box {
	background: none !important;
	opacity: 1;
	top: 20px;
	width: 40%;
}


div#hero_inner div.slideshow_container div.slideshow_description a {
	padding-bottom: 0;
}

div#hero_inner div.slideshow_container div.slideshow_title a {
	font-size: 1.5em;
	color: #D6083B;
}


div#hero_inner div.slideshow_container div.slideshow_description {
	padding-top: 0;
	font: 1.2em 'Titillium Web', sans-serif;
}

@media screen and (max-width: 750px) {
	div#hero {
		display: none !important;
		visibility: hidden !important;
	}
}

/* *****************************************************
 	Online Service Request button
 ****************************************************** */
a.online-service-request,
#custom_html-4 a {
	color: #fff;
	width: 240px;
	display: block;
	text-align: center;
	padding: 0.2em;
	font-size: 22px;
	background: rgb(231,39,80);
	border: 2px solid #a9071e;
	background: 	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3Mjc1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzFhMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(231,39,80) 0%, rgb(211,26,52) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(231,39,80)), color-stop(100%,rgb(211,26,52)));
	background: -webkit-linear-gradient(top,  rgb(231,39,80) 0%,rgb(211,26,52) 100%);
	background: -o-linear-gradient(top,  rgb(231,39,80) 0%,rgb(211,26,52) 100%);
	background: -ms-linear-gradient(top,  rgb(231,39,80) 0%,rgb(211,26,52) 100%);
	background: linear-gradient(to bottom,  rgb(231,39,80) 0%,rgb(211,26,52) 100%);
	-webkit-border-radius: 8px;
    border-radius: 8px;
}

#custom_html-4 a {
	width: 205px;
	line-height: 1.1;
}

a.online-service-request:hover,
#custom_html-4 a:hover {
	color: #fff;
	background: rgb(102,102,102);
	border: 2px solid #000;
	background: 	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(102,102,102) 0%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(102,102,102)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top,  rgb(102,102,102) 0%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top,  rgb(102,102,102) 0%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top,  rgb(102,102,102) 0%,rgb(51,51,51) 100%);
	background: linear-gradient(to bottom,  rgb(102,102,102) 0%,rgb(51,51,51) 100%);
}

/* *****************************************************
 	Home Page
 ****************************************************** */
p#home-first-para {
	color: #d6083b;
	font: 1.2em/1.4 'Titillium Web', sans-serif;
}

@media screen and (min-width: 751px) {
	div#home-column1,
	div#home-column2 {
		float: left;
	}
	div#home-column1 {
		margin-right: 2.3%;
	}	
	div#home-column2 h2 {
		padding-bottom: 0.3em;
		border-bottom: 1px solid #ccc;
	}
	div#home-column2 ul {
		margin-left: 0;
	}
	div#home-column2 ul li {
		list-style: none;
		padding-left: 0.3em;
		border-bottom: 1px solid #ccc;
	}
	div#home-column2 ul li a {
		color: #000;
		display: block;
		padding: 0.5em 0 0.5em 1em;
		background: url(images/side-bullet.png) no-repeat;
	}
	div#home-column2 ul li a:hover {
		color: #d71c39;
		background: url(images/side-active-bullet.png) no-repeat;
	}
}

@media screen and (min-width: 751px) and (max-width: 900px) {
	div#home-column1 {
		width: 63.9%;
	}
	div#home-column3 {
		clear: both;
	}
	div#home-column2 {
		width: 29%;
	}
}

@media screen and (min-width: 901px) {
	div#home-column2,
	div#home-column3 {
		float: left;
	}
	div#home-column1 {
		width: 44.5%;
	}
	div#home-column2,
	div#home-column3 {
		width: 25.4%;
	}
	div#home-column2 {
		margin-right: 2.4%
	}
}

div#lower-box1 img,
div#lower-box2 img {
	margin-top: 0.7em;
	-webkit-box-shadow:  0px 0px 5px 1px rgba(204, 204, 204, 0.3);
        box-shadow:  0px 0px 5px 1px rgba(204, 204, 204, 0.3);
}

@media screen and (max-width: 750px) {
	div#home-payslips,
	div#home-repair,
	div#home-flexirent,
	div#home-paper-folder {
		clear: both;
		padding-top: 1em;
		border-top: 1px solid #ccc;
		-webkit-box-shadow: inset 0px 4px 5px 1px rgba(204, 204, 204, 0.2);
        box-shadow: inset 0px 4px 5px 1px rgba(204, 204, 204, 0.2);
	}
	div#home-column2 ul {
		margin-left: 0;
	}
	div#home-column2 ul li {
		list-style: none;
		width: 100%;
		margin-bottom: 0.1em;
		-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
		box-shadow: inset 0px 1px 0px 0px #ffffff;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
        display: inline-block;
	}
	div#home-column2 ul li a {
        color: #666666;
        display: block;
        font-size: 13px;
        font-weight: bold;
        padding: 0.7em;
        text-align: center;
	}
	div#home-column2 ul li:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
	}
	div#home-column3 {
		clear: both;
	}
}

@media screen and (max-width: 479px) {
	div#home-column2 ul li {
        width: 100%;
	}
}

@media screen and (min-width: 480px) and (max-width: 750px) {
	div#home-column2 ul li {
		float: left;
		width: 49.4%;
	}
	div#home-column2 ul li:nth-child(2n + 1) {
		margin-right: 0.1em;
	}
}

@media screen and (min-width: 751px) {
	div#home-payslips,
	div#home-repair,
	div#home-flexirent,
	div#home-paper-folder {
		float: left;
		width: 48.9%;
	}
	
	div#home-payslips,
	div#home-flexirent {
		margin-right: 2.1%;
	}
	
	div#lower-box1,
	div#lower-box2 {
		padding-top: 1em;
		margin-bottom: 0.5em;
		border-top: 1px solid #ccc;
		-webkit-box-shadow: inset 0px 4px 5px 1px rgba(204, 204, 204, 0.2);
        box-shadow: inset 0px 4px 5px 1px rgba(204, 204, 204, 0.2);
	}
	
	div#lower-box1 p,
	div#lower-box2 p {
		font-size: 0.9em;
	}
}

@media screen and (min-width: 751px) and (max-width: 865px) {
	div#lower-box1 h3,
	div#lower-box2 h3 {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 750px) {
	a.lower-readmore {
		margin-left: 10em;
	}
}
a.lower-readmore,
a.history-readmore {
	width: 103px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/readmore-btn.png);
}

a.lower-readmore {
	margin-left: 137px;
	margin-top: 5px;
}

a.history-readmore {
	margin-top: 0.5em;
}

/* *****************************************************
 	Product Catalogue Page
 ****************************************************** */
p.woocommerce-result-count {
	display: none;
}

.woocommerce section ul.products {
	padding-top: 0.75em;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
	color: #323232;
}

@media screen and (max-width: 390px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		/*height: 14.5em;*/
	}
}

@media screen and (max-width: 550px) {
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-left: 3.8%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 46.2%;
	}
}

@media screen and (min-width: 551px) and (max-width: 570px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		/*height: 14em;*/
	}
}

@media screen and (min-width: 551px) and (max-width: 700px) {
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-left: 6%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 28.6%;
	}
}

@media screen and (min-width: 701px) and (max-width: 720px) {
/*	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		height: 14em;
	}*/
}

@media screen and (min-width: 701px) and (max-width: 900px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 28.6%;
	}
}

@media screen and (min-width: 790px) and (max-width: 900px) {
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-left: 6%;
	}
}

@media screen and (min-width: 901px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 21.1%;
		/*height: 14em;*/
		margin-right: 3.9%;
	}
}

/* ===== Single Product Page ===== */
div.product_meta span.posted_in {
	font-weight: bold;
}

div.product_meta span.posted_in a {
	font-weight: normal;
}

@media screen and (max-width: 700px) {
	body.single h1.product_title {
		font-size: 1.3em;
	}
}

/* *****************************************************
 	Authorised Agensies / Kobra Page
 ****************************************************** */
ul#agencies-logo,
ul#kobra-sample,
ul#spedo-products-range {
	margin-top: 0.9em;
	margin-left: 0;
}

ul#agencies-logo li,
ul#kobra-sample li,
ul#spedo-products-range li {
	float: left;
	list-style: none;
	margin-bottom: 0.9em;
}

ul#agencies-logo li,
ul#spedo-products-range li {
	width: 23.7%;
	height: 23.7%;
	margin-right: 1.7%;
}

ul#agencies-logo li#ag-last,
ul#kobra-sample li#kobra-last-sample,
ul#spedo-products-range li.spedo-last-prod {
	margin-right: 0;
}

ul#kobra-sample li {
	width: 32.4%;
	height: 32.4%;
	margin-right: 1.2%;
}

ul#agencies-logo li a img,
ul#kobra-sample li a img,
ul#spedo-products-range li a img {
	-webkit-box-shadow:  0px 0px 2px 0px #cccccc;
    box-shadow:  0px 0px 2px 0px #cccccc;
}
 
ul#agencies-logo li a span,
ul#kobra-sample li a span,
ul#spedo-products-range li a span {
	font: 0.75em Arial, Helvetica, sans-serif;
}

/* *****************************************************
 	Contact Us Page
 ****************************************************** */
div.tabs-shortcode a.ui-tabs-anchor {
	font: 0.9em Arial, Helvetica, sans-serif;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

@media screen and (min-width: 701px) {
	div#contact-left,
	div#contact-right {
		float: left;
		width: 48.5%;
	}
	div#contact-left {
		margin-right: 2.9%;
	}
}


/* ===== Search Results ===== */

div.search-results {
	border-bottom: 1px solid #ccc;
}

div.pagination {
	margin-top: 20px;
	margin-bottom: 10px;
}
/* *****************************************************
 	Our Brands
 ****************************************************** */
div#ourbrands_inner,
#footer-contact-form-inner {
        z-index: 1;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

div#logo-slider-wraper {
	margin-left: -10px;
}

div#logo-slider-wraper ul#logo-slider li.slide a {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
   opacity: 0.8;
}

div#logo-slider-wraper ul#logo-slider li.slide a:hover {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

div#logo-slider-wraper a#prev,
div#logo-slider-wraper a#next {
	opacity: 0.2;
}

div#logo-slider-wraper a#prev {
	margin-right: -40px;
}

div#logo-slider-wraper a#next {
	margin-left: -40px;
}

#brandslogos a {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#brandslogos a:hover {
    opacity: 0.8;
}

/* *****************************************************
    Testimonials
 ****************************************************** */
#testimonials-main-title {
    margin-bottom: 30px;
}

.post-testimonial-summary-wrap {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px dotted #e8e8e8;
}

.testimonial-logo {
    max-width: 150px;
    margin: 30px auto 0;
}

/* Testimonial Feed */
#testimonial-feed-main-title {
    color: #D6083B;
    font-size: 28px;
    padding-top: 15px;
    margin-bottom: 25px;
}

#testimonials-feed-wrap {
    padding-top: 1em;
    border-top: 1px solid #ccc;
}

.testimonial-feed-content-cnt {
    font-size: 17px;
    text-align: center;
}

.testimonial-feed-content-cnt {
    background: #fff;
}

.testimonial-feed-content-cnt,
.testimonial-feed-content-cnt a {
    color: #000;
}

.testimonial-feed-content-cnt a:hover {
    color: #4d4d4d;
}

#testimonials-feed-slider .owl-nav {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#testimonials-feed:hover .owl-nav {
    opacity: 1;
}

#testimonials-feed-slider .owl-prev,
#testimonials-feed-slider .owl-next {
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    opacity: 0.7;
    overflow: hidden;
    text-indent: 100%;
    position: absolute;
    white-space: nowrap;
    border: 3px solid #000;
    border-bottom-color: transparent;
}

#testimonials-feed-slider .owl-prev {
    left: -10px;
    border-right-color: transparent;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#testimonials-feed-slider .owl-next {
    right: -10px;
    border-left-color: transparent;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#testimonials-feed-slider .owl-prev:hover,
#testimonials-feed-slider .owl-next:hover {
    opacity: 0.9;
}

/* *****************************************************
 	Forms
 ****************************************************** */
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}
 
input[type=radio] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #959595;
    box-sizing: border-box !important;
}

button,
input[type="submit"] {
    cursor: pointer;
}

/* Form Placeholder text color */

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

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

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

:-ms-input-placeholder {  
   color: #333;  
}

body .gform_wrapper .gform_body .gform_fields .gfield .sub-label-highlight {
    color: #333;
}

/*--------------------------------------------------------------
## Gravity Forms Style
--------------------------------------------------------------*/
body .gform_wrapper,
body .gform_wrapper .gform_body {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0;
    border: none !important;
    margin: 0 0 20px !important;
    background: transparent !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-label .gfield_label {
    display: none;
}

body .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important;
}

body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    width: 49.3548387096774%;
}

body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:last-child {
    margin-left: 1.2903225806452%;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type='text'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='email'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='tel'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='url'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='number'],
body .gform_wrapper .gform_body .gform_fields .gfield input[type='password'],
body .gform_wrapper .gform_body .gform_fields .gfield select {
    height: 48px;
    padding: 0 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background: #fff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last label {
    margin-bottom: 0 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    padding: 10px;
}

/*--------------------------------------------------------------
## Gravity Forms Three Columns
--------------------------------------------------------------*/
body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 32.4731182795699% !important;
}

body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 1.2903225806452% !important;
}

/*--------------------------------------------------------------
## Gravity Forms Four Columns
** Columns: 2+2+2+6
--------------------------------------------------------------*/
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span6 {
    float: left;
    clear: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2 {
    width: 15.4838709677419%;
    margin-right: 1.2903225806452% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span6 {
    width: 49.6774193548387%;
}


/*--------------------------------------------------------------
## Gravity Forms Error fields
--------------------------------------------------------------*/
body .gform_wrapper div.validation_error {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border: none;
    padding: 12px;
    z-index: 9999;
    position: fixed;
    font-weight: 600;
    background: rgba(255,0,0,0.8);
}

body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield_error {
    width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error input,
body .gform_wrapper .gform_body .gform_fields .gfield_error select,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea {
    color: #000 !important;
    -webkit-box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
    box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error select,
body .gform_wrapper li.gfield_error textarea {
    border-color: #f00;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}

/*--------------------------------------------------------------
## Gravity Forms Submit Section
--------------------------------------------------------------*/
body .gform_wrapper .gform_footer {
    padding: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
    margin: 0;
    color: #333;
    padding: 13px 40px;
    background: #e3e3e3;
    border: 1px solid #bbb;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #fff;
    font: 18px 'Titillium Web', sans-serif;
    -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;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #222;
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
}

/*--------------------------------------------------------------
## Search form
--------------------------------------------------------------*/
#searchform label {
    display: none;
}

#searchform ul {
    font-size: 0;
}

#searchform ul li {
    font-size: 16px;
}

#searchform #s {
    width: 180px;
    height: 30px;
    padding: 5px 5px;
}

#searchform #searchsubmit {
    color: #fff;
    border: none;
    height: 30px;
    background: #333;
}

#searchform #searchsubmit:hover {
    background: #000;
}

/* *****************************************************
 	Footer
 ****************************************************** */
div#footer-wrap {
        z-index: 2;
	padding-bottom: 0;
	background: #000;
}

footer,
footer a,
footer h3 {
	color: #fff;
}
footer {
	padding-top: 0.9em;
}

div#nav_menu-4 h3,
div#nav_menu-4 a,
div#nav_menu-5 h3,
div#nav_menu-5 a,
div#nav_menu-6 h3,
div#nav_menu-6 a,
div#custom_html-5 h3 {
	border-bottom: 1px solid #4d4d4d;
}

div#nav_menu-4,
div#nav_menu-5,
div#nav_menu-6,
div#custom_html-5 {
	float: left;
	width: 17%;
	margin-right: 2.2em;
}

div#nav_menu-4 li a,
div#nav_menu-5 li a,
div#nav_menu-6 li a {
	display: block;
	text-indent: 10px;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/bullet.png) no-repeat;
}

div#custom_html-5 p {
	padding-top: 4px;
}

div#footer-logo {
	position: absolute;
	bottom: 0px;
	right: 0;
}

div#footer-logo a {
	height: 103px;
	display: block;
}

div#copyright {
	font-size: 0.75em;
	float: left;
	clear: both;
}
div#copyright a:hover {
	border-bottom: 1px solid #fff;
}

#footer-contact-form-inner {
    padding-bottom: 5px;
}

#footer-contact-form-title {
    text-align: center;
    margin-bottom: 30px;
}

#footer-fixed-menu {
    right: 0;
    bottom: 0;
    z-index: 999;
    position: fixed;
}

#footer-fixed-menu-cnt {
    position: relative;
}

#footer-fixed-menu-cnt:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 191px;
    height: 275px;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: url(images/dale-lupi.png) no-repeat;
}

#footer-fixed-menu ul {
    z-index: 2;
    position: relative;
}

#footer-fixed-menu ul li {
    float: right;
    clear: both;
}

#footer-fixed-menu ul li a {
    color: #fff;
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 10px 15px 10px 45px;
    font: bold 15px Arial, sans-serif;
}

#footer-fixed-menu li#ft-call-btn a {
    background: #019e26;
    background: -moz-linear-gradient(top,  #019e26 0%, #019e26 51%, #018e22 71%, #016c18 100%);
    background: -webkit-linear-gradient(top,  #019e26 0%,#019e26 51%,#018e22 71%,#016c18 100%);
    background: linear-gradient(to bottom,  #019e26 0%,#019e26 51%,#018e22 71%,#016c18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019e26', endColorstr='#016c18',GradientType=0 );
    border: 1px solid #4aa05c;
    border-bottom: none;
}

#footer-fixed-menu li#ft-call-btn:hover a {
    background: #016c18;
    background: -moz-linear-gradient(top,  #016c18 0%, #018e22 29%, #019e26 49%, #019e26 100%);
    background: -webkit-linear-gradient(top,  #016c18 0%,#018e22 29%,#019e26 49%,#019e26 100%);
    background: linear-gradient(to bottom,  #016c18 0%,#018e22 29%,#019e26 49%,#019e26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016c18', endColorstr='#019e26',GradientType=0 );

}

#footer-fixed-menu li#ft-service-request a {
    background: #d71c39;
    background: -moz-linear-gradient(top,  #d71c39 0%, #d71c39 51%, #d41c38 57%, #c91a35 69%, #9f152a 100%);
    background: -webkit-linear-gradient(top,  #d71c39 0%,#d71c39 51%,#d41c38 57%,#c91a35 69%,#9f152a 100%);
    background: linear-gradient(to bottom,  #d71c39 0%,#d71c39 51%,#d41c38 57%,#c91a35 69%,#9f152a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71c39', endColorstr='#9f152a',GradientType=0 );
    border: 1px solid #a10303;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15);
}

#footer-fixed-menu li#ft-service-request:hover a {
    background: #9f152a;
    background: -moz-linear-gradient(top,  #9f152a 0%, #c91a35 31%, #d41c38 43%, #d71c39 49%, #d71c39 100%);
    background: -webkit-linear-gradient(top,  #9f152a 0%,#c91a35 31%,#d41c38 43%,#d71c39 49%,#d71c39 100%);
    background: linear-gradient(to bottom,  #9f152a 0%,#c91a35 31%,#d41c38 43%,#d71c39 49%,#d71c39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f152a', endColorstr='#d71c39',GradientType=0 );
}

#mobile-fixed-menu {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background: #c91a35;
}

#mobile-fixed-menu ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

#mobile-fixed-menu ul li:first-child {
    border-right: 1px solid #9f152a;
}

#mobile-fixed-menu ul li a {
    color: #fff;
    font-size: 10px;
    display: block;
    text-align: center;
    position: relative;
    padding: 30px 2px 2px;
}

#footer-fixed-menu ul li a:before,
#mobile-fixed-menu ul li a:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(images/fix-menu-icons.png) no-repeat;
    background-size: 46px 20px;
    margin: auto;
    height: 20px;
}

#footer-fixed-menu ul li a:before {
    top: 0;
    bottom: 0;
    left: 15px;
}

#mobile-fixed-menu ul li a:before {
    top: 6px;
    left: 0;
    right: 0;
}

#footer-fixed-menu ul li#ft-call-btn a:before,
#mobile-fixed-menu ul li#ft-call-btn a:before {
    width: 20px;
    background-position: 0 0;
}

#footer-fixed-menu ul li#ft-service-request a:before,
#mobile-fixed-menu ul li#ft-service-request a:before {
    width: 21px;
    background-position: -25px 0;
}

@media screen and (max-width: 667px) {
	div#nav_menu-4,
	div#nav_menu-5,
	div#nav_menu-6 {
		display: none;
	}
	div#custom_html-5 {
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
    div#footer-wrap {
        padding-bottom: 62px;
    }
    
    #footer-fixed-menu {
        left: 0;
        width: 100%;
        display: none;
    }
    
    #testimonials-feed-wrap {
        padding-bottom: 25px;
    }
    
    #testimonials-feed-slider .owl-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #mobile-fixed-menu {
        display: none;
    }
}

@media screen and (max-width: 641px) {
    
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 100% !important;
    }

    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        margin-left: 0 !important;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2 {
        width: 31.6156736446592%;
        margin-right: 2.5764895330113% !important;
    }
    
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span2.gf_field-span2-last {
       margin-right: 0 !important; 
    }

    body .gform_wrapper .gform_body .gform_fields .gfield.gf_field-span6 {
        width: 100%;
    }
}
