/*
Theme Name: ContainerTraders
Author: Anonymous
Author URI:
Version: 1
Description: ContainerTraders theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: containertraders
Tags: one-column, two-columns
Theme URI:
*/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: muli, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
    display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}

/* custom select styles */

.jcf-select {
    display: block;
    position: relative;
    background: #fff;
    /*margin: 0 0 12px;*/
    height: 33px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.21) inset;
    text-align: left;
    border: 1px solid transparent;
}
.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}
.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 12px;
    color: #a2a2a2;
    line-height: 1;
    padding: 10px 29px 8px 14px;
    font-weight: 600;
}
.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 25px;
    bottom: 0;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}
body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}
.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #a2a2a2;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.jcf-list ul li {
    overflow: hidden;
    display: block;
}
.jcf-list .jcf-overflow {
    overflow: auto;
}
.jcf-list .jcf-option {
    white-space: normal;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #a2a2a2;
    cursor: pointer;
    font-weight: 600;
}
.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}
.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: rgba(253, 253, 253, 0.6);
    color: #444;
    text-shadow: none;
    padding: 5px !important;
    border-radius: 4px;
}
/* New design */
.header-banner {
    position: relative;
}
.sea-menu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.desktop-menu .menu > li > a {
    color: #fff;
}
.header-banner .banner-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 289px;
}
.home .header-banner .banner-image {
    height: 640px;
}
.banner-logo {
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-logo img {
    width: 250px;
}
.banner-tabs {
    position: absolute;
    bottom: -35px;
    width: 100%;
}
.banner-tabs-inner {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: #4373ed26 0 3px 28px;
    padding: 20px;
}
.banner-tabs .tab-item {
    width: 33.33%;
    float: left;
    padding: 20px 0;
}
.banner-tabs .tab-item p {
    line-height: 16px;
    margin-bottom: 0;
    border-right: 1px solid #cccccc;
}
.banner-tabs .tab-item:last-of-type p {
    border-right: 0;
}
.header-banner .banner-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner-overlay h2 {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;    
}
.banner-overlay a {
    float: none;
    margin: auto;
}
.top-header .top-header-rght ul > li {
    padding-top: 0;
    padding-bottom: 0;
}
.top-header .top-header-rght ul > li  {
    border-right: 1px solid #fff;
}
.top-header .top-header-rght ul > li:nth-child(3)  {
    border-right: 0;
}
.top-header .top-header-rght ul li.call_top {
    top: 3px;
    padding: 2px 0;
    border-right: 0;
}
.navigation-list li.call_top a {
    color: #333;
    width: auto;
    padding: 4px 15px;
}
.navigation-list li.call_top a:hover {
    color: #333;
}
li.call_top a img {
    width: 18px;
    position: relative;
    top: 3px;
    right: 3px;
}
.menu-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.home .image-holder img {
    border-radius: 50%;
}
.home .block-post {
    border-bottom: 0;
}
.home .partition.second .left-content-holder {
    float: right;
}
.home .partition.second .image-holder {
    float: right;
}
.home .more-info span {
    width: calc(100% - 210px);
    float: left;
    margin-right: 20px;
}
.home .more-info a {
    /*float: left;*/
}
/* Intro */
/*section.title-section {
    margin-bottom: 50px;
    margin-top: 50px;
}*/
section.title-section .intro-left {
    width: 65%;
    float: left;
    padding-right: 80px;
    position: relative;
    top: 110px;
}
section.title-section .intro-right {
    width: 35%;
    float: left;
}
.intro-right .intro-img {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px 10px 0 0;
}
section.title-section .intro-content {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    box-shadow: 0 3px 28px #4373ed26;
    border-radius: 0 0 10px 10px;
}
section.title-section .intro-content ul {
    list-style-type: none;
    padding-left: 0;
}
section.title-section .intro-content ul li {
    margin-bottom: 5px;
}
/* Home three blocks */
.three-blocks {
    margin: 30px 0 60px;
}
.three-blocks .three-blocks-item {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    border-radius: 10px;
    padding: 0 20px;
    min-height: 400px;  
    position: relative;  
    box-shadow: 0px 4px 10px 2px #ECE8ED;
}
.three-blocks-item:after {
    content: "";
    background: #000;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out; /* Safari */
    transition: width all 0.2s ease-out;
}
.three-blocks-item.item-active:after {
    height: 90%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    top: 0;
    border-radius: 10px 10px 0 0;
}
/*.three-blocks .three-blocks-item:last-of-type, .three-blocks .three-blocks-item:first-of-type {
    background-color: #000;
    background-image: -webkit-linear-gradient(103deg, #fff 24%, #000 24%);
    box-shadow: 0px 4px 10px 2px #ECE8ED;
}*/
.three-blocks-item .logo {
    width: 144px;
    height: 98px;
    margin: 50px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.three-blocks-item .logo img {
    display: block;
    margin: auto;
}
.read-more {
    position: absolute;
    bottom: 20px;
    right: 18px;
}
.three-blocks-item p {
    color: #fff;
    font-size: 13px;
}
.three-blocks-item a {
    color: #fff;
    font-weight: 600;
}
.three-blocks-item.item-active a {
    color: #000;
}
.three-blocks-item:first-of-type a, .three-blocks-item:last-of-type a {
    /*color: #000;*/
}
.three-blocks-item h3 {
    color: #fff;
}
.three-blocks-item span {
  border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #ffbd3a;
    position: relative;
    display: inline-block;
    top: 10px;
    left: 5px;
}
.three-blocks-item span::after {
  content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    top: 48%;
    left: 4px;
    right: 4px;
    z-index: 9;
}
.three-blocks-item span::before {
  content: " ";
    position: absolute;
    display: block;
    background-color: #fff;
    width: 2px;
    left: 47%;
    top: 4px;
    bottom: 4px;
    z-index: 9;
}
/*.three-blocks-item span {
    width: 50px;
    height: 50px;
    background: #ffbd3a;
    border-radius: 50%;
}
.three-blocks-item .fa.fa-plus {
    color: #fff;
}*/
.footer-top a.btn-red:hover, .sticky-footer a.btn-red:hover {
    color: #333;
}
.footer-inner {
    background: #272727;
    padding: 30px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-bottom-3 {
    padding: 13px 0;
    color: #a5a5a5;
    font-size: 11px;
    border-top: 1px solid #ffbd3a;
}
.footer-bottom ul {
    float: left;
}
.footer-bottom .left {
    width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
}
.footer-bottom .right {
    width: 50%;
    display: inline-block;
    text-align: right;
    float: right;
}
.footer-bottom a {
    color: #a5a5a5;
    webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.footer-bottom a:hover {
    color: #fff;
    opacity: 1;
}
.footer-inner > div. .footer-bottom > div {
    padding-left: 20px;
    padding-right: 20px;
}
.sea-footer {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.sea-footer .footer-item {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-bottom: 30px;
    padding-top: 30px;
}
.sea-footer .footer-item.sea-about ul {
    column-count: 2;
}
.sea-footer .footer-item a.title {
    color: #fff;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.sea-footer .footer-item ul li {
    margin-bottom: 6px;
}
.sea-footer .footer-item ul li a {
    font-size: 14px;
    line-height: 1.75px;
}
.sea-panel a.opener.title:hover {
    opacity: 1;
}
.sea-footer hr {
    border: none;
    height: 0.5px;
    color: #cccccc;
    background-color: #cccccc;
    clear: both;
    margin: 0 20px;
}
/* End New design */

.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox/fancybox_sprite.png");
    opacity: 1;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    opacity: 1;
}
.fancybox-close:hover {
    opacity: 1;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("images/fancybox/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("images/fancybox/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?5f6kc1");
    src: url("fonts/icomoon.eot?5f6kc1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5f6kc1") format("truetype"), url("fonts/icomoon.woff?5f6kc1") format("woff"), url("fonts/icomoon.svg?5f6kc1#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-snowflake:before {
    content: "\e900";
}
.navigation-list, .menu, .carousel .pagination ul, .tabset, .additional-text .list-size, .list-advantage, .list-contact, .list-panel, .list-footer, .list-item {
    margin: 0;
    padding: 0;
    list-style: none;
}
.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .main-header:after, .global-holder:after {
    content: '';
    display: block;
    clear: both;
}
.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
* {
    max-height: 1000000px;
}
body {
    color: #333;
    background: #fff;
    font: 15px/1.4 "muli", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
}
.gm-style img {
    max-width: none;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
    margin: 0 0 1.6em;
}
blockquote {
    border-left: 4px solid #818181;
    padding-left: .5em;
    margin-left: 1.6em;
}
th, td {
    border: 1px solid #818181;
    padding: .5em;
    text-align: left;
    vertical-align: top;
}
th {
    text-align: center;
    vertical-align: middle;
}
ul, ol {
    padding-left: 3em;
}
ul ul, ul ol, ol ul, ol ol {
    padding-left: 3em;
    margin: 0;
}
ul {
    list-style-type: disc;
}
dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}
dl dd {
    overflow: hidden;
}
pre {
    max-width: 100%;
}
form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #a2a2a2;
    padding: 0.4em 0.7em;
}
input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
    border-color: #a2a2a2;
}
input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a2a2a2;
}
input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #a2a2a2;
}
input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, textarea:-moz-placeholder {
    color: #a2a2a2;
}
input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a2a2a2;
}
input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, textarea.placeholder {
    color: #a2a2a2;
}
select {
    -webkit-border-radius: 0;
}
textarea {
    resize: vertical;
    vertical-align: top;
}
button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}
#content {
    width: 100%;
}
.page #content .list-section .form-holder {
    display: none;
}
.home .homepage-title-mbl {
    display: none;
    padding: 0 15px;
}
.top-header {
    padding: 3px 0!important;
}
.top-header .top-header-lft {
    width: 30%;
    float: left;
}
.top-header .top-header-lft ul {
    margin-bottom: 0;
}
.top-header .top-header-lft ul li {
    display: inline;
    padding: 0 3px;
}
.top-header .top-header-lft ul li img {
    width: 30px;
    max-width: 100%;
    height: auto;
}
.top-header .top-header-rght {
    width: 100%;
    display: inline-block;
}
.top-header .top-header-rght ul li {
    position: relative;
    top: 13px;
}
#AddressPersonPOSTCODE_2 {
    font-size: 12px;
}
.home .info-holder {
    width: 50%;
    float: left;
}
.home .info-holder .desc {
    padding-bottom: 20px;
    padding-right: 30px;
}
.home .prod-thumb-image-holder {
    float: left;
    width: 40%;
    padding: 0  20px 0 0;
}
.home .add_desc {
    width: 60%;
    display: inline;
    float: left;
}
.home .img-desc .add_desc {
    padding-left: 10px;
}
.home .add_desc ul {
    padding-left: 25px;
    list-style: none;
    padding-right: 20px;
}
.home .content-list ul li:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 28px;
    background-image: url('images/redtick.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -29px;
}
.home .more-info-lft {
    float: left;
    width: 30%;
}
.home .block-post.no-line {
    border-bottom: 0;
}
.home .prod_thumbnail_section {
    overflow: hidden;
    margin-bottom: 47px;
    margin-left: -10px;
    margin-right: -10px;
}
.home .prod-img {
    width: calc(25% - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.home .prod-img img {
    width: 100%;
    height: auto;
}
.home .more-info-lft p {
    font-size: 16px;
    font-weight: 600;
}
.main_title h2, #content h2 {
    color: #000!important;
    text-decoration: none;
    display: inline-table;
}
.page-template-template-inner #content h2, .page-template-template-inner-menu #content h2 {
    line-height: 1.4em;
}
.main_title h2:after {
  content: "";
  border-bottom: 0.1em solid #f00;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top:-0.15em;
}
.top-header #navigation-list .sub-menu{
    display: none;
    position: absolute;
    top: 60%;
    color: #000;
    z-index: 9999;
    text-align: left;
    width: 200px;
    padding: 6px 0 10px 0;
}
.top-header #navigation-list .sub-menu li {
    margin-right: 0;
    padding-left: 20px;
    background: #DCDBD7;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0;
}
.top-header #navigation-list .sub-menu li:hover {
    border-bottom: none;
    background: #f2f2f2;
    color: #000;
    padding-left: 20px;
}
.top-header #navigation-list .sub-menu li:first-of-type {
    padding-top: 8px;
}
.top-header #navigation-list .sub-menu li:last-of-type {
    border-radius: 0 0 10px 10px;
}
.top-header #navigation-list .sub-menu li a {
    color: #000;
}
.top-header #navigation-list li:hover .sub-menu{
    display:block;
}
/* Top Page CSS */
.page-template-template-top-pages #content ul {
    list-style: none;
}
.page-template-template-top-pages #content ul li {
    line-height: 26px;
}
.page-template-template-top-pages #content ul li:before {
    content: '';
    display: inline-block;
    height: 17px;
    width: 20px;
    background-image: url(images/redtick.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -19px;
}
.container-variation {
    position: relative;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}
