/*
Theme Name:     Digital Ladder 01
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: #222; color: #FFF; text-shadow: none; }

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

a { color: #222; 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; opacity: 0.8; }
a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 52px 0 26px; font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif; font-weight: 700; color: #222; line-height: 1.2; text-rendering: optimizelegibility; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }

h1 { font-size: 36px; font-size: 2.25rem; }

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

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

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

h5 { font-size: 16px; font-size: 1rem; margin: 0 0 10px; }

h6 { font-size: 16px; font-size: 1rem; margin: 0 0 10px; font-weight: 400; font-style: italic; }

p { margin: 0 0 26px; }

ul { padding: 0; margin: 0 0 26px 26px; }
ul li { margin-bottom: 15px; }
ul li ul { margin-top: 15px; }

ol { padding: 0; margin: 0 0 26px 26px; }
ol li { margin-bottom: 15px; }
ol li ol { margin-top: 15px; }

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

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

blockquote { padding: 40px 0 14px 50px; margin: 60px 0; background: none; border-left: 10px solid #222; font-style: italic; color: #222; }
blockquote footer, blockquote small, blockquote cite { display: block; color: #222; 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; }

@font-face { font-family: "linea-arrows-10"; src: url("fonts/linea-arrows/linea-arrows-10.eot"); src: url("fonts/linea-arrows/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("fonts/linea-arrows/linea-arrows-10.woff") format("woff"), url("fonts/linea-arrows/linea-arrows-10.ttf") format("truetype"), url("fonts/linea-arrows/linea-arrows-10.svg#linea-arrows-10") format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "linea-arrows-10" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "linea-arrows-10" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-arrows-anticlockwise:before { content: "\e000"; }

.icon-arrows-anticlockwise-dashed:before { content: "\e001"; }

.icon-arrows-button-down:before { content: "\e002"; }

.icon-arrows-button-off:before { content: "\e003"; }

.icon-arrows-button-on:before { content: "\e004"; }

.icon-arrows-button-up:before { content: "\e005"; }

.icon-arrows-check:before { content: "\e006"; }

.icon-arrows-circle-check:before { content: "\e007"; }

.icon-arrows-circle-down:before { content: "\e008"; }

.icon-arrows-circle-downleft:before { content: "\e009"; }

.icon-arrows-circle-downright:before { content: "\e00a"; }

.icon-arrows-circle-left:before { content: "\e00b"; }

.icon-arrows-circle-minus:before { content: "\e00c"; }

.icon-arrows-circle-plus:before { content: "\e00d"; }

.icon-arrows-circle-remove:before { content: "\e00e"; }

.icon-arrows-circle-right:before { content: "\e00f"; }

.icon-arrows-circle-up:before { content: "\e010"; }

.icon-arrows-circle-upleft:before { content: "\e011"; }

.icon-arrows-circle-upright:before { content: "\e012"; }

.icon-arrows-clockwise:before { content: "\e013"; }

.icon-arrows-clockwise-dashed:before { content: "\e014"; }

.icon-arrows-compress:before { content: "\e015"; }

.icon-arrows-deny:before { content: "\e016"; }

.icon-arrows-diagonal:before { content: "\e017"; }

.icon-arrows-diagonal2:before { content: "\e018"; }

.icon-arrows-down:before { content: "\e019"; }

.icon-arrows-down-double:before { content: "\e01a"; }

.icon-arrows-downleft:before { content: "\e01b"; }

.icon-arrows-downright:before { content: "\e01c"; }

.icon-arrows-drag-down:before { content: "\e01d"; }

.icon-arrows-drag-down-dashed:before { content: "\e01e"; }

.icon-arrows-drag-horiz:before { content: "\e01f"; }

.icon-arrows-drag-left:before { content: "\e020"; }

.icon-arrows-drag-left-dashed:before { content: "\e021"; }

.icon-arrows-drag-right:before { content: "\e022"; }

.icon-arrows-drag-right-dashed:before { content: "\e023"; }

.icon-arrows-drag-up:before { content: "\e024"; }

.icon-arrows-drag-up-dashed:before { content: "\e025"; }

.icon-arrows-drag-vert:before { content: "\e026"; }

.icon-arrows-exclamation:before { content: "\e027"; }

.icon-arrows-expand:before { content: "\e028"; }

.icon-arrows-expand-diagonal1:before { content: "\e029"; }

.icon-arrows-expand-horizontal1:before { content: "\e02a"; }

.icon-arrows-expand-vertical1:before { content: "\e02b"; }

.icon-arrows-fit-horizontal:before { content: "\e02c"; }

.icon-arrows-fit-vertical:before { content: "\e02d"; }

.icon-arrows-glide:before { content: "\e02e"; }

.icon-arrows-glide-horizontal:before { content: "\e02f"; }

.icon-arrows-glide-vertical:before { content: "\e030"; }

.icon-arrows-hamburger1:before { content: "\e031"; }

.icon-arrows-hamburger-2:before { content: "\e032"; }

.icon-arrows-horizontal:before { content: "\e033"; }

.icon-arrows-info:before { content: "\e034"; }

.icon-arrows-keyboard-alt:before { content: "\e035"; }

.icon-arrows-keyboard-cmd:before { content: "\e036"; }

.icon-arrows-keyboard-delete:before { content: "\e037"; }

.icon-arrows-keyboard-down:before { content: "\e038"; }

.icon-arrows-keyboard-left:before { content: "\e039"; }

.icon-arrows-keyboard-return:before { content: "\e03a"; }

.icon-arrows-keyboard-right:before { content: "\e03b"; }

.icon-arrows-keyboard-shift:before { content: "\e03c"; }

.icon-arrows-keyboard-tab:before { content: "\e03d"; }

.icon-arrows-keyboard-up:before { content: "\e03e"; }

.icon-arrows-left:before { content: "\e03f"; }

.icon-arrows-left-double-32:before { content: "\e040"; }

.icon-arrows-minus:before { content: "\e041"; }

.icon-arrows-move:before { content: "\e042"; }

.icon-arrows-move2:before { content: "\e043"; }

.icon-arrows-move-bottom:before { content: "\e044"; }

.icon-arrows-move-left:before { content: "\e045"; }

.icon-arrows-move-right:before { content: "\e046"; }

.icon-arrows-move-top:before { content: "\e047"; }

.icon-arrows-plus:before { content: "\e048"; }

.icon-arrows-question:before { content: "\e049"; }

.icon-arrows-remove:before { content: "\e04a"; }

.icon-arrows-right:before { content: "\e04b"; }

.icon-arrows-right-double:before { content: "\e04c"; }

.icon-arrows-rotate:before { content: "\e04d"; }

.icon-arrows-rotate-anti:before { content: "\e04e"; }

.icon-arrows-rotate-anti-dashed:before { content: "\e04f"; }

.icon-arrows-rotate-dashed:before { content: "\e050"; }

.icon-arrows-shrink:before { content: "\e051"; }

.icon-arrows-shrink-diagonal1:before { content: "\e052"; }

.icon-arrows-shrink-diagonal2:before { content: "\e053"; }

.icon-arrows-shrink-horizonal2:before { content: "\e054"; }

.icon-arrows-shrink-horizontal1:before { content: "\e055"; }

.icon-arrows-shrink-vertical1:before { content: "\e056"; }

.icon-arrows-shrink-vertical2:before { content: "\e057"; }

.icon-arrows-sign-down:before { content: "\e058"; }

.icon-arrows-sign-left:before { content: "\e059"; }

.icon-arrows-sign-right:before { content: "\e05a"; }

.icon-arrows-sign-up:before { content: "\e05b"; }

.icon-arrows-slide-down1:before { content: "\e05c"; }

.icon-arrows-slide-down2:before { content: "\e05d"; }

.icon-arrows-slide-left1:before { content: "\e05e"; }

.icon-arrows-slide-left2:before { content: "\e05f"; }

.icon-arrows-slide-right1:before { content: "\e060"; }

.icon-arrows-slide-right2:before { content: "\e061"; }

.icon-arrows-slide-up1:before { content: "\e062"; }

.icon-arrows-slide-up2:before { content: "\e063"; }

.icon-arrows-slim-down:before { content: "\e064"; }

.icon-arrows-slim-down-dashed:before { content: "\e065"; }

.icon-arrows-slim-left:before { content: "\e066"; }

.icon-arrows-slim-left-dashed:before { content: "\e067"; }

.icon-arrows-slim-right:before { content: "\e068"; }

.icon-arrows-slim-right-dashed:before { content: "\e069"; }

.icon-arrows-slim-up:before { content: "\e06a"; }

.icon-arrows-slim-up-dashed:before { content: "\e06b"; }

.icon-arrows-square-check:before { content: "\e06c"; }

.icon-arrows-square-down:before { content: "\e06d"; }

.icon-arrows-square-downleft:before { content: "\e06e"; }

.icon-arrows-square-downright:before { content: "\e06f"; }

.icon-arrows-square-left:before { content: "\e070"; }

.icon-arrows-square-minus:before { content: "\e071"; }

.icon-arrows-square-plus:before { content: "\e072"; }

.icon-arrows-square-remove:before { content: "\e073"; }

.icon-arrows-square-right:before { content: "\e074"; }

.icon-arrows-square-up:before { content: "\e075"; }

.icon-arrows-square-upleft:before { content: "\e076"; }

.icon-arrows-square-upright:before { content: "\e077"; }

.icon-arrows-squares:before { content: "\e078"; }

.icon-arrows-stretch-diagonal1:before { content: "\e079"; }

.icon-arrows-stretch-diagonal2:before { content: "\e07a"; }

.icon-arrows-stretch-diagonal3:before { content: "\e07b"; }

.icon-arrows-stretch-diagonal4:before { content: "\e07c"; }

.icon-arrows-stretch-horizontal1:before { content: "\e07d"; }

.icon-arrows-stretch-horizontal2:before { content: "\e07e"; }

.icon-arrows-stretch-vertical1:before { content: "\e07f"; }

.icon-arrows-stretch-vertical2:before { content: "\e080"; }

.icon-arrows-switch-horizontal:before { content: "\e081"; }

.icon-arrows-switch-vertical:before { content: "\e082"; }

.icon-arrows-up:before { content: "\e083"; }

.icon-arrows-up-double-33:before { content: "\e084"; }

.icon-arrows-upleft:before { content: "\e085"; }

.icon-arrows-upright:before { content: "\e086"; }

.icon-arrows-vertical:before { content: "\e087"; }

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

.table, .easy-table { width: 100%; margin: 26px 0; font-size: 16px; font-size: 1rem; }
.table th, .table td, .easy-table th, .easy-table td { padding: 20px; text-align: left; vertical-align: top; }
.table th, .easy-table th { font-weight: 700; }
.table thead th, .easy-table thead th { vertical-align: bottom; background-color: #222; color: #FFF; }
.table tbody tr th, .table tbody tr td, .easy-table tbody tr th, .easy-table tbody tr td { border-bottom: 1px solid #DDD; }
.table tbody tr:nth-child(even) th, .table tbody tr:nth-child(even) td, .easy-table tbody tr:nth-child(even) th, .easy-table tbody tr:nth-child(even) td { background-color: #F5F5F5; }
.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, .easy-table caption + thead tr:first-child th, .easy-table caption + thead tr:first-child td, .easy-table colgroup + thead tr:first-child th, .easy-table colgroup + thead tr:first-child td, .easy-table thead:first-child tr:first-child th, .easy-table thead:first-child tr:first-child td { border-top: 0; }
.table tbody + tbody, .easy-table tbody + tbody { border-top: 2px solid #DDD; }

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 15px; outline: none; font-size: 16px; font-size: 1rem; color: #555; border: none; background: #EEE; border-radius: 0; box-shadow: none; }

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

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: 700; font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif; vertical-align: middle; cursor: pointer; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; font-size: 0.8125rem; line-height: 1; border: none; border-radius: 4px; outline: none; background: #222; -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: #3c3c3c; }
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; }

.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 ul, .alert-warning ul, .alert-error ul, .gform_confirmation_message ul, #cancel-comment-reply-link ul { margin: 0; }
.alert-success ul li, .alert-warning ul li, .alert-error ul li, .gform_confirmation_message ul li, #cancel-comment-reply-link ul li { display: block; margin: 0; }

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

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

.wp-caption-text { color: #999; font-weight: 700; margin: 0; padding: 10px 0 0; font-size: 13px; font-size: 0.8125rem; }

.widget_nav_menu ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_archive ul, .widget_product_categories ul, .widget_recent_comments ul { margin: 0; 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_product_categories ul li, .widget_recent_comments ul li { display: block; margin: 10px 0 0; padding-left: 15px; position: relative; }
.widget_nav_menu ul li a, .widget_pages ul li a, .widget_categories ul li a, .widget_recent_entries ul li a, .widget_meta ul li a, .widget_archive ul li a, .widget_product_categories ul li a, .widget_recent_comments ul li a { color: #555; }
.widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_categories ul li a:before, .widget_recent_entries ul li a:before, .widget_meta ul li a:before, .widget_archive ul li a:before, .widget_product_categories ul li a:before, .widget_recent_comments ul li a:before { content: '\f0da'; font-family: FontAwesome; font-size: 13px; position: absolute; left: 0; top: 1px; }
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_categories ul li a:hover, .widget_recent_entries ul li a:hover, .widget_meta ul li a:hover, .widget_archive ul li a:hover, .widget_product_categories ul li a:hover, .widget_recent_comments ul li a:hover { color: #222; text-decoration: none; }
.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_product_categories ul li ul, .widget_recent_comments ul li ul { font-size: 13px; font-size: 0.8125rem; }
.widget_nav_menu ul li ul li, .widget_pages ul li ul li, .widget_categories ul li ul li, .widget_recent_entries ul li ul li, .widget_meta ul li ul li, .widget_archive ul li ul li, .widget_product_categories ul li ul li, .widget_recent_comments ul li ul li { padding-left: 0; }
.widget_nav_menu ul li ul li a:before, .widget_pages ul li ul li a:before, .widget_categories ul li ul li a:before, .widget_recent_entries ul li ul li a:before, .widget_meta ul li ul li a:before, .widget_archive ul li ul li a:before, .widget_product_categories ul li ul li a:before, .widget_recent_comments ul li ul li a:before { display: none; }

.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 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 16px; }

body { min-width: 320px; background: #FFF; color: #555; line-height: 1.612; font-family: "Open Sans", Helvetica, Arial, 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; }
#header .header-main { padding: 61px 0 20px; }
#header .header-main .logo { padding: 0 20px; }
#header .header-main .logo img { margin: 0 auto; }
#header .header-main .social-icons { position: absolute; top: 12px; left: 20px; z-index: 10; line-height: 1; }
#header .header-main .social-icons a { margin: 0 10px 0 0; color: #FFF; }
#header .header-main .phone { margin: 20px 0 0; padding: 0 20px; color: #222; text-align: center; line-height: 1; font-weight: 400; font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif; font-size: 24px; font-size: 1.5rem; }
#header .header-main .phone a { color: #222; }
#header nav { width: 100%; position: absolute; top: 0; left: 0; background: #222; }
#header nav::after { clear: both; content: ""; display: table; }
#header nav .menu-collapser { padding: 0 20px; float: right; }
#header nav .menu-collapser .collapse-button { padding: 12px 0; cursor: pointer; }
#header nav .menu-collapser .collapse-button .hamburger { width: 22px; }
#header 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 nav .menu-collapser .collapse-button .hamburger span:first-child { margin-top: 0; }
#header nav .menu-collapser.open .collapse-button .hamburger span { opacity: 0; }
#header 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 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 nav ul { clear: both; margin: 0; list-style: none; font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.2; text-transform: uppercase; font-weight: 600; font-size: 14px; font-size: 0.875rem; }
#header nav ul li { display: block; margin: 0; position: relative; }
#header nav ul li a { display: block; padding: 12px 20px; color: #FFF; }
#header nav ul li a:hover { opacity: 1; }
#header nav ul li a[href="#"] { cursor: default; }
#header nav ul li ul { display: none; background: #151515; }
#header nav ul li ul li ul { background: #090909; }
#header nav ul li ul li .sub-collapser { background: #090909; }
#header nav ul li .sub-collapser { width: 48px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; z-index: 999; cursor: pointer; background: #151515; font-size: 20px; }
#header nav ul li .sub-collapser > i { color: #FFF; line-height: 42px; }
#header nav ul li .sub-collapser:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
#header nav ul li .sub-collapser.expanded { height: 42px; }

.main-title .inner { max-width: 1200px; height: 200px; margin: 0 auto; padding: 0 20px; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; }
.main-title h1 { margin: 0 20px 20px; position: absolute; left: 0; bottom: 0; color: #FFF; text-transform: uppercase; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); }

.main { padding: 60px 20px; }
.main .content { margin-bottom: 60px; }
.main .content::after { clear: both; content: ""; display: table; }
.main .content-wide::after { clear: both; content: ""; display: table; }
.main .sidebar .widget { max-width: 300px; margin: 0 auto 20px; padding: 20px 0 0; position: relative; }
.main .sidebar .widget::after { clear: both; content: ""; display: table; }
.main .sidebar .widget .widget-title { margin: 0 0 20px; text-transform: uppercase; font-weight: 700; font-size: 16px; font-size: 1rem; }
.main .sidebar .widget:before { content: ''; width: 30px; height: 1px; display: block; background: #CCC; position: absolute; top: 0; left: 0; }
.main .sidebar .side-link { padding: 0; }
.main .sidebar .side-link a { display: block; position: relative; }
.main .sidebar .side-link a h3 { width: 100%; margin: 0; padding: 8px 10px; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); color: #FFF; text-transform: uppercase; font-weight: 700; font-size: 16px; font-size: 1rem; }
.main .sidebar .side-link a:hover { opacity: 0.8; }
.main .sidebar .side-link:before { display: none; }

.testimonials { margin: 0 0 60px; }
.testimonials .testimonial { padding: 60px 0; text-align: center; border-bottom: 1px dashed #CCC; }
.testimonials .testimonial p { font-family: Georgia, serif; font-style: italic; font-size: 20px; font-size: 1.25rem; }
.testimonials .testimonial .name { color: #222; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; font-size: 13px; font-size: 0.8125rem; }
.testimonials .testimonial:first-child { border-top: 1px dashed #CCC; }

#footer { padding: 20px; background: #222; color: #FFF; font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 13px; font-size: 0.8125rem; }
#footer a { color: #FFF; }
#footer a:hover { text-decoration: none; }
#footer nav { margin: 0 0 20px; text-transform: uppercase; text-align: center; }
#footer nav ul { margin: 0; }
#footer nav ul li { display: inline-block; margin: 0 10px 10px; }
#footer nav ul li ul { display: none; }
#footer .copyright { text-align: center; }
#footer .copyright span { display: block; }

#slider .inner { max-width: 1200px; margin: 0 auto; }

.latest-posts article { margin-bottom: 20px; }
.latest-posts article::after { clear: both; content: ""; display: table; }
.latest-posts article a { text-decoration: none !important; }
.latest-posts article a:hover figure img { opacity: 0.8; }
.latest-posts article figure { width: 80px; margin: 0; padding: 0; float: left; }
.latest-posts article figure img { -webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }
.latest-posts article header { margin-left: 100px; }
.latest-posts article header time { display: block; color: #999; font-family: Georgia, serif; font-style: italic; font-size: 13px; font-size: 0.8125rem; }
.latest-posts article header h4 { margin: 0; color: #222; font-size: 16px; font-size: 1rem; }

.latest-post { margin: 60px 0; }
.latest-post a { display: block; background: #EEE; text-decoration: none !important; }
.latest-post a:hover { opacity: 1; }
.latest-post .image { padding-bottom: 50%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.latest-post .text { padding: 30px; }
.latest-post .text h3 { margin: 0 0 10px; font-size: 20px; font-size: 1.25rem; }
.latest-post .text span { display: block; margin: 0 0 5px; color: #999; font-size: 11px; font-size: 0.6875rem; }
.latest-post .text p { margin: 0; }
.latest-post:last-child { margin-bottom: 0; }

.quick-links { margin-top: 60px; }
.quick-links .quick-link { max-width: 360px; margin: 0 auto 20px; }
.quick-links .quick-link a { display: block; position: relative; }
.quick-links .quick-link img { width: 100%; }
.quick-links .quick-link h3 { width: 100%; margin: 0; padding: 8px 10px; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); color: #FFF; text-transform: uppercase; font-weight: 700; font-size: 16px; font-size: 1rem; }

#testimonial { padding: 60px 20px; background: #EEE; text-align: center; }
#testimonial .inner { max-width: 840px; margin: 0 auto; }
#testimonial h2 { text-transform: uppercase; }
#testimonial p { font-family: Georgia, serif; font-style: italic; font-size: 20px; font-size: 1.25rem; }
#testimonial .name { color: #222; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; font-size: 13px; font-size: 0.8125rem; }

.contact-map { height: 0; max-height: 300px; margin: 0 0 60px; padding: 30px 0 37%; position: relative; overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.one-half.contact-details, .one-half.contact-form { margin-bottom: 60px; }

#contact-form-messages { margin-top: 20px; }

.archive-post { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dashed #CCC; }
.archive-post .date { width: 100px; margin-bottom: 26px; background: #D9D9D9; text-align: center; line-height: 1; font-weight: 400; font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif; color: #222; }
.archive-post .date .month { padding: 20px 0 10px; letter-spacing: 0.5em; text-transform: uppercase; font-size: 11px; font-size: 0.6875rem; }
.archive-post .date .day { padding: 0 0 20px; font-size: 30px; font-size: 1.875rem; }
.archive-post .date .year { padding: 5px 0; background: #222; color: #FFF; letter-spacing: 0.5em; font-size: 11px; font-size: 0.6875rem; }
.archive-post .text header { margin: 0 0 10px; }
.archive-post .text header h2 { margin: 0; font-size: 24px; font-size: 1.5rem; }
.archive-post .text header h2 a { color: #222; }
.archive-post .text header h2 a:hover { text-decoration: none; }
.archive-post .text p { margin: 0; }
.archive-post .text .read-more { font-family: Georgia, serif; font-style: italic; }

.post-figure { margin: 0 0 50px; }
.post-figure img { margin: 0 auto; }

.post-header { margin: 0 0 26px; }
.post-header h2 { margin: 0 0 26px; }
.post-header time { display: block; color: #999; font-family: Georgia, serif; font-style: italic; font-size: 13px; font-size: 0.8125rem; }

.post-nav { clear: both; text-align: center; font-size: 13px; font-size: 0.8125rem; }
.post-nav a:hover { text-decoration: none; background: #222; color: #FFF; opacity: 1; }
.post-nav .page-numbers { width: 25px; height: 25px; line-height: 25px; text-align: center; display: inline-block; vertical-align: middle; color: #555; background: #D9D9D9; border-radius: 2px; }
.post-nav .current { background: #222; color: #FFF; }

.screen-reader { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.contacts { margin: 0 0 26px; }
.contacts li { display: block; padding-left: 30px; margin: 0 0 10px; position: relative; }
.contacts li a { color: #555; }
.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: 26px; }

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

.lightbox-gallery { margin: 0 0 60px; }
.lightbox-gallery::after { clear: both; content: ""; display: table; }
.lightbox-gallery ul { margin: 0; }
.lightbox-gallery ul li { display: block; margin-bottom: 5%; width: 47.5%; margin-left: 5%; float: left; }
.lightbox-gallery ul li:nth-child(2n+1) { margin-left: 0; clear: left; }
.lightbox-gallery ul li a { display: block; position: relative; }
.lightbox-gallery ul li a:after { content: '\e048'; width: 30px; height: 30px; display: block; background: #222; color: #FFF; text-align: center; font-family: 'linea-arrows-10'; font-weight: normal; font-size: 20px; line-height: 30px; margin: -15px 0 0 -15px; position: absolute; top: 50%; left: 50%; opacity: 0; -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.lightbox-gallery ul li a:hover { opacity: 1; }
.lightbox-gallery ul li a:hover:after { opacity: 0.8; }
.lightbox-gallery ul li img { width: 100%; }

.accordion { margin: 0 0 26px; 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 20px; margin: 0; font-size: 20px; font-size: 1.25rem; font-family: "Lato", "Open Sans", Helvetica, Arial, sans-serif; font-weight: 700; color: #222; position: relative; }
.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f107"; font-size: 20px; position: absolute; right: 20px; top: 16px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.accordion .accordion-item .accordion-content { padding: 30px 20px; }
.accordion .accordion-item.selected { border-top: none; background-color: #F5F5F5; }
.accordion .accordion-item.selected .accordion-handle { background: #222; }
.accordion .accordion-item.selected .accordion-handle h3 { color: #FFF; }
.accordion .accordion-item.selected .accordion-handle h3:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.tabbed-content { margin: 0 0 26px; clear: both; }
.tabbed-content .tab-nav { margin: 0; font-weight: 700; font-size: 16px; font-size: 1rem; }
.tabbed-content .tab-nav li { display: block; margin: 0; }
.tabbed-content .tab-nav li a { display: block; padding: 10px 20px; color: #222; border-width: 0 1px 1px 1px; border-style: solid; border-color: #DDD; }
.tabbed-content .tab-nav li a br { display: none; }
.tabbed-content .tab-nav li a:hover { text-decoration: underline; opacity: 1; }
.tabbed-content .tab-nav li:first-child a { border-width: 1px; }
.tabbed-content .tab-nav li.active a { background: #222; color: #FFF; border-color: #222; }
.tabbed-content .tab-window .tab-panel { padding: 30px 20px; background: #F5F5F5; border-width: 0 1px 1px 1px; border-style: solid; border-color: #DDD; }

.control-gallery .slides li img { width: auto; margin: 0 auto; }

.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 { margin: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .flex-control-nav { width: 100%; margin: 20px 0; text-align: center; }
.flexslider .flex-control-nav li { display: inline-block; margin: 0 5px; }
.flexslider .flex-control-nav li a { width: 10px; height: 10px; display: block; border-radius: 50%; background: #dddedf; cursor: pointer; overflow: hidden; text-indent: 101%; white-space: nowrap; }
.flexslider .flex-control-nav li a.flex-active { background: #222; }
.flexslider .flex-direction-nav { margin: 0; *height: 0; list-style: none; }
.flexslider .flex-direction-nav li { margin: 0; }
.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; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); color: #FFF; opacity: 0; }
.flexslider .flex-direction-nav a:before { width: 100%; height: 100%; display: inline-block; line-height: 50px; font-family: 'linea-arrows-10'; font-size: 50px; background: none; }
.flexslider .flex-direction-nav a.flex-prev { left: 10px; }
.flexslider .flex-direction-nav a.flex-prev:before { content: '\e03f'; }
.flexslider .flex-direction-nav a.flex-next { right: 10px; }
.flexslider .flex-direction-nav a.flex-next:before { content: '\e04b'; }
.flexslider .flex-direction-nav a.flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }
.flexslider:hover .flex-direction-nav a { opacity: 0.5; }
.flexslider:hover .flex-direction-nav a:hover { opacity: 1; }

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

* html .slides { height: 1%; }

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

#slider-slides { margin-bottom: 10px; }

#slider-thumbs .slides li { margin-right: 10px; cursor: pointer; opacity: 0.7; -webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; transition: opacity 0.2s ease; }
#slider-thumbs .slides li:hover, #slider-thumbs .slides li.flex-active-slide { opacity: 1; }

@media (min-width: 480px) { #testimonial h2 span:before { content: '- '; }
  #testimonial h2 span:after { content: ' -'; }
  .archive-post::after { clear: both; content: ""; display: table; }
  .archive-post .date { margin-bottom: 0; margin-right: 30px; float: left; }
  .archive-post .text { width: 70%; max-width: 700px; float: left; } }
@media (min-width: 600px) { .main .sidebar .widget { width: 30%; margin-left: 5%; float: left; }
  .main .sidebar .widget:nth-child(3n+1) { margin-left: 0; clear: left; }
  .quick-links::after { clear: both; content: ""; display: table; }
  .quick-links .quick-link { width: 30%; margin-left: 5%; float: left; }
  .quick-links .quick-link:nth-child(2n+1) { margin-left: 5%; clear: none; }
  .quick-links .quick-link:nth-child(3n+1) { margin-left: 0; clear: left; }
  .latest-post a { position: relative; }
  .latest-post .image { width: 50%; height: 100%; padding: 0; position: absolute; top: 0; left: 0; }
  .latest-post.thumb a { min-height: 200px; }
  .latest-post.thumb .text { margin-left: 50%; }
  .lightbox-gallery ul li { width: 30%; margin-left: 5%; float: left; }
  .lightbox-gallery ul li:nth-child(2n+1) { margin-left: 5%; clear: none; }
  .lightbox-gallery ul li:nth-child(3n+1) { margin-left: 0; clear: left; } }
@media (min-width: 768px) { #header .header-main { padding: 20px; }
  #header .header-main::after { clear: both; content: ""; display: table; }
  #header .header-main .logo { padding: 0; float: left; }
  #header .header-main .logo img { margin: 0; }
  #header .header-main .social-icons { margin: 5px 0 0; position: static; float: right; font-size: 20px; font-size: 1.25rem; }
  #header .header-main .social-icons a { margin: 0 0 0 10px; }
  #header .header-main .social-icons a .fa-facebook { color: #3B5998; }
  #header .header-main .social-icons a .fa-twitter { color: #00aced; }
  #header .header-main .social-icons a .fa-google-plus { color: #dd4b39; }
  #header .header-main .social-icons a .fa-pinterest-p { color: #cb2027; }
  #header .header-main .social-icons a .fa-linkedin { color: #007bb6; }
  #header .header-main .social-icons a .fa-youtube-play { color: #bb0000; }
  #header .header-main .social-icons a .fa-instagram { color: #517fa4; }
  #header .header-main .social-icons a .fa-tumblr { color: #32506d; }
  #header .header-main .phone { margin: 20px 0 0; padding: 0; float: right; clear: right; font-size: 30px; font-size: 1.875rem; }
  #header nav { position: static; text-align: center; }
  #header nav .menu-collapser, #header nav .sub-collapser { display: none; }
  #header nav .main-menu { display: inline-block !important; vertical-align: top; }
  #header nav ul { width: auto; margin: 0 auto; text-align: left; }
  #header nav ul::after { clear: both; content: ""; display: table; }
  #header nav ul li { display: inline-block; float: left; }
  #header nav ul li a { padding: 12px 15px; text-decoration: none; }
  #header nav ul li a:hover { background: #151515; }
  #header nav ul li ul { width: 190px; margin: 0; position: absolute; top: 100%; left: 0; z-index: 1; text-transform: none; font-weight: 400; }
  #header nav ul li ul li { display: block; float: none; }
  #header nav ul li ul li a { padding: 10px; }
  #header nav ul li ul li a:hover { background: #0e0e0e; }
  #header nav ul li ul li ul { top: 0; left: 190px; z-index: 2; }
  #header nav ul li ul li ul li a:hover { background: #030303; }
  #header nav ul li ul li:hover > a { background: #0e0e0e; }
  #header nav ul li ul li:last-child ul { right: auto; left: 190px; }
  #header nav ul li ul li:last-child ul li ul { right: auto; left: 190px; }
  #header nav ul li:hover > a { background: #151515; }
  #header nav ul li:last-child ul { right: 0; left: auto; }
  #header nav ul li:last-child ul li ul { right: 190px; }
  .main-title .inner { height: 300px; padding: 0; }
  .main-title .inner h1 { margin: 0 20px 20px; font-size: 48px; font-size: 3rem; }
  .main .content { width: 70%; margin-bottom: 0; float: left; }
  .main .sidebar { width: 25%; float: right; }
  .main .sidebar .widget { width: 100%; margin: 0 0 20px; float: none; }
  .main .sidebar .widget:nth-child(3n+1) { clear: none; }
  #footer nav { width: 70%; margin: 0; float: left; text-align: left; }
  #footer nav ul::after { clear: both; content: ""; display: table; }
  #footer nav ul li { display: block; margin: 0 20px 10px 0; float: left; }
  #footer .copyright { width: 30%; float: right; text-align: right; }
  .alignright { float: right; margin: 1% 0 5% 8%; }
  .alignright:first-child { margin-top: 0; }
  .alignleft { float: left; margin: 0 8% 5% 0; }
  .aligncenter { margin: 3em auto; }
  .aligncenter:first-child { margin-top: 0; }
  .alignnone { margin: 3em 0; }
  .alignnone:first-child { margin-top: 0; }
  .one-half { width: 47.5%; }
  .one-third { width: 30%; }
  .two-third { width: 65%; }
  .one-fourth { width: 21.25%; }
  .three-fourth { width: 73.75%; }
  .one-fifth { width: 16%; }
  .two-fifth { width: 37%; }
  .three-fifth { width: 58%; }
  .four-fifth { width: 79%; }
  .one-sixth { width: 12.5%; }
  .five-sixth { width: 82.5%; }
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin-right: 5%; margin-bottom: 0; float: left; }
  .last { margin-right: 0 !important; clear: right; }
  .lightbox-gallery ul li { margin-bottom: 3.57143%; width: 30.95238%; margin-left: 3.57143%; float: left; }
  .lightbox-gallery ul li:nth-child(2n+1) { margin-left: 3.57143%; clear: none; }
  .lightbox-gallery ul li:nth-child(3n+1) { margin-left: 0; clear: left; }
  .accordion .accordion-item .accordion-handle h3 { padding: 25px 60px 25px 30px; }
  .accordion .accordion-item .accordion-handle h3:after { top: 26px; right: 30px; }
  .accordion .accordion-item .accordion-content { padding: 45px 50px 30px; }
  .tabbed-content .tab-nav { display: table; border-collapse: collapse; line-height: 1.2; }
  .tabbed-content .tab-nav li { display: table-cell; vertical-align: bottom; text-align: center; }
  .tabbed-content .tab-nav li a { padding: 20px 30px; color: #222; border-width: 1px 1px 0 0; }
  .tabbed-content .tab-nav li:first-child a { border-width: 1px 1px 0; }
  .tabbed-content .tab-window .tab-panel { padding: 45px 50px 30px; border-width: 1px; } }
@media (min-width: 960px) { .lightbox-gallery ul li { margin-bottom: 2.38095%; width: 23.21429%; margin-left: 2.38095%; float: left; }
  .lightbox-gallery ul li:nth-child(2n+1), .lightbox-gallery ul li:nth-child(3n+1) { margin-left: 2.38095%; clear: none; }
  .lightbox-gallery ul li:nth-child(4n+1) { margin-left: 0; clear: left; } }
@media (min-width: 1240px) { #header .header-main { padding: 20px 0; }
  #header nav ul { font-size: 16px; font-size: 1rem; }
  #header nav ul li a { padding: 12px 20px; }
  .testimonials .testimonial p { font-size: 24px; font-size: 1.5rem; }
  #testimonial p { font-size: 24px; font-size: 1.5rem; } }
@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; } }
