/*
Theme Name:     Lend-a-Hand
Description:    
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        2.0
*/
@font-face { font-family: 'LeagueGothic'; src: url("fonts/league-gothic/leaguegothic-regular-webfont.eot"); src: url("fonts/league-gothic/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/league-gothic/leaguegothic-regular-webfont.woff") format("woff"), url("fonts/league-gothic/leaguegothic-regular-webfont.ttf") format("truetype"), url("fonts/league-gothic/leaguegothic-regular-webfont.svg#LeagueGothic") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'LeagueGothic'; src: url("fonts/league-gothic/leaguegothic-italic-webfont.eot"); src: url("fonts/league-gothic/leaguegothic-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/league-gothic/leaguegothic-italic-webfont.woff") format("woff"), url("fonts/league-gothic/leaguegothic-italic-webfont.ttf") format("truetype"), url("fonts/league-gothic/leaguegothic-italic-webfont.svg#LeagueGothic") format("svg"); font-weight: normal; font-style: italic; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after 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, 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/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
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 { -moz-box-sizing: content-box; 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"], 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 (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** 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; }

::-moz-selection { background: #db0014; color: #FFF; text-shadow: none; }

::selection { background: #db0014; color: #FFF; text-shadow: none; }

a { color: #4165aa; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

a:hover { text-decoration: underline; }

a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 21px; font-family: "LeagueGothic", "Open Sans", sans-serif; font-weight: normal; color: #db0014; line-height: 1.2; text-rendering: optimizelegibility; }

h1 { font-size: 26px; font-size: 2rem; }

h2 { font-size: 24px; font-size: 1.84615rem; margin-bottom: 10px; }

h3 { font-size: 18px; font-size: 1.38462rem; margin-bottom: 10px; color: #EEE; }

h4 { font-size: 21px; font-size: 1.61538rem; margin: 0; }

h5 { font-size: 18px; font-size: 1.38462rem; margin: 0; }

h6 { font-size: 16px; font-size: 1.23077rem; margin: 0; }

p { margin: 0 0 21px; }

ul, ol { padding: 0; margin: 0 0 21px 21px; }

ul li, ol li { margin: 0; padding: 0; }

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

hr { height: 0; margin-bottom: 21px; border: 0; border-top: 1px solid #DDD; border-bottom: 1px solid transparent; }

blockquote { padding: 21px; margin: 0 0 21px; background: #F5F5F5; border-left: 5px solid gainsboro; font-style: italic; }

blockquote footer, blockquote small, blockquote cite { display: block; color: #db0014; font-weight: 700; font-style: normal; }

blockquote footer span, blockquote small span, blockquote cite span { font-weight: normal; }

address { display: block; margin-bottom: 21px; font-style: normal; }

table { max-width: 100%; border-collapse: collapse; border-spacing: 0; }

.table { width: 100%; margin: 0 0 21px; }

.table th, .table td { padding: 8px; text-align: left; vertical-align: top; border-top: 1px solid #DDD; }

.table th { font-weight: bold; }

.table thead th { vertical-align: bottom; background-color: #FFF; }

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; }

.table tbody + tbody { border-top: 2px solid #DDD; }

.table-bordered { border: 1px solid #DDD; border-collapse: separate; *border-collapse: collapsed; border-left: 0; }

.table-bordered th, .table-bordered td { border-left: 1px solid #DDD; }

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; }

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #F9F9F9; }

.table tbody tr:hover td, .table tbody tr:hover th { background-color: #F5F5F5; }

fieldset { margin-bottom: 21px; padding: 0; border: none; }

fieldset legend { width: 100%; display: block; color: #db0014; font-weight: bold; font-size: 1em; border-bottom: 1px solid #DDD; margin: 0 0 21px; padding: 0; }

label { display: block; font-weight: bold; margin: 0 0 3px; }

label.required::after { content: "*"; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple], textarea { width: 100%; padding: 10px; outline: none; font-size: 13px; font-size: 1rem; color: #000; border: none; background: #EEE; border-radius: 10px; box-shadow: none; }

input[type="radio"], input[type="checkbox"] { margin: 0; cursor: pointer; }

.checkbox-group label, .radio-group label { font-weight: normal; }

.checkbox-group-inline label, .radio-group-inline label { display: inline-block; margin-right: 20px; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

textarea { width: 100%; height: 150px; resize: vertical; overflow: auto; }

select[multiple], select[size] { height: auto; }

::-moz-focus-inner { border: 0; padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"], button, .button, .btn { padding: 5px 10px; display: inline-block; font-weight: normal; font-style: italic; font-family: "LeagueGothic", "Open Sans", sans-serif; vertical-align: middle; cursor: pointer; color: #FFF; letter-spacing: 2px; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 15px; font-size: 1.15385rem; line-height: 1; border: none; border-radius: 5px; outline: none; background: #db0014; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

button.btn-fa-left .fa, input[type="button"].btn-fa-left .fa, input[type="reset"].btn-fa-left .fa, input[type="submit"].btn-fa-left .fa, button.btn-fa-left .fa, .button.btn-fa-left .fa, .btn.btn-fa-left .fa { margin-right: 5px; }

button.btn-fa-right .fa, input[type="button"].btn-fa-right .fa, input[type="reset"].btn-fa-right .fa, input[type="submit"].btn-fa-right .fa, button.btn-fa-right .fa, .button.btn-fa-right .fa, .btn.btn-fa-right .fa { margin-left: 5px; }

button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active, .button:hover, .button:active, .btn:hover, .btn:active { color: #FFF; text-decoration: none; background: #000; }

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled, .btn:disabled { cursor: not-allowed; opacity: 0.5; }

input[type="image"] { border: 0; }

.form-row { margin: 0 0 10px; }

.form-inline .form-row::after { clear: both; content: ""; display: table; }

.form-inline .form-row label { width: 30%; float: left; }

.form-inline .form-row .inputs { margin-left: 33%; }

.form-inline .form-row .inputs label { width: auto; float: none; }

.form-inline .form-actions { padding-left: 33%; }

.form-help { display: block; padding-top: 3px; color: #999; font-style: italic; font-size: 0.9em; clear: both; }

.form-actions input, .form-actions button { margin: 0 5px 0 0; }

.alert-success, .alert-warning, .alert-error, .gform_confirmation_message, #cancel-comment-reply-link { display: block; margin: 0 0 21px; padding: 10px 20px; border-radius: 3px; }

.alert-success, .gform_confirmation_message { background: #DFF0D8; border: 1px solid #b2dba1; color: #529138; }

.alert-warning { background: #FCF8E3; border: 1px solid #f5e79e; color: #caad16; }

.alert-error, #cancel-comment-reply-link { background: #F2DEDE; border: 1px solid #e4b9b9; color: #c77070; }

.wpcf7-form { padding-top: 20px; }

div.wpcf7-validation-errors { text-align: center; border-radius: 1px; margin: 0px !important; color: #898137; padding: 10px !important; background-color: #FFFFE0 !important; border: 1px solid #E6DB55 !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.3; }

span.wpcf7-not-valid-tip, .ajax-loader { display: none !important; }

div.wpcf7-mail-sent-ok { background-color: #EBFFE0 !important; border: 1px solid #73D042 !important; border-radius: 2px 2px 2px 2px !important; color: #568937 !important; font-size: 10pt !important; margin: 0px !important; padding: 13px !important; text-align: center !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.wpcf7-not-valid { background-color: #FFE0E0 !important; border: 1px solid #E65555 !important; }

.wp-caption { background: #DDD; text-align: center; padding-top: 5px; }

.wp-caption-text { color: #000; font-weight: 700; margin: 0; padding: 0 5px 5px; }

.widget_nav_menu ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_archive ul, .widget_shoppcategorieswidget ul, .widget_product_categories ul { margin: 0; list-style: none; line-height: 1.2; }

.widget_nav_menu ul li, .widget_pages ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_meta ul li, .widget_archive ul li, .widget_shoppcategorieswidget ul li, .widget_product_categories ul li { display: block; margin-bottom: 5px; }

.widget_nav_menu ul li ul, .widget_pages ul li ul, .widget_categories ul li ul, .widget_recent_entries ul li ul, .widget_meta ul li ul, .widget_archive ul li ul, .widget_shoppcategorieswidget ul li ul, .widget_product_categories ul li ul { margin-top: 5px; margin-left: 20px; font-size: 13px; font-size: 1rem; }

.widget_recent_entries ul li .post-date { display: block; font-size: 0.8em; color: #AAA; }

#sitemap ul { margin-bottom: 10px; margin-top: 10px; }

@-webkit-viewport { width: device-width; }

@-moz-viewport { width: device-width; }

@-ms-viewport { width: device-width; }

@-o-viewport { width: device-width; }

@viewport { width: device-width; }

*, *:before, *:after { box-sizing: border-box; }

html { font-size: 13px; }

body { background: #FFF; color: #000; line-height: 1.612; font-family: "Open Sans", sans-serif; }

img { max-width: 100%; height: auto; display: block; }

#wrapper { padding: 0 20px; }

.container { max-width: 940px; margin: 0 auto; }

.container::after { clear: both; content: ""; display: table; }

.row::after { clear: both; content: ""; display: table; }

#header { padding: 40px 0 30px; }

#header .logo img { margin: 0 auto; }

#header .header-r { display: none; }

#nav { width: 100%; background: #000; position: relative; z-index: 500; border-radius: 5px 5px 0 0; }

#nav .menu-collapser .collapse-button { padding: 12px 20px; cursor: pointer; }

#nav .menu-collapser .collapse-button .hamburger { width: 22px; }

#nav .menu-collapser .collapse-button .hamburger span { display: block; height: 3px; margin-top: 4px; border-radius: 2px; background: #FFF; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }

#nav .menu-collapser .collapse-button .hamburger span:first-child { margin-top: 0; }

#nav .menu-collapser.open .collapse-button .hamburger span { opacity: 0; }

#nav .menu-collapser.open .collapse-button .hamburger span:first-child { opacity: 1; -webkit-transform: translateY(7px) rotate(-45deg); -moz-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(7px) rotate(-45deg); -o-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg); }

#nav .menu-collapser.open .collapse-button .hamburger span:last-child { opacity: 1; -webkit-transform: translateY(-7px) rotate(45deg); -moz-transform: translateY(-7px) rotate(45deg); -ms-transform: translateY(-7px) rotate(45deg); -o-transform: translateY(-7px) rotate(45deg); transform: translateY(-7px) rotate(45deg); }

#nav ul { margin: 0; list-style: none; font-size: 20px; font-size: 1.53846rem; font-family: "LeagueGothic", "Open Sans", sans-serif; line-height: 1.2; text-transform: uppercase; }

#nav ul li { display: block; position: relative; }

#nav ul li a { display: block; padding: 12px 20px; color: #FFF; }

#nav ul li a[href="#"] { cursor: default; }

#nav ul li ul { display: none; background: #db0014; }

#nav ul li ul li ul { background: #c20012; }

#nav ul li ul li .sub-collapser { background: #c20012; }

#nav ul li .sub-collapser { width: 48px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; z-index: 999; cursor: pointer; background: #db0014; font-size: 14px; }

#nav ul li .sub-collapser > i { color: #FFF; }

#nav ul li .sub-collapser:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

#nav ul li .sub-collapser.expanded { height: 50px; }

#hero { position: relative; }

#hero img { border-radius: 0 0 5px 5px; }

#hero h1 { margin: 0; position: absolute; bottom: 10px; left: 20px; color: #FFF; line-height: 1; text-transform: uppercase; font-size: 30px; font-size: 2.30769rem; }

#hero .tagline { padding-top: 30px; text-transform: uppercase; font-family: "LeagueGothic", "Open Sans", sans-serif; line-height: 1; }

#hero .tagline h2 { margin: 0; line-height: 1; font-size: 48px; font-size: 3.69231rem; }

#hero .tagline p { margin: 0; font-size: 30px; font-size: 2.30769rem; }

#main { padding: 30px 0; }

#main::after { clear: both; content: ""; display: table; }

#main .content { margin-bottom: 60px; }

#main .content::after { clear: both; content: ""; display: table; }

#main .sidebar .widget-booking { max-width: 480px; margin: 0 auto; text-align: center; }

#main .sidebar .widget-booking img { margin: 0 auto 15px; }

#main .sidebar .widget-booking p { margin: 0 0 10px; }

#footer { padding: 20px 0; border-top: 1px solid #BBB; text-align: center; font-family: "LeagueGothic", "Open Sans", sans-serif; font-size: 13px; font-size: 1rem; }

#footer a { color: #000; text-decoration: none; }

.quick-links { padding-top: 10px; }

.quick-links .quick-link { margin-bottom: 40px; }

.quick-links .quick-link img { margin: 0 auto; }

.signup { padding: 20px 15px; background: #000; border-radius: 10px; color: #FFF; }

.signup .inner { max-width: 510px; margin: 0 auto 20px; line-height: 1.2; }

.signup .inner img { float: left; }

.signup .inner h3 { margin: 0 0 0 110px; text-transform: uppercase; color: #FFF; line-height: 1; font-size: 26px; font-size: 2rem; }

.signup .inner p { margin: 0 0 0 110px; font-family: "LeagueGothic", "Open Sans", sans-serif; font-size: 20px; font-size: 1.53846rem; }

.signup form { max-width: 300px; margin: 0 auto; }

.signup form input[type="text"], .signup form input[type="email"] { background: #FFF; border-radius: 5px; }

.signup form input[type="submit"]:hover { background: #a8000f; }

.guarantee { font-size: 80%; }

.specialties { background: #EEE; border-radius: 10px; }

.specialties h2 { margin: 0; padding: 15px; background: #D4D4D4; border-radius: 10px 10px 0 0; text-align: center; text-transform: uppercase; color: #db0014; font-size: 32px; font-size: 2.46154rem; }

.specialties h2 .fa { padding: 0 10px; font-size: 13px; vertical-align: middle; }

.specialties ul { margin: 0; padding: 40px 30px 25px; font-size: 15px; font-size: 1.15385rem; }

.specialties ul li { display: block; margin: 0 0 10px; padding-left: 15px; position: relative; }

.specialties ul li:before { content: '\f054'; font-family: FontAwesome; font-size: 10px; position: absolute; left: 0; top: 4px; }

.support { padding: 40px 0 0; clear: both; }

.support h2 { text-align: center; }

.support ul { margin: 0; text-align: center; }

.support ul li { display: inline-block; vertical-align: middle; margin: 20px 30px 0; }

.testimonials .testimonial { padding: 0 0 0 90px; margin: 0 0 30px; background: url(images/bg_testimonials01.png) no-repeat left top; font-size: 15px; font-size: 1.15385rem; }

.testimonials .testimonial .name { padding: 0 0 30px; border-bottom: 1px solid #333; text-transform: uppercase; font-size: 13px; font-size: 1rem; }

.vouchers { margin: 0 0 21px; }

.vouchers li { display: block; margin: 0 0 20px; text-align: center; }

.vouchers li img { margin: 0 auto 10px; }

.archive-post { margin-bottom: 30px; border-bottom: 1px dashed #AAA; }

.archive-post::after { clear: both; content: ""; display: table; }

.archive-post time { width: 60px; display: block; padding-top: 10px; margin-bottom: 20px; margin-left: 20px; float: right; border-radius: 10px; background: #EEE; color: #db0014; text-transform: uppercase; text-align: center; font-family: "LeagueGothic", "Open Sans", sans-serif; line-height: 1; }

.archive-post time span { display: block; }

.archive-post time .month { margin-bottom: 3px; letter-spacing: 0.3em; font-size: 13px; font-size: 1rem; }

.archive-post time .day { margin-bottom: 5px; letter-spacing: 0.1em; font-size: 30px; font-size: 2.30769rem; }

.archive-post time .year { padding: 4px 0; border-radius: 0 0 10px 10px; color: #FFF; letter-spacing: 0.2em; background: #000; }

.post-nav { clear: both; text-align: center; }

.post-nav a:hover { text-decoration: none; background: #e1e1e1; }

.post-nav .page-numbers { padding: 5px 7px; display: inline-block; vertical-align: middle; background: #EEE; color: #000; border-radius: 2px; line-height: 1; }

.post-nav .current { background: #db0014; color: #FFF; }

.lead { line-height: 1; font-family: "LeagueGothic", "Open Sans", sans-serif; font-size: 24px; font-size: 1.84615rem; }

.services_list { margin: 0 0 21px; padding-right: 50px; }

.services_list li { display: block; margin: 0 0 10px 0; font-size: 15px; font-size: 1.15385rem; padding-left: 15px; position: relative; }

.services_list li:before { content: '\f054'; font-family: FontAwesome; font-size: 10px; position: absolute; left: 0; top: 4px; }

.contacts { margin: 0; }

.contacts li { display: block; padding-left: 30px; margin: 0 0 10px; position: relative; }

.contacts li:before { width: 25px; display: block; position: absolute; left: 0; font-family: FontAwesome; text-align: center; }

.contacts li.address:before { content: '\f041'; }

.contacts li.phone:before { content: '\f095'; }

.contacts li.fax:before { content: '\f1ac'; }

.contacts li.email:before { content: '\f003'; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { position: relative; margin-bottom: 21px; }

.alignright, .alignleft, .aligncenter, .alignnone { margin: 0 0 21px; display: block; }

.accordion { margin: 0 0 21px; border-bottom: 1px solid #DDD; }

.accordion .accordion-item { border-top: 1px solid #DDD; }

.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; }

.accordion .accordion-item .accordion-handle h3 { padding: 15px 50px 15px 30px; margin: 0; font-size: 24px; font-size: 1.84615rem; font-family: "LeagueGothic", "Open Sans", sans-serif; font-weight: 700; color: #db0014; position: relative; }

.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f13a"; font-size: 24px; position: absolute; right: 20px; top: 16px; }

.accordion .accordion-item .accordion-content { padding: 30px; }

.accordion .accordion-item.selected { background-color: #F2F2F2; }

.accordion .accordion-item.selected .accordion-handle h3:after { content: "\f139"; }

.flexslider { margin: 0; padding: 0; position: relative; }

.flexslider .slides { margin: 0; list-style: none; }

.flexslider .slides::after { clear: both; content: ""; display: table; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

.flexslider .flex-control-nav { width: 100%; margin: 0; position: absolute; bottom: 5%; z-index: 50; text-align: center; }

.flexslider .flex-control-nav li { display: inline-block; margin: 0 5px; }

.flexslider .flex-control-nav li a { width: 12px; height: 12px; display: block; border: 1px solid #FFF; border-radius: 50%; background: none; cursor: pointer; overflow: hidden; text-indent: 101%; white-space: nowrap; }

.flexslider .flex-control-nav li a.flex-active { background: #FFF; }

.flexslider .flex-direction-nav { margin: 0; *height: 0; list-style: none; }

.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 50; overflow: hidden; cursor: pointer; text-align: center; color: #FFF; opacity: 0; }

.flexslider .flex-direction-nav a:before { width: 100%; height: 100%; display: inline-block; line-height: 50px; font-family: FontAwesome; font-size: 40px; background: rgba(0, 0, 0, 0.4); }

.flexslider .flex-direction-nav a.flex-prev { left: 0; }

.flexslider .flex-direction-nav a.flex-prev:before { content: '\f104'; border-radius: 0 4px 4px 0; }

.flexslider .flex-direction-nav a.flex-next { right: 0; }

.flexslider .flex-direction-nav a.flex-next:before { content: '\f105'; border-radius: 4px 0 0 4px; }

.flexslider .flex-direction-nav a.flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }

.flexslider:hover .flex-direction-nav a { opacity: 1; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

@media (min-width: 480px) { #hero h1 { font-size: 36px; font-size: 2.76923rem; }
  .specialties ul { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 5%; -moz-column-gap: 5%; column-gap: 5%; }
  .vouchers::after { clear: both; content: ""; display: table; }
  .vouchers li { width: 48.40426%; margin-left: 3.19149%; margin-bottom: 15px; float: left; }
  .vouchers li:nth-child(2n+1) { margin-left: 0; clear: left; }
  .services_list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 5%; -moz-column-gap: 5%; column-gap: 5%; }
  .alignright { float: right; margin: 0 0 21px 21px; }
  .alignleft { float: left; margin: 0 21px 21px 0; }
  .aligncenter { margin: 0 auto 21px; }
  .alignnone { margin: 0 0 21px; } }

@media (min-width: 768px) { #header::after { clear: both; content: ""; display: table; }
  #header .logo { width: 300px; float: left; }
  #header .logo img { margin: 0; }
  #header .header-r { display: block; float: right; }
  #header .header-r .header-logos { text-align: center; }
  #header .header-r .header-logos a:hover { opacity: 0.8; }
  #header .header-r .header-logos img { display: inline-block; margin: 0 10px 15px; }
  #header .header-r .abn { display: block; font-weight: 700; text-align: center; font-size: 24px; font-size: 1.84615rem; }
  #nav { border-radius: 10px 10px 0 0; }
  #nav .menu-collapser, #nav .sub-collapser { display: none; }
  #nav ul { text-align: center; font-size: 20px; font-size: 1.53846rem; }
  #nav ul li { display: inline-block; margin-right: 10px; padding-left: 22px; background: url(images/bg_nav.jpg) no-repeat left center; }
  #nav ul li a { padding: 10px 0; text-decoration: none; color: #FFF; }
  #nav ul li a:hover { color: #db0014; }
  #nav ul li ul { width: 160px; position: absolute; top: 100%; left: 22px; z-index: 1; background: #db0014; text-transform: none; text-align: left; font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1rem; }
  #nav ul li ul li { display: block; margin: 0; padding: 0; background: none; }
  #nav ul li ul li a { padding: 10px; color: #FFF; }
  #nav ul li ul li a:hover { background: #c20012; }
  #nav ul li ul li ul { top: 0; left: 160px; z-index: 2; background: #c20012; }
  #nav ul li ul li ul li a:hover { background: #a8000f; }
  #nav ul li ul li:hover > a, #nav ul li ul li.current-menu-item > a, #nav ul li ul li.current-menu-ancestor > a { background: #c20012; color: #FFF; }
  #nav ul li:hover > a, #nav ul li.current-menu-item > a, #nav ul li.current-menu-ancestor > a { color: #db0014; }
  #nav ul li:first-child { padding: 0; background: none; }
  #nav ul li:last-child { margin: 0; }
  #hero img { border-radius: 0 0 10px 10px; }
  #hero h1 { bottom: 20px; font-size: 48px; font-size: 3.69231rem; }
  #hero .tagline { max-width: 440px; padding: 0; position: absolute; bottom: 20px; left: 20px; color: #FFF; }
  #hero .tagline h2 { color: #FFF; }
  #main .content { width: 64.89362%; float: left; margin-bottom: 0; }
  #main .sidebar { width: 31.91489%; float: right; }
  #main .sidebar .widget-booking { margin-top: -20px; text-align: left; }
  .page-template-template-home #main .content { width: 62.76596%; float: right; }
  .page-template-template-home #main .sidebar { float: left; }
  .quick-links::after { clear: both; content: ""; display: table; }
  .quick-links .quick-link { width: 47.87234%; float: left; margin-left: 2.12766%; }
  .quick-links .quick-link:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  .signup::after { clear: both; content: ""; display: table; }
  .signup .inner { max-width: none; width: 50.54945%; margin: 0; float: left; }
  .signup form { max-width: none; width: 45.05495%; margin: 0; float: right; }
  .archive-post time { margin-bottom: 20px; margin-left: 0; float: left; }
  .archive-post .inner { margin-left: 80px; }
  .one-half { width: 48%; }
  .one-third { width: 30.66%; }
  .two-third { width: 65.33%; }
  .one-fourth { width: 22%; }
  .three-fourth { width: 74%; }
  .one-fifth { width: 16.8%; }
  .two-fifth { width: 37.6%; }
  .three-fifth { width: 58.4%; }
  .four-fifth { width: 67.2%; }
  .one-sixth { width: 13.33%; }
  .five-sixth { width: 82.67%; }
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin-right: 4%; margin-bottom: 0; float: left; }
  .last { margin-right: 0 !important; clear: right; } }

@media (min-width: 980px) { #header { padding-left: 320px; background: url(images/img_top.jpg) no-repeat 68px bottom; }
  #header .header-r { width: 270px; }
  #nav ul { font-size: 24px; font-size: 1.84615rem; }
  #nav ul li { margin-right: 18px; padding-left: 30px; }
  #nav ul li ul { left: 30px; font-size: 13px; font-size: 1rem; }
  #nav ul li ul li { margin: 0; padding: 0; }
  #hero .tagline { max-width: 500px; left: 30px; bottom: 30px; }
  .signup { padding-bottom: 10px; }
  .signup form .form-row { width: 48%; float: left; margin-right: 4%; }
  .signup form .form-row.last { margin-right: 0; }
  .vouchers li { width: 31.14754%; margin-left: 3.27869%; }
  .vouchers li:nth-child(2n+1) { margin-left: 3.27869%; clear: none; }
  .vouchers li:nth-child(3n+1) { margin-left: 0; clear: left; } }

@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  @page { margin: 0.5cm; }
  h2, h3 { orphans: 3; widows: 3; page-break-after: avoid; }
  p { orphans: 3; widows: 3; }
  pre, blockquote { border: 1px solid gray; page-break-inside: avoid; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr { page-break-inside: avoid; } }
