/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! 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: .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 silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

* {
    -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.42857143;
    color: #333;
    background-color: #fff;
}

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

a {
    text-decoration: underline;
}

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.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.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: 35px;
    padding-right: 35px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1025px) {
    .container {
        width: 970px;
    }
}

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

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 35px;
}

.row {
    margin-left: -35px;
    margin-right: -35px;
}

.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: 30px;
    padding-right: 30px;
}

.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-12 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
    .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-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after,
.row:before, .row:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.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 {
    /*noinspection CssInvalidPropertyValue*/
    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: 1024px) {
    .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: 1025px) 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;
    }
}

@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;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1025px) 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;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .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 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*************************************************** Bootstrap custom *******************************************/

/*************************************************** Menu CSS ***************************************************/

.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: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: inherit;
    background-color: #ffffff; /*Baggrundsfarve dropdown*/
    /*border: 1px solid #cccccc;*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff; /*Tekstfarve dropdown mobile*/
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu > li > a:hover {

    color: #898a72; /*Tekstfarve rollhover dropdown*/
}

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

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

.open > a {
    outline: 0;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
    text-align: left;
}

.nav > li > a {
    position: relative;
    display: block;
    color: #e1ded5;
    text-decoration: none;
    font-weight: bold;
}

.nav > li > a:hover {
    background-color: #898a72 !important;
    color: #fff !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    text-align: center;
    line-height: 0;
}

.navbar-collapse {
    max-height: 100%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}

.navbar-toggle {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 0;
    background: transparent none;
    border: 0;
    float: none;
    border-radius: 0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-nav {
    position: relative;
    margin: 7px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both;
}

nav {
    position: relative;
    font-size: 15px;
    background-color: #231f20; /*Baggrundsfarve menu*/
    color: #fff;
}

.navbar-mobile-button-holder {
    float: left;
    margin-right: 4px;
}

.navbar-mobile-button {

    background-color: #fff; /*Baggrundsfarve striber i knappe til mobil menu*/
    width: 12px;
    height: 2px;
    margin: 2px 0 2px 0;
    display: block;
}

.navbar-mobile-button-text {
    line-height: 14px;
    font-size: 14px;
}

#menu_active > a {
    background-color: #898a72 !important;
    color: #fff !important; /*Tekstfarve aktiv menupunkt*/
}

#desktop_menu_active a {
    background-color: #898a72 !important;
    color: #fff !important; /*Tekstfarve aktiv menupunkt*/
}

.dropdown-menu #menu_active > a {

    background-color: transparent !important;
    color: #898a72 !important;
}

@media (min-width: 1025px) {
    .nav > li > a {

        padding: 20px 20px;
    }

    .dropdown-menu > li > a {
        color: #333; /*Tekstfarve dropdown (Desktop)*/
    }

    .open > a {
        background-color: #898a72 !important;
        color: #fff !important; /*Tekstfarve åben dropdown*/
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        display: inline-block;
    }

    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-toggle {
        display: none;

    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

@media (max-width: 1024px) {
    /*Tablet: 991, Smartphone: 767 */
    .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 {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .collapse {
        display: none;
    }

    .navbar-collapse {
        padding: 0 15px 25px 15px; /*Husk at ændre igen ved mobile fix*/
    }

    .nav > li > a:hover {
        background-color: transparent !important;
        color: #898a72 !important; /*Tekstfarve rollover menu*/
    }

    #menu_active > a {
        background-color: transparent !important;
        color: #898a72 !important; /*Tekstfarve aktiv menupunkt*/
    }

    .navbar {

        text-align: center;
    }
}

/*Desktop submenu & left column*/
#left-column {
    font-size: 13px;
    line-height: 20px;
}

/*************************************************** Style CSS ***************************************************/
a:link {
    color: #231f20;
}

a:visited {
    color: #231f20;
}

a:hover {
    color: #231f20;
}

a:active {
    color: #231f20;
}

h1 {
    font-size: 27px;
    padding: 0;
    margin: 5px 0 7px 0;
}

h2 {
    font-size: 22px;
    line-height: 40px;
    padding: 0;
    margin: 5px 0 0 0;
}

h2:nth-of-type(1) {
    padding: 0;
}

h3 {
    font-size: 18px;
    line-height: 29px;
    padding: 0;
    margin: 5px 0 7px 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
}

p {
    margin-bottom: 25px;
    margin-top: 5px;
}

p:last-child {
    margin-bottom: 10px;
}

iframe {
    border-style: none;
}

.page-introduction {
    font-size: 22px;
    line-height: 36px;
    margin-top: 10px;
}

#content_wide h1 {
    text-align: center;
}

