.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */

}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */

}
.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/assets/sprites.png) no-repeat;
  text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0 !important;
}
.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important;
}
.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important;
}
.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important;
}
/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
    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;
    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
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.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
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 740px
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.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: 10px;
    padding-right: 10px
}

.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: auto
}

.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: auto
}

.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: auto
    }
    .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: auto
    }
    .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: auto
    }
    .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: auto
    }
    .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: auto
    }
    .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: auto
    }
    .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%
    }
}

.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: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    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: #fff;
    background-color: #337ab7
}

.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 #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        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: #fff
    }
}

.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
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    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 (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !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: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !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
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !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 (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@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
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

.pushy {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #151717;
    font-size: 0.9em;
    font-weight: bold;
    box-shadow: inset -10px 0 12px -9px rgba(0, 0, 0, 0.3);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.pushy ul {
    padding: 0;
    margin: 0
}

.pushy ul li:last-child a {
    border: none
}


.pushy .main-menu {
    margin-bottom: 50px
}

.pushy .pushy-title {
    padding: 15px 30px 5px;
    font-size: 16px;
    font-family: 'museo700', sans-serif;
    color: #898989;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block
}

.pushy .search-bar {
    margin: 15px 15px 40px 15px;
    width: 220px
}

.pushy .search-bar input {
    width: 100%
}

.pushy a,
.pushy .main-menu-toggler {
    display: block;
    padding: 14px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    font-family: 'museo700', sans-serif;
    position: relative;
    cursor: pointer;
}

}
.pushy ul ul li {
    background: rgba(255,255,255, 0.05);
}
.pushy ul ul li a {
    padding-left: 45px;
}
.pushy ul ul li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pushy a.login {
    border-top: 1px solid rgba(255, 255, 255, 0.05)
}

.pushy a.login span {
    color: #898989;
    margin-right: 10px
}

.pushy a.login:hover span {
    color: #fff
}

.pushy a:hover,
.pushy a.active, {
    background: #ff0000;
    color: #FFF
}

.pushy .main-menu-toggler .icon {
    color: #fff;
    font-size: 6px;
    position: absolute;
    top: 20px;
    right: 10px;
}

.pushy .main-menu-toggler.active .icon {
    transform: rotate(180deg);
}

.pushy .main-menu-toggler + ul {
    display: none;
}
.pushy .main-menu-toggler.active + ul {
    display: block;
}



.pushy-left {
    -webkit-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0)
}

.pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.container-push,
.push-push {
    -webkit-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0)
}

.site-overlay {
    display: none
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 0ms;
    animation: fade 0ms
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    .pushy {
        font-size: 1.0em
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?kbum72");
    src: url("../fonts/icomoon.eot?#iefixkbum72") format("embedded-opentype"), url("../fonts/icomoon.woff?kbum72") format("woff"), url("../fonts/icomoon.ttf?kbum72") format("truetype"), url("../fonts/icomoon.svg?kbum72#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-gift:before {
    content: "\e616"
}

.icon-nyil-bal:before {
    content: "\e614"
}

.icon-nyil-jobb:before {
    content: "\e615"
}

.icon-icon-big-left-arrow:before {
    content: "\e600"
}

.icon-icon-big-right-arrow:before {
    content: "\e601"
}

.icon-icon-bottom-arrow:before {
    content: "\e602"
}

.icon-icon-cart:before {
    content: "\e603"
}

.icon-icon-check:before {
    content: "\e604"
}

.icon-icon-close:before {
    content: "\e605"
}

.icon-icon-comp:before {
    content: "\e606"
}

.icon-icon-download:before {
    content: "\e607"
}

.icon-icon-faceb:before {
    content: "\e608"
}

.icon-icon-fav:before {
    content: "\e609"
}

.icon-icon-glas:before {
    content: "\e60a"
}

.icon-icon-glas-plus:before {
    content: "\e60b"
}

.icon-icon-info:before {
    content: "\e60c"
}

.icon-icon-left-arrow:before {
    content: "\e60d"
}

.icon-icon-newletter:before {
    content: "\e60e"
}

.icon-icon-price:before {
    content: "\e60f"
}

.icon-icon-printer:before {
    content: "\e610"
}

.icon-icon-right-arrow:before {
    content: "\e611"
}

.icon-icon-truck:before {
    content: "\e612"
}

.icon-icon-user:before {
    content: "\e613"
}

.icon-check:before {
    content: "\f00c"
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}


/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out
}

.picker__frame {
    padding: 1px
}

.picker__wrap {
    margin: -1px
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12)
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

@media (min-width: 24.5em) {
    .picker__select--month,
    .picker__select--year {
        margin-top: -0.5em
    }
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}

.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev,
    .picker__nav--next {
        top: -0.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--prev:before,
.picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaaaaa
}

.picker__day--outfocus {
    color: #dddddd
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__day--highlighted {
    border-color: #0089ec
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb
}

.picker__footer {
    text-align: center
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--today:before,
.picker__button--clear:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200
}

.picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaaaaa
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10402;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10403;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 10405
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 10404
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 10406;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}


/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.7
Create your own skin at http://designer.videojs.com
*/

.vjs-default-skin {
    color: #cccccc
}

@font-face {
    font-family: 'VideoJS';
    src: url("../bower_components/videojs/dist/video-js/font/vjs.eot");
    src: url("../bower_components/videojs/dist/video-js/font/vjs.eot?#iefix") format("embedded-opentype"), url("../bower_components/videojs/dist/video-js/font/vjs.woff") format("woff"), url("../bower_components/videojs/dist/video-js/font/vjs.ttf") format("truetype"), url("../bower_components/videojs/dist/video-js/font/vjs.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.9)
}

.vjs-default-skin .vjs-slider:focus {
    box-shadow: 0 0 2em #ffffff
}

.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0
}

.vjs-default-skin .vjs-slider-handle:before {
    content: "\e009";
    font-family: VideoJS;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-shadow: 0em 0em 1em #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7)
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.1s
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
    display: none
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none
}

.vjs-default-skin.vjs-error .vjs-control-bar {
    display: none
}

.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar:before {
        content: ""
    }
}

.vjs-default-skin .vjs-control {
    outline: none;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3.0em;
    width: 4em
}

.vjs-default-skin .vjs-control:before {
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0em 0em 1em #ffffff
}

.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer
}

.vjs-default-skin .vjs-play-control:before {
    content: "\e001"
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002"
}

.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 4em;
    left: -2em;
    list-style: none
}

.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right
}

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
    content: "\e006"
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e003"
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\e004"
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e005"
}

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right
}

.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: 0.6em;
    margin: 1.1em auto 0
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5em;
    width: 100%;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: 0.5em;
    height: 0.5em;
    left: 4.5em
}

.vjs-default-skin .vjs-volume-handle:before {
    font-size: 0.9em;
    top: -0.2em;
    left: -0.2em;
    width: 1em;
    height: 1em
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    height: 0;
    width: 0
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
    border-top-color: rgba(7, 40, 50, 0.5)
}

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
    height: 2.9em;
    width: 10em
}

.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: 0.3em;
    height: 1em;
    top: -1em;
    transition: all 0.4s
}

.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    transition: all 0.2s
}

.vjs-default-skin .vjs-progress-holder {
    height: 100%
}

.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.vjs-default-skin .vjs-play-progress {
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat
}

.vjs-default-skin .vjs-load-progress {
    background: #646464;
    background: rgba(255, 255, 255, 0.2)
}

.vjs-default-skin .vjs-load-progress div {
    background: #787878;
    background: rgba(255, 255, 255, 0.1)
}

.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%
}

.vjs-default-skin .vjs-seek-handle:before {
    padding-top: 0.1em
}

.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
    display: none
}

.vjs-default-skin.vjs-live .vjs-live-display {
    display: block
}

.vjs-default-skin .vjs-live-display {
    display: none;
    font-size: 1em;
    line-height: 3em
}

.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em
}

.vjs-default-skin .vjs-current-time {
    float: left
}

.vjs-default-skin .vjs-duration {
    float: left
}

.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left
}

.vjs-time-divider {
    float: left;
    line-height: 3em
}

.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right
}

.vjs-default-skin .vjs-fullscreen-control:before {
    content: "\e000"
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b"
}

.vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 3em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    border-radius: 0.4em;
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    transition: all 0.4s;
    margin: -1em 0 0 -1.5em
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    background-color: #505050;
    background-color: rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 3em #ffffff;
    transition: all 0s
}

.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2em;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff
}

.vjs-error .vjs-big-play-button {
    display: none
}

.vjs-error-display {
    display: none
}

.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vjs-error .vjs-error-display:before {
    content: 'X';
    font-family: Arial;
    font-size: 4em;
    color: #666666;
    line-height: 1;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    width: 100%
}

.vjs-error-display div {
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    font-size: 1.4em;
    text-align: center;
    padding: 3px;
    background: #000000;
    background: rgba(0, 0, 0, 0.5)
}

.vjs-error-display a,
.vjs-error-display a:visited {
    color: #F4A460
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0.75
}

.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
    display: block;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear
}

.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    animation: none
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0em 0em 0.1em #000
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0em;
    width: 0em;
    height: 0em;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000000;
    border-top-color: rgba(7, 40, 50, 0.5)
}

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2)
}

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
    display: block
}

.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
    display: none
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000
}

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
    outline: 0;
    color: #111;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 1em #ffffff
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default
}

.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c"
}

.vjs-default-skin .vjs-captions-button:before {
    content: "\e008"
}

.vjs-default-skin .vjs-chapters-button:before {
    content: "\e00c"
}

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 24em;
    left: -12em
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    box-shadow: 0 0 1em #ffffff
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js:-moz-full-screen {
    position: absolute
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}

.video-js.vjs-has-started .vjs-poster {
    display: none
}

.video-js.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.video-js.vjs-controls-disabled .vjs-poster {
    display: none
}

.video-js.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-text-track-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 3em;
    right: 0;
    pointer-events: none
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #000;
    opacity: 0.75;
    color: #FFF;
    margin: 0 auto;
    padding: 0.5em;
    height: 15em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 2em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
    float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
    clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em
}

.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px
}

.vjs-caption-settings .vjs-tracksetting label {
    display: block;
    width: 100px;
    margin-bottom: 5px
}

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px
}

.vjs-caption-settings .vjs-tracksetting>div {
    margin-bottom: 5px;
    min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0
}

.vjs-caption-settings label>input {
    margin-right: 10px
}

.vjs-caption-settings input[type="button"] {
    width: 40px;
    height: 40px
}

.vjs-hidden {
    display: none !important
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 2em;
    color: #ccc;
    background-color: #333;
    font-size: 1.8em;
    font-family: Arial, sans-serif;
    text-align: center;
    width: 30em;
    height: 15em;
    margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #F4A460
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 0.1s
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button.cancel {
    background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -ms-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0%
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%
    }
}

.sweet-alert {
    border-radius: 0;
    padding: 40px;
    box-shadow: 0 0 85px rgba(0, 0, 0, 0.05)
}

@media (max-width: 991px) {
    .sweet-alert {
        padding: 15px 15px 30px
    }
    .sweet-alert p {
        font-size: 13px
    }
    .sweet-alert .sa-icon {
        display: none !important
    }
}

.sweet-alert h2 {
    margin-bottom: 0;
    font-size: 25px;
    color: #000;
    font-family: 'museo300';
    font-weight: normal
}

@media (max-width: 991px) {
    .sweet-alert h2 {
        font-size: 20px !important;
        line-height: 24px;
        margin-bottom: 10px
    }
}

.sweet-alert fieldset {
    display: none
}

.sweet-alert button {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important
}

@media (max-width: 991px) {
    .sweet-alert button {
        font-size: 12px !important;
        padding: 8px 16px !important
    }
    .sweet-alert button.confirm {
        margin-top: 10px !important
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: visible
}

#container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100vh
}

