/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 680px;
}

button, input, select, textarea {
    font-size: 100%;
    overflow: visible;
    margin: 0;
    vertical-align: baseline;
    width: auto;
}

textarea {
    overflow: auto;
    vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
    border: 1px solid rgb(5, 65, 0);
    height: 1px;
}

hr.space {
    background: #ffffff;
    color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
    height: 100%;
}

body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #333333;
    color: #fefefe;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.063rem;
    font-smoothing: antialiased;
    line-height: 1.75rem;
    text-rendering: optimizeLegibility;
}

#fomenu_container {
    font-size: 15px !important;
    line-height: 1.2em !important;
}

#nav2sticky {
    line-height: 1.2em !important;
}

.bodybg {
    position: absolute;
    width: 100%;
    height: 450px;
    background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #333333 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #333333 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #333333 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333', GradientType=0); /* IE6-9 */
    z-index: -1;
}

/* =Typography
-------------------------------------------------------------- */
p {
    word-wrap: break-word;
}

i,
em,
dfn,
cite {
    font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
    font-family: monospace, serif;
    font-style: normal;
}

b,
strong {
    font-weight: 700;
}

pre {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #aaaaaa;
    border-bottom-color: #cccccc;
    border-radius: 2px;
    height: auto;
    margin: 0;
    outline: none;
    padding: 6px 10px;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

del {
    text-decoration: line-through;
}

ins,
dfn {
    border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
    font-size: 85%;
}

abbr,
acronym {
    font-size: 85%;
    letter-spacing: .1em;
    text-transform: uppercase;
}

a abbr,
a acronym {
    border: none;
}

dfn[title],
abbr[title],
acronym[title] {
    border-bottom: 1px solid #cccccc;
    cursor: help;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
    margin-right: 2.127659574468%;
}

.col-60 {
    width: 6.382978723404%;
}

.col-140 {
    width: 14.893617021277%;
}

.col-220 {
    width: 23.404255319149%;
}

.col-300 {
    width: 31.914893617021%;
}

.col-380 {
    width: 40.425531914894%;
}

.col-460 {
    width: 48.936170212766%;
}

.col-540 {
    width: 57.446808510638%;
}

.col-620 {
    width: 65.957446808511%;
}

.col-700 {
    width: 74.468085106383%;
}

.col-780 {
    width: 82.978723404255%;
}

.col-860 {
    width: 91.489361702128%;
}

.col-940 {
    width: 100%;
}

.fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.none {
    display: none;
}

.hide-desktop {
    display: none;
}

.show-desktop {
    display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.ie8 img {
    height: auto;
    width: auto \9;
}

.ie8 img.size-large {
    max-width: 60%;
    width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
    color: #FF6600;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus,
a:active {
    color: #FF9900;
    outline: 0;
    text-decoration: none;
}

::selection {
    background: #999999;
    color: #ffffff;
    text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
    display: inline-block;
    font-weight: 700;
    padding: 2px 0;
}

legend {
    padding: 2px 5px;
}

fieldset {
    border: 1px solid #cccccc;
    margin: 0 0 1.5em;
    padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-bottom-color: #cccccc;
    border-radius: 2px;
    cursor: text;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    max-width: 100%;
}

select {
    height: auto;
    max-width: 100%;
}

area,
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-bottom-color: #cccccc;
    border-radius: 2px;
    height: auto;
    overflow: auto;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    max-width: 100%;
}

map area {
    padding: 0px;
    border: 0px;
}

input,
select {
    cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
    border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
    cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
    width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    color: #212121;
    display: block;
    margin: 0 auto;
    max-width: 750px;
    padding: 10px;
    position: absolute;
    top: 60px;
    text-align: center;
    width: 100%;
}

.msie-box a {
    color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
table {
    border-collapse: collapse;
    width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

ol {
    line-height: 22px;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}

dt {
    font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
    background: #f9f9f9;
    border: none;
    border-left: 4px solid #d6d6d6;
    margin: 20px;
    overflow: auto;
    padding: 0 0 10px 12px;
}

blockquote p {
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
    line-height: 1.0em;
    word-wrap: break-word;
}

h1 {
    font-size: 24px;
    margin-bottom: .75em;
    margin-top: .5em;
}

h1.cim {
    font-size: 24px;
    text-align: center;
    color: #00FF00;
    font-weight: bold;
}

h2.tipus {
    padding-top: 20px;
    font-family: arial;
    font-size: 16px;
    text-align: left;
    color: #FF0000;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    margin-bottom: .75em;
    margin-top: .75em;
}

h2.cim {
    font-size: 20px;
    text-align: center;
    color: #00ff00;
    font-weight: bold;
}

h3 {
    font-size: 1.875em; /* = 30px */
    margin-bottom: .857em;
    margin-top: .857em;
}

h4 {
    font-size: 1.500em; /* = 24px */
    margin-bottom: 1em;
    margin-top: 1em;
}

h5 {
    font-size: 1.125em; /* = 18px */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}

h6 {
    font-size: 1.000em; /* = 16px */
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
table,
address,
blockquote {
    margin: 1.2em 0;
}

th, td {
    padding: .8em;
}

caption {
    padding-bottom: .8em;
}

blockquote {
    padding: 0 1em;
}

blockquote:first-child {
    margin: .8em 0;
}

fieldset {
    margin: 1.6em 0;
    padding: 0 1em 1em;
}

legend {
    padding-left: .8em;
    padding-right: .8em;
}

legend + * {
    margin-top: 1em;
}

input,
textarea {
    padding: .3em .4em .15em;
}

select {
    padding: .1em .2em 0;
}

option {
    padding: 0 .4em;
}

dt {
    margin-bottom: .4em;
    margin-top: .8em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.0em;
}

li ul,
li ol {
    margin: 0;
}

form div {
    margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
    margin: 0 auto;
    max-width: 750px;
    padding: 0px 25px;
}

#wrapper {
    background-color: #000000;
    border: 4px solid #ff0000;
    clear: both;
    margin: 2px auto 0px auto;
    padding: 0 40px 0px 40px;
    position: relative;
}

.wrapper-inside {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #222222;
    height: 1px;
    margin-left: -40px;
}

.front-page #wrapper {
    background-color: transparent;
    border: none;
    margin: 20px auto 20px auto;
    padding: 0;
}

#header {
    position: relative;
    margin-bottom: 17px;
    background: rgb(25,32,47);
    background: -moz-linear-gradient(0deg, rgba(25,32,47,1) 10%, rgba(12,11,23,1) 65%, rgba(10,8,19,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(25,32,47,1) 10%, rgba(12,11,23,1) 65%, rgba(10,8,19,1) 100%);
    background: linear-gradient(0deg, rgba(25,32,47,1) 10%, rgba(12,11,23,1) 65%, rgba(10,8,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19202f",endColorstr="#0a0813",GradientType=1);
    border: 4px solid #ff0000;
    height: auto;
    max-width: 750px;
}

#footer {
    clear: both;
    margin: 0 auto;
    max-width: 750px;
    padding: 0 25px 0 25px;
}

#footer-wrapper {
    margin: 0;
    padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#logo {
    float: left;
    margin: 0;
}

.site-name {
    display: block;
    font-size: 2.063em; /* = 33px */
    line-height: 1.0em;
    padding-top: 20px;
}

.site-name a {
    color: #333333;
    font-weight: 700;
}

.site-description {
    color: #afafaf;
    display: block;
    font-size: 0.875em; /* = 14px */
    margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
    margin-top: 10px;
    margin-bottom: 20px;
}

#content-full {
    margin-top: 0px;
    margin-bottom: 10px;
}

#content-blog {
    margin-top: 10px;
    margin-bottom: 10px;
}

#content-images {
    margin-bottom: 10px;
}

#content-search {
    margin-bottom: 10px;
    margin-top: 10px;
}

#content-archive {
    margin-top: 40px;
    margin-bottom: 10px;
}

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

#content-sitemap a {
    font-size: 12px;
}

#content .sticky {
    clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
    display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    clear: both;
    display: block;
    margin: 30px 0 40px 0;
    padding: 10px;
    overflow: hidden;
}

#author-meta img {
    float: left;
    padding: 10px 15px 0 5px;
}

#author-meta p {
    margin: 0;
    padding: 5px;
}

#author-meta .about-author {
    font-weight: 700;
    margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-bottom: 40px;
    width: 99.893617021277%;
}

#featured p {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    padding: 0 40px 0 40px;
    text-align: center;
}

#featured-image {
    margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
    margin-left: -20px;
}

.fluid-width-video-wrapper {
    display: block !important;
}

.featured-image img {
    margin-top: 44px;
}
.list-container {
    display: flex;
    justify-content: center;
}

.responsive-list {
    columns: 2;
    column-gap: 40px;
    padding: 0;
    list-style: none;
    max-width: 620px;
    margin-bottom: -0.5em;
}

.responsive-list li {
    margin-bottom: 10px;
    padding-left: 40px; /* Space for the custom bullet */
    background-image: url('https://autochip.hu/images/pipa.png');
    background-size: 24px 24px; /* Size of the image */
    background-repeat: no-repeat;
    background-position: left center;
}

@media (max-width: 620px) {
    .responsive-list {
        columns: 1;
        max-width: 100%; /* Full width on smaller screens */
    }
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
    font-size: 12px;
}

#cancel-comment-reply-link {
    color: #990000;
}

.post-data {
    clear: both;
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
}

.post-data a {
    color: #111111;
}

.post-entry {
    clear: both;
    padding-top: 10px;
}

.post-meta {
    clear: both;
    color: #9f9f9f;
    font-size: 12px;
    margin-bottom: 10px;
}

.post-edit {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 1.5em 0;
}

.post-search-terms {
    clear: both;
}

.read-more {
    clear: both;
    font-weight: 700;
}

.attachment-entry {
    clear: both;
    text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
    display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
    color: #aaaaaa;
    font-size: 18px;
    margin-left: 5px;
}

.form-allowed-tags {
    display: none;
    font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
    width: 75%;
}

#widgets {
    margin-top: 40px;
}

#widgets a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#widgets form {
    margin: 0;
}

#widgets ul,
#widgets ol {
    padding: 0 0 0 20px;
}

#widgets ul li a {
    display: inline;
    text-decoration: none;
}

#widgets .widget-title img {
    float: right;
    height: 11px;
    position: relative;
    top: 4px;
    width: 11px;
}

#widgets .rss-date {
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .rssSummary {
    padding: 10px;
}

#widgets cite {
    font-style: normal;
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
    display: block;
    line-height: 1.5em;
    margin: 0;
    word-wrap: break-word;
}

#widgets .textwidget a {
    display: inline;
}

#widgets ul .children {
    padding: 0 0 0 10px;
}

#widgets .author {
    font-weight: 700;
    padding-top: 4px;
}

.widget_archive select, #cat {
    display: block;
    margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
    background: none;
    min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
    width: 100%;
}

#top-widget {
}

.top-widget {
    background: none;
    border: none;
    clear: right;
    float: right;
    min-height: 0;
    padding: 0 3px 0 0;
    text-align: right;
    width: 45%;
}

.top-widget ul {
    padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
    width: auto;
}

.top-widget #searchform {
    margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
    font-size: 60px;
    letter-spacing: -1px;
    margin: 0;
    padding-top: 40px;
    text-align: center;
}

.featured-subtitle {
    padding: 0 10px;
    text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
}

.top-widget .widget-title h3 {
    font-size: 14px;
    padding: 0;
    text-align: right;
}

.widget-title a {
    border-bottom: none;
    padding: 0 !important;
}

.title-404 {
    color: #993333;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
    width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
    display: block;
    padding: 35px 0.5em 0.5em 0;
    position: relative;
}

.skip-link {
    background: #f5f5f5;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    font-size: 0.8125em;
    margin-left: -100%;
    padding: 0.5em;
    text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
    border: 1px solid #666;
}

.custom-background .site {
    -webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
    -moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
    box-shadow: 0 -5px 5px 4px #d5d5d5;
    margin: 0 auto;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
    float: right;
    margin: 10px 0;
    padding: 0;
}

.top-menu li {
    display: inline;
    list-style-type: none;
}

.top-menu li a {
    border-left: 1px solid #cccccc;
    color: #333333;
    font-size: 11px;
    padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
    border-left: none;
}

.top-menu li a:hover {
    color: #333333;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
    background-color: #22ba1e;
    margin: 0 auto;
}

.main-nav {
    clear: both;
}

.menu,
.menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.menu li:hover {
    white-space: normal;
    z-index: 10000;
}

.menu li li {
    float: none;
}