.container-variation .variation-img {
    /*min-height: 215px;*/
}
.container-variation .top-page-row {
    width: 50%;
    padding: 0 15px;
    float: left;
    text-align: center;
}
.container-variation .top-page-row img {
    width: 100%;
    height: auto;
}
.container-variation .top-page-row .variation-title {
    margin: 20px 0;
    font-weight: 700;
    font-size: 16px;
}
.container-variation .top-page-row .variation-title a {
    color: #000;
    text-decoration: underline;
}
.clear {
    clear:both;
}
.remove-clear {
    clear:none;
}
.page-template-template-top-pages table {
    /*width: 100%;
    background: #060606;
    color: #fff;*/
}
.page-template-template-top-pages table th, .page-template-template-top-pages table td {
    border: 1px solid #000;
    /*text-align: center;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;*/
}
.tablepress {
    margin-top: 1em;
}
.home .form-wrapp .price-guide {
    display: none; 
}
.price-guide {
    overflow: hidden;
}
.price-guide img {
    display: block;
    margin: auto;
    height: auto;
    width: 100%;
    padding: 5px 0 5px 0;
}
.price-guide p {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
/* End Top Page CSS */
/* Inner Image Style */
.inner-image-container {
    position: relative;
    overflow: hidden;
    /*margin-left: -7px;
    margin-right: -7px;*/
    margin-top: 10px;
}
.inner-image-container .top-page-row {
    clear: both;
    margin-bottom: 32px;
    overflow: hidden;
}
.inner-image-container .inner-content {
    /*width: 50%;
    padding: 0 7px;
    float: left;*/
}
.inner-image-container .inner-content.img {
    float: left;
    margin-right: 14px;
    display: inline-block;
    padding-bottom: 2px;
}
.inner-image-container .inner-content h4 {
    margin-bottom: 2px;
    line-height: 15px;
    font-size: 13px;
}
.inner-image-container .inner-content img {
    /*width: 100%;
    height: auto;*/
}
#content .inner-image-container .inner-content p {
    margin-bottom: 16px;
    font-size: 13px;
}
/* /Inner Image Style */
/*Competition page*/
.page-template-template-competition .global-holder {
    padding-top: 0!important;
}
.comp-top-image {
    position: relative;
    top: -21px;
}
.comp-top-image img {
    width: 100%;
    height: auto;
}
.blog #content h2, .archive #content h2 {
    line-height: 32px;
}
.single h1 {
    line-height: 56px;
}
.back-to-blog {
    display: block;
    padding-bottom: 15px;
}
.blog .meta ul, .archive .meta ul, .single .meta ul {
    list-style: none;
    padding-left: 0;
}
/*End of Competition page*/
/* Self Pack Page*/
.single.single-self_pack_removal #content h1 {
        line-height: 1.4em;
        margin: 0 0 25px;
}
/*Footer social media*/
ul.footer-social-icons {
    display: table;
    float: right;
    margin: 0;
    position: relative;
    bottom: 4px;
}
.footer-social-icons li {
    display: table-cell;
    padding: 0 3px;
}
.footer-social-icons li img {
    width: 30px;
}
.footer-bottom .copyright, .footer-bottom .list-item {
    margin-top: 5px;
}
.fixed-menu {
    position: fixed!important;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    -moz-box-shadow:    0 2px 4px -2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,0.4);
    box-shadow:         0 2px 4px -2px rgba(0,0,0,0.4);
}
.fixed-desktop-header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
.hide-section {
    display: none;
}
.hide-section-imp {
    display: none!important;
}
.fixed-desktop-header .main-header {
    padding: 0;
}
#header .top-header-sticky {
   background: #fff; 
   display: none;
}
.top-header-sticky .container-rght ul li a{
    color: #000;
}
#header .top-header-rght-sticky {
    width: 80%;
    float: left;
}
.fixed-desktop-header .sticky-call span {
    display: none;
}
.fixed-desktop-header .sticky-call {
    float: left;
    width: 20%;
    text-align: right;
    margin-right: 0;
    padding: 0;
}
.fixed-desktop-header .sticky-call img {
    width: 35px;
    top: -3px;
    right: 0;
}
.fixed-desktop-header .sticky-call a {
    font-size: 20px;
    font-weight: bold;
}
.fixed-desktop-header #nav > ul > li > a {
    height: 100%!important;
    display: inline-block;
}
.fixed-desktop-header #nav > ul > li:hover > a {
    background-color: #fff;
}
.logo-sticky {
    width: 15%!important;
    float: left;
    position: absolute;
    bottom: 28%;
    z-index: 9999;
}
.fixed-desktop-header .top-header .top-header-rght ul li {
    position: relative;
}
.fixed-desktop-header #main-menu > li > a {
    padding-top: 0;
}
.fixed-desktop-header #main-menu > li:first-child > a {
	background-position: center top;
}
.fixed-desktop-header .top-header .top-header-rght ul.navigation-list > li:nth-child(1):after, .fixed-desktop-header .top-header .top-header-rght ul.navigation-list > li:nth-child(2):after {
    content: '';
    height: 64%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000000;
}
.fixed-desktop-header hr {
    background-color: #eee;
    height: 1px;
    border: none;
    width: 82%;
    float: right;
    margin: 1px;
}
.fixed-desktop-header #main-menu {
    background: #fff;
}
.fixed-desktop-header .menu > li > span {
    display: none;
}
.fixed-desktop-header .main-header .drop {
    box-shadow: none;
    float: right;
}
.fixed-desktop-header .main-header {
    box-shadow: 0 10px 12px -10px #333;
}
.fixed-desktop-header .top-header #navigation-list .sub-menu {
    padding: 0;
}
.fixed-desktop-header #main-menu li a:nth-child(1) {
    
}
/* New menu */
.desktop-menu .menu > li > a {
    position: relative;
}
.desktop-menu .menu > li > a:before, .desktop-menu .menu > li > a:before {
    /*content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 8px;
    background-color: #ffbd3a;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;*/
}
.desktop-menu .menu > li.current_page_item > a:before, .desktop-menu .menu > li.current_page_ancestor > a:before {
    /*visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);*/
}
.desktop-menu .menu > li.current_page_item > a:hover:before, .desktop-menu .menu > li > a:hover:before, .desktop-menu .menu > li.current_page_item > a.main-menu-hover:before, .desktop-menu .menu > li.current_page_ancestor > a.main-menu-hover:before {
    /*visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);*/
}
.desktop-menu .menu > li.current_page_item.menu-item-5150 > a:before {
    /*visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);*/
}
.call {
    color: #FF0D1B;
}
.call, .call a {
    font-size: 30px;
    font-weight: bold;
}
.main-menu-hover:before {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
@-webkit-keyframes spaceboots {
    0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
    10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
    20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
    40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
    50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
    70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
    80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
    90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
    100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.call a:hover img {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
/* / New menu */
/* New Menu Style */
#main-menu li > a {
    padding-left:  0;
    padding-right: 0;
}
#main-menu li > a:hover {
    color: #ded9d9;
}
#main-menu > li:first-child > a {
	/*color: transparent;
    background-image: url("images/home-icon.svg");
    background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: center 10px;
	padding-right: 0;
	padding-left: 0;
	width: 28px;*/
}
#main-menu > li {
    padding-left: 15px;
    padding-right: 15px;
}
#main-menu .drop-holder {
    padding-bottom: 0;
    
}
#main-menu .menu-img-placeholder > a.item-img {
	border-bottom: none;
}
#main-menu .menu-img-placeholder > a > img {
}
#menu-mega-main-menu-new > li:first-child > a {
	color: transparent;
    background-image: url("images/home-icon.svg");
    background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: 20px center;
}

.drop-holder {
    top: 46px;
}
.menu-wrapper {
    /*padding-right: 30px;
    padding-left: 30px;*/
    padding-bottom: 30px;
    /*margin-left: -18px;
    margin-right: -18px;*/
    overflow: hidden;
}
.menu-row {
    overflow: hidden;
    background: #FFBE00;
    color: #fff;
    padding: 0 22px; 
    /*padding: 20px 30px;*/
    font-size: 16px;
}
.menu .menu-row a {
    color: #fff;
    
}
.menu .menu-row a:hover {
    color: #ff0d1b;
}
.menu .menu-row li {
    border-right: 0;
}
.menu-row.end {
    padding: 10px;
}
.menu-row.end > p {
    margin-bottom: 0;
}
.menu-row.end a {
    color: #fff;
    display: inline;
}
.drop-holder-inner .menu-row .menu-row-inner {
    width: 50%;
}
.menu-row-left {
    text-align: left;
}
#main-menu .drop-holder-inner > div .menu-row li {
    width: 33.333333%;
    float: left;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
