/*
Theme Name: AirWithCare Theme
Description: A custom wordpress theme
Author: Quicklicks
Author URI: http://www.quicklicks.com.au/
Version: 1.0
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* ==========================================================================
   BASE STYLES: DEFAULTS
   ========================================================================== */

html{
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body{
	color: #000;
	background: none #231f21;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	position: relative;
}

body a{
	color: #ff3333;
	text-decoration: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
::-webkit-input-placeholder {
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
:-ms-input-placeholder {
	opacity: 1;
}
:-moz-placeholder {
	opacity: 1;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

.mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.holder{
	width: 1140px;
	margin: auto;
}
img{
	max-width: 100% !important;
	height: auto !important;
}



/* ==========================================================================
   HEADER STYLES
   ========================================================================== */
#header{
}
	#header .headertop{
		height: 36px;
		color: #fff;
		font-size: 20px;
		background: none #0dabd0;
		padding-top: 6px;
		padding-bottom: 8px;
		text-align: right;
	}
		#header .headertop p{
			margin: 0;
		}
		#header .headertop p a{
			color: #fff;
		}
		#header .headertop p a img{
			margin-left: 24px;
			margin-right: 5px;
			vertical-align: middle;
		}
	#header .headermain{
		background: none #fff;
	}
		#header .headermain .logo{
			float: left;
			padding-top: 7px;
			padding-bottom: 12px;
		}
		#header .headermain nav{
			float: right;
		}
	
	
	
/* ==========================================================================
   TOPSLIDER STYLES
   ========================================================================== */
#topslider{
	line-height: 100%;
}
	#topslider ul.slides{
		margin: 0;
		padding: 0;
	}
	#topslider .slide-item{
		font-family: 'Dosis', sans-serif;
		font-weight: normal;
		min-height: 500px;
		background-position: top center;
		background-size: cover;
		background-repeat: none;
		outline:none;
	}
		#topslider .slide-text{
			color: #435667;
			width: 1140px;
			margin: auto;
		}
		#topslider .slide-text-holder{
			max-width: 570px;
			padding-top: 82px;
			padding-bottom: 16px;
		}
		#topslider .slide-text h2{
			line-height: 100%;
			font-size: 45px;
			font-weight: bold;
			margin: 0;
			padding-bottom: 3px;
		}
		#topslider .slide-text p{
			line-height: 125%;
			margin: 0;
			font-size: 24px;
			font-weight: normal;
			padding-bottom: 14px;
		}
			#topslider .slide-text p img{
				display: inline-block;
				padding: 5px 7px 0 0;
			}




		
/* ==========================================================================
   TOPBANNER
   ========================================================================== */
#topbanner{
	background: url('img/banner-general.jpg') no-repeat center center #fff;
	background-size: cover;
	position: relative;
}
	#topbanner .pagetitle h1{
		margin: 0;
		padding: 100px 0;
		color: #435667;
		font-size: 46px;
		font-family: 'Dosis', sans-serif;
		font-weight: bold;
		line-height: 100%;
		text-transform: uppercase;
	}



			
/* ==========================================================================
   HOME STYLES
   ========================================================================== */
#main.home{
	background: none #fff;
	padding: 50px 0 50px 0;
}
	#main.home #welcometext{
		color: #435667;
		background: none #fff;
		padding-bottom: 30px;
	}
		#main.home #welcometext .holder{
			width: 1080px;
		}
		#main.home #welcometext h2{
			font-size: 36px;
			margin-bottom: 0;
			padding-bottom: 3px;
		}
	#main.home #fivecols{
		font-size: 13px;
		line-height: 19px;
		color: #ebf5f9;
		background: none #0dabcf;
		text-align: center;
		padding-top: 45px;
		padding-bottom: 13px;
	}
		#main.home #fivecols .vc_col-sm-1{
			display: none;
		}
		#main.home #fivecols .vc_col-sm-2{
			width: 20%;
			padding-bottom: 25px;
		}
		#main.home #fivecols .vc_col-sm-2 .wpb_wrapper{
			position: relative;
		}
		#main.home #fivecols .vc_col-sm-2 .wpb_content_element{
			margin-bottom: 0;
		}
			#main.home #fivecols .vc_col-sm-2 *{
				max-width: 180px;
				margin-left: auto;
				margin-right: auto;
			}
			#main.home #fivecols .vc_col-sm-2 .readmore{
				color: #f1e451;
				font-family: 'Dosis', sans-serif;
				font-weight: bold;
				font-size: 16px;
				position: absolute;
				bottom: -15px;
				left: 0;
				width: 100%;
				text-align: center;
			}
		#main.home #fivecols h3{
			max-width: 200px;
			color: #f5fafc;
			font-size: 19px;
			font-family: 'Dosis', sans-serif;
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 10px;
			padding-bottom: 12px;
		}
	#main.home #twocols{
		color: #000;
		background: none #ebebeb;
		padding-top: 63px;
		padding-bottom: 26px;
	}
		#main.home #twocols h2{
			margin: 0;
			padding-bottom: 4px;
			font-size: 36px;
		}
		#main.home #twocols p{
			margin-bottom: 22px;
		}
		#main.home #twocols p:first-child{
			border: 6px solid #fff;
		}
			#main.home #twocols p img{
				display: block;
				width: 100% !important;
				height: auto !important;
			}

   