.menu ul {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

.menu li:hover > ul {
    top: 100%;
    visibility: visible;
}

.menu li li:hover > ul {
    left: 100%;
    top: 0;
}

.menu:after,
.menu ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.menu,
.menu ul {
    min-height: 0;
}

.menu ul,
.menu ul ul {
    margin: 0;
    padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.menu ul {
    margin-top: 1px;
    min-width: 15em;
    width: auto;
}

.menu a {
    border-left: 1px solid #585858;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 0.9em;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.menu a:hover {
    background-color: #26d422;
    color: #000;
}

ul.menu > li:hover {
    background-color: #26d422;
    color: #000;
}

.menu .current_page_item a,
.menu .current-menu-item a {
    background-color: #1b9818;
}

.front-page .menu .current_page_item a {
    background: none;
    background-color: transparent;
    background-image: none;
    filter: none;
}

.menu li li {
    background: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    color: #444444;
    filter: none;
    margin: -1px 0 1px 0;
    width: auto;
}

.menu li li a {
    background: transparent !important;
    border: none;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    text-shadow: none;
    white-space: nowrap;
}

.menu li li a:hover {
    background: #f5f5f5 !important;
    background-image: none;
    border: none;
    color: #444444;
    filter: none;
}

.menu li li:hover {
    background: #f5f5f5 !important;
    filter: none;
}

.menu ul > li + li {
    border-top: 0;
}

.menu li li:hover > ul {
    left: 100%;
    top: 0;
}

.menu > li:first-child > a {
    border-left: none;
}

.menu a#responsive_menu_button {
    display: none;
}

.main-nav #responsive_current_menu_item {
    display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
    background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
    min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    clear: both;
    margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-header-menu li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.sub-header-menu li:hover {
    white-space: normal;
    z-index: 10000;
}

.sub-header-menu li li {
    float: none;
}

.sub-header-menu ul {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 10;
}

.sub-header-menu li:hover > ul {
    top: 100%;
    visibility: visible;
}

.sub-header-menu li li:hover > ul {
    left: 100%;
    top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
    min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
    margin: 0;
    padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.sub-header-menu ul {
    margin-top: 1px;
    min-width: 15em;
    width: auto;
}

.sub-header-menu a {
    border-left: 1px solid #e5e5e5;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0.9em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
}

.sub-header-menu a:hover {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-color: #f9f9f9;
    background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
    background-color: #f9f9f9;
}

.sub-header-menu li li {
    background: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    color: #444444;
    filter: none;
    margin: -1px 0 1px 0;
    width: auto;
}

.sub-header-menu li li a {
    border: none;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    text-shadow: none;
    white-space: nowrap;
}

.sub-header-menu li li a:hover {
    background: #f9f9f9;
    background-image: none;
    border: none;
    color: #444444;
    filter: none;
}

.sub-header-menu ul > li + li {
    border-top: 0;
}

.sub-header-menu li li:hover > ul {
    left: 100%;
    top: 0;
}

.sub-header-menu > li:first-child > a {
    border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
    background: none;
    background-image: none;
    filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
    background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
    min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
    margin-left: 0;
    padding: 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
}

.footer-menu li a {
    border-left: 1px solid #cccccc;
    color: #333333;
    padding: 0 8px;
}

.footer-menu li a:hover {
    color: #222222;
}

.footer-menu > li:first-child > a {
    border-left: none;
    padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
    color: #111111;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0;
    padding: 0 5px;
}

.navigation a {
    color: #aaaaaa;
    padding: 4px 10px;
}

.navigation a:hover {
    color: #111111;
    text-decoration: none;
}

.navigation .previous {
    float: left;
}

.navigation .next {
    float: right;
}

.navigation .bracket {
    font-size: 36px;
}

.main-h2 {
    text-align: left;
    margin-top: 10px;
    font-size: 25px;
}

.action-h2 {
    opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-in forwards;
    font-size: 3rem;
    line-height: 3.6rem;
    color: #ffffff;
    text-align: center;
    font-weight:900;
    margin-bottom: 1rem;
    margin-top: -5px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px 0;
}

.pagination a {
    text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
    font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
    margin: 0;
}

.commentlist {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
    color: #111111;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
}

.commentlist li.alt {
    background: #f9f9f9;
}

.commentlist .children {
    list-style: none;
    margin-left: 10px;
    padding: 10px;
}

.commentlist .avatar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
    color: #999999;
}

.comment-body .comment-meta {
    color: #999999;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-body .comment-meta a {
    font-size: 11px;
}

.comment-body {
    clear: both;
    padding: 10px;
}

.comment-body p {
    clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
    list-style: none;
    margin: 20px 0;
}

.pingback cite,
.trackback cite {
    font-style: normal;
}

#pings,
#comments {
    text-align: left;
}

#respond {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
    background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
    background-image: linear-gradient(top, #ffffff, #eaeaea);
    border: 1px solid #cccccc;
    border-bottom-color: #aaaaaa;
    border-radius: 4px;
    clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
    margin-top: 15px;
    padding: 10px 20px 50px;
}

#respond label {
    display: inline;
}

.reply {
    margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
    display: block;
    width: 100%;
}

.nocomments {
    color: #999999;
    font-size: .9em;
    text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
    max-width: 600px;
}

.gallery-columns-2 .gallery-item {
    max-width: 300px;
}

.gallery-columns-3 .gallery-item {
    max-width: 200px;
}

.gallery-columns-4 .gallery-item {
    max-width: 150px;
}

.gallery-columns-5 .gallery-item {
    max-width: 120px;
}

.gallery-columns-6 .gallery-item {
    max-width: 100px;
}

.gallery-columns-7 .gallery-item {
    max-width: 85px;
}

.gallery-columns-8 .gallery-item {
    max-width: 75px;
}

.gallery-columns-9 .gallery-item {
    max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
    max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
    max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
    max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
    max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
    max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
    max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
    max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
    max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
    max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 13px 10px 10px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 10px;
}

img.wp-smiley {
    vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    max-width: 155px;
}

.gallery img {
    border: 1px solid #dddddd;
}

.gallery .gallery-caption {
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery br + br {
    display: none;
}

.attachment-gallery img {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    display: block;
    height: auto;
    margin: 15px auto;
    max-width: 96%;
    padding: 5px;
    width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
    display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
    display: block;
    margin: 15px auto;
    width: auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-border-radius: 2px;
    background-color: #f9f9f9; /* Alabaster */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    white-space: nowrap;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(top, #ffffff, #f1f1f1);
    border: 1px solid #dddddd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #333333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1);
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
    -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
    background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
    text-align: center;
}

.call-to-action a.button {
    font-size: 24px;
    padding: 15px 35px;
}

.call-to-action a.button:hover {
    text-decoration: none;
}

.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
    font-size: 10px;
    padding: 3px 6px;
}

.medium a.button {
    font-size: 16px;
    padding: 8px 16px;
}

.large a.button {
    font-size: 18px;
    padding: 10px 35px;
}