#main-menu.menu {
    /*padding-bottom: 10px;*/
}
#main-menu .drop-holder-inner div.menu-row >div {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    float: left;
}
#main-menu .drop-holder-inner>div>div {
    width: calc(100% - 18px);
    margin-left: 18px;
}
#main-menu .drop-holder-inner>div div.menu-wrapper-left {
    width: calc(50% - 54px);
    margin-left: 36px;
}
#main-menu .drop-holder-inner>div div.menu-wrapper-right {
    width: calc(50% - 54px);
    margin-right: 36px;
}
#main-menu .drop-holder-inner > div .menu-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#main-menu .drop-holder-inner .menu-wrapper-left-row a.level-3-main, #main-menu .drop-holder-inner .menu-wrapper-right-row a.level-3-main {
    width: 60%;
    float: left; 
}
#main-menu .drop-holder-inner a.level-3-sub {
    width: 13.33%;
    float: left;
    text-align: center;
}
.menu .level-2-main > a {
    padding: 20px 0 3px;
    border-bottom: 2px solid #FFBE00;
}
.menu .level-2-main > a:hover {
    color: #ff0d1b;
}
.no-children-wrapper {
    margin-top: 15px;
}
.menu .no-children > a {
    border-bottom: 0;
    padding: 4px 0 0;
}
.drop-holder-inner>div .no-children a h4 {
    font-size: 11px;
    font-weight: normal;
}
/*.level-2-main > a {
    padding: 20px 0;
}*/
.menu .drop-holder-inner .level-2-main > a h4 {
    padding-left: 5px;
}
.menu .drop-holder-inner>div div.level-2-main > ul {
    padding-left: 0;
}
.menu .drop-holder-inner>div div.level-2-main > ul li {
    overflow: hidden;
    border-right: none;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}
.menu .drop-holder-inner>div div.level-2-main > ul li > a {
    padding: 4px 0 4px;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
}
.menu .drop-holder-inner>div div.level-2-main > ul li > a:first-of-typ {
    padding-top: 4px;
}
.menu .drop-holder-inner>div div.level-2-main > ul li > a:hover {
    color: #FF0D1B;
}
a.no-title {
    color: transparent!important;
}
.desktop-menu .menu > li.menu-item-has-children > a:hover:after, .desktop-menu .menu > li.menu-item-has-children > a.hover-link:after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    z-index: 9;
    top: 46px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
}
.desktop-menu .menu > li.menu-item-has-children > a.scrolled:hover:after, .desktop-menu .menu > li.menu-item-has-children > a.scrolled.hover-link:after {
    top: 36px;
}
.desktop-menu .menu > li.menu-item-has-children > a.hover-link:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.menu a.menu-image {
    padding: 10px 0 0;
}
/* /New Menu Style */
/* New Quote Form */
.form-wrapp .container .form-holder.homepage {
    padding: 0!important;
    max-width: 460px;
    box-shadow: none;
    border: 0;
    top: -65px;
}
.form-top {
    padding: 20px;
    background: #FF9F00;
    overflow: hidden;
}
.form-bottom {
    padding: 20px;
    background: #FFBE00;
    overflow: hidden;
}
.form-row-half {
    width: calc(50% - 10px);
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
}
.form-holder.homepage .row {
    margin-left: -5px;
    margin-right: -5px;
}
.form-holder.homepage input[type=text], .form-holder.homepage textarea, .form-holder.homepage select {
    width: 100%;
    border: 0;
    background: #fff;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    height: 34px;
    font-weight: 400;
    color: #000;
}
.form-holder.homepage input[type=text]::placeholder {
    color: #6d6666;
}
.form-holder.homepage h3 {
    font-size: 22px;
    margin-bottom: 12px;
}
.form-holder.homepage .form-row-full {
    width: calc(100% - 10px);
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
}
.form-holder.homepage .jcf-select {
    box-shadow: none;
}
.form-holder.homepage .jcf-select .jcf-select-text {
    color: #000;
    font-size: 14px;
    padding: 10px 10px 8px 10px;
    font-weight: 400;
}
.form-holder.homepage .form-send input[type="submit"] {
    width: auto;
    display: block;
    float: right;
    padding: 17px 40px;
    font-size: 16px;
    border-radius: 25px;
    box-shadow: none;
}
.form-holder.homepage #AddressPersonPOSTCODE_2 {
    font-size: 14px;
}
.form-holder.homepage .jcf-select .jcf-select-opener {
    border-top: 7px solid #8C8C8C;
}
/* Checkbox */
.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
    background-color: #fafafa;
    border: 0;
    box-shadow: none;
    padding: 10px;
    display: inline-block;
    position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: none;
}
.regular-checkbox:checked + label {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #99a1a7;
}
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 15px;
    position: absolute;
    top: -2px;
    left: 4px;
    color: #000;
    font-weight: 400;
}
.checkbox-section {
    text-align: left;
}
.form-holder.homepage .form-send label {
    margin: 3px 11px 0 0;
}
.form-holder.homepage .half {
    width: 50%;
    float: left;
    padding-left: 9px;
}
.form-holder.homepage .half span {
    position: relative;
    top: 3px;
    left: 2px;
    font-size: 14px;
}
/* /Checkbox */
/* /New Quote Form */
/* New Homepage Style */
.home .info-slide {
    background: rgba(0, 0, 0, .8);
    padding: 30px 35px;
}
.home .info-slide h3 {
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 11px;
    font-size: 44px;
    letter-spacing: -1px;
}
.home h1 {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: -1px;
    font-weight: 800;
    margin-top: 7px;
}
.home .home-subtitle {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 18px auto;
}
.home-footer-section.section-box {
    background: url(images/black-background.jpg) repeat;
    padding: 72px 0 35px;
}
.home-footer-section.section-box .info-block {
    margin-bottom: 70px;
}
.home .home-footer-section.section-box .box-holder {
    margin-left: -7px;
    margin-right: -7px;
}
.home .home-footer-section.section-box .box-holder .box {
    width: calc(33.33% - 14px);
    margin-left: 7px;
    margin-right: 7px;
    float: left;
}
#main .partition.home-footer-bottom-section {
    background: url(images/yellow-background.jpg) no-repeat;
    background-size: cover;
    min-height: 290px;
}
.partition.home-footer-bottom-section .container {
    position: relative;
}
.footertext-box {
    position: absolute;
    top: 20px;
}
.partition.home-footer-bottom-section p {
    font-size: 24px;
    line-height: 30px;
}
a.btn-white {
    padding: 14px 0;
    background: #fff;
    border-radius: 35px;
    width: 190px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
}
a.btn-red {
    padding: 8px 0;
    background: #ffbd3a;
    border-radius: 6px;
    width: 190px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.home-footer-section a.btn-white {
    margin: auto;
}
.home .home-footer-section .info-block.grey-bar h3 {
    background: transparent;
}
.home .section-box.home-footer-section .box {
    border: 1px solid #fff;
}
.home .home-footer-section .box .image-wrapper {
    border-right-width: 0!important;
    border-left-width: 0!important;
    border: 0;
    height: 195px;
}
.home .home-footer-section .box .title span {
    font-size: 19px;
    padding: 15px 20px;
}
.home .home-footer-section ul {
    list-style-type: none;
    text-align: center;
    padding-left: 0;
}
.home .home-footer-section ul li {
    font-size: 14px;
}
.find-out-more {
    margin: 10px auto 30px;
}
.home .partition:nth-child(even) {
    /*background: url(images/bg-section.jpg) repeat;*/
    background-color: #fff;
}
.home .partition:nth-child(odd) {
    background: #fff;
}
section.title-section {
    background: #fff;
    margin-top: 50px;
}
.home .partition.post-holder {
   /* border-top: 1px solid #cccccc;*/
}
.home .partition.post-holder h3 {
    color: #FDBE0C;
    margin-bottom: 0;
}
.home .partition.post-holder .main_title h2:after {
  content: none;
}
.home .partition.post-holder .main_title h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 32px;
}
.home .partition.post-holder a {
    color: #333;
    font-weight: 700;
}
.home .partition.post-holder a.btn-red {
    color: #000;
}
.home .left-content-holder {
    width: 50%;
    float: left;
}
.home .content-list {
    background: #FFBE00;
    clear: both;
}
.home .content-list ul {
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home .partition.post-holder .title-line h2 {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 800;
}
.home .partition.post-holder .title-line h2:before {
  content: "";
  display: block;
  border-top: solid 1px #545454;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.home .partition.post-holder .title-line h2 span {
  background: #F7F7F7;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
.title-line-desc {
    text-align: center;
    padding: 15px;
}
.home .partition.post-holder .inner-prod-img {
    position: relative;
    height: 195px;
}
.home .partition.post-holder .inner-prod-img a {
    display: block;
}

.home .partition.post-holder .prod-img .inner-prod-img img {
    display: block;
}
.home .prod-img .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background: transparent;
}
.home .prod-img .overlay .text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.home .text .text-link {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0;
    opacity: 0;
    transition: .5s ease;
}
.home .partition.post-holder .inner-prod-img a:hover {
    opacity: 1;
}
.home .partition.post-holder .inner-prod-img a:hover .overlay {
    background: rgba(243, 0, 7, .7);
}
.home .partition.post-holder .inner-prod-img a:hover .text-link {
    opacity: 1;
    padding-top: 25px;
}
.home .more-info-holder {
    border-top: 1px solid #cccccc;;
    padding-bottom: 11px;
}
.home .title-line-desc p {
    font-weight: bold;
}
/* /New Homepage Style */
#mobile-menu:not( .mm-menu ) {
   display: none;
}
.page.page-id-13 #content > div:nth-of-type(2) {
    padding-right: 10px;
    margin-top: 25px;
}
.page.page-id-13 #content > div:nth-of-type(3) {
    padding-left: 10px;
    margin-top: 25px;
}
section.visual {
    min-height: 280px;
}

.widget {
    margin-bottom: 1.6em;
}
.widget ul {
    padding-left: 2em;
}
.widget select {
    min-width: 150px;
}
.comment-form label {
    display: block;
    padding-bottom: 4px;
}
.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
    resize: none;
}
.comment-form textarea, .comment-form input[type='text'] {
    margin: 0 4px 0 0;
    width: 100%;
}
.comment-form input[type='submit'] {
    display: block;
    float: none;
}
.post-password-form label {
    display: block;
    margin-bottom: 4px;
}
.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    width: 100%;
}
.search-form {
    margin-bottom: 15px;
}
.search-form input {
    float: left;
    height: 2em;
}
.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px;
}
.post-password-form input {
    float: left;
    height: 2em;
}
.post-password-form input[type='password'] {
    width: 150px;
}
.comment-form input[type='submit'], .post-password-form input[type='submit'], .search-form input[type='submit'] {
    background: #ed1b24;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em;
}
.comment-form input[type='submit']:hover, .post-password-form input[type='submit']:hover, .search-form input[type='submit']:hover {
    opacity: 0.8;
}
.commentlist {
    margin: 0 0 1.6em;
}
.commentlist .edit-link {
    margin: 0;
}
.commentlist .avatar-holder {
    float: left;
    margin: 0 1.6em 4px 0;
}
.commentlist-item .commentlist-item {
    padding: 0;
}
#sidebar {
    width: 100%;
}
.comment, .commentlist-holder {
    overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item+.commentlist-item {
    padding-top: 1.6em;
}
.widget_calendar #next {
    text-align: right;
}
.gallery-item dt {
    float: none;
    padding: 0;
}
.navigation, .navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.6em;
}
.navigation .screen-reader-text, .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}
.navigation .page-numbers, .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #ed1b24;
    color: #fff;
    padding: 7px;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
}
.navigation .next:hover, .navigation .prev:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover {
    opacity: 0.8;
}
.navigation-single {
    margin-bottom: 1.6em;
}
.navigation-single .next, .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #ed1b24;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    border-radius: 2px;
    text-align: center;
}
.navigation-single .next:hover, .navigation-single .prev:hover {
    opacity: 0.8;
}
.navigation-single .next a, .navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}