.header-section,
.footer-section {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main-section {
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml0 {
    margin-left: 0 !important
}

.ml10 {
    margin-left: 10px !important
}

.ml20 {
    margin-left: 20px !important
}

.mr0 {
    margin-right: 0 !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr20 {
    margin-right: 20px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

html {
    -ms-overflow-style: scrollbar
}

@font-face {
    font-family: 'museo100';
    src: url("../fonts/museo100-regular.eot");
    src: url("../fonts/museo100-regular.woff") format("woff"), url("../fonts/museo100-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'museo300';
    src: url("../fonts/museo300-regular.eot");
    src: url("../fonts/museo300-regular.woff") format("woff"), url("../fonts/museo300-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'museo500';
    src: url("../fonts/museo500-regular.eot");
    src: url("../fonts/museo500-regular.woff") format("woff"), url("../fonts/museo500-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'museo700';
    src: url("../fonts/museo700-regular.eot");
    src: url("../fonts/museo700-regular.woff") format("woff"), url("../fonts/museo700-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.btn {
    font-family: 'museo500';
    color: #fff;
    font-size: 13px;
    padding: 0 12px;
    line-height: 40px;
    display: inline-block;
    background: red;
    height: 40px;
    border: none
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
    margin-left: 20px;
    position: relative;
    bottom: -1px
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #c00;
    text-decoration: none;
    color: #fff
}

.btn.inverse {
    background: #000
}

.btn.inverse:hover,
.btn.inverse:focus,
.btn.inverse:active,
.btn.inverse.active {
    background: red;
    color: #fff
}

.btn.bold {
    font-family: 'museo700'
}

.btn.block {
    display: block;
    text-align: center
}

.btn.small {
    height: 24px;
    line-height: 26px;
    padding: 0 6px;
    font-size: 11px;
    text-transform: uppercase
}

.btn.small-icon {
    height: 28px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff
}

.btn.small-icon [class^="icon-"] {
    margin-left: 0;
    margin-right: 5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'museo300', sans-serif
}

.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

*,
*:focus,
*:active {
    outline: none !important
}

@media (max-width: 991px) {
    .pushy-active {
        overflow-x: hidden;
        height: 100%
    }
}

body {
    background: #f1f1f1;
    font-family: arial, sans-serif
}

a {
    color: red
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #e60000
}

a.bold {
    font-weight: 700
}

p {
    margin-bottom: 15px
}

.bold {
    font-weight: 700
}

.fs13 {
    font-size: 13px !important
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
textarea,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.input dfn {
    display: block;
    margin-top: 15px
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 33px;
    cursor: pointer
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 5px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 33px;
    line-height: 20px;
    color: #999;
    font-weight: 300;
    border: 2px solid #efefef
}

.file-upload-wrapper:before {
    content: 'Feltöltés';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 33px;
    background: red;
    color: #fff;
    font-weight: normal;
    z-index: 25;
    font-size: 12px;
    line-height: 33px;
    padding: 0 15px;
    pointer-events: none;
    font-family: 'museo300', sans-serif
}

.file-upload-wrapper:hover:before {
    background: #c00
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 33px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

@media (min-width: 992px) {
    .embed-container .single-view {
        padding-bottom: 34.25%;
        max-width: 600px;
        margin: 0 auto
    }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embed-cycle-container {
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%
}

.embed-cycle-container iframe,
.embed-cycle-container object,
.embed-cycle-container embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 500
}

.cycle-slideshow .slide-item.youtube-video {
    width: 100%
}

.cycle-slideshow .slide-item.html5-video {
    width: 100%
}

.cycle-slideshow .videocontent {
    overflow: hidden;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%
}

.cycle-slideshow .video-js {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cycle-slideshow .video-js:after {
    content: '.';
    display: block;
    position: relative;
    padding: 40.1% 0 0 0;
    margin: 0 0 0 -100%;
    visibility: hidden;
    height: 0
}

.cycle-slideshow .vjs-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.search-bar {
    height: 40px;
    position: relative;
    width: 220px;
    float: right;
    margin: 10px 0 0 0
}

.search-bar form>input {
    background: #fff;
    height: 40px;
    border: none !important;
    line-height: 40px;
    font-size: 13px;
    padding: 0 30px 0 15px
}

.search-bar form>button {
    border: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: red
}

.search-bar form>button:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 11px;
    left: 11px;
    content: "\e60a";
    font-size: 18px;
    color: #fff
}

.search-bar form>button:hover {
    background: #e60000
}

.header-section .header-top-bar {
    height: 40px;
    background: #000
}

.header-section .header-top-bar .menu-btn {
    height: 26px;
    width: 30px;
    float: left;
    margin: 8px 15px 0 0;
    cursor: pointer;
    position: relative
}

.header-section .header-top-bar .menu-btn:before {
    content: '';
    height: 11px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 30px;
    position: absolute;
    top: 3px;
    left: 0
}

.header-section .header-top-bar .menu-btn:after {
    content: '';
    height: 3px;
    background: #fff;
    width: 30px;
    position: absolute;
    top: 19px;
    left: 0
}

.header-section .header-top-bar .navigation {
    font-family: 'museo700', sans-serif;
    float: left
}

.header-section .header-top-bar .navigation ul {
    padding: 0;
    margin: 0
}

.header-section .header-top-bar .navigation li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0
}

.header-section .header-top-bar .navigation li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px
}

.header-section .header-top-bar .navigation li a:hover,
.header-section .header-top-bar .navigation li a:active,
.header-section .header-top-bar .navigation li a:focus,
.header-section .header-top-bar .navigation li a.active {
    border-bottom: 2px solid red;
    text-decoration: none
}

.header-section .header-top-bar .meta {
    float: right;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    padding: 0 15px 0 15px;
    margin: 0;
    height: 40px;
    background: rgba(255, 255, 255, 0.15)
}

@media (min-width: 992px) {
    .header-section .header-top-bar .meta {
        padding: 0 20px 0 20px;
    }
}

.header-section .header-top-bar .meta.fixed {
    position: fixed;
    top: -30px;
    z-index: 2000;
    overflow: hidden
}

.header-section .header-top-bar .meta a {
    color: #fff;
    height: 40px;
    line-height: 40px
}

.header-section .header-top-bar .meta a:hover {
    color: red
}

.header-section .header-top-bar .meta .login {
    display: inline-block;
    margin: 0 0 0 20px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-section .header-top-bar .meta .login [class^="icon-"],
.header-section .header-top-bar .meta .login [class*=" icon-"] {
    font-size: 15px;
    position: relative;
    bottom: -1px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-section .header-top-bar .meta .cart {
    display: inline-block;
    margin: 0 0 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-section .header-top-bar .meta .cart [class^="icon-"],
.header-section .header-top-bar .meta .cart [class*=" icon-"] {
    font-size: 13px
}

.header-section .header-top-bar .meta .cart span {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header-section .header-top-bar .meta .compare {
    display: inline-block;
    margin: 0 0 0 10px

}

.header-section .header-top-bar .meta .favorite {
    display: inline-block;
    margin: 0 0 0 10px
}

.header-section .header-top-bar .meta .points {
    display: inline-block;
    margin: 0 0 0 10px
}

@media (min-width: 992px) {
    .header-section .header-top-bar .meta .compare,
    .header-section .header-top-bar .meta .favorite,
    .header-section .header-top-bar .meta .points {
        margin: 0 0 0 15px
    }
}

.header-section .header-top-bar .meta .text-red {
    color: red;
}

.header-section .header-top-bar .meta [class^="icon-"],
.header-section .header-top-bar .meta [class*=" icon-"] {
    color: red;
    margin-right: 10px;
    font-size: 12px
}

@media (min-width: 992px) {
    .header-section .header-top-bar .meta .login {
        margin: 0 0 0 20px
    }
}

.header-section .header-bottom-bar {
    background: url("../gfx/header-bg.jpg") top center no-repeat;
    position: relative;
    overflow: hidden;
    text-align: center
}

@media (min-width: 992px) {
    .header-section .header-bottom-bar {
        height: 240px;
        text-align: left
    }
}

.header-section .header-bottom-bar .top-bar .container {
    padding-top: 26px;
    padding-bottom: 40px;
    position: relative
}

.header-section .header-bottom-bar .top-bar .container:before {
    content: '';
    background: url("../gfx/header-light-bg.png") center center no-repeat;
    width: 687px;
    height: 323px;
    background-size: 687px 323px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.header-section .header-bottom-bar .top-bar .logo {
    margin: 14px 0 0 0;
    display: inline-block;
    width: 240px;
    height: 51px;
    background: url("../gfx/logo.svg") center center no-repeat;
    background-size: 240px 51px
}

.header-section .header-bottom-bar .top-bar .info {
    font-family: 'museo100', sans-serif;
    margin: 8px 0 0;
    font-size: 16px
}

@media (min-width: 768px) {
    .header-section .header-bottom-bar .top-bar .info {
        margin: 8px 0 13px
    }
}

.header-section .header-bottom-bar .top-bar .btn {
    font-family: 'museo700', sans-serif;
    color: #fff;
    font-size: 13px;
    padding: 0 12px;
    line-height: 40px;
    display: inline-block;
    background: red;
    height: 40px
}

.header-section .header-bottom-bar .top-bar .btn [class^="icon-"],
.header-section .header-bottom-bar .top-bar .btn [class*=" icon-"] {
    margin-left: 20px;
    position: relative;
    bottom: -1px
}

.header-section .header-bottom-bar .top-bar .btn:hover,
.header-section .header-bottom-bar .top-bar .btn:focus,
.header-section .header-bottom-bar .top-bar .btn:active,
.header-section .header-bottom-bar .top-bar .btn.active {
    background: #e60000;
    text-decoration: none
}

.header-section .header-bottom-bar .top-bar .banner {
    display: none;
    
}

@media (min-width: 768px) {
    .header-section .header-bottom-bar .top-bar .banner {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 99;
    }
}

@media (min-width: 992px) {
    .header-section .header-bottom-bar .top-bar .banner {
        float: right;
    }
}

@media (min-width: 1200px) {
    .header-section .header-bottom-bar .top-bar .banner {
        float: left
    }
}

.header-section .header-bottom-bar .top-bar .banner .cycle-slideshow {
    display: inline-block;
    overflow: hidden;
    max-height: 140px;
    position: relative;
    background: #fff
}

.header-section .header-bottom-bar .top-bar .cart-display {
    margin-top: 20px;
    background: transparent;
    position: relative;
    z-index: 99;
    display: inline-block;
    height: 140px;
    width: calc(100% - 20px - 652px);
    float: right;
    font-family: 'museo300';
    color: #fff
}

.header-section .header-bottom-bar .top-bar .cart-display .body .inside {
    height: 99px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.header-section .header-bottom-bar .top-bar .cart-display .body .cart-icon {
    display: inline-block;
    width: 51px;
    height: 66px;
    background: url("../gfx/cart-icon.png") center center no-repeat;
    background-size: 51px 66px;
    margin-right: 15px
}

.header-section .header-bottom-bar .top-bar .cart-display .body .text {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #000
}

.header-section .header-bottom-bar .top-bar .cart-display .footer {
    background: red;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 15px;
    color: #fff
}

.header-section .header-bottom-bar .top-bar .cart-display .footer .icon-icon-right-arrow {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 14px
}

@media (min-width: 992px) {
    .header-section .header-bottom-bar .top-bar .container {
        position: relative;
        padding-top: 0;
        padding-bottom: 0
    }
    .header-section .header-bottom-bar .top-bar .container:before {
        left: -17%
    }
    .header-section .header-bottom-bar .top-bar .container:after {
        content: '';
        background: url("../gfx/header-light-bg-bottom.png") center center no-repeat;
        width: 687px;
        height: 323px;
        background-size: 687px 323px;
        display: inline-block;
        position: absolute;
        bottom: -60%;
        right: -17%
    }
}

.header-section .header-bottom-bar .bottom-bar {
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.header-section .header-bottom-bar .bottom-bar .navigation {
    font-family: 'museo300', sans-serif;
    float: left
}

.header-section .header-bottom-bar .bottom-bar .navigation ul {
    padding: 0;
    margin: 0
}

.header-section .header-bottom-bar .bottom-bar .navigation li {
    display: inline-block;
    list-style: none;
    margin: 0 15px 0 0
}

.header-section .header-bottom-bar .bottom-bar .navigation li:last-child {
    margin: 0
}

.header-section .header-bottom-bar .bottom-bar .navigation li h1 {
    margin: 0
}

.header-section .header-bottom-bar .bottom-bar .navigation li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase
}

.header-section .header-bottom-bar .bottom-bar .navigation li a:hover,
.header-section .header-bottom-bar .bottom-bar .navigation li a:active,
.header-section .header-bottom-bar .bottom-bar .navigation li a:focus,
.header-section .header-bottom-bar .bottom-bar .navigation li a.active {
    border-bottom: 2px solid red;
    text-decoration: none
}

@media (min-width: 1200px) {
    .header-section .header-bottom-bar .bottom-bar .navigation li {
        margin: 0 22px 0 0
    }
    .header-section .header-bottom-bar .bottom-bar .navigation li a {
        font-size: 16px
    }
}

.header-section .header-bottom-bar .bottom-bar .detailed-search {
    font-size: 10px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 10px 0 0 6px;
    float: right;
    color: #fff;
    padding: 9px 15px;
    line-height: 1
}

.header-section .header-bottom-bar .bottom-bar .detailed-search:hover,
.header-section .header-bottom-bar .bottom-bar .detailed-search:focus,
.header-section .header-bottom-bar .bottom-bar .detailed-search:active {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none
}

@media (min-width: 992px) {
    .header-section .header-bottom-bar .bottom-bar .search-bar {
        width: 140px;
    }
}

@media (min-width: 1200px) {
    .header-section .header-bottom-bar .bottom-bar .search-bar {
        width: 190px;
    }
}

.cycle-slideshow:hover .cycle-next {
    opacity: 1;
    right: 15px;
    transition: 0.2s
}

.cycle-slideshow:hover .cycle-prev {
    opacity: 1;
    left: 15px;
    transition: 0.2s
}

.cycle-slideshow .cycle-next {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 10230;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: red;
    opacity: 0;
    transition: 0.2s
}

.cycle-slideshow .cycle-next:before {
    content: "\e601";
    margin-bottom: auto;
    color: #fff
}

.cycle-slideshow .cycle-next:hover {
    background: #e60000
}

.cycle-slideshow .cycle-prev {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 10230;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: red;
    opacity: 0;
    transition: 0.2s
}

.cycle-slideshow .cycle-prev:before {
    content: "\e600";
    color: #fff
}

.cycle-slideshow .cycle-prev:hover {
    background: #e60000
}

.brand-carousel-section {
    position: relative
}

.brand-carousel-section #brands-carousel {
    background: #fff;
    margin-top: 20px
}

.brand-carousel-section #brands-carousel .item {
    background: #fff;
    margin: 10px 10px 5px;
    color: #FFF;
    text-align: center
}

.brand-carousel-section #brands-carousel .item .image {
    height: 78px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #CCC;
    padding: 10px;
    position: relative
}

.brand-carousel-section #brands-carousel .item .image img {
    max-width: 100%;
    height: auto;
    max-height: 53px;
    vertical-align: middle
}

.brand-carousel-section #brands-carousel .item .image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.brand-carousel-section #brands-carousel .item .image:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: transparent;
    border: 4px solid red
}

.brand-carousel-section #brands-carousel .item .title {
    color: #787878;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px
}

.brand-carousel-section .carousel-navigation .next {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -4px;
    cursor: pointer
}

.brand-carousel-section .carousel-navigation .next:before {
    content: "\e601"
}

.brand-carousel-section .carousel-navigation .prev {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -4px;
    cursor: pointer
}

.brand-carousel-section .carousel-navigation .prev:before {
    content: "\e600"
}

.breadcrumbs {
    margin-bottom: 20px
}

.breadcrumbs .navigation {
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.breadcrumbs .navigation li {
    display: inline-block;
    list-style: none
}

.breadcrumbs .navigation i {
    font-style: normal
}

.breadcrumbs .navigation a {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
    display: inline-block
}

.breadcrumbs .navigation a:before {
    position: absolute;
    right: -4px;
    top: 4px;
    font-size: 10px;
    color: #111;
    content: "\e611";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.breadcrumbs .navigation span {
    color: #787878
}

.breadcrumbs .prev-page {
    float: right;
    display: none
}

@media (min-width: 768px) {
    .breadcrumbs .prev-page {
        display: block
    }
}

.breadcrumbs .prev-page span {
    color: #111;
    font-size: 10px;
    margin-right: 8px
}

.compare-section .inside {
    background: #e6e6e6;
    padding: 15px 20px;
    margin-bottom: 20px
}

.compare-section .icon-icon-comp {
    font-size: 12px;
    margin-right: 10px
}

.sub-header .hero-image {
    margin-bottom: 15px
}

.sub-header p {
    color: #787878;
    margin: 0
}

.sub-header .desc-section {
    margin-bottom: 30px
}

.sub-header .text-content .more-result {
    display: none
}

.sub-header .text-content.collapsed {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: 0.5s
}

.sub-header .text-content.collapsed.open {
    max-height: 2500px;
    transition: 0.5s;
    padding-bottom: 40px
}

.sub-header .text-content.collapsed.open .icon-icon-bottom-arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s
}

.sub-header .text-content.collapsed.open .more-result {
    bottom: 0
}

.sub-header .text-content.collapsed.open .more-result .title {
    display: none
}

.sub-header .text-content.collapsed.open .more-result .title-open {
    display: block
}

.sub-header .text-content.collapsed.open .more-result:before {
    display: none
}

.sub-header .text-content.collapsed .more-result {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #e6e6e6;
    font-size: 12px;
    color: red;
    padding: 7px 15px;
    cursor: pointer
}

.sub-header .text-content.collapsed .more-result .title {
    display: block;
    float: left;
    font-weight: normal
}

.sub-header .text-content.collapsed .more-result .title-open {
    display: none;
    float: left;
    font-weight: normal
}

.sub-header .text-content.collapsed .more-result:before {
    content: '';
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f1f1f1', GradientType=0)
}

.sub-header .text-content.collapsed .more-result:hover {
    background: #cdcdcd
}

.sub-header .text-content.collapsed .more-result .icon-icon-bottom-arrow {
    color: #000;
    font-size: 6px;
    float: right;
    transition: 0.5s;
    margin-top: 4px
}

.row.pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center
}

.row.pagination .inside {
    background: #e6e6e6;
    padding: 10px 10px 5px 10px
}

.row.pagination .prev,
.row.pagination .next {
    font-size: 12px;
    background: #e6e6e6;
}

.row.pagination .prev:hover span,
.row.pagination .next:hover span {
    color: #fff
}

.row.pagination a {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    background: #f1f1f1;
    margin-right: 2px
}

.row.pagination a:hover {
    background: red;
    color: #fff
}

.row.pagination span {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    margin-right: 2px;
    color: #000
}

.main-section.page .description-container h2:first-child,
.main-section.page .description-container h3:first-child,
.main-section.page .description-container h4:first-child,
.main-section.page .description-container h5:first-child,
.main-section.page .description-container h6:first-child {
    margin-top: 0
}

.main-section {
    padding: 20px 0;
    min-height: 500px
}

.main-section .content h2,
.main-section .content h3,
.main-section .content h4,
.main-section .content h5,
.main-section .content h6 {
    font-family: 'museo100', sans-serif;
    color: #000;
    margin-left: -3px;
    margin-right: -3px;
    padding: 0 5px 5px 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #F00;
    line-height: 1.4em
}

.main-section .content h2 {
    font-size: 14px
}

.main-section .content h3 {
    font-size: 16px
}

.main-section .content h4 {
    font-size: 14px
}

.main-section .content h5 {
    font-size: 12px
}

.main-section .content h6 {
    font-size: 10px
}

.main-section .content ul li,
.main-section .content ol li {
    margin-bottom: 5px;
    color: #787878
}

.main-section .content img[style*="float: left"] {
    margin: 5px 10px 10px 0px
}

.main-section .content img[style*="float: right"] {
    margin: 5px 0px 10px 10px
}

.main-section .content table {
    color: #787878;
    border-style: solid;
    border-color: #aaa
}

.main-section .content table tbody {
    border-color: #aaa;
    border-collapse: collapse
}

.main-section .content table th {
    padding: 6px 12px;
    color: #555;
    border-color: #aaa
}

.main-section .content table td {
    border-color: #aaa;
    padding: 6px 12px
}

.main-section .sidebar {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .main-section .sidebar {
        margin-bottom: 0
    }
}

.main-section .sidebar .search-bar {
    height: 60px;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    background: #e6e6e6;
    padding: 10px
}

.main-section .sidebar .search-bar::-webkit-input-placeholder {
    color: #999
}

.main-section .sidebar .search-bar:-moz-placeholder {
    color: #999
}

.main-section .sidebar .search-bar::-moz-placeholder {
    color: #999
}

.main-section .sidebar .search-bar:-ms-input-placeholder {
    color: #999
}

.main-section .sidebar .search-bar form>input {
    background: #f1f1f1;
    height: 40px;
    border: none;
    line-height: 40px;
    font-size: 13px;
    padding: 0 30px 0 15px;
    width: 100%;
    border: none
}

.main-section .sidebar .search-bar form>button {
    right: 10px;
    top: 10px
}

.main-section .sidebar .inside {
    background: #e6e6e6;
    clear: both;
    margin-bottom: 20px
}

.main-section .sidebar .inside .category-title {
    padding: 10px 15px;
    margin: 0;
    font-family: 'museo700', sans-serif;
    color: #000;
    background: #fff;
    line-height: 1em;
    font-size: 14px;
    display: block
}

.main-section .sidebar .inside ul {
    padding: 0 0 0 0;
    margin: 0
}

.main-section .sidebar .inside ul li {
    list-style: none
}

.main-section .sidebar .inside ul li h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0
}

.main-section .sidebar .inside ul li h2 a {
    padding: 6px 15px
}

.main-section .sidebar .inside ul li a {
    color: #000;
    font-size: 14px;
    padding: 4px 15px;
    display: block;
    position: relative
}

.main-section .sidebar .inside ul li a:hover,
.main-section .sidebar .inside ul li a:focus,
.main-section .sidebar .inside ul li a:active {
    background: red;
    color: #fff
}

.main-section .sidebar .inside ul li a .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    background: red
}

.main-section .sidebar .inside ul li a .close-icon:before {
    margin: 0;
    border: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e605";
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 12px
}

.main-section .sidebar .inside ul li a:hover .close-icon {
    background: #000
}

.main-section .sidebar .inside ul li a:hover .close-icon:before {
    color: #fff
}

.main-section .sidebar .show-items {
    display: block !important
}

.main-section .sidebar .item-list .more-result {
    display: none
}

.main-section .sidebar .item-list.collapsed {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: 0.5s
}

.main-section .sidebar .item-list.collapsed.open {
    max-height: 5000px;
    transition: 0.5s
}

.main-section .sidebar .item-list.collapsed.open .more-result {
    display: none
}

.main-section .sidebar .item-list.collapsed .more-result {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #e6e6e6;
    font-size: 12px;
    color: red;
    padding: 7px 15px;
    cursor: pointer
}

.main-section .sidebar .item-list.collapsed .more-result:before {
    content: '';
    display: block;
    height: 25px;
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d6d6d6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d6d6d6', GradientType=0)
}

.main-section .sidebar .item-list.collapsed .more-result:hover {
    background: #cdcdcd
}

.main-section .sidebar .item-list.collapsed .more-result .icon-icon-bottom-arrow {
    color: #000;
    font-size: 6px;
    float: right;
    margin-top: 4px
}

.main-section .main-content .testimonial .emphasized .inside {
    background: #151717;
    margin-bottom: 20px
}

.main-section .main-content .testimonial .emphasized .inside h3 {
    position: relative;
    font-family: 'museo700', sans-serif;
    margin: 0 0 0 -5px;
    color: #fff;
    font-size: 13px;
    display: block;
    background: red;
    padding: 10px 20px
}

.main-section .main-content .testimonial .emphasized .inside h3:before {
    left: 0;
    border-width: 4px 0 0 5px;
    content: "";
    bottom: -4px;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #800000 transparent transparent transparent;
    z-index: -1
}

.main-section .main-content .testimonial .emphasized .inside p {
    font-size: 12px;
    padding: 14px;
    margin: 0;
    color: #fff
}

.main-section .main-content .testimonial .emphasized .inside img {
    width: 100%
}

@media (min-width: 992px) {
    .main-section .main-content .testimonial .emphasized .inside {
        margin-bottom: 0
    }
}

.main-section .main-content .testimonial .video-fixed-height {
    height: 300px !important
}

.main-section .main-content .current .col-sm-6:last-of-type .inside {
    margin-bottom: 0
}

.main-section .main-content .current .inside {
    background: #fff;
    padding: 22px 12px 40px;
    position: relative;
    margin-bottom: 20px
}

.main-section .main-content .current .inside.with-image .excerpt {
    margin-left: 70px
}

.main-section .main-content .current .inside .image {
    max-width: 60px;
    float: left;
    margin: 4px 10px 0px 0
}

.main-section .main-content .current .inside .news-title {
    font-family: 'museo100', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0 -3px 10px -3px;
    padding: 0 5px 5px 5px;
    text-transform: uppercase;
    border-bottom: 2px solid red;
    line-height: 1.4em;
    display: block
}

.main-section .main-content .current .inside .news-title a {
    color: #000
}

.main-section .main-content .current .inside .news-title a:hover,
.main-section .main-content .current .inside .news-title a:focus,
.main-section .main-content .current .inside .news-title a:active {
    color: red;
    text-decoration: none
}

.main-section .main-content .current .inside p {
    color: #787878;
    margin: 0
}

.main-section .main-content .current .inside .more-link {
    font-family: 'museo300', sans-serif;
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 16px;
    line-height: 1em
}

.products .product.used-product .image {
    text-align: cente;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.products .product.used-product .image img {
    width: 100%;
    display: inline-block
}

.products .product .inside {
    margin-bottom: 20px;
    background: #fff;
    position: relative
}

.products .product .inside .delete-btn .delete-text {
    position: relative;
    top: -1px;
    margin-left: 5px;
    display: inline-block
}

.products .product .inside .new-item {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    background: red;
    padding: 10px 10px 10px 15px;
    line-height: 1em;
    height: 32px;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: -5px
}

.products .product .inside .new-item:before {
    left: 0;
    border-width: 4px 0 0 5px;
    content: "";
    bottom: -4px;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: maroon transparent transparent transparent;
    z-index: -1
}

.products .product .inside .new-item:after {
    right: -10px;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 10;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid red
}

.products .product .inside .discount {
    color: red;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    line-height: 1em
}

.products .product .inside .image {
    text-align: center;
    max-height: 185px;
    position: relative
}

.products .product .inside .image img {
    display: inline-block;
    max-height: 185px
}

.products .product .inside .image .gift-image {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: none
}

@media (min-width: 768px) {
    .products .product .inside .image .gift-image {
        display: block
    }
}

.products .product .inside .image .product-list-image {
    position: relative;
    z-index: 10
}

.products .product .inside .image .product-list-image.not-loaded {
    opacity: 0
}

.products .product .inside .image .product-list-image.loaded {
    opacity: 1;
    transition: 1s
}

.products .product .inside .pictograms {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    z-index: 100
}

.products .product .inside .pictograms .pictogram-wrapper:hover .additional {
    display: block
}

.products .product .inside .pictograms .pictogram-wrapper .additional {
    display: none;
    position: absolute;
    left: 0;
    bottom: 140%;
    margin: 10px 0 0 0;
    width: 160px;
    z-index: 9000;
    background: red;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    color: #fff;
    text-align: left
}

.products .product .inside .pictograms .pictogram-wrapper .additional:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    bottom: -16px;
    left: 5px;
    border: 8px solid transparent;
    border-top-color: red
}

.products .product .inside .pictograms .pictogram-wrapper .additional h3 {
    font-size: 13px;
    margin-top: 0;
    font-weight: 700
}

.products .product .inside .pictograms .pictogram-wrapper .additional p {
    font-size: 11px
}

.products .product .inside .pictograms .pictogram-wrapper .additional p:last-of-type {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .products .product .inside .pictograms .pictogram-wrapper .additional {
        left: -106px;
        width: 240px
    }
    .products .product .inside .pictograms .pictogram-wrapper .additional:before {
        left: auto;
        right: 112px
    }
    .products .product .inside .pictograms .pictogram-wrapper .additional p {
        font-size: 14px
    }
    .products .product .inside .pictograms .pictogram-wrapper .additional h3 {
        font-size: 18px
    }
}

.products .product .inside .pictograms .pictogram {
    width: 28px;
    height: 28px;
    margin-bottom: 5px
}

@media (min-width: 1200px) {
    .products .product .inside .pictograms .pictogram {
        width: 35px;
        height: 35px;
        margin-bottom: 10px
    }
}

.products .product .inside h2,
.products .product .inside .product-title {
    font-family: 'museo100', sans-serif;
    font-size: 14px;
    margin: 12px 10px 10px 10px;
    text-transform: uppercase
}

.products .product .inside h2 a,
.products .product .inside .product-title a {
    color: #000
}

.products .product .inside h2 a:hover,
.products .product .inside h2 a:focus,
.products .product .inside h2 a:active,
.products .product .inside .product-title a:hover,
.products .product .inside .product-title a:focus,
.products .product .inside .product-title a:active {
    color: red
}

.products .product .inside .status {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    margin: 0;
    line-height: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.products .product .inside .status.available {
    background: #dbf1b2;
    color: #73a01d
}

.products .product .inside .status.order {
    background: #fae4bc;
    color: #c2820e
}

.products .product .inside .status.unavailable {
    background: #FABCBC;
    color: #c20e0e
}

.products .product .inside .status.empty {
    height: 23px;
    background: #fff
}

.products .product .inside .status.wholesale {
    background: #e1b92e;
    color: #7d6512
}

.products .product .inside .buying-informations {
    padding: 15px 10px;
    line-height: 1em;
    text-align: center
}

.products .product .inside .buying-informations .price {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px
}

.products .product .inside .buying-informations .price .similar-products,
.products .product .inside .buying-informations .price .ask-products {
    font-size: 12px;
    white-space: nowrap
}

.products .product .inside .buying-informations .icons {
    text-align: center
}

.products .product .inside .buying-informations .icons [class^="icon-"],
.products .product .inside .buying-informations .icons [class*=" icon-"] {
    color: #e6e6e6;
    margin-left: 5px
}

.products .product .inside .buying-informations .icons [class^="icon-"]:hover,
.products .product .inside .buying-informations .icons [class*=" icon-"]:hover {
    color: red
}

.products .product .inside .buying-informations .icons .compare span {
    font-size: 12px
}

.products .product .inside .buying-informations .icons .favorite span {
    font-size: 13px
}

.products .product .inside .buying-informations .icons .favorite span.active {
    color: #ff0000 !important
}

@media (min-width: 1200px) {
    .products .product .inside .buying-informations .icons {
        text-align: right
    }
}

.products .no-result-alert {
    background: #fff;
    padding: 20px;
    margin-bottom: 0
}

.products .interest-link {
    font-family: 'museo300', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal
}

@media (min-width: 992px) {
    .products .row:last-of-type .inside {
        margin: 0
    }
}

@media (min-width: 1200px) {
    .products .product .inside .buying-informations {
        text-align: left;
        display: flex;
        justify-content: space-between;

    }
    .products .product .inside .buying-informations .price {
        /*width: 50%;
        float: left;*/
        margin-bottom: 0
    }
    .products .product .inside .buying-informations .icons {
        /*width: 50%;
        float: right*/
        white-space: nowrap;
    }
    .products .product .inside .buying-informations:before,
    .products .product .inside .buying-informations:after {
        display: none;
    }


}

.sidebar-title {
    background: url("../gfx/sidebar-title-bg.jpg") center center no-repeat;
    padding: 15px;
    margin: 0;
    font-family: 'museo500', sans-serif;
    color: #000;
    font-size: 17px;
    border-bottom: 2px solid red;
    line-height: 1em;
    display: block
}

.sidebar-title .icon {
    font-size: 10px;
    float: right;
    margin-top: 4px
}

.sidebar-title .icon.rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-title {
    font-size: 18px;
    font-family: 'museo700', sans-serif;
    float: left;
    margin: 20px 0 15px 0;
    padding: 0 0 0 10px
}

.section-title.large {
    font-size: 24px
}

.section-link {
    float: right;
    font-family: 'museo300', sans-serif;
    display: inline-block;
    line-height: 1em;
    margin: 22px 10px 0 0
}

.footer-section {
    padding: 20px 0 60px;
    background: url("../gfx/footer-bg.jpg") center center no-repeat;
    z-index: 1;
}

@media (max-width: 991px) {
    .footer-section {
        text-align: center
    }
}

.footer-section .trust-logo {
    margin: 0px 10px 0;
    position: relative;
    display: inline-block;
    top: 10px;
    overflow: hidden
}

@media (max-width: 991px) {
    .footer-section .trust-logo {
        margin: 0px 10px 20px
    }
}

.footer-section .trust-logo p {
    color: #fff;
    font-size: 11px;
    margin: 0;
    float: left;
    margin-right: 20px
}

.footer-section .row.menu .inside {
    padding: 0 20px
}

.footer-section .row.menu .navigation {
    float: left
}

.footer-section .row.menu .navigation ul {
    padding: 0;
    margin: 0
}

.footer-section .row.menu .navigation li {
    display: inline-block;
    list-style: none;
    margin: 0 15px 0 0
}

.footer-section .row.menu .navigation li a {
    display: inline-block;
    color: #fff;
    font-size: 13px
}

.footer-section .row.menu .navigation li a:hover,
.footer-section .row.menu .navigation li a:active,
.footer-section .row.menu .navigation li a:focus,
.footer-section .row.menu .navigation li a.active {
    color: red;
    text-decoration: none
}

.footer-section .row.menu .copyright {
    color: #a0a0a0;
    clear: both;
    font-size: 13px;
    padding: 10px 0 0 0;
    margin: 0
}

.footer-section .row.menu .copyright a {
    color: #a0a0a0
}

.footer-section .row.menu .copyright a:hover {
    color: red
}

.footer-section .row.menu .ws-logo {
    display: inline-block;
    width: 81px;
    height: 10px;
    background: #fff;
    margin: 15px 0 0 0;
    background: url("../gfx/wslogo.svg") center center no-repeat;
    background-size: 81px 10px
}

.footer-section .row.latest-search-terms .col-xs-12 {
    font-size: 12px;
    line-height: 2em
}

.footer-section .row.latest-search-terms .col-xs-12 .inside {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 20px;
    margin: 20px 0
}

.footer-section .row.latest-search-terms .col-xs-12 span {
    font-weight: 700;
    color: #a0a0a0;
    margin-right: 20px
}

.footer-section .row.latest-search-terms .col-xs-12 a {
    color: #a0a0a0;
    padding: 0 0 0 0
}

.footer-section .row.latest-search-terms .col-xs-12 a:hover,
.footer-section .row.latest-search-terms .col-xs-12 a:focus,
.footer-section .row.latest-search-terms .col-xs-12 a:active,
.footer-section .row.latest-search-terms .col-xs-12 a.active {
    color: red;
    text-decoration: none
}

.footer-section .row.latest-search-terms .col-xs-12 h6 {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.footer-section .row.latest-search-terms .col-xs-12 i:last-of-type {
    display: none
}

.footer-section .row.latest-search-terms .col-xs-12 i {
    color: #666;
    margin: 0 10px
}

.footer-section .row.social {
    padding-top: 5px
}

.footer-section .row.social .inside {
    padding: 0 20px
}

.footer-section .row.social .payment-logos {
    display: inline-block;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .footer-section .row.social .payment-logos {
        margin-bottom: 0
    }
}

.footer-section .row.social .payment-logos img {
    max-width: 100%;
    height: auto
}

.footer-section .row.social .facebook {
    max-width: 255px;
    margin-top: 10px;
    display: inline-block;
    text-align: left
}

@media (min-width: 992px) {
    .footer-section .row.social .facebook {
        float: right
    }
}

.footer-section .row.social .facebook .icon-icon-faceb {
    color: #fff;
    font-size: 40px;
    float: left;
    margin-right: 10px
}

.footer-section .row.social .facebook .title {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin: 0;
    position: relative;
    top: -6px
}

.footer-section .row.social .facebook .fb-like {
    margin-top: 2px
}

@media (min-width: 992px) {
    .footer-section .row.menu .ws-logo {
        float: right;
        margin: 6px 0 0 0
    }
}

.why-us {
    position: fixed;
    top: 436px;
    right: 0;
    width: 48px;
    height: 220px;
    border: none;
    display: inline-block;
    border-right: 2px solid red;
    transition: 0.2s;
    z-index: 9999;
    cursor: pointer
}

@media (max-height: 800px) {
    .why-us {
        top: calc(50vh - 110px)
    }
}

.why-us:before {
    content: '';
    display: block;
    background: url("../gfx/why-us.svg") center center no-repeat;
    width: 12px;
    height: 180px;
    background-size: 12px 180px;
    margin: 20px 0 0 15px;
    position: relative;
    z-index: 110
}

.why-us:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../gfx/why-us-bg.jpg") center center no-repeat;
    width: 48px;
    height: 220px;
    border-right: 2px solid red
}

.why-us:hover .list {
    right: 45px;
    transition: 0.2s ease-in-out
}

.why-us .list {
    position: absolute;
    top: 0;
    right: -318px;
    bottom: 0;
    width: 270px;
    height: 220px;
    z-index: -1;
    transition: 0.2s ease-in-out;
    overflow: hidden
}

.why-us .list ul {
    display: block;
    background: red;
    color: #fff;
    margin: 0;
    padding: 18px;
    margin-right: 12px;
    height: 100%;
    position: relative
}

.why-us .list ul:before {
    right: -7px;
    content: "";
    top: 50%;
    bottom: 0;
    position: absolute;
    display: block;
    margin-top: -5px;
    z-index: 10;
    width: 0px;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid red
}

.why-us .list ul li {
    display: block;
    color: #fff;
    position: relative;
    font-family: 'museo300', arial, sans-serif;
    font-size: 15px;
    padding-left: 25px
}

.why-us .list ul li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px
}

.why-us .list ul li a {
    display: block;
    height: 27px;
    color: #fff
}

.why-us .list ul li a:hover {
    color: #4d0000
}

.why-us .list ul li a span {
    margin-right: 6px;
    position: relative;
    top: 2px
}

.contacts-sticky {
    position: fixed;
    top: 436px;
    left: 0;
    width: 48px;
    height: 220px;
    border: none;
    display: inline-block;
    padding-left: 1px;
    transition: 0.2s;
    z-index: 9999;
    cursor: pointer
}

@media (max-height: 800px) {
    .contacts-sticky {
        top: calc(50vh - 110px)
    }
}

.contacts-sticky:before {
    content: '';
    display: block;
    background: url("../gfx/contact.svg") center center no-repeat;
    width: 16px;
    height: 220px;
    background-size: 15px 200px;
    margin: 0 0 0 15px;
    position: relative;
    z-index: 110
}

.contacts-sticky:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../gfx/why-us-bg.jpg") center center no-repeat;
    border-left: 2px solid red;
    width: 48px;
    height: 220px;
    z-index: 30
}

.contacts-sticky:hover .list {
    left: 45px;
    transition: 0.2s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.contacts-sticky .list {
    position: absolute;
    top: 0;
    left: 45px;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    bottom: 0;
    height: 220px;
    z-index: -1;
    transition: 0.2s ease-in-out;
    overflow: hidden;
    z-index: -1
}

.contacts-sticky .list .content-wrapper {
    display: block;
    background: red;
    color: #fff;
    margin: 0;
    padding: 18px;
    margin-left: 12px;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts-sticky .list .content-wrapper .col {
    width: 220px;
    float: left;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px
}

.contacts-sticky .list .content-wrapper .col:not(:first-child) {
    margin-left: 20px
}

.contacts-sticky .list .content-wrapper:before {
    left: -7px;
    content: "";
    top: 50%;
    bottom: 0;
    position: absolute;
    display: block;
    margin-top: -5px;
    z-index: 10;
    width: 0px;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid red
}

.main-section.product-single .social-share-section {
    margin-top: 20px
}

.main-section.product-single .social-share-section .inside {
    padding: 15px 25px 5px;
    background: #fff
}

.main-section.product-single .social-share-section .facebook-container {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
    margin-bottom: 10px
}

.main-section.product-single .social-share-section .google-container {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
    width: 60px;
    margin-bottom: 10px
}

.main-section.product-single .social-share-section .twitter-container {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
    margin-bottom: 10px
}

.main-section.product-single .social-share-section .pinterest-container {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .main-section.product-single .social-share-section {
        margin-bottom: 20px
    }
}

.main-section.product-single .fav-compare {
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 20px;
    margin-top: 20px
}

.main-section.product-single .fav-compare .fav {
    margin-right: 20px;
    white-space: wrap
}

.main-section.product-single .fav-compare .fav span {
    font-size: 14px;
    margin-right: 5px
}

@media (max-width: 400px) {
    .main-section.product-single .fav-compare .fav {
        display: block
    }
}

.main-section.product-single .fav-compare .compare span {
    font-size: 12px;
    margin-right: 5px
}

@media (max-width: 400px) {
    .main-section.product-single .fav-compare .compare {
        display: block
    }
}

.main-section.product-single .product-data {
    margin-top: 20px
}

.main-section.product-single .product-data .images .main-image {
    padding: 10px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.main-section.product-single .product-data .images .main-image img {
    display: inline-block
}

.main-section.product-single .product-data .images .main-image .magnify {
    font-size: 22px;
    color: red;
    position: absolute;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    z-index: 9999
}

.main-section.product-single .product-data .images .main-image .threesixty-layer {
    position: absolute;
    right: 55px;
    bottom: 23px;
    cursor: pointer;
    z-index: 9999
}
.main-section.product-single .product-data .images .main-image .threesixty-layer img {
    height: 26px;
}

.main-section.product-single .product-data .images .print-section {
    margin-bottom: 10px
}

.main-section.product-single .product-data .images .print-section .print-it-btn {
    font-size: 12px;
    font-family: 'museo700', sans-serif;
    color: #FFF;
    display: inline-block;
    background: #F00;
    padding: 10px 10px 10px 15px;
    line-height: 1em;
    height: 32px;
    position: relative
}

.main-section.product-single .product-data .images .print-section .print-it-btn:hover {
    background: #e60000
}

.main-section.product-single .product-data .images .print-section .print-it-btn:hover:before {
    border-left-color: #e60000
}

.main-section.product-single .product-data .images .print-section .print-it-btn:before {
    right: -10px;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 10;
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #F00
}

.main-section.product-single .product-data .images .print-section .print-it-btn span {
    margin-right: 10px
}

.main-section.product-single .product-data .images .print-section .more-image {
    color: red;
    margin-top: 7px;
    display: block
}

@media (min-width: 1200px) {
    .main-section.product-single .product-data .images .print-section .more-image {
        float: right;
        display: inline-block
    }
}

.main-section.product-single .product-data .images .more-image-section {
    margin-bottom: 20px
}

.main-section.product-single .product-data .images .more-image-section img {
    float: left;
    background: #fff;
    padding: 1.2%;
    margin-right: 2.5%;
    width: 18%;
    height: auto
}

.main-section.product-single .product-data .images .more-image-section img.last {
    float: right;
    margin: 0
}

.main-section.product-single .product-data .images .quality-section {
    background: #fff;
    text-align: center;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px
}

.main-section.product-single .product-data .images .quality-section .inside {
    display: block;
    text-align: center
}

.main-section.product-single .product-data .images .quality-section .image-wrapper {
    display: inline-block;
    margin-right: 2.5%;
    width: 16%;
    max-width: 76px;
    position: relative;
    margin: 10px 2.5% 6px 0
}

.main-section.product-single .product-data .images .quality-section .image-wrapper:first-child {
    margin-left: 0
}

.main-section.product-single .product-data .images .quality-section .image-wrapper.inactive {
    opacity: .2
}

.main-section.product-single .product-data .images .quality-section .image-wrapper.inactive .additional {
    display: none !important
}

.main-section.product-single .product-data .images .quality-section .image-wrapper.last {
    margin-right: 0
}

@media (max-width: 991px) {
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional {
        display: none;
        width: 220px;
        z-index: 1080;
        background: red;
        padding: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: none;
        color: #fff;
        text-align: left
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional .additional-title {
        font-size: 18px;
        margin-top: 0;
        font-weight: 700;
        display: block;
        font-family: 'museo300', sans-serif
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional p:last-of-type {
        margin-bottom: 0
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional.left {
        position: absolute;
        left: 0;
        top: 100%;
        margin: 10px 0 0 0
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional.left:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: -16px;
        left: 7px;
        border: 8px solid transparent;
        border-bottom-color: red
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional.right {
        position: absolute;
        right: 0;
        top: 100%;
        margin: 10px 0 0 0
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional.right:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: -16px;
        right: 7px;
        border: 8px solid transparent;
        border-bottom-color: red
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional.center {
        position: absolute;
        left: -85px;
        top: 100%;
        margin: 10px 0 0 0
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional.center:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: -16px;
        right: 102px;
        border: 8px solid transparent;
        border-bottom-color: red
    }
}

@media (min-width: 992px) {
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 240px;
        z-index: 1080;
        margin: 0 0 0 10px;
        background: red;
        padding: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: none;
        color: #fff;
        text-align: left
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: 7px;
        left: -16px;
        border: 8px solid transparent;
        border-right-color: red
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional .additional-title {
        font-size: 18px;
        margin-top: 0;
        font-weight: 700;
        display: block;
        font-family: 'museo300', sans-serif
    }
    .main-section.product-single .product-data .images .quality-section .image-wrapper .additional p:last-of-type {
        margin-bottom: 0
    }
}

.main-section.product-single .product-data .images .quality-section .image-wrapper:hover .additional {
    display: block
}

.main-section.product-single .product-data .infos .info-title-section h1 {
    font-size: 18px;
    font-family: 'museo700', sans-serif;
    float: left;
    margin: 10px 0 15px 0;
    padding: 0 0 0 10px
}

@media (min-width: 768px) {
    .main-section.product-single .product-data .infos .info-title-section h1 {
        font-size: 22px
    }
}

.main-section.product-single .product-data .infos .default-block {
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 20px
}

.main-section.product-single .product-data .infos .default-block p {
    margin-bottom: 0;
    font-size: 14px;
    color: #787878;
    line-height: 1.5em
}

.main-section.product-single .product-data .infos .default-block .default-block-title {
    font-family: 'museo100', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0 -3px 10px -3px;
    padding: 0 5px 5px 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #F00;
    line-height: 1.4em
}

.main-section.product-single .product-data .infos .warehouse-price {
    margin-bottom: 20px
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box {
    padding: 15px
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box p {
    margin: 0
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box .box-title {
    font-family: 'museo700', sans-serif;
    font-size: 15px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    display: block
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where {
    background: #fff;
    font-size: 14px;
    color: #787878;
    position: relative;
    margin-bottom: 10px
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse.is-mobile {
    margin-bottom: 15px;
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where:last-of-type {
    margin: 0
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where .title {
    font-weight: 700
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where .icon-icon-info {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7aaf18
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where .additional {
    display: none;
    border-top: 2px solid #efefef;
    padding-top: 10px;
    margin-top: 10px
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where:hover .additional {
    display: block
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.pinned-where {
    background: #7aaf18;
    font-size: 14px;
    color: #fff !important;
    position: relative;
    margin-bottom: 10px
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.pinned-where .icon-icon-info {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.pinned-where a {
    color: #fff !important;
}

@media (min-width: 1200px) {
    .main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where .additional {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 240px;
        z-index: 100;
        margin: 0 0 0 10px;
        background: red;
        padding: 10px 10px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: none;
        color: #fff
    }
    .main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where .additional:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: 7px;
        left: -16px;
        border: 8px solid transparent;
        border-right-color: red
    }
    .main-section.product-single .product-data .infos .warehouse-price .warehouse .box.where:hover .additional {
        display: block
    }
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.info {
    background: #dbf1b2;
    color: #547c0b;
    margin-bottom: 15px;
    position: relative
}
/*
.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.info:before {
    border: solid;
    border-color: #dbf1b2 transparent;
    border-width: 10px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: -10px;
    z-index: 99
}
*/
.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.info p {
    font-size: 12px;
    font-weight: 700
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.info.order {
    background: #FAE4BC;
    color: #c2820e
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.info.order:before {
    display: none;
    border-color: #FAE4BC transparent
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.info.on-shipping-stock {
    background: #e1b92e;
    color: #7d6512
}

.main-section.product-single .product-data .infos .warehouse-price .warehouse .box.info.on-shipping-stock:before {
    display: none;
    border-color: #e1b92e transparent
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping {
    margin-bottom: 20px
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside {
    background: #fff;
    padding: 30px 15px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 0
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box {
    margin-bottom: 20px;
    position: relative
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside h2 {
    color: red;
    margin: 0 0 5px 0
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside p {
    font-size: 14px;
    color: #787878;
    margin: 0
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.price {
    padding-left: 30px
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.price .icon {
    font-size: 18px;
    color: red;
    position: absolute;
    top: 8px;
    left: 0
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.price .product-title {
    color: red;
    font-size: 16px;
    font-weight: 700;
    display: block;
    font-family: 'museo300', sans-serif
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.price .product-title .size-large {
    font-size: 18px
}

@media (min-width: 768px) {
    .main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.price .product-title .size-large {
        font-size: 22px
    }
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.price .line-through {
    text-decoration: line-through
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.price .saving {
    font-weight: 700
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.shipping {
    padding-left: 30px
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.shipping .icon {
    font-size: 12px;
    color: red;
    position: absolute;
    top: 3px;
    left: 0
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.shipping .shipping-title {
    color: red;
    font-size: 16px;
    font-weight: 400;
    font-family: 'museo300', sans-serif;
    display: block;
    margin-bottom: 10px
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy {
    padding: 0 30px;
    margin: 0
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy h3 .buy-btn {
    padding: 13px 15px
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy .buy-btn {
    display: block;
    background: #7aaf18;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: 'museo700', sans-serif
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy .alert-btn {
    background: #dbf1b2;
    color: #547c0b;
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy .buy-btn:hover {
    background: red
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy .alert-btn:hover {
    color: #fff;
    background: red
}

.icon-icon-alert:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url(/gfx/notification.svg) no-repeat 0 0;
}

.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy .alert-btn:hover .icon-icon-alert:before {
    background: transparent url(/gfx/notification-hover.svg) no-repeat 0 0;
}
.main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy .buy-btn span {
    color: #fff;
    margin-left: 5px;
    display: inline-block
}

@media (min-width: 768px) {
    .main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy .buy-btn {
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .main-section.product-single .product-data .infos .warehouse-price .price-shipping {
        margin-bottom: 0
    }
}

.main-section.product-single .product-data .infos .gift-title {
    position: relative
}

.main-section.product-single .product-data .infos .gift-title .gift-title-item {
    font-family: arial, sans-serif;
    display: block;
    color: #787878;
    font-size: 12px;
    margin: 0 0 0 20px;
    float: left;
    font-weight: 700;
    width: calc(100% - 160px);
    padding-bottom: 5px
}

.main-section.product-single .product-data .infos .gift-title #custom-pager {
    float: right;
    position: absolute;
    bottom: 0;
    right: 10px
}

.main-section.product-single .product-data .infos .gift-title #custom-pager span {
    cursor: pointer;
    margin-left: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e1e1e3;
    color: red;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    font-size: 11px
}

.main-section.product-single .product-data .infos .gift-title #custom-pager span.cycle-pager-active,
.main-section.product-single .product-data .infos .gift-title #custom-pager span:hover {
    background: #fff;
    color: #787878;
    text-decoration: none
}

.main-section.product-single .product-data .infos .gift-wrapper .cycle-slideshow {
    background: #fff;
    padding-bottom: 20px
}

.main-section.product-single .product-data .infos .gift {
    background: #fff;
    position: relative;
    min-height: 115px;
    display: block;
    width: 100%;
    padding: 20px
}

.main-section.product-single .product-data .infos .gift img {
    float: left;
    margin: 0 10px 10px 0
}

@media (min-width: 768px) {
    .main-section.product-single .product-data .infos .gift img {
        position: absolute;
        top: 20px;
        left: 20px
    }
}

.main-section.product-single .product-data .infos .gift .inner-gift-title {
    font-family: 'museo100', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 7px 90px;
    display: block
}

.main-section.product-single .product-data .infos .gift p {
    color: #787878;
    font-size: 12px;
    margin: 0 0 0 0
}

.main-section.product-single .product-data .infos .gift .btn-chose-gift {
    margin-top: 10px;
    display: inline-block;
    background: #7aaf18;
    padding: 5px 25px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-family: 'museo700', sans-serif;
    float: right;
    cursor: pointer
}

.main-section.product-single .product-data .infos .gift .btn-chose-gift:hover,
.main-section.product-single .product-data .infos .gift .btn-chose-gift:focus,
.main-section.product-single .product-data .infos .gift .btn-chose-gift:active,
.main-section.product-single .product-data .infos .gift .btn-chose-gift.active {
    background: red
}

@media (min-width: 768px) {
    .main-section.product-single .product-data .infos .gift img {
        display: block
    }
    .main-section.product-single .product-data .infos .gift h3 {
        margin: 0 0 7px 90px
    }
    .main-section.product-single .product-data .infos .gift p {
        margin: 0 0 0 90px
    }
}

@media (min-width: 992px) {
    .main-section.product-single .product-data .infos .gift {
        margin-bottom: 0
    }
}

.main-section.product-single .description-data {
    margin-top: 40px
}

.main-section.product-single .description-data .nav-tabs {
    background: url("../gfx/sidebar-title-bg.jpg") center center no-repeat;
    background: #999;
    padding: 10px 10px 10px 10px;
    position: relative
}

.main-section.product-single .description-data .nav-tabs:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background: red;
    z-index: 100
}

.main-section.product-single .description-data .nav-tabs>li {
    float: none;
    display: block;
    margin-bottom: 4px
}

.main-section.product-single .description-data .nav-tabs>li:last-of-type {
    margin-bottom: 0
}

.main-section.product-single .description-data .nav-tabs>li>a {
    line-height: 1.428571429;
    border: none;
    border-radius: 0;
    background: #e3e4e5;
    color: #000;
    font-family: 'museo300', sans-serif;
    font-size: 16px;
    padding: 10px 14px 12px;
    display: block
}

.main-section.product-single .description-data .nav-tabs>li>a:hover,
.main-section.product-single .description-data .nav-tabs>li>a:active {
    color: #000;
    background-color: #FFF
}

.main-section.product-single .description-data .nav-tabs>li.active>a,
.main-section.product-single .description-data .nav-tabs>li.active>a:hover,
.main-section.product-single .description-data .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #FFF;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
    z-index: 110
}

@media (min-width: 992px) {
    .main-section.product-single .description-data .nav-tabs>li.active>a:before,
    .main-section.product-single .description-data .nav-tabs>li.active>a:hover:before,
    .main-section.product-single .description-data .nav-tabs>li.active>a:focus:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -2px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #fff;
        z-index: 100
    }
}

@media (min-width: 992px) {
    .main-section.product-single .description-data .nav-tabs {
        height: 49px;
        background: url("../gfx/sidebar-title-bg.jpg") center center no-repeat;
        padding: 5px 10px 10px 10px
    }
    .main-section.product-single .description-data .nav-tabs>li {
        float: left;
        display: inline-block;
        margin-bottom: 0px
    }
    .main-section.product-single .description-data .nav-tabs>li:last-of-type {
        margin-bottom: 0
    }
    .main-section.product-single .description-data .nav-tabs>li>a {
        margin-right: 6px;
        padding: 10px 14px 10px
    }
}

.main-section.product-single .description-data .tab-content {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 20px
}

.main-section.product-single .description-data .tab-content p {
    color: #787878
}

.main-section.product-single .description-data .tab-content h4 {
    color: #787878;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px
}

.main-section.product-single .description-data .tab-content strong {
    color: #000
}

.product-slideshow .slide-item {
    width: 100%;
    text-align: center
}

.product-gallery-2 {
    position: relative
}

.product-gallery-2 .additional {
    display: none
}

@media (min-width: 1200px) {
    .product-gallery-2:hover .additional {
        display: inline-block
    }
    .product-gallery-2 .additional {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 340px;
        z-index: 1080;
        margin: 0 0 0 10px;
        background: red;
        padding: 15px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: none;
        color: #fff;
        text-align: left
    }
    .product-gallery-2 .additional:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: 7px;
        left: -16px;
        border: 8px solid transparent;
        border-right-color: red
    }
    .product-gallery-2 .additional .additional-title {
        font-size: 18px;
        margin-top: 0;
        font-weight: 700;
        display: block;
        font-family: 'museo300', sans-serif
    }
    .product-gallery-2 .additional p:last-of-type {
        margin-bottom: 0
    }
    .product-gallery-2 .additional font {
        color: #fff !important
    }
}

.coupon-wrapper {
    margin-top: 20px
}

.coupon-wrapper.is-mobile {
    margin-bottom: 15px
}

.coupon-wrapper .coupon-container {
    opacity: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    backface-visibilty: hidden;
    z-index: 0
}

.coupon-wrapper .coupon-container.couponIn {
    -webkit-animation-name: couponIn;
    animation-name: couponIn;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/* 
.coupon-wrapper .coupon-container.is-mobile.couponIn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
} */

.coupon-wrapper .coupon-container.couponOut {
    -webkit-animation-name: couponOut;
    animation-name: couponOut;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.coupon-wrapper .coupon-container img {
    max-width: 100%;
    height: auto !important;
    display: block;
}

.coupon-wrapper .coupon-countdown {
    color: red !important;
    margin-bottom: 10px !important;
    text-align: center;
}

.coupon-wrapper .coupon-countdown .coupon-countdown__timer {
    font-weight: 700;
}

@-webkit-keyframes couponIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px);
        transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1, 1) translate(0, 0);
        transform: rotate(0) scale(1, 1) translate(0, 0)
    }
}

@keyframes couponIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px);
        transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1, 1) translate(0, 0);
        transform: rotate(0) scale(1, 1) translate(0, 0)
    }
}

@-webkit-keyframes couponOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1, 1) translate(0, 0);
        transform: rotate(0) scale(1, 1) translate(0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px);
        transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px)
    }
}

@keyframes couponOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1, 1) translate(0, 0);
        transform: rotate(0) scale(1, 1) translate(0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px);
        transform: rotate(-10deg) scale(0.5, 0.5) translate(0, 40px)
    }
}

.page-section-title {
    font-size: 20px;
    font-family: 'museo700', sans-serif;
    margin: 5px 0 24px 0;
    padding: 0 0 0 20px
}

@media (min-width: 768px) {
    .page-section-title {
        font-size: 28px
    }
}

.page-section-title .meta {
    font-size: 14px;
    margin: 10px 0 0 0;
    color: red !important
}

.page-section-title .breadcrumbs {
    font-family: arial, sans-serif;
    font-size: 14px
}

.main-section.page .inside-container {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px
}

.main-section.page .inside-container img {
    height: auto !important
}

.main-section.page .inside-container p {
    color: #787878
}

@media (min-width: 992px) {
    .main-section.page .inside-container {
        margin-bottom: 0
    }
}

.main-section .content strong {
    color: #000
}

.main-section .content .info-box .inside {
    margin-bottom: 20px;
    background: #fff;
    padding: 15px 20px
}

.main-section .content .info-box .inside p {
    margin-bottom: 0;
    color: #787878
}

form label {
    display: block;
    color: #787878;
    margin-bottom: 4px
}

form input[type="text"],
form input[type="search"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
    display: block;
    width: 100%;
    border: 2px solid #efefef;
    padding: 5px 10px;
    resize: none;
    margin-bottom: 15px;
    -webkit-appearance: "none";
    -moz-appearance: "none";
    -ms-appearance: "none";
    -o-appearance: "none";
    appearance: "none"
}

form input[type="checkbox"] {
    display: inline-block;
    margin-right: 2px;
    position: relative;
    bottom: -2px
}

form .checkbox-label {
    display: inline-block
}

form #send {
    border: none;
    font-family: 'museo700', sans-serif;
    color: #FFF;
    font-size: 13px;
    padding: 0 12px;
    line-height: 40px;
    display: inline-block;
    background: red;
    height: 40px
}

form #send:hover {
    background: #e60000
}

form .marked {
    font-weight: 700
}

form span.error {
    margin: -10px 0 15px 0;
    color: red;
    display: block
}

form p.error-msg {
    color: #CD6666 !important;
    margin-top: -10px
}

form .select-wrapper {
    position: relative;
    background: #fff;
    -webkit-appearance: "none";
    -moz-appearance: "none";
    -ms-appearance: "none";
    -o-appearance: "none";
    appearance: "none"
}

form .select-wrapper:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    display: inline-block;
    width: 30px;
    background: #fff;
    pointer-events: none
}

form .select-wrapper:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 12px;
    margin-top: -4px;
    cursor: pointer;
    content: "\e60d";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: red;
    pointer-events: none
}

form .select-wrapper--gray:before {
    background: #f1f1f1;
    border: 1px solid #fff;
}

form .select-wrapper--gray:after {
    color: #000;
    top: 14px;
    right: 12px;
    font-size: 13px;
}

.related-gallery .open-gallery {
    position: relative;
    top: -5px;
    font-family: 'museo300', sans-serif;
    display: inline-block;
    line-height: 1em;
    color: red;
    cursor: pointer
}

.related-gallery .open-gallery:hover {
    color: #e60000
}

.related-gallery .gallery-item {
    margin-bottom: 20px
}

.comments .list-item {
    padding: 15px;
    margin-bottom: 15px;
    background: #fbfbfb;
    border: 1px solid #f1f1f1
}

.comments .list-item h4 {
    margin-top: 0;
    border-bottom: 1px solid #cecece
}

.comments .list-item h4 .name {
    font-weight: normal;
    font-size: 17px;
    font-family: 'museo300', sans-serif
}

.comments .list-item h4 .meta {
    font-weight: normal !important;
    color: #999 !important;
    margin-left: 10px
}

.comments .list-item p:last-of-type {
    margin-bottom: 0
}

.main-section.newsletter #subs {
    border: none;
    font-family: 'museo700', sans-serif;
    color: #FFF;
    font-size: 13px;
    padding: 0 12px;
    line-height: 40px;
    display: inline-block;
    background: red;
    height: 40px
}

.main-section.newsletter #subs:hover {
    background: #e60000
}

.main-section.newsletter #unsubs {
    border: none;
    font-family: 'museo700', sans-serif;
    color: #FFF;
    font-size: 13px;
    padding: 0 12px;
    line-height: 40px;
    display: inline-block;
    background: #000;
    height: 40px
}

.main-section.newsletter #unsubs:hover {
    background: #262626
}

body .main-section.page-szerviz .item {
    background: #FFF;
    margin-bottom: 20px;
    background: #FFF;
    padding: 22px 12px 10px;
    position: relative
}

.main-section.videok .main-content .list-item {
    background: #fff;
    margin-bottom: 20px;
    text-align: center
}

.main-section.videok .main-content .list-item h4 {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-align: left
}

.main-section.videok .main-content .list-item img {
    display: inline-block
}

.main-section.videok .sidebar .item-list ul {
    margin: 0
}

.main-section.videok .sidebar .item-list ul li a.listitem {
    padding: 10px 15px;
    font-weight: 700
}

.main-section.videok .sidebar .item-list ul li a.listitem.active {
    background: red;
    color: #fff
}

.back-link {
    margin-top: 15px;
    text-align: right
}

.back-link a {
    font-weight: 500
}

.back-link span {
    color: #000;
    font-size: 9px;
    margin-right: 6px
}

.page.downloads .inside-container {
    margin-bottom: 20px
}

.page.downloads .inside-container h2 {
    margin-top: 0
}

.page.downloads .inside-container ul {
    margin: 0;
    padding: 0
}

.page.downloads .inside-container ul li {
    display: block;
    list-style: none
}

.page.downloads .inside-container ul li a {
    display: block;
    background: #f2f0f2;
    color: #000;
    font-weight: 700;
    padding: 10px 15px 10px 40px;
    position: relative
}

.page.downloads .inside-container ul li a:hover {
    background: red;
    color: #fff
}

.page.downloads .inside-container ul li a:hover:before {
    color: #fff
}

.page.downloads .inside-container ul li a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e607";
    color: red;
    position: absolute;
    top: 9px;
    left: 11px;
    font-size: 20px
}

.main-section.page.cart {
    padding-top: 30px
}

.main-section.page.cart .payment-logo {
    width: 100px;
    margin-left: 20px;
    display: inline-block
}

.main-section.page.cart .payment-logo img {
    max-width: 100%;
    height: auto
}

.main-section.page.cart .statement-section {
    background: #f6f6f6;
    padding: 20px;
    font-size: 12px;
    margin-bottom: 20px
}

.main-section.page.cart .statement-section p {
    margin-bottom: 0;
    color: #999
}

.main-section.page.cart #basket-table {
    width: 100%;
    font-size: 14px
}

.main-section.page.cart #basket-table.padding10 td {
    padding-bottom: 10px
}

.main-section.page.cart #basket-table .db {
    vertical-align: top;
    position: relative;
    top: 8px
}

.main-section.page.cart #basket-table th {
    text-align: left;
    font-family: 'museo700';
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.main-section.page.cart #basket-table td {
    padding: 5px 0
}

.main-section.page.cart #basket-table td input {
    margin-bottom: 0
}

.main-section.page.cart #basket-table .product-title {
    font-family: 'museo700';
    padding-right: 10px;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    padding-left: 0
}

.main-section.page.cart #basket-table .product-amount {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 110px
}

.main-section.page.cart #basket-table .product-netto-price {
    padding-left: 10px;
    padding-right: 10px
}

.main-section.page.cart #basket-table .product-brutto-price {
    padding-left: 10px;
    padding-right: 10px
}

.main-section.page.cart #basket-table .product-sum-price {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px
}

.main-section.page.cart #basket-table .product-delete {
    padding-left: 10px;
    padding-right: 10px
}

.main-section.page.cart #basket-table .product-offer-diff-sum-price {
    padding-left: 10px;
    padding-right: 10px
}

.main-section.page.cart #basket-table .product-price {
    padding-left: 10px;
    padding-right: 10px
}

.main-section.page.cart #basket-table .item-offer-action-percentage {
    color: red;
    font-family: 'museo700'
}

.main-section.page.cart #basket-table .input.relative {
    display: inline-block;
    width: 70px;
    position: relative
}

.main-section.page.cart #basket-table .input.relative input {
    height: 36px
}

.main-section.page.cart #basket-table .input.relative .up-icon {
    position: absolute;
    top: 2px;
    right: 2px
}

.main-section.page.cart #basket-table .input.relative .down-icon {
    position: absolute;
    bottom: 2px;
    right: 2px
}

.main-section.page.cart #sum-table {
    border: none;
    border-top: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
    margin: 30px 0;
    width: 100%
}

.main-section.page.cart #sum-table td {
    background: #f6f6f6;
    padding: 15px 0;
    font-family: 'museo700';
    font-size: 15px;
    border-bottom: 1px dashed #cecece
}