.xlarge a.button {
    font-size: 24px;
    padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
    background-color: #1874cd; /* Dodger Blue */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
    background-image: linear-gradient(top, #4f9eea, #1874cd);
    border: 1px solid #115290;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
    text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
    background-color: #7db7f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
    background-image: linear-gradient(top, #7db7f0, #1874cd);
    border: 1px solid #115290;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
    text-shadow: 0 -1px 0 #115290;
}

a.red {
    background-color: #cd0000; /* Red 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
    background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
    background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
    background-image: -o-linear-gradient(top, #ff2323, #cd0000);
    background-image: linear-gradient(top, #ff2323, #cd0000);
    border: 1px solid #890000;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
    text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
    background-color: #ff5656;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
    background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
    background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
    background-image: -o-linear-gradient(top, #ff5656, #cd0000);
    background-image: linear-gradient(top, #ff5656, #cd0000);
    border: 1px solid #890000;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
    text-shadow: 0 -1px 0 #890000;
}

a.orange {
    background-color: #ff7f00; /* Dark Orange 1 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
    background-image: linear-gradient(top, #ffaa55, #ff7f00);
    border: 1px solid #bb5d00;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
}

a.orange:hover {
    background-color: #ffc388;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
    background-image: linear-gradient(top, #ffc388, #ff7f00);
    border: 1px solid #bb5d00;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
    background-color: #ecca06; /* Yellow Gold */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
    background-image: linear-gradient(top, #fff2aa, #ffd700);
    border: 1px solid #bb9e00;
    color: #161300;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
    text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
    background-color: #fffadd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
    background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
    background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
    background-image: -o-linear-gradient(top, #fffadd, #ffd700);
    background-image: linear-gradient(top, #fffadd, #ffd700);
    border: 1px solid #bb9e00;
    color: #161300;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
    text-shadow: 0 1px 0 #ffffff;
}

a.green {
    background-color: #2e8b57; /* Sea Green 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
    background-image: linear-gradient(top, #4bc380, #2e8b57);
    border: 1px solid #1d5837;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
    background-color: #71d09b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
    background-image: linear-gradient(top, #71d09b, #2e8b57);
    border: 1px solid #1d5837;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
    background-color: #838b83; /* Honey Dew 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
    background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
    background-image: -moz-linear-gradient(top, #afb4af, #838b83);
    background-image: -ms-linear-gradient(top, #afb4af, #838b83);
    background-image: -o-linear-gradient(top, #afb4af, #838b83);
    background-image: linear-gradient(top, #afb4af, #838b83);
    border: 1px solid #626862;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
    text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
    background-color: #c9cdc9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
    background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
    background-image: linear-gradient(top, #c9cdc9, #838b83);
    border: 1px solid #626862;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
    text-shadow: 0 -1px 0 #626862;
}

a.purple {
    background-color: #5d478b; /* Medium Purple 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
    background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
    background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
    background-image: -o-linear-gradient(top, #8771b6, #5d478b);
    background-image: linear-gradient(top, #8771b6, #5d478b);
    border: 1px solid #3f305e;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
    text-shadow: 0 -1px 0 #3f305e;
}

a.purple:hover {
    background-color: #a492c8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
    background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
    background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
    background-image: -o-linear-gradient(top, #a492c8, #5d478b);
    background-image: linear-gradient(top, #a492c8, #5d478b);
    border: 1px solid #3f305e;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
    text-shadow: 0 -1px 0 #3f305e;
}

a.pink {
    background-color: #cd1076; /* Deep Pink 3 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
    background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
    background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
    background-image: -o-linear-gradient(top, #f042a0, #cd1076);
    background-image: linear-gradient(top, #f042a0, #cd1076);
    border: 1px solid #8e0b52;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
    background-color: #f471b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
    background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
    background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
    background-image: -o-linear-gradient(top, #f471b8, #cd1076);
    background-image: linear-gradient(top, #f471b8, #cd1076);
    border: 1px solid #8e0b52;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
    background-color: #b22222; /* Fire Brick */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
    background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
    background-image: linear-gradient(top, #dd4c4c, #b22222);
    border: 1px solid #791717;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
    text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
    background-color: #e57777;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
    background-image: -webkit-linear-gradient(top, #e57777, #b22222);
    background-image: -moz-linear-gradient(top, #e57777, #b22222);
    background-image: -ms-linear-gradient(top, #e57777, #b22222);
    background-image: -o-linear-gradient(top, #e57777, #b22222);
    background-image: linear-gradient(top, #e57777, #b22222);
    border: 1px solid #791717;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
    text-shadow: 0 -1px 0 #791717;
}

a.gold {
    background-color: #8b6508; /* Dark Golden Rod 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
    background-image: linear-gradient(top, #db9f0d, #8b6508);
    border: 1px solid #6b4e06;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
    background-color: #f3b828;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
    background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
    background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
    background-image: -o-linear-gradient(top, #f3b828, #8b6508);
    background-image: linear-gradient(top, #f3b828, #8b6508);
    border: 1px solid #6b4e06;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
    background-color: #8b4513; /* Saddle Brown */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
    background-image: linear-gradient(top, #d66a1d, #8b4513);
    border: 1px solid #4f270b;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
    text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
    background-color: #8b4513;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
    background-image: -moz-linear-gradient(top, #e58541, #8b4513);
    background-image: -ms-linear-gradient(top, #e58541, #8b4513);
    background-image: -o-linear-gradient(top, #e58541, #8b4513);
    background-image: linear-gradient(top, #e58541, #8b4513);
    border: 1px solid #4f270b;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
    text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
    background-color: #c0c0c0; /* Silver */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: linear-gradient(top, #eaeaea, #c0c0c0);
    border: 1px solid #9e9e9e;
    color: #444444;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
    text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
    background-image: linear-gradient(top, #ffffff, #c0c0c0);
    border: 1px solid #9e9e9e;
    color: #444444;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
    text-shadow: 0 1px 0 #ffffff;
}

a.gray {
    background-color: #696969; /* Dim Gray */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
    background-image: -webkit-linear-gradient(top, #939393, #696969);
    background-image: -moz-linear-gradient(top, #939393, #696969);
    background-image: -ms-linear-gradient(top, #939393, #696969);
    background-image: -o-linear-gradient(top, #939393, #696969);
    background-image: linear-gradient(top, #939393, #696969);
    border: 1px solid #474747;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
    text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
    background-color: #adadad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
    background-image: -webkit-linear-gradient(top, #adadad, #696969);
    background-image: -moz-linear-gradient(top, #adadad, #696969);
    background-image: -ms-linear-gradient(top, #adadad, #696969);
    background-image: -o-linear-gradient(top, #adadad, #696969);
    background-image: linear-gradient(top, #adadad, #696969);
    border: 1px solid #474747;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
    text-shadow: 0 -1px 0 #474747;
}

a.black {
    background-color: #080808; /* Black */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
    background-image: -webkit-linear-gradient(top, #323232, #080808);
    background-image: -moz-linear-gradient(top, #323232, #080808);
    background-image: -ms-linear-gradient(top, #323232, #080808);
    background-image: -o-linear-gradient(top, #323232, #080808);
    background-image: linear-gradient(top, #323232, #080808);
    border: 1px solid #000000;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
    text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
    background-color: #4c4c4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
    background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
    background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
    background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
    background-image: -o-linear-gradient(top, #4c4c4c, #080808);
    background-image: linear-gradient(top, #4c4c4c, #080808);
    border: 1px solid #000000;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
    text-shadow: 0 -1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 20px 0;
    padding: 15px;
    text-align: left;
}

.alert {
    background-color: #faebeb;
    border: 1px solid #dc7070;
    color: #212121;
}

.address {
    background-color: #f6f5ef;
    border: 1px solid #cdc9a5;
    color: #212121;
}

.notice {
    background-color: #fbf9e9;
    border: 1px solid #e3cf57;
    color: #212121;
}

.success {
    background-color: #f9fde8;
    border: 1px solid #a2bc13;
    color: #212121;
}

.download {
    background-color: #fff4e5;
    border: 1px solid #ff9912;
    color: #212121;
}

.information {
    background-color: #eef3f6;
    border: 1px solid #6ca6cd;
    color: #212121;
}

.required {
    color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
    padding: 40px 0 0 0;
}

#breadcrumb a {
    color: #0066cc;
    font-size: 12px;
    font-weight: 400;
}

#breadcrumb a:hover {
    color: #444444;
    text-decoration: none;
}

#content-woocommerce {
    margin-top: 40px;
    margin-bottom: 20px;
}

.products ul, ul.products {
    margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
    width: 100%;
}

#stickynav-mobile {
    display: none;
}

table.shop_table {
    table-layout: fixed;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width: 767px) {
    table.shop_table {
        font-size: 10px;
    }
}

@media screen and (max-width: 776px) {
    #mobile-language-switcher a {
        display: inline-block;
    }

    #stickynav-mobile {
        display: block;
    }

    ul.topnav.responsive {
        position: relative;
        max-height: 1000px;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }
}

ul.topnav {
    display: block;
}

@media screen and (min-width: 777px) {
    ul.topnav {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    table.shop_table {
        font-size: 8px;
    }
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
    cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
    float: right;
    text-align: left
}

.rtl .icl_languages_selector {
    float: left;
    text-align: right
}

@media screen and (max-width: 650px) {
    .icl_languages_selector,
    .rtl .icl_languages_selector {
        float: none;
    }
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
    display: inline;
    list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
    font-size: 11px;
    line-height: 1.5em;
}

#footer a {
    color: #333333;
    font-weight: 400;
}

#footer a:hover {
    color: #444444;
}

#footer-wrapper .grid.col-940 {
    margin: 0;
}

.scroll-top {
    text-align: center;
}

.copyright {
    text-align: left;
}

.powered {
    text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
    margin-right: 0;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
    list-style: none;
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align: right;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
    display: inline;
    margin: 1px;
    padding-left: 3px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
    content: ' ';
    display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
    clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
    zoom: 1;
}

.clear {
    clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
    media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    ul, ol, dl {
        page-break-before: avoid;
    }
}

/*  Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    body {
    }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/

#footer-wrap {
    max-width: 750px;
    height: auto;
    border: 4px solid #ff0000;
    margin: 18px auto 0 auto;
    background-color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

#footer-wrap img {
    vertical-align: text-bottom;
}

#footer-wrap p {
    margin: 1.3em 0;
}

.footer-inside {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #222222;
    height: 1px;
}

.menu {
    /*max-width: 720px;*/
    margin: 0 auto;
}

.main-nav {
    border-top: 1px solid #000;
    background-color: #585858;
    clear: both;
}

#aa {
    width: 400px;
    height: 118px;
    float: left;
    margin-left: 30px;
    margin-top: -3px;
    margin-bottom: 3px;
    background: url('../../images/autochip-logo.jpg');
    background-position: 0;
    background-repeat: no-repeat;
}

#aa object {
    margin-left: 0;
}

#autochip-logo {
    margin-left: 10px;
    display: none;
}

#autochip-fordsz {
    margin-left: 15px;
    display: none;
}

#bb {
    width: 250px;
    height: 155px;
    margin-right: 40px;
    float: right;
    background: url('../../images/autochip-fordsz.jpg');
    background-position: 0;
    background-repeat: no-repeat;
}

#bb object {
    margin-right: 0;
}

#ab {
    max-width: 750px;
    margin-top: 12px;
}

#nav1 {
    float: left;
    margin-top: 4px;
    margin-left: 22px;
    margin-right: -14px;
    position: relative;
    z-index: 2;
}

#nav1 span {
    line-height: 25px;
}

#nav2 {
    margin: 5px auto 18px auto;
    max-width: 670px;
    text-align: center;
}

#nav2-table {
    margin: 0 auto 15px auto;
    max-width: 670px;
    width: 100%;
    text-align: center;
    display: table;
    border-spacing: 5px;
}

.nav2-table-row {
    display: contents;
}

#nav2sticky {
    margin: 5px auto 18px auto;
    text-align: center;
    position: fixed;
    display: block;
    top: 20px;
    margin-top: 0;
    margin-left: -4px;
    z-index: 997;
    background-color: #000;
    padding: 9px 0px 7px 0px;
    border: 4px solid #f00;
    width: 742px;
    max-width: 742px;
}

#nav2-table-sticky {
    margin: 0 auto;
    max-width: 742px;
    width: 100%;
    text-align: center;
    display: table;
    border-spacing: 2px;
    margin-bottom: 8px;
}

#stickynav {
    display: none;
}

@media screen and (max-width: 777px) {
    #stickynav {
        display: none !important;
    }
}

.vidgal {
    float: left;
    width: 260px \9;
}

.zaszlok {
    float: left;
    width: 145px \9;
}

.gal {
    padding-left: 20px;
}

#backtofront {
    text-align: right;
    margin-top: 10px;
}

#wrapper-bot {
    width: 100%;
    height: 24px;
    border-top: 1px solid #151515;
    background: #222222; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDFjMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #222222 0%, #1d1c1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #1d1c1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #222222 0%, #1d1c1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #222222 0%, #1d1c1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #222222 0%, #1d1c1d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #222222 0%, #1d1c1d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#1d1c1d', GradientType=0); /* IE6-8 */

}

#totop {
    text-align: right;
}

#tomainpage {
    text-align: left;
    float: left;
}

#px_count {
    margin-top: -6px;
}

#px_count div {
    padding-top: 9px;
}

#achfb {
    padding-left: 7px;
    padding-top: 3px;
    text-align: left;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #282828;
    border: 1px solid #1b1b1b;
    width: 173px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: 7px 23px;
    background-image: url(../../images/autochip_facebook2.png);
}

#achfb:hover {
    padding-left: 7px;
    padding-top: 3px;
    text-align: left;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #282828;
    border: 1px solid #1b1b1b;
    width: 173px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: 7px 23px;
    background-image: url(../../images/autochip_facebook.png);
}

#achfbsub {
}

#achfbsub:hover {
}

.fb_iframe_widget span,
iframe.fb_iframe_widget_lift,
.fb_iframe_widget iframe {
    /*width:66px !important;
    height:61px !important;
    position:relative;*/
}

table.autok {

    border-width: 1px;

    border-spacing: 1px;

    border-style: solid;

    border-color: gray gray gray gray;

    border-collapse: separate;

    font-size: 12px

}

table.autok th {

    border-width: 1px;

    padding: 1px;

    border-style: dashed;

    border-color: #5a5a5a;

    -moz-border-radius: 0px 0px 0px 0px;

    font-size: 12px;

    vertical-align: middle;

}

table.autok td {

    border-width: 1px;

    padding: 0px;

    border-style: dashed;

    border-color: #5a5a5a;

    -moz-border-radius: 0px 0px 0px 0px;

    font-size: 12px;

    vertical-align: middle;

}

.style1 {
    font-size: 15px
}

.style2 {
    color: #00FF00;
    font-weight: bold
}

.style3 {
    color: #FF0000;
    font-size: 15px
}

.style30 {
    color: #00FF00
}

.style4 {
    color: #FFFFFF
}

.style5 {

    color: #00FF00;

    font-weight: bold;

    font-size: 16px;

}

.style6 {
    font-size: 15px;
    color: #00FF00;
    font-weight: bold;
}

.style7 {

    font-weight: bold;

    color: #00FF00;

    font-size: 17px;

}

.style8 {
    color: #FF0000;
    font-weight: bold;
}

.style9 {

    font-size: 16px;

    color: #00FF00;

    font-weight: bold;

}

.style10 {

    font-size: 16px;

    font-weight: bold;

}

.style11 {

    font-size: 16px;

    color: #00CC00;

}

.style12 {
    font-size: 14px;
    padding: 3px;
    color: #FFFF00;
}

.style13 {

    color: #00CC00;

    font-weight: bold;

}

.style14 {

    color: #00CC00;

    font-weight: bold;

}

.style15 {

    font-weight: bold;

    color: #00FF00;

    font-size: 16px;

}

.style16 {
    font-size: 14px;
    color: #00CC00;
}

.style17 {

    font-size: 13px;

    color: #FF9900;

    font-weight: bold;

}

.style18 {

    font-weight: bold;

    color: #000000;

}

.style19 {

    font-weight: bold;

    color: #000000;

    text-align: center;

}

.style20 {

    color: #FF9900;

    font-weight: bold;

}

.style21 {
    font-weight: bold;
}

.style30 {
    color: #EEEEEE
}

.style31 {
    color: #00FF00
}

.style7 {
    color: #009900
}

.tipusl {
    width: 169px;
    display: inline-block;
}

#hivasmost {
    display: none;
}

.noresvidpre {
    max-width: 345px;
    display: inline-block;
}

.noresvid {
    max-width: 300px;
    display: inline-block;
    margin: 0 0px 0 10px;
}

.noresvid .fluid-width-video-wrapper {
    padding-top: inherit !important;
    width: inherit !important;
    position: inherit !important;
    padding: inherit !important;
}

.noresvid .fluid-width-video-wrapper iframe {
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    width: inherit !important;
    height: inherit !important;
}

.ach-video-wrapper {
    float: right;
    margin: 25px 0 15px 20px;
    width: 340px;
    height: 191px;
}

.ach-video-wrapper2 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

.ach-video-wrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.ach-video-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.tipusvalaszto-cim {
    text-align: center;
    font-size: 20px;
    margin: 19px 0 7px 0;
    font-weight: bold;
}

.ach-video-box iframe,
.ach-video-box object,
.ach-video-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.facebookOuter {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    background-color: #080808;
    width: 300px;
    height: 310px;
    border: 1px solid #333;
}

.tablazat-bottom {
    font-size: 14px; text-align: center;
}

.facebookInner {
    height: 310px;
    overflow: hidden;
}

.paris-wrapper {
    max-width: 100%;
}

.paris-wrapper b {

}

.refko1 {
    display: table !important;
    max-width: 540px;
    float: left;
}

.refko2 {
    display: table !important;
    max-width: 540px;
    float: left;
}

.refko1res {
    display: none;
}

.refko2res {
    display: none;
}

.chiptuning-gyik h3 {
    color: #00ff00;
    font-size: 1em;
    margin: 1.5em 0;
}

.chiptuning-gyik h4 {
    font-size: 1em;
    margin: 0.5em 0 0em 0;
    font-weight: normal;
    color: #00ff00;
}

.post .entry-title.post-title:first-of-type {
    margin-top: 20px;
}

.chiptuning-gyik p {
    margin: 0em 0 1.5em 0;
}

.chiptuning-gyik .gyik-img {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.chiptuning-gyik .gyik-img img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -7px;
}

.chiptuning-gyik h4 {
    display: block;
}

.chiptuning-gyik .gyik-v {
    margin-top: 7px;
    clear: both;
}

.chiptuning-gyik .gyik-v img {
    float: left;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 0px;
}

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999;background-color: #1b1b1b !important}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:100%;left:0;right:0;bottom:0}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{border-radius: 5px;display: inline-flex;padding: 0 10px;margin-top: 7px;font-size: .8em;font-weight: 700;border-width: 2px;border-style: solid;text-align: center;align-items: center;background-color:#00a800 !important;}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:inline-block;margin-bottom:1em;font-size:13px;}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:inline-block;max-width: 80px;align-items:center;align-content:space-between;padding-right:10px}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:9px;right:9px}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}

.cc-floating.cc-theme-edgeless .cc-message {
    margin:0.5em 1em;
    margin-left: calc(50% - 190px);
    text-align: center;
}

.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

#logo_container {
    display: block;
    position: relative;
    margin: 12px 0 0 12px;
}

#logo_container a {
    display: inline-block;
}

#mmc_logo {
    display: inline-block;
}

#chiptuning_telszam_felirat {
    display: inline-block;
    margin: 0 0 0 13px;
}

#zaszlo_container {
    display: block;
    margin: 30px 0 0 20px;
}

#kisgomb_container {
    display: block;
    margin: 16px 0 0 1px;
}

#kisgomb_container a {
    display: inline-block;
    margin-left: -6px;
}

#kisgomb_container a:first-of-type {
    margin-left: 0px;
}

#fomenu_container {
    display: block;
    margin: 9px 0 3px 1px;
    position: relative;
    z-index: 9;
}

#fomenu_container a:active {
    transform: translate(0, 2px);
}

#fomenu_container a:hover img {
    filter: brightness(110%);
}

#kisgomb_container a:active {
    transform: translate(0, 2px);
}

#kisgomb_container a:hover img {
    filter: brightness(110%);
}

.fomenu-flex {
    display: inline-block;
}

.fomenu-flex:nth-of-type(2) {
    margin-left: -10px;
}

#stickynav #fomenu_container {
    margin: 15px -4px -14px -5px;
}

#fomenu_container a {
    margin-left: -10px;
    display: inline-block;
}

@-moz-document url-prefix() {
    #fomenu_container .fomenu-flex:nth-of-type(2) a:nth-of-type(4) {
        margin-left: -9px;
    }
}

noindex:-o-prefocus, .class {
#fomenu_container .fomenu-flex:nth-of-type(2) {
    margin-left: -9px;
}

#fomenu_container .fomenu-flex:nth-of-type(2) a:nth-of-type(4) {
    margin-left: -11px;
}
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {

}

#fomenu_container a:first-of-type {
    margin-left: 0px;
}

#animation_container {
    position: absolute;
    display: block;
    right: 8px;
    top: 14px;
    background-color: rgba(255, 255, 255, 0);
    max-width: 408px;
    width: 100% !important;
}

#canvas {
    max-width: 408px;
    width: 100% !important;
    height: initial !important;
}

#dom_overlay_container {
    max-width: 408px !important;
    width: 100% !important;
    height: 100% !important;
}

#animation_container #fordszam_alap {
    position: absolute;
}

.dsk_btn {
    display: inline-block;
}

.mob_btn {
    display: none;
}


/* reszponzitivás */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    #aa {
        margin-left: 0px !important;
        width: 410px !important;
    }

    #aa div {
        margin-left: -4.8px;
        margin-top: 0.8px;
    }

    #bb {
        /*margin-right: 10px !important;*/
    }

    #ab {
        padding-left: 15px;
    }

    /*#aa div {
        margin-left: 4px !important;
        width: 410px !important;
    }

    #bb div {
        margin-right: 28px !important;
    }*/
}