.navigation-single .next {
    float: right;
}
.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #818181;
    padding: .4em;
    margin-bottom: 1.6em;
}
.wp-caption img {
    margin: 0;
    vertical-align: top;
}
.wp-caption p {
    margin: .4em 0 0;
}
div.aligncenter {
    margin: 0 auto 1.6em;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 1.6em 4px 0;
}
.alignright {
    float: right;
    margin: 0 0 4px 1.6em;
}
.mejs-container {
    margin-bottom: 1.6em;
}
.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
    height: auto;
}
input[type="text"], input[type="tel"], input[type="email"], input[type='search'], input[type='password'], textarea {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.21) inset;
    padding: 3px 5px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type='search']:focus, input[type='password']:focus, textarea:focus {
    outline: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}
h1, .h1 {
    font-size: 27px;
}
h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 16px;
}
h4, .h4 {
    font-size: 15px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 13px;
}
p {
    margin: 0 0 1em;
}
a {
    color: #39f;
}
a:hover, a:focus {
    text-decoration: none;
}
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.container {
    max-width: 1137px;
    margin: 0 auto;
    padding: 0 15px;
}


a {
    text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover {
    opacity: 0.7;
}
img {
    vertical-align: top;
}
body {
    min-width: 320px;
}
#header {
    background: #fff;
}
.top-header {
    background: rgba(31,37,42,0.8);
    padding: 10px 0;
    /*overflow: hidden; removedformenu*/
}

.top-header .container {
    /*overflow: hidden;removedformenu*/
}
.navigation-list {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin: 0 -5px;
}

.navigation-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 10px 5px;
}
.navigation-list li a {
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.navigation-list li a:hover {
    color: #f2f2f2;
}
.main-header {
    position: relative;
    padding: 22px 22px 0 22px!important;
}
.main-header .drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
    overflow-y: auto;
    overflow-x: hidden;
    height: 0;
}
.nav-active .main-header .drop {
    height: 100vh;
}
.logo {
    width: 130px;
    margin: 0 10px 15px 0;
}
.logo a:hover {
    opacity: 1;
}
.header-holder {
    overflow: hidden;
}
.info-header {
    overflow: hidden;
    width: 100%;
}
.call {
    font-weight: 600;
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}
.call span {
    color: #9f9f9f;
    font-size: 30px;
    display: block;
    margin: 0 0 2px;
    line-height: 1;
    float: left;
}
.call a {
    font-size: 16px;
    color: #333;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.call a:hover {
    color: #9f9f9f;
    opacity: 1;
}
.call img {
    width: 60px;
    margin: 0 18px 0 10px;
}
.btn-wrapp {
    float: right;
}
.btn {
    font-size: 14px;
    border-radius: 3px;
    font-weight: 600;
    background: #ed1b24;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.btn:hover {
    background: #e5aa34;
    opacity: 1;
}
.btn-white:hover {
    color: #fff;
}
.btn-quote {
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 14px;
    width: auto;
}
.nav-opener {
    width: 40px;
    height: 40px;
    background: #000;
    position: relative;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: block;
    border: 2px solid #fff;
    padding: 5px;
    margin: 6px 0;
    border-radius: 6px;
}
.nav-opener:hover {
    opacity: 1;
}
.nav-opener:focus {
    outline: none;
}
.nav-active .nav-opener span {
    opacity: 0;
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 47%;
    left: 20%;
    right: 20%;
}
.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-opener span, .nav-opener:before, .nav-opener:after {
    position: absolute;
    top: 48%;
    left: 20%;
    right: 20%;
    height: 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: #fff;
}
.nav-opener:before, .nav-opener:after {
    content: '';
    top: 26%;
}
.nav-opener:after {
    top: 70%;
}
.menu {
    font-size: 14px;
    /*font-weight: 700;*/
    text-align: center;
}
.menu>li {
    /*border-bottom: 1px solid #fff;*/
}
.menu>li:after {
    /*content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #ffbd3a;
    opacity: 0;
    visibility: hidden;*/
}
.menu li:last-child {
    border-right: none;
}
.menu li.active, .menu li:hover {
    /*border-bottom: 1px solid transparent;*/
}
/*.menu li:hover:after {
    opacity: 1;
    visibility: visible;
}*/
.menu > li a span {
    display: none;
}
.menu li span {
    font-style: italic;
    font-size: 11px;
    display: block;
    color: #3d3d3d;
    font-weight: normal;
    text-transform: none;
}
.menu a {
    display: block;
    color: #232323;
    padding: 15px;
    /*font-weight: bold;*/
}

.menu a:hover {
    opacity: 1;
}
.visual-gallery {
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
}
.visual-gallery:before {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 26%, transparent 77%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 26%, transparent 77%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.info-slide {
    color: #fff;
    text-align: left;
    font-weight: 600;
}
.info-slide h1 {
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 11px;
}
.text-holder {
    min-height: 200px;
    padding: 20px 0;
    text-align: left !important;
}
.carousel {
    position: relative;
}
.carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 604px;
}
.carousel .slideset {
    float: left;
    width: 100%;
}
.carousel .slideset .slide {
    float: left;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 40px 0 20px;
    width: 100%;
}
.carousel .slideset .slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 52%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 52%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -1;
}
.carousel .slideset .slide .container {
    min-height: 300px;
}
.carousel .pagination {
    position: absolute;
    bottom: 15px;
    left: 50.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
}
.carousel .pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}
.carousel .pagination ul li.active a {
    background: #ed1b24;
    border: 3px solid transparent;
}
.carousel .pagination ul li a {
    text-indent: -9999px;
    overflow: hidden;
    border: 3px solid #fff;
    background: transparent;
    width: 19px;
    height: 19px;
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel .pagination ul li a:hover {
    background: #ed1b24;
    border: 3px solid transparent;
    opacity: 1;
}
.carousel .pagination ul li a:focus {
    outline: none;
}
.partition:nth-child(even) {
    /*background: url(images/bg-section.jpg) repeat;*/
    background-color: #fff;
}
.partition:nth-child(odd) {
    background: #ececec;
}
.section-box {
    padding: 30px 0;
}
.box {
    width: 100%;
    background: #fff;
    margin: 0 0 30px;
}
.box img {
    width: 100%;
    vertical-align: top;
}
.box .title {
    display: block;
    text-align: center;
    padding: 14px 10px 5px;
    background: #ed1b24;
    min-height: 65px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    display: block;
    position: relative;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.box .title:hover {
    background: #ae0e15;
    opacity: 1;
}
.box .title:after {
    height: 0;
    width: 0;
    border-bottom: 21px solid #fff;
    border-left: 24px solid transparent;
    content: "";
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.box .title span {
    font-size: 14px;
    font-style: italic;
    text-transform: none;
    display: block;
    font-weight: normal;
}
.box .image-wrapper {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.text-box {
    padding: 25px 13px 15px 19px;
    font-size: 12px;
    line-height: 1.5;
}
.text-box a {
    color: #333;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.text-box a:hover {
    color: #a2a2a2;
}
.text-box h3 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.text-box h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 52px;
    height: 1px;
    background: #232323;
}
.info-block {
    margin: 0 0 20px;
}
.block-select {
    padding: 32px 0 13px;
}
.block-select .container {
    overflow: hidden;
}
.block-select h3 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 0 0 11px;
    margin: 0 0 10px;
}
.block-select h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 52px;
    height: 1px;
    background: #232323;
}
.block-select .sign {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 0 10px;
}
.tabset {
    display: none;
    border: 1px solid #f5f5f5;
}
.tabset li {
    width: 33%;
    width: 100%;
    font-size: 14px;
    text-align: left;
    position: relative;
}
.tabset li:last-child a {
    border-bottom: 1px solid transparent;
}
.tabset li .digit, .tabset li .icon {
    position: absolute;
    top: 6px;
    left: 27px;
    font-weight: 800;
    font-style: italic;
    font-size: 25px;
    color: #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tabset li .icon {
    top: 10px;
}
.tabset li a {
    display: block;
    line-height: 1;
    width: auto;
    color: #666;
    font-weight: 700;
    padding: 14px 5px 14px 86px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
}
.tabset li a:hover {
    background: #ed1b24;
    color: #fff;
    border-bottom: 1px solid transparent;
    opacity: 1;
}
.tabset li a:hover .digit, .tabset li a:hover .icon {
    color: #fff;
}
.tabset li a.tab-active {
    background: #ed1b24;
    border-bottom: 1px solid transparent;
    color: #fff;
}
.tabset li a.tab-active .digit, .tabset li a.tab-active .icon {
    color: #fff;
}
.tab-content {
    width: 100%;
}
.tab-content .opener {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 100%;
    color: #666;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
    position: relative;
    padding: 13px 5px 13px 65px;
}
.tab-content .opener:last-child {
    border-bottom: 1px solid transparent;
}
.tab-content .opener .digit, .tab-content .opener .icon {
    position: absolute;
    top: 7px;
    left: 17px;
    font-weight: 800;
    font-style: italic;
    font-size: 25px;
    color: #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tab-content .opener:hover {
    background: #ed1b24;
    color: #fff;
    opacity: 1;
}
.tab-content .opener:hover .digit, .tab-content .opener:hover .icon {
    color: #fff;
}
.tab-content .slide {
    position: relative;
}
.tab-content .slide img {
    width: 100%;
    vertical-align: top;
}
.js-tab-hidden.active .opener {
    background: #ed1b24;
    border-bottom: 1px solid transparent;
    color: #fff;
}
.js-tab-hidden.active .digit, .js-tab-hidden.active .icon {
    color: #fff;
}
.tab-active.active .opener {
    background: #ed1b24;
    border-bottom: 1px solid transparent;
    color: #fff;
}
.tab-active.active .digit, .tab-active.active .icon {
    color: #fff;
}
.icon {
    margin: -5px 26px 0 0;
}
.tab-holder {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    margin: 0 0 30px;
}
.wrapp-info {
    position: relative;
}
.text-tab {
    background: rgba(0, 0, 0, 0.76);
    padding: 17px 10px;
    color: #fff;
}
.text-tab .main-text {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    margin: 0 0 20px;
}
.text-tab .main-text h3 {
    font-weight: 700;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
    text-transform: none;
}
.text-tab .main-text h3 a {
    color: #fff;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.text-tab .main-text h3 a:hover {
    opacity: 0.7;
}
.text-tab .main-text p {
    margin: 0 0 15px;
}
.btn-get {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}
.additional-text {
    font-size: 12px;
    font-weight: 600;
}
.additional-text .title-size {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}
.post-holder {
    padding: 30px 0;
}
.block-post {
    width: 100%;
    overflow: hidden;
    padding: 0 0 12px;
    border-bottom: 1px solid #e4e4e4;
}
.info-post {
    width: 100%;
}
.info-post h2 {
    margin: 0 0 29px;
}
.info-post p {
    margin: 0 0 24px;
}
.image-holder {
    width: 100%;
    margin: 0 0 25px;
}
.image-holder img {
    width: 100%;
    vertical-align: top;
}
.more-info {
    text-align: center;
}
.more-info span {
    display: block;
    padding: 0 0 15px;
}
.more-info-holder {
    padding: 24px 0 0 0;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    clear: both;
}
#footer {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 40px 0 0;
    color: #fff;
}
.advantage-holder {
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    margin: 0 0 30px;
}
.advantage-holder .logo {
    display: block;
    width: 185px;
    margin: 0 auto 15px;
}

