/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

fieldset.step_2 {
    display: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    background-color: white;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

ul, ol {
    padding-left: 0px;
}

hr {
    margin-top: 14px;
    margin-bottom: 14px;
    border: 0;
    border-top: 1px solid #ededed;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    nav>ul.lower-nav>li:hover>ul {
        display: block;
    }

    li.pos-4  ul.dm2.dropdown-menu[aria-labelledby="mega-menu"],    
    li.pos-5  ul.dm2.dropdown-menu[aria-labelledby="mega-menu"],
    li.pos-6  ul.dm2.dropdown-menu[aria-labelledby="mega-menu"],
    li.pos-7  ul.dm2.dropdown-menu[aria-labelledby="mega-menu"],
    li.pos-8  ul.dm2.dropdown-menu[aria-labelledby="mega-menu"] { 
        right: 0px; 
        left: auto;
    }

}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    div.checkbox_group {
        padding-left: 65px;
    }

}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1;
    color: #545454;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #545454;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ededed;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"] {
    line-height: 28px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 12px;
    padding: 5px 10px;
    font-size: 0px;
    line-height: 1;
    border-radius: 3px;
}

select.input-sm {
    height: 12px;
    line-height: 12px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 36px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1;
    border-radius: 6px;
}

select.input-lg {
    height: 36px;
    line-height: 36px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 28px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 19px;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.nowrap {
    white-space: nowrap;	
}

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 21px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: whitesmoke;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0px;
    line-height: 1;
    color: #999999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ededed;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ededed;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #ededed #ededed #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #545454;
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #428bca;
}

.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white;
    }
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 14px;
    border: 1px solid transparent;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 18px 15px;
    font-size: 14px;
    line-height: 14px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 9px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 14px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 14px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    span.after {
        position: relative;
        /* top: 0px; */
        /* padding-left: 10px; */
        /* display: block; */
        /* vertical-align: baseline; */
        height: 42px;
        /* right: 293px; */
        line-height: 42px;
        margin-top: 20px;
        top: 0px;
        padding-left: 10px;
        display: table-cell;
        vertical-align: middle;
    }

    header nav>div>a.contact {
        display: block;
    }

}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 0 rgba(255, 255, 255, 0);
    margin-top: 11px;
    margin-bottom: 11px;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    form label.error {
        float: left;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 11px;
    margin-bottom: 11px;
}
.navbar-btn.btn-sm {
    margin-top: 19px;
    margin-bottom: 19px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 18px;
    margin-bottom: 18px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e9e9e9;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e9e9e9;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e9e9e9;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e9e9e9;
    color: #555555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e9e9e9;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #090909;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #999999;
}
.navbar-inverse .navbar-link:hover {
    color: white;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
    nav ul.lower-nav a:link, nav .lower-nav a:visited {
        font-size: 15px;
				padding: 0 2px;
    }
    nav ul.lower-nav li>ul>li a:link, nav .lower-nav li>ul>li a:visited {
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
}

@media (max-width: 992px) {

}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .login {
        text-indent: -9999px;
        border: 0;
    }

    div.right-nav a.regisztracio,
    div.right-nav span.separator {
        display: none;
    }

    header nav a.logout {
        text-indent: -9999px;
        margin-left: 0px;		
    }

    header .right-nav a.username {
        margin-right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/*
        * Style settings of LayerSlider
        *
        * (c) 2011-2013 George Krupa, John Gera & Kreatura Media
        *
        * Plugin web:			http://kreaturamedia.com/
        * Licenses: 			http://codecanyon.net/licenses/
*/
/* Global settings */
.ls-container {
    visibility: hidden;
    position: relative;
}

.ls-lt-container {
    position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
    text-align: left !important;
    direction: ltr !important;
}

.ls-container-fullscreen {
    margin: 0px auto !important;
    padding: 2% !important;
    background: black !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
    display: none !important;
}

.ls-overflow-hidden {
    overflow: hidden;
}

.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2;
}

.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important;
}

.ls-loading-indicator {
    margin: 0px auto;
}

.ls-inner,
.ls-layer {
    width: 100%;
    height: 100%;
}

.ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden;
}

.ls-active,
.ls-animating {
    display: block !important;
}

.ls-layer > * {
    position: absolute;
    line-height: normal;
    margin: 0px;
    left: 0px;
    top: 0px;
}

.ls-layer .ls-bg {
    left: 50%;
    top: 50%;
}

.ls-yourlogo {
    position: absolute;
    z-index: 99;
}

/* Timers */
.ls-bar-timer {
    position: absolute;
    width: 0px;
    height: 2px;
    background: white;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0px;
}

.ls-circle-timer {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none;
}

.ls-ct-half {
    background: white;
}

.ls-ct-center {
    background: #444;
}

.ls-ct-left,
.ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
    float: left;
    position: relative;
}

.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
    left: 0px;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
    right: 0px;
}

.ls-ct-hider,
.ls-ct-half {
    position: absolute;
    top: 0px;
}

.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.ls-ct-half {
    width: 200%;
    height: 100%;
}

.ls-ct-center {
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%;
    position: absolute;
}

.ls-ct-half,
.ls-ct-center {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

/* Navigation */
.ls-bottom-nav-wrapper {
    height: 0px;
}

.ls-bottom-slidebuttons {
    text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
    z-index: 2;
    height: 0px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

.ls-below-thumbnails {
    display: none;
    z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
    outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
    direction: ltr !important;
}

.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
    position: relative;
}

.ls-nothumb {
    text-align: center !important;
}

.ls-link {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    background-image: url(../img/blank.gif);
}

.ls-layer > a > * {
    background-image: url(../img/blank.gif);
}

/* Embedded videos */
.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}

/* Thumbnails */
.ls-tn {
    display: none !important;
}

.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0px;
}

.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden;
}

.ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0px;
}

.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
}

.ls-thumbnail {
    position: relative;
    margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
    width: 100%;
}

.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative;
}

.ls-touchscroll {
    overflow-x: auto !important;
}

.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative;
}

.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0px;
    height: 0px;
    position: relative;
}

.ls-thumbnail-slide img {
    max-width: none !important;
    max-height: 100% !important;
    height: 100%;
    visibility: visible !important;
}

.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0px;
    overflow: hidden !important;
    visibility: hidden;
}

.ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
}

/*
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
        visibility: hidden;
}
*/
/* WP plugin fullwidth */
.ls-wp-fullwidth-container {
    width: 100%;
    position: relative;
}

.ls-wp-fullwidth-helper {
    position: absolute;
}

/* 2D & 3D Layer Transitions */
.ls-overflow-hidden {
    overflow: hidden;
}

.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    -moz-perspective: 500px;
    -webkit-perspective: 500px;
}

.ls-lt-tile img {
    visibility: visible;
    display: inline-block;
}

.ls-curtiles {
    overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ls-curtile, .ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.ls-curtile {
    left: 0px;
    top: 0px;
}

.ls-curtile img,
.ls-nexttile img {
    position: absolute;
    filter: inherit;
}

.ls-3d-container {
    position: relative;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    overflow: visible !important;
}

.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0px;
    padding: 0px;
    position: absolute;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

/* Full screen */
.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
}

/* Removing all default global styles of WordPress themes */
html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0px;
    border: 0px;
}

html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0px;
    border: 0px;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
    background: none !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    padding: 0px;
}

html * .ls-wp-container .ls-layer > *,
body * .ls-wp-container .ls-layer > *,
#ls-global * .ls-wp-container .ls-layer > * {
    line-height: normal;
    outline: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
    margin: 0px;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
    display: none;
}

.site {
    overflow: visible !important;
}

/* Style of LayerSlider Debug Console */
.ls-debug-console * {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    color: white !important;
    text-shadow: none !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important;
}

.ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

.ls-debug-console h1:first-child {
    padding-top: 0px !important;
}

.ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important;
}

.ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px;
}

.ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0px !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
    display: block;
}

.ls-debug-console li ul * {
    color: black !important;
}

.ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted white !important;
}

.ls-error {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wenkit-border-radius: 5px !important;
    background: white !important;
    height: auto !important;
    width: auto !important;
    color: white !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0px 2px 20px -5px black;
}

.ls-error p {
    line-height: normal !important;
    text-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    text-align: justify !important;
    font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.ls-error .ls-error-text {
    color: #555 !important;
    font-weight: normal !important;
    font-size: 13px !important;
}

.ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important;
}

/* GPU Hardware Acceleration */
html * .ls-container .ls-shadow,
html * .ls-container .ls-layer > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-webkit-hack,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-layer > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-webkit-hack,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-layer > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}

/* Firefox embedded video fix */
html * .ls-container .ls-video-layer,
body * .ls-container .ls-video-layer,
#ls-global * .ls-container .ls-video-layer,
html * .ls-container .ls-layer iframe,
body * .ls-container .ls-layer iframe,
#ls-global * .ls-container .ls-layer iframe {
    backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    transform: none !important;
    -moz-transform: none !important;
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

/* GPU */
@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px;
    }
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

/** THEME
===================================*/
.bxslider {
    left: 1px;
    margin-left: -1px;
    position: relative;
}

.bx-wrapper .bx-viewport {
    padding: 0;
    background: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: none;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bxslider/bx_loader.gif) center center no-repeat white;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: -74px;
    background: url(../img/bxslider/left.png) no-repeat;
}