@media screen and (min-width: 1025px) {
    .refe2 {
        visibility: hidden;
        display: none;
    }

    #px_count {
        visibility: hidden;
        display: none;
    }

    #backtofront {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .refe1 {
        visibility: hidden;
        display: none;
    }

    .ref001 {
        margin-bottom: 5px !important;
        margin-top: -5px !important;
        height: 55px !important;
    }

    #px_fb {
        visibility: hidden;
        display: none;
    }

    #px_gplus {
        display: block !important;
    }

    .fb_iframe_widget span,
    iframe.fb_iframe_widget_lift,
    .fb_iframe_widget iframe {
        /* width:116px !important;
         height:20px !important;
         position:relative;*/
    }
}

.lap2 {
    margin-top: 100px;
}

#vs-clearfix {
    display: none;
}

.btn-3d {
    outline: none !important;
    -moz-outline-style: none !important;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 5px;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    border-radius: 6px;
    height: 33px;
    line-height: 15px;
    text-align: center;
    transition: top .01s linear;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    background: #5cc45c;
    background: -moz-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5cc45c), color-stop(9%, #5cc45c), color-stop(15%, #00a800), color-stop(100%, #00a800));
    background: -webkit-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: -o-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: -ms-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: linear-gradient(to bottom, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cc45c', endColorstr='#00a800', GradientType=0);
    box-shadow: 3px 0 0 1px #5cc45c inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 2px 0 0 #00a800b3, 0 4px 0 1px rgba(0, 0, 0, .4), 0 4px 4px 1px rgba(0, 0, 0, 0.5);
}

.btn-3d:hover {
    background: #5cc45c;
    background: -moz-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5cc45c), color-stop(9%, #5cc45c), color-stop(15%, #00c300), color-stop(100%, #00c300));
    background: -webkit-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: -o-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: -ms-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: linear-gradient(to bottom, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cc45c', endColorstr='#00b800', GradientType=0);
    color: #000 !important;
}

.btn-3d:active {
    top: 2px;
    box-shadow: 0 0 0 1px #00b800 inset,
    0 0 0 2px rgba(255, 255, 255, 0.15) inset,
    0 0 0 1px rgba(0, 0, 0, 0.4);
    color: #000 !important;
}

.btn-3d:focus {
    color: #000 !important;
}

table.dataTable tbody td {
    border-bottom: 1px dashed #5a5a5a !important;
    border-right: 1px dashed #5a5a5a !important;
    border-top: none !important;
    padding: 1px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 20px;
}

#fooldal-tipusvalasztas {
    margin-left: -17px;
    margin-right: -17px;
    padding-bottom: 0px;
    margin-bottom: -9px;
    text-align: center;
}

#fooldal-tipusvalasztas img {
    max-width: 71px;
    height: auto;
}

#fooldal-tipusvalasztas .tipusl {
    width: inherit !important;
}

/*responsive*/

@media screen and (min-width: 480px) and (max-width: 2px) {
    #nav2-table .nav2-table-row:nth-of-type(1) a:nth-of-type(3) br {
        display: none;
    }
}

@media screen and (max-width: 815px) {
    .western {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-bottom: -10px !important;
        margin: 1.2em 0 !important;
        position: relative !important;
    }

    table.dataTable tbody td {
        padding: 0px !important;
        font-size: 12px !important;
    }

    .tagcloud a:nth-of-type(1) {
        font-size: calc(5px + 3vmin) !important;
    }

    .tagcloud a:nth-of-type(2) {
        font-size: calc(5px + 3.2vmin) !important;
    }

    .tagcloud a:nth-of-type(3) {
        font-size: calc(5px + 2.8vmin) !important;
    }

    .tagcloud a:nth-of-type(4) {
        font-size: calc(5px + 2.4vmin) !important;
    }

    .tagcloud a:nth-of-type(5) {
        font-size: calc(5px + 2vmin) !important;
    }

    .tagcloud a:nth-of-type(6) {
        font-size: calc(5px + 2.4vmin) !important;
    }

    .tagcloud a:nth-of-type(7) {
        font-size: calc(5px + 2.8vmin) !important;
    }

    .tagcloud a:nth-of-type(8) {
        font-size: calc(5px + 3.2vmin) !important;
    }

    .tagcloud a:nth-of-type(9) {
        font-size: calc(5px + 2.4vmin) !important;
    }

    .tagcloud a:nth-of-type(10) {
        font-size: calc(5px + 3.2vmin) !important;
    }

    .tagcloud a:nth-of-type(11) {
        font-size: calc(5px + 2.4vmin) !important;
    }

    #nav2-table {
        display: block;
        width: 97%;
    }

    .nav2-table-row {
        display: table;
        width: 100%;
        font-size: 15px;
    }

    .btn-3d {
        height: 7vmin;
        display: table-cell;
        font-size: 3.4vmin;
        font-size: calc(5px + 2.1vw);
        padding: 1vmin 5px 0px 5px;
        line-height: 3.4vmin;
    }

    #vs-clearfix {
        display: block;
    }

    #bb div {
        display: none;
    }

    #bb {
        background: none !important;
    }

    #aa div {
        display: none;
    }

    #autochip-logo {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    #autochip-fordsz {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    #aa {
        width: 67%;
        max-width: 400px;
        height: auto;
        margin-left: 0;
        margin: -2% auto 0 auto;
        background: none;
    }

    #bb {
        width: 28%;
        max-width: 214px;
        height: auto;
        margin-left: 0;
        background: none;
        margin-right: 2%;
        margin-top: 0.3%;
        margin-bottom: 10px;
    }

    #aa img {
        margin-top: 20px;
        margin-left: 7%;
        margin-bottom: 4px;
    }

    #bb img {
        margin-top: 20px;
    }

    #nav1 {
        text-align: center;
        float: none;
        width: 67%;
        margin-top: 4px;
        margin-left: 10px;
        margin-right: 0px;
    }

    #nav2 {
        margin: 5px auto 10px auto;
    }

    .vidgal {
        float: none;
        display: inline-block;
    }

    .tagcloud a {
        display: inline-block;
        margin: 1px 4px;
    }

    .zaszlok {
        float: none;
        display: inline-block;
        margin: 6px 0;
    }

    #px_count div {
        padding-top: 12px;
    }

    .zaszlok span a {
        display: inline-block;
        margin-left: 3px;
    }

    #nav2 a {
        display: inline-block;
        zoom: 1.2;
    }

    .gal {
        padding-left: 0px;
    }

    #ab {
        margin-top: 0px;
    }

    #wrapper {
        padding: 0 15px 0px 15px;
    }

    #container {
        padding: 0px 0px;
    }

    .wrapper-inside {
        margin-left: -15px;
    }

    .lap2 {
        margin-top: 0;
        float: none !important;
        margin: 0 auto !important;
    }

    #hivasmost {
        width: 100%;
        height: 3em;
        background-color: #f00;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        text-align: center;
    }

    #hivasmost a {
        color: #fff;
        font-weight: bold;
        font-size: 1.6em;
        line-height: 2em;
        vertical-align: middle;
        display: block;
    }

    .timestampContent {
        display: block;
        margin: 5px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 815px) {
    /* IE10+ specific styles go here */
    #aa {
        margin-left: 0px !important;
        width: 60% !important;
    }

    #bb {
        margin-right: 7% !important;
    }

    #ab {
        padding-left: 0px;
    }
}

.ref2 {
    display: none;
}

@media screen and (max-width: 550px) {
    #fooldal-tipusvalasztas img {
        max-width: 45px;
        height: auto;
    }

    #fooldal-tipusvalasztas {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 7px;
    }

    .refkep {
        float: none !important;
        display: block;
        margin: 0 auto 10px auto !important;
    }

    .ref1 {
        display: none;
    }

    .ref2 {
        float: none !important;
        display: block;
        margin: 0 auto 10px auto !important;
    }

    .refko1 {
        display: none !important;
        max-width: 540px;
        float: left;
    }

    .refko2 {
        display: none !important;
        max-width: 540px;
        float: left;
    }

    .refko1res {
        display: block;
        text-align: center;
    }

    .refko2res {
        display: block;
        text-align: center;
    }
}

.wpforms-field-label {
    color: #fff !important;
    margin: 5px 0 !important;
}

.wpforms-field-label-inline {
    color: #fff !important;
}

.wpforms-field-description {
    color: #ffffff !important;
}

div.wpforms-container-full {
    padding: 15px !important;
    background-color: #3f3f3f !important;
}

div.wpforms-container-full .wpforms-form .wpforms-head-container {
    padding: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-title {
    color: #fff !important;
}

.wpforms-container .wpforms-field {
    padding: 7px 0 !important;
}

.cta-mmc-green {
    display: inline-block;
    padding: 1em 2em;
    font-size: clamp(14px, 2vw, 20px); /* dynamic font size: min 14px, max 20px */
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;

    background: linear-gradient(180deg, #00a850 0%, #006b32 100%);
    border: 2px solid #00ff66;
    border-radius: 6px;

    box-shadow:
            0 0 0 2px #000,
            0 10px 26px rgba(0, 255, 102, 0.45);

    position: relative;
    transition: all 0.25s ease;

    width: max-content;     /* shrink to fit content */
    max-width: 90vw;        /* don't overflow viewport */
    text-align: center;
    margin: 0 auto;         /* center horizontally */
    box-sizing: border-box;
    white-space: nowrap;    /* keep text in single line */
}

/* INNER GLOW */
.cta-mmc-green::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 4px;
    box-shadow: inset 0 0 12px rgba(255,255,255,0.15);
    pointer-events: none;
}

/* HOVER EFFECT */
.cta-mmc-green:hover {
    color: #ffffff !important;
    background: linear-gradient(180deg, #00ff66 0%, #00a850 100%);
    box-shadow:
            0 0 0 2px #000,
            0 14px 34px rgba(0, 255, 102, 0.65);
    transform: translateY(-2px);
}

/* PRESS EFFECT */
.cta-mmc-green:active {
    transform: translateY(1px);
    box-shadow:
            0 0 0 2px #000,
            0 6px 18px rgba(0, 255, 102, 0.5);
}

.cta-mmc-red {
    display: inline-block;
    padding: 1em 2em;
    font-size: clamp(14px, 2vw, 20px); /* dynamic font size */
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;

    background: linear-gradient(180deg, #ff3b3b 0%, #b80000 100%);
    border: 2px solid #ff6666;
    border-radius: 6px;

    box-shadow:
            0 0 0 2px #000,
            0 10px 26px rgba(255, 102, 102, 0.45);

    position: relative;
    transition: all 0.25s ease;

    width: max-content;     /* shrink to fit content */
    max-width: 90vw;        /* don't overflow viewport */
    text-align: center;
    margin: 0 auto;         /* center horizontally */
    box-sizing: border-box;
    white-space: nowrap;    /* keep text in single line */
}

/* INNER GLOW */
.cta-mmc-red::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 4px;
    box-shadow: inset 0 0 12px rgba(255,255,255,0.15);
    pointer-events: none;
}

/* HOVER EFFECT */
.cta-mmc-red:hover {
    color: #ffffff !important;
    background: linear-gradient(180deg, #ff6666 0%, #ff3b3b 100%);
    box-shadow:
            0 0 0 2px #000,
            0 14px 34px rgba(255, 102, 102, 0.65);
    transform: translateY(-2px);
}

/* PRESS EFFECT */
.cta-mmc-red:active {
    transform: translateY(1px);
    box-shadow:
            0 0 0 2px #000,
            0 6px 18px rgba(255, 102, 102, 0.5);
}


@media screen and (max-width: 435px) {
    #bb {
        display: none;
    }

    #aa {
        width: 100%;
        margin: 0 auto;
    }

    #aa img {
        margin-top: 0;
        margin-left: 0;
    }

    #nav1 {
        width: 100%;
        margin-left: 0;
    }

    #nav2 img {
        height: 30px;
        width: auto;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 435px) {
    /* IE10+ specific styles go here */
    #aa {
        margin-left: 0px !important;
        width: 100% !important;
    }

    #aa img {
        margin-top: 10px;
    }
}