.list-advantage {
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

.list-advantage li {
    padding: 0 24px 8px;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.list-advantage li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}
.panel-holder {
    padding: 0 0 32px;
}
.panel .title {
    color: #fff;
    font-weight: 700;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: block;
    margin: 0 0 10px;
}
.panel .title:hover {
    color: #9f9f9f;
}
.panel .panel-slide {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    padding: 0 0 15px;
}
.list-contact a {
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.list-contact a:hover {
    color: #bfbfbf;
}
.list-contact address {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.list-panel a {
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.list-panel a:hover {
    color: #bfbfbf;
}
.list-footer {
    color: #fff;
    padding: 0 0 15px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}
.list-footer li {
    position: relative;
    padding: 0 0 20px;
}
.list-footer li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 3px;
    width: 1px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}
.list-footer li:first-child:after {
    display: none;
}
.list-footer a {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.list-footer a:hover {
    color: #bfbfbf;
}
.footer-bottom {
    background: #1a1a1a;
    padding: 20px 0;
    text-align: center;
    color: #a5a5a5;
    font-size: 11px;
}
.form-holder {
    width: 100%;
    margin: 0 0 20px;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.57);
    padding: 23px 17px 30px;
}
.form-holder h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 22px;
    color: #fff;
}
.form-send {
    text-align: right;
}
.form-send .row {
    margin: 0 0 4px;
	position: relative;
}
.form-send .row.error input, .form-send .row.error textarea, .form-send .row.error select, .form-send .row.error .jcf-select {
    border: 1px solid #ed1b24;
}
.form-send .row input.no-ms-clear::-ms-clear {
	display: none;
}
.form-send .row .spinner {
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-45%);
    width: 30px;
    height: 30px;
    background-image: url('./images/ajax-loader.gif');
    background-size: 24px 24px;
    background-repeat: no-repeat;
	display: none;
}
.form-send .row .spinner.active {
	display: block;
}
.form-send label {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: -3px 9px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.form-send input[type="text"], .form-send input[type="tel"], .form-send input[type="email"] {
    width: 68%;
    height: 33px;
}
.form-send input[type="text"], .form-send input[type="tel"], .form-send input[type="email"], .form-send textarea {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.21) inset;
}
.form-send input[type="text"]:focus, .form-send input[type="tel"]:focus, .form-send input[type="email"]:focus, .form-send textarea:focus {
    outline: none;
}
.form-send textarea {
    resize: none;
    font-size: 12px;
    font-weight: 600;
    min-height: 113px;
    color: #a2a2a2;
    width: 100%;
    margin: 0 0 2px;
    padding: 8px 13px;
}
.form-send input[type="submit"], a.get-a-quote  {
    width: 100%;
    padding: 8px 0;
    background: #ffbd3a;
    border-radius: 6px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    min-height: 33px;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.form-send input[type="submit"]:hover {
    opacity: 0.7;
}
.form-send input[type="submit"]:focus, a.get-a-quote:focus {
    outline: none;
}
.jcf-select .jcf-select-opener {
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #3a3a3a;
}
.gallery-holder {
    position: relative;
}
/* Get a quote */
.get-quote {
    position: absolute;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
}
.get-quote-mobile {
    display: none;
}
a.get-a-quote:hover {
    opacity: 0.8;
}
/* Sidebar Navigation */
.sidebar-holder .drop-holder {
    top: 0;
}
.sidebar-holder .sidebar-nav {
    list-style: none;
    padding-left: 0;
}
.sidebar-holder .sidebar-nav li {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.sidebar-holder .sidebar-nav li a {
    color: #333;
}
.sidebar-holder .sidebar-nav li a.active {
    opacity: 0.7;
}
.sidebar-holder #main-menu > li:first-child > a {
    width: auto;
    color: #232323;
    background-image: none;
    background-size: auto;
    background-repeat: initial;
    height: 0!important;
}
.sidebar-holder #main-menu .drop-holder {
    position: relative;
    display: block;
}
.sidebar-holder #main-menu .drop-holder-inner>div div.menu-wrapper-left {
    width: calc(100% - 36px);
    margin-left: 18px;
}
.sidebar-holder #main-menu .drop-holder-inner>div div.menu-wrapper-right {
    width: calc(100% - 36px);
    margin-right: 18px;
}
.sidebar-holder #main-menu > li > a {
    display: none;
}
.sidebar-holder #main-menu .drop-holder-inner div.menu-row >div {
    width: 100%;
}
.sidebar-holder #main-menu .drop-holder-inner .menu-row-right ul {
    padding-left: 0;
    list-style: none;
}
.sidebar-holder #main-menu .drop-holder-inner .menu-row .menu-row-left.menu-row-inner {
    text-align: center;
    padding-top: 8px;
}
.sidebar-holder #main-menu .drop-holder-inner .menu-row .menu-row-left.menu-row-inner a {
    padding-bottom: 0;
}
.desktop-menu .info-header #nav ul {
    float: right;
}
.header-holder-left {
    width: 25%;
    float: left;
}
.header-holder-right {
    width: 75%;
    float: left;
    margin-top: 8px;
}
.header-holder-left .logo.alignleft {
    width: 100%;
    height: 75px;
}
footer#footer {
    margin-bottom: 66px;
}
.sticky-footer {
    background: #1a1a1a;
    position: fixed;
    bottom: 0;
    width: 100%;
    /*height: 72px;*/
    z-index: 9;
}
.sticky-footer .footer-bottom a.btn-red, .footer-top .footer-bottom a.btn-red {
    padding: 8px 0;
    margin-right: 10px;
    width: 200px;
}
.sticky-footer .footer-bottom a, .footer-top .footer-bottom a {
    display: inline-block;
}

/* Sidebar after redesign */
.global-holder .content-wrapper {
    overflow: hidden;
    padding: 38px 0 67px;
}
.sidebar-holder .menu .level-2-main h4:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    position: relative;
    left: -5px;
    font-size: 16px;
    -webkit-text-stroke: 1px white;
}
.sidebar-holder .menu-wrapper .menu-row > ul {
    width: 50%;
    margin: auto;
    list-style: none;
}
.sidebar-holder .menu .drop-holder-inner>div div.level-2-main > ul li > a:first-of-type:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 5px;
    left: 57%;
    font-size: 16px;
}
.sidebar-holder .menu-wrapper .level-2-main.menu-wrapper-left-row a.sidebar-active-menu {
    color: #FF0D1B;
}
ul.breadcrumbs {
    list-style: none;
    padding-left: 0;
}
.content-wrapper ul.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    color: #333;
    position: relative;
    padding: 0 10px 0 5px;
}
ul.breadcrumbs li:first-of-type {
    padding-left: 0;
}
ul.breadcrumbs li a {
    font-size: 12px;
    color: #333;
}
ul.breadcrumbs li:after {
    position: absolute;
    content: "/";
    color: #333;
    font-size: 12px;
    right: 0;
}
ul.breadcrumbs li:last-of-type:after {
    content: '';
}
.form-wrapp .container {
    position: relative;
}
.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}
div.lightbox {
    padding: 5px;
    width: auto;
}
div.lightbox .form-holder {
    margin: 0;
    padding: 23px 16px;
    background: #000;
}
div.lightbox .form-holder .form-send input[type="text"] label, div.lightbox .form-holder .form-send input[type="tel"] label, div.lightbox .form-holder .form-send input[type="email"] label {
    margin: -3px 6px 0 0;
}
.copyright {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 4px;
    position: relative;
}
.copyright:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 7px;
    width: 1px;
    background: #a5a5a5;
    opacity: 0;
    visibility: hidden;
}
.copyright a {
    color: #a5a5a5;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.copyright a:hover {
    color: #fff;
    opacity: 1;
}
.list-item {
    display: inline-block;
    vertical-align: top;
}
.list-item li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px 4px;
    margin-right: -4px;
    position: relative;
}
.list-item li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 7px;
    width: 1px;
    background: #a5a5a5;
}
.list-item li:last-child:after {
    display: none;
}
.list-item li a {
    color: #a5a5a5;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.list-item li a:hover {
    color: #fff;
    opacity: 1;
}
.visual {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 50px 0 0;
}
.visual h1, .visual h2 {
    color: #fff;
    margin: 0;
    padding: 30px 0;
    font-weight: 800;
}
h1.page-title {
	display: inline-block;
	padding: 0;
	position: relative;
	font-weight: 700;
}

.price-guide-content .brochure {
	text-align: center;
}
.price-guide-content .cta-download {
	background-color: #ed1b24;
	color: #fff;
    padding: 2% 15% 2% 3%;
    font-weight: 700;
    background-image: url(images/triangle.svg);
	background-size: 15% auto;
	background-position: 99% center;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.global-holder {
    padding: 0;
}
.inner {
    background: url(images/bg-section.jpg) repeat;
}
#content h2 {
    margin: 0 0 25px;
}
#content p {
    margin: 0 0 24px;
}
.sidebar-holder {
    margin: 0 auto 0;
    width: 100%;
}
.sidebar-holder.no-banner {
	margin: 0;
}
.sidebar-holder .form-holder {
    position: relative;
    margin: 0 0 14px;
    background: #000;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.57);
}
.sidebar-holder .image-wrapp img {
    width: 100%;
}
.widget-points {
    background: #fff;
    min-height: 156px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    margin: 0 0 13px;
}
.widget-points .list-advantage {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 16px 5px 10px 20px;
}
.widget-points .list-advantage li {
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    letter-spacing: 0;
}
.widget-points .list-advantage li:before {
    background: #2d2d2d;
    top: 8px;
}
.reason-title {
    white-space: nowrap;
    text-align: center;
    background: #ed1b24;
    text-transform: uppercase;
    width: 112px;
    padding: 0 13px;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.reason-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 156px;
}
.reason-title>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}
.widget-sold {
    background: #fff;
    padding: 22px 15px 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.widget-sold strong {
    display: block;
}
.widget-sold h3 {
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
}
.widget-sold h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 52px;
    height: 1px;
    background: #232323;
}
.widget-sold p {
    margin: 0 0 25px;
}
iframe {
    max-width: 100%;
}
#wp-calendar {
    width: 100%;
}
#calendar_wrap td {
    padding: 5px;
    text-align: center;
}

