/*
Theme Name: Kanardia
Theme URI: Kanardia
Author: Brif
Author URI: Kanardia
Description: Kanardia
Version: 1.1
License: GNU General Public License v2 or later
License URI: Kanardia
Text Domain: Kanardia
Tags: accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, translation-ready
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 *    2.1 Responsive images
 *    2.2 Alignment
 * 3.0 - Entry Content
 * 4.0 - Galleries
 * 5.0 - Attachments
 * 6.0 - Widget
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * ----------------------------------------------------------------------------
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
small {
    font-size: smaller;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
ul {
    list-style-type: square;
}
.container ul li {
	list-style-position: outside;
	margin-left: 1.5em;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
svg:not(:root) {
    overflow: hidden;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption {
    font-size: 16px;
    margin: 20px 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/**
 * 2.1 Responsive images
 *
 * Fluid images for posts, comments, and widgets
 * ----------------------------------------------------------------------------
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /*padding:10px;*/
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/**
 * 2.2 Alignment
 *
 * ----------------------------------------------------------------------------
 */
/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/**
 * 3.0 Entry Content
 * ----------------------------------------------------------------------------
 */

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #000;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * 4.0 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 5.0 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * 6.0 Widget
 * ----------------------------------------------------------------------------
 */

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

@media (min-width: 1200px) {
    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

    blockquote {
        font-size: 18px;
        margin: 24px 40px;
    }

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-weight: normal;
        display: block;
        font-size: 11px;
        color: #000;
        margin-top: 20px;
    }

    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }
}