@media (max-width: 991px) {
    .main-section.page.cart #sum-table td {
        font-size: 13px
    }
}

.main-section.page.cart #sum-table .title-column {
    width: 50%;
    padding-left: 15px
}

.main-section.page.cart #sum-table .value-column {
    width: 50%;
    text-align: right;
    padding-right: 15px
}

.delete-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #c91729;
    position: relative;
    border-radius: 32px
}

.delete-icon:hover {
    background: #000
}

.delete-icon:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 4px
}

.up-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #c91729;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: transparent;
    text-intend: -999px
}

.up-icon:hover {
    background: #000;
    border: none
}

.up-icon:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 4px
}

.up-icon:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 7px;
    top: 4px
}

.down-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #c91729;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: transparent;
    text-intend: -999px
}

.down-icon:hover {
    background: #000;
    border: none
}

.down-icon:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 4px
}

.nav-tabs.cart {
    background: url("/gfx/sidebar-title-bg.jpg") center center no-repeat;
    background: #999;
    padding: 10px 10px 10px 10px;
    position: relative
}

.nav-tabs.cart:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background: red;
    z-index: 100
}

.nav-tabs.cart>li {
    float: none;
    display: block;
    margin-bottom: 4px
}

.nav-tabs.cart>li:last-of-type {
    margin-bottom: 0
}