/*  added by Jimmyweb */

.menu {
    position: relative;
}
.menu>, .menu>li, .menu>li>a {
    position: static !important;
}
.drop-holder {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    padding-bottom: 40px;
    left: 0;
}
.drop-holder-inner>div>div{
    float: left;
    width: 33.33333333%
}
.drop-holder-inner>div>div a h4{
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
.drop-holder-inner>div>div>ul{
    padding-left: 10px;
}
.drop-holder-inner>div>div>ul>li{
    width: 100%;
    text-align: left;
}
.drop-holder-inner>div>div>ul>li a{
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: none;
}
.menu>li:hover .drop-holder {
    display: block;
}
.drop-holder>ul {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 350px;
    padding: 10px;
    border-bottom: 10px solid #ed1b24;
}
.drop-holder>ul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.drop-holder>ul>li a {
    font-weight: normal;
    font-size: 11px;
    padding: 2px 10px;
    text-align: left;
    color: #777;
}
.drop-holder>ul>li a:hover {
    color: #000;
}
/* Inner Page Style */
.header-banner .banner-image.inner-banner:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
}
#sidebar {
    /*display: none;*/
}
.page .title {
    margin-top: 35px;
}
/*# sourceMappingURL=style.css.map */


/*
    jQuery.mmenu CSS
*/
/*
    jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
    jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
    jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
    jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
    jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
    jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
    jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
    jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
    jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
    jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
    jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
    jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
    jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
    jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
    jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
    jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
    jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
    jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
    jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
    jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }



  /*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
    border-top: 1px solid rgba(255,255,255,.5);
    padding: .75em 1em;
    text-decoration: none;
    zoom: 1; /* IE7 */
}
.sf-menu a {
    color: #13a;
}
.sf-menu li {
    background: #BDD2FF;
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li {
    background: #AABDE6;
}
.sf-menu ul ul li {
    background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #CFDEFF;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}
/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
    left:   100%;
    top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

table.tablepress.container-prices {
	margin: 0;
}
table.tablepress.container-prices img.small {
	max-width: 100px;
}
table.tablepress.container-prices img.medium {
	max-width: 150px;
}
table.tablepress.container-prices tbody tr {
	border: none;
}
table.tablepress.container-prices tbody tr:nth-child(-n+2) td[class^="column-"] {
	background: #FF1520;
	border-color: #fff;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
}
table.tablepress.container-prices tbody tr:nth-child(-n+2):hover td[class^="column-"] {
	background: #FF1520;
}

table.tablepress.container-prices tbody tr:nth-child(n+3) td[class^="column-"] {
	background: #fff;
	border-color: #aaa;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
}
table.tablepress.container-prices tbody tr:nth-child(n+3):hover td[class^="column-"] {
	background: #f3f3f3;
	color: #333;
}
table.tablepress.container-prices tbody tr:nth-child(n+3) {
	cursor: pointer;
}
table.tablepress.container-prices tbody tr:nth-child(n+3) td a {
	color: #333;
}
table.tablepress.container-prices.compact.group-2r > tbody > tr:nth-child(2n+4) {
	border-bottom: 3px solid #000;
}
table.tablepress.container-prices.compact.group-2r > tbody > tr:nth-child(2n+3) >td {
	background-color: #f0f0f0;
}
table.tablepress.container-prices.compact.group-3r > tbody > tr:nth-child(3n+5) {
	border-bottom: 3px solid #000;
}
table.tablepress.container-prices.compact.group-3r > tbody > tr:nth-child(3n) >td {
	background-color: #f0f0f0;
}
table.tablepress.container-prices.compact img {
	max-width: calc(100% - 8px);
}
table.tablepress.container-prices.compact > tbody > tr > td {
	text-align: center;
}
.page-template-template-top-pages table.refridgerated-wrap table.tablepress td:last-child {
	border-right: none;
}
.page-template-template-top-pages table.refridgerated-wrap > tbody > tr > td {
	padding: 0;
	border: none;
	vertical-align: middle;
}
.page-template-template-top-pages table.refridgerated-wrap > tbody > tr > td:last-child {
	text-align: center;
	border: 1px solid #aaa;
/*	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
*/	font-weight: bold;
	padding: 0 10px;
}
table.last-row-hidden > tbody > tr:last-child {
	display: none;
}
table.pricing img {
	max-width: none;
}
table.pricing td {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table.pricing thead tr:nth-child(-n+2) td {
	background-color: #FF1520;
	border-color: #fff;
	color: #fff;
}
table.pricing thead tr:first-child td:first-child {
	text-align: left;
}
table.pricing tbody td:first-child {
	text-align: left;
}

.scrollable-x {
	overflow-x: auto;
}

div.electrical-packs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.electrical-packs .pack {
	border: 1px solid #aaa;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
div.electrical-packs .pack .price {
	font-size: 1.5em;
	font-weight: 700;
}
.desc {
	font-weight: normal;
}
.footnote {
	font-weight: normal;
	font-size: 0.8em;
}
ul.sitemap ul.sub-menu {
}
ul.sitemap li.menu-item-has-children {
}
ul.sitemap ul.sub-menu ul.sub-menu ul.sub-menu:after {
    content: "";
    display: table;
    clear: both;
}
ul.sitemap ul.sub-menu ul.sub-menu ul.sub-menu > li {
	float: left;
	width: 25%;
}
ul.sitemap a {
	color: #333;
}
ul.sitemap a:hover {
	color: #FF0D1B;
}
.s-logo {
    display: none;
}

ul.faq, ul.faq li {
    list-style-type: none;
    padding: 0;
    border-bottom: 1px #ddd solid;
}

.faq li.q {
    font-weight: bold;
    font-size: 120%;
    border: 1px #ddd solid;
    border-bottom: none;
    cursor: pointer;
}

.faq li.a {
    background: none;
    display: none;
    color: #000000;
    padding: 20px;
    border: none;
    border-top: 1px #ddd solid;
}

.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .q .arrow {
    display: inline-block;
    padding: 5px 10px;
    background: #FF0D1B;
}

.faq .q .arrow img {
    vertical-align: initial;
}

.faq li .title a {
    font-size: 14px;
    color: black;
    font-weight: normal;
    padding-left: 10px;
}

.faq .active .title a {
    color: #FF0D1B;
}

.faq-content {
    width: 60%;
    float: left;
}

.faq-contact {
    width: 40%;
    float: left;
}
.faq-title h1{
    font-size: 20px;
}
.faq-contact{
    position: relative;
}
.faq-contact .form-wrapp, .faq-contact .form-holder {
    position: initial !important;
    float: right;
}
.content-wrapper ul, .container.page ul {
    list-style-image: url('/wp-content/themes/sea-containertraders/images/redtick-50x50.png');
}
.container.page ul { 
    padding-left: 3em;
}
.content-wrapper ul li, .container.page ul li {
  position: relative;
  padding: 3px 0;
}
.hide-sidebar aside#sidebar {
    display: none;
}
/* Media queries */
@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-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url("images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
@media (min-width: 320px) {
    .price-guide-content .cta-download {
        font-size: 24px;
    }
}
@media (min-width: 480px) {
    .advantage-holder .logo {
        margin: 0 20px 0 0;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        width: 46%;
        text-align: right;
        margin-right: 20px;
    }
    .list-advantage {
        display: inline-block;
        vertical-align: middle;
        width: 48%;
        text-align: left;
        padding: 4px 0 0 0;
    }
}
@media (min-width: 654px) {
    .copyright:after {
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 768px) {
    #content {
        float: none;
        width: 100%;
    }
    .show-sidebar #content {
        float: left;
        width: 65%;
    }
    #content:only-child {
        float: none;
        width: 100%;
    }
    #sidebar {
        float: left;
        width: 35%;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .top-header {
        padding: 15px 0 5px;
    }
    .navigation-list {
        float: right;
        text-align: right;
        margin: 0 0;
    }
    .navigation-list li {
        padding: 0 16px 8px;
    }
    .main-header .drop {
        position: relative;
        margin: 0;
        width: 100%;
        visibility: visible;
        overflow: visible;
        opacity: 1;
        height: auto;
    }
    .main-header .drop>ul {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-active .main-header .drop {
        height: auto;
    }
    .logo {
        width: 170px;
        margin: 0;
    }
    .header-holder {
        margin: 0 0 10px;
    }
    .info-header {
        text-align: right;
        width: auto;
        padding: 3px 0;
    }
    .call {
        float: right;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        padding: 9px 0 0px 0;
    }
    .call a {
        font-size: 20px;
    }
    .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu a {
        width: 100%;
        padding: 7px;
    }
    .menu li {
        display: block;
    }
    .menu>li:after {
        /*height: 7px;*/
    }
    .menu li.active, .menu li:hover {
        border-bottom: none;
    }
    .btn-wrapp {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .btn-quote {
        width: auto;
        min-width: 158px;
        min-height: 60px;
        padding: 18px 10px;
    }
    .nav-opener {
        display: none;
    }
    .single.single-self_pack_removal #content h1 {
        font-size: 24px;
    }
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
    .fancybox-skin {
        padding: 15px !important;
    }
    .visual-gallery {
        margin: 0;
    }
    .info-slide {
        font-size: 18px;
        line-height: 1.8;
    }
    .text-holder {
        white-space: nowrap;
        text-align: center;
        max-width: 360px !important;
    }
    .text-holder:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 320px;
    }
    .text-holder>* {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%;
    }
    .carousel .slideset .slide {
        padding: 60px 0 20px;
    }
    .carousel .slideset .slide .container {
        min-height: 524px;
    }
    .section-box {
        padding: 43px 0 3px;
    }
    .box-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -17px;
    }
    .box {
        width: 45.4%;
        margin: 0 17px 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        box-sizing: border-box;
    }
    .text-box {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .info-block {
        margin: 0 0 34px;
    }
    .tabset {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        float: left;
        width: 44%;
        margin-right: -1px;
    }
    .tabset li .digit, .tabset li .icon {
        font-size: 30px;
    }
    .tabset li {
        width: auto;
    }
    .tab-content {
        width: auto;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 60%;
        height: auto;
    }
    .tab-content .opener .digit, .tab-content .opener .icon {
        font-size: 30px;
    }
    .tab-content .opener {
        width: auto;
    }
    .tab-content .opener {
        display: none;
    }
    .tab-content .slide {
        display: block !important;
        left: auto !important;
        top: auto !important;
        position: relative !important;
        width: 100% !important;
        height: auto;
    }
    .js-tab-hidden {
        display: block !important;
        left: -9999px !important;
        position: absolute !important;
        top: -9999px !important;
    }
    .tab-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 57px;
        min-height: 476px;
        background: white;
    }
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .wrapp-info {
        min-height: 476px;
    }
    .text-tab {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }
    .text-tab .main-text {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 62%;
        margin: 0 15px 0 0;
        position: relative;
        padding-right: 20px;
    }
    .text-tab .main-text:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background: rgba(232, 232, 232, 0.3);
    }
    .text-tab .main-text p {
        margin: 0 0 24px;
    }
    .btn-get {
        width: 132px;
    }
    .btn-get {
        float: right;
    }
    .additional-text {
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }
    .post-holder {
        padding: 25px 0 25px;
    }
    .block-post {
        padding: 0 0 35px;
    }
    .info-post {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        margin: 0 3% 0 0;
    }
    .image-holder {
        float: right;
        width: auto;
        margin: 0 0 20px 0;
    }
    .home .image-holder {
        float: none;
    }
    .more-info {
        text-align: right;
        float: right;
    }
    .home .more-info {
        text-align: left;
        float: none;
    }
    .home .more-info span {
        padding: 0
    }
    .more-info span {
        padding: 10px 25px;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 600;
    }
    .home .more-info span {
        font-size: 15px;
        font-weight: normal;
    }
    #footer {
        padding: 18px 0 0;
    }
    .advantage-holder .logo {
        vertical-align: top;
        width: 48.3%;
    }
    .list-advantage {
        vertical-align: top;
        width: 46%;
        line-height: 1;
    }
    .list-advantage li {
        font-size: 16px;
    }
    .panel-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px 0 0;
    }
    .panel {
        width: 27%;
        margin: 0 10px;
    }
    .panel .title {
        cursor: default;
        pointer-events: none;
        margin: 0 0 1px;
    }
    .panel .panel-slide {
        display: inline-block;
        vertical-align: top;
        position: static !important;
        left: auto !important;
        top: auto !important;
        padding: 0;
    }
    .panel-wrapp {
        width: 37%;
        margin: 0 18px 0 0;
    }
    .panel-wrapp .panel {
        width: 100%;
        margin: 0 20px 23px 0;
    }
    .list-footer {
        text-align: center;
        letter-spacing: 0.8px;
    }
    .list-footer li {
        display: inline-block;
        vertical-align: top;
        padding: 0 8px 4px;
        margin-right: -4px;
    }
    .list-footer li:after {
        opacity: 1;
        visibility: visible;
    }
    .form-holder {
        position: relative;
        top: 0;
        right: 0;
        max-width: 350px;
        margin: 0;
        padding: 23px 11px 30px;
    }
    .form-send input[type="text"], .form-send input[type="tel"], .form-send input[type="email"] {
        width: auto;
    }
    .form-wrapp .container .form-holder {
        /*position: absolute;
        top: 0;
        right: 15px;*/
        margin: auto;
    }
    div.lightbox .form-holder {
        position: relative;
    }
    div.lightbox .form-holder .form-send input[type="text"], div.lightbox .form-holder .form-send input[type="tel"], div.lightbox .form-holder .form-send input[type="email"] {
        width: 68%;
    }
    div.lightbox .form-holder .form-send input[type="text"] label, div.lightbox .form-holder .form-send input[type="tel"] label, div.lightbox .form-holder .form-send input[type="email"] label {
        margin: -3px 9px 0 0;
    }
    .visual {
        min-height: 200px;
        margin: 0;
    }
    .price-guide-content .cta-download {
        font-size: 32px;
    }
    .global-holder {
        padding: 0;
    }
    .sidebar-holder {
        /*margin: -290px 0 0;*/
        float: left;
        width: 320px;
    }
    .hide-mobile{
        display: none;
    }
    .hidden-mobile {
        display: initial;
    }
    .visible-mobile {
        display: none;
    }
    .advantage-holder {
        padding: 33px 30px 21px;
        text-align: center;
        margin: 0 0 48px;
    }
    .visual h1, .visual h2 {
        font-size: 32px;
        padding: 64px 0 20px;
        max-width: 365px;
    }
}
@media (min-width: 1024px) {
    .image-holder {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 10px 0 0;
    }
    #footer {
        padding: 18px 0 0;
    }
    .advantage-holder .logo {
        margin-right: 47px;
    }
    .panel-holder {
        margin: 0 -24px 0 0;
    }
    .panel {
        width: 20%;
        margin: 0 32px;
    }
    .panel-wrapp {
        width: 45%;
        margin: 0 24px 0 0;
    }
    .list-footer {
        font-size: 14px;
    }
    .form-holder {
        padding: 23px 27px 30px;
    }
    .form-send input[type="text"], .form-send input[type="tel"], .form-send input[type="email"] {
        min-width: 206px;
    }
    .form-send textarea {
        min-width: 292px;
        width: auto;
    }
    div.lightbox .form-holder {
        padding: 23px 27px 30px;
    }
    div.lightbox .form-holder .form-send textarea {
        min-width: 287px;
    }
    .visual {
        min-height: 258px;
    }
    .visual h1, .visual h2 {
        font-size: 36px;
        padding: 145px 0 17px;
        max-width: 570px;
    }
    .price-guide-content div.intro {
        width: 60%;
        float: left;
    }
    .price-guide-content div.brochure {
        width: 39%;
        float: left;
        padding-left: 20px;
    }
    .price-guide-content .brochure > img {
        margin-top: -120px;
    }
    .price-guide-content .cta-download {
        float: left;
        width: 100%;
    }
    .price-guide-content .cta-download {
        font-size: 48px;
    }
    .sidebar-holder {
        /*margin: -300px 0 0;*/
        width: 350px;
    }
    .widget-points .list-advantage {
        width: 66%;
    }
    div.electrical-packs .pack {
        width: 32%;
    }
    .hidden-tablet {
        display: initial;
    }
    .visible-tablet {
        display: none;
    }
    .sea-footer {
        margin-left: -30px;
        margin-right: -30px;
    }
    .footer-inner > div, .footer-bottom > div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sea-footer .footer-item {
        padding-left: 30px;
        padding-right: 30px;
    }
    .info-header {
        padding: 0;
    }
    .call {
        color: #FF0D1B;
    }
    .call, .call a {
        font-size: 30px;
        font-weight: bold;
    }
    .menu a {
        padding: 10px 13px;
    }
    #main-menu li > a {
        padding-left:  0;
        padding-right: 0;
    }
    #main-menu > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sidebar-holder #main-menu > li {
        padding-left: 0;
    }
    h1 {
        font-size: 40px;
    }
    .single h1 {
        line-height: 48px;
    }
    #content {
        /*width: 65%;
        padding-right: 10px;*/
    }
    #sidebar {
        width: 35%;
    }
    .logo {
        width: 165px;
        height: 80px;
    }
    .text-holder {
        max-width: 530px !important;
    }
    .text-holder:after {
        min-height: 449px;
    }
    .box {
        width: 29.5%;
    }
    .tabset {
        width: 312px;
    }
    .tab-content {
        width: 73%;
    }
    .text-tab {
        padding: 17px 26px 26px;
    }
    .text-tab .main-text {
        width: 73.5%;
        margin: 0 30px 0 0;
        position: relative;
        padding: 9px 26px 0 0;
    }
    .text-tab .main-text p {
        margin: 0 25px 24px 0;
    }
    .additional-text {
        width: 21%;
        padding-top: 34px;
    }
    div.lightbox .form-holder .form-send input[type="text"], div.lightbox .form-holder .form-send input[type="tel"], div.lightbox .form-holder .form-send input[type="email"] {
        min-width: 206px;
    }
    .sea-footer hr {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .single h1 {
        line-height: 56px;
    }
    .menu a {
        line-height: 1.8;
    }
    .box {
        width: 30.3%;
    }
    .panel-wrapp {
        margin: 0 33px 0 0;
    }
}

