/*
Theme Name:     Rundle
Description:    
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/
/*! 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: #FFE9A1; color: #000; text-shadow: none; }

::selection { background: #FFE9A1; color: #000; text-shadow: none; }

a { color: #c8a592; 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 26px; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 400; color: #111; line-height: 1.2; text-rendering: optimizelegibility; }

h1 { font-size: 48px; font-size: 3rem; }

h2 { font-size: 30px; font-size: 1.875rem; }

h3 { font-size: 24px; font-size: 1.5rem; }

h4 { font-size: 20px; font-size: 1.25rem; }

h5 { font-size: 18px; font-size: 1.125rem; }

h6 { font-size: 16px; font-size: 1rem; }

p { margin: 0 0 26px; }

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

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

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

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

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

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

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

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

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

.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; }

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 { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; padding: 10px; outline: none; background: #EEE; border: none; color: #111; font-size: 14px; font-size: 0.875rem; border-radius: 0; box-shadow: none; }

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select[multiple=multiple]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { font-family: "Oswald", "Open Sans", sans-serif; color: #AAA; }

input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder, select[multiple=multiple]::-moz-placeholder, textarea::-moz-placeholder { font-family: "Oswald", "Open Sans", sans-serif; color: #AAA; }

input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder, select[multiple=multiple]:-moz-placeholder, textarea:-moz-placeholder { font-family: "Oswald", "Open Sans", sans-serif; color: #AAA; }

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select[multiple=multiple]:-ms-input-placeholder, textarea:-ms-input-placeholder { font-family: "Oswald", "Open Sans", sans-serif; color: #AAA; }

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: 12px 20px; display: inline-block; font-weight: 300; font-family: "Oswald", "Open Sans", sans-serif; vertical-align: middle; cursor: pointer; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-size: 0.8125rem; line-height: 1; border: none; border-radius: 0; outline: none; background: #c8a592; box-shadow: none; -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: #b9856b; }

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 26px; 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; }

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

.gform_wrapper { max-width: 100% !important; margin: 0 !important; }

.gform_wrapper .validation_error { font-size: 16px !important; line-height: 1.2; }

.gform_wrapper .gform_body .gform_fields .gfield { margin: 0 0 20px; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required { display: none; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_description { color: #555; font-size: 13px; font-size: 0.8125rem; }

.gform_wrapper .gform_body .gform_fields .gfield.field_description_above .gfield_label { margin-bottom: 0; }

.gform_wrapper .gform_body .gform_fields .gfield.field_description_above .gfield_description { padding: 0; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-hidden-label label { display: none; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-inline-label::after { clear: both; content: ""; display: table; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-inline-label .gfield_label { width: 30%; float: left; margin: 0; padding: 15px 0 0; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-inline-label .ginput_container { width: 66%; float: right; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-radio-inline .gfield_radio::after { clear: both; content: ""; display: table; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-radio-inline .gfield_radio li { margin-right: 20px; float: left; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-radio-inline .gfield_radio li input[type=radio] { margin-top: 3px; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]:checked + label { font-weight: 300; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked + label { font-weight: 300; }

.gform_wrapper .gform_body .gform_fields .gfield.gsection { margin: 30px 0 10px; padding: 0; border: none; }

.gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title { text-align: left; text-transform: none; font-size: 16px; font-size: 1rem; }

.gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_description { padding: 0; }

.gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files { margin: 0 10px; background: #CCC; font-size: 13px; font-size: 0.8125rem; }

.gform_wrapper .gform_body .gform_fields .gfield .styled-select { width: 97.5%; }

.gform_wrapper .gform_footer { margin: 20px 0 0 !important; padding: 0 !important; }

.gform_wrapper .gform_footer .gform_ajax_spinner { display: inline-block; vertical-align: middle; }

.wp-video { max-width: 560px !important; margin: 0 auto 26px; }

.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: 0.8125rem; }

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

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

.commentlist { list-style: none; margin: 0 0 26px; }

.commentlist li { margin: 0 0 26px; border-left: 3px solid #DDD; list-style: none; }

.commentlist li .inner { padding: 15px; background: #F2F2F2; }

.commentlist li .comment-author { margin: 0 0 26px; color: #999; font-size: 0.8em; font-style: italic; }

.commentlist li .comment-author::after { clear: both; content: ""; display: table; }

.commentlist li .comment-author img { border: 1px solid #FFF; float: left; margin: 0 10px 0 0; }

.commentlist li .comment-author .comment-author-details { float: left; }

.commentlist li .comment-author cite { font-size: 1.1em; font-family: "Oswald", "Open Sans", sans-serif; font-style: normal; font-weight: 700; }

.commentlist li .children { list-style: none !important; margin: 26px 0 26px 26px; }

.comment-nav { margin: 0 0 26px; }

.comment-nav::after { clear: both; content: ""; display: table; }

.comment-nav .next { width: 50%; float: right; text-align: right; }

.comment-nav .prev { width: 50%; float: left; }

@-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: 16px; }

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

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

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

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

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

#header { width: 100%; position: relative; z-index: 500; background: #FFF; }

#header .header-main .social-icons { padding: 20px; text-align: center; }

#header .header-main .social-icons ul { margin: 0; font-size: 20px; line-height: 1; }

#header .header-main .social-icons ul li { display: inline-block; vertical-align: middle; margin: 0 5px; }

#header .header-main .social-icons ul li a { color: #111; }

#header .header-main .social-icons ul li a:hover { color: #c8a592; }

#header .header-main .logo { margin: 0 auto 20px; }

#header .header-main .logo h1 { height: 70px; margin: 0; background: url(images/logo.jpg) no-repeat center center; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; text-indent: -9999px; overflow: hidden; }

#header .header-main .nav { background: #111; }

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

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

#header .header-main .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; }

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

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

#header .header-main .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); }

#header .header-main .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); }

#header .header-main .nav ul { margin: 0; list-style: none; font-size: 16px; font-size: 1rem; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 400; line-height: 1.2; text-transform: uppercase; }

#header .header-main .nav ul li { display: block; position: relative; }

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

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

#header .header-main .nav ul li ul { display: none; background: #1e1e1e; }

#header .header-main .nav ul li ul li ul { background: #2b2b2b; }

#header .header-main .nav ul li ul li .sub-collapser { background: #2b2b2b; }

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

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

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

#header .header-main .nav ul li .sub-collapser.expanded { height: 45px; }

#header .business-nav { display: none; }

.hero { background: #FFF; }

.hero img { width: 100%; }

.main { padding: 60px 20px; background: #FFF; }

.main .main-title { margin: 0 0 60px; text-align: center; text-transform: uppercase; letter-spacing: 4px; }

.main .main-title h1 { margin: 0; }

.main .main-title.narrow { max-width: 860px; margin-left: auto; margin-right: auto; }

.main .main-title.has-btn h1 { margin: 0 0 50px; }

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

.main .content-narrow { max-width: 860px; margin: 0 auto; }

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

#footer { padding: 65px 20px; background: #111; color: #FFF; }

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

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

#footer .footer-widgets { margin-bottom: 40px; }

#footer .footer-1 nav ul { margin: 0; text-transform: uppercase; text-align: center; font-family: "Oswald", "Open Sans", sans-serif; }

#footer .footer-1 nav ul li { display: inline-block; margin: 0 10px; }

#footer .footer-2 { text-align: center; font-family: "Oswald", "Open Sans", sans-serif; font-size: 11px; font-size: 0.6875rem; }

#footer .footer-2 img { margin: 0 auto 30px; }

#footer .footer-3 h3 { margin: 0 0 15px; text-transform: uppercase; color: #FFF; font-size: 16px; font-size: 1rem; }

#footer .footer-3 .form-row { margin: 0; border-top: 1px solid #555; }

#footer .footer-3 .form-row.form-row-last { margin: 0 0 20px; border-bottom: 1px solid #555; }

#footer .footer-3 input[type="color"], #footer .footer-3 input[type="date"], #footer .footer-3 input[type="datetime"], #footer .footer-3 input[type="datetime-local"], #footer .footer-3 input[type="email"], #footer .footer-3 input[type="month"], #footer .footer-3 input[type="number"], #footer .footer-3 input[type="password"], #footer .footer-3 input[type="search"], #footer .footer-3 input[type="tel"], #footer .footer-3 input[type="text"], #footer .footer-3 input[type="time"], #footer .footer-3 input[type="url"], #footer .footer-3 input[type="week"], #footer .footer-3 input:not([type]), #footer .footer-3 textarea, #footer .footer-3 select[multiple=multiple], #footer .footer-3 textarea { background: none; color: #AAA; }

#footer .footer-3 button, #footer .footer-3 input[type="button"], #footer .footer-3 input[type="reset"], #footer .footer-3 input[type="submit"], #footer .footer-3 button, #footer .footer-3 .button, #footer .footer-3 .btn { padding: 7px 15px; background: none; border: 1px solid #c8a592; color: #c8a592; font-size: 13px; font-size: 0.8125rem; }

#footer .footer-3 button:hover, #footer .footer-3 input[type="button"]:hover, #footer .footer-3 input[type="reset"]:hover, #footer .footer-3 input[type="submit"]:hover, #footer .footer-3 button:hover, #footer .footer-3 .button:hover, #footer .footer-3 .btn:hover { color: #FFF; background: #c8a592; }

#footer .copyright { clear: both; font-family: "Oswald", "Open Sans", sans-serif; font-size: 13px; font-size: 0.8125rem; }

#footer .copyright span { font-size: 11px; font-size: 0.6875rem; }

.blocks .block { margin-bottom: 70px; text-align: center; }

.blocks .block img, .blocks .block .video-thumb { margin: 0 auto 25px; }

.blocks .block h3 { margin: 0 0 10px; font-size: 20px; font-size: 1.25rem; }

.blocks .block h3 a { text-decoration: none; color: #111; }

.blocks .block h3 a:hover { text-decoration: none; }

.read-more { color: #c8a592; font-family: "Playfair Display", "Open Sans", sans-serif; font-style: italic; font-size: 13px; font-size: 0.8125rem; }

#slider { background: #FFF; }

#slider .slides li { position: relative; }

#slider .slides li .caption { padding: 20px; background: #EEE; }

#slider .slides li .caption .inner h3 { margin: 0 0 15px; color: #111; font-weight: 300; font-size: 16px; font-size: 1rem; }

#slider .slides li .caption .inner .btn { padding: 10px; background: #111; font-size: 11px; font-size: 0.6875rem; }

.home-content { padding: 80px 20px; background: #FFF; }

.home-content .content, .home-content .sidebar { margin-bottom: 60px; }

.home-content .featured-content .slides { background: #EEE; }

.home-content .featured-content .slides li { display: block; }

.home-content .featured-content .slides li .text { padding: 30px; }

.home-content .featured-content .slides li .text h4 { margin: 0 0 15px; }

.home-content .featured-content .slides li .text h4 a, .home-content .featured-content .slides li .text h4 a:hover { color: #111; text-decoration: none; }

.home-content .featured-content .slides li .text p, .home-content .featured-content .slides li .text span { display: block; margin: 0; }

.home-content .featured-content .flex-control-nav { top: 100%; }

.home-content .featured-content .flex-control-nav li { margin: 15px 4px; }

.home-content .featured-content .flex-control-nav li a { background: #CCC; }

.home-content .featured-content .flex-control-nav li a.flex-active { background: #c8a592; }

.banners { background: #FFF; }

.banners .banner { position: relative; }

.banners .banner a { display: block; text-decoration: none; color: #FFF; }

.banners .banner a:hover { text-decoration: none; }

.banners .banner a:hover img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.banners .banner a:hover .inner { background: rgba(200, 165, 146, 0.5); }

.banners .banner img { width: 100%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.banners .banner .inner { width: 100%; height: 100%; position: absolute; top: 0; left: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.banners .banner .inner div { width: 100%; height: 100%; display: table; }

.banners .banner .inner div h2 { display: table-cell; vertical-align: middle; margin: 0; padding: 20px; text-align: center; text-transform: uppercase; letter-spacing: 3px; color: #FFF; font-weight: 400; font-size: 36px; font-size: 2.25rem; }

.social-feeds { background: #EEE; }

.social-feeds .social-feed { padding: 0 20px 30px; }

.social-feeds .social-feed .ribbon { width: 150px; margin: 0 auto 30px; padding: 20px 0 30px; position: relative; background: #111; color: #FFF; text-transform: uppercase; text-align: center; letter-spacing: 2px; font-weight: 400; font-size: 16px; font-size: 1rem; }

.social-feeds .social-feed .ribbon:after { content: ''; width: 0; height: 0; position: absolute; bottom: 0; left: 0; border-style: solid; border-width: 0 75px 10px 75px; border-color: transparent transparent #EEE transparent; }

.social-feeds .social-feed .top { min-height: 70px; margin: 0 0 25px; padding-left: 90px; position: relative; }

.social-feeds .social-feed .top img { width: 70px; position: absolute; top: 0; left: 0; }

.social-feeds .social-feed .top h4 { margin: 0; padding: 10px 0 5px; }

.social-feeds .social-feed .top span { display: block; color: #c8a592; font-family: "Playfair Display", "Open Sans", sans-serif; font-style: italic; font-size: 13px; font-size: 0.8125rem; }

.social-feeds .social-feed #cff .cff-item { border: none !important; }

.social-feeds .social-feed #cff .cff-item .cff-author { min-height: 70px; margin: 0 0 25px; padding: 0 0 0 90px; position: relative; }

.social-feeds .social-feed #cff .cff-item .cff-author a { text-decoration: none; }

.social-feeds .social-feed #cff .cff-item .cff-author .cff-author-text { float: none; }

.social-feeds .social-feed #cff .cff-item .cff-author .cff-author-text .cff-page-name, .social-feeds .social-feed #cff .cff-item .cff-author .cff-author-text .cff-date { margin: 0; padding: 0; }

.social-feeds .social-feed #cff .cff-item .cff-author .cff-author-text .cff-page-name { margin: 0 0 5px; padding: 10px 0 0; color: #111; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 400; font-size: 20px; font-size: 1.25rem; }

.social-feeds .social-feed #cff .cff-item .cff-author .cff-author-text .cff-date { display: block; color: #c8a592; font-family: "Playfair Display", "Open Sans", sans-serif; font-style: italic; font-size: 13px; font-size: 0.8125rem; }

.social-feeds .social-feed #cff .cff-item .cff-author .cff-author-img { width: 70px; margin: 0 !important; position: absolute; top: 0; left: 0; }

.social-feeds .social-feed #cff .cff-item .cff-author .cff-author-img img { width: 100%; }

.social-feeds .social-feed.social-feed-twitter { background: #111; color: #FFF; }

.social-feeds .social-feed.social-feed-twitter .ribbon { background: #FFF; color: #111; }

.social-feeds .social-feed.social-feed-twitter .ribbon:after { border-color: transparent transparent #111 transparent; }

.social-feeds .social-feed.social-feed-twitter .top h4 { color: #FFF; }

.social-feeds .social-feed.social-feed-twitter .top h4 a { color: #FFF; text-decoration: none !important; }

.social-feeds .social-feed.social-feed-instagram ul { margin-left: 0; }

.social-feeds .social-feed.social-feed-instagram ul::after { clear: both; content: ""; display: table; }

.social-feeds .social-feed.social-feed-instagram ul li { width: 25%; display: block; margin: 0 0 15px; float: left; }

.social-feeds .social-feed.social-feed-instagram ul li img { width: 100%; padding: 0 10px; margin: 0 auto; }

.logos { padding: 85px 20px; background: #FFF; }

.logos h2 { margin: 0 0 60px; padding: 0 0 50px; position: relative; text-align: center; text-transform: uppercase; letter-spacing: 2px; font-size: 36px; font-size: 2.25rem; }

.logos h2:after { content: ''; width: 50px; height: 5px; display: block; background: #111; position: absolute; bottom: 0; left: 50%; margin-left: -25px; }

.logos .logo-scroller { position: relative; }

.logos .logo-scroller .slick-list { margin: 0 80px; }

.logos .logo-scroller .slick-slide { line-height: 115px; text-align: center; outline: none; }

.logos .logo-scroller .slick-slide img { max-width: 90%; display: inline-block; vertical-align: middle; }

.logos .logo-scroller .slick-arrow { width: 30px; height: 57px; padding: 0; text-indent: 9999px; overflow: hidden; background: url(images/lightbox_nav.png) no-repeat; position: absolute; top: 50%; margin-top: -28px; }

.logos .logo-scroller .slick-arrow.slick-prev { background-position: 0 0; left: 30px; }

.logos .logo-scroller .slick-arrow.slick-next { background-position: -30px 0; right: 30px; }

.listings .listing { margin: 0 0 60px; }

.listings .listing .logo .inner { max-width: 300px; height: 200px; margin-bottom: 30px; border: 1px solid #EEE; background-repeat: no-repeat; background-position: center center; background-size: contain; }

.listings .listing .summary { margin-bottom: 30px; }

.listings .listing .summary .listing-content { margin-bottom: 20px; }

.listings .listing .summary .listing-content .read-more { font-size: 16px; font-size: 1rem; }

.listings .listing .details { max-width: 300px; padding: 30px; background: #EEE; font-weight: 400; font-size: 13px; font-size: 0.8125rem; }

.listings .listing .details dl { margin: 0 0 20px; padding: 0; }

.listings .listing .details dl dt, .listings .listing .details dl dd { margin: 0 0 10px; padding: 0; }

.listings .listing .details dl dt { width: 70px; float: left; clear: left; }

.listings .listing .details dl dd .fa { margin-right: 10px; font-size: 20px; color: #111; }

.listings .listing .details h4 { margin: 15px 0; text-transform: uppercase; font-weight: 400; font-family: "Playfair Display", "Open Sans", sans-serif; font-size: 13px; font-size: 0.8125rem; }

.tax-business_cat .main .container { position: relative; }

.business-map-link { position: absolute; bottom: -60px; right: 0; }

.page-template-template-history .main { padding-top: 60px; }

.page-template-template-history .main h1 { margin: 0 0 60px; text-align: center; }

.timeline { padding: 60px 20px 50px; background: #FFF; }

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

.timeline ul li { display: inline-block; vertical-align: top; margin: 0 20px 10px; }

.timeline ul li .image { display: none; }

.timeline ul li span { display: block; color: #AAA; font-style: italic; font-family: "Playfair Display", "Open Sans", sans-serif; font-size: 13px; font-size: 0.8125rem; }

.timeline ul li a { display: block; text-decoration: none; }

.timeline ul li.current span { color: #c8a592; }

.center-scroller { position: relative; background: #FFF; display: none; }

.center-scroller .slick-slide { outline: none; }

.center-scroller .slick-slide img { width: 100%; opacity: 0.2; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }

.center-scroller .slick-slide span { display: none; width: 100%; padding: 15px 0; text-align: center; color: #000; font-style: italic; font-family: "Playfair Display", "Open Sans", sans-serif; font-size: 15px; font-size: 0.9375rem; }

.center-scroller .slick-slide.slick-center img { opacity: 1; }

.center-scroller .slick-slide.slick-center span { display: block; }

.center-scroller .slick-arrow { width: 30px; height: 57px; padding: 0; background: url(images/center_slider_nav.png) no-repeat; text-indent: -9999px; overflow: hidden; position: absolute; top: 45%; z-index: 300; margin-top: -28px; }

.center-scroller .slick-arrow.slick-prev { background-position: 0 0; left: 20px; }

.center-scroller .slick-arrow.slick-next { background-position: -30px 0; right: 20px; }

.page-template-template-gallery .main { padding: 0; }

.page-template-template-gallery .main .main-title { margin: 0; padding: 80px 20px; }

.gallery { margin: 0; padding: 5px; background: #FFF; }

.gallery li { display: block; padding: 5px; text-align: center; }

.gallery li a { width: 100%; height: 100%; display: block; position: relative; color: #FFF; text-decoration: none; }

.gallery li a img { width: 100%; }

.gallery li a .caption { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(200, 165, 146, 0.5); text-align: center; line-height: 1.3; font-family: "Playfair Display", "Open Sans", sans-serif; font-style: italic; font-size: 24px; font-size: 1.5rem; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; opacity: 0; }

.gallery li a .caption div { width: 100%; height: 100%; display: table; }

.gallery li a .caption div span { display: table-cell; vertical-align: middle; padding: 30px; }

.gallery li a:hover { color: #FFF; text-decoration: none; }

.gallery li a:hover img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.gallery li a:hover .caption { opacity: 1; }

.contact-map { margin: 0 0 55px; }

.contact-content { margin: 0 0 50px; }

.contact-info .contact-details { margin-bottom: 50px; }

.contact-info .contact-details h4 span { margin-left: 10px; color: #999; font-style: italic; font-family: "Playfair Display", "Open Sans", sans-serif; font-size: 13px; font-size: 0.8125rem; }

.contact-info .contact-form .form-row { margin: 0; border-top: 1px solid #AAA; }

.contact-info .contact-form .form-row.form-row-last { margin: 0 0 20px; border-bottom: 1px solid #AAA; }

.contact-info .contact-form input[type="color"], .contact-info .contact-form input[type="date"], .contact-info .contact-form input[type="datetime"], .contact-info .contact-form input[type="datetime-local"], .contact-info .contact-form input[type="email"], .contact-info .contact-form input[type="month"], .contact-info .contact-form input[type="number"], .contact-info .contact-form input[type="password"], .contact-info .contact-form input[type="search"], .contact-info .contact-form input[type="tel"], .contact-info .contact-form input[type="text"], .contact-info .contact-form input[type="time"], .contact-info .contact-form input[type="url"], .contact-info .contact-form input[type="week"], .contact-info .contact-form input:not([type]), .contact-info .contact-form textarea, .contact-info .contact-form select[multiple=multiple], .contact-info .contact-form textarea { background: none; color: #AAA; }

#map-links { margin: 0 0 60px; position: relative; text-align: center; }

#map-links .map-link { display: none; }

#map-aerial { display: none; }

#map-img { margin-bottom: 30px; }

#map-img img { margin: 0 auto; }

.download-map-btn { text-align: center; }

.archive-post .read-more { display: block; }

.post-figure, .post-slider { padding: 0; margin: 0 0 50px; }

.post-figure img, .post-slider img { width: 100%; }

.post-video { margin: 0 0 50px; }

.post-header { margin: 0 0 20px; }

.post-header h2 { margin: 0 0 20px; }

.post-header .post-meta { color: #c8a592; }

.post-header .post-meta time { display: inline-block; vertical-align: middle; margin-right: 5px; font-style: italic; font-family: "Playfair Display", "Open Sans", sans-serif; }

.post-header .post-meta .categories { display: inline-block; font-family: "Oswald", "Open Sans", sans-serif; font-size: 11px; font-size: 0.6875rem; }

.post-header .post-meta .categories a { display: inline-block; vertical-align: middle; padding: 3px 20px; line-height: 1; color: #c8a592; border: 1px solid #c8a592; text-transform: uppercase; letter-spacing: 1px; }

.post-header .post-meta .categories a:hover { background: #c8a592; color: #FFF; text-decoration: none; }

.blog-nav { padding: 30px 0 0; }

.blog-nav::after { clear: both; content: ""; display: table; }

.blog-nav .backtoblog { margin-right: 10px; float: left; }

.blog-nav .prev-next { float: right; }

.blog-nav .prev-next::after { clear: both; content: ""; display: table; }

.blog-nav .prev-next a { display: block; padding: 12px 13px; margin-right: 1px; float: left; line-height: 1; text-align: center; font-size: 13px; color: #FFF; background: #c8a592; }

.blog-nav .prev-next a:hover { background: #b9856b; }

.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: #111; line-height: 1; }

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

.mfp-bg { background: #FFF !important; opacity: 1 !important; }

.mfp-wrap .mfp-container { padding: 50px 20px; }

.mfp-wrap .mfp-container .mfp-figure:after { box-shadow: none; }

.mfp-wrap .mfp-container .mfp-close { width: 44px; height: 45px; padding: 0; line-height: 1; background: url(images/lightbox_close.png) no-repeat 0 0; text-indent: -9999px; text-align: left; overflow: hidden; right: 0; top: -20px; opacity: 1; }

.mfp-wrap .mfp-arrow { width: 30px; height: 57px; margin: -28px 0 0; background: url(images/lightbox_nav.png) no-repeat; opacity: 1; position: fixed; }

.mfp-wrap .mfp-arrow.mfp-arrow-left { background-position: 0 0; left: 50px; }

.mfp-wrap .mfp-arrow.mfp-arrow-right { background-position: -30px 0; right: 50px; }

.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after { display: none; }

.mfp-wrap .mfp-arrow:hover, .mfp-wrap .mfp-arrow:focus, .mfp-wrap .mfp-arrow:active { margin: -28px 0 0; }

.mfp-wrap .mfp-title { padding: 20px 0; color: #c8a592; text-align: center; font-family: "Playfair Display", "Open Sans", sans-serif; font-style: italic; font-size: 20px; font-size: 1.25rem; }

.mfp-wrap .mfp-counter { display: none; }

.contacts { margin: 0; }

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

.contacts li a { color: #111; }

.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'; }

.contacts li.web:before { content: '\f109'; }

.files { margin-left: 0; }

.files li { display: block; padding: 0 0 0 25px; margin: 0 0 20px; position: relative; }

.files li a { color: #111; text-decoration: none; }

.files li a:hover { color: #c8a592; text-decoration: none; }

.files li:before { font-family: FontAwesome; position: absolute; left: 0; }

.files li.pdf:before { content: '\f1c1'; }

.files li.doc:before { content: '\f1c2'; }

.files li.jpeg:before { content: '\f1c5'; }

.files li.vid:before { content: '\f1c8'; }

.tooltipster-default { max-width: 160px; border: none !important; background: #A3D8C4 !important; color: #333 !important; border-radius: 0 !important; }

.tooltipster-default .tooltipster-content { padding: 20px !important; font-family: "Open Sans", sans-serif !important; font-size: 13px !important; text-align: center; }

.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: 26px; }

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

.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 only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { #header .header-main .logo h1 { background-image: url(images/logo@2x.jpg); } }

@media (min-width: 480px) { #footer .footer-widgets { width: 47.5%; margin-left: 5%; float: left; }
  #footer .footer-widgets:nth-child(2n+1) { margin-left: 0; clear: left; }
  #footer .footer-1 nav ul { text-align: left; }
  #footer .footer-1 nav ul li { display: block; margin: 0 25px 0 0; float: left; }
  .blocks::after { clear: both; content: ""; display: table; }
  .blocks .block { width: 47.5%; margin-left: 5%; float: left; text-align: left; }
  .blocks .block img { margin: 0 0 25px; }
  .blocks .block:nth-child(2n+1) { margin-left: 0; clear: left; }
  .gallery::after { clear: both; content: ""; display: table; }
  .gallery li { width: 50%; float: left; }
  .alignright { float: right; margin: 0 0 26px 26px; }
  .alignleft { float: left; margin: 0 26px 26px 0; }
  .aligncenter { margin: 0 auto 26px; }
  .alignnone { margin: 0 0 26px; } }

@media (min-width: 768px) { .main .main-title { position: relative; }
  .main .main-title .btn { position: absolute; top: 10px; right: 0; }
  .main .main-title.has-btn h1 { margin: 0; }
  #footer .footer-widgets { width: 30%; margin-left: 5%; margin-bottom: 20px; }
  #footer .footer-widgets:nth-child(2n+1) { margin-left: 5%; clear: none; }
  #footer .footer-widgets:nth-child(3n+1) { margin-left: 0; clear: left; }
  .blocks .block { width: 30%; margin-left: 5%; }
  .blocks .block:nth-child(2n+1) { margin-left: 5%; clear: none; }
  .blocks .block:nth-child(3n+1) { margin-left: 0; clear: left; }
  #slider .slides li .caption { padding: 20px 20px 10px; position: absolute; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); }
  #slider .slides li .caption .inner h3 { display: inline-block; vertical-align: middle; margin: 0 10px 10px 0; color: #FFF; }
  #slider .slides li .caption .inner .btn { margin-bottom: 10px; background: #c8a592; }
  #slider .slides li .caption .inner .btn:hover { background: #b9856b; }
  .home-content .content { width: 55%; margin-bottom: 0; float: left; }
  .home-content .sidebar { width: 40%; float: right; }
  .banners::after { clear: both; content: ""; display: table; }
  .banners .banner { width: 33.33333%; float: left; }
  .banners .banner .inner div h2 { font-size: 24px; font-size: 1.5rem; }
  .social-feeds { position: relative; }
  .social-feeds::after { clear: both; content: ""; display: table; }
  .social-feeds .social-feed { width: 33.33333%; padding: 0 4% 30px; float: left; position: relative; }
  .social-feeds .social-feed .top { padding: 0; }
  .social-feeds .social-feed .top img { position: relative; }
  .social-feeds .social-feed.social-feed-instagram ul li { width: 50%; }
  .social-feeds:before { content: ''; display: block; width: 33.33333%; height: 100%; position: absolute; left: 33.33333%; background: #111; }
  .listings .listing::after { clear: both; content: ""; display: table; }
  .listings .listing .logo { width: 47.5%; float: left; }
  .listings .listing .logo .inner { max-width: none; }
  .listings .listing .summary { width: 47.5%; float: right; }
  .listings .listing .details { width: 47.5%; max-width: none; float: left; clear: left; }
  .timeline { padding: 0 20px; background: #FFF url(images/timeline_bg.png) repeat top; }
  .timeline ul li { height: 246px; margin: 0 5%; padding: 105px 0 0; }
  .timeline ul li .image { width: 11px; height: 11px; display: block; margin: 0 auto 10px; background: #CCC; border-radius: 50%; }
  .timeline ul li a:hover span { color: #c8a592; }
  .timeline ul li.current { padding: 60px 0 0; }
  .timeline ul li.current .image { width: 100px; height: 100px; margin-bottom: 20px; position: relative; }
  .timeline ul li.current .image div { width: 100px; height: 100px; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 50%; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
  .timeline ul li.current .image:after { content: ''; display: block; width: 100px; height: 100px; background: rgba(200, 165, 146, 0.5); border-radius: 50%; position: absolute; top: 0; left: 0; }
  .center-scroller .slick-arrow.slick-prev { left: 50px; }
  .center-scroller .slick-arrow.slick-next { right: 50px; }
  .gallery li { width: 33.33333%; }
  .contact-info::after { clear: both; content: ""; display: table; }
  .contact-info .contact-details { width: 46.51163%; margin-right: 6.97674%; margin-bottom: 0; float: left; }
  .contact-info .contact-form { width: 46.51163%; float: left; }
  .two-col { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 60px; -moz-column-gap: 60px; column-gap: 60px; }
  .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; }
  .files::after { clear: both; content: ""; display: table; }
  .files li { width: 47.5%; margin-left: 5%; float: left; }
  .files li:nth-child(2n+1) { margin-left: 0; clear: left; } }

@media (min-width: 960px) { #header .header-main { padding: 30px 20px; }
  #header .header-main .social-icons { padding: 0; margin: 0 0 20px; text-align: right; float: right; }
  #header .header-main .social-icons ul li { margin-left: 10px; }
  #header .header-main .logo { width: 25%; margin: 0; float: left; }
  #header .header-main .nav { width: 71.66667%; float: right; clear: right; background: none; }
  #header .header-main .nav::after { clear: both; content: ""; display: table; }
  #header .header-main .nav .menu-collapser, #header .header-main .nav .sub-collapser { display: none; }
  #header .header-main .nav ul { float: right; font-size: 14px; font-size: 0.875rem; }
  #header .header-main .nav ul::after { clear: both; content: ""; display: table; }
  #header .header-main .nav ul li { margin: 0 0 0 20px; float: left; }
  #header .header-main .nav ul li a { padding: 0 0 5px; color: #111; text-decoration: none; }
  #header .header-main .nav ul li a:hover { color: #c8a592; }
  #header .header-main .nav ul li ul { width: 160px; position: absolute; top: 100%; left: 0; z-index: 1; background: #c8a592; text-transform: none; font-weight: 300; }
  #header .header-main .nav ul li ul li { margin: 0; float: none; }
  #header .header-main .nav ul li ul li a { padding: 10px; color: #FFF; }
  #header .header-main .nav ul li ul li a:hover { color: #FFF; background: #bf9781; }
  #header .header-main .nav ul li ul li ul { top: 0; left: 160px; z-index: 2; background: #bf9781; }
  #header .header-main .nav ul li ul li ul li a:hover { background: #b78970; }
  #header .header-main .nav ul li ul li:hover > a { color: #FFF; background: #bf9781; }
  #header .header-main .nav ul li:hover > a { color: #c8a592; }
  #header .business-nav { display: block; background: #111; }
  #header .business-nav ul { margin: 0; text-transform: uppercase; text-align: center; line-height: 1.3; font-family: "Oswald", "Open Sans", sans-serif; font-weight: 400; font-size: 13px; font-size: 0.8125rem; }
  #header .business-nav ul li { display: inline-block; vertical-align: middle; padding: 10px 20px; }
  #header .business-nav ul li a { color: #FFF; }
  #header .business-nav ul li a span { display: block; }
  #header .business-nav ul li a:hover { color: #c8a592; text-decoration: none; }
  .main { padding: 110px 20px; }
  .blocks .block { width: 21.25%; margin-left: 5%; }
  .blocks .block:nth-child(2n+1), .blocks .block:nth-child(3n+1) { margin-left: 5%; clear: none; }
  .blocks .block:nth-child(4n+1) { margin-left: 0; clear: left; }
  #slider .slides li .caption { width: 34%; height: 100%; padding: 0; background: none; }
  #slider .slides li .caption .inner { height: 100%; position: relative; background: rgba(0, 0, 0, 0.6); }
  #slider .slides li .caption .inner div { max-width: 555px; margin: 0 60px 0 20px; position: absolute; bottom: 10%; }
  #slider .slides li .caption .inner h3 { margin: 0 0 30px; display: block; line-height: 1.4; font-size: 24px; font-size: 1.5rem; }
  #slider .slides li .caption .inner .btn { margin: 0; padding: 12px 20px; font-size: 13px; font-size: 0.8125rem; }
  #slider .slides li .caption .inner:before { content: ''; width: 121px; height: 100%; display: block; position: absolute; left: -121px; top: 0; background: url(images/slider_caption.png) no-repeat right top/cover; }
  .home-content .content { width: 65%; }
  .home-content .sidebar { width: 30%; }
  .social-feeds .social-feed .top { padding-left: 90px; }
  .social-feeds .social-feed .top img { position: absolute; }
  .social-feeds .social-feed.social-feed-instagram ul li { width: 33.33333%; }
  .listings .listing .logo { width: 25%; margin-right: 5%; margin-bottom: 0; }
  .listings .listing .summary { width: 40%; margin-right: 5%; margin-bottom: 0; float: left; }
  .listings .listing .details { width: 25%; clear: none; }
  .business-map-link { position: absolute; bottom: -110px; right: 0; } }

@media (min-width: 1240px) { #header .header-main .social-icons { margin-bottom: 25px; }
  #header .header-main .nav ul { font-size: 16px; font-size: 1rem; }
  #header .header-main .nav ul li { margin-left: 25px; }
  #header .header-main .nav ul li ul { font-size: 14px; font-size: 0.875rem; }
  #header .business-nav ul { letter-spacing: 1px; }
  #header .business-nav ul li { padding: 10px 25px; }
  #slider .slides li .caption .inner h3 { font-size: 36px; font-size: 2.25rem; }
  .social-feeds .social-feed.social-feed-instagram ul li { width: 25%; }
  .gallery li { width: 25%; }
  .page-template-template-map .main-title { display: none; }
  #map-links .map-link { width: 100px; height: 100px; display: inline-block; vertical-align: top; margin: 0 25px; background: #c8a592; border: 1px solid #c8a592; border-radius: 50%; color: #FFF; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; line-height: 1.3; font-weight: 400; font-family: "Oswald", "Open Sans", sans-serif; font-size: 16px; font-size: 1rem; }
  #map-links .map-link span { display: block; padding-top: 40px; }
  #map-links .map-link:hover, #map-links .map-link.current { background: #FFF; color: #c8a592; text-decoration: none; }
  #map-links .map-link.current { position: relative; }
  #map-links .map-link.current:after { content: '\f107'; width: 20px; font-family: FontAwesome; font-size: 16px; text-align: center; position: absolute; bottom: 5px; left: 50%; margin-left: -10px; }
  #map-links #aerial span { padding-top: 30px; }
  #map-aerial { width: 1200px; height: 660px; margin: 0 auto 30px; background: url(images/map_aerial.jpg) no-repeat; position: relative; }
  #map-aerial .pin { width: 10px; height: 10px; border-radius: 50%; border: 1px solid #FFF; background: #A3D8C4; position: absolute; cursor: pointer; } }

@media (min-width: 1500px) { .gallery li { width: 20%; } }

@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; } }