.nav-tabs.cart>li>a,
.nav-tabs.cart>li>span {
    line-height: 1.428571429;
    border: none;
    border-radius: 0;
    background: #e3e4e5;
    color: #000;
    font-family: 'museo300';
    font-size: 16px;
    padding: 10px 14px 12px;
    display: block
}

.nav-tabs.cart>li>a:hover,
.nav-tabs.cart>li>a:active,
.nav-tabs.cart>li>span:hover,
.nav-tabs.cart>li>span:active {
    color: #000;
    background-color: #FFF
}

.nav-tabs.cart>li>a {
    color: #000;
    background-color: #FFF;
    border: none;
    border-bottom-color: transparent;
    cursor: pointer;
    z-index: 110
}

.nav-tabs.cart>li>span {
    color: #ABABAB;
    pointer-events: none
}

@media (min-width: 992px) {
    .nav-tabs.cart {
        height: 49px;
        background: url("/gfx/sidebar-title-bg.jpg") center center no-repeat;
        padding: 5px 10px 10px 10px
    }
    .nav-tabs.cart>li {
        float: left;
        display: inline-block;
        margin-bottom: 0px
    }
    .nav-tabs.cart>li:last-of-type {
        margin-bottom: 0
    }
    .nav-tabs.cart>li>a,
    .nav-tabs.cart>li>span {
        margin-right: 6px;
        padding: 10px 14px 10px
    }
}