@media (max-width: 1200px) {
    .desktop-menu .menu li a {
        font-size: 13px;
    }
}
@media (max-width: 1250px) {
    .header-holder-left {
        width: 20%;
    }
    .header-holder-right {
        width: 80%;
    }
}
@media (max-width: 1150px) {
    .header-holder .header-holder-left {
        display: none;
    }
    .header-holder-right {
        width: 100%;
    }
    .desktop-menu .menu li a {
        padding: 10px 12px;
        font-size: 13px;
    }
    .menu .level-2-main > a {
        padding: 26px 0 3px;
    }
    #main-menu.menu > li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .desktop-menu .menu .menu-image {
        padding: 10px 0 0;
    }
    .top-header .top-header-rght {
        width: 70%;
        float: left;
    }
    .top-header {
        height: 60px;
        padding-top: 9px!important;
    }
    .s-logo {
        display: block;
        width: 30%;
        float: left;
    }
    .s-logo img {
        width: 60%;
    }
    .desktop-menu .info-header #nav ul {
        float: none;
    }
}
@media only screen and (min-width:768px) and (max-width: 992px)  {
    .top-header .top-header-lft {
        width: 30%;
    }
    .navigation-list li {
        padding: 0 12px 8px;
    }
    .top-header .top-header-lft ul li img {
        width: 25px;
    }
    .fixed-desktop-header .main-header .drop {
        width: 100%;
    }
    .fixed-desktop-header .navigation-list a {
        font-size: 11px;
    }
    .sticky-call a {
        font-size: 14px!important;
    }
    .fixed-desktop-header #nav > ul > li > a {
        font-size: 12px;
    }
    .logo-sticky {
        bottom: 47%;
        width: 13%!important;
    }
    .call {
        padding: 15px 0 0px 0;
    }
    .call, .call a {
        font-size: 25px;
    }
    .call img {
        top: 10px!important;
    }
    .inner-image-container .inner-content.img {
        margin-bottom: 15px;
    }
    .inner-image-container .inner-content {
        width: 100%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  .home .info-holder {
    width: 55%;
  }
  .home .image-holder {
    width: 40%;
  }
  .home .more-info-holder .more-info span {
    width: 70%;
  }
  .home .prod-img {
    /*width: 21%!important;*/
  }
  .home .prod-thumb-image-holder {
    width: 60%;
  }
  .home .add_desc {
    width: 100%;
    padding-top: 20px;
  }
  .prod-thumb-image-holder img {
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
  }
  .home .prod_thumbnail_section {
    padding-left: 3px!important;
  }
  .form-wrapp .container .form-holder.homepage {
    top: -47px;
  }
  .form-top, .form-bottom {
    padding: 15px 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  .home .prod-img {
    /*width: 22%!important;*/
  }
  .home .prod_thumbnail_section {
    /*padding-left: 3px!important;*/
  }
}
@media only screen and (min-width:767px) and (max-width: 1024px)  {
    .home .image-holder {
        width: 85%;
        margin-bottom: 0;
    }
    .prod_thumbnail_section .prod-img {
        /*width: 21%;*/
        /*padding: 0 10px;*/
    }
    .img-desc .add_desc {
        padding-left: 14px;
    }
    .home .prod_thumbnail_section {
        /*padding-left: 28px;*/
        /*margin-left: -20px;
        margin-right: -10px;*/
    }
    .home .info-holder {
        width: 60%;
    }
    .home .left-content-holder {
        width: 40%;
    }
    .home .image-holder {
        float: none;
    }
    #header .main-header {
        padding: 22px 0 0 0!important;
    }
    .menu >li  > a {
        padding: 10px 9px;
    }
    .form-wrapp .container .form-holder.homepage {
        width: 400px;
    }
    .home .home-subtitle {
        width: 100%;
    }
    .home h1 {
        line-height: 44px;
    }
}
@media (max-width: 1024px) {
    .desktop-menu .menu li a {
        font-size: 12px;
    }
    .drop-holder {
        top: 40px;
    }
    .desktop-menu .menu .level-2-main > a {
        padding: 26px 0 3px;
    }
    .desktop-menu .menu > li.menu-item-has-children > a:hover:after {
        top: 40px;
    }
    .desktop-menu .menu > li.menu-item-has-children > a.scrolled:hover:after, .desktop-menu .menu > li.menu-item-has-children > a.scrolled.hover-link:after {
        top: 28px;
    }
    .desktop-menu .menu li .menu-row a {
        font-size: 24px;
    }
    .header-banner .banner-image {
        height: 480px;
    }
    #content {
        padding-left: 10px;
    }
}
@media (max-width: 1023px) {
    #sidebar {
        width: 35%;
    }
    #content {
        /*width: 65%;
        padding-right: 10px;*/
    }
    .hidden-tablet {
        display: none;
    }
    .visible-tablet {
        display: initial;
    }
}