/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
#main{
	background: none #fff;
	line-height: 30px;
	font-size: 18px;
	background: none #fff;
	min-height: 100px;
	padding-top: 70px;
	padding-bottom: 75px;
}
	#main img{
		max-width: 100% !important;
		height: auto !important;
	}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
		color: #ff3333;
		font-family: 'Dosis', sans-serif;
		font-weight: bold;
		line-height: 1.2em;
		margin: 0 0 0.4em 0;
	}
	#main h1{
		font-size: 40px;
	}
	#main h2{
		font-size: 33px;
	}
	#main h3{
		font-size: 30px;
	}
	#main h4{
		font-size: 27px;
	}
	#main h5{
		font-size: 24px;
	}
	#main h6{
		font-size: 20px;
	}
	#main dl, #main ol, #main p, #main ul{
		margin: 0 0 1.7em;
	}
	#main p.border-img{
		border: 6px solid #ebebeb;
	}
	#main p.border-img img{
		width: 100% !important;
		height: auto !important;
	}
	
	
	/*** Gallery Page ***/	
	#main.gallery{
		padding-bottom: 130px;
	}
		#main.gallery #thecontent{
			position: relative;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			-webkit-box-shadow: 0px 0px 2px 1px #e1e1e1;
			-moz-box-shadow: 0px 0px 2px 1px #e1e1e1;
			box-shadow: 0px 0px 2px 1px #e1e1e1;
		}
		#main.gallery .gallery-slider{
		}
			#main.gallery .gallery-slider ul.slides{
				margin: 0;
				padding: 0;
			}
			#main.gallery .gallery-slider .slide-item{
			}
			#main.gallery .gallery-slider .slide-item .img{
				display: block;
				padding: 4px;
			}
			#main.gallery .gallery-slider .slide-item .img img{
				width: 100% !important;
				height: auto !important;
			}
		#main.gallery .gallery-slider .flex-control-nav{
			margin: 0;
			padding: 0;
			text-align: center;
			position: absolute;
			left: 5%;
			bottom: -44px;
			width: 90%;
			
			z-index: 99;
		}
			#main.gallery .gallery-slider .flex-control-nav li{
				display: inline-block;
				list-style-type: none;
				margin: 0 7px;
			}
			#main.gallery .gallery-slider .flex-control-nav a{
				display: block;
				border: none;
				width: 11px;
				height: 11px;
				background: url('img/gallery-dot-default.png') no-repeat;
				text-indent: -9999px;
			}
			#main.gallery .gallery-slider .flex-control-nav li .flex-active{
				background: url('img/gallery-dot-active.png') no-repeat;
			}
	
	
	/*** Contact Page ***/
	#contactus{
	}
		#contactus a{
			color: #000;
		}
		#contactus a:hover{
			color: #ff3333;
		}
		#contactus p{
		}
		#main #contactus .wpcf7-form{
			font-size: 15px;
			padding-top: 9px;
		}
			#main #contactus .wpcf7-form p{
				margin: 0;
				padding-bottom: 16px;
				line-height: 100%;
			}
			#main #contactus .wpcf7-form p em{
				color: #ff3333;
			}
			#main #contactus .wpcf7-form p.twocol{
			}
				#main #contactus .wpcf7-form p.twocol .left{
					width: 47%;
					float: left;
				}
				#main #contactus .wpcf7-form p.twocol .right{
					width: 47%;
					float: right;
				}
			#main #contactus .wpcf7-form input[type="text"],
			#main #contactus .wpcf7-form input[type="tel"],
			#main #contactus .wpcf7-form input[type="email"],
			#main #contactus .wpcf7-form select,
			#main #contactus .wpcf7-form textarea{
				background: none #fff;
				border: 1px solid #cccccc;
				display: block;
				font-size: 15px;
				font-weight: normal;
				margin-top: 9px;
				padding: 8px 2%;
				width: 96%;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			#main #contactus .wpcf7-form p.twocol input[type="text"],
			#main #contactus .wpcf7-form p.twocol input[type="tel"],
			#main #contactus .wpcf7-form p.twocol input[type="email"],
			#main #contactus .wpcf7-form p.twocol select{
				padding: 8px 4%;
				width: 92%;
			}
			#main #contactus .wpcf7-form input[type="radio"]{
				margin: 14px 0;
			}
			#main #contactus .wpcf7-form textarea{
				height: 130px;
			}
			#main #contactus .wpcf7-form input[type="submit"]{
				background: url('img/btn-submit.png') no-repeat;
				display: block;
				border: none;
				width: 186px;
				height: 63px;
				text-indent: -9999px;
				margin-top: 18px;
			}
			#main #contactus .wpcf7-form input[type="submit"]:hover{
				text-decoration: underline;
			}
			#main #contactus .wpb_gmaps_widget{
			}
				#main #contactus .wpb_gmaps_widget .wpb_wrapper{
					padding: 0;
				}
				#main #contactus .wpb_gmaps_widget .wpb_map_wraper iframe{
					height: 378px !important;
				}
			
		
		
	/*** Blog ****/
	#main.blog{
	}
		#main.blog #maincontent{
			width: 74%;
			float: left;
		}
			#main.blog #maincontent .blogitem{
				border-bottom: 1px solid #e4e4e4;
			}
			.single #main.blog #maincontent .blogitem{
				border-bottom: none;
			}
				#main.blog #maincontent .blogitem .featuredimg{
					float: right;
					width: 153px;
					border: 1px solid #e6e6e6;
					margin: 45px 0 30px 30px;
					padding: 5px;
				}
				.single #main.blog #maincontent .blogitem .featuredimg,
				.single #main.blog #maincontent .blogitem:first-child .featuredimg{
					width: 358px;
					border: 5px solid #ebebeb;
					padding: 0;
					margin-top: 10px;
				}
				#main.blog #maincontent .blogitem:first-child .featuredimg{
					margin-top: 0;
				}
					#main.blog #maincontent .blogitem .featuredimg img{
						display: block;
						width: 100% !important;
						height: auto !important;
					}
				#main.blog #maincontent .blogitem .blogtitle{
					color: #ff3333;
					font-size: 26px;
					font-family: 'Dosis', sans-serif;
					font-weight: bold;
					line-height: 120%;
					margin: 0;
					padding-bottom: 6px;
					padding-top: 32px;
					text-transform: uppercase;
				}
				#main.blog #maincontent .blogitem:first-child .blogtitle{
					padding-top: 0;
				}
					#main #maincontent .blogitem .blogtitle a:hover{
						text-decoration: underline;
					}
				#main.blog #maincontent .blogitem .meta{
					color: #c3c3c3;
					font-size: 14px;
					padding-bottom: 3px;
				}
					#main.blog #maincontent .blogitem .meta a{
						color: #ff3333;
					}
					#main.blog #maincontent .blogitem .meta a:hover{
						text-decoration: underline;
					}
				#main #maincontent .blogitem .blogexcerpt{
					font-size: 18px;
				}
					#main #maincontent .blogitem .blogexcerpt p{
						margin-bottom: 15px;
					}
				#main.blog #maincontent .blogitem .readmore{
					background: #0dabcf url("img/blog-arrow-right.png") no-repeat scroll 113px center;
					color: #fff;
					display: inline-block;
					font-size: 14px;
					font-weight: normal;
					margin-top: 20px;
					margin-bottom: 30px;
					padding: 5px 34px 5px 20px;
					text-transform: uppercase;
				}
				#main.blog #maincontent .blogitem .readmore:hover{
					background-color: #ff3333;
				}
			#main.blog #maincontent .postsnavigation{
				padding-top: 42px;
				padding-bottom: 45px;
				text-align: right;
			}
				#main.blog #maincontent .postsnavigation .pages{
					display: none !important;
				}
				#main.blog #maincontent .postsnavigation .wp-pagenavi a{
					background: none #0dabcf;
					border: none;
					color: #fff;
					font-weight: bold;
					padding: 8px 18px;
					margin: 0 0 0 10px;
				}
				#main.blog #maincontent .postsnavigation .wp-pagenavi span,
				#main.blog #maincontent .postsnavigation .wp-pagenavi a:hover{
					text-decoration: none;
					background: none #ff3333;
					border: none;
					color: #fff;
					font-weight: bold;
					padding: 8px 18px;
					margin: 0 0 0 10px;
				}
		#main.blog #sidebar{
			width: 23%;
			float: right;
			font-size: 14px;
		}
			#main.blog #sidebar .widget{
				padding-bottom: 40px;
			}
			#main.blog #sidebar .widget:last-child{
				padding-bottom: 0;
			}
			#main.blog #sidebar .widgettitle{
				font-family: 'Dosis', sans-serif;
				font-weight: bold;
				font-size: 22px;
				color: #0dabcf;
				border-bottom: 1px solid #e8e8e8;
				margin: 0;
				line-height: 120%;
				padding: 0px 10px 9px;
				text-transform: uppercase;
			}
			#main.blog #sidebar ul{
				margin: 0;
				padding: 0;
			}
				#main.blog #sidebar ul li{
					font-size: 15px;
					border-bottom: 1px solid #e8e8e8;
					list-style-type: none;
					padding: 10px;
				}
				#main.blog #sidebar ul li a{
					color: #666;
				}
				#main.blog #sidebar ul li a:hover{
					color: #ff3333;
					text-decoration: none;
				}
				#main.blog #sidebar .widget_recent_entries ul{
				}
					#main.blog #sidebar .widget_recent_entries ul li{
					}
					#main.blog #sidebar .widget_recent_entries ul li h2{
						margin: 0;
						line-height: 125%;
						font-family: 'Noto Sans', sans-serif;
						font-size: 15px;
						color: #333;
					}
					#main.blog #sidebar .widget_recent_entries ul li h2 a{
						display: block;
						font-size: 15px;
						font-weight: normal;
						color: #666;
					}
					#main.blog #sidebar .widget_recent_entries ul li h2 a:hover{
						color: #ff3333;
					}
					#main.blog #sidebar .widget_recent_entries ul li p{
						margin: 0;
						font-size: 13px;
						color: #999999;
					}
				#main.blog #sidebar .widget_categories{
				}
					#main.blog #sidebar .widget_categories .widgettitle{
						background: none #0dabcf;
						color: #fff;
						padding: 12px 17px;
					}
					#main.blog #sidebar .widget_categories ul{
						background: none #f7f7f7;
					}
						#main.blog #sidebar .widget_categories ul li{
							padding: 10px 17px;
						}
						#main.blog #sidebar .widget_categories ul li:last-child{
							border-bottom: none;
						}



	