.detailed-search .tabs a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    background: red;
    font-weight: 700
}

.detailed-search .tabs a:hover,
.detailed-search .tabs a:focus,
.detailed-search .tabs a:active,
.detailed-search .tabs a.active {
    background: #fff;
    color: #343434
}

.detailed-search .search-form-wrapper {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px
}

.detailed-search .search-form-wrapper h3 {
    font-family: 'museo100', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 7px 0
}

.detailed-search .search-form-wrapper .col-xs-12 {
    margin-bottom: 20px
}

.detailed-search .search-form-wrapper .col-xs-12:last-of-type {
    margin-bottom: 0
}

.detailed-search .search-form-wrapper .col-xs-12 label {
    display: inline-block;
    background: #f1f1f1;
    border: 1px solid #dedede;
    padding: 8px 8px 7px 7px;
    margin: 0 4px 8px 0;
    cursor: pointer;
    color: #878787;
    font-size: 12px
}

.detailed-search .search-form-wrapper .col-xs-12 label:hover,
.detailed-search .search-form-wrapper .col-xs-12 label:focus,
.detailed-search .search-form-wrapper .col-xs-12 label:active,
.detailed-search .search-form-wrapper .col-xs-12 label.active {
    background: rgba(255, 0, 0, 0.05);
    border-color: red;
    color: #A33535
}

