

/*--/works/css/bootstrap.css--*/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/*--/works/css/jquery.alerts.css--*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background:white;
	border: solid 1px #fff;
	color:#2d2d2d;
	-moz-box-shadow:0 0 20px #333;
	-webkit-box-shadow:0 0 20px #333;
	box-shadow:0 0 20px #333;
}

#popup_title {
	text-align: center;
	cursor: default;
	margin: 0em;
}

#popup_content {
}


#popup_message {
	padding:15px; font-size:1.2em;
}

#popup_panel {
	float:left;
	width:100%;
	margin:10px 0;
	padding: 0 15px;
}
#popup_ok{float:right;}
#popup_cancel{float:left; }
#popup_prompt {
	margin: .5em 0em;
}

/*--/cache/style-less.css--*/

@charset "utf-8";
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
fieldset {
  margin: 0px;
  padding: 0px;
  border: 0;
}
header,
nav,
article,
footer,
address,
menu,
section,
figure {
  display: block;
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
a {
  outline: none;
  text-decoration: none;
  color: #c41c1c;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #971616;
}
a img {
  border: none;
}
body {
  color: #1e1e1e;
  font-size: 10pt;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: #e8e8e8 url(/works/img/bodyBg.png) no-repeat center top;
  font-weight: 400;
}
input,
div.select,
textarea {
  padding: 7px 5px;
  border: 1px solid #cfcfcf;
  margin: 0;
  color: #6b6b6b;
  background: white;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
}
div.select {
  overflow: hidden;
  position: relative;
  background: white url("/works/img/arrowDown.png") no-repeat center right 5px;
}
div.select select {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  width: 120%;
  min-width: 115px;
  border: 0;
  background: transparent;
}
input:disabled {
  -moz-opacity: .7;
  -khtml-opacity: .7;
  -webkit-opacity: .7;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
input[type=checkbox] {
  padding: 0;
}
select option:disabled {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.noMg {
  margin: 0 !important;
}
.cl {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
}
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.center {
  text-align: center;
  margin: auto;
}
.response {
  font-size: 1.1em;
  line-height: 25px;
}
.padding10 {
  padding: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
h1 {
  font-size: 2.4em;
  color: #1e1e1e;
  border-bottom: 5px solid #c41c1c;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Oswald';
  font-weight: 700;
}
#ajaxContent h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
h2 {
  font-size: 2em;
  color: #1e1e1e;
  margin-bottom: 10px;
  font-family: 'Oswald';
  font-weight: 700;
}
h3 {
  font-weight: normal;
  font-size: 1.8em;
  margin-bottom: 5px;
  font-family: 'Oswald';
  font-weight: 700;
}
h4 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-family: 'Oswald';
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
.bar {
  background: #c41c1c url('/works/img/barBg.png') no-repeat right center;
  color: white;
  font-family: 'Oswald';
  font-weight: 700;
  height: 52px;
  line-height: 50px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
  font-size: 2em;
  padding: 0 10px;
  border: 0;
}
button,
.button {
  display: inline-block;
  border: 1px solid white;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
  padding: 0px 30px;
  color: white;
  line-height: 35px;
  height: 40px;
  cursor: pointer;
  font-size: 1.3em;
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: 700;
  background: #e23131;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
button[disabled],
.button[disabled] {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button:hover,
.button:hover {
  text-decoration: none;
  background: #c41c1c;
  color: #ffffff;
}
button.grey,
.button.grey {
  background: #e8e8e8;
  color: #1e1e1e;
  text-shadow: none;
}
button.grey:hover,
.button.grey:hover {
  background: #dbdbdb;
}
button.dark,
.button.dark {
  border: 1px solid #000;
  color: white;
  text-shadow: none;
}
button.dark:hover,
.button.dark:hover {
  background: #1e1e1e;
}
button.big,
.button.big {
  font-size: 1.2em;
  line-height: 22px;
  padding: 7px 10px;
  min-height: 32px;
}
button.icon,
.button.icon {
  position: relative;
  padding-left: 45px;
}
button.icon span,
.button.icon span {
  display: block;
  height: 32px;
  width: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 5px;
}
button.icon span.icon-phone,
.button.icon span.icon-phone {
  background-image: url(/works/img/icon-phone.png);
}
button.icon span.icon-email,
.button.icon span.icon-email {
  background-image: url(/works/img/icon-email.png);
}
button.icon span.icon-user,
.button.icon span.icon-user {
  background-image: url(/works/img/icon-user.png);
}
button.icon span.icon-shop,
.button.icon span.icon-shop {
  background-image: url(/works/img/icon-shop.png);
}
button.row,
.button.row {
  line-height: 44px;
  font-size: 1.6em;
}
a.katlink {
  background: url("/works/img/icon-li-black.png") no-repeat left center;
  padding-left: 20px;
  color: #c41c1c;
  font-weight: 700;
  line-height: 30px;
}
a.katlink:hover {
  text-decoration: underline;
}
a.morelink {
  font-weight: 700;
  color: #c41c1c;
}
a.morelink:hover {
  text-decoration: underline;
}
#topHeader {
  background: #c41c1c;
  border-bottom: 1px solid white;
  height: 30px;
  line-height: 27px;
  text-align: right;
}
#topHeader a {
  color: white;
  display: inline-block;
  margin: 0 0 0 30px;
}
#header {
  padding: 15px 0;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header #logo {
  font-size: 28pt;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  width: 230px;
  height: 80px;
  line-height: 80px;
  display: block;
  float: left;
}
#header a.slogen {
  color: #1e1e1e;
  border-left: 1px solid #848484;
  height: 80px;
  margin: 0 30px;
  float: left;
  padding: 0 5px;
  line-height: 20px;
}
#header span {
  display: block;
  float: right;
  padding-left: 60px;
  background: url("/works/img/icon-phone.png") no-repeat left center;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 25px;
  margin-top: 15px;
}
#header #cartBox {
  padding: 15px;
  float: right;
  background: #c41c1c;
  margin-left: 60px;
  min-width: 250px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
#header #cartBox:hover {
  background: #e23131;
}
#header #cartBox a {
  display: block;
  color: white;
  background: url(/works/img/icon-cart.png) center left no-repeat;
  font-weight: 700;
  font-size: 0.9em;
  padding-left: 65px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}