.bx-wrapper .bx-next {
    left: -50px;
    background: url(../img/bxslider/right.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
    background: url(../img/bxslider/left-hover.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
    background: url(../img/bxslider/right-hover.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 4px;
    outline: 0;
    width: 24px;
    height: 24px;
    z-index: 9;
    text-indent: -9999px;
    border-radius: 50px;
}

/*
.bx-wrapper .bx-prev {
        left: 10px;
        background: url(../img/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
        right: 10px;
        background: url(../img/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
        background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
        background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
}
*/
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*Recent Works*/
.recent-work ul.bxslider li b {
    color: #656565;
    font-size: 13px;
    font-weight: 200;
    font-style: normal;
}

.recent-work ul.bxslider li em {
    display: block;
    overflow: hidden;
    position: relative;
}

.recent-work ul.bxslider li strong {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.recent-work ul.bxslider li:hover b,
.recent-work ul.bxslider li:hover strong {
    color: #fff;
}

.recent-work ul.bxslider li a.bxslider-block {
    padding: 10px;
    display: block;
    background: #fcfcfc;
}

.recent-work ul.bxslider li:hover a.bxslider-block {
    background: #0da3e2;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}

/*Hover Effects*/
.recent-work ul.bxslider li i.icon-hover-1,
.recent-work ul.bxslider li i.icon-hover-2 {
    top: 50%;
    color: #fff;
    padding: 16px 30px 16px 18px;
    font-size: 16px;
    position: absolute;
    margin-top: -1.5em;
    border-radius: 50%;
    background: url(../img/bxslider/black-opacity.png) repeat !important;
}

.recent-work ul.bxslider li i.icon-hover-1:hover,
.recent-work ul.bxslider li i.icon-hover-2:hover {
    color: #0da3e2;
}

.recent-work ul.bxslider li i.icon-hover-1 {
    left: -100px;
}

.recent-work ul.bxslider li i.icon-hover-2 {
    right: -100px;
}

.recent-work ul.bxslider li:hover i.icon-hover-1 {
    left: 30%;
}

.recent-work ul.bxslider li:hover i.icon-hover-2 {
    right: 30%;
}

.recent-work ul.bxslider li:hover i.icon-hover-1,
.recent-work ul.bxslider li:hover i.icon-hover-2 {
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

/**
 * colour palette
*/
/**
 * NMFR styles
*/
ol, ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

a:focus {
    outline: 0;
}

a {
    font-weight: normal;
    color: #4d4d4d;
}
a:hover {
    color: #2BAE42;
    text-decoration: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

body {
    background: url(../img/bg_border.png) repeat-x 0 59px;
    color: #4d4d4d;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 124px;	
    transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

body.static_header {
    padding-top: 0px !important;
    /*  transition: padding 0.3s ease;
      -o-transition: padding 0.3s ease;
      -moz-transition: padding 0.3s ease;
      -webkit-transition: padding 0.3s ease;*/
}

body.compact_header {
    padding-top: 64px;
    transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

body.search_visible {
    padding-top: 134px;
    transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

body.compact_header.search_visible {
    padding-top: 134px;
    transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}

header.static {
    position: static;
}

.logo {
    display: inline-block;
    background:  url("../img/logo_neszip.png") no-repeat 0 50%;
    width: 346px;
    height: 129px;
    text-indent: -9999px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

header {  
    position: fixed;
    background: #ffffff;
    z-index: 1000;
    width: 100%;
    top: 0px;
}

header .header_wrapper {
    position: relative;
    background: #ffffff;
}

.header_wrapper .header_container_wrapper {
    border-bottom: 4px solid #2BAE42;
}

header .header_container_wrapper {
    border-bottom: 4px solid #2BAE42;
}

/**
 * shrink behaviour when scroll
*/

header.shrink {
}

header.shrink .logo {
    background-color:transparent;
    /*  background: url(../img/header_logo_nmfr_small.png) 50% 50%; */
    background: url("../img/logo_small.png") no-repeat 50% 50%;

    width: 99px;
    height: 60px;
    text-index: -9999;
}

header.shrink .lower-nav {
    display: none;
}

header.shrink .upper-nav {
    display: none;
}

/*header.shrink button.navbar-btn {
  display: inline-block;
  float: left;
        width: 56px;
        height: 56px;
        background-position: 50% 50%;
}

header.shrink .search2 {
        width: 56px;
        height: 56px;
        background-position: 50% 50%;
  display: inline-block;
  float: left;
}

header.shrink .search2:hover {
        background-image: url("../img/header_search_on.png");
}

header.shrink nav {
  width: 85%;
}*/

/**
 * end shrink
*/

p.info {
    font-size: 14px;
    line-height: 1.5;
}

.header-spacer.more-height {
    min-height: 217px;
}

header.shrink div.header-wrapper {
    height: 140px;
}

nav {
    width: 100%;
    float: left;
}

nav ul {
    list-style: none;
}
nav ul li {
    display: inline-block;
}
nav .upper-nav {
    -webkit-padding-start: 0;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
nav .upper-nav, nav .right-nav {
    font-size: 14px;
    text-transform: uppercase;
}
nav .upper-nav a:link, nav .upper-nav a:visited, nav .right-nav a:link, nav .right-nav a:visited {
    color: #999999;
}
nav .right-nav {
    float: right;
    height: 45px;
}

nav .right-nav a {
    line-height: 60px;
    background-position: 100% 50%;
}

nav .lower-nav {
    font-size: 23px;
    text-transform: uppercase;
    margin: 8px 0 0;
}
nav .lower-nav a:link, nav .lower-nav a:visited {
    color: #4d4d4d;
    font-weight: 300;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
nav .lower-nav li {
    margin-right: 0px;
}
nav .lower-nav li > a:hover, nav .lower-nav li > a:focus {
    text-decoration: none;
    color: #2BAE42;
}
nav .lower-nav li:last-child {
    margin-right: 0;
}

nav>ul.lower-nav>li {
    display: block;
    height: 60px;
    vertical-align: middle;
    float: left;
    padding-right: 5px;
}

nav .lower-nav li>ul>li, nav .lower-nav li>ul>li {
    padding-top: 0px;
    padding-bottom: 0px;
}

nav .lower-nav li>ul>li a:link, nav .lower-nav li>ul>li a:visited {
    display: block;
    padding: 17px 20px;
    line-height: 26px;
    height: auto;
}

nav .lower-nav li>ul>li h3 a:hover {
    color: #2BAE42;
    background: #F5F5F5;
}

nav>ul.lower-nav>li>a {
    padding: 0 5px;
}

.news-title {
    font-size: 40px;
    font-weight: 300;
    float: left;
    width: 50%;
}

.more-news {
    color: #999999;
    float: right;
    width: 50%;
    margin-top: 40px;
    text-align: right;
    font-size: 24px;
}

.news article {
    margin-bottom: 62px;
}
.news p {
    font-size: 18px;
    line-height: 1.2;
}
.news p:first-child {
    font-size: 12px;
    margin-bottom: 4px;
    border-left: 2px solid #2BAE42;
    padding-left: 14px;
    margin-left: -14px;
    color: #999999;
}
.news h3 {
    font-size: 24px;
    margin-top: 0;
    font-weight: 600;
}
.news a:link, .news a:visited {
    color: #4d4d4d;
}
.news a:hover, .news a:active, .news a:focus {
    color: #2BAE42;
}

footer {
    padding-bottom: 15px;
		background: #F2F2F2;
}

footer a:link, footer a:visited {
    color: #2BAE42;
    text-decoration: none;
}
footer a:hover, footer a:active {
    text-decoration: underline;
}
footer ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding: 0;
}
footer ul li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 9px;
    border-right: 1px solid #333;
    font-size: 16px;
}
footer ul li:last-child {
    border: 0;
}
footer h3 {
    font-size: 22px;
    font-weight: 600;
}
footer p {
    font-size: 14px;
    line-height: 1.5;
}

.important {
    color: #2BAE42;
}

.footer-grey-border {
    border-top: 1px solid #d6d6d6;
}

.copy {
    margin: 1em 0;
    color: #999999;
}

.footer-green-border {
    border-top: 4px solid #2BAE42;
    background: #F2F2F2;
}

.sellers-grey-border {
    border-top: 1px solid #d6d6d6;
}

.features-green-border {
    border-top: 10px solid #2BAE42;
		background: url("../img/services_wedge.png") no-repeat 50% 0%;
		height: 26px;
}

.sellers-background {
    background: #F2F2F2 url(../img/services_wedge.png) no-repeat 50% 0;
    border-bottom: 1px solid #d6d6d6;
}

.features-background {
    background: #F2F2F2 url(../img/services_wedge.png) no-repeat 50% 0;
    border-bottom: 1px solid #d6d6d6;
}
.services-container h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 300;
    padding-top: 0px;
    line-height: 80px;	
}
.services-container h3 a:link, .services-container h3 a:visited {
    color: #4d4d4d;
    font-weight: 300;
}
.services-container p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.wedge-grey {
    background: url(../img/wedge_grey.png) no-repeat 50% 0;
    height: 18px;
    min-height: 18px;
    z-index: 100;
    position: relative;
    top: -1px;
}

.wedge-white {
    background: url(../img/wedge_white.png) no-repeat 50% 0;
    height: 18px;
    min-height: 18px;
    z-index: 100;
    position: relative;
    top: -1px;
}

.slide {
    min-height: 440px;
}

.mobile-app {
    background: url(../img/slide_mobile_phone.jpg) no-repeat 50% 0;
}

.freeway {
    display: none;
    background: url(../img/slide_freeway.jpg) no-repeat 50% 0;
}

.sellers {
    /*margin: 5px 0px 0px 0px;*/
}
.sellers h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 10px 0;
}
.sellers img {
    margin: 0 auto 10px;
}
.sellers ul {
    list-style: none;
		margin-bottom: 20px;
}
.sellers ul li {
    display: inline-block;
}
.sellers ul li span {
    display: none;
}
.sellers ul a {
    color: #2BAE42;
}

.sellers ul.clients-list li {
	padding-left: 40px;
}

.sellers ul.clients-list li:first-child {
	padding-left: 0px;
}

.default p {
    font-size: 14px;
    line-height: 1.5;
}

.certificates {
    padding-top: 10px;
}

.arrowlinks {
    margin-top: 42px;
    margin-bottom: 30px;
}

.arrowlinks a {
    display: block;
    font-size: 18px;
    line-height: 29px;
    padding: 9px 0 8px 0;
}

.arrowlinks a .arrow {
    padding-right: 5px;
    text-indent: -10px;
    display: block;
    float: left;
    overflow: hidden;

}

.parking, .sticker, .hugo {
    background: no-repeat 0 0;
    min-height: 80px;
    padding-left: 85px;
    padding-top: 20px;
}

.parking {
    background-image: url(../img/services_parking.png);
}

.sticker {
    background-image: url(../img/services_ematrica.png);
}

.hugo {
    background-image: url(../img/services_hugo.png);
}

.slide {
    color: white;
}
.slide h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 10px;
}
.slide p {
    font-size: 16px;
    line-height: 1.8;
}

.jump-section {
    text-align: right;
    margin-top: 37px;
}

.jump-top1 {
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height: 40px;
    vertical-align: middle;
    white-space: nowrap;
}
.jump-top1 .arrow {
    background: #2BAE42 url(../img/footer_backtotop.png) no-repeat 50% 50%;	
    width: 60px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: right;
}

.jump-top1 .jump {
    line-height: 40px;
    height: 40px;
    display: block;
    float: right;
    vertical-align: middle;
    padding: 0 10px;
}

.jump-top1:link, .jump-top1:visited {
    color: #999999;
}

.icon {
    display: inline-block;
    background: no-repeat 0 0;
    min-height: 42px;
    padding-left: 42px;
    line-height: 42px;
}
.regisztracio {
    margin-right: 10px;  
}
.login {
    background: url(../img/header_login.png) no-repeat 100% 0;
    padding: 0 42px 0 0px;  
    margin-left: 10px;
}

.logout {
    background: url(../img/header_logout.png) no-repeat 100% 0;
    padding: 0 42px 0 0px;
    margin-left: 10px;
}

.logout:hover {
    background-image: url("../img/header_logout_over.png");
}
.right-nav .username{
    margin-right:10px;
}
.right-nav .username:link,
.right-nav .username:visited {
    color: #2BAE42;
}

.contact {
    background-image: url(../img/header_contact.png);
}

.lang-hun {
    background-image: url(../img/lang_hun.png) !important;
}

.lang-eng {
    background-image: url(../img/lang_eng.png) !important;
}

.lang-ger {
    background-image: url(../img/lang_ger.png) !important;
}

.impaired {
    background-image: url(../img/header_impaired.png);
}

.search, 
.search2 {
    display: inline-block;
    background-image: url("../img/header_search.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 60px;
    width: 60px;
    text-indent: -9999px;
}
.search:hover, .search:focus, .search2:hover, .search2:focus {
    background-image: url("../img/header_search_on.png");

}

.search2 {
    display: none;
}

header.shrink .search2 {
    display: block;
    float: left;
}

nav>div>a.contact  {
    background-position: 50% 50%;
    height: 60px;
    width: 60px;
    text-indent: -9999px;
    display: none;
    float: left;
    padding-left: 0;
}

nav>div>a.contact:hover {
    background-image: url(../img/header_contact_faint.png);
    background-color: #2BAE42;
    color: #FFFFFF;
}

header.shrink nav>div>a.contact:hover {
    color: #FFFFFF;
}

header.shrink nav>div>a.contact {
    background-position: 10px 50%;	
    display: block;
    width: auto;
    line-height: 60px;
    white-space: nowrap;
    text-indent: 0px;
    padding-left: 60px;
    padding-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}



.slides .prev, .slides .next {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 0;
    text-indent: -9999px;
    top: 200px;
    position: relative;
}
.slides .prev {
    background: url(../img/banner_prev.png) no-repeat 0 0;
}
.slides .next {
    background: url(../img/banner_next.png) no-repeat 0 0;
}

/**
 * dropdown
*/
.dm2 {
    font-size: 17px;
    border-radius: 0;
    border-top: 2px solid #2BAE42;
    border-bottom: 4px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 0;
}
.dm2 .icon {
    padding-left: 48px;
}
.dm2 li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
}
.dm2 > li > a {
    padding: 11px 20px;
    text-transform: none;
    width: 100%;
}

/**
 * flash messages
*/
#flashMessage {
    display: block;
    border: 1px solid #eee;
    padding: 16px;
    margin: 16px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

#flashMessage.error_flash {
    color: #ee1c24;
    border-color: #ee1c24;
    background: #fde8e9;
    display: block;
    width: 100%;
}
#flashMessage.info {
    color: #999999;
    border-color: #999999;
    background: #f2f2f2;
    display: block;
    width: 100%;
}
#flashMessage.success {
    color: #2BAE42;
    border-color: #2BAE42;
    background: #e8f3d9;
    display: block;
    width: 100%;
}

.actual-page,
.paginate a:not([href]),
span.current {
    background: url(../img/actual_page.png) no-repeat 50% 27px;
}

span.current {
    font-size: 24px;
    line-height: 42px;
    color: #999999;
    margin-right: 12px;
}

/**
 * full article
*/
blockquote {
    background: url(../img/blockquote.png) no-repeat 19px 4px;
    color: #999999;
    font-size: 16px;
    line-height: 2;
    border-left: 5px solid #2BAE42;
    padding: 48px 16px 8px 16px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-bottom: 24px;
}

.edit-profile h1,
section h1,
.fullarticle h1,
.login-section h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.fullarticle {
    /* vertical grid for aligning 
    background: -webkit-linear-gradient(top, white 50%, #eee 50%);
    background-size: 48px 48px;
    */
}
.fullarticle h2, .fullarticle h3 {
    color: #999999;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 24px;
}
.fullarticle h3 {
    font-weight: 700;
    color: #4d4d4d;
    font-size:22px;
    line-height:1.3;
}
.fullarticle p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}
.fullarticle p:first-child {
    margin-top: 0;
}
.fullarticle p:last-child {
    margin-bottom: 76px;
}
.fullarticle a:link, .fullarticle a:visited {
    color: #2BAE42;
    text-decoration: underline;
}
.fullarticle a:hover, .fullarticle a:active, .fullarticle a:focus {
    color: #999999;
}

.fullarticle-side h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.fullarticle-side ul {
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin-left: 7%;
    font-size: 16px;
    list-style: none;
}
.fullarticle-side ul li {
    border-bottom: 1px solid #d6d6d6;
}
.fullarticle-side ul a {
    color: #4d4d4d;
    display: block;
    line-height: 1.5;
    padding: 12px 30px 12px 20px;
}
.fullarticle-side ul a:hover {
    color: #2BAE42;
}

.related-docs {
    border-top: 1px solid #d6d6d6;
    padding: 24px 0 48px;
    margin-top: 16px;
}
.related-docs h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.related-docs ul {
    list-style: none;
    margin-left: 12px;
}
.related-docs ul li a,
.related-docs ul li a:hover {
    background: url(../img/related-doc-download.png) no-repeat 0 50%;
}
.related-docs a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 32px;
}
.related-docs a:link, .related-docs a:visited {
    color: inherit;
    text-decoration: none;
    padding-left: 32px;
}
.related-docs a:hover, .related-docs a:active, .related-docs a:focus {
    color: #2BAE42;
}	

article table thead tr td,
article table thead tr th {
    background: #2BAE42;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

article table tbody tr td {
    text-align: left;
    height: auto;
    padding: 10px;
}

article table tbody tr td {
    border-right: 1px solid #D6D6D6;
}

article table tbody tr td:first-child {
    border-left: 1px solid #D6D6D6;
}

article table thead tr td,
article table thead tr th {
    border-right: 1px solid #D6D6D6;
}

article table thead tr td:last-child,
article table thead tr th:last-child {
    border-right: 1px solid #2BAE42;
}

article table tbody tr:nth-child(even) {
    background: #FAFAFA;
}

article ul {
    list-style: none;
}

article ul li {
    font-size: 20px;
}

/**
 * text highlight only bold because of custom font
*/
strong, i, b {
    font-style: normal;
    font-weight: 700;
}

#switch_to_mobile {
    display: none;
}

#switch_to_desktop {
    display: none;
}

#switch_to_desktop:hover {
    color: #FFFFFF;
    background: #2BAE42;
}

/* PARTNER */

div.partner_overlay {
    max-width: 940px;
    margin: 0px auto;
    padding-top: 50px;
}

.partner_name {
    font-size: 55px;
    line-height: 60px;
    font-weight: 300;
    color: #FFFFFF;
}

.parent_subtitle {
    font-size: 22px;
    line-height: 36px;
    height: 280px;
    padding-top: 65px;
    font-weight: 300;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.partner-row {
    max-width: 940px;
    margin: 0px auto;
    padding: 15px 0px 30px;
}

.partner-row p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.partner-row p.smaller {
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    font-weight: 300;
}

.partner-row h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #4D4D4D;
}

section.full-width {
    border-bottom: 4px solid #2BAE42;
}

section.full-width-gray {
    border-bottom: 1px solid #D6D6D6;
}

ul.partner_services {
    list-style: none;
}

ul.partner_services li {
    font-size: 16px;
    line-height: 24px;
}

/**
 * search
*/
/*.search-uparrow {
  content: url(../img/dropdown_uparrow.png);
  position: relative;
  display: none;
}
*/
.search-form {
    background: #f2f2f2;
    display: none;
    position: relative;
    height: 70px;
    border-bottom: 1px solid #f2f2f2;
}
.search-form input[type="text"] {
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 69%;
    font-size: 26px;
    font-weight: 300;
    margin-right: 5%;
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.search-form input[type="submit"] {
    border: 0;
    background: #2BAE42;
    color: white;
    width: 25%;
    height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

/**
 * errors
*/
.error p {
    background: url(../img/content_warning.png) no-repeat 0 50%;
    font-size: 24px;
    line-height: 30px;
    min-height: 80px;
    padding: 25px 0 0 92px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

/**
 *
*/
.results-title {
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    float: left;
    width: 50%;
}

/**
 * responsive dropdown menu
*/
.dropdown.open > a {
    color: #2BAE42;
}

.navbar-toggle {
    margin-right: 0;
}

button.navbar-btn {
    display: none;
    text-indent: -9999px;
    border: 0;
    background: url(../img/header_menu.png) no-repeat 50% 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0 0 0 0;
}
header.shrink button.navbar-btn {
    display: block;
    float: left;
}

button.navbar-btn:hover, button.navbar-btn:active, button.navbar-btn:focus {
    background-image: url(../img/header_menu_on.png);
    background-color: #2BAE42;
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}
.navbar-collapse .dropdown-menu {
    position: relative;
}
.navbar-collapse li {
    display: block;
    border-bottom: 1px solid #999999;
}

.show-block {
    display: block;
}

.hide {
    display: none;
}

.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 20px 15px 20px 25px;
}

/**
 * paginate
*/

.table_pager h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.paginate {
    text-align: center;
    padding-bottom: 12px;
    margin-top: 10px;
}
.paginate a {
    font-size: 24px;
    line-height: 42px;
    color: #999999;
    margin-right: 12px;
}
.paginate span:last-child a {
    margin-right: 0;
}

/*a[rel="next"],
a[rel="prev"],*/
span.next,
span.prev {
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
}

/*a[rel="prev"],*/
span.prev {
    background: url(../img/content_prev.png) no-repeat;
}

/*a[rel="next"],*/
span.next {
    background: url(../img/content_next.png) no-repeat;
}

span.next a,
span.prev a {
    display: block;
    width: 42px;
    height: 42px;
}

.dropdown .expand {
    background: url(../img/menu_expand.png) no-repeat 100% 0;
    display: inline-block;
    width: 26px;
    height: 14px;
    float: right;
}

.dropdown.open .expand {
    background-image: url(../img/menu_collapse.png);
}

.tooltip {
    display: none;
}

.fixedtip {
    position: absolute;
    z-index: 100;
    left: 100%;
    top: -142px;
    width: 35%;
    margin-left: 30px;
    line-height: 21px;
}

.fixedtip_content {
    display: table-cell;
    vertical-align: middle;
    height: 325px;	
    text-align: left;
    color: #8E8E8E;
}

.cb .fixedtip {
    position: relative;
    z-index: 100;
    left: auto;
    top: auto;
    clear: left;
    width: 300px;
    float: right;
    padding-top: 5px;

}

.cb .fixedtip_content {
    height: auto;
}

/**
 * tooltip
*/

.tooltip {
    position: absolute;
    z-index: 10300;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=1);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #999;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

/**
 * ordered lists
*/

ol {
    counter-reset: list-counter;
    font-size: 24px;
    font-weight: 300;
    width: 95%;
    margin-bottom: 48px;
    list-style-position: inside;   
    list-style-type: decimal;
    font-size: 40px;
    font-weight: 300;
}
ol li {
    position: relative;
    border-bottom: 1px solid #999999;
    /*  font-size: 16px;
      font-weight: 400;
    */
    vertical-align: top;
    padding: 6px 16px;
}
ol li:before {
    font-size:40px;
    vertical-align:middle;
    line-height:40px;
}
ol li span {
    display: inline-block;
    position: absolute;
    left: 64px;
    top: 8px;
    font-size: 16px;
    font-weight: 400;
}

/**
 * route
*/
.route ul {
    list-style: none;
}
.route ul li {
    position: relative;
    border-bottom: 1px solid #999999;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top;
    padding: 6px 16px;
}
.route ul span {
    display: inline-block;
    width: 70%;
    margin-right: 5%;
}
.route ul button {
    width: 25%;
    float: right;
    background: url(../img/large_add_icon.png) no-repeat 50% 50%;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-indent: -9999px;
}
.route ul button:focus {
    outline: 0;
}

.route-summary.route li {
    margin: 0;
}

.route-summary.route li:last-child {
    border-bottom: none;
}

.route-summary.route li.empty span,
.route-summary.route li.empty button {
    display: none;
}

.route-summary.route .left, .route-summary.route .right {
    width: 58%;
    float: left;
}

.route-summary.route .left {
    margin-right: 4%;
}
.route-summary.route ol, .route-summary.route ul {
    margin-top: 10px;
    padding-left: 0px;
    width: 95%;
    float: none;
    text-align: left;
}

/*.route-summary.route ol {
  list-style-position: inside;   
  list-style-type: decimal;
        font-size: 40px;
        font-weight: 300;
}

.route-summary.route ol:before {
        font-size:40px;
  vertical-align:middle;
  line-height:40px;
}

.route-summary.route ol li {
        cursor: move;
}
.route-summary.route ol li.empty {
        color: #DBDBDB;
}
.route-summary.route ol li span {
        font-size: 16px;
        font-weight: 400;
}

.route-summary.route ol li a {
        cursor: default;
}*/

.route-summary.route ol li.empty {
    color: #DBDBDB;
}

.route-summary.route h3 {
    text-align: left;
}

.route-summary .submit {
    padding-left: 0;
    padding-bottom: 54px;
}

#hugo_routeplanner {
    display: none;
}

.poi_search .select label {
    width: 30%;
}

.poi_search .select select {
    width: 65%;
    margin-right: 0px;
}

.poi_search .input input[type="text"] {
    width: 95%;
    margin-right: 0px;
    background: url("../img/header_search.png") no-repeat 100% 50%;
    padding-right: 45px;
}

.routeplanner_error {
    color: #ee1c24;
    display: none;
}

.itinerary_info {
    margin-bottom: 20px;
}

.itinerary_info h2 {
    color: #ee1c24;
    margin-bottom: 5px;
}

.itinerary_info p {
    margin-top: 5px;
}

/**
 * route map
*/

.routeplanner_map {
    width: 100%; 
    height: 560px;
    margin: 10px 0;
}

.ui-effects-transfer {
    border: 3px dotted #2BAE42;
}

button.delete_checkpoint {
    float: right;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    background: url("../img/delete_icon.png") 50% 50% no-repeat;
}

/**
 * route summary
*/
.route-summary h1 {
    background: url(../img/services_hugo.png) no-repeat 0 0;
    padding: 13px 0 0 78px;
}
.route-summary h2 {
    font-size: 26px;
    font-weight: 300;
}
.route-summary ul {
    list-style: none;
    padding-left: 0px;
}
.route-summary ul li {
    display: block;
    margin-bottom: 16px;
}
.route-summary ul li:before, .route-summary ul li:after {
    content: " ";
    display: table;
}
.route-summary ul li:after {
    clear: both;
}
.route-summary ul span {
    float: left;
}
.route-summary ul .title {
    font-size: 16px;
    color: #999999;
    width: 50%;
    position: relative;
    top: 6px;
}
.route-summary ul .data {
    font-size: 40px;
    font-weight: 300;
    width: 50%;
}
.route-summary ul .price {
    color: #2BAE42;
    font-weight: 400;
}
.route-summary h3 {
    font-size: 24px;
    font-weight: 300;
    border-bottom: 4px solid #2BAE42;
    padding-bottom: 8px;
}
.route-summary img {
    width: 100%;
    max-width: 665px;
}
.route-summary p {
    line-height: 1.3;
}

.map_modifier {
    padding: 10px 0;
}

.map_modifier label {
    float: left;
    clear: left;
}

/**
 * general form styles
*/
form [disabled], form [disabled="disabled"] {
    background: #fafafa;
}
form fieldset {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
form fieldset:last-of-type {
    border: 0;
}
form legend {
    font-size: 22px;
    border: 0;
}

form .error {
    border: 1px solid #ee1c24;
    background: #fde8e9;
}
form label {
    width: 25%;
    font-weight: 400;
    float: left;
}
form input,
form textarea {
    padding: 10px 40px 10px 10px;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    margin-bottom: 8px;
}
form input[type="checkbox"] {
    /*margin: 0 31% 0 8%;*/
    margin-left: 82px;
}


form .cb input[type="checkbox"] {
    float: left;
    margin-top: 0;
} 

form .cb label.error {
    float: left;
    padding-left: 25px;
}

form input[type="text"],
form input[type="password"],
textarea {
    /*width: 242px;*/
    /*width: 59%;*/
    width: 300px;
}

form input[type="submit"],
form input[type="button"] {
    border: 0;
    color: white;
    background: #2BAE42;
    margin-bottom: 16px;
    height: 40px;
    padding: 8px;
}

form input[type="submit"].disabled,
form input[type="button"].disabled {
    background-color: #CCCCCC !important;
}

.wider_form .has_tooltip  .customSelect {
    width: 320px;
}

form.wider_form label.error {
    width: 360px;
}

form.wider_form input[type="text"] {
    width: 360px;
}
form.wider_form label{
    width:20%;
}

.checkbox_group .checkbox {
    padding-left: 20px;
}

label.checkbox_group_label {
    padding-top: 10px;
}

.checkbox_group .checkbox label {
    font-size: 20px;
    line-height: 31px;
    font-weight: 700px;
    color: #2BAE42;
    letter-spacing: 2px;
    display: inline-block;
    width: auto;
}

.checkbox_group {
    float: left;	
    width: 70%;
    position: relative;
    padding-bottom: 20px;
}

.checkbox_group input[type=checkbox] {
    position: relative;
    top: 10px;
    margin: 0 16px 0 0;
}

form p {
    /*
width: 23%;
display: inline-block;
position: relative;
top: 16px;
color: #ee1c24;
    */
}
form .submit {
    border-top: 1px solid #d6d6d6;
    padding: 16px 0 0 48%;
    margin-top: 8px;
    clear: both;
}

.buy-info {
    font-size: 16px;
    line-height: 1.5;
}

.balance-number {
    margin: -16px 0 0;
}

.buying-terms,
.balance-number {
    font-size: 16px;
    font-weight: 700;
    color: #2BAE42;
    letter-spacing: 1px;
    line-height: 16px;
    display: inline-block;
}

.balance-number {
    margin-top: 10px;
    clear: left;
}

.balance-number span {
    display: none;
}

.buying-terms {
    display: inline-block;
    background: url(../img/register_arrow.png) no-repeat 100% 0;
    height: 17px;
    letter-spacing: 0;
    font-weight: 400;
    padding-right: 24px;
}


/* hogy ugyanúgy nézzen ki, mint a sima input */
form select {
    margin-bottom: 20px;
    right: 0px;
}

form .has_tooltip select {
    right:40px;
}

/* jquery validator error label */
label.error {
    color: #EE1C24;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    left: 0px;  
    width: 23%;
    background: none;
    border: none;
    font-size: 14px;
    letter-spacing: normal;
}

label.error {
    color: #EE1C24;
    display: block;
    position: relative;
    margin-bottom: 5px;
    background: none;
    border: none;
    font-size: 14px;
    letter-spacing: normal;
    float: right;
    width: 300px;
    text-align: left;
}

.checkbox_group .checkbox label.error {
    color: #EE1C24;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 14px;
    left: 0px;  
    background: none;
    border: none;
    font-size: 14px;
    letter-spacing: normal;
    position: absolute;
    bottom: 0px;
    width: 100%;
}


h1 {
    min-height: 68px;
}

h1.parking{
    background: url("../img/services_parking.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 13px 0 0 78px;	
}   

h1.ematrica{
    background: url("../img/services_ematrica.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 13px 0 0 78px;	
}   

h1.hugo{
    background: url("../img/services_hugo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 13px 0 0 78px;	
}

aside ul li a.active {
    color: #2BAE42;
}

/**
 * login
*/
.login-section .password-reminder {
    border-top: 1px solid #999999;
    margin-top: 10px;
    padding-top: 9px;
    font-size: 16px;
}
.login-section .password-reminder a:link, .login-section .password-reminder a:visited {
    color: #2BAE42;
}
.login-section .not-client-yet {
    font-size: 24px;
    color: #4d4d4d;
}
.login-section .register {
    font-size: 24px;
    color: #2BAE42;
    display: inline-block;
    background: url(../img/register_arrow.png) no-repeat 0 5px;
    padding-left: 21px;
    margin: 16px 0 90px 6px;
}
.login-section input[type="submit"] {
    margin-left: 11.5%;
    padding: 0px 10px 0px 24px;
    background: #2BAE42 url(../img/login_arrow_white.png) no-repeat 10px 15px;
    font-size: 20px;
    line-height: 40px;
}

/**
 * mega-menu
*/
.lower-nav li {
    position: relative;
}
.lower-nav li a.active-menu:link, .lower-nav li a.active-menu:visited, .lower-nav li a.active-menu:hover, .lower-nav li a.active-menu:active, .lower-nav li a.active-menu:focus {
    color: #2BAE42;
}

.dropdown-menu[aria-labelledby="mega-menu"] {
    width: auto;
    float: left;
    width: 603px;
    position: absolute;
    top: 100%;
    left: -320px;
    z-index: 1000;
}

.dropdown-menu.childs_2 {
    width: 402px;
}

.dropdown-menu.childs_2 .nav-content-col {
    width: 50%;
}

.dropdown-menu.childs_3 {
    width: 603px;
}

.dropdown-menu.childs_3 .nav-content-col {
    width: 32%;
}

.dropdown-menu.childs_4 {
    width: 804px;
}

.dropdown-menu.childs_4 .nav-content-col {
    width: 25%;
}

.dropdown-menu.childs_5 {
    width: 804px;
}

.dropdown-menu.childs_5 .nav-content-col {
    width: 20%;
}



ul.dropdown-menu[aria-labelledby="mega-menu"] {
    left: 0px;
}

.dropdown-right .dropdown-menu {
    left: auto;
    right: 0;
}

.nav-content {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

.nav-content-col {
    float: left;
    width: 32%;
}

.nav-content-col:last-child {
    margin-right: 0;
}

.nav-content-col > h3 {
    font: bold 15px inherit;
    margin: 0 0 6px;
    text-transform: none;
    padding: 10px 0px 5px;
    border-bottom: solid 1px #f0f0f0;
}

.nav-content-col > h3 a:link, .nav-content-col > h3 a:visited  {
    font-weight: bold;
}

.nav-content-col ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.nav-content-col li {
    border: none;
}

.nav-content-col li > a {
    display: block;
    padding: 11px 20px;
    text-transform: none;
}
.nav-content-col li > a:hover, .nav-content-col li > a:focus {
    background: #fafafa;
}

/**
 * customer info 
*/

.customer_upper_row {
    height: 80px;
}

.customer-info {
    width: 100%;
    background: #2BAE42;
    margin-top: -4px;
}
.customer-info h3 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 16px 0 0;
}
.customer-info button {
    background: #fafafa;
    padding: 16px;
    border: 0;
    margin-top: 16px;
}
.customer-info .action {
    list-style: none;
}
.customer-info .action li {


}
.customer-info .action {
    margin: 0 0 0 -2%;
}
.customer-info .action a {
    width: 80px;
    height: 80px;
    border-right: 1px solid white;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    display: block;
    float: left;
    font-size: 11px;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    padding: 58px 6px 0 6px;
    text-align: center;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.customer-info ul.action a:hover {
    background-color: #4D4D4D;
}

.customer-info ul.action a.current {
    background-color: #4D4D4D;
}

.customer-info ul.action a.balance {
    background-image: url(../img/account_buy_deposit.png);
}
.customer-info ul.action a.parking {
    background-image: url(../img/account_buy_parking.png);
}
.customer-info ul.action a.sticker {
    background-image: url(../img/account_buy_ematrica.png);
}
.customer-info ul.action a.hugo {
    background-image: url(../img/account_buy_hugo.png);
}

.invoice-container p, .invoice-container a {
    display: inline-block;
    float: left;
    margin: 0;
}
.invoice-container p {
    margin: 8px 8px 0 0;
    color: white;
}
.invoice-container ul {
    left: 100px;
}
.invoice-container li a {
    width: 100%;
}
.invoice-container p + a:link, .invoice-container p + a:visited {
    color: white;
    margin-top: 8px;
    font-size: 17px;
    font-weight: 700;
    background: url(../img/invoice_arrow.png) no-repeat 100% 5px;
    padding-right: 16px;
}

.invoice-sum {
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    margin: 0;
    line-height: 80px;
    white-space: nowrap;
}

.invoice-menu:link, .invoice-menu:visited, .invoice-menu:hover, .invoice-menu:active, .invoice-menu:focus {
    color: #000;
}

/**
 * edit profile
*/
.edit-profile {
    /*
    & label, & input, & p {
          display: inline-block;
          font-size: 16px;
          vertical-align: top;
          margin-top: 0;
    }
    */
}
aside h1 {
    border-bottom: 4px solid #2BAE42;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
aside ul {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding-top: 16px;
    padding-left: 0;
    margin-bottom: 49px;
    margin-top: 0;
}
aside ul li {
    border-bottom: 1px solid #D6D6D6;
}
/*aside ul li:last-child {
  border-bottom: none;
}*/

aside ul a:link, aside ul a:visited, aside ul a:hover, aside ul a:active, aside ul a:focus {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 16px;
    color: #4D4D4D;
}

aside ul h3 a:link, aside ul h3 a:visited, aside ul h3 a:hover, aside ul h3 a:active, aside ul h3 a:focus {
    font-weight: 700;
    padding-left: 0;
}

aside ul h3 {
    margin: 0;
}

aside ul a:hover, aside ul a:active, aside ul a:focus {
    color: #2BAE42;
    background: #FFFFFF;
}

div.buttons button.pay {
    background: #2BAE42;
    color: white;
}
div.buttons button.pay:hover, div.buttons button.pay:focus {
    color: white;
}

.after_anchor {
    position: relative;
    float: right;
}

.after {
    position: absolute;
    top: 0px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 42px;
    line-height: 34px;
}

p.large {
    font-size: 20px;
    line-height: 21px;
}

form.bankcards {
    background: url("../img/bankcards_mini.png") 100% 0% no-repeat;
}

#calculation_result,
#HighwayPurchaseForm .submit {
    display: none;
}


/**
 * responsive styles
*/
@media (max-width: 480px) {
    .tooltip,
    i.tooltips {
        display: none !important;
    }

    .has_tooltip span.customSelect {
        width: 300px;
        margin-right: 0px;
    }


    form.bankcards {
        background: none;
    }

    .login-section input[type="submit"] {
        display: block;
        margin: 15px 0;
    }

    .search-form inheritut[type="submit"] {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .search-form input[type="text"] {
        font-size: 18px;
        padding-right: 10px;
    }

    form p {
        display: block;
        position: static;
        margin-top: 0;
        margin-bottom: 16px;
    }

    form input {
        /*    margin-bottom: 0;
        */  }

    form label {
        width: 100%;
    }

    .dropdown.open > a {
        color: #fff;
    }

    .header-spacer.more-height {
        min-height: 0;
    }

    header {
        position: static;
        margin-bottom: 0;
    }

    .reg {
        display: none;
    }

    .login {
        text-indent: -9999px;
        border: 0;
    }

    .logout {
        text-indent: -9999px;
        margin-left: 0px;		
    }

    body {
        background-image: none;
    }



    .upper-nav {
        display: none;
    }

    .search {
        display: none;
    }

    #layerslider {
        display: none;
    }

    .search-form:before {
        right: 74px;
    }

    .error p {
        background: url(../img/content_warning_xs.png) no-repeat 0 50%;
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0 0 50px;
        min-height: 60px;
    }

    .menu-top {
        display: block;
    }

    button.navbar-btn {
        display: inline-block;
        float: left;
    }

    .menu-top {
        width: 136%;
        margin-left: -31%;
    }
    .menu-top .dropdown-menu {
        width: 100%;
    }

    .sellers img {
        /*    display: none; */  
        max-height: 70px;
    }

    .sellers ul li span {
        /*    display: block; */
    }

    .right {
        text-align: left;
    }

    div.input .input-icon select {
        width: 300px !important;
        /*		padding-left: 0px !important;
                        padding-right: 0px !important;
                        border-right: 0px;*/
    }

    form .has_tooltip select {
        right: 0px;
    }

    div.input .input-icon {
        width: 300px;
    }

    .input-icon.right i {
        top: 0px;
        left: 262px;
    }

    form label {
        width: 100%;
        float: none;
    }

    form label.error {
        float: none;
    }

    form input[type="text"], form input[type="password"], textarea {
        width: 300px;
    }

    form input[type="checkbox"] {
        margin-left: 0px;
    }

    span.after_anchor {
        display: block;
        float: left;
        width: 200px;
        text-align: left;
        padding-left: 0px;
    }

    span.after_anchor span.after {
        display: block;
        position: relative;
        clear: both;
        margin-top: 0px;
        line-height: 14px;
        padding-left: 0px;
        top: 0px;
        left: 0px;
    }

    h3.results-title {
        font-size: 20px;
        width: auto;
    }

    .invoice-container ul { 
        top: 2px;
        left: 61px;
    }

    /*	header nav>div>a.contact,
            header.shrink nav>div>a.contact {
                    display: none;
            }*/


}

@media (max-width: 767px) {
    header.shrink nav>div>a.contact {
        text-indent: -9999px;
        width: 60px;
        background-position: 50% 50%;
        padding: 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    form label,
    form.wider_form label {
        width: 100%;
        float: none;
    }

    form select {
        left: 0px;
    }

    form input[type="text"], form input[type="password"], textarea {
        width: 300px;
        float: left;
    }

    .input-icon.right i {
        top: 0px;
        left: 262px;
    }

    .wider_form .input-icon.right i {
        top: 2px;		
        left: 322px;
    }

    span.customSelect {
        width: 300px;
        float: left;
        padding: 0 20px 0 10px;
        display: table-cell !important;
        vertical-align: middle;
        height: 42px;
    }

    .has_tooltip span.customSelect {
        width: 260px;
        margin-right: 40px;
    }

    span.customSelectInner {
        display: table-cell !important;
        vertical-align: middle;
        height: 42px;
    }

    .dropdown.open > a {
        color: #fff;
    }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #333;
        border-color: inherit;
        color: #fff;
    }

    .dropdown-menu.darker li {
        background: #1a1a1a;
    }
    .dropdown-menu.darker li:first-child {
        border-top: 1px solid #2BAE42;
        background: url(../img/services_wedge.png) no-repeat 50% 0;
        background-color: #1a1a1a;
    }

    /*  .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 40px;
      }
    
      .dropdown-menu {
        border-radius: 0;
        padding: 0;
      }
      .dropdown-menu .icon {
        background-position: 0 8px;
        padding-left: 40px;
      }
    
      .navbar-nav > li > a,
      .nav > li > a,
      .dropdown-menu > li > a {
        padding: 20px 15px 20px 25px;
        color: #fafafa;
        font-size: 18px;
        font-size: 400;
        text-transform: uppercase;
        padding-left: 40px;
      }*/

    .header-spacer.more-height {
        min-height: 0;
    }

    header {
        position: static;
        margin-bottom: 0;
    }

    body {
        background-image: none;
    }

    .logo {
        background: url(../img/header_logo_nmfr_xs2.png) no-repeat 50% 50%;
        width: 60px;
        height: 60px;
    }

    .upper-nav {
        display: none;
    }

    .search {
        display: none;
    }

    #layerslider {
        display: none;
    }

    .search-form:before {
        right: 104px;
    }

    .error p {
        background: url(../img/content_warning_xs.png) no-repeat 0 50%;
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0 0 50px;
        min-height: 60px;
    }

    .menu-top {
        display: block;
    }

    button.navbar-btn {
        display: inline-block;
        float: left;
    }

    .menu-top {
        width: 111%;
        margin-left: -4%;
    }
    .menu-top .dropdown-menu {
        width: 100%;
    }

    .sellers ul li {
        /*display: block;*/
    }
    .sellers img {
        /*display: none;*/
    }
    .sellers ul li span {
        display: block;
    }

    form input[type="checkbox"] {
        margin-left: 0px;
    }

    span.after_anchor {
        position: relative;
        float: left;
    }


    span.after_anchor span.after {
        display: block;
        position: relative;
        clear: both;
        margin-top: 0px;
        line-height: 34px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    /*  .logo {
        background: url(../img/header_logo_nmfr_xs2.png) no-repeat 50% 50%;
        width: 60px;
        height: 60px;
      }*/

    .upper-nav {
        display: none;
    }

    nav .right-nav {
        height: 45px;
    }

    nav .right-nav a {
        line-height: 60px;
        background-position: 100% 50%;
    }

    nav .lower-nav li>ul>li a:link, 
    nav .lower-nav li>ul>li a:visited,
    nav .lower-nav li>ul>li a {
        /*		background: #FFFFFF;
        */	}

    .search-form:before {
        right: 82px;
    }

    .error p {
        font-size: 20px;
        line-height: 30px;
        padding: 25px 0 0 90px;
        min-height: 80px;
    }

    .menu-top {
        display: inline-block;
    }

    button.navbar-btn {
        display: block;
        float: left;
    }

    .menu-top {
        width: 111%;
        margin-left: -6%;
        display: none;
    }
    .menu-top .dropdown-menu {
        width: 100%;
    }

    form input[type="checkbox"] {
        margin-left: 24px;
    }

    header nav>div>a.contact {
        background-position: 10px 50%;	
        display: block;
        width: auto;
        line-height: 60px;
        white-space: nowrap;
        text-indent: 0px;
        padding-left: 60px;
        padding-right: 20px;
        font-size: 14px;
        text-transform: uppercase;
        color: #999999;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    .menu-top {
        display: none;
    }

    form input[type="checkbox"] {
        margin-left: 14px;
    }

}

@media (max-width: 991px) {
    body {
        padding-top: 64px;
        transition: none;
        -o-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    .logo {
        background: url(../img/logo_small.png) no-repeat 50% 50%;
        width: 99px;
        height: 60px;
    }

    .invoice-sum {
        float: right;
    }

    nav .dropdown-menu {	
        display: block;
        float: none;
        position: relative;
    }

    nav .lower-nav {
        clear: left;
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;		
    }

    nav>ul.lower-nav>li {
        display: block;
        float: none;
        height: auto;
        clear: left;
        padding-right: 0px;
    }



    nav>ul.lower-nav:hover>li>ul,
    nav>ul.lower-nav>li:hover>ul,
    nav>ul.lower-nav>li>ul {
        display: none;
    }

    nav>ul.lower-nav>li>a {
        border-bottom: 1px solid #F0F0F0;
    }

    nav .lower-nav a:link, 
    nav .lower-nav a:visited,
    nav .lower-nav li a {
        display: block !important;	
        height: auto;
        float: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    nav .lower-nav li a:hover {
        background: #F0F0F0;
    }

    nav .lower-nav li>ul>li a:link, 
    nav .lower-nav li>ul>li a:visited
    nav .lower-nav a:link {
        border-bottom: none;
        padding-left: 40px;
    }

    nav .lower-nav li>ul>li a:link, 
    nav .lower-nav li>ul>li a:visited {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .customer_upper_row {
        height: 80px;
        float: right;
    }

    .customer_menu_wrapper {
        clear: left;
    }

    .invoice_info {
        height: 80px;
        float: left;
    }

    .invoice-container ul {
        top: 2px;
        left: 61px;
        border-bottom: 4px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;

    }

    div.nav-content {
        padding-left: 0px;
    }

    nav>ul.lower-nav>li.menu_search {
        display: none;
    }

    .dm2 {
        border: 0;
    }

    .dm2 .nav-content-col {
        width: 100%;
        float: none;
    }

    .dm2 li {
        border-bottom: none;
    }

    .invoice-container {
        position: relative;
    }

    ul.dropdown-menu.dm2 {
        position: relative;
        margin-bottom: 16px;
        padding-bottom: 0px;
        padding-right: 0px;
        /*		position: absolute;
                        left: 0px;
                        top: 30px;*/
    }

    ul.dropdown-menu.dm2 .nav-content {
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .nav-content-col ul {
        margin-bottom: 0px;
    }

    nav .nav-content-col > h3 {
        margin-bottom: 0px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 0px;
        padding-right: 0px;
    }

    nav .nav-content-col > h3 a {
        text-align: left;		
    }

    nav .nav-content-col > h3 a:hover {
        color: #2BAE42;
    }

    nav .lower-nav li>ul>li h3 a:link, 
    nav .lower-nav li>ul>li h3 a:visited {
        padding-left: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 38px;		
    }

    ul.dropdown-menu.childs_2,
    ul.dropdown-menu.childs_3,
    ul.dropdown-menu.childs_4,
    ul.dropdown-menu.childs_5,
    ul.dropdown-menu.childs_2 .nav-content-col,	
    ul.dropdown-menu.childs_3 .nav-content-col,	
    ul.dropdown-menu.childs_4 .nav-content-col,	
    ul.dropdown-menu.childs_5 .nav-content-col {
        width: 100%;
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
    }

    /*	ul.dropdown-menu.dm2 {
                    position: relative;
                    float: none;
                    margin-top: 0px;
            }*/

    header {
        position: fixed;
    }

    .search2 {
        display: block;
        float: left;
        margin-top: 0px;
    }


    footer ul li {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    footer ul li a {
        white-space: nowrap;
        line-height: 26px;
        font-size: 20px;
    }

    .arrowlinks {
        margin-top: 12px;
    }

}

@media (min-width: 992px) {
    body.search_visible {
        padding-top: 194px;
        transition: padding 0.3s ease;
        -o-transition: padding 0.3s ease;
        -moz-transition: padding 0.3s ease;
        -webkit-transition: padding 0.3s ease;
    }

    body.custinfo.compact_header {
        padding-top: 140px;
        /*	  transition: padding 0.3s ease;
                  -o-transition: padding 0.3s ease;
                  -moz-transition: padding 0.3s ease;
                  -webkit-transition: padding 0.3s ease;*/
    }

    body.custinfo.search_visible.compact_header {
        padding-top: 210px;
        transition: padding 0.3s ease;
        -o-transition: padding 0.3s ease;
        -moz-transition: padding 0.3s ease;
        -webkit-transition: padding 0.3s ease;
    }

    body.custinfo.search_visible {
        padding-top: 270px;
        transition: padding 0.3s ease;
        -o-transition: padding 0.3s ease;
        -moz-transition: padding 0.3s ease;
        -webkit-transition: padding 0.3s ease;
    }

    body.custinfo {
        padding-top: 200px;
        transition: padding 0.3s ease;
        -o-transition: padding 0.3s ease;
        -moz-transition: padding 0.3s ease;
        -webkit-transition: padding 0.3s ease;
    }
		
		nav ul.lower-nav {
			float: right;			
		}
		
		nav ul.upper-nav>li:first-child {
			margin-left: -120px;
		}
		
		
		.header_container_wrapper {
			background: url("../img/header_bg.png") repeat-x 0% 50%;
		}
		
		header.shrink .header_container_wrapper {
			background: none;
		}
}

@media (max-width: 479px) {

    .invoice-container ul { 
        top: 2px;
        left: 61px;
    }

    div.right-nav a.regisztracio,
    div.right-nav span.separator {
        display: none;
    }

    div.customer-info section.invoice_info {
        padding-right: 0px;
    }

    div.customer-info section.invoice_info a.customer-left {
        display: none;
    }

    div.customer-info section.customer_upper_row {
        padding-left: 0px;
    }

    div.customer-info p.invoice-sum {
        font-size: 20px;
    }

    div.customer-info a.invoice-menu {
        font-size: 16px;
        padding-right: 15px;
    }

    div.customer-info h3 {
        font-size: 16px;
    }

    div.customer-info .action a {
        width: 70px;
    }

    div.right-nav {
        height: 60px;
    }

    div.right-nav a.username {
        background: url("../img/header_useraccount_green.png") 50% 50% no-repeat;
        text-indent: -9999px;
        height: 60px;
        width: 60px;
        display: inline-block;
        margin-right: 0px;
    }

    div.right-nav a.username:hover {
        background-image: url("../img/header_useraccount_white.png");
        background-color: #2BAE42;
    }

    section.invoice_info,
    section.customer_upper_row {
        height: 70px;
    }

    p.invoice-sum {
        line-height: 70px;
    }

    div.customer-info ul.action li a {
        background-position: 50% 0%;
        height: 70px;
        padding-top: 52px;
        min-height: 70px;
    }

    form.wider_form input[type="text"] {
        width: 300px;
    }

    form.wider_form .customSelect {
        width: 260px;
        display: table-cell !important;
        padding: 0 10px 0 10px;
        vertical-align: middle;
    }

    form.wider_form label {
        width: 100%;
        float: none;
    }

    form select {
        right: auto;
    }

    form.wider_form .input-icon.right {
        width: 300px;
    }

    .edit-profile h1,
    section h1,
    .fullarticle h1,
    .login-section h1,
    h1.hugo,
    h1.parking, 
    h1.sticker
    {
        font-size: 26px;
    }

}

@media (min-width: 1200px) {
    .search-form:before {
        right: 375px;
    }

    .menu-top {
        display: none;
    }

    nav .lower-nav a:link, nav .lower-nav a:visited {
        font-size: 21px;
				font-size: 19px;
    }

}
/**
 * maintables
*/
/**
 * Button reset
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    width: auto;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: visible;
    /*IE*/
    vertical-align: middle;
    /* IE6,IE7 */
}

/**
 * General styles
*/
span.light {
    color: #838383;
}

span.positive {
    color: #2BAE42;
}

/**
 * Tables
*/
table {
    width: 100%;
    border-bottom: 4px solid #d6d6d6;
    margin-bottom: 49px;
    /* ikonok */
}
table thead th {
    font-weight: normal;
    border-top: 4px solid #2BAE42;
    padding: 14px 3px;
    line-height: 1.5;
}
table thead th, table tr.disabled td {
    background: #fafafa;
}
table tr.disabled td {
    color: #838383;
}
table tr.disabled td img {
    /* Grayscale-ezi az inaktív sorok képeit */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
table tbody td {
    font-size: 18px;
    height: 80px;
    vertical-align: middle;
    padding: 6px 3px;
    line-height: 1;
    border-top: 1px solid #d6d6d6;
    text-align: center;
}

.ui-datepicker td {
    height: auto;
}

table tbody td .actionicon {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 4px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
}

table tbody td .actionicon.user {
    background-image: url("../img/header_useraccount.png");
    background-size: 26px 26px;
}


table tbody td .actionicon.edit {
    background-image: url("../img/edit_icon.png");
}

table tbody td .actionicon.delete {
    background-image: url("../img/delete_icon.png");
}

table tbody td .actionicon.download {
    background-image: url("../img/related-doc-download.png");
}

div.table_pager {
    display: table;
    width: 100%;
}
div.table_pager div {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0;
    white-space: nowrap;
}
div.table_pager div.visible_elements select {
    margin-left: 6px;
}
div.table_pager div.pages {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}
div.table_pager div.pager ul {
    float: right;
    list-style: none;
}
div.table_pager div.pager ul li {
    display: inline;
    border-left: 1px solid #d6d6d6;
}
div.table_pager div.pager ul li:first-child {
    border-left: none;
}
div.table_pager div.pager ul li a {
    padding: 0 3px 0 6px;
}

div.table_filter {
    display: table;
    padding-right: 0px;
    margin-top: 20px;
    width: 100%;
}

div.table_filter>div {
    padding-right: 0px;
    /*	margin-bottom: 20px;*/
}

div.table_filter div.input {
    clear: none;
}

div.table_filter button.reset_form {
    float: left;
    background: url("../img/header_logout.png") no-repeat 50% 50%;
    text-indent: -9999px;
    width: 20px;
    height: 30px;
    margin-right: 15px;
    margin-top: 25px;
}

div.table_filter div.input.submit_wrapper {
    display: block;
    float: left;
    padding-right: 0px;
}

div.table_filter button.reset_form:hover {
    background-image: url("../img/header_logout_over.png");	
}

div.table_filter.col-md-12 {
    padding-left: 0px;
}

div.table_filter div.col-md-6,
div.table_filter div.col-md-12 {
    padding-left: 0px;
}

div.table_filter div.col-md-6 {
    margin-bottom: 20px;
}

div.table_filter div.input {
    display: table-cell;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    padding-right: 8px;
}

div.table_filter2 div.input.select label {
    display: block;
    clear: both;
}
div.table_filter2 div.input.select select.hasCustomSelect {
    margin-top:19px;
}
div.table_filter2 div.input  {
    display: block;
    position: relative;
    float: left;
    width: 310px;
    clear: none;
    padding-left: 10px;
}
div.zoneinfo-disclaimer{
    display: table-cell;
    padding-left: 10px;
    padding-top: 45px;
}
div.table_filter2 label {
    width: 130px;

}


div.table_filter div.input.select {
    display: block;
    position: relative;
    float: left;
    width: 140px;
}

div.table_filter div.input.select label {
    display: block;
    clear: both;
}

div.table_filter div.input.select .customSelect {
    margin-bottom: 0px;
    width: 120px !important;
    padding-top: 0px;
    padding-bottom: 0px;

}

div.table_filter div.input.select .customSelect .customSelectInner {
    display: table-cell !important;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
}

div.table_filter div.input.select select {
    clear: left;
    left: 0px;
    bottom: 0px;
}

div.table_filter div.input.datepicker {
    width: 110px;
}
div.table_filter div.input.datepicker input[type="text"] {
    width: 110px;
}
div.table_filter div.input.date_follow {
    padding-right: 12px;
    white-space: nowrap;
    width: 10%;
    vertical-align: middle;
    padding-top: 20px;
}
div.table_filter div.input_wrapper {
    display: table-cell;
}
div.table_filter input[type="text"], div.table_filter select {
    width: 100px;
    margin-bottom: 0;
    margin-right: 0;
    clear: left;
    width: 100%;
    padding-right: 10px;
}
div.table_filter select {
    margin-right: 8px;
    top:15px;
}
div.table_filter label {
    width: 130px;
    display: block;
}
div.table_filter input[type="submit"] {
    background-image: url("../img/table_filter_submit.png");
    background-position: 50% 50%;
    width: 63px;
    height: 30px;
    text-indent: -9999px;
    padding-top: 4px;
    margin-bottom: 0;
    margin-top: 25px;
}

div.table_filter .customSelect {
    margin-right: 5px;
}

.submit_wrapper {
    white-space: nowrap;
}

a.add_large {
    background: url("../img/large_add_icon.png") no-repeat 0% 50%;
    display: inline-block;
    font-size: 18px;
    padding: 0 12px 0 60px;
    line-height: 42px;
    margin: 10px 0;
}

div.buttons {
    display: block;
    margin: 26px 0;
}
div.buttons a, div.buttons button {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-right: 12px;
    padding: 0 24px;
    font-weight: normal;
    background: #f2f2f2;
    line-height: 40px;
}
div.buttons button:hover {
    color: #2BAE42;
}

div.input {
    clear: left;
}

div.simpletext {
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

div.simpletext {
    width: 300px;
    text-align: left;
    float: right;
}

span.successful,
span.unsuccessful,
span.delete {
    font-size: 0px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    margin: 0px auto;
}

span.successful {
    background-image: url("../img/large_add_icon.png");
}

span.unsuccessful {
    background-image: url("../img/large_add_icon_faint_45.png");
}

a.delete_link {
    font-size: 0px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    margin: 0px auto;
    background-image: url("../img/delete_icon.png");	
}

/**
 * responsive styles
*/
/*
@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width: $screen-xs-max) {
}

@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
}

@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
}

@media (min-width: $screen-lg-min) {
}
*/
/* 768px alatti */
@media only screen and (max-width: 768px) {

    .edit-profile h1,
    section h1,
    .fullarticle h1,
    .login-section h1 {
        font-size: 36px;
    }

    form.bankcards {
        background-position: 100% 19px;
        background-size: 122px 69px;
    }

    /* Force table to not be like tables anymore */
    table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
        display: block;
    }

    table.ui-datepicker-calendar td {
        display: table-cell;
    }
    table.ui-datepicker-calendar tr {
        display: table-row;
    }
    table.ui-datepicker-calendar {
        display: table;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.responsive tr {
        margin-bottom:15px;
        border-top: 1px solid #eee;
    }

    table.responsive tbody td {
        /* Behave  like a "row" */

        border: 1px solid #eee;
        border-top:0px;
        position: relative;
        padding-left: 50%;
        padding-top: 8px;
        padding-bottom: 8px;
        height: auto;
        min-height:35px;
    }
    table.responsive tbody td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px;
        width: 45%;
        font-size: 80%;
    }
    table.responsive tbody tr:first-child td:first-child {
        border-top: 4px solid #2BAE42;
    }

    table.ui-datepicker-calendar tbody tr:first-child td:first-child {
        border-top: none;
    }

    div.table_filter div.input_wrapper {
        display: block;
        margin-top: 12px;
    }

    div.table_pager {
        display: block;
    }
    div.table_pager div {
        display: block;
        text-align: center;
    }
    div.table_pager div.pager ul {
        float: none;
    }

    div.simpletext {
        float: left;
    }

    span.after {
        /*		position: absolute;
                        top: 0px;
                        padding-left: 10px;
                        display: table-cell;
                        vertical-align: baseline;
                        height: 42px;
                        right: 293px;
                        line-height: 42px;
                        margin-top: 20px;*/
        position: absolute;
        top: 0px;
        padding-left: 10px;
        display: table-cell;
        vertical-align: baseline;
        height: 42px;
        left: 0px;
        line-height: 34px;
        margin-top: 0px;
    }


    div.table_filter div.col-md-12 > div:first-child {
        margin-bottom: 10px;
    }

    .fixedtip {
        position: absolute;
        z-index: 100;
        left: 300px;
        width: 40%;
        margin-left: 30px;
        line-height: 21px;
    }

    .fixedtip_content {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        color: #8E8E8E;
    }

    .cb .fixedtip {
        position: relative;
        z-index: 100;
        left: auto;
        top: auto;
        clear: left;
        width: 300px;
        float: left;
        margin-left: 0;
        padding-top: 5px;
    }

    .cb .fixedtip_content {
        height: auto;
    }

}

@media (max-width: 480px) {
    header.shrink nav>div>a.contact,
    header nav>div>a.contact,
    header.shrink .search2,
    header .search2,	
    header.shrink button.navbar-btn,
    header button.navbar-btn,	
    .right-nav .username:link, 
    .right-nav .username:visited,
			{
        width: 42px;
    }

    .search-form input[type="submit"] {
        font-size: 12px;
    }

    .table_filter div.col-md-12>div {
        padding-left: 0;
        padding-right: 0;
    }

    div.table_filter input[type="text"] {
        width: 100px;
    }

    div.table_filter div.input.text label { 
        width: 100%;
    }

    .paginate {
        clear: left;
    }

    .paginate span {
        height: 42px;
        display: inline-block;
    }

    .paginate span.current {
        font-size: 16px;
        line-height: 42px;
        margin: 0;
        padding: 0 3px;
        background-position: 50% 32px;
    }

    .paginate a { 
        margin-right: 0px;
        padding: 0 3px;
        font-size: 16px;
        line-height: 42px;
        display: block;
        text-align: center;
    }

    span.next, 
    span.prev,
    span.next a,  
    span.prev a {
        width: 30px;
        background-position: 50% 50%;
    }

    .fixedtip {
        position: relative;
        left: auto;
        top: auto;
        width: 300px;
        margin-left: 0px;
        line-height: 21px;
        clear: left;
    }

    .fixedtip_content {
        display: block;
        text-align: left;
        color: #8E8E8E;
        height: auto;
        padding-bottom: 5px;
    }
}

/**
 * error pages 404, 500
*/

.error500:before,
.error404:before {
    content: url(../img/logo_neszip.png);
    position: relative;
    left: -230px;
    top: 190px;
}

.error500,
.error404 {
    border-left: 2px solid #a6a6a6;
    padding-left: 70px;
    width: 60%;
}

.error500 h1,
.error404 h1 {
    font-size: 120px;
    margin-top: 20px;
    margin-bottom: 0;
}

.error500 h2,
.error404 h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 16px 0;
}

.error500 a:link,
.error404 a:link,
.error500 a:visited,
.error404 a:visited {
    color: #2BAE42;
    font-size: 18px;
    display: block;
    margin-bottom: 96px;
}

/**
 * end error pages
*/

.sellers .clients-list2 li {
    display: block;
}

.sellers .clients-list2 {
    display: none;
}

/**
 * custom select
*/

.table_filter .customSelect {
    width: auto;
}

.customSelect { 
    margin-bottom: 8px;
    padding: 0 35px 0 10px;
    width: 300px;	
    line-height: 16px;
    border: 1px solid #d6d6d6;
    min-width: 102px;
    height: 42px;
    background-image: url("../img/selecticon.png") !important;
    background-repeat: no-repeat !important; 
    background-position: 98% 50% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.has_tooltip .customSelect {
    width: 260px;
    margin-right: 40px;
}

.input.select {
    /*margin-bottom: 20px;*/
}

.customSelect.customSelectHover {
}

.customSelect.customSelectOpen {
}

.customSelect.customSelectFocus {
}

.customSelectInner {
    /*display: inline !important;*/
    display: table-cell !important;
    height: 42px;
    vertical-align: middle;
    width: 100% !important;	
}

/**
 * tooltip
*/

.input-icon.right i {
    right: 8px;
    float: right;
}
.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-icon {
    position: relative;
    width: 70%;
}

/**
*
*/

.customer-left,
.customer-right {
    float: left;
    display: inline-block;
}

.customer-left {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 17px 8px 0 0;
}

.customer-right{
    width:181px;
}

.customer-right h3 a {
    color: #fff;
    white-space: nowrap;
}

form select {
    float: left;
}

#TransactionPurchaseFromDate,
#TransactionPurchaseToDate {
    /*  width: 107px; */  
    padding-right: 10px;
}

.input.clearfix {
    margin-bottom: 10px;
}

div.bootstrap-datetimepicker-widget {
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

div.bootstrap-datetimepicker-widget td span {
    min-height: 26px;
    display: block;
    width: auto;
    height: auto;
    line-height: auto;
    float: none;
    margin: 2px;
    cursor: pointer;
    border-radius: 4px;
}

.glyphicon-chevron-up {
    background: url("../img/glyphicons_halflings_112_chevron-up.png") no-repeat 50% 50%;
}

.bootstrap-datetimepicker-widget td span.glyphicon-chevron-up:hover {
    background: #EEEEEE url("../img/glyphicons_halflings_112_chevron-up.png") no-repeat 50% 50%;	
}

.glyphicon-chevron-down {
    background: url("../img/glyphicons_halflings_113_chevron-down.png") no-repeat 50% 50%;
}

.bootstrap-datetimepicker-widget td span.glyphicon-chevron-down:hover {
    background: #EEEEEE url("../img/glyphicons_halflings_113_chevron-down.png") no-repeat 50% 50%;	
}

i.tooltips{
    cursor: help;
}

a.vehicle_activate {
    margin-left:18px;
}



label[for="accept_tos"]{
    width:75%;
    font-weight: bold;
    font-size: 16px;
}

label[for="accept_tos"] a{
    color:#2BAE42;
}

.customcb{
    margin-left: 0px;
}
.partners_landing_url {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    background:#2BAE42 url(../img/login_arrow.png) no-repeat 17px 50%;
    padding: 16px 36px 16px 36px;
    margin: 16px 0 90px 6px;
    float:right
}

a.partners_landing_url:hover{
    color: #ffffff;
}

.partner-row ul{
    padding-left:24px;
}
.partner-row ul li{
    font-size:16px;
    line-height:24px;
    color: #333333;
}

.partner-contact{
    background: transparent url(../img/reseller/reseller_section_contact.png) no-repeat 100% 50%;
}

.partner-app{
    background: transparent url(../img/reseller/reseller_section_app.png) no-repeat 100% 50%;    
}

.partner-app p {    
    color: #a7a7a7;
    font-size:14px;
    line-height: 16px;
}
.partner-info{
    background: transparent url(../img/reseller/reseller_section_info.png) no-repeat 100% 50%;
}

a.reseller_google{
    width:160px;
    height:60px;
    background: transparent url(../img/reseller/reseller_google.png) no-repeat 0px 0px;
    display:inline-block;
    margin-right:10px;
}

a.reseller_google:hover{
    background: transparent url(../img/reseller/reseller_google.png) no-repeat 0px -120px;
}

a.reseller_google:active{
    background: transparent url(../img/reseller/reseller_google.png) no-repeat 0px -60px;
}

a.reseller_apple{
    width:160px;
    height:60px;
    background: transparent url(../img/reseller/reseller_apple.png) no-repeat 0px 0px;
    display:inline-block;
    margin-right:10px;
}

a.reseller_apple:hover{
    background: transparent url(../img/reseller/reseller_apple.png) no-repeat 0px -120px;
}

a.reseller_apple:active{
    background: transparent url(../img/reseller/reseller_apple.png) no-repeat 0px -60px;
}

a.reseller_windows{
    width:160px;
    height:60px;
    background: transparent url(../img/reseller/reseller_windows.png) no-repeat 0px 0px;
    display:inline-block;
    margin-right:10px;
}

a.reseller_windows:hover{
    background: transparent url(../img/reseller/reseller_windows.png) no-repeat 0px -120px;
}

a.reseller_windows:active{
    background: transparent url(../img/reseller/reseller_windows.png) no-repeat 0px -60px;
}

.reseller-parking, .reseller-sticker, .reseller-hugo {
    background: no-repeat 0 0;
    height: 80px;
    width: 80px;
    display: inline-block;
    float:left;
    margin-left:10px;
    /*  padding-left: 85px;
      padding-top: 20px;*/
}

.reseller-parking {
    background:transparent url(../img/reseller/reseller_services.png) no-repeat 0px 0px;
}

.reseller-sticker {
    background:transparent url(../img/reseller/reseller_services.png) no-repeat -80px 0px;
}

.reseller-hugo {
    background:transparent url(../img/reseller/reseller_services.png) no-repeat -160px 0px;
}

.reseller-container h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 300;
    margin-top: 20px;
}
.reseller-container {
    min-height: 140px;
}

.reseller-container ul{
    padding-left:14px;   
    margin-left:10px;
}
.reseller-container ul li{
    color: #a7a7a7;
    font-size:14px;
    line-height: 16px;
}

span.customSelect.zonainfoselect{
    margin-right:0px;
}

.zonainfoselectContainer{
    padding-top:34px;
}

h1.purchase {
    margin-bottom: 0px;
}

div.add {
    border-bottom: 2px solid #d6d6d6;
}

body.empty {
    background: none;
    padding-top: 0px;
}

body.empty section.container, body.empty div.col-md-12, body.empty div.col-md-6 {
    padding: 0px;
    width: 100%;
}