#content_wide .page-introduction {
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

@media (max-width: 1024px) {
    .page-introduction {
        max-width: 100%;
    }
}

.text-left {
    text-align: left;
}

/**************/
/*Tekst mobile*/
/**************/

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 33px;
    }

    h2 {
        font-size: 22px;
        line-height: 33px;

    }

    .page-introduction {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }
}

/**********/
/*Side IMG*/
/**********/

.post-img {
    margin-top: 0;
    margin-bottom: 35px;
}

/********/
/*Header*/
/********/

#header-logo {
    width: 150px;
    height: 113px;
    display: inline-block;
    background-size: 150px 113px;
    margin-top: 1px;
    margin-bottom: 0;
}

#logo-div {
    padding: 5px 0 0 0;
    text-align: center;
}

#gratisFragt {
    margin-top: 15px;
    position: absolute;
    left: 30px;
    font-weight: bold;
    color: #e1ded5;
}

@media (max-width: 1024px) {
    #header-logo {
        background: url(../gfx/logoLinsmarkMobile@1x.png) no-repeat;
        background-size: 68px 51px;
        width: 68px;
        height: 51px;
    }

    #gratisFragt {
        display: none;
    }
}

@media (min-width: 1025px) {
    #header-logo {
        background: url(../gfx/logoLinsmark@1x.png) no-repeat;
        background-size: 150px 113px;
        width: 150px;
        height: 113px;
    }
}

@media (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 1024px) and (-o-min-device-pixel-ratio: 2/1),
(max-width: 1024px) and (min-resolution: 192dpi) {
    #header-logo {
        background: url(../gfx/logoLinsmarkMobile@2x.png) no-repeat;
        background-size: 68px 51px;
        width: 68px;
        height: 51px;
    }
}

@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1025px) and (-o-min-device-pixel-ratio: 2/1),
(min-width: 1025px) and (min-resolution: 192dpi) {
    #header-logo {
        background: url(../gfx/logoLinsmark@2x.png) no-repeat;
        background-size: 150px 113px;
        width: 150px;
        height: 113px;
    }
}

.ie8 #header-logo {
    background: url(../gfx/logoLinsmark@1x.png) no-repeat;
}

header {
    text-align: left;
    padding: 0;
    background-color: #e1ded5; /*#d3d5ca;*/
}

/*@media (max-width: 776px) {*/
@media (max-width: 767px) {
    header {
        text-align: center;
    }
}

@media (max-width: 1024px) {
    header {
        padding: 5px 0 0 0;
    }
}

#top-menu a {
    text-decoration: none;
}

/********/
/*Footer*/
/********/

footer {
    font-size: 13px;
    line-height: 20px;
    color: #888;
    background-color: #231f20;
}

.footer-contactinfo {
    padding-top: 10px;
    padding-bottom: 45px;
}

.footer-contactinfo .col-md-4, .footer-contactinfo .col-sm-6 {
    padding-top: 35px;
}

footer h3 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: -5px;
    color: #fff;
    text-transform: none;
}

.footer-text-column {
    display: inline-block;
}

footer a:visited, footer a {
    color: #888 !important;
    display: block;
}

/*********/
/*Content*/
/*********/

#content {
    padding: 45px 0 45px 0;
}

#content_wide,
#content_and_column {
    margin-top: 15px;
    margin-bottom: 25px;
}

@media (max-width: 1024px) {

    #content .col-md-4 {
        margin-bottom: 40px;
    }

    #content .col-md-4:last-child {
        margin-bottom: 0;
    }

}