@media (max-width: 992px) {
    .inner-image-container .inner-content img {
        width: 100%;
        height: auto;
    }
    .faq-content{
        width: 100%
    }
    .faq-contact {
        width: 100%;
    }
    .faq-contact .form-wrapp, .faq-contact .form-holder {
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 930px) {
    #sidebar {
        width: 40%;
        float: left;
    }
    #content {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        float: left;
    }
    .show-sidebar #content {
        width: 60%;
        float: left;
    }
    .sidebar-holder {
        width: 308px;
    }
}
@media (max-width: 820px) {
    .s-logo {
        width: 30%;
    }
    .s-logo img {
        width: 70%;
    }
}
@media (max-width: 768px) {
    .desktop-menu .menu li a {
        font-size: 11px;
    }
    .home .home-footer-section.section-box .box-holder .box {
        width: calc(50% - 14px);
    }
    .menu-row {
        font-size: 20px;
    }
    #main-menu .drop-holder-inner > div .menu-row li {
        font-size: 22px;
    }
    .drop-holder {
        top: 55px;
    }
    .desktop-menu .menu > li.menu-item-has-children > a:hover:after {
        top: 55px;
    }
    .desktop-menu .menu > li.menu-item-has-children > a.scrolled:hover:after, .desktop-menu .menu > li.menu-item-has-children > a.scrolled.hover-link:after {
        top: 49px;
    }
    .main-header.hide-mobile-only.desktop-menu {
        display: none;
    }
    .fixed-menu.menu-show-mobile {
        display: block!important;
    }
    .mobile-menu-right .nav-opener {
        display: block;
    }
    .menu-show-mobile .logo.alignleft {
        width: 80%;
        float: left;
        margin-bottom: 10px;
    }
    .menu-show-mobile .mobile-menu-right {
        width: 18%;
        float: left;
    }
    #main-menu .drop-holder-inner>div>div {
        width: calc(100% - 18px);
        margin-left: 9px;
        margin-left: 9px;
    }
    .home .more-info {
        overflow: hidden;
    }
    .home .more-info-holder .more-info span {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navigation-single .next a, .navigation-single .prev a {
        padding: .2em;
    }
    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: initial;
    }
    section.gallery-holder {
        padding-bottom: 20px;
    }
    .get-quote {
        display: none;
    }
    .get-quote-mobile {
        display: block;
    }
    .get-a-quote-wrapper {
        text-align: center;
    }
    a.get-a-quote {
        display: inline-block;
    }
    #sidebar {
        width: 100%;
    }
    #content, .show-sidebar #content {
        width: 100%;
    }
    .sidebar-holder {
        width: 100%;
        margin-bottom: 30px;
    }
    #main-menu .drop-holder-inner>div>div {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .sea-footer .footer-item.sea-about ul {
        column-count: 1;
    }
    .footer-bottom-3 ul#list-bottom {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .three-blocks .three-blocks-item {
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
    .banner-tabs {
        display: none;
    }
    .footer-top {
        display: none;
    }
    .faq-single{
        margin-top: 90px;
    }
    .top-header {
        display: none;
    }
    .container-rght #navigation-list {
        font-size: 11px;
    }
    .navigation .page-numbers, .navigation-comments .page-numbers {
        padding: 0;
    }
    .page #content .list-section .form-holder {
        display: block;
    }
    .page #sidebar .sidebar-holder .form-holder {
        /*display: none;*/
    }
    .home .visual-gallery {
        display: none;
    }
    .home .homepage-title-mbl {
        display: block;
    }
    .home .partition.block-select.product-module, .home .partition.section-box {
        /*display: none;*/
    }
    .page .visual {
        min-height: 200px;
    }
    .top-header .top-header-lft {
        width: 100%;
    }
    .top-header .top-header-lft ul {
        text-align: center;
        right: 15px;
        position: relative;
    }
    .top-header .top-header-rght {
        width: 100%;
        margin-top: 10px;
    }
    .home .more-info-lft {
        width: 100%;
        text-align: center;
    }
    .home .info-holder {
        width: 100%;
    }
    .home .info-holder .desc {
        padding-right: 0;
        padding-bottom: 0px;
    }
    .home .prod-thumb-image-holder {
        width: 100%;
    }
    .home .prod-thumb-image-holder img {
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 20px auto;
    }
    .home .add_desc ul {
        padding-right: 0;   
        padding-top: 12px;
    }
    .home .prod_thumbnail_section .prod-img {
        /*width: 50%;
        margin: 0;
        margin-bottom: 18px;
        padding: 10px;*/
    }
    .home .prod_thumbnail_section {
        padding-left:  0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .home .prod-img img {

    }
    .home .prod_thumbnail_section .prod-img:last-of-type {
        margin-bottom: 0;
    }
    .top-header #navigation-list .sub-menu {
        top: 60%;
    }
    /*Form for mobile on inner pages*/
    .page .sidebar-holder .form-holder {
        position: absolute;
        /*top: 492px;*/
        /*top: 400px;*/
        top: 316px;
        width: calc(100% - 30px);
    }
    .page .sidebar-holder.no-banner .form-holder {
        position: relative;
        top: 0;
    }
    /*Footer social media*/
    .footer-social-icons {
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 8px!important;
        padding-left: 0;
    }
    .footer-bottom .copyright, .footer-bottom .list-item {
        margin-top: 0;
    }
    .top-header-lft {
        display: none;
    }
    .top-header .top-header-rght {
        margin-top: 0;
    }
    .info-header .call {
        padding-top: 0;
    }
    .menu-show-mobile {
        display: block!important;
    }
    .hide-mobile-only {
        display: none;
    }
    .single h1 {
        line-height: 35px;
    }
    .single.single-self_pack_removal #content h1 {
        font-size: 22px;
    }
    .info-header .call {
        color: transparent;
        float: right;
        margin-right: 0;
        font-size: 0;
    }
    .call a {
        margin-top: 10px;
    }
    .info-header .call img {
        top: 0;
    }
    .main-header.menu-show-mobile {
        padding: 10px 0 10px 0!important;
    }
    .mobile-menu-right .info-header {
        width: 80%;
        float: left;
        position: relative;
        top: 14px;
    }
    .home .home-footer-section.section-box .box-holder .box {
        width: calc(100% - 14px)!important;
    }
    .home .partition.section-box.home-footer-bottom-section, .home .partition.section-box.home-footer-section {
        display: block;
    }
    .partition.home-footer-bottom-section p {
        font-size: 20px;
        outline: 26px;
    }
    .home-footer-bottom-section a.btn-white {
        margin: auto;
    }
    .home .left-content-holder {
        width: 100%;
        margin-top: 15px;
    }
    .home .left-content-holder .image-holder {
        margin-bottom: 0;
        width: 85%;
        margin: 0 auto 20px;
    }
    .home .block-post.no-line {
        padding-bottom: 0;
    }
    .home .title-line-desc {
        padding: 15px 0;
    }
    .home .prod_thumbnail_section .prod-img {
        width: calc(100% - 20px);
        margin-bottom: 30px;
    }
    .home .partition.post-holder a.btn-red {
        margin: auto;
        display: inline-block;
    }
    .home .partition.post-holder .inner-prod-img {
        height: auto;
    }
    .home .home-subtitle.homepage-title-mbl {
        width: 100%;
    }
    .inner-image-container .top-page-row {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .inner-image-container .inner-content {
        width: 100%;
    }
    .inner-image-container .inner-content.img {
        margin-bottom: 15px;
    }
    .page.page-id-13 #content > div:nth-of-type(2), .page.page-id-13 #content > div:nth-of-type(3) {
        padding: 0;
        width: 100%!important;
    }
    section.title-section {
        margin-top: 0;
        margin-bottom: 0;
    }
    section.title-section .intro-left, section.title-section .intro-right {
        width: 100%;
        float: none;
    }
    section.title-section .intro-left {
        top: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .three-blocks {
        margin: 0;
    }
    .menu-show-mobile .logo.alignleft {
        width: 79%;
    }
}

@media (max-width: 580px) {
    /*.menu-show-mobile .mobile-menu-right {
        width: 66%;
        float: left;
    }*/
    .sea-footer .footer-item {
        width: 100%;
    }
    .page .header-banner .banner-image {
        height:350px;
    }
    .footer-bottom .left, .footer-bottom .right {
        width: 100%;
        float: none;
        text-align: center;
        padding: 5px 0;
    }
}
@media (max-width: 565px) {
    /*.menu-show-mobile .logo.alignleft {
        width: 30%;
    }*/
}
@media (max-width: 420px) {
    .sticky-footer .footer-bottom a.btn-red {
        padding: 12px 18px;
        width: auto;
        font-size: 15px;
    }
}
@media (max-width: 360px) {
    .menu-show-mobile .logo.alignleft{
        width: 78%;
    }
    .mobile-menu-right .info-header {
        width: 75%;
    }
    .call a {
        font-size: 13px;
    }
    .call img {
        width: 25px;
    }
    .nav-opener {
        margin-top: 0;
    }
    .mobile-menu-right .info-header {
        top: 10px;
    }
    .form-send label {
        margin: -3px 0px 0 0;
    }
}