.right-label-wrapper {
    position: relative
}

.right-label-wrapper input {
    width: 84% !important
}

@media (min-width: 992px) {
    .right-label-wrapper input {
        width: 89% !important
    }
}

.right-label-wrapper .right-label {
    position: absolute;
    right: 0;
    top: 7px
}

.iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    padding: 0;
    width: 24px;
    height: 24px;
    background: #efefef;
    border: 4px solid #fff;
    cursor: pointer;
    margin: 0;
    top: -1px;
    border-radius: 50px
}

.iradio:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 40px
}

.iradio.disabled {
    background: rgba(0, 0, 0, 0.05);
    cursor: default;
    pointer-events: none
}

.iradio.disabled:before {
    background: #efefef
}

.iradio.disabled+label {
    color: #ccc !important
}

.iradio.hover {
    position: relative
}

.iradio.hover:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: red;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 40px
}

.iradio.checked {
    position: relative
}

.iradio.checked:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: red;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 40px
}

.icheckbox {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 0;
    top: -3px;
    margin-right: 6px;
    position: relative
}

.icheckbox:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #efefef;
    position: absolute;
    top: 0;
    left: 0
}

.detailed-search .icheckbox {
    margin-right: 10px
}

.detailed-search .icheckbox:before {
    border-color: #aaa
}

.checkbox-container.inverse .icheckbox {
    background: #fff;
    border: 4px solid #DCDCDC
}

.circle-checkbox .icheckbox {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    padding: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #fff;
    cursor: pointer;
    margin: 5px 6px 5px 0;
    top: -1px;
    border-radius: 50px
}

.circle-checkbox .icheckbox.hover {
    position: relative
}

.circle-checkbox .icheckbox.hover:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #656565;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 40px
    border: 1px solid #000;
}

.circle-checkbox .icheckbox.checked {
    position: relative
}

.circle-checkbox .icheckbox.checked:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background: red;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 40px
}

.icheckbox.hover {
    position: relative
}

.icheckbox.hover:after {
    pointer-events: none;
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 5px
}

.icheckbox.checked {
    position: relative
}

.icheckbox.checked:after {
    pointer-events: none;
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid red;
    border-left: 2px solid red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 5px
}

.page.cart label {
    display: block;
    color: #787878;
    margin-bottom: 8px
}

.page.cart input {
    display: block;
    width: 100%;
    border: 2px solid #efefef;
    padding: 5px 10px;
    resize: none;
    margin-bottom: 15px
}

.page.cart .btn-input-wrapper {
    max-width: 100%
}

@media (min-width: 992px) {
    .page.cart .btn-input-wrapper {
        max-width: 30%
    }
}

.page.cart .btn-input-wrapper input {
    width: calc(100% - 88px) !important;
    float: left
}

.page.cart .btn-input-wrapper .btn {
    float: right;
    width: 88px;
    height: 32px;
    line-height: 32px
}

.page.hirek .inside-container img {
    max-width: 100% !important;
    height: auto
}

.page.hirek .inside-container table {
    table-layout: fixed;
    width: 100% !important
}

.main-section.page-kapcsolat .page-section-title {
    font-size: 24px;
    font-family: 'museo700', sans-serif;
    margin: 15px 0 18px 0;
    padding: 0 0 0 10px
}

.main-section.page-kapcsolat .inside-container {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px
}

.main-section.page-kapcsolat .inside-container h2 {
    font-family: 'museo100', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0 -3px 15px -3px;
    padding: 0 5px 10px 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #F00
}

.main-section.page-kapcsolat .inside-container table {
    color: #787878;
    width: 100%;
    border: none
}

.main-section.page-kapcsolat .inside-container table thead,
.main-section.page-kapcsolat .inside-container table tbody,
.main-section.page-kapcsolat .inside-container table tfoot {
    border: none
}

.main-section.page-kapcsolat .inside-container table strong {
    color: #000
}

.main-section.page-kapcsolat .inside-container table td {
    padding: 5px 0;
    border: none;
    vertical-align: top
}

.main-section.page-kapcsolat .inside-container table .first-col {
    width: 25%
}

.main-section.page-kapcsolat .inside-container table .second-col {
    width: 75%
}

.main-section.page-kapcsolat .inside-container .info {
    margin-bottom: 20px;
    padding: 10px 20px
}

.main-section.page-kapcsolat .inside-container .images {
    text-align: center
}

.main-section.page-kapcsolat .inside-container .images .shop {
    display: inline-block;
    margin-right: 10px
}

.main-section.page-kapcsolat .inside-container .images .map {
    display: inline-block
}

.main-section.page-kapcsolat .inside-container .images img {
    /*max-width: 150px*/
}

@media (min-width: 992px) {
    .main-section.page-kapcsolat .inside-container .images img {
        max-width: 170px
    }
}

@media (min-width: 1200px) {
    .main-section.page-kapcsolat .inside-container {
        min-height: 210px
    }
    .main-section.page-kapcsolat .inside-container .info {
        padding-bottom: 0;
        margin-bottom: 0
    }
    .main-section.page-kapcsolat .inside-container .info h2 {
        margin-bottom: 5px
    }
    .main-section.page-kapcsolat .inside-container .images .shop {
        margin: 0;
        float: right
    }
    .main-section.page-kapcsolat .inside-container .images .map {
        float: right;
        margin: 0 10px 0 0
    }
    .main-section.page-kapcsolat .inside-container .images img {
        max-width: 190px
    }
}

form .error_text {
    display: block;
    color: red;
    font-size: 14px;
    margin: -6px 0 20px 0;
    position: relative
}

.main-section.page-hirek .item {
    background: #fff;
    margin-bottom: 20px;
    background: #FFF;
    padding: 22px 12px 35px;
    position: relative
}

.main-section.page-hirek .item h2 {
    font-family: 'museo100', sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0 -3px 5px -3px;
    padding: 0 5px 5px 5px;
    text-transform: uppercase;
    border-bottom: 2px solid #F00;
    line-height: 1.4em
}

.main-section.page-hirek .item h2 a {
    color: #000;
    display: inline-block
}

.main-section.page-hirek .item h2 a:hover {
    color: red
}

.main-section.page-hirek .item .meta {
    font-weight: 700;
    padding: 0 5px 0 5px;
    margin-bottom: 4px
}

.main-section.page-hirek .item .excerpt {
    color: #787878;
    padding: 0 5px 0 5px;
    margin-bottom: 0
}

.main-section.page-hirek .item .read-more {
    font-family: 'museo300', sans-serif;
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 16px;
    line-height: 1em
}

.main-section.page-hirek .item.image picture,
.main-section.page-hirek .item.image img {
    display: none
}

@media (min-width: 768px) {
    .main-section.page-hirek .item.image {
        min-height: 170px
    }
    .main-section.page-hirek .item.image picture {
        display: block
    }
    .main-section.page-hirek .item.image img {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 150px;
        height: 150px
    }
    .main-section.page-hirek .item.image h2 {
        margin-left: 160px
    }
    .main-section.page-hirek .item.image .meta {
        margin-left: 160px
    }
    .main-section.page-hirek .item.image .excerpt {
        margin-left: 160px
    }
}

.main-section.page.hirek .page-content-title {
    margin-bottom: 5px
}

.main-section.page.hirek .meta {
    font-weight: bold;
    color: #000
}

.main-section.page.hirek .main-image {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    width: 150px;
    height: 150px
}

.main-section.page.hirek .main-image:before {
    display: block;
    content: '';
    width: 10px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0
}

.main-section.page.hirek .main-image:after {
    display: block;
    content: '';
    width: 3px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -3px
}