/*********/
/*Kontakt*/
/*********/

#contact-row {
    text-align: center;
}

#contact-row h3 {
    font-size: 16px;
    line-height: 24px;
}

#contact-row .col-sm-6, #contact-row .col-md-3 {
    margin-bottom: 35px;
}

.contact-text {
    color: #888888;
    font-size: 13px;
    line-height: 21px;
}

.contact-text span {
    display: block;

}

.contact-circle {
    margin-bottom: 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: left;
    position: relative;
    background: #898a72 url(/gfx/contact-sprite@1x.png) no-repeat;
    background-size: 280px 70px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .contact-circle {
        background: url(/gfx/contact-sprite@2x.png) no-repeat;
        background-size: 280px 70px;
    }
}

.ie8 .contact-circle {
    background: url(/gfx/contact-sprite@1x.png) no-repeat;
}

#icon-contact-phone {
    background-position: -70px 0;
}

#icon-contact-clock {
    background-position: -140px 0;
}

#icon-contact-mail {
    background-position: -210px 0;
}

#map_canvas {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
}

/**************************************/
/********** menuMainOneLevel **********/
/**************************************/

.has-submenu ul {
    display: none;
}

@media (min-width: 1025px) {

    .has-active-submenu {
        background-color: #0687d1 !important;
    }

}

@media (max-width: 1024px) {

    #menu_active > ul {
        display: block;
    }

    .has-active-submenu > ul {
        display: block;
    }

    .has-submenu ul {
        list-style: none;
        line-height: 20px;
    }

    .navbar-collapse ul li a {
        border-top: solid 1px #333;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .nav > li:last-child > a {
        border-bottom: solid 1px #333;
    }

    .has-submenu li:first-child > a {
        border-top: none;
    }

    .has-submenu.has-active-submenu > a {
        border-bottom: solid 1px #333;
    }

    .has-submenu ul li a {
        color: #FFF;
    }

}

/****************** Element Template Styling **********************/

/*******************/
/**Video-container**/
/*******************/

.video-container {
    margin-bottom: 15px;
}

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

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

/********* Slut *********/

/* GRID */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .gridWrapper {
        margin: 0;
    }
}

@media screen and (min-width: 1025px) {
    .gridWrapper {
        margin-left: 215px;
        text-align: left !important;
    }

    .itemWrapper div {
        height: 245px;
        overflow: hidden;
    }

}

/* Suggested Products Text */

h2.suggestedProducts {
    margin: 0 0 25px 0;
}

/* Item Styles */
.itemWrapper {
    height: 350px;
    margin-bottom: 25px;
}

.itemWrapperLink {
    text-align: center !important;
    text-decoration: none !important;
    width: 245px;
}

/* Item Name */
.itemName {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}