/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
#footer{
	color: #ececec;
	text-align: center;
	line-height: 22px;
}
	#footer a{
		text-decoration: none;
		color: #ececec;
	}
	#footer a:hover{
		color: #ff3430;
	}
	#footer .footer1{
		color: #445766;
		background: none #fff;
	}
		#footer .footer1 a, #footer .footer1 a:hover{
			color: #445766;
		}		
		#footer .footer1 .titlewithline{
			position: relative;
			border-bottom: 1px solid #e4e4e4;
		}
			#footer .footer1 .titlewithline h2{
				font-family: 'Dosis', sans-serif;
				font-weight: bold;
				position: absolute;
				top: -12px;
				left: 0;
				width: 100%;
				margin: 0;
				z-index: 99;
				text-align: center;
			}
			#footer .footer1 .titlewithline h2 strong{
				display: inline-block;
				background: none #fff;
				padding: 0 8px;
				
			}
		#footer .footer1 .clients{
			margin: 0;
			padding-bottom: 50px;
			padding-top: 20px;
		}
			#footer .footer1 .clients img{
				padding: 10px 27px;
				display: inline-block;
			}
			#footer .footer1 .clients img:first-child{
				padding-left: 0;
			}
			#footer .footer1 .clients img:last-child{
				padding-right: 0;
			}
	#footer .footer2{
		font-size: 14px;
		background: none #333333;
	}
		#footer .footer2 .footermenu{
			border-bottom: 1px solid #484848;
			padding: 17px 0;
		}
		#footer .footer2 .footermenu ul{
			margin: 0;
			padding: 0;
		}
			#footer .footer2 .footermenu ul li{
				display: inline-block;
				list-style-type: none;
				font-size: 15px;
				font-weight: normal;
			}
				#footer .footer2 .footermenu ul li a{
					display: inline-block;
					padding: 4px 17px;
				}
				#footer .footer2 .footermenu ul li a:hover{
					
				}
				#footer .footer2 .footermenu ul li ul{
					display: none;
				}
		#footer .footer2 .widget{
			padding: 30px 0 20px;
		}
			#footer .footer2 .widget h2{
				font-family: 'Dosis', sans-serif;
				font-weight: bold;
				margin: 0;
				padding-bottom: 5px;
			}
			#footer .footer2 .widget p{
				margin: 0;
				padding-bottom: 20px;
			}
	#footer .footer3{
		padding: 2px 0;
		font-size: 12px;
		background: none #000;
	}