#header #cartBox a:hover {
  text-decoration: none;
}
#header #cartBox a b {
  display: block;
  font-family: 'Oswald';
  font-weight: 300;
  font-size: 1.8em;
}
.box {
  background: white;
  border: 1px solid #d1d1d1;
  margin-bottom: 30px;
}
#mainContent {
  border-top: 5px solid #c41c1c;
  min-height: 500px;
}
#innerContent {
  padding: 20px;
}
#bannerSlider {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
#bannerSlider .owl-item {
  height: 300px;
  overflow: hidden;
}
.owl-carousel .owl-controls {
  text-align: center;
}
.owl-carousel .owl-controls .owl-dot {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1e1e1e;
  display: inline-block;
  margin: 5px 3px 0;
}
.owl-carousel .owl-controls .owl-dot.active {
  background: #c41c1c;
}
#menu {
  background: #e8e8e8;
  height: 50px;
  line-height: 50px;
  font-family: 'Oswald';
  font-weight: 400;
}
#menu ul:before,
#menu ul:after {
  content: " ";
  display: table;
}
#menu ul:after {
  clear: both;
}
#menu li {
  display: block;
  float: left;
}
#menu li a {
  display: block;
  font-size: 1.1em;
  color: #1e1e1e;
  padding: 0 20px;
}
#menu li a:hover {
  background: white;
  color: #c41c1c;
}
#menuButton {
  background: #e8e8e8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcklEQVRYhe3WwQnCABBE0VdMSCVpwSYEJXXZQkDBdgTvIZGkjFlwP8x5/mF3WQpwwyOUK2w4QlkFyw/8WqCEwDso8NQ0eMkN4SJYXucOtMAeFFhhlntI7poKjLiEMsBXbgs+guV1DlELxIdwxBTK4O85AZHfeHeiRh0FAAAAAElFTkSuQmCC) no-repeat center;
  width: 52px;
  height: 52px;
  float: right;
  padding: 10px;
  position: fixed;
  top: 5px;
  right: 2px;
}
header.bordered {
  display: inline-block;
  margin-bottom: 15px;
}
header.bordered h2,
header.bordered h3 {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}
header.bordered div {
  height: 1px;
  background: #dbdbdb;
  margin-bottom: 2px;
}
header.bordered div span {
  width: 30px;
  height: 1px;
  display: block;
  background: #c41c1c;
}
#searchBoxes {
  margin-bottom: 30px;
}
.kereso {
  background: #e8e8e8;
  border: 1px solid #d1d1d1;
}
.kereso h2 {
  background: #c41c1c url("/works/img/keresoBg.png") no-repeat right center;
  color: white;
  font-weight: 300;
  font-size: 1.7em;
  margin: 0;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid white;
  padding: 0 10px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}