.shopping-function.active .icon {
    -webkit-animation: shakeicon 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    animation: shakeicon 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.shopping-function.active .text {
    -webkit-animation: countAnim 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    animation: countAnim 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes shakeicon {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    33% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    66% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes countAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes countAnim {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mfp-content {
    max-width: 80% !important
}

.mfp-arrow-left {
    left: 60px;
    width: 40px;
    height: 60px
}

.mfp-arrow-left:before {
    display: none
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    margin: 0;
    border: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e60d";
    color: red;
    font-size: 42px
}

.mfp-arrow-right {
    right: 60px;
    width: 40px;
    height: 60px
}

.mfp-arrow-right:before {
    display: none
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    margin: 0;
    border: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e611";
    color: red;
    font-size: 42px
}

/* erdekel popup */

.getshops-magnific-popup .mfp-content {
    background: #f1f1f1;
    padding: 2em 1em;
    max-width: 800px !important;
    width: 80% !important;
}

/* .getshops-magnific-popup .mfp-close {
    display: none;
    top: -44px;
    color: #fff;
    opacity: 1
} */

.getshops-magnific-popup .mfp-content .box {
    padding: 15px
}

.getshops-magnific-popup .mfp-content .box p {
    margin: 0
}

.getshops-magnific-popup .mfp-content .box .box-title {
    font-family: 'museo700', sans-serif;
    font-size: 15px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    display: block
}

.getshops-magnific-popup .mfp-content .box.where {
    background: #fff;
    font-size: 14px;
    color: #787878;
    position: relative;
    margin-bottom: 10px
}

.getshops-magnific-popup .mfp-content .box.where:last-of-type {
    margin: 0
}

.getshops-magnific-popup .mfp-content .box.where .title {
    font-weight: 700
}

.getshops-magnific-popup .mfp-content .box.where .icon-icon-info {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7aaf18
}

.getshops-magnific-popup .mfp-content .box.where .additional {
    display: block;
    border-top: 2px solid #efefef;
    padding-top: 10px;
    margin-top: 10px
}

.getshops-magnific-popup .mfp-content .box.pinned-where {
    background: #7aaf18;
    font-size: 14px;
    color: #fff !important;
    position: relative;
    margin-bottom: 10px
}

.getshops-magnific-popup .mfp-content .box.pinned-where .icon-icon-info {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.getshops-magnific-popup .mfp-content .box.pinned-where a {
    color: #fff !important;
}

/* @media (min-width: 1200px) {
        .getshops-magnific-popup .mfp-content .box.where .additional {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        width: 240px;
        z-index: 100;
        margin: 0 0 0 10px;
        background: red;
        padding: 10px 10px 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: none;
        color: #fff
    }
        .getshops-magnific-popup .mfp-content .box.where .additional:before {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        top: 7px;
        left: -16px;
        border: 8px solid transparent;
        border-right-color: red
    }
        .getshops-magnific-popup .mfp-content .box.where:hover .additional {
        display: block
    }
} */

.getshops-magnific-popup .mfp-content .box.info {
    background: #dbf1b2;
    color: #547c0b;
    margin-bottom: 15px;
    position: relative
}

.getshops-magnific-popup .mfp-content .box.info:before {
    border: solid;
    border-color: #dbf1b2 transparent;
    border-width: 10px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    bottom: -10px;
    z-index: 99
}

.getshops-magnific-popup .mfp-content .box.info p {
    font-size: 12px;
    font-weight: 700
}

.getshops-magnific-popup .mfp-content .box.info.order {
    background: #FAE4BC;
    color: #c2820e
}

.getshops-magnific-popup .mfp-content .box.info.order:before {
    display: none;
    border-color: #FAE4BC transparent
}

.getshops-magnific-popup .mfp-content .box.info.on-shipping-stock {
    background: #e1b92e;
    color: #7d6512
}

.getshops-magnific-popup .mfp-content .box.info.on-shipping-stock:before {
    display: none;
    border-color: #e1b92e transparent
}

.getshops-magnific-popup .mfp-content .box .white-or-red {
    color: #787878;
    font-weight: 700;
}

#items-orders-form-id {
    display: block;
    width: 100%;
    margin-bottom: 0
}

#items-orders-form-id .select-wrapper {
    margin-top: 20px
}

#items-orders-form-id .select-wrapper select {
    border: none;
    background: #fff;
    margin-bottom: 0
}

@media (min-width: 768px) {
    #items-orders-form-id {
        display: inline-block;
        width: 200px;
        float: right
    }
    #items-orders-form-id .select-wrapper {
        margin-top: 0;
        position: absolute;
        top: 9px;
        right: 20px
    }
    #items-orders-form-id .select-wrapper select {
        width: 200px
    }
}

#basket .product-row {
    margin-bottom: 40px
}

#basket .product-row-left {
    border-left: 5px solid #f6f6f6;
    border-top: 5px solid #f6f6f6;
    border-right: 5px solid #f6f6f6;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#basket .product-row-left .product-cover-image img {
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    #basket .product-row-left {
        border-right: none;
        border-left: 5px solid #f6f6f6;
        border-top: 5px solid #f6f6f6;
        border-bottom: 5px solid #f6f6f6;
        width: 200px;
        float: left
    }
}

@media (min-width: 768px) {
    #basket .product-row-right {
        width: calc(100% - 200px);
        float: right
    }
}

#basket .product-row-right-top {
    background: #f6f6f6;
    padding: 25px 25px
}

@media (min-width: 1200px) {
    #basket .product-row-right-top {
        min-height: 140px
    }
}

#basket .product-row-right-top .product-title {
    font-size: 20px;
    font-family: 'museo500';
    display: block;
    color: #000
}

@media (max-width: 991px) {
    #basket .product-row-right-top .product-title {
        font-size: 16px;
        font-family: 'museo700'
    }
}

#basket .product-row-right-top .product-title:hover,
#basket .product-row-right-top .product-title:focus,
#basket .product-row-right-top .product-title:active {
    color: red
}

@media (min-width: 768px) {
    #basket .product-row-right-top .product-title {
        display: inline-block;
        max-width: 260px
    }
}
@media (min-width: 960px) {
    #basket .product-row-right-top .product-title {
        display: inline-block;
        max-width: 500px
    }
}

#basket .product-row-right-top .price-wrapper {
    display: inline-block;
    color: red;
    font-size: 16px;
    font-family: 'museo300';
    font-weight: 700;
    margin-top: 20px
}

@media (min-width: 768px) {
    #basket .product-row-right-top .price-wrapper {
        width: 50%;
        margin-top: 0;
        text-align: right;
        float: right
    }
}

#basket .product-row-right-top .price-wrapper .unit-price {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
    color: #787878;
    font-family: arial, sans-serif
}

@media (max-width: 991px) {
    #basket .product-row-right-top .price-wrapper .unit-price .align-helper {
        display: inline-block;
        width: 135px
    }
}

#basket .product-row-right-top .price-wrapper .sum-price {
    color: red;
    margin-bottom: 0;
    margin-top: 10px
}

#basket .product-row-right-top .price-wrapper .sum-price .large {
    font-size: 24px
}

@media (max-width: 991px) {
    #basket .product-row-right-top .price-wrapper .sum-price .large {
        font-size: 18px
    }
}

#basket .product-row-right-top .price-wrapper .sum-price .icon {
    margin-right: 10px
}

#basket .product-row-right-bottom {
    height: 104px;
    position: relative;
    background: #efefef
}

@media (min-width: 1200px) {
    #basket .product-row-right-bottom {
        height: 52px
    }
}

#basket .product-row-right-bottom .status {
    display: block;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
    float: left
}

#basket .product-row-right-bottom .status.available {
    background: #dbf1b2;
    color: #73a01d
}

#basket .product-row-right-bottom .status.order {
    background: #fae4bc;
    color: #c2820e
}

#basket .product-row-right-bottom .status.unavailable {
    background: #FABCBC;
    color: #c20e0e
}

#basket .product-row-right-bottom .status.wholesale {
    background: #e1b92e;
    color: #7d6512
}

#basket .product-row-right-bottom .delete {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    background: red;
    z-index: 1031
}

#basket .product-row-right-bottom .delete:hover,
#basket .product-row-right-bottom .delete:focus,
#basket .product-row-right-bottom .delete:active {
    background: #000
}

#basket .product-row-right-bottom .delete .icon-icon-close {
    color: #fff;
    position: absolute;
    top: 17px;
    left: 18px;
    font-size: 16px
}

#basket .product-row-right-bottom .product-amount {
    display: inline-block !important;
    background: #aaa;
    height: 52px;
    margin-left: -4px;
    position: relative;
    top: 0;
    padding: 8px 15px;
    color: #fff;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

#basket .product-row-right-bottom .product-amount .input.relative {
    display: inline-block;
    width: 70px;
    position: relative
}

#basket .product-row-right-bottom .product-amount .input.relative input {
    height: 36px;
    margin-bottom: 0;
    color: #333;
    border: none
}

#basket .product-row-right-bottom .product-amount .input.relative .up-icon {
    position: absolute;
    top: 2px;
    right: 2px
}

#basket .product-row-right-bottom .product-amount .input.relative .down-icon {
    position: absolute;
    bottom: 2px;
    right: 2px
}

#basket .product-row-right-bottom .product-amount .input-label {
    margin-right: 10px
}

#basket .product-row-right-bottom .product-amount .db {
    margin-left: 10px
}

#basket .product-row-right-bottom .kupon {
    display: inline-block !important;
    height: 52px;
    position: relative;
    top: 0;
    padding: 8px;
    color: #fff;
    max-width: 100%;
    width: 100%;
    float: left
}

@media (min-width: 1200px) {
    #basket .product-row-right-bottom .kupon {
        max-width: 240px
    }
}

#basket .product-row-right-bottom .kupon .btn-input-wrapper {
    width: 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    #basket .product-row-right-bottom .kupon .btn-input-wrapper {
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    #basket .product-row-right-bottom .kupon .btn-input-wrapper {
        max-width: 100%
    }
}

#basket .product-row-right-bottom .kupon .btn-input-wrapper input {
    border: none;
    color: #676767;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0
}

#basket .product-row-right-bottom .kupon .btn-input-wrapper .btn {
    height: 36px;
    line-height: 36px
}

#basket .product-gift-row {
    margin-top: 10px;
    background: #f6f6f6;
    position: relative
}

@media (min-width: 1200px) {
    #basket .product-gift-row:hover .more-gifts,
    #basket .product-gift-row:focus .more-gifts,
    #basket .product-gift-row:active .more-gifts {
        display: block
    }
}

#basket .product-gift-row .open-more-gift {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: red;
    line-height: 26px;
    text-align: center;
    display: inline-block
}

#basket .product-gift-row .open-more-gift span {
    color: #fff;
    font-size: 8px;
    display: inline-block;
    margin-top: 11px
}

#basket .product-gift-row .more-gifts {
    position: absolute;
    z-index: 1032;
    top: 50px;
    left: 50px;
    right: 0;
    background: #fff;
    padding: 10px;
    border: 2px solid #efefef;
    border-top: 0;
    display: none
}

#basket .product-gift-row .more-gifts.open {
    display: block
}

#basket .product-gift-row .more-gifts .more-gift-item {
    background: #f6f6f6;
    margin-bottom: 10px;
    cursor: pointer
}

#basket .product-gift-row .more-gifts .more-gift-item:last-of-type {
    margin-bottom: 0
}

#basket .product-gift-row .more-gifts .more-gift-item:hover,
#basket .product-gift-row .more-gifts .more-gift-item:focus,
#basket .product-gift-row .more-gifts .more-gift-item:active {
    background: #efefef
}

#basket .product-gift-row .more-gifts .more-gift-item.active {
    background: rgba(255, 0, 0, 0.4)
}

#basket .product-gift-row .more-gifts .more-gift-item.active p {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2)
}

#basket .product-gift-row .more-gifts .gift-title {
    text-overflow: clip;
    overflow: hidden;
    white-space: normal;
    max-width: calc(100% - 90px)
}

#basket .product-gift-row .gift-icon {
    width: 50px;
    height: 50px;
    background: red;
    float: left;
    position: relative
}

#basket .product-gift-row .gift-icon .icon {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 11px;
    left: 13px
}

#basket .product-gift-row .gift-image {
    width: 50px;
    height: 50px;
    float: left
}

#basket .product-gift-row .gift-title {
    float: left;
    font-weight: 400;
    font-size: 14px;
    margin: 15px;
    max-width: calc(100% - 100px - 30px - 30px)
}

@media (max-width: 991px) {
    #basket .product-gift-row .gift-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }
}

@media (min-width: 768px) {
    #basket .product-gift-row {
        margin-left: 200px
    }
}

span.product-delete .delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: red;
    z-index: 1031;
    position: relative;
    bottom: -3px
}

span.product-delete .delete:hover,
span.product-delete .delete:focus,
span.product-delete .delete:active {
    background: #000
}

span.product-delete .delete .icon-icon-close {
    color: #fff;
    position: absolute;
    top: 6px;
    left: 7px;
    font-size: 8px
}

.cookie-notification {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    bottom: -500px;
    right: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    font-family: sans-serif;
    margin: 0;
    z-index: 99999
}

.cookie-notification a {
    color: #fff;
    text-decoration: underline
}

.cookie-notification .message {
    margin-right: 100px;
    margin-bottom: 0;
    padding: 5px 0
}

.cookie-notification .close-btn {
    float: right;
    cursor: pointer;
    background: #fff;
    color: #424242;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px
}

.cookie-notification .close-btn:hover,
.cookie-notification .close-btn:focus,
.cookie-notification .close-btn:active {
    background: #efefef
}

#big-canvas {
    margin-bottom: 20px;
    width: auto;
    height: auto
}

#big-canvas:before,
#big-canvas:after {
    content: " ";
    display: table
}

#big-canvas:after {
    clear: both
}

@media (min-width: 992px) {
    #big-canvas {
        height: 420px
    }
}

#big-canvas #left-canvas {
    float: none;
    width: 100%;
    height: auto
}

#big-canvas #left-canvas #searchinput {
    width: 100%
}

#big-canvas #left-canvas #psitems-canvas {
    width: 100%;
    height: auto
}

@media (min-width: 992px) {
    #big-canvas #left-canvas {
        float: left;
        width: 30%;
        height: 100%
    }
    #big-canvas #left-canvas #searchinput {
        width: 90%
    }
    #big-canvas #left-canvas #psitems-canvas {
        height: 374px;
        width: 90%
    }
}

#big-canvas #right-canvas {
    float: none;
    width: 100%;
    height: 300px
}

@media (min-width: 992px) {
    #big-canvas #right-canvas {
        float: right;
        width: 70%;
        height: 100%
    }
}

#big-canvas #searchinput {
    border: 2px solid #efefef;
    margin-left: 0
}

.gls-results p,
.gls-results strong {
    color: #787878 !important
}

.picker table {
    border: none !important
}

.picker table td {
    padding: 0 !important
}

.picker__holder {
    border-radius: 0 !important;
    border: 1px solid #efefef !important
}

.picker__day--highlighted,
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background: red !important;
    border-color: red !important;
    color: #fff !important
}

.picker__day--highlighted:hover {
    background: red !important;
    border-color: red !important;
    color: #fff !important
}

.picker--focused .picker__day--highlighted {
    background: red !important;
    border-color: red !important;
    color: #fff !important
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    background: rgba(255, 0, 0, 0.5) !important;
    border: none;
    color: #fff !important
}

.picker__nav--prev:hover,
.picker__nav--next:hover,
.picker__nav--prev:focus,
.picker__nav--next:focus,
.picker__nav--prev:active,
.picker__nav--next:active {
    background: rgba(255, 0, 0, 0.5) !important;
    color: #fff !important
}