/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
	background: #ff3332;
}
.sf-menu > li {
	list-style-type: none;
	line-height: 100%;
	float: left;
	padding-bottom: 19px;
}
.sf-menu li > ul{
	display: block;
	margin: 0;
	padding: 0;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}


/*** SKIN ***/
.sf-menu {
	line-height: 100%;
	text-align: center;
	padding: 0;
}
.sf-menu .sub-menu{
	display: none;
}
.sf-menu ul {
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	font-weight: normal;
	font-size: 20px;
	color: #445768;
	padding: 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	background: none transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li {
	margin: 0;
	padding: 0;
	position: relative;
	border-right: 1px solid #ebebeb;
}
.sf-menu > li  > a{
	display: block;
	border-bottom: 4px solid transparent;
	position: relative;
	text-align: center;
	margin: 0;
	height: 18px;
	padding: 48px 20px 39px;
	position: relative;
}
.sf-menu > li:first-child{
	margin-left: 0;
}
	.sf-menu > li:first-child a{
	}
.sf-menu > li:last-child{
	margin-right: 0;
	border-right: none;
}
	.sf-menu > li:last-child a{
	}
.sf-menu > li  > a:hover,
.sf-menu > li:hover  > a,
.sf-menu > li.sfHover  > a,
.sf-menu > li.current-menu-item  > a,
.sf-menu > li.current-page-ancestor  > a,
.sf-menu > li.current_page_parent > a{
	color: #ee1c25;
	border-bottom: 4px solid #ff3332;
}
.sf-menu ul li {
	border: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li li a{
	border-bottom: 1px solid #eee;
    padding: 10px 24px !important;
    text-align: left;
    text-transform: none;
	color: #fff !important;
	-webkit-transition: color 0s ease-in 0s;
    -moz-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}
.sf-menu li li a:hover,
.sf-menu li.current-menu-item > a:hover{
	text-decoration: none;
}
.sf-menu li li a:hover{
	background: none #ee1c25;
}
.sf-menu li li:last-child a{
	border-bottom: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen 
and (min-width : 1161px) {
	.mobile-nav-icon, #mobile-menu-container{
		display: none !important;
	}
}

@media only screen 
and (max-width : 1160px) {
	body{
		overflow-x: hidden;
	}
	button, input[type="text"], input[type="email"], select, textarea{
		max-width: 100%;
		width: 100%;
	}
	.holder{
		width: 95% !important;
		margin: auto !important;
	}
	
	#mobile-menu-container{
		background: #0c0c0c none repeat scroll 0 0;
		position: absolute;
		top: 159px;
		width: 100%;
		z-index: 2000;
	}
		#mobile-menu-container ul#mobile-nav{
			background: none #0c0c0c;
			padding: 10px 0 10px 0;
		}
		#mobile-menu-container ul#mobile-nav li.quote a:hover{
			color: #3a4307;
		}
		#mobile-menu-container ul{
			margin: 0;
			padding: 0;
		}
			#mobile-menu-container ul li{
				list-style-type: none;
			}
			#mobile-menu-container ul li ul{
				display: none;
			}
			#mobile-menu-container ul li a{
				display: block;
				padding: 8px 0 8px 20px;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				font-family: 'Dosis', sans-serif;
				font-weight: bold;
				font-size: 18px;
				text-transform: uppercase;
			}
			#mobile-menu-container ul li li a{
				padding-left: 40px;
			}
			#mobile-menu-container ul li li li a{
				padding-left: 60px;
			}
			#mobile-menu-container ul li.current-menu-item a,
			#mobile-menu-container ul li a:hover{
				color: #ff3430;
			}
			
	.mobile-nav-icon {
		font-family: 'Dosis', sans-serif;
		font-weight: normal;
		cursor: pointer;
		display: block !important;
		height: 45px;
		position: absolute;
		right: 2.5%;
		top: 82px;
		z-index: 99999;
	}
		.mobile-nav-icon  .icon{
			position: absolute;
			top: 0;
			right: 0;
			display: block;
			width: 45px;
			height: 45px;
			background: url('../img/icon-menumobile.jpg') no-repeat;
		}
		.mobile-nav-icon  span{
			color: #000;
			display: block;
			font-size: 18px;
			line-height: 100%;
			padding-left: 0;
			padding-right: 55px;
			padding-top: 13px;
		}
	#header nav{
		display: none;
	}
	#topslider .slide-item{
		min-height: 0;
	}
	#topslider .slide-text{
		width: 95%;
		margin: auto;
	}
	#topslider .slide-text-holder{
		max-width: 50%;
		padding-top: 52px;
		padding-bottom: 16px;
	}
	#topslider .slide-item h2{
		font-size: 30px;
	}
	#topslider .slide-item p{
		font-size: 19px;
	}
	#topslider .slide-item p.enquire img{
		display: inline-block;
		max-width: 170px !important;
	}
	#topslider .slide-item p.logos img{
		display: inline-block;
		max-width: 97px !important;
	}
	#topslider .slide-item img{
		max-width: 80%;
	}
	#topbanner .pagetitle h1{
		padding: 80px 0;
		font-size: 40px;
	}
}