.kereso#felniKereso h2 {
  background: #1e1e1e url("/works/img/keresoBgBlack.png") no-repeat right center;
}
.kereso form {
  padding: 10px;
  text-align: center;
}
.kereso form ul {
  margin: 0 -5px 15px;
  text-align: left;
}
.kereso form ul:before,
.kereso form ul:after {
  content: " ";
  display: table;
}
.kereso form ul:after {
  clear: both;
}
.kereso form li {
  padding: 0 5px;
}
.kereso form label {
  display: block;
  float: left;
  font-weight: 700;
  line-height: 36px;
  margin-right: 5px;
  color: #6b6b6b;
}
.kereso form label+label {
  margin-left: 10px;
}
.kereso form label span {
  display: none;
}
.productBox {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.productBox aside {
  height: 205px;
  overflow: hidden;
  position: relative;
  padding-top: 5px;
}
.productBox aside a.image {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.productBox aside a.image img {
  max-width: 80%;
}
.productBox aside div {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: url("/works/img/opacity-white.png") repeat;
  text-align: center;
  padding: 5px 10px;
}
.productBox aside a.title {
  display: block;
  font-family: 'Oswald';
  color: #1e1e1e;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.productBox aside a.title b {
  font-weight: 700;
  display: block;
}
.productBox aside a.title span {
  display: block;
  font-size: 0.9em;
}
.productBox aside span.price {
  display: block;
  color: #c41c1c;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 1.2em;
}
.productBox div.shadow {
  background: url("/works/img/productBoxShadow.png") top center no-repeat;
}
.productBox .toBasket {
  background: #c41c1c url("/works/img/icon-plus.png") no-repeat center left 5px;
  line-height: 25px;
  color: white;
  padding: 0 10px 0 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.05em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.productBox .toBasket:hover {
  background: #ae1919;
  padding: 0 15px;
}
.productBox:hover aside a.image {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.productBox span.icon {
  width: 36px;
  height: 25px;
  line-height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("/works/img/icons.png") no-repeat left bottom;
  color: white;
  font-weight: 700;
  font-size: 1.1em;
  padding-left: 17px;
}
.productBox span.icon.fuel {
  top: 35px;
  background-position: center left;
}
.productBox span.icon.noise {
  top: 65px;
  background-position: top left;
  text-align: left;
}
.productBox img.actionIcon {
  position: absolute;
  right: 0;
  top: 5px;
}
.col-sm-2 .productBox aside a.title {
  font-size: 1em;
}
.productList .row + .row {
  border-top: 1px solid #cfcfcf;
}
.productList div[class*=col] + div[class*=col] {
  border-left: 1px solid #cfcfcf;
}
#homeProducts {
  margin-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}
#categoryBox li {
  border-bottom: 1px solid #e8e8e8;
  background: url("/works/img/icon-li-red-24.png") no-repeat left center;
  padding-left: 30px;
}
#categoryBox li a {
  color: #1e1e1e;
  font-size: 1.4em;
  line-height: 24px;
  font-weight: 700;
  font-family: 'Oswald';
  padding: 10px 0px;
  display: block;
}
#categoryBox li a:hover {
  color: #c41c1c;
}
#brandBox {
  padding: 20px;
}
#brandBox li {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: 7px;
}
#relatedBox {
  padding: 20px;
}
#relatedBox div[class*=col] + div[class*=col] {
  border-left: 1px solid #cfcfcf;
}
#newsBox {
  margin-top: 30px;
}
#newsBox header {
  background: url("/works/img/stripeBg.png");
  color: #1e1e1e;
  font-family: 'Oswald';
  font-weight: 300;
  font-size: 2.2em;
  text-align: right;
  padding-right: 15px;
  border-bottom: 5px solid #c41c1c;
  line-height: 45px;
}
#newsBox header span {
  background: white;
  padding: 0 5px;
  border-bottom: 5px solid #c41c1c;
}
#newsBox ul {
  margin-bottom: 10px;
}
#newsBox li {
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
#newsBox a.title {
  color: red;
  font-weight: 700;
  color: #c41c1c;
}
#newsBox a.title:hover {
  text-decoration: underline;
}
#newsBox p {
  margin: 5px 0;
  line-height: normal;
  font-size: 0.9em;
}
#newsBox li a.morelink {
  float: right;
}
#footer {
  padding: 20px;
}
#footer li {
  background: url("/works/img/icon-li-red.png") no-repeat left top 5px;
  padding-left: 15px;
  margin-bottom: 5px;
}
#footer li a {
  color: #1e1e1e;
}
#footer ul.contact {
  line-height: 20px;
}
#footer ul.contact li {
  padding-left: 30px;
  font-weight: 700;
  min-height: 24px;
  margin-bottom: 10px;
}
#footer ul.contact li.phone {
  background: url('/works/img/icon-phone-24.png') no-repeat left top 7px;
}
#footer ul.contact li.mail {
  background: url('/works/img/icon-email-24.png') no-repeat left top;
}
#footer ul.contact li.address {
  background: url('/works/img/icon-map-24.png') no-repeat left top 7px;
}
#footer footer {
  margin: 20px -20px -20px;
  padding: 10px 20px;
  background: #1e1e1e;
  color: white;
  font-size: 0.8em;
}
#footer footer a {
  color: white;
}
#map,
.map {
  height: 500px;
  border: 1px solid #fff;
}
.infoWindow {
  min-height: 150px;
  line-height: 20px;
}
#textContent .text ul {
  list-style-type: disc;
  margin-left: 20px;
}
.text a {
  text-decoration: underline;
  color: #c41c1c;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead tr {
  background: #383838;
  color: white;
}
table thead tr td,
table thead tr th {
  font-size: 1.1em;
  text-align: left;
  padding: 5px;
  border: 1px solid #e8e8e8;
}
table tbody tr:nth-child(even) {
  background: #e8e8e8;
}
table tbody tr td {
  padding: 5px;
  border: 1px solid #e8e8e8;
}
table tbody tr.disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
table tbody a {
  line-height: 20px;
}
.text ul {
  margin-left: 20px;
}
.text ul li {
  list-style-type: disc;
}
.text table {
  width: 100%;
  font-size: 9pt;
}
.text table caption {
  font-weight: bold;
}
.text table tr {
  border-bottom: 0;
}
.dataform fieldset {
  padding: 10px;
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
}
.dataform fieldset.hidden2 {
  display: none;
  position: relative;
}
.dataform fieldset.hidden2 img {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: 5px;
}
.dataform legend {
  font-size: 1.5em;
  color: #c41c1c;
}
.dataform .field {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.dataform .field label {
  display: block;
  float: left;
  width: 150px;
  padding-left: 10px;
  line-height: 40px;
  font-weight: bold;
  font-size: 1.1em;
  color: #383838;
}
.dataform .field label em {
  color: red;
}
.dataform .field small {
  display: block;
  padding-left: 160px;
}
.dataform .field input {
  background: url(/works/img/inputBg.png) repeat-x top white;
  border: 1px solid #d3d3d3;
  width: 350px;
  padding: 10px;
  color: #555;
}
.dataform .field select {
  background: url(/works/img/inputBg.png) repeat-x top white;
  border: 1px solid #d3d3d3;
  width: 350px;
  padding: 10px;
  color: #555;
}
.dataform .field.radio input {
  width: auto;
  margin-top: 8px;
}
.dataform .field.radio span {
  padding-right: 10px;
}
.dataform textarea {
  width: 350px;
  height: 120px;
  background: url(/works/img/inputBg.png) repeat-x top white;
  border: 1px solid #d3d3d3;
  padding: 5px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #555;
  resize: vertical;
}
.dataform .field input:focus,
.dataform .field select:focus {
  border: 1px solid #aaa;
}
.dataform .field span {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.dataform .field.checkbox input {
  width: auto;
}
.dataform footer p {
  margin-bottom: 10px;
}
#payData {
  margin-bottom: 30px;
}
.newsItem {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.newsItem a.img {
  float: left;
  margin-right: 20px;
  background: white;
  margin-top: 5px;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 1px;
}
.newsItem a.img img {
  float: left;
}
.newsItem a.title {
  margin-bottom: 5px;
  display: block;
  font-size: 1.6em;
  color: #1e1e1e;
  font-weight: 700;
}
.newsItem a.title:hover {
  text-decoration: none;
}
.newsItem .date {
  display: block;
  margin-bottom: 5px;
  color: #9c9c9c;
  font-size: 0.8em;
  font-style: italic;
}
.newsItem a.more {
  float: right;
  font-weight: 700;
}
.newsItem p {
  margin-bottom: 5px;
  line-height: 20px;
}
#newsContent header {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
#newsContent header span {
  float: left;
  color: #9c9c9c;
  font-style: italic;
}
#newsContent header a {
  float: right;
}
#newsContent header div.fb-like {
  margin-left: 20px;
  float: left;
}
#newsContent div.subtitle {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
}
#newsContent a.fancy {
  float: left;
  display: block;
  border: 1px solid #ccc;
  padding: 1px;
  background: white;
  margin-right: 20px;
  margin-top: 5px;
}
#newsContent a.fancy img {
  float: left;
}
#tobasketWindow a {
  display: block;
  font-size: 1.2em;
  line-height: 35px;
  font-weight: bold;
  text-shadow: 1px 1px 0 white;
}
#tobasketWindow a:hover {
  color: #971616;
}
.basketBox {
  padding-bottom: 30px;
  position: relative;
}
.basketBox:nth-child(even) {
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.basketBox + .basketBox {
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
}
.basketBox a.img {
  width: 180px;
  height: 180px;
  display: block;
  text-align: center;
  float: left;
}
.basketBox a.title {
  font-family: 'Oswald';
  color: #1e1e1e;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.basketBox input {
  width: 50px;
  text-align: center;
}
.basketBox button {
  height: 22px;
  line-height: 20px;
  font-size: 0.8em;
  padding: 0 15px;
  position: absolute;
  bottom: 15px;
  right: 5px;
}
.basketBox ul {
  float: left;
}
.basketBox li {
  line-height: 40px;
}
.basketBox li:before,
.basketBox li:after {
  content: " ";
  display: table;
}
.basketBox li:after {
  clear: both;
}
.basketBox li.full {
  font-size: 1.2em;
}
.basketBox li b {
  display: block;
  width: 100px;
  float: left;
}
.basketBox .select {
  width: 60px;
  float: left;
  line-height: normal;
  margin-right: 5px;
}
#sumBasket {
  font-size: 1.1em;
  text-align: right;
  line-height: 30px;
  position: relative;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  padding: 15px;
}
#sumBasket table {
  border-top: 3px double #e8e8e8;
  margin-top: 10px;
}
#sumBasket table tr {
  border: 0;
}
#sumBasket table tr.border {
  border-top: 3px double #e8e8e8;
  font-size: 1.2em;
}
#sumBasket table b {
  white-space: nowrap;
  display: block;
  float: right;
}
#sumBasket #paymodForm {
  text-align: left;
}
#sumBasket #paymodForm:before,
#sumBasket #paymodForm:after {
  content: " ";
  display: table;
}
#sumBasket #paymodForm:after {
  clear: both;
}
#sumBasket #paymodForm .select {
  line-height: normal;
}
#sumBasket label {
  font-size: 1.1em;
  margin-right: 10px;
  font-weight: bold;
}
div.invalid {
  background: #FFC4C4 url(/works/img/alert.png) no-repeat 2px center;
  clear: left;
  margin-top: 1px;
  border: 1px solid #c41c1c;
  line-height: 20px;
  padding: 0 10px 0 20px;
  color: #444;
  font-size: 8pt;
}
input.invalid,
select.invalid,
textarea.invalid {
  border: 1px solid #c41c1c !important;
}
.dataform div.invalid {
  margin-left: 150px;
  width: 350px;
}
.pagerCont {
  margin: 20px 0;
}
.pagerCont .pager {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.pagerCont .pager p {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
}
.pagerCont .pager .page {
  padding: 5px 7px;
  background: #e23131;
  margin: 0 3px;
  font-size: 1em;
  color: #fff;
  text-shadow: 1px 1px 0 #666;
}
.pagerCont .pager .page:hover,
.pagerCont .pager .page.active {
  text-decoration: none;
  background: #c41c1c;
  color: #fff;
}
#relatedPics {
  margin: 20px 0;
}
#relatedPics h3 {
  margin-bottom: 10px;
}
#relatedPics a.fancy {
  display: block;
  float: left;
  border: 1px solid #e8e8e8;
  padding: 1px;
  background: white;
  margin: 5px 10px 5px 0;
}
#relatedPics a img {
  float: left;
}
header#breadC {
  font-size: 0.9em;
  margin-bottom: 10px;
}
header#breadC a.back {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.1em;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #cfcfcf;
  color: white;
}
header#breadC a.back:hover {
  background: #e8e8e8;
  color: #1e1e1e;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-content .modal-header {
  background: #f0f0f0;
  border-bottom: 1px solid #e8e8e8;
}
.modal-content .modal-footer {
  background: #f0f0f0;
  border-top: 1px solid #e8e8e8;
}
.modal-content .modal-title {
  font-size: 1.6em;
}
.modal-content button.grey {
  float: left;
}
.modal-content button.close {
  border: 0;
  line-height: normal;
  text-shadow: none;
  padding: 0;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-content button.close:hover {
  background: none;
}
@media (max-width: 767px) {
  body {
    background: url(/works/img/bodyBg.jpg) repeat;
  }
  #topHeader {
    height: 5px;
  }
  #header #logo {
    float: none;
    margin: 0 auto 15px;
  }
  #header #cartBox {
    float: none;
    margin: auto;
    width: 250px;
  }
  #menuButton {
    z-index: 1001;
  }
  #menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: none;
    border-top: 5px solid #c41c1c;
  }
  #menu li {
    float: none;
  }
  #content {
    padding: 0;
  }
  .marginb-md-15 {
    margin-bottom: 15px;
  }
  .kereso {
    margin-bottom: 15px;
  }
  .kereso form {
    display: none;
  }
  .kereso form label span {
    display: inline;
  }
  .kereso form ul {
    margin: 0 -5px 0px;
  }
  .kereso form ul li {
    margin-bottom: 15px;
  }
  .kereso h2 {
    border-bottom: 0;
    cursor: pointer;
  }
  .kereso h2 span.plus {
    float: right;
    background: white;
    font-size: 2em;
    color: #c41c1c;
    line-height: 17px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-top: 10px;
  }
  #rightSide {
    margin-top: 30px;
  }
  #footerMenu aside + aside {
    margin-top: 30px;
  }
  header.bordered {
    display: block;
    margin-bottom: 7px;
  }
  #termekList #filter p {
    display: block;
    float: none;
  }
  .productList .row + .row {
    border-top: 0;
  }
  .productList div[class*=col] {
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
  }
  #bannerSlider .owl-item {
    height: auto;
  }
  #bannerSlider .owl-controls {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header a.slogen {
    display: none;
  }
  #header #cartBox {
    margin-left: 20px;
  }
  #header span {
    padding-left: 53px;
    font-size: 1.4em;
  }
  #menu li a {
    padding: 0 7px 0 7px;
    font-size: 1em;
  }
  .marginb-md-15 {
    margin-bottom: 15px;
  }
  .kereso {
    margin-bottom: 15px;
  }
  .kereso form {
    display: none;
  }
  .kereso form label span {
    display: inline;
  }
  .kereso h2 {
    border-bottom: 0;
    cursor: pointer;
  }
  .kereso h2 span.plus {
    float: right;
    background: white;
    font-size: 2em;
    color: #c41c1c;
    line-height: 17px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-top: 10px;
  }
  #rightSide {
    margin-top: 30px;
  }
  #termekContent #termekData ul.data li {
    line-height: normal;
  }
  #termekContent #termekData ul.data li + li {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e8e8e8;
  }
  #termekContent #termekData ul.data li strong {
    width: auto;
    display: block;
  }
  #termekContent #toCartBottom ul.price {
    text-align: center;
  }
  #termekContent #toCartBottom ul.price strong {
    width: auto;
    display: block;
  }
  #termekContent #toCartBottom ul.price aside div.select {
    float: none;
    display: inline-block;
  }
  .productBox aside span.price {
    font-size: 1em;
  }
  #termekList #filter p {
    display: block;
    float: none;
  }
  #bannerSlider .owl-item {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marginb-md-15 {
    margin-bottom: 15px;
  }
  #menu li a {
    padding: 0 15px;
  }
  #header a.slogen {
    margin: 0 20px 0 30px;
  }
  #header #cartBox {
    margin-left: 30px;
  }
  #categoryBox li a {
    font-size: 1.2em;
  }
  #termekList #filter p {
    display: block;
    float: none;
  }
}
@media (min-width: 1200px) {
  .kereso form label span {
    display: inline;
  }
}
#idopontHome form {
  margin-top: 30px;
}
#idopontHome form ul li {
  margin-bottom: 15px;
}
#idopontHome form label {
  padding: 0 10px;
}
#idopontHome .categories {
  margin-top: 60px;
}
#idopontHome .categories a {
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#idopontHome .categories a[disabled] {
  cursor: default;
  opacity: 0.3;
}
#idopontHome .categories a svg {
  max-width: 50%;
  fill: #c41c1c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#idopontHome .categories a svg path {
  fill: #c41c1c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#idopontHome .categories a span {
  padding-top: 15px;
  display: block;
  font-size: 14pt;
}
#idopontHome .categories a:not([disabled]):hover,
#idopontHome .categories a:not([disabled]).active {
  background: #e54848;
  color: white;
}
#idopontHome .categories a:not([disabled]):hover svg,
#idopontHome .categories a:not([disabled]):hover path,
#idopontHome .categories a:not([disabled]).active svg,
#idopontHome .categories a:not([disabled]).active path {
  fill: white;
}
#idopontHome .categories a:not([disabled]).active {
  background: #da1f1f;
}
#idopontCalendar:before,
#idopontCalendar:after {
  content: " ";
  display: table;
}
#idopontCalendar:after {
  clear: both;
}
#idopontCalendar .calendar-coll {
  float: left;
  width: 14.285714285714%;
}
#idopontCalendar .calendar-coll h4 {
  text-align: center;
  background: #e8e8e8;
  border-bottom: 2px solid #c41c1c;
  padding: 5px 0;
}
#idopontCalendar .calendar-coll h4 small {
  display: block;
}
#idopontCalendar .calendar-coll ul {
  font-size: 1.2em;
  border-right: 1px solid #dbdbdb;
}
#idopontCalendar .calendar-coll ul li {
  text-align: center;
  line-height: 40px;
}
#idopontCalendar .calendar-coll ul li a {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #41A85F;
}
#idopontCalendar .calendar-coll ul li a span {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #41A85F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#idopontCalendar .calendar-coll ul li a time {
  color: #1e1e1e;
}
#idopontCalendar .calendar-coll ul li a b {
  color: #41A85F;
}
#idopontCalendar .calendar-coll ul li a:hover {
  background: #cfcfcf;
}
#idopontCalendar .calendar-coll ul li a.red span {
  background: #c41c1c;
}
#idopontCalendar .calendar-coll ul li a.yellow span {
  background: #FBA026;
}
#idopontCalendar .calendar-coll ul li a.inactive span {
  background: #CCC;
}
#idopontCalendar .calendar-coll ul li a.red {
  color: #c41c1c;
}
#idopontCalendar .calendar-coll ul li a.yellow {
  color: #FBA026;
}
#idopontCalendar .calendar-coll ul li a.inactive {
  color: #CCC;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