/* Item Price */
.itemPrice {
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.iteminfo .emphasize {
    font-style: normal;
    font-weight: bold;
    /*	text-transform: uppercase;*/
    font-size: 14px;
}

/* Size of the Item */
.itemSize {
    display: block;
}

/* Discount Price Styles */
/*
.iteminfo .oldPrice {
  font-size: 14px;
  font-style: italic;
  color: #ff0000;
  display: inline-block;
  text-decoration: line-through;
}*/

.oldPrice {
    font-size: 14px;
    font-style: italic;
    color: #ff0000;
    display: inline-block;
    font-weight: bold;
    text-decoration: line-through;
}

.itemWrapperLink {
    text-align: center !important;
}

.itemName {
    text-align: center !important;
}

.itemPrice {
    text-align: center !important;
}

.itemSize {
    text-align: center !important;
}

.oldPrice {
    text-align: center !important;
    display: block;
}

/* Individual Page Styles */

.goBackBtn.btn-black.default-btn {
    float: right;
}

.itemButton, .goBackBtn {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #006A35;
    border-radius: 5px;
    padding: 3px 10px;
    cursor: pointer;
    color: white !important;
    background-color: #006A35;
    text-decoration: none !important;
}

.checkoutButton {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #E1DED5;
    border-radius: 5px;
    padding: 3px 10px;
    cursor: pointer;
    color: black !important;
    background-color: #E1DED5;
    text-decoration: none !important;
}

.checkoutButton:hover {
    background-color: #006A35;
    color: white !important;
}

.default-btn {
    display: inline-block;
    border: 1px solid #006A35;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 5px 0 5px 0;
    cursor: pointer;
    color: white;
    background-color: #006A35;
    text-decoration: none !important;
}

.itemButton:hover, .goBackBtn:hover, .default-btn:hover {
    border: 1px solid #7e7e7e;
    color: white;
}

.itemdesc {
    font-size: 14px;
    color: #4d4d4d;
    padding-top: 10px;
    line-height: 1.4em;
}

.itemdesc ul {
    margin-left: -25px;
}

.ships, .productcategory {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.inputNumber {
    width: 32px;
    height: 30px;
    margin-right: 15px;
    margin-top: 10px;
    border: 1px solid #272A32;
    border-radius: 5px;
    background-color: #E1DED5;
    padding: 3px 3px 3px 3px;
}

label {
    margin-right: 15px;
}

.itemLink {
    margin-top: 10px;
}

.invalid {
    border: 1px solid #ff0033 !important;
}

.errmsg {
    margin-top: 15px;
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
}

/* input and select fields */

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("/images/arrowdown.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 210px;
    border: none;
    box-shadow: none;
    background: transparent none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style select:focus {
    outline: none;
}

.select-style select::-ms-expand {
    display: none;
}

.grass {
    background: url("/images/grass5.png") repeat-x;
    z-index: 20;
    position: relative;
    height: 45px;
}

/* Modal Popup */

#openModal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100009;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

#openModal > div {
    width: 520px;
    position: fixed;
    margin: 1% auto;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#modalClose {
    background: #999999;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    cursor: pointer;
}

#modalClose:hover {
    background: #dddddd;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    /*  #openModal {
        display: none;
      }*/
    .modalText {
        display: none;
    }
}

/* Checkout Cart Side Classes */
td {
    padding: 10px 20px 10px 0 !important;
}

th {
    text-align: left;
}

th:last-child {
    text-align: right;
}

th:nth-child(4) {
    text-align: center;
}

.checkout-basket {
    font-size: 12px;
}

.checkOutImg {
    width: 60px !important;
}

.checkOutName {
    text-decoration: none !important;
    width: 90% !important;
    display: inline-block !important;
}

.imageCell {
    width: 60px;
    padding-right: 0;
}

.descriptionCell {
    width: 250px !important;
}

.amountCell {
    text-align: center !important;
}

.amountCell input {
    text-align: center;
    display: block;
    width: 50%;
    margin-left: 35%;
}

.amountCell a {
    padding-left: 15px;
    display: inline-block;
}

.priceCell, .amountCell, .totalCell {
    width: 150px;
}

.totalCell {
    padding-top: 10px;
    text-align: right;
    padding-right: 0 !important;
}

.priceCell {
    padding: 10px 0 10px 0 !important;
}

.checkout-total:last-child {
    font-weight: bold;
    border-bottom: solid 3px #000;
}

.checkout-total span {
    display: inline-block;
    float: right;
    text-align: right;
}

.checkout-total {
    border-bottom: dashed 1px #000;
    padding: 15px 0 15px 0;
}

#zipcodediv {
    width: 27%;
}

#citydiv {
    width: 70%;
}

#checkoutWrapper {
    margin-left: 0;
}

/* Checkout Information Side Classes */

.info-div span, .info-div input {
    display: block !important;
    float: none !important;
}

.info-div {
    margin-bottom: 12px;
}

.info-div input {
    width: 100% !important;
}

#delivertotext {
    margin-top: 20px;
}

#checkoutpage {
    font-size: 14px;
}

#checkout-basket table {
    width: 100%;
}

/* Mobile Device Breakpoints */

@media screen and (max-width: 767px) {
    .info-div input {
        width: 100% !important;
    }

    #personal-information {
        margin-top: 25px;
    }
}