#getFixed > th:nth-of-type(1) {
    font-size: 15px;
}

#getFixed > th:nth-of-type(5) {
    border: none;
    background-color: #000;
}

#getFixed2 {
    line-height: 12px;
}

#getFixed2 > th:nth-of-type(1), #getFixed2 > th:nth-of-type(5), #getFixed2 > th:nth-of-type(9) {
    border: none;
    background-color: #000;
}

.stick {
    position: fixed;
    top: 0px;
}

#kontener {
    max-width: 400px;
    border: 1px solid red;
}

#teszt {
    border: 1px solid yellow;
    width: inherit;
}

#fixedelement {
    position: fixed;
    width: inherit;
    border: 1px solid green;
}

.tipusl a, #nav1 a, #nav2 a, .tipusl a:active, #nav1 a:active, #nav2 a:active {
    outline: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    /*IE10*/
    -ms-user-select: none;
    user-select: none;

    /*You just need this if you are only concerned with android and not desktop browsers.*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tipusl img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    box-shadow: #000 0em 0em 0em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition: all .3s ease-in-out;
}

.tipusl .sprite {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    box-shadow: #000 0em 0em 0em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition: -webkit-transform .3s ease-in-out;
}

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.tipusl img:active {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.tipusl .sprite:active {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@media screen and (min-width: 1023px) {
    .tipusl img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    .tipusl .sprite:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
}

a .telhivas {
    outline: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.telhivas {
    display: inline-block;
    background-image: url('https://autochip.hu/wp-content/uploads/2015/04/hivas-most-zold-ach-gomb-rajta.png');
    background-repeat: no-repeat;
    margin: 10px 20px 10px 20px;
}

.telhivas:focus img, .telhivas:active img {
    visibility: hidden;
}

@media screen and (max-width: 430px) {
    .telhivas {
        display: block;
        background-image: url('https://autochip.hu/wp-content/uploads/2015/04/hivas-most-zold-ach-gomb-rajta.png');
        background-repeat: no-repeat;
        margin: 10px auto;
        width: 107px;
    }

    .ach-video-wrapper {
        width: 100%;
        height: inherit;
        position: relative;
        float: none;
        margin: 0;
        display: block;
        text-align: center;
    }

    .ach-video-wrapper iframe {
        width: 100%;
        height: auto;
    }

    .facebookOuter {
        float: none;
        display: none;
        margin: 0 0 10px 0;
        background-color: #080808;
        width: 100%;
        height: 310px;
        border: 1px solid #333;
    }

    .paris-wrapper {
        float: none;
    }
}

/*! SocialCount - v0.1.10 - 2015-01-29
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2015 zachleat; Licensed MIT */

.socialcount {
    color: #fff;
    font-size: .875em;
    line-height: 2.2em;
}

/* Base CSS */

.socialcount {
    list-style: none;
    padding-left: 0;
    margin: 0 0 .6em 0;
    overflow: hidden;
}

.socialcount-large {
    line-height: normal;
}

.socialcount :link,
.socialcount :visited {
    color: inherit;
}

.socialcount > li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    vertical-align: top;
    min-width: 80px;
    min-height: 30px;
    text-align: center;
    white-space: nowrap;
    *margin-right: 4px;
}

.socialcount-small > li {
    min-width: 0;
}

.socialcount-large > li {
    float: left;
    margin: 0 .6em .6em 0;
    min-width: 54px;
}

.socialcount > li > a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: inherit;
}

.socialcount-small > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

.socialcount-large > li > a {
    padding: 12px 5px 8px;
}

.socialcount .count {
    color: inherit;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    margin-left: 6px;
}

.socialcount-large .count {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
}

.socialcount-small .count {
    margin-left: 0;
}

.socialcount .button {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    pointer-events: none;
    line-height: 100%;
}

.socialcount .button iframe {
    pointer-events: auto;
}

.socialcount-large .button {
    top: auto;
    bottom: 2px;
}

.fbbg .button {
    top: 1px;
}

.fbbg2 .button {
    top: -1px;
}

.socialcount.grade-a.activate-on-hover > li.hover.loaded .count,
.socialcount.grade-a.activate-on-click > li.hover.loaded .count {
    text-indent: -999px;
}

.socialcount.grade-a.activate-on-hover > li.hover.loaded .button,
.socialcount.grade-a.activate-on-click > li.hover.loaded .button {
    display: block;
}

.socialcount.grade-a.activate-on-hover > li.hover.loaded > a,
.socialcount.grade-a.activate-on-click > li.hover.loaded > a {
    cursor: default;
}

.socialcount-small.grade-a.activate-on-hover > li.hover.loaded > a,
.socialcount-small.grade-a.activate-on-click > li.hover.loaded > a,
.socialcount.grade-a.activate-on-hover > li.hover.loaded .button iframe,
.socialcount.grade-a.activate-on-click > li.hover.loaded .button iframe {
    cursor: pointer;
}

.socialcount.like.de_DE > .facebook {
    min-width: 90px; /* like */
}

.socialcount.recommend .facebook {
    min-width: 120px;
}

.socialcount-small.recommend .facebook {
    min-width: 0;
}

.socialcount-large.recommend .facebook {
    min-width: 105px;
}

.socialcount .facebook iframe {
    height: 21px;
    width: 90px; /* recommend */
}

.socialcount.de_DE .facebook iframe {
    width: 83px; /* recommend */
}

.socialcount.fr_FR .facebook iframe {
    width: 98px; /* recommend */
}

.socialcount.like .facebook iframe {
    width: 80px; /* like */
    height: 58px;
}

.socialcount.like.de_DE .facebook iframe {
    width: 83px; /* like */
}

.socialcount.like.fr_FR .facebook iframe {
    width: 57px; /* like */
}

.socialcount .pinterest {
    display: none;
}

.socialcount .pinterest .button {
    bottom: 0;
    pointer-events: auto;
}

.socialcount-large .pinterest .button {
    bottom: 10px;
}

.socialcount > .pinterest:hover {
    cursor: pointer;
}

.socialcount-small .pinterest .count {
    text-indent: -999px;
}

.socialcount .loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #aaa;
    background-color: rgba(170, 170, 170, 0.7);
    color: #000;
    text-transform: uppercase;
    font-size: .75em;
    text-align: center;
    border-radius: 5px;
}

.socialcount-large .loading {
    padding-top: 30%;
}

.socialcount .loading .dot {
    display: inline-block;
    /* no ie7 compat needed here, just shows the text links */
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;

    -webkit-animation: socialCountLoadingFade .6s infinite;
    -moz-animation: socialCountLoadingFade .6s infinite;
    animation: socialCountLoadingFade .6s infinite;
}

.socialcount .loading .dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.socialcount .loading .dot:nth-child(2) {
    -webkit-animation-delay: .05s;
    -moz-animation-delay: .05s;
    animation-delay: .05s;
}

.socialcount .loading .dot:nth-child(3) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s;
}

@-webkit-keyframes socialCountLoadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes socialCountLoadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

@keyframes socialCountLoadingFade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
    }
}

.social-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    *margin-right: 5px;
}

.socialcount.grade-a.activate-on-hover > li.hover.loaded .social-icon,
.socialcount.grade-a.activate-on-click > li.hover.loaded .social-icon {
    display: none;
}

.socialcount-small.grade-a.activate-on-hover > li.hover.loaded .social-icon,
.socialcount-small.grade-a.activate-on-click > li.hover.loaded .social-icon,
.socialcount-large.grade-a.activate-on-hover > li.hover.loaded .social-icon,
.socialcount-large.grade-a.activate-on-click > li.hover.loaded .social-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.icon-sprite, .icon-facebook, .icon-googleplus, .icon-pinterest, .icon-share, .icon-twitter {
    background-image: url('icon-sd6cd4d0ec7.png');
    background-repeat: no-repeat;
}

.icon-facebook {
    background-position: 0 0;
    height: 15px;
    width: 17px;
}

.icon-googleplus {
    background-position: -21px 0;
    height: 17px;
    width: 20px;
}

.icon-pinterest {
    background-position: -45px 0;
    height: 15px;
    width: 11px;
}

.icon-share {
    background-position: -60px 0;
    height: 16px;
    width: 20px;
}

.icon-twitter {
    background-position: -84px 0;
    height: 15px;
    width: 17px;
}

/* HD icons */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .social-icon {
        -webkit-background-size: auto 17px;
        -moz-background-size: auto 17px;
        -o-background-size: auto 17px;
        background-size: auto 17px;
        background-image: url('icon-hd-s816aa7a6b3.png');
    }
}

/*# sourceMappingURL=socialcount-icons.css.map */

/* custom css */

.fbbg {
    min-width: 80px !important;
    background-image: url('fb4bg.png');
    background-repeat: no-repeat;
    background-position: center 1px;
    height: 64px;
    color: #000;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.fbbg a {
    padding: 0 !important;
    height: 64px;
    display: block !important;
}

.fbbg a span.count {
    padding: 0;
    margin-top: 0;
    margin-left: 1px;
    padding-top: 11px;
    font-size: 11px;
}

.fbbg2 {
    min-width: 106px !important;
    background-image: url('fb5bg.png');
    background-repeat: no-repeat;
    background-position: left 8px;
    height: 0px;
    color: #000;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.fbbg2 a {
    padding: 0 !important;
    height: 32px;
    display: block !important;
}

.fbbg2 a span.count {
    padding: 0;
    margin-top: 0;
    padding-top: 12px;
    font-size: 11px;
    text-align: center;
    margin-left: 30px;
    color: #fff;
}

.twtrbg {
    min-width: 90px !important;
    background-image: url('twbg.png');
    background-repeat: no-repeat;
    background-position: center 6px;
    height: 0px;
    color: #000;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.twtrbg a {
    padding: 0 !important;
    height: 30px;
    display: block !important;
}

.twtrbg a span.count {
    padding: 0;
    margin-top: 0;
    margin-left: 31px;
    padding-top: 10px;
    font-size: 11px;
}

.ggpbg {
    min-width: 75px;

    background-image: url('gpbg.png');
    background-repeat: no-repeat;
    background-position: 8px 2px;
    height: 0px;
    color: #000;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.ggpbg a {
    padding: 0 !important;
    height: 30px;
    display: block !important;
}

.ggpbg a span.count {
    padding: 0;
    margin-top: 0;
    margin-left: 4px;
    padding-top: 7px;
    font-size: 12px;
}

.socialcount li.twitter {
    margin-top: -5px;
}

h1.entry-title.post-title {
    line-height: 1.2em;
    color: #00ff00;
}

.post-data a {
    color: #FF6600;
}

#content .post .post-entry p, #content-blog .post .post-entry p, #content-archive .post .post-entry p {
    margin: 0.6em 0;
}

#content .post .post-entry h2, #content-blog .post .post-entry h2, #content-archive .post .post-entry h2 {
    font-size: 16px;
    margin-bottom: -3px;
    margin-top: 1.2em;
    color: #00ff00;
}

#content .post .post-entry, #content-blog .post .post-entry, #content-archive .post .post-entry {
    padding-top: 0;
}

#content .post .fb-like {
    margin-top: 15px;
}

.navigation a, .nagivation a:hover {
    color: #FF6600 !important;
    padding: 4px 10px;
}

#content-blog .post, #content-archive .post {
    border-bottom: 1px dashed #4E4E4E;
    margin-bottom: 20px;
}

#content-blog .post:last-of-type, #content-archive .post:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}

#content .post h2 a, #content-blog .post h2 a, #content-archive .post h2 a {
    color: #00ff00;
}

#content .post .post-meta, #content-blog .post .post-meta, #content-archive .post .post-meta {
    margin-bottom: 10px;
}

#content-blog .post .read-more, #content-archive .post .read-more {
    margin-top: -10px;
}