#idopontCalendar .calendar-coll ul li:nth-child(odd) {
  background: #e8e8e8;
}
#idopontCalendar .calendar-coll:last-child ul {
  border-right: 0;
}
#idopontForm {
  margin: 30px 0;
}
#idopontForm ul li {
  margin-bottom: 15px;
}
#idopontForm input {
  background: url(/works/img/inputBg.png) repeat-x top white;
  border: 1px solid #d3d3d3;
  width: 100%;
  padding: 10px;
  color: #555;
}
#idopontForm label input {
  width: auto;
}
.calendar-info {
  text-align: center;
  margin-top: 60px;
}
.calendar-info h3 {
  margin-bottom: 15px;
}
.calendar-info p {
  font-size: 14pt;
  line-height: 2;
}
.calendar-info p strong {
  display: inline-block;
  width: 150px;
}
@media (max-width: 767px) {
  #idopontCalendar .calendar-coll h4 {
    font-size: 0.7em;
  }
  #idopontCalendar .calendar-coll ul li a {
    line-height: 20px;
    padding: 15px 0;
  }
  #idopontCalendar .calendar-coll ul time {
    font-size: 0.7em;
  }
}
#idopontBanner {
  display: block;
  background: #019a30 url("/works/img/wekker.png") no-repeat left center;
  height: 104px;
  line-height: 52px;
  color: white;
  padding-left: 110px;
  font-size: 2.3em;
  font-family: 'Oswald';
  text-shadow: 1px 1px 0 #444;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#idopontBanner:hover {
  background-color: #016720;
}