@media only screen 
and (max-width : 767px) {
	#header .headertop{
		font-size: 16px;
		text-align: center;
	}
	#header .headertop p a:first-child img{
		margin-left: 0;
	}
	#topbanner .pagetitle h1{
		padding: 70px 0;
		font-size: 37px;
	}
	#main{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#main.gallery{
		padding-bottom: 100px;
	}
	#main.home #fivecols .vc_col-sm-2{
		width: 180px;
		display: inline-block;
	}
	#main.home #fivecols .vc_col-sm-2 .wpb_wrapper{
		height: auto !important;
	}
	#main.home #fivecols .vc_col-sm-2 .readmore{
		position: relative;
		bottom: auto;
		left: auto;
	}
	#main.blog #maincontent{
		float: none;
		width: auto;
		padding-bottom: 20px;
	}
	#main.blog #sidebar{
		float: none;
		padding-top: 10px;
		width: auto;
		padding-bottom: 55px;
	}
	#main.gallery .gallery-slider ul.slick-dots li{
		margin: 0 4px;
	}
}

@media only screen 
and (max-width : 640px) {
	#topslider .slide-item h2 {
		font-size: 21px;
	}
	#topslider .slide-item p {
		font-size: 15px;
	}
	#topslider .slide-item p.enquire img {
		max-width: 140px !important;
	}	
	#topslider .slide-item p.logos img {
		max-width: 77px !important;
	}
	#topbanner .pagetitle h1{
		padding: 50px 0;
		font-size: 35px;
	}
	#main.blog #maincontent .blogitem .featuredimg{
		margin-bottom: 12px;
		margin-right: 15px;
		max-width: 50%;
	}
}