input.saddr {
    width: 240px;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 0em;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        background: #fff;
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff; /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #000;
    }

    .featherlight .featherlight-image {
        /* styling */
        width: 100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

    #px_count {
        margin-top: 0px;
    }
}

/*woocommerce*/

#content-woocommerce {
    max-width: 750px;
    width: 100%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 10px 5px 0;
    width: 115px;
    float: none !important;
    display: inline-flex;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    float: left;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    clear: none;
}

.woocommerce ul.products li.product a img {
    margin: 0 0 0em;
}

.woocommerce ul.products li.product .star-rating {
    /*display: none;*/
}

.woocommerce ul.products li.product-category a h3 mark {
    display: none;
}

.woocommerce ul.products li.product h3 {
    text-align: center;
}

.woocommerce ul.products li.product a .star-rating {
    display: none;
}

.woocommerce ul.products li.product .price {
    text-align: center;
    font-weight: bold;
    color: #fefefe;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #00ff00;
    font-size: 1.25em;
    font-weight: bold;
}

#content-woocommerce h1 {
    text-align: center;
    color: #00ff00;
}

.woocommerce div.product .woocommerce-tabs .panel {
    outline: none !important;
}

table.shop_attributes tr {
    display: inline-block;
}

.woocommerce .star-rating {
    color: #ffd700;
}

.commentlist {
    border-bottom: 1px dashed #4E4E4E;
    margin-bottom: 10px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 0px;
    border: 1px dashed #4E4E4E;
    border-radius: 0px;
}

h1.entry-title.post-title, h2.entry-title.post-title {
    line-height: 1.2em !important;
    margin: 0;
}

.post-data a {
    color: #FF6600;
}

.post-meta {
    margin-bottom: -15px;
}

.navigation a, .nagivation a:hover {
    color: #FF6600 !important;
    padding: 4px 10px;
}

#content-blog .post, #content-archive .post {
    border-bottom: 1px dashed #4E4E4E;
    margin-bottom: 20px;
}

#content-blog .post:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}

.product_meta .sku_wrapper {
    display: none;
}

ul.topnav {
    list-style-type: none;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    z-index: 997;
    max-height: 38px;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 12px 25px 10px 25px;
    text-decoration: none;
    font-size: 18px;
}

ul.topnav.responsive li a {
    transition: 0.5s;
}

ul.topnav li.icon a {
    padding: 7px 15px 1px 15px;
    font-size: 16px;
    height: 30px;
}

ul.topnav li a:hover {
    background-color: #555;
}

ul.topnav li.icon {
    display: none;
}

ul.topnav {
    overflow-y: auto;
}

ul.topnav.responsive {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.hivas {
    display: none;
    position: fixed;
    top: 0;
    left: -54px;
    width: 100%;
    height: 133px;

    background-color: #008400;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    z-index: 9;
}

@media screen and (max-width: 776px) {
    #zaszlo_container {
        margin: 10px 0 0 20px;
    }

    #logo_container {
        display: block;
        position: relative;
        margin: 10px 0 0 0;
        width: 390px;
        transform: scale(0.8);
        left: -23px;
        float: none;
    }

    #logo_container a {
        display: inline-block;
    }

    #mmc_logo {
        display: inline-block;
    }

    #chiptuning_telszam_felirat {
        display: inline-block;
        margin: 0 0 0 13px;
    }

    #fomenu_container {
        display: inline-flex;
        margin: 9px 2px 3px 2px;
    }

    .fomenu-flex {
        display: inline-flex;
    }

    .fomenu-flex:nth-of-type(2) {
        margin-left: -4px;
        margin-top: 0;
    }

    #fomenu_container a {
        margin-left: -2.8px;
    }

    #fomenu_container .fomenu-flex:nth-of-type(2) a:nth-of-type(4) {
        margin-left: -2.8px;
    }

    #animation_container {
        position: absolute;
        display: block;
        margin: 0 0 0 auto;
        right: 5px;
        top: 16px;
        width: calc(408px*0.8) !important;
    }

    #animation_container #fordszam_alap {
        position: absolute;
        width: 100%;
        left: 0;
    }

    .cc-window {
        background-color: #303030 !important;
    }

    .cc-compliance {
        max-width: 100px;
    }

    .cc-btn {
        padding: 0 15px;
    }

    h2 {
        margin-top: .2em
    }

    #nav1 {
        display: none;
    }

    #backtofront {
        display: none;
    }

    .hivas {
        display: block;
        height: 38px;
    }

    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }

    ul.topnav.responsive {
        max-height: 100% !important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 997;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }

    ul.topnav li:first-child {
        display: none;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
        z-index: 997;
    }

    ul.topnav.responsive {
        position: fixed;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }
}
@media screen and (max-width: 465px) {
    .cc-window.cc-floating {
        display: flex;
        align-items: center;
    }

    .cc-btn {
        margin-top: initial;
        font-size: 0.9em;
        padding: 3px 15px;
    }

    .cc-compliance {
        padding-right: 15px;
    }
}

.mobile-break2 {
	display: none;
}

@media screen and (max-width: 620px) {
	.mobile-break2 {
		display: initial;
	}
	
	.mobile-h2 {
		font-size: 19px;
	}
	
	.mobile-h3 {
		font-size: 15px !important;
		margin-left: 0 !important;
	}

    .action-h2 {
        opacity: 0; transform: translateY(20px); animation: fadeInUp 0.8s ease-in forwards;
        font-size: 2.7rem;
        line-height: 3.3rem;
        color: #ffffff;
        text-align: center;
        font-weight:900;
        margin-bottom: 1rem;
    }

    .main-h2 {
        text-align: center;
        font-size: 26px;
    }

    .tipusvalaszto-cim {
        text-align: center;
        font-size: 20px;
        margin: 16px 0 7px 0;
        font-weight: bold;
    }
	
    #zaszlo_container {
        display: none;
    }

    #kisgomb_container {
        display: none;
    }

    #logo_container {
        display: block;
        position: relative;
        margin: 10px auto;
        width: 100%;
        max-width: 342px;
        text-align: center;
        float: initial;
        transform: initial;
        left: initial;
    }

    #logo_container a {
        width: 35%;
    }

    #chiptuning_telszam_felirat {
        width: 54%;
    }

    #animation_container {
        position: absolute;
        display: block;
        margin: 22% auto 0 auto;
        top: 16px;
        width: 96% !important;
        left: 0;
        right: 0;
    }

    .cc-floating.cc-theme-edgeless .cc-message {
        margin-left: initial;
        flex: 1 1 auto;
        font-size: 13px;
        padding: 0 7px;
    }

    #animation_container #fordszam_alap {
        position: absolute;
        width: 100%;
    }

    #fomenu_container {
        display: block;
        margin: 45% 2px 3px 2px;
        position: relative;
        z-index: 9;
        text-align: center;
    }

    #fomenu_container a {
        margin-left: -2.8px;
        display: inline-block;
    }

    #fomenu_container .fomenu-flex:nth-of-type(2) a:nth-of-type(4) {
        margin-left: -2.8px;
    }

    #fomenu_container a:first-of-type {
        margin-left: 0px;
    }

    .fomenu-flex {
        display: inline-flex;
    }

    .fomenu-flex:nth-of-type(2) {
        margin-left: 0;
        margin-top: 6px;
    }

    .dsk_btn {
        display: none !important;
    }

    .mob_btn {
        display: inline-block !important;
    }

    .page-id-254 #animation_container,.page-id-296 #animation_container,.page-id-289 #animation_container,.page-id-273 #animation_container,.page-id-301 #animation_container,.page-id-167 #animation_container,.page-id-456 #animation_container,.page-id-261 #animation_container,.page-id-154 #animation_container,.page-id-177 #animation_container,.page-id-188 #animation_container,.page-id-200 #animation_container,.page-id-183 #animation_container,.page-id-205 #animation_container,.page-id-208 #animation_container,.page-id-210 #animation_container,.page-id-220 #animation_container,.page-id-226 #animation_container,.page-id-229 #animation_container,.page-id-233 #animation_container,.page-id-235 #animation_container,.page-id-239 #animation_container,.page-id-243 #animation_container,.page-id-246 #animation_container,.page-id-249 #animation_container,.page-id-252 #animation_container,.page-id-257 #animation_container,.page-id-265 #animation_container,.page-id-270 #animation_container,.page-id-278 #animation_container,.page-id-282 #animation_container,.page-id-286 #animation_container,.page-id-294 #animation_container,.page-id-299 #animation_container,.page-id-304 #animation_container,.page-id-1835 #animation_container,.page-id-1837 #animation_container,.page-id-1874 #animation_container {
        display: none;
    }

    .page-id-254 #fomenu_container,.page-id-296 #fomenu_container,.page-id-289 #fomenu_container,.page-id-273 #fomenu_container,.page-id-301 #fomenu_container,.page-id-167 #fomenu_container,.page-id-456 #fomenu_container,.page-id-261 #fomenu_container,.page-id-154 #fomenu_container,.page-id-177 #fomenu_container,.page-id-188 #fomenu_container,.page-id-200 #fomenu_container,.page-id-183 #fomenu_container,.page-id-205 #fomenu_container,.page-id-208 #fomenu_container,.page-id-210 #fomenu_container,.page-id-220 #fomenu_container,.page-id-226 #fomenu_container,.page-id-229 #fomenu_container,.page-id-233 #fomenu_container,.page-id-235 #fomenu_container,.page-id-239 #fomenu_container,.page-id-243 #fomenu_container,.page-id-246 #fomenu_container,.page-id-249 #fomenu_container,.page-id-252 #fomenu_container,.page-id-257 #fomenu_container,.page-id-265 #fomenu_container,.page-id-270 #fomenu_container,.page-id-278 #fomenu_container,.page-id-282 #fomenu_container,.page-id-286 #fomenu_container,.page-id-294 #fomenu_container,.page-id-299 #fomenu_container,.page-id-304 #fomenu_container,.page-id-1835 #fomenu_container,.page-id-1837 #fomenu_container,.page-id-1874 #fomenu_container {
        margin: 0px 2px 3px 2px;
    }
}

@media screen and (max-width: 390px) {
	.cc-floating.cc-theme-edgeless .cc-message {
		margin-left: initial;
    	flex: 1 1 auto;
    	font-size: 11px;
    	padding: 0 4px;
    	line-height: 17px;
	}
}

@media screen and (min-width: 380px) and (max-width: 620px) {
    #zaszlo_container {
        display: none;
    }

    #kisgomb_container {
        display: none;
    }

    #logo_container {
        display: block;
        position: relative;
        margin: 10px auto;
        width: 100%;
        max-width: 342px;
        text-align: center;
        float: initial;
        transform: initial;
        left: initial;
    }

    #logo_container a {
        width: 35%;
    }

    #chiptuning_telszam_felirat {
        width: 54%;
    }

    #animation_container {
        position: absolute;
        display: block;
        margin: 72px auto 0 auto;
        top: 16px;
        width: 100% !important;
        max-width: 368px;
        left: 0;
        right: 0;
    }

    #animation_container #fordszam_alap {
        position: absolute;
        width: 100%;
    }

    #fomenu_container {
        display: block;
        margin: 160px 2px 2px 2px;
        position: relative;
        z-index: 9;
        text-align: center;
    }

    #fomenu_container a {
        margin-left: -2.8px;
        display: inline-block;
    }

    #fomenu_container .fomenu-flex:nth-of-type(2) a:nth-of-type(4) {
        margin-left: -2.8px;
    }

    #fomenu_container a:first-of-type {
        margin-left: 0px;
    }

    .fomenu-flex {
        display: inline-flex;
    }

    .fomenu-flex:nth-of-type(2) {
        margin-left: 0;
        margin-top: 6px;
    }

    .dsk_btn {
        display: none !important;
    }

    .mob_btn {
        display: inline-block !important;
    }
}

.cd-top {
    display: inline-block;
    z-index: 9999;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 72px;
    right: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 38, 21, 0.8) url(../../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cc-window.cc-invisible ~ .cd-top {
    bottom: 20px;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 50px;
    }
}

@media screen and (max-width: 700px) {
    .home .alignright,
    .ach-video-wrapper {
        float: none;
        margin: 10px auto 20px auto !important;
        display: block;
    }

    .ach-video-wrapper2 {
        float: none;
        margin: 0 auto !important;
        display: block;
    }

    .page-id-12 .alignright {
        float: none;
        margin: 0 auto 20px auto !important;
        display: block;
    }
}

.page-id-12 .alignnone {
    margin: 5px auto 5px auto !important;
}

/* datatables */

body table.dataTable {
    display: table !important;
    border-spacing: 0px !important;
    border: 1px solid #808080 !important;
    border-top: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    border-collapse: separate !important;
}

