/*
Theme Name:     Lion
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: #bea461; 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 19px; font-family: "Open Sans", sans-serif; color: #000; line-height: 1.2; text-rendering: optimizelegibility; }

h1 { font-size: 48px; font-size: 4rem; font-weight: 400; text-transform: uppercase; }

h2 { font-size: 30px; font-size: 2.5rem; font-weight: 400; }

h3 { font-size: 24px; font-size: 2rem; font-weight: 600; }

h4 { font-size: 20px; font-size: 1.66667rem; font-weight: 600; }

h5 { font-size: 18px; font-size: 1.5rem; font-weight: 600; }

h6 { font-size: 16px; font-size: 1.33333rem; font-weight: 600; }

p { margin: 0 0 19px; }

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

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

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

blockquote { padding: 19px; margin: 0 0 19px; background: #F5F5F5; border-left: 5px solid gainsboro; font-style: italic; }
blockquote footer, blockquote small, blockquote cite { display: block; color: #000; font-weight: 700; font-style: normal; }
blockquote footer span, blockquote small span, blockquote cite span { font-weight: normal; }

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

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

.table { width: 100%; margin: 0 0 19px; }
.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; }

label { display: block; font-weight: bold; margin: 0 0 3px; }
label.required::after { content: "*"; }

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

.styled-select { overflow: hidden; padding: 0; margin: 0; background: #EEE; border-radius: 2px; cursor: pointer; position: relative; }
.styled-select select { width: 115% !important; background-color: transparent; background-image: none; -webkit-appearance: none; border: none; box-shadow: none; outline: none; padding: 10px 30px 10px 10px; }
.styled-select:after { content: '\f107'; font-family: FontAwesome; font-size: 16px; position: absolute; right: 13px; top: 10px; color: #000; line-height: 1; }

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: 10px 20px; display: inline-block; font-weight: 700; font-family: "Open Sans", sans-serif; vertical-align: middle; cursor: pointer; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 10px; font-size: 0.83333rem; line-height: 1; border: none; border-radius: 0; outline: none; background: #bea461; 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 a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a, button a, .button a, .btn a { color: #fff; }
button a:hover, input[type="button"] a:hover, input[type="reset"] a:hover, input[type="submit"] a:hover, button a:hover, .button a:hover, .btn a:hover { text-decoration: none; }
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: #a78c45; }
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; }
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: 3px; }

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

.form-section { margin: 0 0 50px; }

.form-row { margin: 0 0 10px; }
.form-row .inputs::after { clear: both; content: ""; display: table; }
.form-row .inputs .one-half { margin-bottom: 10px; }
.form-row p { margin: 0; }

.form-title { padding: 0 0 10px; margin: 0 0 50px; border-bottom: 1px solid #DDD; text-transform: uppercase; font-size: 24px; font-size: 2rem; }

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

.alert-success { 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; }

.wpcf7-list-item label { display: inline-block; margin: 0 10px 10px 0; font-weight: 400; }

.gform_wrapper { max-width: 100% !important; margin: 0 !important; }
.gform_wrapper .validation_error { font-size: 12px !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: 1.08333rem; }
.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 { overflow: visible; }
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label { font-weight: 300; }
.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 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 .gfield_time_ampm select { width: auto !important; }
.gform_wrapper .gform_body .gform_fields .gfield.gsection { margin: 40px 0 20px; padding: 0 0 10px; border-bottom: 1px solid #DDD; }
.gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title { text-align: left; text-transform: uppercase; font-size: 16px; font-size: 1.33333rem; }
.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: 1.08333rem; }
.gform_wrapper .gform_body .gform_fields .gfield .styled-select { width: 97.5%; }
.gform_wrapper .gform_body input#input_1_9 { width: auto !important; }
.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-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: 1.08333rem; }

.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 19px; }
.commentlist li { margin: 0 0 19px; border-left: 3px solid #DDD; list-style: none; }
.commentlist li .inner { padding: 15px; background: #F2F2F2; }
.commentlist li .comment-author { margin: 0 0 19px; 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: "Open Sans", sans-serif; font-style: normal; font-weight: 700; }
.commentlist li .children { list-style: none !important; margin: 19px 0 19px 19px; }

.comment-nav { margin: 0 0 19px; }
.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 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 12px; }

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

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

.container { max-width: 940px; 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 .top-nav::after { clear: both; content: ""; display: table; }
#header .top-nav ul { margin: 0; padding: 5px; background: #282828; text-align: center; font-weight: 700; font-size: 11px; font-size: 0.91667rem; }
#header .top-nav ul li { display: inline-block; vertical-align: middle; padding: 0 10px; border-left: 1px solid #FFF; }
#header .top-nav ul li a { color: #FFF; text-decoration: none; }
#header .top-nav ul li a:hover { color: #bea461; }
#header .top-nav ul li:first-child { border-left: none; }
#header .logo { margin: 20px; }
#header .logo img { margin: 0 auto; }
#header .header-contacts { margin: 0 0 20px; text-align: center; }
#header .header-contacts span { margin: 0 3px; font-weight: 700; vertical-align: middle; font-size: 15px; font-size: 1.25rem; }
#header .header-contacts .btn { margin: 0 3px; padding: 7px 15px; vertical-align: middle; }
#header #nav { width: 100%; background: #000; position: relative; z-index: 500; }
#header #nav .menu-collapser .collapse-button { padding: 12px 20px; 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 { margin: 0; list-style: none; font-size: 14px; font-size: 1.16667rem; font-family: "Open Sans", sans-serif; font-weight: 600; line-height: 1.2; text-transform: uppercase; }
#header #nav ul li { display: block; position: relative; }
#header #nav ul li a { display: block; padding: 12px 20px; color: #FFF; }
#header #nav ul li ul { display: none; background: black; }
#header #nav ul li ul li ul { background: black; }
#header #nav ul li ul li .sub-collapser { background: black; }
#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: black; }
#header #nav ul li .sub-collapser > i { color: #FFF; }
#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; }

#hero { height: 400px; padding: 0 20px; background-repeat: no-repeat; background-position: center center; background-size: cover; background-color: #EEE; background-image: url(images/home_bg.jpg); }
#hero .container { height: 400px; position: relative; }
#hero h1 { position: absolute; bottom: 0; left: 0; margin: 0; padding: 20px 0; text-shadow: 0 2px 0 #000; color: #FFF; font-weight: 400; }

#main { padding: 80px 20px; background: #FFF; }
#main .content { margin-bottom: 50px; }
#main .content::after { clear: both; content: ""; display: table; }
#main .sidebar .widget { margin-bottom: 20px; padding: 40px 8%; background: #EEE; }
#main .sidebar .widget-title { font-size: 18px; font-size: 1.5rem; }
#main .sidebar .widget-other-news ul { margin: 0; }
#main .sidebar .widget-other-news ul li { display: block; margin: 0 0 20px; line-height: 1.4; }
#main .sidebar .widget-other-news ul li::after { clear: both; content: ""; display: table; }
#main .sidebar .widget-other-news ul li .other-news-thumb { width: 30%; float: left; }
#main .sidebar .widget-other-news ul li .other-news-title { width: 65%; float: right; }
#main .sidebar .widget_sp_image { display: inline-block; padding: 0; margin-right: 25px; background: none; }
#main .sidebar .widget_sp_image a { display: block; }
#main .sidebar .widget_sp_image a:hover { opacity: 0.8; cursor: pointer; }

#footer { padding: 10px 20px; background: #000; color: #FFF; text-align: center; font-size: 10px; font-size: 0.83333rem; }
#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { color: #bea461; }

#home-main { padding: 50px 20px 30px; position: relative; }
#home-main.no-slides { background: url(images/home_bg.jpg) no-repeat center center/cover; }

#tagline { max-width: 780px; margin: 0 auto 100px; text-align: center; text-transform: uppercase; line-height: 1.2; font-weight: 700; font-size: 30px; font-size: 2.5rem; }

#cta a { width: 100%; height: 100%; padding: 25px 30px; display: block; color: #FFF; background: rgba(0, 0, 0, 0.8); text-decoration: none; position: relative; line-height: 1.3; font-weight: 300; font-size: 18px; font-size: 1.5rem; }
#cta a:hover { background: #000; }
#cta span { color: #bea461; font-weight: 700; font-size: 10px; font-size: 0.83333rem; position: absolute; bottom: 10px; right: 20px; }

.home-row { margin: 0 0 10px; background: rgba(255, 255, 255, 0.85); }
.home-row .content { padding: 30px 5%; border-bottom: 1px solid #BBB; }
.home-row .side { padding: 30px 5%; }
.home-row h1, .home-row h2, .home-row h3 { font-weight: 300; }

.home-latest-news { margin: 0; }
.home-latest-news::after { clear: both; content: ""; display: table; }
.home-latest-news li { display: block; width: 48%; margin-left: 4%; margin-bottom: 4%; float: left; }
.home-latest-news li img { width: 100%; }
.home-latest-news li:nth-child(2n+1) { margin-left: 0; clear: left; }

.home-tiles .tile { margin-bottom: 10px; position: relative; }
.home-tiles .tile img { width: 100%; }
.home-tiles .tile h3 { width: 100%; padding: 10px; margin: 0; position: absolute; bottom: 0; left: 0; color: #FFF; font-weight: 300; font-size: 15px; font-size: 1.25rem; background: rgba(0, 0, 0, 0.8); }
.home-tiles .tile a { width: 100%; height: 100%; display: block; position: relative; }
.home-tiles .tile a:after { content: ''; width: 100%; height: 100%; display: block; background: rgba(190, 164, 97, 0.5); position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.home-tiles .tile a:hover:after { opacity: 1; }

#home-slider { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background: #FFF; }
#home-slider .slides { width: 100%; height: 100%; }
#home-slider .slides li { width: 100%; height: 100%; display: block; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.logo-scroller { padding: 60px 20px; background: #FFF; }
.logo-scroller h2 { margin: 0 0 40px; text-align: center; text-transform: uppercase; color: #bea461; font-size: 24px; font-size: 2rem; }
.logo-scroller .logos .slick-list .slick-track .slick-slide { height: 80px; line-height: 80px; text-align: center; outline: none; }
.logo-scroller .logos .slick-list .slick-track .slick-slide img { max-width: 90%; display: inline-block; vertical-align: middle; }

.page-template-template-licences-php #main .tab-nav { -webkit-column-count: 2; -webkit-column-gap: 1em; -moz-column-count: 2; -moz-column-gap: 1em; column-count: 2; column-gap: 1em; margin: 0 0 30px; }
.page-template-template-licences-php #main .tab-nav li { margin: 0 0 10px 0; list-style: none; line-height: 1.2; }
.page-template-template-licences-php #main .tab-nav li a { margin-left: 10px; display: block; color: #333; }
.page-template-template-licences-php #main .tab-nav li a i { padding-right: 10px; }
.page-template-template-licences-php #main .tab-nav li:hover a, .page-template-template-licences-php #main .tab-nav li.active a { color: #bea461; text-decoration: none; }
.page-template-template-licences-php #main .tab-window { min-height: 400px; }
.page-template-template-licences-php #main .tab-window ul li { line-height: 1.612; }

.page-template-template-fees-php #main h2 { text-align: center; }
.page-template-template-fees-php #main .fees { width: 100%; margin: 0 0 40px 0; }
.page-template-template-fees-php #main .fees tr:first-child { background: #BEA461; font-weight: bold; color: #fff; }
.page-template-template-fees-php #main .fees td { padding: 2%; border-bottom: 1px solid #ccc; }
.page-template-template-fees-php #main .fees td:nth-child(3) { width: 25%; text-align: center; }

.banners .banner { margin-bottom: 20px; }
.banners .banner a { display: block; max-width: 280px; margin: 0 auto; position: relative; }
.banners .banner a:after { content: ''; display: block; width: 100%; height: 100%; background: rgba(190, 164, 97, 0.5); position: absolute; top: 0; left: 0; z-index: 2; opacity: 0; -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; }
.banners .banner a:hover:after { opacity: 1; }
.banners .banner img { width: 100%; }

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

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

.archive-post { margin-bottom: 20px; }
.archive-post .archive-post-thumb img { width: 100%; }
.archive-post .archive-post-content { padding: 20px; background: #EEE; }

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

.post-header h2 { margin: 0 0 5px; font-size: 14px; font-size: 1.16667rem; }
.post-header h2 a { color: #000; text-decoration: none; }
.post-header .post-meta { margin: 0 0 5px; color: #bea461; }
.post-header .post-meta time { margin-right: 10px; font-family: Georgia, serif; font-style: italic; display: inline-block; vertical-align: middle; }
.post-header .post-meta .post-cats { display: inline-block; vertical-align: middle; }
.post-header .post-meta .post-cats a { padding: 5px 10px; margin: 0 5px 0 0; display: inline-block; vertical-align: middle; background: #EEE; color: #bea461; text-transform: uppercase; font-weight: 600; font-size: 8px; font-size: 0.66667rem; }
.post-header p { font-size: 10px; font-size: 0.83333rem; }

.post-nav { clear: both; text-align: center; }
.post-nav .page-numbers { padding: 3px 5px; display: inline-block; line-height: 1; }
.post-nav .current { font-weight: 700; }

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

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

.accordion { margin: 0 0 19px; border-bottom: 1px solid #DDD; }
.accordion .accordion-item { border-top: 1px solid #DDD; }
.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; }
.accordion .accordion-item .accordion-handle h3 { padding: 15px 50px 15px 30px; margin: 0; font-size: 24px; font-size: 2rem; font-family: "Open Sans", sans-serif; font-weight: 700; color: #000; position: relative; }
.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f13a"; font-size: 24px; position: absolute; right: 20px; top: 16px; }
.accordion .accordion-item .accordion-content { padding: 30px; }
.accordion .accordion-item.selected { background-color: #F2F2F2; }
.accordion .accordion-item.selected .accordion-handle h3:after { content: "\f139"; }

.flexslider { margin: 0; padding: 0; position: relative; }
.flexslider .slides { margin: 0; list-style: none; }
.flexslider .slides::after { clear: both; content: ""; display: table; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .flex-control-nav { width: 100%; margin: 0; position: absolute; bottom: 5%; z-index: 50; text-align: center; }
.flexslider .flex-control-nav li { display: inline-block; margin: 0 5px; }
.flexslider .flex-control-nav li a { width: 12px; height: 12px; display: block; border: 1px solid #FFF; border-radius: 50%; background: none; cursor: pointer; overflow: hidden; text-indent: 101%; white-space: nowrap; }
.flexslider .flex-control-nav li a.flex-active { background: #FFF; }
.flexslider .flex-direction-nav { *height: 0; list-style: none; }
.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 50; overflow: hidden; cursor: pointer; text-align: center; color: #FFF; opacity: 0; }
.flexslider .flex-direction-nav a:before { width: 100%; height: 100%; display: inline-block; line-height: 50px; font-family: FontAwesome; font-size: 40px; background: rgba(0, 0, 0, 0.4); }
.flexslider .flex-direction-nav a.flex-prev { left: 0; }
.flexslider .flex-direction-nav a.flex-prev:before { content: '\f104'; border-radius: 0 4px 4px 0; }
.flexslider .flex-direction-nav a.flex-next { right: 0; }
.flexslider .flex-direction-nav a.flex-next:before { content: '\f105'; border-radius: 4px 0 0 4px; }
.flexslider .flex-direction-nav a.flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }
.flexslider:hover .flex-direction-nav a { opacity: 1; }

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

* html .slides { height: 1%; }

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

@media (min-width: 480px) { .archive-post { width: 46.80851%; margin-left: 6.38298%; float: left; }
  .archive-post:nth-child(2n+1) { margin-left: 0; clear: left; }
  .alignright { float: right; margin: 0 0 19px 19px; }
  .alignleft { float: left; margin: 0 19px 19px 0; }
  .aligncenter { margin: 0 auto 19px; }
  .alignnone { margin: 0 0 19px; } }
@media (min-width: 530px) { .home-tiles .tile { width: 49.46809%; margin-left: 1.06383%; margin-bottom: 1.06383%; float: left; }
  .home-tiles .tile:nth-child(2n+1) { margin-left: 0; clear: both; } }
@media (min-width: 768px) { #header { padding: 0 20px; }
  #header .top-nav { float: right; margin-bottom: 20px; }
  #header .logo { margin: 30px 0 20px; float: left; }
  #header .logo img { margin: 0; }
  #header .header-contacts { clear: right; margin-left: 300px; text-align: right; }
  #header #nav { clear: right; background: none; }
  #header #nav::after { clear: both; content: ""; display: table; }
  #header #nav .menu-collapser, #header #nav .sub-collapser { display: none; }
  #header #nav ul { float: right; font-weight: 400; letter-spacing: 1px; font-size: 15px; font-size: 1.25rem; }
  #header #nav ul::after { clear: both; content: ""; display: table; }
  #header #nav ul li { float: left; padding: 0 0 20px; margin: 0 0 0 20px; }
  #header #nav ul li a { padding: 0; color: #000; text-decoration: none; }
  #header #nav ul li a:hover { color: #bea461; }
  #header #nav ul li ul { width: 200px; position: absolute; top: 100%; left: 0; z-index: 1; background: #000; text-transform: none; font-size: 13px; font-size: 1.08333rem; }
  #header #nav ul li ul li { float: none; padding: 0; margin: 0; }
  #header #nav ul li ul li a { padding: 10px; color: #FFF; }
  #header #nav ul li ul li a:hover { color: #bea461; }
  #header #nav ul li ul li ul { top: 0; left: 160px; z-index: 2; background: #000; }
  #header #nav ul li:first-child { margin-left: 0; }
  #header #nav ul li:hover > a, #header #nav ul li.current-menu-item > a, #header #nav ul li.current_page_item > a { color: #bea461; }
  #main .content { width: 68.08511%; float: left; margin-bottom: 0; }
  #main .sidebar { width: 25.53191%; float: right; }
  #main .sidebar .widget_sp_image { display: block; margin-right: 0; }
  #main .sidebar .widget_sp_image img { width: 100%; }
  #tagline { text-align: right; }
  #cta::after { clear: both; content: ""; display: table; }
  #cta .inner { width: 40%; float: right; }
  .home-row { position: relative; }
  .home-row::after { clear: both; content: ""; display: table; }
  .home-row .content { width: 60%; float: left; position: relative; z-index: 2; border: none; }
  .home-row .side { width: 40%; float: right; position: relative; z-index: 2; }
  .home-row:before { content: ''; width: 60%; height: 100%; display: block; position: absolute; bottom: 0; left: 0; z-index: 1; border-right: 1px solid #BBB; }
  .home-tiles .tile { width: 32.62411%; margin-left: 1.06383%; }
  .home-tiles .tile:nth-child(2n+1) { margin-left: 1.06383%; clear: none; }
  .home-tiles .tile:nth-child(3n+1) { margin-left: 0; clear: both; }
  .banners::after { clear: both; content: ""; display: table; }
  .banners .banner { width: 29.78723%; margin-left: 5.31915%; float: left; }
  .banners .banner:nth-child(3n+1) { margin-left: 0; clear: left; }
  .contact-form .form-col { width: 48%; margin-left: 4%; float: left; }
  .contact-form .form-col:first-child { margin-left: 0; }
  .archive-post { width: 23.40426%; margin-left: 2.12766%; float: left; }
  .archive-post:nth-child(2n+1), .archive-post:nth-child(3n+1) { margin-left: 2.12766%; clear: none; }
  .archive-post:nth-child(4n+1) { margin-left: 0; clear: left; }
  .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%; float: left; }
  .last { margin-right: 0 !important; clear: right; }
  .form-row-inline::after { clear: both; content: ""; display: table; }
  .form-row-inline label { width: 30%; float: left; }
  .form-row-inline .inputs { margin-left: 33%; }
  .form-row-inline .inputs label { width: auto; float: none; }
  .form-row-inline.form-actions { padding-left: 33%; } }
@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; } }