.picker__nav--prev:hover:before,
.picker__nav--next:hover:before,
.picker__nav--prev:focus:before,
.picker__nav--next:focus:before,
.picker__nav--prev:active:before,
.picker__nav--next:active:before {
    border-left-color: #fff !important;
    border-right-color: #fff !important
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
    display: none !important
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:active,
.picker__button--clear:active,
.picker__button--close:active {
    background: rgba(255, 0, 0, 0.5) !important;
    border-bottom-color: rgba(255, 0, 0, 0.5) !important;
    color: #fff !important
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
    border-color: red !important
}

.datepicker-wrapper {
    position: relative
}

.datepicker-wrapper input {
    margin-left: 35px;
    width: calc(100% - 35px) !important
}

.datepicker-wrapper:before {
    content: '';
    background: url("/gfx/calendar.svg") center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    display: inline-block;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 0px
}

.no-css-date:before {
    background: none;
}

.no-css-date img {
    width: 25px;
    display: inline-block;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 0px;
    cursor: pointer;
}

.picker__select--year {
    margin: 0 auto 15px;
    font-size: 12px;
    line-height: 8px;
    height: 28px;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important
}

.picker__select--year:focus {
    border-color: red
}

.blank-slate {
    background: #fff;
    padding: 20px
}

@media (min-width: 992px) {
    .sweet-alert {
        width: 560px
    }
}

.comparsion-table .inside {
    border: 1px solid #efefef;
    max-width: 300px;
    margin: 0 auto 20px
}

.comparsion-table .inside .icon-icon-close {
    color: red !important
}

.comparsion-table .inside .icon-icon-close:hover,
.comparsion-table .inside .icon-icon-close:focus,
.comparsion-table .inside .icon-icon-close:active {
    color: #b30000 !important
}

.comparsion-table .mobil-title {
    color: #333;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    font-weight: 200
}

.comparsion-table tr:nth-child(even) {
    background: #f6f6f6
}

.comparsion-table tr:nth-child(odd) {
    background: #fff
}

.comparsion-table tr:nth-child(1) {
    background: transparent
}

.comparsion-table tr:nth-child(1):hover td,
.comparsion-table tr:nth-child(1):hover th {
    background: transparent;
    color: #232323
}

.comparsion-table tr:hover td,
.comparsion-table tr:hover th {
    background: red;
    color: #fff
}

.comparsion-table tr td,
.comparsion-table tr th {
    padding: 15px 0;
    color: #232323
}

.comparsion-table tr td:nth-of-type(1),
.comparsion-table tr th:nth-of-type(1) {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    width: 12%
}

.comparsion-table tr td:nth-of-type(2),
.comparsion-table tr th:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 20px;
    width: 22%
}

.comparsion-table tr td:nth-of-type(3),
.comparsion-table tr th:nth-of-type(3) {
    padding-left: 20px;
    padding-right: 20px;
    width: 22%
}

.comparsion-table tr td:nth-of-type(4),
.comparsion-table tr th:nth-of-type(4) {
    padding-left: 20px;
    padding-right: 20px;
    width: 22%
}

.comparsion-table tr td:nth-of-type(5),
.comparsion-table tr th:nth-of-type(5) {
    padding-left: 20px;
    padding-right: 20px;
    width: 15%
}

@media (max-width: 991px) {
    .comparsion-table .inside {
        max-width: 4000px;
        margin-bottom: 0 !important;
        border: none !important
    }

    .comparsion-table {
        width: 100%;
    }
    /*
    .comparsion-table tr {
        display: block;
        width: 100% !important
    }
    .comparsion-table th {
        display: inline-block;
        width: 50% !important;
        float: left;
        margin: 0 auto
    }*/
     .comparsion-table th {
     	min-width: 300px;
     }
    .comparsion-table .mobil-params p:nth-child(even) {
        background: #fff
    }
    .comparsion-table .mobil-params p:nth-child(odd) {
        background: #f6f6f6
    }
    .comparsion-table .mobil-params p {
        padding: 15px;
        margin-bottom: 0;
        text-align: left
    }
    .comparsion-table .mobil-params .param-title {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        color: #777
    }
    .comparsion-table .mobil-params .param-name {
        color: #232323;
        display: block;
        font-size: 13px
    }
}

@media (max-width: 767px) {
    .comparsion-table th {
        width: 100% !important;
        float: none
    }
}

.registration-questions strong {
    color: #787878;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block
}

.registration-questions label {
    display: inline-block !important;
    margin-right: 15px
}

.activation-message {
    background: red;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px
}

#basket.checkout-second .product-row-right-bottom .product-amount .input-label {
    margin-right: 10px;
    line-height: 36px
}

#basket.checkout-second .product-row-right-bottom .product-amount .db {
    margin-left: 0
}

.main-section.mobil {
    min-height: 0
}

.main-section.mobil .row {
    margin-bottom: 20px
}

.main-section.mobil .row:last-child {
    margin-bottom: 0
}

.main-section.mobil .item {
    position: relative;
    display: inline-block
}

.main-section.mobil .item h2 {
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.main-content.mobil .product {
    text-align: center
}

.container-relative {
    position: relative
}

.side-banners {
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    display: none;
    z-index: 0
}

.side-banners .banner {
    width: 140px
}

.side-banners .banner.left-banner {
    position: absolute;
    left: -160px
}

.side-banners .banner.right-banner {
    position: absolute;
    right: -160px
}

@media (min-width: 1460px) {
    .side-banners {
        display: block
    }
}

.custom-magnific-popup .mfp-inline-holder .mfp-content,
.custom-magnific-popup .mfp-ajax-holder .mfp-content {
    width: auto !important
}

.custom-magnific-popup .mfp-close {
    display: none;
    top: -44px;
    color: #fff;
    opacity: 1
}

.tooltip-wrapper {
    position: relative;
}

.tooltip-wrapper:hover .tooltip {
    display: block
}

.tooltip-wrapper .tooltip {
    display: none;
    position: absolute;
    left: 0;
    bottom: 180%;
    margin: 10px 0 0 0;
    width: 160px;
    z-index: 9000;
    background: red;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    color: #fff;
    text-align: left;
    line-height: 1.4em
}

.tooltip-wrapper .tooltip:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    bottom: -16px;
    left: 5px;
    border: 8px solid transparent;
    border-top-color: red
}

.tooltip-wrapper .tooltip h3 {
    font-size: 13px;
    margin-top: 0;
    font-weight: 700
}

.tooltip-wrapper .tooltip p {
    font-size: 9px
}

.tooltip-wrapper .tooltip p:last-of-type {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .tooltip-wrapper .tooltip {
        left: -106px;
        width: 240px
    }
    .tooltip-wrapper .tooltip:before {
        left: auto;
        right: 112px
    }
    .tooltip-wrapper .tooltip p {
        font-size: 14px
    }
    .tooltip-wrapper .tooltip h3 {
        font-size: 18px
    }
}

.filter-info-panel {
    padding: 0 15px;
    color: #fff;
    background: #e16767;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
    font-size: 13px;
    max-height: 0;
    opacity: 0;
    overflow: hidden
}

.filter-info-panel.open {
    max-height: 300px;
    opacity: 1;
    transition: 0.5s;
    padding: 15px
}

/*mikosz*/
.btn-big {
    font-size: 13px;
    line-height: 17px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 767px) {
    .btn-width-49 {
        width: 49% !important;
    }

    .btn-width-29 {
        width: 29% !important;
    }

    .btn-width-69 {
        width: 69% !important;
    }
}


a.btn-facebook-login {
    display: inline-block;
    background: #365b9b url("/gfx/icon-fblogin.svg") no-repeat 6px center;
    background-size: 26px 26px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    padding: 13px 13px 13px 46px;
    position: relative;
}
a.btn-facebook-login:hover {
    background-color: #15428b;
    color: #fff;
    text-decoration: none;
}
.fleft { float: left; }
div.g-signin2 {
    float: left;
    margin: 3px 4px 0 4px;
}
.lh30 { line-height: 30px; }
#basket .product-row-right-bottom .product-amount .input.relative .up-icon {
    top: 0;
    right: 0;
}
#basket .product-row-right-bottom .product-amount .input.relative .down-icon {
    bottom: 0;
    right: 0;
}
.up-icon {
    width: 24px;
    height: 18px;
}
.down-icon {
    width: 24px;
    height: 18px;
}
.down-icon:before {
    left: 8px;
}
.up-icon:before {
    left: 8px;
}
.up-icon:after {
    left: 11px;
}
div.main-section.page.cart h2 {
    font-size: 16px;
    font-family: 'museo700', sans-serif;
}
.compare-section .inside {
    padding: 24px 20px;
}
.row.pagination .prev,
.row.pagination .next {
    font-size: 12px;
    background: #e6e6e6;
    width: 130px;
    padding: 5px 15px;
    float: left;
    height: auto;
}
.row.pagination .next {
    float: right;
}


@media (max-width: 991px) {
	.main-section.product-single .description-data {
	    margin-top: 0;
	}
    #basket .product-row-right-top .product-title {
        font-size: 14px;
    }
}
/*
.page.cart .btn-input-wrapper input {
    width: calc(100% - 148px) !important;
}
*/
/*
.page.cart .btn-input-wrapper .btn {
    float: right;
    width: 148px;
    height: 32px;
    font-size: 11px;
    line-height: 32px;
}*/

.main-section.page.cart #sum-table td.noborder {
    border-bottom: 0;
    font-size: 12px;
    padding: 15px 0 0 15px;
}
p.help { font-size: 12px; }
/*open-close*/
div.main-section.page.cart h2.open-close {
    padding-left: 40px;
    position: relative;
}
div.main-section.page.cart h2.open-close a {
    color: #000;
}
div.main-section.page.cart h2.open-close a:hover {
    color: #e60000;
}
div.main-section.page.cart h2.open-close::before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 6px;
    margin-top: -4px;
    cursor: pointer;
    content: "\e60d";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: red;
    pointer-events: none;
}


/* Ádám extra */


@media (max-width: 1199px) {
	.tooltip-wrapper .tooltip {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.main-section.product-single .product-data .infos .gift-title .gift-title-item {
		width: calc(100% - 20px);
		margin: 0 10px 25px 10px;
	}
	.main-section.page .inside-container {
		margin-bottom: 0;
	}
}

.products .product .inside .buying-informations .icons .compare span.active {
	color: #ff0000 !important;
}

#comodoTL {
	display: none !important;
}

@media (max-width: 991px) {
    .comparsion-table .inside {
        max-width: 4000px;
        margin-bottom: 0 !important;
        border: none !important
    }

    .comparsion-table-wrapper {
    	overflow-x: scroll;
    }

    .comparsion-table tr td:nth-of-type(2), .comparsion-table tr th:nth-of-type(2) {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}

.cart-big-btn {
	padding: 20px;
	display: block;
    background: #efefef;
}

.cart-big-btn:first-of-type {
    margin-bottom: 20px;
}

.cart-big-btn:hover {
	background: red;
}

.cart-big-btn:hover span,
.cart-big-btn:hover p {
	color: #fff !important;
}

.cart-big-btn-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}

.cart-big-btn p {
	margin-bottom: 0;
}

#formEmailLogin .btn,
#formEmailLogin .btn-facebook-login,
#formEmailLogin .g-signin2,
#formEmailLogin  #gSignInWrapper {
	margin: 0 10px 10px 0;
}

.calltolink {
    color: #000;
    text-decoration: underline;
}

.calltolink:hover,
.calltolink:focus {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .formEmail.registration .btn-big {
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
    }

    .main-section.product-single .product-data .infos .warehouse-price .price-shipping .inside .box.buy {
        padding: 0;
    }
}

.main-section.product-single .fav-compare .fav span,
.main-section.product-single .fav-compare .compare span {
    color: #e6e6e6;
}

.main-section.product-single .compare .compare-text {
    font-size: 14px !important;
}

.main-section.product-single .fav-compare .fav span.active,
.main-section.product-single .fav-compare .fav span + .favourite-text,
.main-section.product-single .fav-compare .fav span.active + .favourite-text,
.main-section.product-single .fav-compare .compare span + .compare-text,
.main-section.product-single .fav-compare .compare span.active + .compare-text,
.main-section.product-single .fav-compare .compare span.active {
    color: #f00 !important;
}

@media (max-width: 767px) {
    .footer-section .trust-logo {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-tabs.cart>li>a, .nav-tabs.cart>li>span {
        padding: 5px 10px;
        font-size: 14px;
        width: 100%;
        margin: 0;
    }

    .main-section.page-kapcsolat .inside-container .images img {
        margin-bottom: 20px;
    }
}

.rtable {
  display: none;
  vertical-align: top;
  max-width: 100%;
  
  overflow-x: auto;
  
  white-space: normal;

  border-collapse: collapse;
  border-spacing: 0;

  overflow: hidden;

}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(left, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 0 center,
              radial-gradient(right, ellipse, rgba(0,0,0, .2) 0%, rgba(0,0,0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  text-align: left;
  background: #f2f0e6;
}

.rtable th,
.rtable td {
  font-size: 13px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
}

.rtable td img {
    max-height: 60px;
    margin: 0 auto;
}

.rtable .status {
    margin: 0;
}

.rtable .status {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    margin: 0;
    line-height: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.rtable .status.available {
    background: #dbf1b2;
    color: #73a01d
}

.rtable .status.order {
    background: #fae4bc;
    color: #c2820e
}

.rtable .status.unavailable {
    background: #FABCBC;
    color: #c20e0e
}

.rtable .status.empty {
    height: 23px;
    background: #fff
}

.rtable thead {
    width: 20%;
    /*flex-basis: 20%;*/
    float: left;
}

.rtable tbody {
    width: calc(100vw - 20% - 15px);
    width: 80%;
    width: calc(100vw - 20% - 50px);
    float: left;
}

.rtable thead th {
    /* width: 100px; */
    white-space: normal;
}

.rtable tbody td {
    border-right: 1px solid #ccc;
}

.rtable tbody tr {
    width: 160px;
}

.rtable td:nth-child(odd),
.rtable th:nth-child(odd) {
    background: #fff;
}

.rtable td:nth-child(even),
.rtable th:nth-child(even) {
    background: #efefef;
}

.rtable--flip {
  display: none;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  /*display: flex; */
  /*flex-shrink: 0; */
  position: relative;
  z-index: 30;
  display: block;
  min-width: min-content;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  z-index: 80;
}

.rtable--flip tbody {
    flex-shrink: 0;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  /*display: block;*/
  vertical-align: middle;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}



@media (max-width: 991px) {

}


@media (max-width: 767px) {
    .rendeles-header {
        display: none;
    }
}

#gSignInWrapper {
    display: inline-block;
}

#customGBtn {
  display: inline-block;
  background: white;
  color: #444;
  width: 250px;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}
#customGBtn:hover {
  cursor: pointer;
}

span.gbutton.iconka {
  background: url('https://developers.google.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
span.gbutton.buttonkaText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}

.header-section .header-bottom-bar .top-bar .info {
    margin-bottom: 0;
}

.header-section .stock-info {
    font-family: 'museo100', sans-serif;
    margin-bottom: 7px;
    font-size: 13px;
    margin-top: 2px;
    white-space: nowrap;
}
@media (max-width: 767px) {
    div.clearxs {
        clear: both;
    }
    .main-section.page-kapcsolat .inside-container .images img.ownsize {
        max-width: auto !important;
        width: 100% !important;
    }
}


.additional img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}


/* sidebg */
.sidebg-helper {
    position: absolute;
    display: none;
    top: -20px;
    width: 100%;
}
@media (min-width: 1460px) {
    .sidebg-helper {
        display: block;
    }
}
.sidebg-helper__left,
.sidebg-helper__right {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    width: calc((100vw - 1140px) / 2 );
    overflow-x: hidden;
}
.sidebg-helper__left img,
.sidebg-helper__right img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.sidebg-helper__left img {
    float: right;
}
.sidebg-helper__left {
    right: 100%;
}
.sidebg-helper__right {
    left: 100%;
}
.fontsize70 {
    font-size: 70%!important;
}

button.slick-next,button.slick-prev{
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    cursor: pointer;
}

button.slick-next:before {
    content: "\e601";
    font-family: 'icomoon';
    color: red;
    font-size: 28px;
}

button.slick-prev:before {
    content: "\e600";
    font-family: 'icomoon';
    color: red;
    font-size: 28px;
}
.slick-arrow {
	font-size: 0px !important;
}
.slick-slide{
    height: auto !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