body table.fixedHeader-floating {
    border-bottom: none !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.dataTables_wrapper .dataTables_filter {
    display: none;
}

table.dataTable tbody tr.odd {
    background-color: #000000 !important;
}

table.dataTable tbody tr {
    background-color: #000000 !important;
}

table.dataTable tbody tr:hover {
    background-color: #2d2d2d !important;
}

table.dataTable thead th {
    padding: 0 !important;
    font-size: 12px !important;
    border-bottom: 1px dashed #5a5a5a !important;
    border-right: 1px dashed #5a5a5a !important;
    border-top: none !important;
}

table.fixedHeader-floating {
    background-color: #000000 !important;
}

table.fixedHeader-locked {
    background-color: #000000 !important;
}

table.dataTable thead tr:nth-of-type(1) th:nth-of-type(1) {
    font-size: 15px !important;
    line-height: 21.5px !important;
    background-color: #ff0000 !important;
    color: #000000 !important;
    border-color: #000 !important;
}

table.dataTable thead tr:nth-of-type(1) th:nth-of-type(2),
table.dataTable thead tr:nth-of-type(1) th:nth-of-type(3),
table.dataTable thead tr:nth-of-type(1) th:nth-of-type(4) {
    background-color: #ff0000 !important;
    color: #000000 !important;
    border-color: #000 !important;
}

table.dataTable thead tr:nth-of-type(1) th:nth-of-type(2),
table.dataTable thead tr:nth-of-type(1) th:nth-of-type(4) {
    font-size: 13px !important;
}

table.dataTable thead tr:nth-of-type(1) th:nth-of-type(5),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(12),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(1),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(2),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(3),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(4) {
    border: none !important;
}

table.dataTable tbody tr td:nth-of-type(2),
table.dataTable tbody tr td:nth-of-type(3),
table.dataTable tbody tr td:nth-of-type(4) {
    padding-left: 3px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    line-height: 12px !important;
    vertical-align: middle;
}

table.dataTable thead tr:nth-of-type(2) th:nth-of-type(1),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(2),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(3),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(4) {
    border-bottom: 1px dashed #5a5a5a !important;
}

table.dataTable thead tr:nth-of-type(2) th:nth-of-type(4) {
    border-right: 1px dashed #5a5a5a !important;
}

table.dataTable thead tr:nth-of-type(2) th:nth-of-type(12) {
    border-bottom: 1px dashed #5a5a5a !important;
}

table.dataTable thead tr:nth-of-type(2) th:nth-of-type(5),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(6),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(7),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(9),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(10),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(11) {
    background-color: rgb(0, 204, 0) !important;
    color: #000 !important;
    line-height: 25px;
    border-color: #000 !important;
    width: 32px !important;
}

/*
table.dataTable thead tr:nth-of-type(1) th:nth-of-type(5),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(1),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(12) {
    width: 6px !important;
}

table.dataTable thead tr:nth-of-type(2) th:nth-of-type(2) {
    width: 85px !important;
}

table.dataTable thead tr:nth-of-type(2) th:nth-of-type(3) {
    width: 145px !important;
}

table.dataTable thead tr:nth-of-type(2) th:nth-of-type(4) {
    width: 190px !important;
}

table.dataTable thead tr:nth-of-type(1) th:nth-of-type(3),
table.dataTable thead tr:nth-of-type(2) th:nth-of-type(8) {
    width: 10px !important;
}*/

table.dataTable tbody tr td:nth-of-type(1),
table.dataTable tbody tr td:nth-of-type(12),
table.dataTable tbody tr td:nth-of-type(8) {
    width: 6px !important;
}

table.dataTable tbody tr td:nth-of-type(2) {
    width: 85px !important;
}

table.dataTable tbody tr td:nth-of-type(3) {
    width: 145px !important;
}

table.dataTable tbody tr td:nth-of-type(4) {
    width: 190px !important;
}

table.dataTable tbody tr td:nth-of-type(5),
table.dataTable tbody tr td:nth-of-type(6),
table.dataTable tbody tr td:nth-of-type(7) {
    font-weight: normal !important;
    vertical-align: middle;
}

table.dataTable tbody tr td:nth-of-type(9),
table.dataTable tbody tr td:nth-of-type(10),
table.dataTable tbody tr td:nth-of-type(11) {
    background-color: rgb(51, 51, 51);
    vertical-align: middle;
}

table.fixedHeader-floating thead tr:nth-of-type(2) th:nth-of-type(1),
table.fixedHeader-floating thead tr:nth-of-type(2) th:nth-of-type(2),
table.fixedHeader-floating thead tr:nth-of-type(2) th:nth-of-type(3),
table.fixedHeader-floating thead tr:nth-of-type(2) th:nth-of-type(4),
table.fixedHeader-floating thead tr:nth-of-type(2) th:nth-of-type(8),
table.fixedHeader-floating thead tr:nth-of-type(2) th:nth-of-type(12) {
    border-bottom: none !important;
    border-top: none !important;
}

table.dataTable .diesel {
    color: #FF9900 !important;
}

.page-id-254 table.autok,
.page-id-296 table.autok,
.page-id-289 table.autok,
.page-id-273 table.autok,
.page-id-301 table.autok,
.page-id-167 table.autok,
.page-id-456 table.autok,
.page-id-261 table.autok,
.page-id-154 table.autok,
.page-id-177 table.autok,
.page-id-188 table.autok,
.page-id-200 table.autok,
.page-id-183 table.autok,
.page-id-205 table.autok,
.page-id-208 table.autok,
.page-id-210 table.autok,
.page-id-220 table.autok,
.page-id-226 table.autok,
.page-id-229 table.autok,
.page-id-233 table.autok,
.page-id-235 table.autok,
.page-id-239 table.autok,
.page-id-243 table.autok,
.page-id-246 table.autok,
.page-id-249 table.autok,
.page-id-252 table.autok,
.page-id-257 table.autok,
.page-id-265 table.autok,
.page-id-270 table.autok,
.page-id-278 table.autok,
.page-id-282 table.autok,
.page-id-286 table.autok,
.page-id-294 table.autok,
.page-id-299 table.autok,
.page-id-304 table.autok,
.page-id-1835 table.autok,
.page-id-1837 table.autok,
.page-id-1874 table.autok
{
    margin-bottom: 0;
    border-bottom: none !important;
    box-sizing: content-box;
}

table.autok + br {
    display: none;
}

/* keresés mező */

#searchbox {
    padding: 5px;
    border: 0px solid #434343;
    margin: 0;
    font-size: 14px;
    height: 25px;
    background-color: #323232;
    color: #fff;
    cursor: text;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#searchbox::placeholder {
    color: #fff;
    opacity: 1;
}

#searchbox:-ms-input-placeholder {
    color: #fff;
}

#searchbox::-ms-input-placeholder {
    color: #fff;
}

input#searchbox:focus {
    outline: none;
}

/* close gomb */
.close:after {
    display: none;
}

.close:after {
    position: relative;
    width: 30px;
    height: 22px;
    top: -2px;
    content: "\D7";
    font-size: 30px;
    vertical-align: middle;
    color: #aaa;
    text-align: center;
    line-height: 30px;
    margin-left: -30px;
    cursor: pointer;
}

.close:hover:after {
    color: #ccc;
}

.close.show:after {
    display: inline-block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #nav1 .vidgal {
        margin-left: -10px;
    }

    .nav2-table-row {
        display: inline-block;
    }

    .nav2-table-row:nth-of-type(1) {
        max-width: 380px;
        margin-left: -40px;
    }

    .nav2-table-row:nth-of-type(2) {
        max-width: 280px;
        margin-left: -10px;
    }

    .tipusl img {
        transform: none;
    }
}

@supports (-ms-ime-align:auto) {
    /* IE Edge 12+ CSS styles go here */
    #nav1 .vidgal {
        margin-left: -10px;
    }

    .nav2-table-row {
        display: inline-block;
    }

    .nav2-table-row:nth-of-type(1) {
        max-width: 380px;
        margin-left: -40px;
    }

    .nav2-table-row:nth-of-type(2) {
        max-width: 280px;
        margin-left: -10px;
    }

    .tipusl img {
        transform: none;
    }
}

html table.dataTable tbody .group-table-row td {
    background-color: #670000 !important;
}