@media only screen 
and (max-width : 600px) {
	html #wpadminbar{
		top: -46px !important;
	}
}

@media only screen 
and (max-width : 480px) {
	.mobile-nav-icon span{
		display: none;
	}
	#header .headertop{
		font-size: 12px;
	}
	#header .headertop p a img{
		margin-left: 12px;
	}
	#topslider .slide-text-holder {
		max-width: 65%;
		padding-top: 35px;
		padding-bottom: 10px;
	}
	#topslider .slide-item h2 {
		font-size: 17px;
	}
	#topslider .slide-item p {
		font-size: 13px;
	}
	#topslider .slide-item p.enquire img {
		max-width: 120px !important;
	}	
	#topslider .slide-item p.logos img {
		max-width: 57px !important;
	}
	#topbanner .pagetitle h1{
		padding: 40px 0;
		font-size: 30px;
	}
	#main.blog #maincontent .blogitem .featuredimg ,
	.single #main.blog #maincontent .blogitem:first-child .featuredimg{
		float: none;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		width: auto;
	}
}

@media only screen 
and (max-width : 360px) {
	#topbanner .pagetitle h1{
		padding: 37px 0;
		font-size: 29px;
	}
}

@media only screen 
and (max-width : 320px) {
	#header .headertop{
		font-size: 10px;
	}
	#header .headertop p a img{
		margin-left: 10px;
	}
}