h1, h2 { font-family: "Open Sans", sans-serif !important; color: #ea9949 !important; }
h3, h4 { font-family: "Open Sans", sans-serif !important; color: #6d6d6d !important; }

h1.blog-title {
	font-size: 36px;
    font-weight: lighter;
    margin-bottom: 10px;
    line-height: 50px;
    color: #25262b;
}
h2 { line-height: 28px !important; min-height: 42px !important; }
h2.entry-title { color: #ea9949 !important; }
a { color: #000000;}

.content-wrapper { /*padding-top: 25px !important;*/   }
.csubmenu { width: 100%; min-height: 30px; background: #ffffff; /*margin-bottom: 50px;*/  
	box-shadow:  inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.csubmenu.sticky { position:fixed; top:65px; z-index: 100; } 
.crelatedmenu { width: 100%; height: 110px; background: #ffffff;/*#e9ecf3;*/ margin: 0 auto;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-webkit-transform: translateZ(0);
 }
 .crelatedmenu-front { width: 100%; height: 120px; background: #ffffff;/*#e9ecf3;*/ margin: 0 auto;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); 
	-webkit-transform: translateZ(0);
 }
.categorymenu { width: 100%; min-height: 25px; height: auto; padding: 0px 25px 40px 25px; padding-bottom: 40px !important; }
.dealersmenu { width: 100%; min-height: 25px; height: auto; padding: 0px 25px 40px 25px; }

.custom-container { padding: 0 25px 0 25px; }
.has-bg { background-size: cover; }
.btn-arrow {
    text-align: center;
    position: relative;
    font-size: 18px;
    border-radius: 0px;
    border-width: 2px;
}
.scheme .header { background-color: #ffffff !important; }
.navigation { background-color: transparent !important; }

a.btn-arrow { padding: 16px 20px; color: #717171; border-color: #717171; }
a.btn-arrow:hover { background-color: #00c6e5; color: #0e4559 !important; border: 2px solid #00c6e5; }

.custom-box-dealer { border:1px solid #ededed; height: 100%; }
.custom-box-dealer .cb-content { padding: 15px 10px 15px 10px; min-height: 400px; }
.custom-box { border-right: 1px solid #ededed; border-bottom: 1px solid #ededed;  }
.custom-box-last { border-bottom: 1px solid #ededed; }
.cb-content { padding: 15px 10px 15px 10px; min-height: 200px; }
.cb-content h1 { font-size: 50px; font-family: "Open Sans", sans-serif !important; color: #464646; font-weight: lighter; }
.cb-content h3 { font-size: 18px; color: #ea9949; font-weight: bold; }
.cb-desc { height: 40px; line-height: 16px; color: #464646; }

.cb-content a { color: #70aad2; text-decoration: none; }
.cb-content a:hover { color: #0e4559 !important; text-decoration: none;}
.cb-content a:visited { color: #70aad2; }

.mcform { width: 700px; margin: 0 auto; }
.mcform input[type=email] { border: 2px solid #ededed; border-radius: 5px; background: none; font-style: normal; }
.mcform input[type="submit"] { border-radius: 5px; background: #888888; color: #ffffff; text-transform: none; font-weight: bold; letter-spacing: 0; padding: 8px 30px; }
.mcform input[type="submit"]:hover { background: #ea9949; color: #ffffff !important; }
.mcform input[type=email], .mcform input[type="submit"] { height: 45px; width: 100%; }
a.btn-custom { border-radius: 5px; border: none; background-color: #888888; color: #ffffff !important; text-transform: none; font-weight: bold; letter-spacing: 0; padding: 8px 30px; }
a.btn-custom:hover { background-color: #ea9949; color: #ffffff !important; }

.mc4wp-success p { text-align: center; color:#ea9949; }
.mc4wp-error p { text-align: center; color:#b31312; }
div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors { display:none !important; }

span.custom-breadcrumbs { color: #ffffff; text-transform: uppercase; font-weight: normal; line-height: 30px; font-size: 14px; padding: 0; }
span.custom-breadcrumbs a, span.custom-breadcrumbs a:visited { text-decoration:none; color: #ffffff !important; text-transform: uppercase;  font-size: 14px; font-weight: normal; }
span.custom-breadcrumbs a:hover { color: #0e4559 !important; }

.manuals-content, .firmware-content, .database-content { min-height: 200px; height: auto; }

.news-posts {  }
.news-post { max-width:360px; width: auto; background: transparent; padding: 0 5px; margin: 0 auto; text-align: left; }
.news-post-img { position: relative; height:220px; width: 100%; overflow: hidden; display: block; }
.news-post-img img { max-width: 100%; max-height: 100%; }
.news-post a img { width: 100%; height: auto; overflow: hidden; }
.news-post h4 { padding: 20px 0px 15px 0px; }
.news-post h4 a { font-size: 16px; line-height: 16px; font-weight: 700; color: #0000; }
.news-post h4 a:hover { color: #ea9949; text-decoration:none; }

.dealers {  }
.dealer { width: auto; background: transparent; padding: 20px; margin: 0 auto; text-align: left; font-size: 14px; }
.dealer-img { position: relative; height:230px; width: 100%; overflow: hidden; }
.dealer a img { width: 100%; height: auto; overflow: hidden; }
.dealer a { font-size: 14px; line-height: 14px; font-weight: 500; color: #ea9949; }
.dealer h4 { font-size: 18px; line-height: 18px; font-weight: bold; color: #ea9949; padding: 20px 0px 10px 0px; }
.dealer h4 a:hover { color: #70aad2; text-decoration:none; }

.home-cat-products { text-align: center; }
.home-cat-product { max-width:160px; width: auto; background: transparent; padding: 0 5px; margin: 0 auto; }
.home-cat-product-img  { position: relative; height:160px; width: 100%; overflow: hidden; margin-bottom: 10px; }
.home-cat-product a img { max-width: 120px !important; width: auto; }
.home-cat-product h2 { font-size: 18px; text-align: center; }
.home-cat-product h2 a { font-size: 24px; line-height: 26px; color: #ea9949; text-align: center; padding: 10px 5px }
.home-cat-product h2 a:hover { color: #70aad2; text-align: center; text-decoration:none; }

h2.category-products-title { border-bottom: 2px solid #ebebeb; padding-bottom: 0.2em; margin-bottom: 25px; margin-left:1em; margin-right:1em}
.category-products { text-align: center; }
.category-product { max-width:180px; width: auto; background: transparent; padding: 0 5px; margin: 0 auto; }
.category-product-img  { position: relative; height:180px; width: 100%; overflow: hidden; }
.category-product a img { max-width: 140px; width: auto; }
.category-product h4 { font-size: 18px; text-align: center; }
.category-product h4 a { font-size: 18px; line-height: 22px; font-weight: 700; color: #888888; text-align: center; padding: 5px }
.category-product h4 a:hover { color: #ea9949; text-align: center; text-decoration:none; }

.related.products { text-align: center; }
.related-product { height: auto; background: transparent; padding: 5px; margin: 0 auto; }
.related-product-front { height: auto; background: transparent; padding: 0px; margin: 0 5px 0 5px; }
.related-product-bottom { height: auto; background: transparent; padding: 0px; margin: 0 5px 0 5px; }
.related-product h4, .related-product-front h4, .related-product-bottom h4 { font-size: 12px; text-align: center; padding: 5px 0 0 0; }
.related-product h4 a, .related-product-front h4 a, .related-product-bottom h4 a { font-size: 12px; text-align: center; padding: 5px 0px 5px 0px }
h4.active { color:#000000; }

.related-product .rp-img {
	height:60px;
	line-height: 60px;
}
.related-product-bottom .rp-img {
	height:110px;
	line-height: 110px;
}
.related-product-front .rp-img {
	height:74px;
	line-height: 74px;
}
.related-product-front .rp-img a img, .related-product-bottom .rp-img a img, .related-product .rp-img a img {
	vertical-align: bottom; 
	display: inline-block;
	/*padding-bottom: 2px;*/
}
.related-product img { 
	width:60px;
	opacity: 0.5;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
.related-product-front img { 
	width:90px;
	opacity: 0.5;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
.related-product-bottom img { 
	width:120px;
	opacity: 0.5;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.related-product img:hover, .related-product-front img:hover, div.item.related-product-front.active a img, div.item.related-product.active a img { 
	opacity: 1;
}
.related-product-bottom img:hover { 
	/*width:100px;*/
	opacity: 1;
}
li.current-item > a {
	color: #ffffff !important;
    background-color: #ea9949;
}

.related-product img .active { opacity: 1; }
.related-product h4 a:hover, .related-product-front h4 a:hover, .related-product-bottom h4 a:hover { color: #ea9949; text-align: center; text-decoration:none;  }
.related-product h4.active a { color: #ea9949; text-align: center; text-decoration:none;  }

.entry-content-collapse { height: 50px; overflow:hidden; }
.read-more { margin-top:5px; }

.dates .comments-counts { display: none; }

.changelog_icon {
    background-image: url("images/mag3.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    margin-bottom: -5px;
    width: 24px;
}
.changelog { font-style: italic; font-size: 12px; }
.areas img { 
	opacity: 0.5;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
.areas img:hover { 
	opacity: 1;
}

.horizontal-separator { width: 50px !important; }
.align-center { text-align: center; }

.vc_sep_line {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}
.woocommerce-result-count, .woocommerce-ordering { visibility:hidden; display: none; }
.images { text-align:center; padding-bottom: 50px; }

.custom-menu { text-align: center; }
.custom-menu {
    width: 100%;
}
.custom-menu ul {
    margin: 0; padding: 0;    
}
.custom-menu ul li {
    display: inline;
    list-style-position: outside;
	margin-left: 0px;
}
.custom-menu ul li a {
    text-decoration: none;
    color: #888888; 
    padding: 4px 5px 4px 5px;
    line-height: 30px;
	height: 30px;
    font-size: 14px;
}
.custom-menu ul li a:visited {
    color: #ffffff;
}
.custom-menu ul li a:hover, .custom-menu ul li .current {
    color: #ea9949;
}
.custom-link a {
    text-decoration: none;
    color: #ffffff; 
}
.custom-link a:visited {
    color: #ffffff;
}
.custom-link a:hover, .custom-link .current {
    color: #ea9949;
}

.vc_single_image-wrapper { min-height: 198px; vertical-align: bottom; }
.category-image { vertical-align: bottom; }

.custom-box div:hover, .custom-box-last div:hover, .custom-box-dealer div:hover { background-color: #ffdbc7; cursor: pointer; }


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
left: 0;
right: 0;
margin: auto;
}
.owl-carousel .owl-wrapper{
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

#owl-related .owl-wrapper { margin: 0 auto;}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	text-align: center;
	margin:0 auto;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

#owl-related { max-width: 991px; margin:0 auto; }
/*#owl-navigation, #owl-variometers { max-width: 1220px; }*/

.owl-carousel.off {
    display: block;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
/* fix */
#owl-related .owl-carousel  .owl-wrapper
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
background-color: #ffffff;

}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
background-color: none;

}
.owl-carousel  .owl-wrapper { height:100%; }
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	display: inline;/*IE7 life-saver */
	margin: 0px 5px;
	padding: 1px 10px;
	font-size: 12px;
	background: #ea9949;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-carousel {
	position: relative;
}
.owl-prev,
.owl-next {
	position: absolute;
	top: 0%;
	/*margin-top: -10px; */
}
.owl-prev {
	left: -5px;
}
.owl-next {
	right: -5px;
}
@media only screen and (max-width: 759px) {
#owl-related-bottom .owl-buttons .owl-prev { left:-40px; }
#owl-related-bottom .owl-buttons .owl-next { right:-40px; }
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.form-label { line-height: 49px; }

#mapdiv { width: 100%; height: 400px; margin-bottom: 25px; }

.navigation .sub-menu .current-menu-item a { background: #ea9949; color:#ffffff !important; }
.menu-item-75345 .sub-menu .current-menu-item a { background: #ffffff; color: #888888 !important; }
.menu-item-75345 .sub-menu .current-menu-item a:hover { background: #ea9949; color:#ffffff !important; }

.header { height: 45px; }
.header-wrapper  {
    position: fixed !important;
	top: 0 !important;
	width:100% !important;
	z-index: 9999;
	transition: transform .9s;
}
.content-wrapper { padding-top: 50px; }
.content-wrapper-product, .content-wrapper, .content-wrapper-home { margin-top: 65px; transition: all 0.1s; }
.csubmenu { z-index: 999; background: rgba(255, 255, 255, .8); transition: transform .9s;transform: translateZ(0);
    -webkit-transform: translateZ(0);-webkit-transform: translate3d(0, 0, 0); }

.content-wrapper-product-content .main-content h4 { padding: 10px 28px 10px 28px; }
.content-wrapper-product-content .main-content ul { padding: 0px 28px 0px 28px; }
    
.sticky {
    position: fixed;
	transition: transform .9s;transform: translateZ(0);
    -webkit-transform: translateZ(0);-webkit-transform: translate3d(0, 0, 0);
}
.content-wrapper-product-content { transition: transform .9s;transform: translateZ(0);
    -webkit-transform: translateZ(0);-webkit-transform: translate3d(0, 0, 0); }

@media only screen and (max-width: 1220px) {
    .cb-content h1 { font-size: 40px; }
    .vc_custom_heading h2 { font-size: 30px; }
}

.single-product-main-image { display: block; position: relative; }
.single-product-title h1 { font-size: 50px; font-weight:bold; color:#ea9949; /*position: absolute; top: 50px; right: 20px;*/ text-align: center; display: block; }

@media only screen and (max-width: 1220px) {
    .custom-box, .custom-box-last { max-width:50%; }
	.cb-content { padding: 10px 5px 10px 5px; }
	.cb-content h1 { font-size: 30px; }
	span.custom-breadcrumbs { line-height: 30px; }
	.wpb_single_image.vc_align_left {
    	text-align: center !important;
	}
h2 { font-size: 18px !important; }
    .custom-menu ul li a {
	font-size: 12px;
    }
	.owl-carousel .owl-wrapper-outer{
		overflow: hidden;
		margin:0 auto;
	}
	#mapdiv { height: 300px; }

}

@media only screen and (max-width: 768px) {
    .mcform { width: 100%;  }
	.cb-content {  min-height: 150px; }
	.cb-content h1 { font-size: 25px; }
	.cb-content h3 { font-size: 12px; }
	.top-area { display:none; }
	.cb-content { padding: 5px 2px 5px 2px; }
	.category-product { max-width:160px; width: auto; }
	.category-product h4 a { font-size: 14px; line-height: 18px; }
	.single-product-title h1 { font-size: 25px; top: 40px; right: 10px; display: block; }
	.owl-theme .owl-controls .owl-buttons div{
		margin: 0px 5px 0px 5px;
		padding: 1px 10px;
		font-size: 12px;
		background: #ea9949;
		filter: Alpha(Opacity=50);/*IE7 fix*/
		opacity: 0.5;
	}
	.header { height: 45px; }
	.content-wrapper-product, .content-wrapper, .content-wrapper-home { margin-top: 45px; transition: all 0.1s; }
	.sticky {
		position: fixed;
		transition: transform .9s;transform: translateZ(0);
    -webkit-transform: translateZ(0);-webkit-transform: translate3d(0, 0, 0);
	}.csubmenu.sticky { position:fixed; } 
}

@media only screen and (max-width: 639px) { #mapdiv{ display: none; } }
@media only screen and (max-width: 319px) {
    .cb-content h1 { font-size: 20px; }
	span.custom-breadcrumbs a { font-size: 12px; }
	.custom-menu ul li a {
	font-size: 10px;
    }
}
.wpb_single_image img { padding: 5px 0px; }
input[type="submit"].wpcf7-form-control, input[type="reset"], input[type="submit"].btn-custom {
	background-color: #888888 !important;
	color: #ffffff;
	margin-bottom: 5px !important;
	font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    padding: 8px 18px !important;
	border-radius: 4px;
}

input[type="submit"].wpcf7-form-control:hover, input[type="reset"]:hover, input[type="submit"].btn-custom:hover {
	background-color: #ea9949 !important;
	color: #ffffff !important;
}
.table tr td a:hover { color: #ea9629; text-decoration: none; }

/*
.owl-item {
    min-width: 60px;
    padding:0;
    margin:0;

}*/
div.container.specs-content > table > tbody > tr > td {
    padding: 0px 0 !important;
}
div.container.specs-content > table > tbody > tr > td p {
    margin-bottom: 0em;
}

.vc_column-inner a { color:#000000; }
.vc_column-inner a:hover { color:#ea9949 !important; text-decoration: none;}

.vc_column-inner .other-versions { text-align: center; }
.vc_column-inner .other-versions a { color:#000000; font-weight: bold; font-size:16px; padding: 0 10px; }
.vc_column-inner .other-versions a:hover { color:#ea9949 !important; text-decoration: none;}

article a { color:#ea9949 !important; }
article a:hover { color:#000000 !important; }

.search-results article {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #EEEEEE;
}
.attachment { display: none; }