@media screen and (max-width: 415px) {
    th {
        display: none;
    }

    td {
        display: inline-block !important;
    }

    .imageCell {
        width: 39.5% !important;
    }

    .descriptionCell {
        width: 60% !important;
    }

    .priceCell, .amountCell, .totalCell {
        width: 33% !important;
    }

    .checkOutName {
        width: 200px !important;
    }

    .info-div input {
        width: 100% !important;
    }

    #zipcodediv {
        width: 37%;
    }

    #citydiv {
        width: 60%;
    }
}

@media screen and (max-width: 321px) {
    .checkOutName {
        width: 150px !important;
    }

    .info-div input {
        width: 100% !important;
    }
}

/* Helper Alignment Classes */
.block {
    display: block;
}

.inline {
    display: inline;
}

.alignCenter {
    text-align: center !important;
}

.margin-right {
    margin-right: 20px;
}

.img-responsive {
    display: inline;
}

/* Media Query for Side Menu on Desktop */

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

.listItem {
    display: block;
}

a.listItem {
    text-decoration: none;
}

/* Basket Classes */

#basket {
    position: absolute;
    right: 20px;
    top: 45px;
    padding: 0 10px 0 60px;
    font-weight: normal;
    background: url('/images/basket_icon.png') no-repeat;
}

#basket h2 {
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

#basketlink {
    text-decoration: none;
}

/* Basket Classes End */

#maerke {
    position: absolute;
    top: 15px;
    padding: 13px 50px 13px 50px;
    background-color: black;
    border-radius: 100% 100%;
    margin-left: 40px;
    margin-top: 0;
    font-size: smaller;
    font-weight: bolder;
    color: white;
    text-align: center;
}

#maerke a {
    color: white;
}

.maerkeImage {
    height: auto;
    width: 254px;
}

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

/* Basket Media Queries Start */

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

    .basketImage {
        position: absolute;
        right: 20px;
        top: 12px;
        height: 40px;
    }
}

@media screen and (min-width: 768px) {
    .basketImage {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #basket {
        position: absolute;
        right: 20px;
        top: 15px;
        padding: 0 10px 0 60px;
        font-weight: normal;
        background: url('/images/basket_icon.png') no-repeat;
    }
}

/* Basket Media Queries End */

/* AntiShopCategoryMenu Start */

/* Navigation Over 1024px */

#ascmMenuItemActive a {
    font-weight: bold;
}

.ascmNormal-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 250px;
    float: left;
    display: block;
}

.ascmNormal-nav li {
    display: block;
}

.ascmNormal-nav li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    color: #333333;
}

.ascmHasChildren:first-child {
    display: none;
}

.ascmHasChildren .ascmSuperCat {
    display: none;
}

a.ascmSuperCat {
    font-size: 16px !important;
}