.sprite {
    background-image: url(/images/logok/f-logo-sprites.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-f-logok-01 {
    width: 71px;
    height: 65px;
    background-position: -5px -5px;
}

.sprite-f-logok-02 {
    width: 71px;
    height: 56px;
    background-position: -86px -5px;
}

.sprite-f-logok-03 {
    width: 71px;
    height: 62px;
    background-position: -167px -5px;
}

.sprite-f-logok-04 {
    width: 71px;
    height: 67px;
    background-position: -248px -5px;
}

.sprite-f-logok-05 {
    width: 71px;
    height: 67px;
    background-position: -329px -5px;
}

.sprite-f-logok-06 {
    width: 71px;
    height: 58px;
    background-position: -5px -82px;
}

.sprite-f-logok-07 {
    width: 71px;
    height: 64px;
    background-position: -86px -82px;
}

.sprite-f-logok-08 {
    width: 71px;
    height: 69px;
    background-position: -167px -82px;
}

.sprite-f-logok-09 {
    width: 71px;
    height: 64px;
    background-position: -248px -82px;
}

.sprite-f-logok-10 {
    width: 71px;
    height: 55px;
    background-position: -329px -82px;
}

.sprite-f-logok-11 {
    width: 71px;
    height: 61px;
    background-position: -329px -147px;
}

.sprite-f-logok-12 {
    width: 71px;
    height: 66px;
    background-position: -5px -218px;
}

.sprite-f-logok-13 {
    width: 71px;
    height: 67px;
    background-position: -86px -218px;
}

.sprite-f-logok-14 {
    width: 71px;
    height: 58px;
    background-position: -167px -218px;
}

.sprite-f-logok-15 {
    width: 71px;
    height: 64px;
    background-position: -248px -218px;
}

.sprite-f-logok-16 {
    width: 71px;
    height: 69px;
    background-position: -329px -218px;
}

.sprite-f-logok-17 {
    width: 71px;
    height: 67px;
    background-position: -5px -297px;
}

.sprite-f-logok-18 {
    width: 71px;
    height: 58px;
    background-position: -86px -297px;
}

.sprite-f-logok-19 {
    width: 71px;
    height: 64px;
    background-position: -167px -297px;
}

.sprite-f-logok-20 {
    width: 71px;
    height: 69px;
    background-position: -248px -297px;
}

.sprite-f-logok-21 {
    width: 71px;
    height: 62px;
    background-position: -329px -297px;
}

.sprite-f-logok-22 {
    width: 71px;
    height: 54px;
    background-position: -86px -369px;
}

.sprite-f-logok-23 {
    width: 71px;
    height: 59px;
    background-position: -329px -369px;
}

.sprite-f-logok-24 {
    width: 71px;
    height: 64px;
    background-position: -410px -5px;
}

.sprite-f-logok-25 {
    width: 71px;
    height: 64px;
    background-position: -410px -79px;
}

.sprite-f-logok-26 {
    width: 71px;
    height: 55px;
    background-position: -5px -153px;
}

.sprite-f-logok-27 {
    width: 71px;
    height: 61px;
    background-position: -410px -153px;
}

.sprite-f-logok-28 {
    width: 71px;
    height: 66px;
    background-position: -410px -224px;
}

.sprite-f-logok-29 {
    width: 71px;
    height: 60px;
    background-position: -410px -300px;
}

.sprite-f-logok-30 {
    width: 71px;
    height: 52px;
    background-position: -410px -370px;
}

.sprite-f-logok-31 {
    width: 71px;
    height: 58px;
    background-position: -5px -432px;
}

.sprite-f-logok-32 {
    width: 71px;
    height: 62px;
    background-position: -167px -432px;
}

.sprite-f-logok-34 {
    width: 71px;
    height: 58px;
    background-position: -248px -432px;
}

.sprite-f-logok-35 {
    width: 71px;
    height: 64px;
    background-position: -410px -432px;
}

.sprite-f-logok-36 {
    width: 71px;
    height: 56px;
    background-position: -86px -154px;
}

.sprite-f-logok-37 {
    width: 71px;
    height: 56px;
    background-position: -167px -156px;
}

@media screen and (max-width: 550px) {
    .sprite {
        background: url('/images/logok/brand-logo-sprites-retina.png') no-repeat top left;
        width: 45px;
        background-size: 276px 251px;
    }

    .sprite.sprite-f-logok-01 {
        background-position: -46px -90px;
        height: 42px;
    }
    .sprite.sprite-f-logok-02 {
        background-position: -230px -152px;
        height: 36px;
    }
    .sprite.sprite-f-logok-03 {
        background-position: -184px -42px;
        height: 40px;
    }
    .sprite.sprite-f-logok-04 {
        background-position: 0 -90px;
        height: 42px;
    }
    .sprite.sprite-f-logok-05 {
        background-position: -46px -45px;
        height: 43px;
    }
    .sprite.sprite-f-logok-06 {
        background-position: -184px -175px;
        height: 37px;
    }
    .sprite.sprite-f-logok-07 {
        background-position: -138px -43px;
        height: 41px;
    }
    .sprite.sprite-f-logok-08 {
        background-position: 0 0;
        height: 44px;
    }
    .sprite.sprite-f-logok-09 {
        background-position: -138px -85px;
        height: 41px;
    }
    .sprite.sprite-f-logok-10 {
        background-position: 0 -215px;
        height: 35px;
    }
    .sprite.sprite-f-logok-11 {
        background-position: -184px -124px;
        height: 39px;
    }
    .sprite.sprite-f-logok-12 {
        background-position: -92px -90px;
        height: 42px;
    }
    .sprite.sprite-f-logok-13 {
        background-position: -92px 0;
        height: 43px;
    }
    .sprite.sprite-f-logok-14 {
        background-position: -230px 0;
        height: 37px;
    }
    .sprite.sprite-f-logok-15 {
        background-position: 0 -133px;
        height: 41px;
    }
    .sprite.sprite-f-logok-16 {
        background-position: -46px 0;
        height: 44px;
    }
    .sprite.sprite-f-logok-17 {
        background-position: -92px -44px;
        height: 43px;
    }
    .sprite.sprite-f-logok-18 {
        background-position: -230px -38px;
        height: 37px;
    }
    .sprite.sprite-f-logok-19 {
        background-position: -46px -133px;
        height: 41px;
    }
    .sprite.sprite-f-logok-20 {
        background-position: 0 -45px;
        height: 44px;
    }
    .sprite.sprite-f-logok-21 {
        background-position: -184px -83px;
        height: 40px;
    }
    .sprite.sprite-f-logok-22 {
        background-position: -92px -215px;
        height: 34px;
    }
    .sprite.sprite-f-logok-23 {
        background-position: -138px -175px;
        height: 38px;
    }
    .sprite.sprite-f-logok-24 {
        background-position: -92px -133px;
        height: 41px;
    }
    .sprite.sprite-f-logok-25 {
        background-position: -138px -133px;
        height: 41px;
    }
    .sprite.sprite-f-logok-26 {
        background-position: -46px -215px;
        height: 35px;
    }
    .sprite.sprite-f-logok-27 {
        background-position: 0 -175px;
        height: 39px;
    }
    .sprite.sprite-f-logok-28 {
        background-position: -138px 0;
        height: 42px;
    }
    .sprite.sprite-f-logok-29 {
        background-position: -92px -175px;
        height: 38px;
    }
    .sprite.sprite-f-logok-30 {
        background-position: -138px -215px;
        height: 33px;
    }
    .sprite.sprite-f-logok-31 {
        background-position: -230px -76px;
        height: 37px;
    }
    .sprite.sprite-f-logok-32 {
        background-position: -46px -175px;
        height: 39px;
    }
    .sprite.sprite-f-logok-34 {
        background-position: -230px -114px;
        height: 37px;
    }
    .sprite.sprite-f-logok-35 {
        background-position: -184px 0;
        height: 41px;
    }
    .sprite.sprite-f-logok-36 {
        background-position: -184px -214px;
        height: 36px;
    }
    .sprite.sprite-f-logok-37 {
        background-position: -230px -214px;
        height: 36px;
    }

}

.fooldal-h3 {
    font-size: 19px;
    margin: 0px 0 9px 0;
    color: #00ff00;
    font-weight: bold;
}

.empty-table-row td {
    background-color: #000 !important;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #00ff00;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #00ff00 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ld-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ld-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ld-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

.ld.ld-spin {
    margin: 10px auto;
    display: block;
    -webkit-animation: ld-spin 1.2s infinite;
    animation: ld-spin 1.2s infinite;
}




.modal {
    opacity: 0;
    height: 0;
    padding: 0;
    position: fixed;
    bottom: 215px;
    height: 49px;
    left: 50%;
    width: 150px;
    margin-left: 401px;
    z-index: -100;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.modal > label {
    cursor: pointer;
    outline: none !important;
    -moz-outline-style: none !important;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 15px;
    margin: 7px 0;
    color: #000;
    border-radius: 6px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    background: #5cc45c;
    background: -moz-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5cc45c), color-stop(9%, #5cc45c), color-stop(15%, #00a800), color-stop(100%, #00a800));
    background: -webkit-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: -o-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: -ms-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    background: linear-gradient(to bottom, #5cc45c 0%, #5cc45c 9%, #00a800 15%, #00a800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cc45c', endColorstr='#00a800', GradientType=0);
    box-shadow: 3px 0 0 1px #5cc45c inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 2px 0 0 #00a800b3, 0 4px 0 1px rgba(0, 0, 0, .4), 0 4px 4px 1px rgba(0, 0, 0, 0.5);
}

.modal > label:hover {
    background: #5cc45c;
    background: -moz-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5cc45c), color-stop(9%, #5cc45c), color-stop(15%, #00c300), color-stop(100%, #00c300));
    background: -webkit-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: -o-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: -ms-linear-gradient(top, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    background: linear-gradient(to bottom, #5cc45c 0%, #5cc45c 9%, #00c300 15%, #00c300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cc45c', endColorstr='#00b800', GradientType=0);
    color: #000 !important;
}

.modal > label:active {
    top: 2px;
    box-shadow: 0 0 0 1px #00b800 inset,
    0 0 0 2px rgba(255, 255, 255, 0.15) inset,
    0 0 0 1px rgba(0, 0, 0, 0.4);
    color: #000 !important;
}

.modal__overlay {
    opacity: 0;
    transition: opacity 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -100;
    background: rgb(35, 35, 35);
    position: fixed;
    text-align: center;
    text-shadow: none;
    top: 141px;
    max-width: 660px;
    width: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    border: none;
}

.modal__wrap {
    position: relative;
}

@media (min-width: 50em) {
    .modal__wrap {
        position: relative;
    }
}

@media (min-height: 37.5em) {
    .modal__wrap {
        position: relative;
    }
}

.modal__wrap .modal_exit {
    outline: none !important;
    -moz-outline-style: none !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    position: absolute;
    right: 4px;
    top: -8px;
    font-size: 50px;
    font-weight: normal;
    transform: rotate(45deg);
}

.modal input {
    display: none;
}
/*
label[for="modal__trigger"] {
    opacity: 0;

}*/

label[for="modal__trigger"] + p {
    display:none;
}

.modal__overlay.mutat {
    opacity: 1;
    width: 100%;
    z-index: 998;
    border: 1px solid #737373;
}

ul.tipus-szuro-submenu {
    padding: 0;
    margin: 0;
}

.tipus-szuro-submenu li {
    cursor: pointer;
    list-style: none;
    display: inline-block;
    width: 28%;
    font-size: 20px;
    line-height: 40px;
    border: 1px dashed #5a5a5a;
    background-color: #353535;
    margin: 5px;
    transition: all 300ms;
}

.tipus-szuro-submenu li:hover,
.tipus-szuro-submenu li:active {
    background-color: #414141;
}



@media screen and (min-width: 777px) {
    .modal.mutat {
        z-index: 999;
        opacity: 1;
        height: 45px;
    }
    .modal.mutat label[for="modal__trigger"] {
        opacity: 1;
        z-index: 997;
        -webkit-animation: type-filter-blink 800ms;
        -webkit-animation-iteration-count: 10;
        animation: type-filter-blink 800ms;
        animation-iteration-count: 10;
    }

    @-webkit-keyframes type-filter-blink {
        from {
            -webkit-filter: brightness(100%);
            -moz-filter: brightness(100%);
            -o-filter: brightness(100%);
            -ms-filter: brightness(100%);
        }
        50% {
            -webkit-filter: brightness(150%);
            -moz-filter: brightness(150%);
            -o-filter: brightness(150%);
            -ms-filter: brightness(150%);
        }
        to {
            -webkit-filter: brightness(100%);
            -moz-filter: brightness(100%);
            -o-filter: brightness(100%);
            -ms-filter: brightness(100%);
        }
    }

    @keyframes type-filter-blink {
        from {
            -webkit-filter: brightness(100%);
            -moz-filter: brightness(100%);
            -o-filter: brightness(100%);
            -ms-filter: brightness(100%);
        }
        50% {
            -webkit-filter: brightness(150%);
            -moz-filter: brightness(150%);
            -o-filter: brightness(150%);
            -ms-filter: brightness(150%);
        }
        to {
            -webkit-filter: brightness(100%);
            -moz-filter: brightness(100%);
            -o-filter: brightness(100%);
            -ms-filter: brightness(100%);
        }
    }
}

.mobile-break {
    display: none;
}

@media screen and (max-width: 777px) {
    .modal.mutat {
        z-index: 999;
        opacity: 1;
        height: 45px;
    }
    .modal.mutat label[for="modal__trigger"] {
        opacity: 1;
        z-index: 997;
        transition: all 300ms ease-in-out;
    }

    .page-id-254 .modal,
    .page-id-296 .modal,
    .page-id-289 .modal,
    .page-id-273 .modal,
    .page-id-301 .modal,
    .page-id-167 .modal,
    .page-id-456 .modal,
    .page-id-261 .modal,
    .page-id-154 .modal,
    .page-id-177 .modal,
    .page-id-188 .modal,
    .page-id-200 .modal,
    .page-id-183 .modal,
    .page-id-205 .modal,
    .page-id-208 .modal,
    .page-id-210 .modal,
    .page-id-220 .modal,
    .page-id-226 .modal,
    .page-id-229 .modal,
    .page-id-233 .modal,
    .page-id-235 .modal,
    .page-id-239 .modal,
    .page-id-243 .modal,
    .page-id-246 .modal,
    .page-id-249 .modal,
    .page-id-252 .modal,
    .page-id-257 .modal,
    .page-id-265 .modal,
    .page-id-270 .modal,
    .page-id-278 .modal,
    .page-id-282 .modal,
    .page-id-286 .modal,
    .page-id-294 .modal,
    .page-id-299 .modal,
    .page-id-304 .modal,
    .page-id-1835 .modal,
    .page-id-1837 .modal,
    .page-id-1874 .modal
    {
        bottom: 14px !important;
    }

    .mobile-break {
        display: inherit;
    }

    .terkep-ach-logo {
        width: 70px;
    }

    .akcio-zarojel-mondat {
        font-size: 10pt !important;
        line-height: 17px !important;
    }

    .tipus-szuro-submenu li {
        list-style: none;
        display: inline-block;
        width: 37%;
        font-size: 16px;
        line-height: 30px;
        border: 1px dashed #5a5a5a;
        background-color: #353535;
        margin: 3px 1px;
    }

    .modal {
        bottom: 72px;
        margin-left: initial;
        left: 26px;
    }

    .cc-window.cc-invisible ~ .modal {
        bottom: 14px;
    }

    .modal__overlay {
        top: 42px;
    }


}

@media screen and (min-width: 480px) and (max-width: 777px) {
    .tipus-szuro-submenu li {
        width: 22%;
        font-size: 15px;
        line-height: 26px;
    }
}


.page-id-254 .cc-window,
.page-id-296 .cc-window,
.page-id-289 .cc-window,
.page-id-273 .cc-window,
.page-id-301 .cc-window,
.page-id-167 .cc-window,
.page-id-456 .cc-window,
.page-id-261 .cc-window,
.page-id-154 .cc-window,
.page-id-177 .cc-window,
.page-id-188 .cc-window,
.page-id-200 .cc-window,
.page-id-183 .cc-window,
.page-id-205 .cc-window,
.page-id-208 .cc-window,
.page-id-210 .cc-window,
.page-id-220 .cc-window,
.page-id-226 .cc-window,
.page-id-229 .cc-window,
.page-id-233 .cc-window,
.page-id-235 .cc-window,
.page-id-239 .cc-window,
.page-id-243 .cc-window,
.page-id-246 .cc-window,
.page-id-249 .cc-window,
.page-id-252 .cc-window,
.page-id-257 .cc-window,
.page-id-265 .cc-window,
.page-id-270 .cc-window,
.page-id-278 .cc-window,
.page-id-282 .cc-window,
.page-id-286 .cc-window,
.page-id-294 .cc-window,
.page-id-299 .cc-window,
.page-id-304 .cc-window,
.page-id-1835 .cc-window,
.page-id-1837 .cc-window,
.page-id-1874 .cc-window
{
    display:none;
}

.page-id-254 .cd-top,
.page-id-296 .cd-top,
.page-id-289 .cd-top,
.page-id-273 .cd-top,
.page-id-301 .cd-top,
.page-id-167 .cd-top,
.page-id-456 .cd-top,
.page-id-261 .cd-top,
.page-id-154 .cd-top,
.page-id-177 .cd-top,
.page-id-188 .cd-top,
.page-id-200 .cd-top,
.page-id-183 .cd-top,
.page-id-205 .cd-top,
.page-id-208 .cd-top,
.page-id-210 .cd-top,
.page-id-220 .cd-top,
.page-id-226 .cd-top,
.page-id-229 .cd-top,
.page-id-233 .cd-top,
.page-id-235 .cd-top,
.page-id-239 .cd-top,
.page-id-243 .cd-top,
.page-id-246 .cd-top,
.page-id-249 .cd-top,
.page-id-252 .cd-top,
.page-id-257 .cd-top,
.page-id-265 .cd-top,
.page-id-270 .cd-top,
.page-id-278 .cd-top,
.page-id-282 .cd-top,
.page-id-286 .cd-top,
.page-id-294 .cd-top,
.page-id-299 .cd-top,
.page-id-304 .cd-top,
.page-id-1835 .cd-top,
.page-id-1837 .cd-top,
.page-id-1874 .cd-top
{
    bottom: 15px !important;
}