.ascmHasChildren span {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

/* nested Ul */
.ascmHasChildren ul {
    display: block;
    padding: 0;
}

.ascmHasChildren ul li {
    padding: 0;
    margin: 0;
}

.ascmHasChildren ul > a {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
}

/* Navigation Over 1024px End */

/* Burger Navigation */
.ascmBurger-box {
    display: none;
}

.ascmSliding-nav {
    display: block;
    background-color: #FFFFFF;
    color: black;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {

    /* Sidebar Width */
    .ascmNormal-nav {
        width: 220px;
    }

    .navbar-header {
        display: none !important;
    }

    nav div.navbar {
        min-height: 3px !important;
    }

    .ascmNormal-nav li a {
        font-size: 14px;
    }

    .ascmIcon-arrow-closed:after {
        position: absolute;
        font-size: 16px;
        right: 20px;
        content: '\25BC';
        transform: rotate(90deg);
    }

    .ascmIcon-arrow-open:after {
        position: absolute;
        font-size: 14px;
        right: 20px;
        content: '\25BC';
    }

    .ascmHasChildren:first-child {
        display: block;
    }

    .ascmHasChildren .ascmSuperCat {
        display: block !important;
    }

    .ascmHasChildren span {
        display: none;
    }

    .ascmHasChildren ul {
        display: none;
        padding-left: 15px !important;
    }

    /* Burger Menu Styles */
    /* Burger Icon */
    .ascmBurger-box {
        z-index: 999;
        position: absolute;
        top: 17px;
        left: 35px;
        width: 30px;
        height: 24px;
        display: block;
        cursor: pointer;
    }

    .ascmBurger {
        content: '';
        font-size: 0;
        user-select: none;
        position: absolute;
        top: 50%;
        left: 0;
        width: 29px;
        height: 5px;
        border-radius: 20px;
        background: #333;
        transition: background 0.3s, transform 0.3s, top 0.3s;
    }

    .ascmBurger:before {
        position: absolute;
        width: 29px;
        height: 5px;
        border-radius: 20px;
        background: #333;
        transition: background 0.3s, transform 0.3s, top 0.3s;
        top: -8px;
        left: 0;
        content: "";
    }

    .ascmBurger:after {
        position: absolute;
        width: 29px;
        height: 5px;
        border-radius: 20px;
        background: #333;
        transition: background 0.3s, transform 0.3s, top 0.3s;
        top: 8px;
        left: 0;
        content: "";
    }

    .ascmIs-open .ascmBurger {
        -webkit-transform: translateX(220px);
        -moz-transform: translateX(220px);
        -ms-transform: translateX(220px);
        -o-transform: translateX(220px);
        transform: translateX(220px);
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        transition: all 0.25s linear;
        background: transparent;
        top: 11px;
    }

    .ascmIs-open .ascmBurger:before {
        top: 0;
        transform: rotateZ(-45deg);
    }

    .ascmIs-open .ascmBurger:after {
        top: 0;
        transform: rotateZ(45deg);
    }

    /* Burger Icon End */
    /* Sliding Nav Styles*/
    .ascmSliding-nav {
        position: fixed;
        right: auto;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 220px;
        -webkit-transform: translateX(-220px);
        -moz-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        -o-transform: translateX(-220px);
        transform: translateX(-220px);
        background: #231F20;
        z-index: 12000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ascmSliding-nav ul li a:hover {
        background-color: #FFFFFF;
        color: #000000;
    }

    .ascmSliding-nav ul {
        padding: 0;
        margin: 0;
    }

    .ascmSliding-nav li {
        list-style: none;
    }

    .ascmSliding-nav li a {
        border-bottom: 1px solid #333;
        color: #fff;
        display: block;
        padding: 1em;
        text-decoration: none;
    }

    .ascmSliding-nav li a:focus {
        background-color: #4d4d4d;
    }

    .ascmSliding-nav li a:hover {
        background-color: #477DCA;
        color: #fff;
    }

    .ascmSliding-nav.ascmIs-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .ascmFade-screen {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*        -webkit-transition: all 0.15s ease-out 0s;*/
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s;
        background: black;
        opacity: 0;
        visibility: hidden;
        z-index: 11997;
    }

    .ascmFade-screen.ascmIs-visible {
        opacity: 0.4;
        visibility: visible;
    }

    /* Sliding Nav Styles End*/
    /* Nested Menu Styles */
    .ascmHasChildren {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    ul.ascmHide {
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    /* Nested Menu Styles End*/
    /* Burger Menu Styles End */

}

/* Hack for the Menu */
@media screen and (min-width: 1025px) {

    li.ascmHasChildren:nth-of-type(2) ul {
        display: none !important;
    }

    li.ascmHasChildren:nth-of-type(n+3) ul {
        display: block !important;
    }
}

/* Helper Classes */
.ascmHide {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.ascmShow {
    display: block !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/* Search in Left Menu */
.ascmSearch {
    display: inline-block !important;
    margin-top: 8px;
    right: 30px;
}

.ascmSearchField {
    margin-left: 15px;
    width: 125px;
    float: left;
    height: 25px;
    margin-right: 0;
    border: 0;
    border-radius: 4px 0 0 4px;
    color: #231F20;
}

.ascmSearchBtn {
    float: left;
    margin-left: 0;
    border-radius: 0 4px 4px 0;
    height: 25px;
    width: 60px;
    text-align: center;
    font-style: inherit;
    color: #ffffff;
    background-color: #006A35;
    border: 0;
}

/*@media screen and (min-width: 1024px) {*/
@media screen and (min-width: 1025px) {
    .ascmSearch {
        display: none !important;
    }
}

/* Search in Left Menu end*/

/* AntiShopCategoryMenu End */

/* removing the Main Navigaiton */

@media screen and (max-width: 1024px) {
    .navbar-header {
        display: none;
    }
}

/* Responsive Image Grid Styles*/
.imgResponsive {
    width: 250px;
}

/* Kontakt Page Styling */
.kontaktItem {
    width: 25%;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .kontaktItem {
        width: 100%;
        display: block;
        margin-top: 35px;
    }
}

/* Top Bar */
.topBar {
    background-color: #006937;
    color: #ffffff;
    font-style: inherit;
    height: 35px;
}

.topBar p {
    margin-top: 10px;
    display: inline-block;
    width: 33%;
    text-align: center;
    font-size: 12px;
}

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

/* Search  */
.search {
    display: inline-block !important;
    margin-top: 12px;
    position: absolute;
    right: 30px;
    z-index: 10000;
}

.searchField {
    float: left;
    height: 25px;
    margin-right: 0;
    border: 0;
    border-radius: 4px 0 0 4px;
    color: #231F20;
    background-color: #e1ded5;
}

.searchBtn {
    float: left;
    margin-left: 0;
    border-radius: 0 4px 4px 0;
    height: 25px;
    width: 45px;
    text-align: center;
    font-style: inherit;
    color: #ffffff;
    background-color: #006A35;
    border: 0;
}

@media screen and (max-width: 1024px) {
    .search {
        display: none !important;
    }
}

/* Search End */

/* Zoom Image Start */

.mojozoom_marker {
    position: absolute;
    cursor: crosshair;
}

.mojozoom_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mojozoom_fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
}

img.mojozoom_img {
    padding: 0;
    border: 0;
    z-index: 11000;
}

.mojozoom_imgctr {
    position: absolute;
    margin-left: 20px;
    border: 1px solid black;
}

.productimageZoomBox {
    position: absolute;
    width: 400px;
    height: 350px;
    visibility: hidden;
}

#asproductimage {
    z-index: 11000;
}

.mojozoom_octr {
    z-index: 11000;
}

.mojozoom_imgparent {
    z-index: 11000;
}

#asproductimagediv {
    margin: 13px 0 13px 0;
    padding: 0 9px 0 9px;
}

#asproductimage_zoom {
    position: absolute;
    overflow: hidden;
    width: 400px;
    height: 350px;
    border: 1px solid black;
    visibility: hidden;
}

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

    .productimageZoomBox {
        display: none;
    }

    .mojozoom_marker {
        display: none;
    }

    .mojozoom_fill {
        display: none;
    }

    .itemimage a {
        display: inline !important;
    }
}

#mojozoomScreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    /*  transition: all 0.15s ease-out 0s;*/
    background: black;
    opacity: 0;
    visibility: hidden;
    z-index: 10001;
}

/* Zoom Image End */

/* BANNER WITH BOTTOMTEXT */
figure {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

figure img {
    width: 100%;
}

figure h1 {
    font-size: 40px;
    font-weight: 700;
    color: #e1ded5;
    padding: 25px;
    position: absolute;
    font-style: italic;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 8px;
    background: rgba(000, 000, 000, 0.5);
    margin: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    figure h1 {
        font-size: 32px;
        padding: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    figure h1 {
        font-size: 24px;
        padding: 10px;
    }
}

@media screen and (min-width: 414px) and (max-width: 767px) {
    figure h1 {
        font-size: 16px;
        padding: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 413px) {
    figure h1 {
        font-size: 14px;
        padding: 5px;
    }
}

#frontpageteaser {
    background-color: #e1ded5;
    margin-bottom: 30px;
}

#frontpageteaser p {
    font-style: italic;
}

#frontpageteaser img {
    float: left;
    padding: 30px;
}

.testimonialperson {
    font-weight: bold;
    color: #aaa;
}

.clear {
    clear: both;
}
