@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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: 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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  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: #777777;
}

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: 20px;
  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: 590px) {
  .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: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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: 1090px) {
  .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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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: #777777;
}

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 #eeeeee;
  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;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 590px) {
  .container {
    width: 572px;
  }
}

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

@media (min-width: 1090px) {
  .container {
    width: 1060px;
  }
}

@media (min-width: 1490px) {
  .container {
    width: 1460px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

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

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: 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: 590px) {
  .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: 790px) {
  .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: 1090px) {
  .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%;
  }
}

@media (min-width: 1490px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 589px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
  input[type="date"].input-xl, .input-group-xl > input[type="date"].form-control,
  .input-group-xl > input[type="date"].input-group-addon,
  .input-group-xl > .input-group-btn > input[type="date"].btn,
  .input-group-xl input[type="date"],
  input[type="time"].input-xl,
  .input-group-xl > input[type="time"].form-control,
  .input-group-xl > input[type="time"].input-group-addon,
  .input-group-xl > .input-group-btn > input[type="time"].btn,
  .input-group-xl
  input[type="time"],
  input[type="datetime-local"].input-xl,
  .input-group-xl > input[type="datetime-local"].form-control,
  .input-group-xl > input[type="datetime-local"].input-group-addon,
  .input-group-xl > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-xl
  input[type="datetime-local"],
  input[type="month"].input-xl,
  .input-group-xl > input[type="month"].form-control,
  .input-group-xl > input[type="month"].input-group-addon,
  .input-group-xl > .input-group-btn > input[type="month"].btn,
  .input-group-xl
  input[type="month"] {
    line-height: 54px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-xl, .input-group-xl > .form-control-static.form-control,
.input-group-xl > .form-control-static.input-group-addon,
.input-group-xl > .input-group-btn > .form-control-static.btn, .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.input-xl, .input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
  height: 54px;
  padding: 13px 19px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 9px;
}

select.input-xl, .input-group-xl > select.form-control,
.input-group-xl > select.input-group-addon,
.input-group-xl > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px;
}

textarea.input-xl, .input-group-xl > textarea.form-control,
.input-group-xl > textarea.input-group-addon,
.input-group-xl > .input-group-btn > textarea.btn,
select[multiple].input-xl,
.input-group-xl > select[multiple].form-control,
.input-group-xl > select[multiple].input-group-addon,
.input-group-xl > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-xl .form-control {
  height: 54px;
  padding: 13px 19px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 9px;
}

.form-group-xl select.form-control {
  height: 54px;
  line-height: 54px;
}

.form-group-xl textarea.form-control,
.form-group-xl select[multiple].form-control {
  height: auto;
}

.form-group-xl .form-control-static {
  height: 54px;
  min-height: 41px;
  padding: 14px 19px;
  font-size: 21px;
  line-height: 1.2;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-xl + .form-control-feedback, .input-group-xl > .form-control + .form-control-feedback,
.input-group-xl > .input-group-addon + .form-control-feedback,
.input-group-xl > .input-group-btn > .btn + .form-control-feedback,
.input-group-xl + .form-control-feedback,
.form-group-xl .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 590px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 590px) {
  .form-horizontal .form-group-xl .control-label {
    padding-top: 14px;
    font-size: 21px;
  }
}

@media (min-width: 590px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 590px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-xl, .btn-group-xl > .btn {
  padding: 13px 19px;
  font-size: 21px;
  line-height: 1.2;
  border-radius: 9px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1090px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group > .btn-xl + .dropdown-toggle, .btn-group-xl.btn-group > .btn + .dropdown-toggle {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-xl .caret, .btn-group-xl > .btn .caret {
  border-width: 6px 6px 0;
  border-bottom-width: 0;
}

.dropup .btn-xl .caret, .dropup .btn-group-xl > .btn .caret {
  border-width: 0 6px 6px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon.input-xl,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .input-group-addon.btn {
  padding: 13px 19px;
  font-size: 21px;
  border-radius: 9px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.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: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  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: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  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: 590px) {
  .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: 590px) {
  .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;
}

.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

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

.navbar-header:after {
  clear: both;
}

@media (min-width: 1090px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

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

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1090px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 320px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1090px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1090px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 1090px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1090px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

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

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

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

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

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

@media (max-width: 1089px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1090px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1090px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1090px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 1089px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 1089px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 590px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert, .datepicker-re .demand-result {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4, .datepicker-re .demand-result h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link, .datepicker-re .demand-result .alert-link {
  font-weight: bold;
}

.alert > p, .datepicker-re .demand-result > p,
.alert > ul, .datepicker-re .demand-result > ul {
  margin-bottom: 0;
}

.alert > p + p, .datepicker-re .demand-result > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success, .datepicker-re .demand-result {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr, .datepicker-re .demand-result hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link, .datepicker-re .demand-result .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: #fff;
  text-align: center;
  background-color: #337ab7;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -o-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: -o-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: -o-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: -o-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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.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-xl {
  padding: 39px;
  border-radius: 9px;
}

.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  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: hidden;
  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%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 590px) {
  .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: 790px) {
  .modal-lg {
    width: 900px;
  }
}

@media (min-width: 1090px) {
  .modal-xl {
    width: 1200px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
}

.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;
  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: #fff;
}

.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: #fff;
}

.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: #fff;
}

.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: #fff;
  bottom: -10px;
}

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

@media (max-width: 589px) {
  .pull-xs-left {
    float: left !important;
  }
  .pull-xs-right {
    float: right !important;
  }
}

@media (min-width: 320px) and (max-width: 789px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
}

@media (min-width: 590px) and (max-width: 1089px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
}

@media (min-width: 790px) and (max-width: 1090px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
}

@media (min-width: 1090px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !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-xl {
  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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (max-width: 589px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 590px) and (max-width: 789px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 590px) and (max-width: 789px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 590px) and (max-width: 789px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 590px) and (max-width: 789px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 790px) and (max-width: 1089px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 790px) and (max-width: 1089px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 790px) and (max-width: 1089px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 790px) and (max-width: 1089px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1090px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 1490px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}

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

@media (min-width: 1490px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1490px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 589px) {
  .hidden-xs {
    display: none !important;
  }
}

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

@media (min-width: 790px) and (max-width: 1089px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1090px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1490px) {
  .hidden-xl {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 590px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 790px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1090px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 1px solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

body, p, strong, div {
  font-family: 'Roboto', sans-serif !important;
}

p, li {
  line-height: 1.5;
  font-size: 15px;
}

.ss-slider h1,
.ss-slider h2,
.ss-slider h3,
.ss-slider h4,
.ss-footer-top__logo-text {
  font-family: 'Kalam', cursive !important;
}

h1, h2, h3, h4,
.ss-bottom-navbar-a {
  font-family: 'Raleway', sans-serif !important;
}

h1, h2, select {
  text-transform: uppercase;
}

span:not(.fa):not(.good-review:before):not(
.bad-review:before):not(.fm):not([class*="fm-"]):not(.ss-footer-top__logo-text):not(.filter-option), a, button {
  /* 2017 07 27 */
  font-family: 'Roboto', sans-serif !important;
}

input, select, label {
  font-family: 'Raleway', sans-serif !important;
}

a {
  text-transform: none;
}

.fa, .good-review:before,
.bad-review:before {
  font-family: FontAwesome !important;
}

.ss-a {
  text-decoration: none;
}

.ss-a__color-1 {
  color: #e72e89;
}

.ss-a__color-1 .fa, .ss-a__color-1 .good-review:before, .ss-a__color-1
.bad-review:before {
  color: #cb1770;
}

.ss-a__color-2 {
  color: #2982a9;
}

.ss-a__color-2 .fa, .ss-a__color-2 .good-review:before, .ss-a__color-2
.bad-review:before {
  color: #1f6280;
}

.ss-a__color-3 {
  color: #81b80f;
}

.ss-a__color-3 .fa, .ss-a__color-3 .good-review:before, .ss-a__color-3
.bad-review:before {
  color: #60890b;
}

.ss-a__color-4 {
  color: #ef7200;
}

.ss-a__color-4 .fa, .ss-a__color-4 .good-review:before, .ss-a__color-4
.bad-review:before {
  color: #bc5a00;
}

.ss-btn-border, .ss-paging__next .paging-next, .ss-paging__previous .paging-prev, .ss-paging__list strong a {
  display: inline-block;
  padding: 10px 35px;
  background: transparent;
  border: 2px solid;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.ss-btn-border__color-1, .ss-paging__list strong a {
  border-color: #e72e89;
  color: #e72e89;
}

.ss-btn-border__color-1:hover, .ss-paging__list strong a:hover {
  border-color: #9d1256;
  color: #9d1256;
  text-decoration: none;
}

.ss-btn-border__color-2, .ss-paging__next .paging-next, .ss-paging__previous .paging-prev {
  border-color: #2982a9;
  color: #2982a9;
}

.ss-btn-border__color-2:hover, .ss-paging__next .paging-next:hover, .ss-paging__previous .paging-prev:hover {
  border-color: #154357;
  color: #154357;
  text-decoration: none;
}

.ss-btn-border__color-3 {
  border-color: #81b80f;
  color: #81b80f;
}

.ss-btn-border__color-3:hover {
  border-color: #3f5a07;
  color: #3f5a07;
  text-decoration: none;
}

.ss-btn-border__color-4 {
  border-color: #ef7200;
  color: #ef7200;
}

.ss-btn-border__color-4:hover {
  border-color: #894100;
  color: #894100;
  text-decoration: none;
}

.ss-btn-border__inverse {
  color: #333333;
}

.ss-btn-border__inverse:hover {
  color: #0d0d0d;
}

.ss-btn-border__animation:hover {
  margin-top: -4px;
}

.ss-btn-full, .ss-footer-top__other-newsletter input[type="submit"], .ss-compare--delete input, .ss-compare-pdf .pdf-print input, .review-button button, #napsat-recenzi .save-button input[type="submit"], .ss-contact-page .ss-contact-form__submit-button input[type="submit"], .pdf-print input {
  display: inline-block;
  padding: 10px 35px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.ss-btn-full__color-1, .ss-compare--delete input, .ss-compare-pdf .pdf-print input, .ss-contact-page .ss-contact-form__submit-button input[type="submit"] {
  background: #e72e89;
}

.ss-btn-full__color-1:hover, .ss-compare--delete input:hover, .ss-compare-pdf .pdf-print input:hover, .ss-contact-page .ss-contact-form__submit-button input[type="submit"]:hover {
  color: white;
  background: #9d1256;
  text-decoration: none;
}

.ss-btn-full__color-2, .review-button button, #napsat-recenzi .save-button input[type="submit"], .pdf-print input {
  background: #2982a9;
}

.ss-btn-full__color-2:hover, .review-button button:hover, #napsat-recenzi .save-button input[type="submit"]:hover, .pdf-print input:hover {
  color: white;
  background: #154357;
  text-decoration: none;
}

.ss-btn-full__color-3, .ss-footer-top__other-newsletter input[type="submit"] {
  background: #81b80f;
}

.ss-btn-full__color-3:hover, .ss-footer-top__other-newsletter input[type="submit"]:hover {
  color: white;
  background: #3f5a07;
  text-decoration: none;
}

.ss-btn-full__color-4 {
  background: #ef7200;
}

.ss-btn-full__color-4:hover {
  color: white;
  background: #894100;
  text-decoration: none;
}

.ss-btn-full__inverse {
  color: #333333;
}

.ss-btn-full__inverse:hover {
  color: #0d0d0d;
}

.ss-btn-full__animation:hover {
  margin-top: -4px;
}

.ss-btn-shadow {
  display: inline-block;
  padding: 10px 35px;
  color: white;
  font-size: 14px;
  border-bottom: 2px solid;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.ss-btn-shadow__color-1 {
  border-color: #c2166b;
  background: #e72e89;
}

.ss-btn-shadow__color-1:hover {
  border-color: #860f4a;
  color: white;
  background: #b41563;
  text-decoration: none;
}

.ss-btn-shadow__color-2 {
  border-color: #1d5c78;
  background: #2982a9;
}

.ss-btn-shadow__color-2:hover {
  border-color: #103342;
  color: white;
  background: #1a536b;
  text-decoration: none;
}

.ss-btn-shadow__color-3 {
  border-color: #597f0a;
  background: #81b80f;
}

.ss-btn-shadow__color-3:hover {
  border-color: #2e4205;
  color: white;
  background: #4f7109;
  text-decoration: none;
}

.ss-btn-shadow__color-4 {
  border-color: #b25500;
  background: #ef7200;
}

.ss-btn-shadow__color-4:hover {
  border-color: #703500;
  color: white;
  background: #a34e00;
  text-decoration: none;
}

.ss-btn-shadow__inverse {
  color: #333333;
}

.ss-btn-shadow__inverse:hover {
  color: #0d0d0d;
}

.ss-btn-shadow__animation:hover {
  margin-top: -4px;
}

.ss-btn-icon {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.ss-btn-icon__color-1 {
  background: #e72e89;
}

.ss-btn-icon__color-1 .fa, .ss-btn-icon__color-1 .good-review:before, .ss-btn-icon__color-1
.bad-review:before {
  background: #c2166b;
}

.ss-btn-icon__color-1:hover {
  color: white;
  background: #c2166b;
  text-decoration: none;
}

.ss-btn-icon__color-2 {
  background: #2982a9;
}

.ss-btn-icon__color-2 .fa, .ss-btn-icon__color-2 .good-review:before, .ss-btn-icon__color-2
.bad-review:before {
  background: #1d5c78;
}

.ss-btn-icon__color-2:hover {
  color: white;
  background: #1d5c78;
  text-decoration: none;
}

.ss-btn-icon__color-3 {
  background: #81b80f;
}

.ss-btn-icon__color-3 .fa, .ss-btn-icon__color-3 .good-review:before, .ss-btn-icon__color-3
.bad-review:before {
  background: #597f0a;
}

.ss-btn-icon__color-3:hover {
  color: white;
  background: #597f0a;
  text-decoration: none;
}

.ss-btn-icon__color-4 {
  background: #ef7200;
}

.ss-btn-icon__color-4 .fa, .ss-btn-icon__color-4 .good-review:before, .ss-btn-icon__color-4
.bad-review:before {
  background: #b25500;
}

.ss-btn-icon__color-4:hover {
  color: white;
  background: #b25500;
  text-decoration: none;
}

.ss-btn-icon span {
  padding: 10px 30px 10px 20px;
}

.ss-btn-icon .fa, .ss-btn-icon .good-review:before, .ss-btn-icon
.bad-review:before {
  padding: 14px 16px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.ss-btn-icon__inverse {
  color: #333333;
}

.ss-btn-icon__inverse:hover {
  color: #0d0d0d;
}

.ss-btn-icon__animation:hover {
  margin-top: -4px;
}

.ss-btn-linear {
  display: inline-block;
  padding: 10px 35px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}

.ss-btn-linear__color-1 {
  background: #e72e89;
  background: -webkit-linear-gradient(#e72e89, #cb1770);
  background: -o-linear-gradient(#e72e89, #cb1770);
  background: -moz-linear-gradient(#e72e89, #cb1770);
  background: linear-gradient(#e72e89, #cb1770);
}

.ss-btn-linear__color-1:hover {
  color: white;
  background: #9d1256;
  background: -webkit-linear-gradient(#9d1256, #9d1256);
  background: -o-linear-gradient(#9d1256, #9d1256);
  background: -moz-linear-gradient(#9d1256, #9d1256);
  background: linear-gradient(#9d1256, #9d1256);
  text-decoration: none;
}

.ss-btn-linear__color-2 {
  background: #2982a9;
  background: -webkit-linear-gradient(#2982a9, #1f6280);
  background: -o-linear-gradient(#2982a9, #1f6280);
  background: -moz-linear-gradient(#2982a9, #1f6280);
  background: linear-gradient(#2982a9, #1f6280);
}

.ss-btn-linear__color-2:hover {
  color: white;
  background: #154357;
  background: -webkit-linear-gradient(#154357, #154357);
  background: -o-linear-gradient(#154357, #154357);
  background: -moz-linear-gradient(#154357, #154357);
  background: linear-gradient(#154357, #154357);
  text-decoration: none;
}

.ss-btn-linear__color-3 {
  background: #81b80f;
  background: -webkit-linear-gradient(#81b80f, #60890b);
  background: -o-linear-gradient(#81b80f, #60890b);
  background: -moz-linear-gradient(#81b80f, #60890b);
  background: linear-gradient(#81b80f, #60890b);
}

.ss-btn-linear__color-3:hover {
  color: white;
  background: #3f5a07;
  background: -webkit-linear-gradient(#3f5a07, #3f5a07);
  background: -o-linear-gradient(#3f5a07, #3f5a07);
  background: -moz-linear-gradient(#3f5a07, #3f5a07);
  background: linear-gradient(#3f5a07, #3f5a07);
  text-decoration: none;
}

.ss-btn-linear__color-4 {
  background: #ef7200;
  background: -webkit-linear-gradient(#ef7200, #bc5a00);
  background: -o-linear-gradient(#ef7200, #bc5a00);
  background: -moz-linear-gradient(#ef7200, #bc5a00);
  background: linear-gradient(#ef7200, #bc5a00);
}

.ss-btn-linear__color-4:hover {
  color: white;
  background: #894100;
  background: -webkit-linear-gradient(#894100, #894100);
  background: -o-linear-gradient(#894100, #894100);
  background: -moz-linear-gradient(#894100, #894100);
  background: linear-gradient(#894100, #894100);
  text-decoration: none;
}

.ss-btn-linear__inverse {
  color: #333333;
}

.ss-btn-linear__inverse:hover {
  color: #0d0d0d;
}

.ss-btn-linear__animation:hover {
  margin-top: -4px;
}

.ss-flg-border {
  display: inline-block;
  padding: 2px 10px;
  background: transparent;
  border: 2px solid;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: normal;
}

.ss-flg-border__color-1 {
  border-color: #e72e89;
  color: #e72e89;
}

.ss-flg-border__color-2 {
  border-color: #2982a9;
  color: #2982a9;
}

.ss-flg-border__color-3 {
  border-color: #81b80f;
  color: #81b80f;
}

.ss-flg-border__color-4 {
  border-color: #ef7200;
  color: #ef7200;
}

.ss-flg-border__left {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-flg-border__right {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.ss-flg-full {
  display: inline-block;
  padding: 2px 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: normal;
}

.ss-flg-full__color-1 {
  background: #e72e89;
}

.ss-flg-full__color-2 {
  background: #2982a9;
}

.ss-flg-full__color-3 {
  background: #81b80f;
}

.ss-flg-full__color-4 {
  background: #ef7200;
}

.ss-flg-full__left {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-flg-full__right {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.ss-flg-linear {
  display: inline-block;
  padding: 2px 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: normal;
}

.ss-flg-linear__color-1 {
  background: #e72e89;
  background: -webkit-linear-gradient(#e72e89, #cb1770);
  background: -o-linear-gradient(#e72e89, #cb1770);
  background: -moz-linear-gradient(#e72e89, #cb1770);
  background: linear-gradient(#e72e89, #cb1770);
}

.ss-flg-linear__color-2 {
  background: #2982a9;
  background: -webkit-linear-gradient(#2982a9, #1f6280);
  background: -o-linear-gradient(#2982a9, #1f6280);
  background: -moz-linear-gradient(#2982a9, #1f6280);
  background: linear-gradient(#2982a9, #1f6280);
}

.ss-flg-linear__color-3 {
  background: #81b80f;
  background: -webkit-linear-gradient(#81b80f, #60890b);
  background: -o-linear-gradient(#81b80f, #60890b);
  background: -moz-linear-gradient(#81b80f, #60890b);
  background: linear-gradient(#81b80f, #60890b);
}

.ss-flg-linear__color-4 {
  background: #ef7200;
  background: -webkit-linear-gradient(#ef7200, #bc5a00);
  background: -o-linear-gradient(#ef7200, #bc5a00);
  background: -moz-linear-gradient(#ef7200, #bc5a00);
  background: linear-gradient(#ef7200, #bc5a00);
}

.ss-flg-linear__left {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-flg-linear__right {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.ss-text-h1 {
  display: inline-block;
  font-size: 26px;
}

.ss-text-h1__color-1 {
  color: #e72e89;
}

.ss-text-h1__color-1 .fa, .ss-text-h1__color-1 .good-review:before, .ss-text-h1__color-1
.bad-review:before {
  color: #cb1770;
}

.ss-text-h1__color-2 {
  color: #2982a9;
}

.ss-text-h1__color-2 .fa, .ss-text-h1__color-2 .good-review:before, .ss-text-h1__color-2
.bad-review:before {
  color: #1f6280;
}

.ss-text-h1__color-3 {
  color: #81b80f;
}

.ss-text-h1__color-3 .fa, .ss-text-h1__color-3 .good-review:before, .ss-text-h1__color-3
.bad-review:before {
  color: #60890b;
}

.ss-text-h1__color-4 {
  color: #ef7200;
}

.ss-text-h1__color-4 .fa, .ss-text-h1__color-4 .good-review:before, .ss-text-h1__color-4
.bad-review:before {
  color: #bc5a00;
}

.ss-text-h1__line {
  padding: 0px 0px 7px 0px;
  border-bottom: 2px solid #ebebeb;
}

.ss-text-h2 {
  display: inline-block;
  font-size: 23px;
}

.ss-text-h2__color-1 {
  color: #e72e89;
}

.ss-text-h2__color-1 .fa, .ss-text-h2__color-1 .good-review:before, .ss-text-h2__color-1
.bad-review:before {
  color: #cb1770;
}

.ss-text-h2__color-2 {
  color: #2982a9;
}

.ss-text-h2__color-2 .fa, .ss-text-h2__color-2 .good-review:before, .ss-text-h2__color-2
.bad-review:before {
  color: #1f6280;
}

.ss-text-h2__color-3 {
  color: #81b80f;
}

.ss-text-h2__color-3 .fa, .ss-text-h2__color-3 .good-review:before, .ss-text-h2__color-3
.bad-review:before {
  color: #60890b;
}

.ss-text-h2__color-4 {
  color: #ef7200;
}

.ss-text-h2__color-4 .fa, .ss-text-h2__color-4 .good-review:before, .ss-text-h2__color-4
.bad-review:before {
  color: #bc5a00;
}

.ss-text-h2__line {
  padding: 0px 0px 7px 0px;
  border-bottom: 2px solid #ebebeb;
}

.ss-text-h3 {
  display: inline-block;
  font-size: 21px;
}

.ss-text-h3__color-1 {
  color: #e72e89;
}

.ss-text-h3__color-1 .fa, .ss-text-h3__color-1 .good-review:before, .ss-text-h3__color-1
.bad-review:before {
  color: #cb1770;
}

.ss-text-h3__color-2 {
  color: #2982a9;
}

.ss-text-h3__color-2 .fa, .ss-text-h3__color-2 .good-review:before, .ss-text-h3__color-2
.bad-review:before {
  color: #1f6280;
}

.ss-text-h3__color-3 {
  color: #81b80f;
}

.ss-text-h3__color-3 .fa, .ss-text-h3__color-3 .good-review:before, .ss-text-h3__color-3
.bad-review:before {
  color: #60890b;
}

.ss-text-h3__color-4 {
  color: #ef7200;
}

.ss-text-h3__color-4 .fa, .ss-text-h3__color-4 .good-review:before, .ss-text-h3__color-4
.bad-review:before {
  color: #bc5a00;
}

.ss-text-h3__line {
  padding: 0px 0px 7px 0px;
  border-bottom: 2px solid #ebebeb;
}

.ss-text-h4 {
  display: inline-block;
  font-size: 19px;
}

.ss-text-h4__color-1 {
  color: #e72e89;
}

.ss-text-h4__color-1 .fa, .ss-text-h4__color-1 .good-review:before, .ss-text-h4__color-1
.bad-review:before {
  color: #cb1770;
}

.ss-text-h4__color-2 {
  color: #2982a9;
}

.ss-text-h4__color-2 .fa, .ss-text-h4__color-2 .good-review:before, .ss-text-h4__color-2
.bad-review:before {
  color: #1f6280;
}

.ss-text-h4__color-3 {
  color: #81b80f;
}

.ss-text-h4__color-3 .fa, .ss-text-h4__color-3 .good-review:before, .ss-text-h4__color-3
.bad-review:before {
  color: #60890b;
}

.ss-text-h4__color-4 {
  color: #ef7200;
}

.ss-text-h4__color-4 .fa, .ss-text-h4__color-4 .good-review:before, .ss-text-h4__color-4
.bad-review:before {
  color: #bc5a00;
}

.ss-text-h4__line {
  padding: 0px 0px 7px 0px;
  border-bottom: 2px solid #ebebeb;
}

.ss-text-p, #carts-tour p, #carts-tour span, #carts-tour li,
#carts-destination p,
#carts-destination span,
#carts-destination li {
  color: #444 !important;
  line-height: 1.5 !important;
}

.ss-text-p__small {
  font-size: 14px !important;
}

.ss-text-p__big, #carts-tour p, #carts-tour span, #carts-tour li,
#carts-destination p,
#carts-destination span,
#carts-destination li {
  font-size: 16px !important;
}

.ss-text-p__inverse {
  color: #fff !important;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 2px;
  height: 24px;
  width: 24px;
  border: 2px solid #2982a9;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\f00c';
  position: absolute;
  top: 7px;
  right: 3px;
  font-size: 19px;
  font-family: FontAwesome;
  line-height: 0.8;
  color: #81b80f;
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:checked:hover + label:before {
  border: 2px solid #81b80f;
}

[type="checkbox"]:checked + label {
  color: #81b80f;
}

/* SS TAGY (System partS) */
/* POZOR!!! NĚKTERÉ TAGY MAJÍ NASTAVENOU HODNOTU IMPORTANT ZÁMĚRNĚ! JSOU OZNAČENY ss-I- */
.ss-col-1 {
  width: 5%;
}

.ss-col-2 {
  width: 10%;
}

.ss-col-3 {
  width: 15%;
}

.ss-col-4 {
  width: 20%;
}

.ss-col-5 {
  width: 25%;
}

.ss-col-6 {
  width: 30%;
}

.ss-col-7 {
  width: 35%;
}

.ss-col-8 {
  width: 40%;
}

.ss-col-9 {
  width: 45%;
}

.ss-col-10 {
  width: 50%;
}

.ss-col-11 {
  width: 55%;
}

.ss-col-12 {
  width: 60%;
}

.ss-col-13 {
  width: 65%;
}

.ss-col-14 {
  width: 70%;
}

.ss-col-15 {
  width: 75%;
}

.ss-col-16 {
  width: 80%;
}

.ss-col-17 {
  width: 85%;
}

.ss-col-18 {
  width: 90%;
}

.ss-col-19 {
  width: 95%;
}

.ss-col-20 {
  width: 100%;
}

.ss-col-auto {
  width: auto;
}

/* PADDING */
.ss-I-pad-0 {
  padding: 0px !important;
}

.ss-I-pad-5 {
  padding: 5px !important;
}

.ss-I-pad-5-top {
  padding-top: 5px !important;
}

.ss-I-pad-5-right {
  padding-right: 5px !important;
}

.ss-I-pad-5-bottom {
  padding-bottom: 5px !important;
}

.ss-I-pad-5-left {
  padding-left: 5px !important;
}

.ss-I-pad-10 {
  padding: 10px !important;
}

.ss-I-pad-10-top {
  padding-top: 10px !important;
}

.ss-I-pad-10-right {
  padding-right: 10px !important;
}

.ss-I-pad-10-bottom {
  padding-bottom: 10px !important;
}

.ss-I-pad-10-left {
  padding-left: 10px !important;
}

.ss-I-pad-15 {
  padding: 15px !important;
}

.ss-I-pad-15-top {
  padding-top: 15px !important;
}

.ss-I-pad-15-right {
  padding-right: 15px !important;
}

.ss-I-pad-15-bottom {
  padding-bottom: 15px !important;
}

.ss-I-pad-15-left {
  padding-left: 15px !important;
}

.ss-I-pad-20 {
  padding: 20px !important;
}

.ss-I-pad-20-top {
  padding-top: 20px !important;
}

.ss-I-pad-20-right {
  padding-right: 20px !important;
}

.ss-I-pad-20-bottom {
  padding-bottom: 20px !important;
}

.ss-I-pad-20-left {
  padding-left: 20px !important;
}

/* VYUŽÍVAT POUZE PRO VLAJKY */
.ss-I-flag-top {
  padding-top: 7px !important;
}

.ss-I-flag-bottom {
  padding-bottom: 7px !important;
}

/* VYUŽÍVAT POUZE PRO FONT AWESOME */
.ss-I-fa-top {
  padding-top: 6px !important;
}

.ss-I-fa-right {
  padding-right: 6px !important;
}

.ss-I-fa-bottom {
  padding-bottom: 6px !important;
}

.ss-I-fa-left {
  padding-left: 6px !important;
}

/* MARGIN */
.ss-I-mag-10 {
  margin: 10px !important;
}

.ss-I-mag-10-top {
  margin-top: 10px !important;
}

.ss-I-mag-10-right {
  margin-right: 10px !important;
}

.ss-I-mag-10-bottom {
  margin-bottom: 10px !important;
}

.ss-I-mag-10-left {
  margin-left: 10px !important;
}

.ss-I-mag-15 {
  margin: 15px !important;
}

.ss-I-mag-15-top {
  margin-top: 15px !important;
}

.ss-I-mag-15-right {
  margin-right: 15px !important;
}

.ss-I-mag-15-bottom {
  margin-bottom: 15px !important;
}

.ss-I-mag-15-left {
  margin-left: 15px !important;
}

.ss-I-mag-20 {
  margin: 20px !important;
}

.ss-I-mag-20-top {
  margin-top: 20px !important;
}

.ss-I-mag-20-right {
  margin-right: 20px !important;
}

.ss-I-mag-20-bottom {
  margin-bottom: 20px !important;
}

.ss-I-mag-20-left {
  margin-left: 20px !important;
}

button,
button:focus,
button:checked,
button:enabled,
button:link,
button:active,
button:hover,
button:target,
button:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button {
  background: none;
  border: none;
  outtable: none;
  box-shadow: none;
  border-radius: none;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
  visibility: hidden;
}

input {
  outline: none;
  border: none;
}

details summary::-webkit-details-marker {
  display: none;
}

body {
  background: white;
}

.ui-datepicker {
  z-index: 11000 !important;
}

.ss-content {
  position: relative;
  margin: 15px auto;
  max-width: 1170px;
}

@media (max-width: 1090px) {
  .ss-content {
    padding: 0px 15px;
  }
}

.ss-vv .ss-content {
  padding: 0px;
}

#ui-id-1 {
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2px 0px;
  max-height: 400px !important;
  max-width: 270px !important;
  list-style: none;
}

#ui-id-1 .ui-menu-item,
#ui-id-1 .ui-menu-item-wrapper {
  padding: 3px 5px;
  cursor: pointer;
}

#ui-id-1 .ui-menu-item:hover,
#ui-id-1 .ui-menu-item-wrapper:hover {
  padding: 3px 5px;
  border: none !important;
  background: #81b80f !important;
  color: white !important;
}

.ss-header-top {
  margin-bottom: 0px;
  min-height: 40px;
  height: 40px;
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #f7f7f7 !important;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.ss-header-bottom {
  background: white;
  border: none;
  border-bottom: 0px solid #ebebeb !important;
}

.ss-header-container {
  margin: 0px auto;
  padding: 0px;
  height: auto;
  width: 100%;
  max-width: 1200px;
}

.fix-firefox {
  float: left;
  line-height: 22px !important;
}

.ss-top-navbar-wishlist {
  margin-left: 0 !important;
}

.ss-top-navbar-wishlist .ss-top-wishlist-a {
  padding: 10px 0;
}

.ss-top-navbar-wishlist .ss-top-wishlist-a .fa, .ss-top-navbar-wishlist .ss-top-wishlist-a .good-review:before, .ss-top-navbar-wishlist .ss-top-wishlist-a
.bad-review:before {
  display: inline-block;
  font-size: 15px;
  padding-right: 0 !important;
}

.ss-top-navbar-wishlist .ss-top-wishlist-a .cartCountDiv {
  display: inline-block;
}

.ss-footer {
  position: relative;
  float: left;
  width: 100%;
  z-index: 6000;
}

.ss-footer-top {
  overflow-y: auto;
  padding: 20px 0px;
  height: 100%;
  width: 100%;
  background: #e8e8e8;
}

.ss-footer-top__box {
  float: left;
  width: 25%;
}

@media (max-width: 1090px) {
  .ss-footer-top__box {
    margin: 10px 0px;
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 790px) {
  .ss-footer-top__box {
    margin: 10px 0px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 790px) {
  .ss-footer-top__box {
    height: 100%;
    min-height: 120px;
  }
}

.ss-footer-top__logo-img {
  display: block;
  clear: both;
  width: 100%;
}

.ss-footer-top__logo-img img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.ss-footer-top__logo-img img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.ss-footer-top__logo-text {
  display: block;
  clear: both;
  margin: 15px 0px 0px;
  width: 100%;
  font-size: 20px;
  font-family: 'Caveat', cursive;
  color: #1a1a1a;
}

.ss-footer-top__logo-facebook {
  display: block;
  clear: both;
  margin: 10px 0px 0px;
  width: 100%;
}

.ss-footer-top__destinations-title, .ss-footer-top__links-title {
  display: block;
  clear: both;
  width: 100%;
}

.ss-footer-top__destinations-item, .ss-footer-top__destinations-item:visited, .ss-footer-top__links-item, .ss-footer-top__links-item:visited {
  padding: 0px 4px 0px 0px;
  color: #1a1a1a;
}

@media (min-width: 1090px) {
  .ss-footer-top__destinations {
    padding: 0px 10px 0px 20px;
  }
}

@media (min-width: 1090px) {
  .ss-footer-top__links {
    padding: 0px 40px 0px 10px;
  }
}

.ss-footer-top__other {
  float: right;
}

@media (max-width: 1090px) {
  .ss-footer-top__other {
    text-align: center;
  }
}

.ss-footer-top__other-title {
  display: block;
  clear: both;
  color: #1a1a1a;
}

.ss-footer-top__other-newsletter {
  margin: 15px auto;
  max-width: 400px;
  text-align: center;
}

.ss-footer-top__other-newsletter input[type="text"] {
  float: left;
  padding: 0px 8px;
  height: 35px;
  width: 60%;
  font-size: 14px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 400px) {
  .ss-footer-top__other-newsletter input[type="text"] {
    clear: both;
    margin: 0px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
  }
}

@media (min-width: 1090px) and (max-width: 1490px) {
  .ss-footer-top__other-newsletter input[type="text"] {
    clear: both;
    margin: 0px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
  }
}

.ss-footer-top__other-newsletter input[type="submit"] {
  float: right;
  padding: 8px 14px;
  width: 40%;
  text-transform: uppercase;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

@media (max-width: 400px) {
  .ss-footer-top__other-newsletter input[type="submit"] {
    clear: both;
    margin: 0px;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
  }
}

@media (min-width: 1090px) and (max-width: 1490px) {
  .ss-footer-top__other-newsletter input[type="submit"] {
    clear: both;
    margin: 0px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
  }
}

.ss-footer-top__other-newsletter span span {
  display: none;
}

.ss-footer-top__other-button {
  display: inline-block;
  clear: both;
  margin: 25px auto 0px;
  padding: 12px 17px;
  background: #404040;
  color: white;
  text-align: center;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-footer-top__other-button:hover {
  background: #81b80f;
  color: white;
}

.ss-footer-bottom {
  overflow-y: auto;
  padding: 7px 0px;
  height: 100%;
  width: 100%;
  background: #404040;
}

.ss-footer-bottom__text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #bfbfbf;
}

.ss-footer-container {
  margin: 0px auto;
  padding: 0px 10px;
  height: auto;
  width: 100%;
  max-width: 1200px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #2982a9;
}

.ss-top-navbar-nav {
  position: relative;
  margin: 0px;
  height: 40px;
  width: 100%;
}

.ss-top-navbar-nav .dropdown-menu {
  left: auto;
  right: 0px;
  min-width: 120px;
}

.ss-top-navbar-nav .dropdown-menu .ss-top-navbar-lang {
  text-transform: uppercase;
}

.navbar-nav {
  color: #2982a9;
}

.navbar-nav .ss-top-navbar-a {
  padding: 10px 10px;
  height: 39px;
  line-height: 20px;
  color: #2982a9;
  background: transparent !important;
  white-space: nowrap;
}

.navbar-nav .ss-top-navbar-a:hover {
  color: #fff !important;
  background: #2982a9 !important;
}

.navbar-nav .ss-top-navbar-a address {
  margin-bottom: 0px;
  line-height: 1.5;
}

.navbar-nav .dropdown-toggle .ss-top-navbar-a {
  padding: 8px 10px;
  color: #2982a9;
}

.navbar-nav .dropdown-toggle .ss-top-navbar-a:hover {
  color: white;
}

.navbar-nav .ss-top-navbar-a__icon {
  margin: 0px;
  padding: 10px;
  line-height: 20px;
  color: #2982a9;
}

.navbar-nav .ss-top-navbar-a__icon:hover {
  color: white;
}

.navbar-nav .ss-top-navbar-a__icon span {
  margin-top: 4px;
  color: #2982a9;
}

.navbar-nav .ss-top-navbar-a__icon span:hover {
  color: white;
}

.ss-top-navbar-li__login {
  padding: 0px 2% 0px 0px;
  height: 40px;
  max-width: 200px;
}

@media (min-width: 790px) {
  .ss-top-navbar-li__login {
    margin: 0px 0px 0px 0px;
    padding-right: 5px;
    max-width: 170px;
  }
}

.navbar .ss-navbar-button {
  border: none;
  color: #333333;
  background: transparent;
}

.navbar .ss-navbar-button:hover {
  color: #333333;
  background: #dedede;
}

.ss-logo-small {
  height: 50px;
}

.ss-logo-small img {
  position: absolute;
  top: -40px;
  z-index: 9;
}

.ss-logo-big {
  height: 70px;
}

.ss-logo-big img {
  position: absolute;
  top: -40px;
  z-index: 9;
  height: auto;
  width: 150px;
}

.ss-flag {
  height: 24px;
}

.ss-bottom-navbar-a {
  margin-top: 12px;
  font-size: 14px;
}

.navbar-default .navbar-nav .ss-bottom-navbar-a a {
  text-transform: uppercase;
  font-weight: 800;
  color: #ef7200;
}

.navbar-default .navbar-nav .ss-bottom-navbar-a a:hover {
  color: #81b80f;
}

.ss-mobile-menu {
  background: #2982a9;
}

.ss-mob-row {
  clear: both;
  padding: 15px 10px;
  height: 65px;
}

.ss-mob-head-backcolor {
  color: #333333;
  background: white;
}

.ss-mob-main-backcolor {
  background: #81b80f;
  border-bottom: 1px solid #a2e713;
}

.ss-mob-main-backcolor .c-menu__link {
  color: white !important;
  font-size: 15px;
}

.ss-mob-minor-backcolor {
  background: #2982a9;
  border-bottom: 1px solid #247294;
}

.ss-mob-minor-backcolor .c-menu__link {
  color: white !important;
  font-size: 15px;
}

.ss-mob-title {
  margin-top: 3px;
  font-size: 20px;
}

.LoginTest-box {
  display: inline-block;
}

/* The main calendar widget.  DIV containing a table. */
body .calendar {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  position: absolute;
  z-index: 7000;
  display: none;
  color: #000;
  cursor: default;
  background: white;
  border: 1px solid #eaeaea;
  padding: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

body .calendar table {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  cursor: default;
  background: none;
  border: none;
  margin-bottom: 0;
  border-collapse: separate;
}

body .calendar .button {
  /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: none;
}

body .calendar .nav {
  background: #2982a9;
  color: white;
}

body .calendar thead td {
  background: #2982a9;
  color: white;
}

body .calendar thead tr:first-child .button:first-child {
  border-radius: 3px 0 0 0;
}

body .calendar thead tr:first-child .button:last-child {
  border-radius: 0 3px 0 0;
}

body .calendar thead .headrow .button:first-child {
  border-radius: 0 0 0 3px;
}

body .calendar thead .headrow .button:last-child {
  border-radius: 0 0 3px 0;
}

body .calendar thead .title {
  /* This holds the current "month, year" */
  font-weight: normal;
  padding: 1px;
  border: none;
  text-align: center;
  background: #2982a9;
  color: white;
}

body .calendar thead .headrow, body .calendar thead .daynames {
  /* Row <TR> containing navigation buttons */
}

body .calendar thead .name {
  /* Cells <TD> containing the day names */
  border: 1px solid #FFF;
  padding: 5px;
  text-align: center;
  background: white;
  color: #2982a9;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  border: 1px solid #2982a9;
  border-left: 0;
  border-right: 0;
}

body .calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #2982a9;
}

body .calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  border: none;
  /*padding: 0px;*/
  background-color: #247294;
  color: white;
}

body .calendar thead .active {
  /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border: none;
  background-color: none;
}

body .calendar tbody .day {
  /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 8px 2px 8px;
  background-color: #FFFFFF;
  border: 1px solid lightgray;
  text-align: center;
  font-size: 12px;
}

body .calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}

body .calendar tbody .day.disabled {
  color: #b4b4b4;
}

body .calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

body .calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

body .calendar tbody .rowhilite td {
  background: #FFFFFF;
}

body .calendar tbody .rowhilite td.wn {
  /*background: #d4d0c8;*/
}

body .calendar tbody td {
  border-radius: 3px;
}

body .calendar tbody td.hilite, body .calendar tbody td.active {
  /* Hovered cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid #2982a9;
  background-color: #81b80f;
  color: #FFF;
}

body .calendar tbody td.selected {
  /* Cell showing selected date */
  font-weight: normal;
  border: 1px solid #2982a9;
  padding: 2px 2px 0px 2px;
  background: #e72e89;
  color: white;
}

body .calendar tbody td.selected:hover {
  /* Cell showing selected date */
  color: #e72e89;
}

body .calendar tbody td.weekend {
  /* Cells showing weekend days */
  color: black;
}

body .calendar tbody td.weekend:hover {
  /* Cells showing weekend days hover */
  color: #FFF;
}

body .calendar tbody td.today {
  /* Cell showing today date */
  font-weight: normal;
  background-color: white;
  border: 1px solid #e72e89;
  color: #e72e89;
}

body .calendar tbody .disabled {
  color: #999;
}

body .calendar tbody .emptycell {
  /* Empty cells (the best is to hide them) */
  /*visibility: hidden;*/
  border: 1px solid #FFF;
  padding: 2px 0px 0px 2px;
}

body .calendar tbody .emptyrow {
  /* Empty row (some months need less than 6 rows) */
  display: none;
}

body .calendar tfoot .footrow {
  /* Empty row (some months need less than 6 rows) */
  display: none;
}

body .calendar tfoot .ttip {
  /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: none;
  background: none;
  color: #000;
  text-align: center;
}

body .calendar tfoot .hilite {
  /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

body .calendar tfoot .active {
  /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

body .calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

body .calendar .combo .label {
  text-align: center;
  padding: 1px;
}

/* Header part -- contains navigation buttons and day names. */
/* The body part -- contains all the days in month. */
/* The footer part -- status bar and "Close" button */
/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

body .calendar .combo .label-IEfix {
  width: 4em;
}

body .calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

body .calendar .combo .hilite {
  background: #048;
  color: #fea;
}

body .calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

body .calendar td.time .hour {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .minute, .calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

body .calendar td.time .ampm {
  text-align: center;
}

body .calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

body .calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

body .calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

.js-animated {
  animation-duration: 2s;
}

.js-delay {
  animation-delay: 1s;
}

.swiper-container {
  width: 100%;
  float: left;
  height: 600px;
}

@media screen and (max-width: 1920px) {
  .swiper-container {
    height: 600px;
  }
}

@media screen and (max-width: 1490px) {
  .swiper-container {
    height: 500px;
  }
}

@media screen and (max-width: 1090px) {
  .swiper-container {
    height: 350px;
  }
}

@media screen and (max-width: 790px) {
  .swiper-container {
    height: 300px;
  }
}

.swiper-container .swiper-slide {
  position: relative;
  cursor: pointer;
}

.swiper-container .swiper-slide h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 4em;
}

@media screen and (max-width: 790px) {
  .swiper-container .swiper-slide h1 {
    font-size: 3em;
  }
}

.swiper-container .swiper-slide strong {
  float: left;
  width: 100%;
  margin-top: -10px;
  color: #fcc017;
  font-size: 1.6em;
}

.swiper-container .swiper-slide div.border {
  float: left;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 15px;
}

.swiper-container .swiper-slide p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.7em;
  margin-top: 10px;
  line-height: 1;
}

@media screen and (max-width: 590px) {
  .swiper-container .swiper-slide p {
    font-size: 2.2em;
  }
}

.swiper-container .swiper-slide span {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}

.swiper-container .swiper-slide a {
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  overflow: hidden;
}

.swiper-container .swiper-slide a:hover {
  padding: 10px 30px 10px 30px;
}

.swiper-container .swiper-slide a:hover img {
  margin-left: -10px;
  margin-right: 10px;
  transform: rotate(360deg);
}

.swiper-container .swiper-slide a img {
  margin-left: -60px;
  margin-right: 30px;
  transition: all 0.4s ease;
  width: 24px;
  height: 24px;
  float: left;
}

@media screen and (max-width: 1090px) {
  .swiper-container .swiper-slide a img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 590px) {
  .swiper-container .swiper-slide a img {
    width: 16px;
    height: 16px;
  }
}

.swiper-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.swiper-container .swiper-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.swiper-container .swiper-absolute-control {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 490px) {
  .swiper-container .swiper-absolute-control {
    margin-top: -17px;
  }
}

.swiper-container .swiper-fix-width {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-top: 100px;
}

@media screen and (max-width: 1490px) {
  .swiper-container .swiper-fix-width {
    margin-top: 75px;
  }
}

@media screen and (max-width: 1090px) {
  .swiper-container .swiper-fix-width {
    margin-top: 20px;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 790px) {
  .swiper-container .swiper-fix-width {
    margin-top: 10px;
    font-size: 0.75em;
    max-width: 400px;
  }
}

@media screen and (max-width: 590px) {
  .swiper-container .swiper-fix-width {
    margin-top: 10px;
    font-size: 0.65em;
    max-width: 350px;
  }
}

@media screen and (max-width: 490px) {
  .swiper-container .swiper-fix-width {
    max-width: 250px;
  }
}

.swiper-container .swiper-fix-width-control {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  background: none;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 55px;
  color: #fff;
}

.swiper-container .swiper-button-prev svg, .swiper-container .swiper-button-next svg {
  width: 55px;
  height: 55px;
}

.swiper-container .swiper-button-prev:hover svg path, .swiper-container .swiper-button-next:hover svg path {
  fill: #e72e89 !important;
}

@media screen and (max-width: 490px) {
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
  .swiper-container .swiper-button-prev svg, .swiper-container .swiper-button-next svg {
    width: 35px;
    height: 35px;
  }
}

.swiper-container .swiper-button-prev img, .swiper-container .swiper-button-next img {
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 490px) {
  .swiper-container .swiper-button-prev img, .swiper-container .swiper-button-next img {
    width: 35px;
    height: 35px;
  }
}

.swiper-container .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-container .swiper-pagination-bullets {
  bottom: 110px !important;
}

@media screen and (max-width: 1490px) {
  .swiper-container .swiper-pagination-bullets {
    bottom: 60px !important;
  }
}

@media screen and (max-width: 1090px) {
  .swiper-container .swiper-pagination-bullets {
    bottom: 30px !important;
  }
}

@media screen and (max-width: 590px) {
  .swiper-container .swiper-pagination-bullets {
    bottom: 40px !important;
  }
}

.swiper-container picture::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-2,
.swiper-container-4 {
  float: left;
  width: 100%;
  overflow: hidden;
}

.swiper-container-2 .swiper-wrapper,
.swiper-container-4 .swiper-wrapper {
  z-index: 1000;
}

.swiper-container-2 .product,
.swiper-container-4 .product {
  width: 100%;
  float: left;
  cursor: pointer;
  /*&:hover .image::after {
    	background: rgba(0,0,0,0.0);
    	transition: all 0.4s ease;
      }*/
}

.swiper-container-2 .product:hover .image img,
.swiper-container-4 .product:hover .image img {
  width: 110%;
}

.swiper-container-2 .product:hover .flag-container,
.swiper-container-4 .product:hover .flag-container {
  opacity: 0 !important;
}

.swiper-container-2 .product h3,
.swiper-container-4 .product h3 {
  margin-top: 0;
  margin-bottom: 5px;
  min-height: 48px;
}

.swiper-container-2 .product h3:hover,
.swiper-container-4 .product h3:hover {
  color: #2982a9;
}

.swiper-container-2 .product .destination,
.swiper-container-4 .product .destination {
  float: left;
  font-size: 14px;
  color: #555;
}

.swiper-container-2 .product .letovisko,
.swiper-container-4 .product .letovisko {
  float: left;
  font-size: 14px;
  color: #555;
  margin-left: 10px;
}

.swiper-container-2 .product .letovisko i,
.swiper-container-2 .product .destination i,
.swiper-container-4 .product .letovisko i,
.swiper-container-4 .product .destination i {
  margin-right: 5px;
  color: #2982a9;
}

.swiper-container-2 .product .letovisko:hover,
.swiper-container-2 .product .destination:hover,
.swiper-container-4 .product .letovisko:hover,
.swiper-container-4 .product .destination:hover {
  color: #2982a9;
}

.swiper-container-2 .product .image,
.swiper-container-4 .product .image {
  float: left;
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  /*&::after {
      	  content: "";
      	  position: absolute;
      	  left: 0;
      	  top: 0;
      	  width: 100%;
      	  height: 100%;
      	  background: rgba(0,0,0,0);
          background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,1) 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(52%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
          background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,1) 100%);
          background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,1) 100%);
          background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,1) 100%);
          background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    	  transition: all 0.4s ease;
      	}*/
}

.swiper-container-2 .product .image img,
.swiper-container-4 .product .image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.swiper-container-2 .product .image div.flag-container,
.swiper-container-4 .product .image div.flag-container {
  float: left;
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease;
}

.swiper-container-2 .product .image .price-flag,
.swiper-container-4 .product .image .price-flag {
  float: left;
  padding: 3px 8px 1px;
  font-size: 12px;
  font-weight: bold;
  background: #fcc017;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
}

.swiper-container-2 .product .image .stars,
.swiper-container-4 .product .image .stars {
  position: absolute;
  top: 10px;
  right: 10px;
}

.swiper-container-2 .product .image .stars i,
.swiper-container-4 .product .image .stars i {
  float: right;
  font-size: 20px;
  color: #ef7200;
  margin-left: 5px;
}

.swiper-container-2 .product .white-box,
.swiper-container-4 .product .white-box {
  background: #fff;
  float: left;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #ccc;
}

.swiper-container-2 .product .white-box .information,
.swiper-container-4 .product .white-box .information {
  float: left;
  width: 100%;
  padding: 20px 10px;
}

.swiper-container-2 .product p,
.swiper-container-4 .product p {
  line-height: 1;
  float: left;
  width: 100%;
  height: 16px;
}

.swiper-container-2 .product p i,
.swiper-container-4 .product p i {
  color: #81b80f;
  width: 25px;
}

.swiper-container-2 .product p i img,
.swiper-container-4 .product p i img {
  width: 16px;
  margin-right: 10px;
}

.swiper-container-2 .product p i svg,
.swiper-container-4 .product p i svg {
  width: 16px;
  margin-right: 10px;
  fill: #81b80f !important;
}

.swiper-container-2 .product .price,
.swiper-container-4 .product .price {
  float: right;
  background: #2982a9;
  padding: 5px 20px;
  color: #fff;
  font-size: 15px;
}

.swiper-container-2 .product .price strong,
.swiper-container-4 .product .price strong {
  font-size: 20px;
}

.swiper-container-2 .product .link,
.swiper-container-4 .product .link {
  float: left;
  padding: 5px 10px;
  font-size: 16px;
  color: #e72e89;
}

.swiper-container-2 .product .link:hover,
.swiper-container-4 .product .link:hover {
  color: #81b80f;
}

.swiper-container-2 .swiper-absolute-control,
.swiper-container-4 .swiper-absolute-control {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 0;
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
  z-index: 999;
}

@media screen and (max-width: 1390px) {
  .swiper-container-2 .swiper-absolute-control,
  .swiper-container-4 .swiper-absolute-control {
    top: auto;
    bottom: -25px;
    padding: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.swiper-container-2 .swiper-fix-width,
.swiper-container-4 .swiper-fix-width {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-top: 120px;
}

.swiper-container-2 .swiper-fix-width-control,
.swiper-container-4 .swiper-fix-width-control {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

.swiper-container-2 .swiper-button-prev-2,
.swiper-container-2 .swiper-button-prev-4,
.swiper-container-4 .swiper-button-prev-2,
.swiper-container-4 .swiper-button-prev-4 {
  float: left;
}

.swiper-container-2 .swiper-button-next-2,
.swiper-container-2 .swiper-button-next-4,
.swiper-container-4 .swiper-button-next-2,
.swiper-container-4 .swiper-button-next-4 {
  float: right;
}

.swiper-container-2 .swiper-button-prev-2, .swiper-container-2 .swiper-button-next-2,
.swiper-container-2 .swiper-button-prev-4, .swiper-container-2 .swiper-button-next-4,
.swiper-container-4 .swiper-button-prev-2,
.swiper-container-4 .swiper-button-next-2,
.swiper-container-4 .swiper-button-prev-4,
.swiper-container-4 .swiper-button-next-4 {
  background: none;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  cursor: pointer;
}

.swiper-container-2 .swiper-button-prev-2 svg, .swiper-container-2 .swiper-button-next-2 svg,
.swiper-container-2 .swiper-button-prev-4 svg, .swiper-container-2 .swiper-button-next-4 svg,
.swiper-container-4 .swiper-button-prev-2 svg,
.swiper-container-4 .swiper-button-next-2 svg,
.swiper-container-4 .swiper-button-prev-4 svg,
.swiper-container-4 .swiper-button-next-4 svg {
  width: 55px;
  height: 55px;
}

.swiper-container-2 .swiper-button-prev-2 svg path, .swiper-container-2 .swiper-button-next-2 svg path,
.swiper-container-2 .swiper-button-prev-4 svg path, .swiper-container-2 .swiper-button-next-4 svg path,
.swiper-container-4 .swiper-button-prev-2 svg path,
.swiper-container-4 .swiper-button-next-2 svg path,
.swiper-container-4 .swiper-button-prev-4 svg path,
.swiper-container-4 .swiper-button-next-4 svg path {
  fill: #2982a9 !important;
}

.swiper-container-2 .swiper-button-prev-2:hover svg path, .swiper-container-2 .swiper-button-next-2:hover svg path,
.swiper-container-2 .swiper-button-prev-4:hover svg path, .swiper-container-2 .swiper-button-next-4:hover svg path,
.swiper-container-4 .swiper-button-prev-2:hover svg path,
.swiper-container-4 .swiper-button-next-2:hover svg path,
.swiper-container-4 .swiper-button-prev-4:hover svg path,
.swiper-container-4 .swiper-button-next-4:hover svg path {
  fill: #e72e89 !important;
}

@media screen and (max-width: 490px) {
  .swiper-container-2 .swiper-button-prev-2, .swiper-container-2 .swiper-button-next-2,
  .swiper-container-2 .swiper-button-prev-4, .swiper-container-2 .swiper-button-next-4,
  .swiper-container-4 .swiper-button-prev-2,
  .swiper-container-4 .swiper-button-next-2,
  .swiper-container-4 .swiper-button-prev-4,
  .swiper-container-4 .swiper-button-next-4 {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
  .swiper-container-2 .swiper-button-prev-2 svg, .swiper-container-2 .swiper-button-next-2 svg,
  .swiper-container-2 .swiper-button-prev-4 svg, .swiper-container-2 .swiper-button-next-4 svg,
  .swiper-container-4 .swiper-button-prev-2 svg,
  .swiper-container-4 .swiper-button-next-2 svg,
  .swiper-container-4 .swiper-button-prev-4 svg,
  .swiper-container-4 .swiper-button-next-4 svg {
    width: 35px;
    height: 35px;
  }
}

.swiper-container-2 .swiper-pagination-bullets,
.swiper-container-4 .swiper-pagination-bullets {
  float: left;
  width: 100%;
  position: relative;
  bottom: 0 !important;
  margin-top: 30px;
}

.swiper-container-2 .swiper-pagination-bullet,
.swiper-container-4 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #2982a9;
  opacity: 1;
}

.swiper-container-2 .swiper-pagination-bullet-active,
.swiper-container-4 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2982a9;
}

.swiper-container-3 {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #2982a9;
  border-bottom: 5px solid #2982a9;
}

@media screen and (max-width: 590px) {
  .swiper-container-3 {
    font-size: 0.9em;
  }
}

.swiper-container-3 .absolute-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-3 .absolute-box .fix-width {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding: 0px 70px;
  margin-top: 40px;
}

@media screen and (max-width: 1490px) {
  .swiper-container-3 .absolute-box .fix-width {
    margin-top: 15px;
  }
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box .fix-width {
    margin-top: 0px;
  }
}

@media screen and (max-width: 590px) {
  .swiper-container-3 .absolute-box .fix-width {
    padding: 0px 40px;
  }
}

.swiper-container-3 .absolute-box .stars {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box .stars {
    margin-bottom: 5px;
  }
}

.swiper-container-3 .absolute-box .stars i {
  font-size: 1.4em;
  color: #ef7200;
  margin: 5px;
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box .stars i {
    font-size: 1.0em;
  }
}

.swiper-container-3 .absolute-box .border-fix {
  float: left;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 15px 0;
}

@media screen and (max-width: 1490px) {
  .swiper-container-3 .absolute-box .border-fix {
    margin: 7px 0;
  }
}

.swiper-container-3 .absolute-box h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 2.6em;
}

@media screen and (max-width: 1490px) {
  .swiper-container-3 .absolute-box h3 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box h3 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 590px) {
  .swiper-container-3 .absolute-box h3 {
    font-size: 1.6em;
  }
}

.swiper-container-3 .absolute-box span {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box span {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 490px) {
  .swiper-container-3 .absolute-box span {
    display: none;
  }
}

.swiper-container-3 .absolute-box .border {
  font-size: 1.2em;
  color: #fff;
  padding: 10px 30px;
  border: 2px solid #fff;
  margin-right: 15px;
  transition: all 0.4s ease;
}

.swiper-container-3 .absolute-box .border:hover {
  border: 2px solid #e72e89;
  color: #e72e89;
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box .border {
    padding: 5px 15px;
  }
}

.swiper-container-3 .absolute-box .fill {
  font-size: 1.2em;
  color: #fff;
  padding: 10px;
  border: 2px solid #e72e89;
  background: #e72e89;
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box .fill {
    padding: 5px;
  }
}

@media screen and (max-width: 490px) {
  .swiper-container-3 .absolute-box .fill {
    display: none;
  }
}

.swiper-container-3 .absolute-box p {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 1490px) {
  .swiper-container-3 .absolute-box p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 790px) {
  .swiper-container-3 .absolute-box p {
    font-size: 0.8em;
  }
}

.swiper-container-3 .absolute-box p .color {
  color: #81b80f;
  font-size: 1.7em;
  padding: 2px 5px;
  bottom: 5px;
  position: relative;
  margin-right: 5px;
}

.swiper-container-3 .absolute-box p .big {
  color: #fff;
  font-size: 2.6em;
}

.swiper-container-3 .absolute-box p .sale {
  color: #fff;
  font-size: 1.7em;
  padding: 2px 5px;
  background: #81b80f;
  bottom: 5px;
  position: relative;
  margin-left: 10px;
}

.swiper-container-3 .image {
  width: 100%;
  overflow: hidden;
}

.swiper-container-3 .image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-container-3 .swiper-absolute-control {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 490px) {
  .swiper-container-3 .swiper-absolute-control {
    margin-top: -17px;
  }
}

.swiper-container-3 .swiper-fix-width-control {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.swiper-container-3 .swiper-button-prev-3 {
  float: left;
}

.swiper-container-3 .swiper-button-next-3 {
  float: right;
}

.swiper-container-3 .swiper-button-prev-3, .swiper-container-3 .swiper-button-next-3 {
  background: none;
  width: 55px;
  height: 55px;
  text-align: center;
  font-size: 55px;
  color: #fff;
  cursor: pointer;
}

.swiper-container-3 .swiper-button-prev-3 svg, .swiper-container-3 .swiper-button-next-3 svg {
  width: 55px;
  height: 55px;
}

.swiper-container-3 .swiper-button-prev-3:hover svg path, .swiper-container-3 .swiper-button-next-3:hover svg path {
  fill: #e72e89 !important;
}

@media screen and (max-width: 490px) {
  .swiper-container-3 .swiper-button-prev-3, .swiper-container-3 .swiper-button-next-3 {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
  .swiper-container-3 .swiper-button-prev-3 svg, .swiper-container-3 .swiper-button-next-3 svg {
    width: 35px;
    height: 35px;
  }
}

.swiper-container-3 .swiper-button-prev-3 img, .swiper-container-3 .swiper-button-next-3 img {
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 490px) {
  .swiper-container-3 .swiper-button-prev-3 img, .swiper-container-3 .swiper-button-next-3 img {
    width: 35px;
    height: 35px;
  }
}

.swiper-container-3 .swiper-pagination-3 {
  position: absolute;
  bottom: 10px !important;
  left: 0 !important;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.swiper-container-3 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
}

.swiper-container-3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

/* STYLY PRO SLIDER POROVNAVAC  */
.ss-compare {
  float: left;
  width: 200px;
}

@media (max-width: 590px) {
  .ss-compare {
    width: 140px;
  }
}

.ss-compare .fa, .ss-compare .good-review:before, .ss-compare
.bad-review:before {
  color: #81b80f;
  margin: 0px 5px;
}

.ss-compare__item {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #ccc;
  text-align: center;
}

@media (max-width: 590px) {
  .ss-compare__item span {
    font-size: 12px;
  }
}

.ss-compare--delete {
  height: 45px;
  line-height: 45px;
}

.ss-compare--delete input {
  padding: 0px 35px !important;
  height: 44px;
  width: 100%;
  line-height: 44px;
}

.ss-compare--hotel {
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.ss-compare--hotel span {
  color: #2982a9;
  font-size: 16px;
}

.ss-compare--image {
  overflow: hidden;
  height: 114px;
  line-height: 112px;
}

.ss-compare--image img {
  height: 113px;
  width: auto;
}

.ss-compare--order a {
  padding: 0px 35px;
  width: 100%;
}

.ss-compare--info .fa, .ss-compare--info .good-review:before, .ss-compare--info
.bad-review:before {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 10px 0px 15px;
}

@media (max-width: 590px) {
  .ss-compare--info .fa, .ss-compare--info .good-review:before, .ss-compare--info
  .bad-review:before {
    margin: 0px 5px 0px 10px;
  }
}

.ss-compare--info span {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

@media (max-width: 590px) {
  .ss-compare--info span {
    font-size: 12px;
  }
}

.ss-compare--info .ss-compare__item {
  text-align: left;
}

.ss-compare--info .ss-compare--delete:after {
  display: none;
  content: "";
}

.ss-compare--info .ss-compare--hotel {
  text-align: left;
}

.ss-compare--info .ss-compare--hotel .fa, .ss-compare--info .ss-compare--hotel .good-review:before, .ss-compare--info .ss-compare--hotel
.bad-review:before {
  color: #81b80f;
}

.ss-compare--info .ss-compare--hotel span {
  color: #222;
}

.ss-compare-slide {
  float: left;
  padding-bottom: 40px;
  width: calc(100% - 200px);
}

@media (max-width: 590px) {
  .ss-compare-slide {
    width: calc(100% - 140px);
  }
}

.ss-compare-slide .swiper-container-compare {
  overflow: hidden;
  padding: 0 10px;
}

.ss-compare-slide .swiper-container-compare .swiper-slide {
  display: block;
  float: left;
  text-align: left;
}

.ss-compare-slide .swiper-container-compare .swiper-button-prev-compare,
.ss-compare-slide .swiper-container-compare .swiper-button-next-compare {
  display: inline-block;
  margin: 30px 0px;
  padding: 10px 18px;
  height: 64px;
  width: 64px;
  text-align: center;
  color: #2982a9;
  font-size: 28px;
  -webkit-border-radius: 64px 64px 64px 64px;
  -moz-border-radius: 64px 64px 64px 64px;
  -ms-border-radius: 64px 64px 64px 64px;
  border-radius: 64px 64px 64px 64px;
  border: 3px solid #81b80f;
  cursor: pointer;
}

@media (min-width: 1340px) {
  .ss-compare-slide .swiper-container-compare .swiper-button-prev-compare,
  .ss-compare-slide .swiper-container-compare .swiper-button-next-compare {
    position: absolute;
    top: 50%;
    margin: 50% 0px 0px;
  }
}

.ss-compare-slide .swiper-container-compare .swiper-button-prev-compare {
  float: left;
  left: 0;
  z-index: 2000;
}

@media (min-width: 1340px) {
  .ss-compare-slide .swiper-container-compare .swiper-button-prev-compare {
    left: -60px;
  }
}

.ss-compare-slide .swiper-container-compare .swiper-button-next-compare {
  float: right;
  right: 0;
  z-index: 2000;
}

@media (min-width: 1340px) {
  .ss-compare-slide .swiper-container-compare .swiper-button-next-compare {
    right: -60px;
  }
}

.ss-compare-slide .swiper-container-compare .swiper-button-disabled {
  display: none;
}

.ss-compare-slide .swiper-container-horizontal .swiper-scrollbar {
  display: none;
  position: absolute;
  bottom: auto;
  margin-left: 190px;
  margin-top: 14px;
  z-index: 50;
  height: 5px;
  width: calc(100% - 200px);
  background: #d1e0e7 !important;
}

@media (max-width: 590px) {
  .ss-whish h1,
  .ss-whish p {
    padding: 0px 10px;
  }
}

.ss-compare-pdf {
  text-align: center;
  margin: 10px auto 25px;
  width: 700px;
}

@media (max-width: 790px) {
  .ss-compare-pdf {
    display: inline;
  }
}

.ss-compare-pdf .pdf-print {
  margin: 0px 0px 30px;
}

.ss-compare-pdf .pdf-print:nth-of-type(2) {
  float: right;
}

@media (max-width: 790px) {
  .ss-compare-pdf .pdf-print {
    float: left;
    margin: 10px auto;
    width: 100%;
  }
}

@media (max-width: 590px) {
  .ss-compare-pdf .pdf-print input {
    font-size: 12px !important;
  }
}

/* STYLY PRO POROVNAVAC KONEC */
/* modifikace na míru */
.fa--asButon {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 12px 0 12px;
  display: block;
}

.fa--asButon a {
  color: #337ab7;
}

.wishlist-item {
  padding-right: 22px;
  width: 33%;
  float: left;
  position: relative;
}

.wishlist-item a {
  display: block;
}

.ss-compare--delete {
  border-top: none;
  position: absolute;
  height: 30px;
  left: 315px;
  top: 166px;
}

.ss-compare--delete input {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px !important;
  font-family: FontAwesome !important;
}

.ss-btn-full--fullwidth {
  width: 100%;
}

.ss-hp .ss-section__1 {
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.ss-hp .ss-section__2 {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fafafa;
  border-top: 0px solid #81b80f;
  border-bottom: 0px solid #2982a9;
}

.ss-hp .ss-section__3 {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.ss-hp .ss-section__4 {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.ss-hp .ss-section__5 {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.ss-hp .ss-section__6 {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.ss-hp .ss-section__7 {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.ss-hp .ss-section__8 {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.ss-hp .ss-section-container {
  margin: 0px auto 10px;
  padding: 20px 0px;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 1090px) {
  .ss-hp .ss-section-container {
    padding: 10px 2%;
  }
}

@media (max-width: 790px) {
  .ss-hp .ss-section-container {
    padding: 10px 0%;
  }
}

@media (max-width: 590px) {
  .ss-hp .ss-section-container {
    padding: 10px 0%;
  }
}

@media (min-width: 1090px) {
  .ss-vv {
    min-height: 700px;
  }
}

.ss-loader-box__icon {
  margin: 30px 0px;
  width: 100%;
  font-size: 80px !important;
  text-align: center;
  color: #2982a9;
}

.ss-loader-box__text {
  display: inline-block;
  margin: 10px 0px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #4d4d4d;
}

.ss-headline {
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}

@media (max-width: 1090px) {
  .ss-headline {
    padding: 0px 15px;
  }
}

@media (max-width: 590px) {
  .ss-headline {
    overflow-y: auto;
    height: 100%;
  }
}

.ss-headline__title {
  display: inline-block;
  margin: 5px 0px;
  width: auto;
  font-size: 26px;
}

@media (min-width: 1090px) {
  .ss-headline__title {
    margin-top: 20px;
    font-size: 32px;
  }
}

@media (min-width: 590px) {
  .ss-headline__title {
    margin: 10px 0px 15px;
  }
}

.ss-headline__filter {
  float: right;
  width: auto;
}

@media (max-width: 590px) {
  .ss-headline__filter {
    float: left;
    margin: 5px 0px;
    width: 100%;
  }
}

.ss-headline__filter .ss-headline-sort,
.ss-headline__filter .ss-headline-extract,
.ss-headline__filter .ss-headline-count {
  position: relative;
  float: left;
  margin: 10px 0px 0px 20px;
  text-align: right;
}

@media (max-width: 590px) {
  .ss-headline__filter .ss-headline-sort,
  .ss-headline__filter .ss-headline-extract,
  .ss-headline__filter .ss-headline-count {
    float: left;
    margin: 20px 0px;
  }
}

@media (max-width: 1090px) {
  .ss-headline__filter .ss-headline-sort,
  .ss-headline__filter .ss-headline-extract,
  .ss-headline__filter .ss-headline-count {
    margin: 7px 0px;
  }
}

.ss-headline__filter .ss-headline-sort__title,
.ss-headline__filter .ss-headline-extract__title,
.ss-headline__filter .ss-headline-count__title {
  float: left;
  margin-right: 12px;
  line-height: 35px;
}

.ss-headline__filter .ss-headline-sort__select,
.ss-headline__filter .ss-headline-extract__select,
.ss-headline__filter .ss-headline-count__select {
  position: relative;
  float: right;
  height: 35px;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-headline__filter .ss-headline-sort__select:before,
.ss-headline__filter .ss-headline-extract__select:before,
.ss-headline__filter .ss-headline-count__select:before {
  position: absolute;
  right: 0px;
  content: "";
  margin: 0px;
  height: 35px;
  width: 100%;
  z-index: -2;
  background: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-headline__filter .ss-headline-sort__select:after,
.ss-headline__filter .ss-headline-extract__select:after,
.ss-headline__filter .ss-headline-count__select:after {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: FontAwesome;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  content: "\f107";
  margin: 0px;
  padding: 2px 9px;
  height: 34px;
  width: 30px;
  z-index: -1;
  color: #2982a9;
  background: white;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-headline__filter .ss-headline-sort__select select,
.ss-headline__filter .ss-headline-extract__select select,
.ss-headline__filter .ss-headline-count__select select {
  padding: 8px 40px 8px 10px;
  height: 35px;
  z-index: 1;
  background: transparent;
}

.ss-headline__filter .ss-headline-sort__select select::-ms-expand,
.ss-headline__filter .ss-headline-extract__select select::-ms-expand,
.ss-headline__filter .ss-headline-count__select select::-ms-expand {
  display: block !important;
  visibility: visible !important;
}

.ss-products {
  max-width: 807px;
}

@media (max-width: 1090px) {
  .ss-products {
    position: relative;
    margin: 0px auto;
  }
}

@media (min-width: 1090px) {
  .ss-products {
    position: relative;
    margin-left: 31%;
  }
}

@media (min-width: 590px) {
  .ss-products-cart {
    padding: 0px 15px;
  }
}

@media (min-width: 1090px) {
  .ss-products-cart {
    padding: 0px;
  }
}

.ss-products-shadow {
  position: fixed;
  bottom: 0px;
  height: 80px;
  width: 100%;
  z-index: 5000;
  background: none;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.ss-paging {
  clear: both;
  overflow-y: auto;
  margin: 20px 0px 25px;
}

@media (max-width: 590px) {
  .ss-paging {
    margin: 20px 10px 25px;
  }
}

.ss-paging__next {
  float: right;
}

@media (max-width: 410px) {
  .ss-paging__next {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
}

@media (max-width: 410px) {
  .ss-paging__next .paging-next {
    width: 100%;
    text-align: center;
  }
}

.ss-paging__previous {
  float: left;
}

@media (max-width: 410px) {
  .ss-paging__previous {
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 410px) {
  .ss-paging__previous .paging-prev {
    width: 100%;
    text-align: center;
  }
}

.ss-paging__list {
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  line-height: 43px;
}

.ss-paging__list a {
  padding: 12px 10px;
}

.ss-paging__list strong a {
  padding: 0px 10px;
}

.ajax-panel-ss-tours-ajaxpanel {
  position: relative;
}

.ss-content .loading .ss-vv-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: white;
  z-index: 15000;
}

.ss-content .loaded .ss-vv-shadow {
  display: none;
}

.search-results-nav-container {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.search-results-nav {
  box-shadow: inset 0px -3px 4px -1px #f6f6f6;
  padding: 0;
}

.search-results-nav > li {
  float: left;
  width: 50%;
  text-align: center;
}

.search-results-nav > li a {
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #2982a9;
}

.search-results-nav > li:first-of-type a {
  border-radius: 0;
}

.search-results-nav > li:last-of-type a {
  border-radius: 0;
}

.search-results-nav .active {
  position: relative;
}

.search-results-nav .active:after {
  position: absolute;
  content: " ";
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: 10px solid rgba(136, 183, 213, 0);
  border-top-color: #2982a9;
  margin-left: -10px;
}

.search-results-tabcontent {
  overflow: hidden;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #2982a9;
}

/*.icon-1882, */
.icon-1875 {
  display: none;
}

/*
	.icon-special-1882 {
		background: #fff;
   		border-radius: 7px;
    	line-height: 24px;
		margin-right: 4px;
		

        & img {
    		width: 18px !important;
   		    margin-left: 3px !important;
		}
    	
    }
    */
.icon-special-1866 img {
  width: 25px !important;
  height: auto !important;
}

.ss-product-wrapper__1 {
  overflow-y: auto;
  background: #81b80f;
  /*.ss-product-container {
				overflow: 	hidden;
                padding:	15px 0px 0px;
			}*/
}

@media (max-width: 1090px) {
  .ss-product-wrapper__1 {
    padding: 10px 15px;
  }
}

.ss-product-wrapper__2 {
  overflow-y: auto;
  background: transparent;
}

.ss-product-wrapper__3 {
  overflow-y: auto;
  background: transparent;
}

.ss-product-wrapper__4 {
  overflow-y: auto;
  background: transparent;
}

.ss-product-container {
  overflow-y: auto;
  margin: 0px auto;
  padding: 15px 0px;
  width: auto;
  max-width: 1200px;
}

@media (max-width: 1090px) {
  .ss-product-container {
    padding: 0px;
  }
}

.ss-detail-product {
  overflow-y: auto;
  margin: 0px 0px 20px;
}

@media (max-width: 1090px) {
  .ss-detail-product {
    margin: 0px 0px 40px;
  }
}

.ss-detail-product__name {
  float: left;
  margin: 0px 20px 0px 0px;
  color: white;
  font-size: 28px;
  line-height: 1.5;
}

@media (max-width: 1090px) {
  .ss-detail-product__name {
    font-size: 22px;
  }
}

@media (max-width: 790px) {
  .ss-detail-product__name {
    font-size: 18px;
  }
}

.ss-detail-product__category {
  float: left;
  margin: 5px 15px 0 0;
  color: #ef7200;
}

.ss-detail-product__price {
  float: right;
  color: white;
  font-size: 28px;
  line-height: 1.5;
}

@media (max-width: 1090px) {
  .ss-detail-product__price {
    font-size: 22px;
  }
}

@media (max-width: 790px) {
  .ss-detail-product__price {
    float: left;
    font-size: 18px;
  }
}

.ss-detail-product-gallery {
  float: left;
  position: relative;
  overflow: hidden;
  width: 62%;
}

@media (max-width: 1090px) {
  .ss-detail-product-gallery {
    clear: both;
    width: 100%;
  }
}

.ss-detail-product-gallery .wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: right;
  padding: 7px 0;
}

.ss-detail-product-gallery .wishlist-btn .fa, .ss-detail-product-gallery .wishlist-btn .good-review:before, .ss-detail-product-gallery .wishlist-btn
.bad-review:before {
  display: inline-block;
  font-size: 20px;
  margin-right: 7px;
  cursor: pointer;
}

.ss-detail-product-gallery .wishlist-btn .wishlist-text {
  display: inline-block;
  font-size: 17px;
  margin-right: 10px;
  cursor: pointer;
}

.ss-detail-product-gallery__carousel {
  overflow: hidden;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 1090px) {
  .ss-detail-product-gallery__carousel {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-detail-product-gallery__carousel figure:not(:first-child) img {
  float: left;
  margin: 0px 10px 10px 0px;
  height: 100px;
  width: auto;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-detail-product-gallery__carousel figure:first-child {
  overflow: hidden;
  margin: 0px 1px 10px 0px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 1090px) {
  .ss-detail-product-gallery__carousel figure:first-child {
    margin: 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-detail-product-gallery__carousel figure:first-child img {
  height: 440px;
  width: auto;
}

@media (max-width: 1090px) {
  .ss-detail-product-gallery__carousel figure:first-child img {
    height: auto;
    width: 100%;
  }
}

.ss-detail-product-gallery__carousel figure:nth-child(4n+5) img {
  float: left;
  margin: 0px 0px 10px 0px;
  height: 100px;
  width: auto;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (min-width: 1090px) and (max-width: 1225px) {
  .ss-detail-product-gallery__carousel figure:nth-of-type(5) {
    display: none;
  }
}

.ss-detail-product-gallery__carousel figure:nth-child(n+6) img {
  display: none;
}

.ss-detail-product-gallery__more {
  float: left;
  margin: 0px 10px 0px 0px;
  height: 100px;
  width: 179px;
  background: #2982a9;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 96px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-detail-product-description {
  position: relative;
  float: right;
  padding: 20px;
  min-height: 550px;
  width: 37%;
  background: white;
  border: 1px solid #ededed;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 1090px) {
  .ss-detail-product-description {
    clear: both;
    overflow: hidden;
    padding: 15px;
    height: auto;
    width: 100%;
  }
}

.ss-detail-product-description__destination, .ss-detail-product-description__transport, .ss-detail-product-description__diet, .ss-detail-product-description__beach {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 10px;
  padding: 0px 0px 6px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
}

.ss-detail-product-description__destination .fa, .ss-detail-product-description__destination .good-review:before, .ss-detail-product-description__destination
.bad-review:before, .ss-detail-product-description__transport .fa, .ss-detail-product-description__transport .good-review:before, .ss-detail-product-description__transport
.bad-review:before, .ss-detail-product-description__diet .fa, .ss-detail-product-description__diet .good-review:before, .ss-detail-product-description__diet
.bad-review:before, .ss-detail-product-description__beach .fa, .ss-detail-product-description__beach .good-review:before, .ss-detail-product-description__beach
.bad-review:before {
  width: 20px;
  color: #2982a9;
  text-align: center;
}

.ss-detail-product-description__destination .fa-icon, .ss-detail-product-description__transport .fa-icon, .ss-detail-product-description__diet .fa-icon, .ss-detail-product-description__beach .fa-icon {
  position: absolute;
  top: 7px;
  width: 40px;
  font-size: 25px;
}

.ss-detail-product-description__destination svg, .ss-detail-product-description__transport svg, .ss-detail-product-description__diet svg, .ss-detail-product-description__beach svg {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 25px;
}

.ss-detail-product-description__destination-text, .ss-detail-product-description__transport-text, .ss-detail-product-description__diet-text, .ss-detail-product-description__beach-text {
  display: inline-block;
  margin: 0px 20px 5px 43px;
  width: 100%;
  font-size: 14px;
  line-height: 1.0;
  color: #2982a9;
  text-transform: uppercase;
}

.ss-detail-product-description__destination-field, .ss-detail-product-description__destination .ss-a, .ss-detail-product-description__transport-field, .ss-detail-product-description__transport .ss-a, .ss-detail-product-description__diet-field, .ss-detail-product-description__diet .ss-a, .ss-detail-product-description__beach-field, .ss-detail-product-description__beach .ss-a {
  display: inline-block;
  color: #212121;
}

.ss-detail-product-description__destination-field, .ss-detail-product-description__transport-field, .ss-detail-product-description__diet-field, .ss-detail-product-description__beach-field {
  margin: 0px 0px 0px 43px;
  width: 100%;
}

.ss-detail-product-description__beach .ss-svg-equipment {
  float: left;
  height: 18px;
}

.ss-detail-product-description__beach .ss-svg-convert img {
  display: none !important;
}

.ss-detail-product-description__beach path, .ss-detail-product-description__beach ellipse, .ss-detail-product-description__beach circle, .ss-detail-product-description__beach rect {
  fill: #2982a9 !important;
}

.ss-detail-product-description__equipment {
  display: inline-block;
  margin: 0px;
}

.ss-detail-product-description__equipment .ss-svg-equipment {
  float: left;
  margin: 5px 0px;
  height: 40px;
  cursor: help;
}

.ss-detail-product-description__equipment .ss-svg-equipment img {
  margin: 0px;
  padding: 0px;
  height: 35px;
  width: auto;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-detail-product-description__equipment svg {
  margin: 0px;
  padding: 3px;
  height: 40px;
  width: 40px;
  border: 1px solid #e72e89;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-detail-product-description__equipment path, .ss-detail-product-description__equipment ellipse, .ss-detail-product-description__equipment circle, .ss-detail-product-description__equipment rect {
  fill: #e72e89 !important;
}

.ss-detail-product-description__text {
  clear: both;
  overflow: hidden;
  height: 80px;
  color: #212121;
}

@media (max-width: 1090px) {
  .ss-detail-product-description__text {
    margin: 15px 0px;
    height: auto;
  }
}

.ss-detail-product-description__ratings {
  float: left;
  margin: 20px 0px 0px;
}

@media (max-width: 590px) {
  .ss-detail-product-description__ratings {
    text-align: center;
    width: 100%;
  }
}

.ss-detail-product-description__ratings a {
  padding: 10px 18px !important;
}

.ss-detail-product-description__terms {
  text-align: center;
  margin: 20px 0px 0px;
}

@media (max-width: 590px) {
  .ss-detail-product-description__terms {
    text-align: center;
    width: 100%;
  }
}

.ss-detail-product-description__terms a {
  padding: 10px 18px !important;
}

.ss-detail-product-description__wishlist {
  margin: 20px 0px 10px;
  /*@media (min-width: $break-point-md) {
                    position: absolute;
                    right: 220px; 
					bottom: 20px;
                }*/
}

.ss-detail-product-description > div > strong {
  color: #337ab7;
}

.ss-carts-detail {
  margin: 0px auto;
  width: auto;
  max-width: 1200px;
}

.ss-carts-detail__bookmark, .ss-carts-detail__bookmark-active, .ss-carts-detail__bookmark-active:visited {
  float: left;
  margin: 0px 10px 0px 0px;
  padding: 10px 24px;
  width: auto;
  font-size: 16px;
  text-transform: uppercase;
  background: white;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

@media (max-width: 790px) {
  .ss-carts-detail__bookmark, .ss-carts-detail__bookmark-active, .ss-carts-detail__bookmark-active:visited {
    clear: both;
    width: 100%;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-carts-detail__bookmark:link, .ss-carts-detail__bookmark-active:link, .ss-carts-detail__bookmark:visited, .ss-carts-detail__bookmark-active:visited, .ss-carts-detail__bookmark:hover, .ss-carts-detail__bookmark-active:hover, .ss-carts-detail__bookmark:active, .ss-carts-detail__bookmark-active:active {
  text-decoration: none;
}

.ss-carts-detail__bookmark:hover, .ss-carts-detail__bookmark-active:hover {
  color: white;
  background: #81b80f;
  border-color: #81b80f;
}

@media (max-width: 790px) {
  .ss-carts-detail__bookmark:hover, .ss-carts-detail__bookmark-active:hover {
    font-weight: 600;
  }
}

.ss-carts-detail__bookmark-active, .ss-carts-detail__bookmark-active:visited {
  color: white;
  background: #2982a9;
}

@media (max-width: 1090px) {
  .ss-carts-detail__bookmark-active, .ss-carts-detail__bookmark-active:visited {
    font-weight: 600;
  }
}

.ss-carts-detail__item {
  display: none;
}

@media (max-width: 1090px) {
  .ss-carts-detail__item {
    padding: 15px 20px;
  }
}

.ss-carts-detail__content {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  background: whitesmoke;
  border: 1px solid #dedede;
  -webkit-border-radius: 0px 4px 4px 4px;
  -moz-border-radius: 0px 4px 4px 4px;
  -ms-border-radius: 0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;
  z-index: 6000;
}

@media (max-width: 1090px) {
  .ss-carts-detail__content {
    padding: 10px 15px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-carts-detail__content h3 font {
  font-size: 24px !important;
}

@media (max-width: 1090px) {
  #carts-terms, #carts-map {
    padding: 20px 0px;
  }
}

#carts-tour p,
#carts-destination p {
  text-align: justify !important;
}

#carts-tour p, #carts-tour span, #carts-tour li,
#carts-destination p,
#carts-destination span,
#carts-destination li {
  background: transparent !important;
}

.ss-detail-extract .loading .ss-cart-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: whitesmoke;
}

.ss-detail-extract .loaded .ss-cart-shadow {
  display: none;
}

.simple-summary > tbody > tr > td {
  padding: 5px;
}

.simple-summary-c {
  display: none;
}

/*----------- Datepicker pro období -----------*/
.datepicker-container {
  position: relative;
  border-bottom: 1px solid #E7E8E9;
  margin-bottom: 25px;
}

.datepicker-container .phead {
  margin: 20px 0 15px;
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
  text-transform: uppercase;
}

.datepicker-container .dp-term select,
.datepicker-container .dp-term .dp-dateto {
  width: 100px;
  display: inline-block;
}

.datepicker-container .dp-term .dp-title {
  display: inline-block;
  min-width: 140px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.datepicker-container .datepicker {
  margin: 10px 0 20px;
}

.datepicker-container .dp-submit {
  float: right;
}

.datepicker-container .dp-errors {
  clear: both;
}

.datepicker-container .dp-dateto + .calendar-image {
  display: none;
}

.datepicker-container .input-group {
  width: 130px;
  display: inline-table;
  vertical-align: middle;
}

.datepicker-container .input-group input[type=text] {
  display: table-cell;
}

.datepicker-container.select-with-left-arrow .ss-search-wrap__select:after {
  left: 0;
  right: auto;
  border-radius: 4px 0 0 4px;
}

.datepicker-container.select-with-left-arrow .ss-search-wrap__select select {
  padding: 0 10px 0 60px;
}

/* HODNOCENI */
.review-all {
  display: inline-block;
  float: left;
  margin: 30px 0px;
  width: 25%;
  border-right: 1px solid #ccc;
}

@media (max-width: 1090px) {
  .review-all {
    width: 35%;
  }
}

@media (max-width: 590px) {
  .review-all {
    width: 100%;
    border-right: 0px;
  }
}

.review-all-name {
  clear: both;
  display: block;
  width: 100%;
  font-size: 22px;
  color: #2982a9;
}

.review-all-result {
  clear: both;
  display: block;
  width: 100%;
  font-size: 52px;
  color: #81b80f;
}

.review-all-description {
  font-size: 18px;
  font-style: italic;
}

.review-row--first {
  display: inline-block;
  width: 100%;
}

.review-row {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
  padding: 0px 20px 15px;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
}

.review-row h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.review-row__number {
  color: #2982a9;
}

.review-row__date {
  font-size: 16px;
  color: #888;
}

.good-review,
.bad-review {
  position: relative;
  width: 48%;
  padding-left: 60px;
  text-align: justify;
}

@media (max-width: 790px) {
  .good-review,
  .bad-review {
    padding-left: 30px;
    width: 100%;
  }
}

.good-review:before {
  content: "\f055";
  color: #81b80f;
  font-size: 45px;
}

.bad-review:before {
  content: "\f056";
  color: #ef7200;
  font-size: 35px;
}

.good-review:before,
.bad-review:before {
  position: absolute;
  left: 0px;
  top: -15px;
}

@media (max-width: 790px) {
  .good-review:before,
  .bad-review:before {
    top: -5px;
    font-size: 25px;
  }
}

.review-panels {
  display: inline-block;
  float: right;
  margin: 30px 0px 30px 5%;
  width: 70%;
}

@media (max-width: 1090px) {
  .review-panels {
    width: 60%;
  }
}

@media (max-width: 590px) {
  .review-panels {
    margin: 30px 0px;
    width: 100%;
  }
}

.review-panels-box {
  display: inline-block;
  padding: 0px 30px;
  width: 33%;
}

@media (max-width: 1090px) {
  .review-panels-box {
    padding: 0px 10px;
    width: 49%;
  }
}

@media (max-width: 590px) {
  .review-panels-box {
    padding: 0px 10px;
    width: 100%;
  }
}

.review-panels .title-review {
  clear: both;
  display: block;
  margin: 0px 0px 6px;
  width: 100%;
  font-size: 16px;
  color: #333;
}

@media (max-width: 790px) {
  .review-panels .title-review {
    font-size: 14px;
  }
}

.review-panels .progress {
  background: #cecece;
}

.review-panels .progress-bar {
  background: #2982a9;
}

.review-button {
  margin-top: 20px;
  text-align: center;
  clear: both;
}

.review-mid-panel {
  display: inline-block;
  width: 100%;
}

.review-mid-panel .alert, .review-mid-panel .datepicker-re .demand-result, .datepicker-re .review-mid-panel .demand-result {
  width: 49%;
}

.review-mid-panel .alert:first-child, .review-mid-panel .datepicker-re .demand-result:first-child, .datepicker-re .review-mid-panel .demand-result:first-child {
  margin-right: 1%;
}

.review-mid-panel .alert:nth-child(2), .review-mid-panel .datepicker-re .demand-result:nth-child(2), .datepicker-re .review-mid-panel .demand-result:nth-child(2) {
  margin-left: 1%;
}

.review-complete > div:nth-of-type(2) {
  margin-bottom: 25px;
}

#napsat-recenzi {
  display: inline-block;
  margin: 15px 0px;
  padding: 30px;
  width: 100%;
  border-radius: 4px;
  background: white;
  border: 1px solid #eeeeee;
}

#napsat-recenzi .form-horizontal .control-label {
  padding-left: 0px;
  text-align: left;
}

#napsat-recenzi textarea {
  padding: 0px 10px;
  height: 35px;
  width: 100%;
  line-height: 31px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

#napsat-recenzi #jmeno {
  height: 20px;
}

#napsat-recenzi .bootstrap-select {
  display: inline;
}

#napsat-recenzi .bootstrap-select .rating-table {
  width: 100%;
}

#napsat-recenzi .bootstrap-select tr {
  float: left;
  height: 40px;
  width: 50%;
}

@media (max-width: 790px) {
  #napsat-recenzi .bootstrap-select tr {
    float: none;
    text-align: right;
    width: 100%;
  }
}

#napsat-recenzi .bootstrap-select th {
  float: left;
  line-height: 40px;
  min-width: 166px;
  text-align: right;
  padding-right: 4px;
}

@media (min-width: 790px) {
  #napsat-recenzi .bootstrap-select th {
    padding-left: 10px;
  }
}

#napsat-recenzi .bootstrap-select td,
#napsat-recenzi .bootstrap-select .td--simulator {
  position: relative;
  width: 85px;
}

@media (max-width: 790px) {
  #napsat-recenzi .bootstrap-select td,
  #napsat-recenzi .bootstrap-select .td--simulator {
    padding-right: 15px;
  }
}

#napsat-recenzi .bootstrap-select select {
  padding: 0px 15px;
  height: 35px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

#napsat-recenzi .bootstrap-select button {
  min-height: 33px;
}

#napsat-recenzi .review-rating {
  padding: 10px 15px;
}

#napsat-recenzi .review-rating textarea {
  min-height: 150px;
  width: 100%;
}

@media (max-width: 790px) {
  #napsat-recenzi .captcha-review .captcha-text {
    margin: 20px 0px;
    width: 100%;
    display: block;
  }
}

#napsat-recenzi .captcha-review .captcha-text span {
  padding: 0px 20px;
}

#napsat-recenzi .captcha-review .captcha-text input {
  padding: 0px 10px;
  height: 35px;
  width: 90px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

.review-summary,
.review-complete {
  min-height: 90px;
}

.show-hide-button {
  cursor: pointer;
  cursor: hand;
}

/* PRODUKTY NA OVERENI */
.datepicker-re {
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: -5px;
  padding-top: 10px;
  /*input[type="submit"] {
    	display: none;
    }*/
}

.datepicker-re .demand-display {
  display: inline-block;
  width: 100%;
}

.datepicker-re .demand-headline {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.datepicker-re .valid-message {
  display: none;
  position: absolute;
  right: -1px;
  z-index: 1;
  top: -13px;
  pointer-events: none;
  background: #c00;
  border-radius: 5px;
  padding: 1px 10px;
  font-size: 11px;
  color: #fff;
}

.datepicker-re .valid-message::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c00 transparent transparent transparent;
}

.datepicker-re input:hover + .valid-message {
  display: block;
}

.datepicker-re .not-valid::before {
  content: "\e91d";
  color: #c00;
  font-family: 'fontmagic' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 1;
  pointer-events: none;
}

.datepicker-re .not-valid input {
  border-color: #c00 !important;
}

.datepicker-re label, .datepicker-re .demand-name-label, .datepicker-re .demand-tel-label, .datepicker-re .demand-email-label, .datepicker-re .demand-note-label {
  float: left;
  width: 100%;
  margin: 15px 0px 5px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.datepicker-re .form-item {
  position: relative;
  float: left;
  width: 100%;
}

.datepicker-re .form-item.disabled input {
  cursor: not-allowed;
}

.datepicker-re .form-item input[type="date"]:hover, .datepicker-re .form-item input[type="text"]:hover, .datepicker-re .form-item .selected-item:hover, .datepicker-re .form-item select:hover, .datepicker-re .form-item textarea:hover {
  background: #eee;
}

.datepicker-re .form-item i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: #e72e89;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  pointer-events: none;
}

.datepicker-re .form-item i.rotate::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.datepicker-re .form-item i::before {
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.4s ease;
}

.datepicker-re .form-item textarea {
  height: 60px;
}

.datepicker-re .form-item input[type="date"], .datepicker-re .form-item input[type="text"], .datepicker-re .form-item .selected-item, .datepicker-re .form-item select, .datepicker-re .form-item textarea {
  float: left;
  width: 100%;
  background: #fff;
  color: #444;
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  text-align: left !important;
}

.datepicker-re .form-item input[type="date"]:focus, .datepicker-re .form-item input[type="text"]:focus, .datepicker-re .form-item .selected-item:focus, .datepicker-re .form-item select:focus, .datepicker-re .form-item textarea:focus {
  outline: 0 !important;
}

.datepicker-re .form-item .options {
  display: none;
  position: absolute;
  left: 10px;
  top: calc(100% - 5px);
  min-width: calc(100% - 20px);
  max-height: 344px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: auto;
  z-index: 2;
}

.datepicker-re .form-item .options span {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  font-size: 14px;
}

.datepicker-re .form-item .options span.selected {
  background: #2982a9 !important;
}

.datepicker-re .form-item .options span:hover {
  background: #eee;
}

.datepicker-re .form-item .options span:last-child {
  border-bottom: 0;
}

.datepicker-re .demand-form {
  margin: 0px -15px;
  width: calc(100% + 30px);
}

.datepicker-re .demand-button {
  float: right;
  margin: 25px 15px;
}

.datepicker-re .demand-result {
  margin: 20px;
}

.datepicker-re .validator {
  color: red;
  font-weight: 600;
}

.form-container label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.form-container .form-item {
  float: left;
  width: 100%;
  position: relative;
}

.form-container .form-item:hover i {
  border-left: 10px solid #efefef;
}

.form-container .form-item:hover input[type="date"], .form-container .form-item:hover input[type="text"], .form-container .form-item:hover .selected-item {
  background: #efefef;
}

.form-container .form-item i {
  position: absolute;
  right: 0;
  top: 1px;
  height: calc(100% - 2px);
  width: 50px;
  background: #e72e89;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 10px solid #fff;
  z-index: 1;
  pointer-events: none;
}

.form-container .form-item i.rotate::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.form-container .form-item i::before {
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.4s ease;
}

.form-container .form-item input[type="date"], .form-container .form-item input[type="text"], .form-container .form-item .selected-item, .form-container .form-item textarea {
  float: left;
  width: 100% !important;
  background: #fff;
  color: #444;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  text-align: left !important;
}

.form-container .form-item input[type="date"]:focus, .form-container .form-item input[type="text"]:focus, .form-container .form-item .selected-item:focus, .form-container .form-item textarea:focus {
  outline: 0 !important;
}

.form-container .form-item textarea {
  height: 200px;
}

.form-container .form-item.double input[type="text"]:nth-child(1) {
  width: calc(65% - 10px) !important;
}

.form-container .form-item.double .mini-divider {
  width: 20px;
  float: left;
  line-height: 44px;
  text-align: center;
}

.form-container .form-item.double input[type="text"]:nth-child(3) {
  width: calc(35% - 10px) !important;
}

.form-container .form-item .options {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  max-height: 344px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: auto;
  z-index: 2;
}

.form-container .form-item .options span {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  font-size: 14px;
}

.form-container .form-item .options span.selected {
  background: #2982a9 !important;
}

.form-container .form-item .options span:hover {
  background: #eee;
}

.form-container .form-item .options span:last-child {
  border-bottom: 0;
}

.messages__error {
  background-color: #F24C3D;
  display: none;
}

.messages__success {
  background-color: #81b80f;
  display: none;
}

.messages__visible {
  display: flex;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
}

/* Reservation Steps
   Numbered list
*/
.rsv-steps {
  padding-bottom: 15px;
  overflow: hidden;
}

@media (max-width: 1090px) {
  .rsv-steps {
    border-top: 1px solid #2982a9;
  }
}

.rsv-steps ol {
  counter-reset: li;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rsv-steps li {
  background: #81b80f;
  float: left;
  position: relative;
  width: 25%;
}

.rsv-steps li:first-child {
  border-radius: 3px 0 0 3px;
}

@media (max-width: 1090px) {
  .rsv-steps li:first-child {
    border-radius: 0;
  }
}

.rsv-steps li:last-child {
  border-radius: 0 3px 3px 0;
}

@media (max-width: 1090px) {
  .rsv-steps li:last-child {
    border-radius: 0;
  }
}

.rsv-steps li.current {
  background: #2982a9;
}

.rsv-steps li.current:after {
  content: "";
  margin-left: -10px;
  z-index: 2;
  bottom: -20px;
  left: 50%;
  position: absolute;
  border: 10px transparent solid;
  border-top-color: #2982a9;
}

.rsv-steps li.disabled {
  background: #dbeef6;
}

.rsv-steps li div {
  display: table;
  height: 60px;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 790px) {
  .rsv-steps li div {
    height: 80px;
  }
}

.rsv-steps li span {
  color: #ffffff;
  display: table-cell;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
  position: relative;
  top: 3px;
  width: 100%;
}

@media (max-width: 1090px) {
  .rsv-steps li span {
    font-size: 14px;
  }
}

.rsv-steps li span:before {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  top: -2px;
  width: 30px;
  height: 30px;
}

@media (max-width: 590px) {
  .rsv-steps li span:before {
    margin-right: 0;
  }
}

.rsv-steps li span,
.rsv-steps li b {
  font-weight: normal;
}

@media (max-width: 1090px) {
  .rsv-steps li b {
    display: block;
  }
}

.rsv-steps li + li {
  border: 1px solid #2982a9;
  border-width: 0 0 0 1px;
}

.rsv-steps li.disabled + li {
  border: 1px solid #b2daec;
  border-width: 0 0 0 1px;
}

.reservation-container {
  /*overflow-y: auto;*/
  margin: 0px auto;
  width: auto;
  max-width: 1200px;
  padding: 15px;
  background: white;
  border-radius: 5px;
  border: 1px solid #ececec;
  box-shadow: 0px 1px 1px 0px #dfdfdf;
  margin-bottom: 30px;
}

.reservation-container .rsv-discount-name input[type="checkbox"] {
  position: relative !important;
  left: -9999px !important;
}

@media (min-width: 790px) {
  .reservation-container {
    padding: 15px 30px;
  }
}

.reservation-container h1 {
  display: none;
}

.reservation-container .rsv-title-container {
  display: none;
}

.reservation-container h2 {
  font-size: 1.25em;
  padding: 10px 10px 5px;
  text-transform: uppercase;
  color: #0b6da2;
  border-bottom: 1px dotted gray;
  margin: 0 0 15px;
}

.reservation-container h3 {
  font-size: 1em;
  font-weight: bold;
}

.reservation-container .rsv-validator > span {
  display: block;
  padding: 15px;
  color: #FFF;
  background: crimson;
  font-weight: bold;
  text-align: center;
}

.reservation-container .rsv-btn-place {
  margin: 10px 0;
  text-align: right;
}

.reservation-container .rsv-btn-place input {
  display: inline-block;
  margin-left: 20px;
}

.reservation-container #printf {
  display: none;
}

.reservation-container:after {
  content: " ";
  display: block;
  clear: both;
}

.json__form {
  float: left;
  width: 100%;
}

.json__item {
  float: left;
  width: 33.333336%;
  padding: 10px;
}

@media (max-width: 799px) {
  .json__item {
    width: 50%;
  }
}

@media (max-width: 539px) {
  .json__item {
    width: 100%;
  }
}

.json__item label {
  float: left;
  width: 100%;
  text-transform: uppercase;
}

.json__item input, .json__item select {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.json__section {
  float: left;
  width: 100%;
  padding: 10px;
}

.json__submit {
  display: inline-block;
  padding: 10px 35px;
  background: #81b80f;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.json__submit:hover {
  background: #699610;
}

.reservation--step1 select {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  -ms-appearance: initial;
  -o-appearance: initial;
  appearance: initial;
}

.reservation--step1 .rsv-season-global {
  margin-bottom: 20px;
}

.reservation--step1 .rsv-season-global span {
  display: inline-block;
  vertical-align: middle;
}

.reservation--step1 .rsv-season-global .rsv-season-packagelabel {
  display: block;
}

.reservation--step1 .rsv-season-global td {
  vertical-align: top;
  border: 0 !important;
}

.reservation--step1 .rsv-season-global .rsv-season-packages .rsv-reservationoption {
  margin: 0 8px;
}

.reservation--step1 .rsv-season-global .rsv-season-info {
  vertical-align: middle;
}

.reservation--step1 .rsv-season-global .rsv-season {
  margin-top: 20px;
}

.reservation--step1 .rsv-season-global .label {
  color: black;
  font-size: 1em;
}

.reservation--step1 .rsv-season-global select, .reservation--step1 .rsv-season-global input {
  display: inline-block;
  max-width: 150px;
}

.reservation--step1 .rsv-season-global .rsv-season input {
  max-width: 100px;
}

.reservation--step1 .jrsv-preset {
  padding: 15px;
  margin: 0;
  background: #e2f4fd;
}

.reservation--step1 .jrsv-preset .rsv-reservationoption-label {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  color: #2982a9;
  font-size: 1.1em;
  border-bottom: 1px solid;
  margin-bottom: .75em;
  min-height: 20px;
}

.reservation--step1 .jrsv-preset > .row > div {
  margin-bottom: 10px;
}

.reservation--step1 .rsv-persons {
  padding: 15px;
  background: #e2f4fd;
}

.reservation--step1 .rsv-persons .row > span,
.reservation--step1 .rsv-persons .row > div {
  display: block;
  margin-bottom: 10px;
}

.reservation--step1 .rsv-persons .rsv-adults-total span,
.reservation--step1 .rsv-persons .rsv-total-infants span,
.reservation--step1 .rsv-persons .deti-pocty span,
.reservation--step1 .rsv-persons .deti-pocty select {
  display: inline-block;
  width: auto;
}

.reservation--step1 .rsv-persons .dospeleosoby-pocty-popiska,
.reservation--step1 .rsv-persons .rsv-infant-label,
.reservation--step1 .rsv-persons .deti-pocty-popiska {
  font-weight: bold;
  text-transform: uppercase;
  color: #2982a9;
  font-size: 1.1em;
  display: block !important;
  border-bottom: 1px solid;
  margin-bottom: .75em;
}

.reservation--step1 .rsv-persons .rsv-children-agelabel {
  margin-right: 5px;
}

.reservation--step1 .rsv-persons .jrsv-children-item {
  margin: 0 5px 10px 0;
}

.reservation--step1 .rsv-extendedgroup table {
  width: 100%;
}

.reservation--step1 .rsv-extendedgroup td {
  padding: 5px;
  vertical-align: middle;
}

.reservation--step1 .rsv-extendedgroup td > * {
  vertical-align: middle;
}

.reservation--step1 .rsv-extendedgroup .rsv-items-cont {
  padding: 0;
}

.reservation--step1 .rsv-extendedgroup .rsv-items-cont .form-control {
  max-width: 80px;
}

.reservation--step1 .rsv-extendedgroup .rsv-item-block > tbody > tr {
  border-top: 1px solid #cccccc;
}

.reservation--step1 .rsv-extendedgroup .rsv-items tr {
  border-bottom: 1px solid lightgrey;
}

.reservation--step1 .rsv-extendedgroup .rsv-item-type {
  font-weight: bold;
}

.reservation--step1 .rsv-extendedgroup .rsv-item-total {
  text-align: right;
}

.reservation--step1 .rsv-extendedgroup td.rsv-item-price {
  text-align: right;
}

.reservation--step1 .rsv-extendedgroup .rsv-item-currency {
  width: 25px;
}

.reservation--step1 .rsv-extendedgroup .rsv-item-d {
  color: #e72e89;
}

@media (max-width: 768px) {
  .reservation--step1 .rsv-extendedgroup h3 {
    text-align: center;
    margin: 30px 0 10px;
  }
  .reservation--step1 .rsv-extendedgroup.table-responsive {
    position: relative;
  }
  .reservation--step1 .rsv-extendedgroup.table-responsive::before {
    content: "Cenu a po\00010Det osob zobraz\0000EDte posunem > ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #81b80f;
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }
}

.reservation--step1 .rsv-payingprescription {
  margin-bottom: 15px;
}

.reservation--step1 .rsv-payingprescription table {
  width: 100%;
}

.reservation--step1 .rsv-payingprescription label {
  margin-left: 1em;
}

.reservation--step1 .rsv-payingprescription .rsv-payingprescription-label {
  font-size: 1.25em;
  padding: 10px 10px 5px;
  text-transform: uppercase;
  color: #2982a9;
  border-bottom: 1px dotted gray;
  margin: 0 0 15px;
}

.reservation--step1 .rsv-discount .rsv-discounts {
  padding: 15px;
  margin-bottom: 15px;
  background: #d5f8d3;
}

.reservation--step1 .rsv-discount input, .reservation--step1 .rsv-discount label {
  margin: 0;
}

.reservation--step1 .rsv-discount label {
  margin: 0 5px;
}

.reservation--step1 .rsv-discount label:before {
  left: -33px;
  top: -3px;
}

.reservation--step1 .rsv-discount label:after {
  top: 2px;
  left: -30px;
}

.reservation--step1 .rsv-discount td {
  padding: 0 10px;
  vertical-align: top;
}

.reservation--step1 .rsv-discount .rsv-discount-desc {
  font-size: 16px;
  font-weight: 600;
}

.reservation--step1 .rsv-discount .rsv-extendedgroup-sale .rsv-item-price-flag-name,
.reservation--step1 .rsv-discount .rsv-extendedgroup-sale .rsv-item-price {
  color: #e72e89;
  font-weight: 600;
}

.reservation--step1 .rsv-total-price {
  margin-bottom: 15px;
}

@media (max-width: 790px) {
  .reservation--step1 .rsv-total-price {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid lightgray;
  }
}

.reservation--step1 .rsv-total-price table {
  width: 100%;
  text-align: right;
}

@media (max-width: 790px) {
  .reservation--step1 .rsv-total-price td {
    display: block;
    text-align: center;
  }
}

.reservation--step1 .rsv-total-price .rsv-total-price-label {
  font-weight: bold;
}

.reservation--step1 .rsv-total-price .rsv-total-price-value {
  font-weight: bold;
}

@media (min-width: 790px) {
  .reservation--step1 .rsv-total-price .rsv-total-price-value {
    width: 130px;
  }
}

.reservation--step1 .rsv-total-price tr:first-child td {
  color: gray;
}

@media (min-width: 790px) {
  .reservation--step1 .rsv-total-price tr:last-child .rsv-total-price-label,
  .reservation--step1 .rsv-total-price tr:last-child .rsv-total-price-value {
    font-size: 1.5em;
  }
}

.reservation--step1 .jrsv-contacter {
  padding: 15px;
  margin-bottom: 15px;
}

.reservation--step1 .jrsv-contacter .row > div {
  line-height: 2.75em;
}

.reservation--step1 .jrsv-contacter input, .reservation--step1 .jrsv-contacter select, .reservation--step1 .jrsv-contacter label {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.reservation--step1 .jrsv-contacter input, .reservation--step1 .jrsv-contacter select {
  max-width: 250px;
}

@media screen and (max-width: 789px) {
  .reservation--step1 .jrsv-contacter input, .reservation--step1 .jrsv-contacter select {
    max-width: none;
  }
}

.reservation--step1 .jrsv-contacter label {
  color: #2982a9;
  font-size: 1.15em;
  font-weight: normal;
}

.reservation--step1 .jrsv-contacter .calendar-image {
  display: none;
}

.reservation--step1 .jrsv-contacter .rsv-city-input input {
  width: 120px;
}

@media (max-width: 768px) {
  .reservation--step1 .jrsv-contacter .rsv-city-input input:first-child {
    width: 75% !important;
  }
  .reservation--step1 .jrsv-contacter .rsv-city-input input:last-child {
    width: 20% !important;
    float: right;
  }
}

.reservation--step1 .jrsv-contacter .rsv-birthdate-input input {
  width: 120px;
}

@media (max-width: 768px) {
  .reservation--step1 .jrsv-contacter .rsv-birthdate-input input {
    width: 100%;
  }
}

.reservation--step1 .jrsv-contacter .rsv-required-field {
  border: 1px solid #e72e89;
}

.reservation--step1 .jrsv-contacter .validator {
  font-weight: bold;
  color: #e72e89;
}

.reservation--step1 .rsv-note {
  padding: 15px;
}

.reservation--step1 .rsv-note strong {
  color: #2982a9;
  font-size: 1.15em;
  font-weight: normal;
}

.reservation--step1 .reservation-buttons {
  text-align: center;
}

.reservation--step1 .rsv-step4 + .rsv-btn-place {
  float: right;
  margin: 0;
}

.reservation--step1 .rsv-print {
  float: left;
}

@media (max-width: 790px) {
  .reservation--step1 .rsv-print {
    display: none;
  }
}

@media screen and (max-width: 510px) {
  .reservation--step1 .rsv-print {
    float: right;
    margin-top: 10px;
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 790px) {
  .reservation--step1 .rsv-btn-place {
    width: 100%;
  }
  .reservation--step1 .rsv-btn-place .reserve-btn {
    margin-bottom: 25px;
  }
}

.reservation--step1 .rsv-btn-place .reserve-btn,
.reservation--step1 .rsv-btn-place .continue-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.reservation--step1 .rsv-btn-place .reserve-btn input,
.reservation--step1 .rsv-btn-place .continue-btn input {
  margin: 0;
}

.reservation--step1 .rsv-btn-place .reserve-btn span,
.reservation--step1 .rsv-btn-place .continue-btn span {
  display: block;
  margin-top: 10px;
  max-width: 200px;
  text-align: center;
  font-size: .9em;
  font-style: italic;
}

.reservation--step1 .rsv-btn-place .continue-btn input {
  background-color: #e72e89;
  border-color: #cb1770;
}

.reservation--step1 .rsv-btn-place .continue-btn input:hover {
  background-color: #b41563;
}

.reservation--step1 .rsv-btn-place .rsv-continuebutton1 {
  display: none;
}

.reservation--step1 .rsv-agreement {
  margin: 0 0 20px;
}

.reservation--step1 .rsv-agreement .validator {
  font-weight: bold;
  color: #e72e89;
}

.reservation--step1 .jrsv-contacter input,
.reservation--step1 .jrsv-contacter select,
.reservation--step1 .jrsv-contacter .bootstrap-select {
  max-width: 250px;
}

.reservation--step2 .rsv-recap {
  display: none;
}

.reservation--step2 .rsv-result {
  display: none;
}

.reservation--step2 .rsv-enter-persons {
  display: none;
}

.reservation--step2 .rsv-recap--custom {
  margin-top: 1.25em;
}

.reservation--step2 .jrsv-person {
  padding: 15px;
  margin-bottom: 15px;
}

.reservation--step2 .jrsv-person .row > div {
  line-height: 2.75em;
}

.reservation--step2 .jrsv-person input, .reservation--step2 .jrsv-person select, .reservation--step2 .jrsv-person label {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

.reservation--step2 .jrsv-person input, .reservation--step2 .jrsv-person select {
  max-width: 250px;
}

.reservation--step2 .jrsv-person label {
  color: #2982a9;
  font-size: 1.25em;
  font-weight: normal;
}

.reservation--step2 .jrsv-person .rsv-city-input input {
  width: 120px;
}

.reservation--step2 .jrsv-person .rsv-birthdate-input input {
  width: 120px;
}

.reservation--step2 .jrsv-person .rsv-required-field {
  border: 1px solid #e72e89;
}

.reservation--step2 .jrsv-person .validator {
  font-weight: bold;
  color: #e72e89;
}

.payment-options {
  margin: 40px 0;
}

.payment-option {
  padding: 30px 15px;
  min-height: 20em;
}

.payment-option--recommended {
  border: 1px solid #e72e89;
  /*background: #f0f8ff;*/
  border-radius: 0 0 5px 5px;
  position: relative;
}

.payment-option__recommended-title {
  position: absolute;
  bottom: 100%;
  background: #e72e89;
  left: -1px;
  right: -1px;
  padding: 5px 5px 3px;
  border-radius: 5px 5px 0 0;
  color: white;
  text-transform: uppercase;
}

.payment-option--online-transfer .payment-option__img {
  color: darkcyan;
}

.payment-option--card .payment-option__img {
  color: darkslateblue;
}

.payment-option--transfer .payment-option__img {
  color: mediumvioletred;
}

.payment-option--cash .payment-option__img {
  color: green;
}

.payment-option__title {
  min-height: 2em;
}

.payment-option__description {
  color: #5a5a5a;
  font-size: 0.85em;
  line-height: 1.5em;
  min-height: 11em;
}

.payment-option__form {
  margin: 15px 0 0;
}

.payment-option__form table {
  width: 100%;
}

.payment-option .payment-pricetopay,
.payment-option .payment-pricemintopay,
.payment-option .payment-form > tbody > tr:nth-child(3) {
  display: none;
}

/* DESTINACE - BOXIKY */
@media (max-width: 1090px) {
  .ss-destinations-page {
    padding: 0px 20px;
  }
}

.ss-destinations-page .ss-destination-list {
  clear: both;
  float: left;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
}

.ss-destinations-page .ss-destination-list-item {
  float: left;
  display: inline-block;
  margin: 0px 20px 15px 0px;
  width: auto;
}

.ss-destinations-page .ss-destination-item {
  float: left;
  overflow: hidden;
  height: auto;
  width: 48%;
}

@media (min-width: 790px) {
  .ss-destinations-page .ss-destination-item:nth-of-type(odd) {
    margin: 20px 2% 40px 0%;
  }
  .ss-destinations-page .ss-destination-item:nth-of-type(even) {
    margin: 20px 0% 40px 2%;
  }
}

@media (max-width: 790px) {
  .ss-destinations-page .ss-destination-item {
    margin: 15px 0px 30px;
    width: 100%;
  }
}

@media (max-width: 590px) {
  .ss-destinations-page .ss-destination-item {
    margin: 10px 0px 20px;
  }
}

.ss-destinations-page .ss-destination-item-head {
  position: relative;
  overflow: hidden;
  height: 250px;
}

@media (max-width: 590px) {
  .ss-destinations-page .ss-destination-item-head {
    height: auto;
  }
}

.ss-destinations-page .ss-destination-item-head__img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

@media (max-width: 790px) {
  .ss-destinations-page .ss-destination-item-head__img img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 350px) {
  .ss-destinations-page .ss-destination-item-head__img img {
    height: 150px;
    width: auto;
  }
}

.ss-destinations-page .ss-destination-item-head__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.ss-destinations-page .ss-destination-item-head__name {
  position: absolute;
  margin: 30px 0px 0px 30px;
  color: white;
  font-size: 32px;
  font-weight: 600;
  z-index: 100;
}

@media (max-width: 790px) {
  .ss-destinations-page .ss-destination-item-head__name {
    margin: 20px 0px 0px 20px;
    font-size: 25px;
  }
}

@media (max-width: 350px) {
  .ss-destinations-page .ss-destination-item-head__name {
    margin: 15px 0px 0px 15px;
    font-size: 20px;
  }
}

.ss-destinations-page .ss-destination-item-head__flag {
  position: absolute;
  right: 0px;
  margin-top: 40px;
  padding: 6px 12px;
  background: #e72e89;
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 790px) {
  .ss-destinations-page .ss-destination-item-head__flag {
    margin-top: 25px;
    padding: 4px 7px;
    font-size: 11px;
  }
}

@media (max-width: 350px) {
  .ss-destinations-page .ss-destination-item-head__flag {
    margin-top: 15px;
    padding: 4px 7px;
    font-size: 10px;
  }
}

.ss-destinations-page .ss-destination-item-foot {
  padding: 10px 20px;
  background: white;
  border: 1px solid #dedede;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 790px) {
  .ss-destinations-page .ss-destination-item-foot {
    margin-top: -7px;
  }
}

@media (max-width: 350px) {
  .ss-destinations-page .ss-destination-item-foot {
    padding: 8px 10px;
  }
}

.ss-destinations-page .ss-destination-item-foot__price {
  float: left;
  font-size: 17px;
  font-weight: 600;
  color: #e72e89;
}

@media (max-width: 790px) {
  .ss-destinations-page .ss-destination-item-foot__price {
    font-size: 15px;
  }
}

@media (max-width: 590px) {
  .ss-destinations-page .ss-destination-item-foot__price {
    font-size: 13px;
  }
}

.ss-destinations-page .ss-destination-item-foot__more {
  float: right;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #2982a9;
}

@media (max-width: 790px) {
  .ss-destinations-page .ss-destination-item-foot__more {
    font-size: 15px;
  }
}

@media (max-width: 590px) {
  .ss-destinations-page .ss-destination-item-foot__more {
    font-size: 13px;
  }
}

.nav-tabs {
  border-bottom: 0px;
}

.tab-pane {
  display: none;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
}

.tab-pane.minus {
  padding: 0px;
}

.tab-pane h2:first-child {
  margin-top: 0px;
}

.tab-pane .obal {
  text-align: center;
}

.tab-pane .obal .btn-primary {
  margin: 30px;
}

.tab-pane.active {
  display: inline-block;
}

.nav-tabs > li > a {
  background: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-right: -1px;
  border-radius: 0px;
  background: #2982a9;
  color: #fff;
}

.nav-tabs > li > a:hover {
  color: #2982a9;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #fff;
  color: #888;
}

.margin-bottom {
  margin-bottom: 30px;
}

.ss-destination-detail__container {
  border-bottom: 1px solid #ddd;
  padding: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
  float: left;
}

.ss-destination-detail__container:hover {
  background: #eee;
}

.ss-destination-detail__container img {
  width: 120px;
  height: 100px;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 490px) {
  .ss-destination-detail__container img {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
}

.ss-destination-detail__container h3 {
  margin: 0;
  float: left;
  margin-bottom: 10px;
  width: calc(100% - 140px);
  color: #2982a9;
  font-size: 18px;
}

@media screen and (max-width: 540px) {
  .ss-destination-detail__container h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 490px) {
  .ss-destination-detail__container h3 {
    width: 100%;
    margin-top: 10px;
  }
}

.ss-destination-detail__container span.ss-destination-detail__price {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #2982a9;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 490px) {
  .ss-destination-detail__container span.ss-destination-detail__price {
    bottom: auto;
    float: left;
    position: relative;
    right: auto;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

.ss-destination-detail__container a {
  position: absolute;
  left: 170px;
  bottom: 30px;
  padding: 5px 10px;
  border: 1px solid #e72e89;
  color: #e72e89;
  border-radius: 5px;
}

@media screen and (max-width: 490px) {
  .ss-destination-detail__container a {
    left: auto;
    bottom: auto;
    position: relative;
    margin-top: 11px;
    width: 100%;
    float: left;
    text-align: center;
  }
}

.ss-destination-detail__detaily {
  float: left;
  margin-right: 20px;
}

.ss-destination-detail__h1 {
  margin-top: -94px;
  background: #e72e89;
  padding: 10px 30px;
  float: left;
  z-index: 9999;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}

@media screen and (max-width: 589px) {
  .ss-destination-detail__h1 {
    margin-top: -83px;
    font-size: 26px;
  }
}

.ss-destination-detail__h2 {
  font-size: 22px;
  font-weight: bold;
  color: #2982a9;
}

.ss-destination-detail__img {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin-top: -15px;
}

@media (max-width: 1090px) {
  .ss-destination-detail__img {
    height: 350px;
  }
}

@media (max-width: 790px) {
  .ss-destination-detail__img {
    height: 300px;
  }
}

.ss-destination-detail__img img {
  z-index: 3000;
  object-position: center center;
  object-fit: cover;
  min-width: 100% !important;
  height: auto !important;
}

.ss-destination-detail__img .ss-destination-detail__name {
  position: absolute;
  bottom: 50px;
  left: 50px;
  color: white;
  font-family: 'Kaushan Script', cursive !important;
  font-size: 90px;
  z-index: 5000;
}

@media (max-width: 1090px) {
  .ss-destination-detail__img .ss-destination-detail__name {
    font-size: 60px;
  }
}

@media (max-width: 590px) {
  .ss-destination-detail__img .ss-destination-detail__name {
    bottom: 20px;
    left: 20px;
    font-size: 38px;
  }
}

.ss-destination-detail__img:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 90%;
  width: 100%;
  z-index: 4000;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 45%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.14)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 45%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 45%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 45%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 45%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.ss-destination-detail__text {
  margin: 20px 0px 60px;
}

.ss-destination-detail__text p {
  line-height: 1.8;
  font-size: 16px;
  text-align: justify;
  color: #555;
  font-family: 'Roboto', sans-serif !important;
}

.ss-destination-detail__intro {
  clear: both;
  margin: 20px 0px;
  width: 100%;
}

.ss-destination-detail__gallery {
  position: relative;
}

.ss-destination-detail__gallery img {
  float: left;
  height: auto;
  width: 100%;
  margin: 8px 0;
  border: 10px solid #fff;
  box-shadow: 0px 0px 5px #ccc;
}

.ss-destination-detail__gallery:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  height: 100%;
  width: 25px;
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #fff, transparent);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #fff, transparent);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #fff, transparent);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(right, #fff, transparent);
  /* Standard syntax */
  z-index: 1500;
}

.ss-destination-detail__gallery:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0px;
  height: 100%;
  width: 25px;
  background: #fff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, transparent, #fff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, transparent, #fff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, transparent, #fff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(right, transparent, #fff);
  /* Standard syntax */
  z-index: 1500;
}

.ss-destination-detail__gallery .owl-item {
  float: left;
}

@media (min-width: 1090px) {
  .ss-destination-detail__gallery .owl-item {
    padding: 0px 0.3%;
  }
}

@media (max-width: 1090px) {
  .ss-destination-detail__gallery .owl-item:nth-of-type(even) {
    margin: 0px 2% 0px 0px;
  }
  .ss-destination-detail__gallery .owl-item:nth-of-type(odd) {
    margin: 0px 0px 0px 2%;
  }
}

@media (max-width: 790px) {
  .ss-destination-detail__gallery .owl-item {
    margin: 0px !important;
    padding: 0px 5px !important;
  }
}

.ss-destination-detail__gallery .owl-pagination {
  display: none;
  position: absolute;
  left: 50%;
  margin: 485px 0px 0px 0px;
  transform: translateX(-50%);
}

@media (max-width: 790px) {
  .ss-destination-detail__gallery .owl-pagination {
    display: none;
  }
}

.ss-destination-detail__gallery .owl-pagination .owl-page {
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
  height: 10px;
  width: 10px;
  background: #ababab;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.ss-destination-detail__gallery .owl-pagination .active {
  background: #e72e89;
}

.ss-destination-detail__gallery .owl-prev,
.ss-destination-detail__gallery .owl-next {
  display: none;
  position: absolute;
}

@media (min-width: 1490px) {
  .ss-destination-detail__gallery .owl-prev svg,
  .ss-destination-detail__gallery .owl-next svg {
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 1490px) {
  .ss-destination-detail__gallery .owl-prev svg,
  .ss-destination-detail__gallery .owl-next svg {
    height: 40px;
    width: 40px;
  }
}

.ss-destination-detail__gallery .owl-prev svg path,
.ss-destination-detail__gallery .owl-next svg path {
  fill: #ababab;
}

@media (min-width: 1490px) {
  .ss-destination-detail__gallery .owl-prev,
  .ss-destination-detail__gallery .owl-next {
    margin-top: 195px;
  }
}

@media (max-width: 1490px) {
  .ss-destination-detail__gallery .owl-prev,
  .ss-destination-detail__gallery .owl-next {
    margin-top: 5px;
  }
}

.ss-destination-detail__gallery .owl-prev {
  left: 3%;
}

.ss-destination-detail__gallery .owl-next {
  float: right;
  right: 3%;
}

.ss-destination-detail__products {
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  width: 100%;
}

@media (min-width: 1490px) {
  .ss-destination-detail__products {
    height: 520px;
  }
}

@media (max-width: 1490px) {
  .ss-destination-detail__products {
    height: 545px;
  }
}

.ss-destination-detail__products-title {
  margin: 0px 0px 10px;
  padding: 5px 2px 20px;
  font-size: 26px;
  text-align: center;
  color: #e72e89;
  text-transform: uppercase;
}

@media (max-width: 790px) {
  .ss-destination-detail__products-title {
    padding: 10px 2px 15px;
    font-size: 20px;
  }
}

.ss-destination-detail__products__slider .owl-item {
  float: left;
}

@media (min-width: 1090px) {
  .ss-destination-detail__products__slider .owl-item {
    padding: 0px 12px;
  }
}

@media (max-width: 1090px) {
  .ss-destination-detail__products__slider .owl-item {
    padding: 0px 10px;
  }
}

@media (max-width: 790px) {
  .ss-destination-detail__products__slider .owl-item:nth-of-type(even) {
    padding: 0px 5px 0px 8px;
  }
  .ss-destination-detail__products__slider .owl-item:nth-of-type(odd) {
    padding: 0px 8px 0px 5px;
  }
}

@media (max-width: 590px) {
  .ss-destination-detail__products__slider .owl-item {
    padding: 0px 5px !important;
  }
}

.ss-destination-detail__products__slider .owl-pagination {
  position: absolute;
}

@media (min-width: 1490px) {
  .ss-destination-detail__products__slider .owl-pagination {
    left: 48.5%;
    margin: 465px 0px 0px 0px;
  }
}

@media (max-width: 1490px) {
  .ss-destination-detail__products__slider .owl-pagination {
    left: 48%;
    margin: 478px 0px 0px 0px;
  }
}

@media (max-width: 590px) {
  .ss-destination-detail__products__slider .owl-pagination {
    display: none;
  }
}

.ss-destination-detail__products__slider .owl-pagination .owl-page {
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
  height: 10px;
  width: 10px;
  background: #aaa;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.ss-destination-detail__products__slider .owl-pagination .active {
  background: #e72e89;
}

.ss-destination-detail__products__slider .owl-prev,
.ss-destination-detail__products__slider .owl-next {
  position: absolute;
}

@media (min-width: 1490px) {
  .ss-destination-detail__products__slider .owl-prev svg,
  .ss-destination-detail__products__slider .owl-next svg {
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 1490px) {
  .ss-destination-detail__products__slider .owl-prev svg,
  .ss-destination-detail__products__slider .owl-next svg {
    height: 40px;
    width: 40px;
  }
}

.ss-destination-detail__products__slider .owl-prev svg path,
.ss-destination-detail__products__slider .owl-next svg path {
  fill: #bbb;
}

@media (min-width: 1490px) {
  .ss-destination-detail__products__slider .owl-prev,
  .ss-destination-detail__products__slider .owl-next {
    margin-top: 180px;
  }
}

@media (max-width: 1490px) {
  .ss-destination-detail__products__slider .owl-prev,
  .ss-destination-detail__products__slider .owl-next {
    margin-top: 460px;
  }
}

.ss-destination-detail__products__slider .owl-prev {
  left: 3%;
}

.ss-destination-detail__products__slider .owl-next {
  float: right;
  right: 3%;
}

.ss-destination-detail__products .ss-extract-cart-body {
  cursor: auto !important;
}

.ss-articles-page {
  padding: 0px;
}

.ss-articles {
  position: relative;
  width: 100%;
}

@media (max-width: 790px) {
  .ss-articles {
    padding: 0px 15px;
  }
}

.ss-articles-new, .ss-articles-famous {
  position: relative;
  padding: 0px 10px;
}

@media (max-width: 790px) {
  .ss-articles-new, .ss-articles-famous {
    padding: 0px;
  }
}

.ss-articles--animation {
  position: absolute;
}

.ss-articles-buttons {
  display: inline-block;
  margin: 25px auto 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.ss-articles-buttons__item, .ss-articles-buttons__item-active {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #2982a9;
  background: white;
  color: #2982a9;
  text-transform: uppercase;
}

@media (max-width: 590px) {
  .ss-articles-buttons__item, .ss-articles-buttons__item-active {
    padding: 15px 30px;
    width: 100%;
  }
  .ss-articles-buttons__item:nth-of-type(1), .ss-articles-buttons__item-active:nth-of-type(1) {
    margin-right: 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
  }
  .ss-articles-buttons__item:nth-of-type(2), .ss-articles-buttons__item-active:nth-of-type(2) {
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
  }
}

.ss-articles-buttons__item:nth-of-type(1), .ss-articles-buttons__item-active:nth-of-type(1) {
  margin-right: -5px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.ss-articles-buttons__item:nth-of-type(2), .ss-articles-buttons__item-active:nth-of-type(2) {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-articles-buttons__item-active {
  border: 1px solid #2982a9;
  background: #2982a9;
  color: white;
}

.ss-articles-title {
  clear: both;
  float: left;
  width: 100%;
  color: #2982a9;
}

.ss-articles-title__name {
  display: inline-block;
  float: left;
  margin: 10px 0px 20px;
  font-size: 26px;
  text-transform: lowercase;
}

.ss-articles-title__name:first-letter {
  text-transform: capitalize;
}

@media (max-width: 1090px) {
  .ss-articles-title__name {
    overflow: hidden;
    margin: 5px 0px 20px;
    width: 56%;
    line-height: 1.5;
  }
}

@media (max-width: 590px) {
  .ss-articles-title__name {
    margin: 10px 0px;
    width: 100%;
  }
}

.ss-articles-title__date-author {
  display: inline-block;
  float: right;
  margin: 5px 0px 20px;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
  background: #ededed;
  color: #545454;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 590px) {
  .ss-articles-title__date-author {
    clear: both;
    float: left;
    margin-top: 0px;
  }
}

.ss-articles-post {
  position: relative;
}

@media (min-width: 790px) {
  .ss-articles-post {
    float: left;
    width: 48%;
  }
  .ss-articles-post__text {
    position: relative;
    height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ss-articles-post__text:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background: transparent;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
  }
}

.ss-articles-post__text {
  line-height: 1.8;
  font-size: 16px;
  color: #545454;
}

@media (max-width: 590px) {
  .ss-articles-post__text {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 400px;
    text-align: center;
  }
  .ss-articles-post__text:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    background: transparent;
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(transparent, white);
  }
}

.ss-articles-post__detail {
  display: none;
  position: absolute;
  top: 40%;
  left: 30%;
}

@media (max-width: 1090px) {
  .ss-articles-post__detail {
    left: 15%;
  }
}

@media (max-width: 790px) {
  .ss-articles-post__detail {
    top: 50%;
    left: 30%;
  }
}

@media (max-width: 590px) {
  .ss-articles-post__detail {
    margin-top: 250px;
    left: 15%;
  }
}

.ss-articles-gallery {
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (min-width: 790px) {
  .ss-articles-gallery {
    float: right;
    margin-top: 0px;
    width: 48%;
  }
}

.ss-articles-gallery__symptom {
  position: absolute;
  top: 40px;
  right: 0px;
  padding: 8px 20px;
  background: #e72e89;
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.ss-articles-gallery img {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 790px) {
  .ss-articles-gallery img {
    height: auto;
    min-height: 300px;
    width: auto;
  }
}

.ss-articles-more {
  display: inline-block;
  margin-top: 30px;
  height: 50px;
  width: 100%;
  text-align: center;
}

.ss-articles-more__link {
  display: inline-block;
  text-transform: uppercase;
}

.leading-box__info .article-box__name,
.header-img-box__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-box__category {
  position: absolute;
  bottom: 8px;
  left: 6px;
}

@media (max-width: 1089px) {
  .article-box__category {
    position: absolute;
    bottom: 8px;
    left: 6px;
  }
}

@media (max-width: 700px) {
  .article-box__category {
    position: absolute;
    bottom: 8px;
    left: 6px;
  }
}

.article-box__name {
  color: #000;
}

.article-box__content {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none !important;
  text-overflow: ellipsis;
  font-size: 15px;
}

h1.article__title.article__title--uppercase {
  padding-left: 12px;
}

.article-box {
  position: relative;
}

.leading-box__img img {
  width: auto;
  height: 200px;
}

.leading-item {
  padding: 0 30px;
}

.article-box--leading {
  background: #f8f8f8;
  padding: 0;
}

.leading-box__info {
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
  height: 259px;
  background: #f8f8f8;
}

.category .post-thumbnail {
  margin-top: 2em;
}

.article-box {
  position: relative;
}

.leading-box__img img {
  width: 100%;
  height: 259px;
}

.leading-item {
  padding: 0 30px;
}

.article-box--leading {
  background: #f8f8f8;
  padding: 0;
}

h3.header-img-box__name {
  color: #000;
}

p.header-img-box__name {
  color: #000;
}

.header-box-box__date {
  color: #eee;
  font-size: 11px;
  font-weight: 200;
}

.header-img-box__category {
  padding: 2px 15px;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}

.post-thumbnail p {
  color: #000;
  font-size: 12px;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none !important;
}

.nase-destinace-post .post-thumbnail p {
  -webkit-line-clamp: 2;
}

.article-box__facebook, .article-box__instagram,
.share-page img,
.search-box input[type="submit"],
.newsletter-panel__field input[type="submit"],
.menu-icon, .menu-header__close {
  cursor: pointer;
}

.article-box__img,
.videos {
  position: relative;
}

.article-box__img img {
  width: 100%;
  height: auto;
}

.article-box {
  min-height: 325px;
}

@media only screen and (max-width: 1000px) {
  .article-box__facebook, .article-box__instagram,
  .category-main__facebook, .category-main__instagram {
    float: left;
    margin: 10px 0px;
    height: 35px;
    width: 44px;
  }
}

.nopadding {
  padding: 0;
}

.post-thumbnail-border {
  border: 1px solid #f3f3f3;
  padding: 0 8px;
}

.article-box__facebook {
  float: left;
  width: 30px;
  display: block;
  background: url(/Public/jmenoProjektu-2016/magicBoxBlog2016/images/mid-facebook.png) center;
  height: 30px;
  background-repeat: no-repeat;
}

.next-button {
  transition: all 0.3s;
  padding: 10px 26px;
  cursor: pointer;
  clear: both;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background: #2982a9;
  max-width: 300px;
}

.article-box {
  margin-bottom: 3em;
  margin-top: 1em;
}

.section-title {
  font-size: 22px;
  text-transform: none;
}

.section-title:after {
  position: absolute;
  margin-top: 32px;
  right: 5px;
  left: 5px;
  height: 3px;
  content: "";
  background: #ddd;
}

.section-title:before {
  position: absolute;
  margin-top: 32px;
  right: 25px;
  left: 5px;
  height: 3px;
  content: "";
  background: #2982a9;
  width: 200px;
  z-index: 55;
}

.article-box__category .kind6 {
  background: #00b8ff;
  color: #fff;
  text-transform: uppercase;
}

.article-box__category .kind7 {
  background: #f09;
  color: #fff;
  text-transform: uppercase;
}

.article-box__date {
  color: #777;
  font-weight: 100;
  font-size: 11px;
}

.article-box__author {
  color: #777;
  font-weight: 100;
  font-size: 11px;
}

.fa-facebook {
  font-size: 20px !important;
}

.article-box__date, .article-box__author {
  color: #999;
  font-size: 11px;
}

.article-box__date {
  padding-left: 5px;
}

span.article-box__author {
  font-size: 11px;
}

.article .article-box__big-details {
  float: right;
}

.ss-articles-page .fa, .ss-articles-page .good-review:before, .ss-articles-page
.bad-review:before {
  color: #2982a9;
}

.minor-img-box:hover::after {
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 2;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.minor-img-box:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  content: "";
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  top: 0;
  height: 100%;
}

.ga-ev-click {
  max-width: 300px;
  margin: 0 auto;
}

.header-img-box__img.img-hover-effect img {
  height: 100%;
}

@media (max-width: 590px) {
  .header-img-box__img.img-hover-effect img {
    height: auto;
    width: 100%;
  }
}

.leading-item.row {
  margin-bottom: 3em;
}

.minor-img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

@media (max-width: 1090px) {
  .minor-img-box {
    margin: 10px 15px;
  }
}

.minor-img-box span.article-box__date {
  clear: both;
  display: block;
}

.article-box__content {
  margin-top: 10px;
}

.header-img-box__big-details {
  padding-top: 10px;
}

.header-img-box__big-details p {
  line-height: 1.5;
  font-size: 14px;
}

.ss-contact-page {
  padding: 0px 15px;
}

@media (min-width: 1090px) {
  .ss-contact-page {
    padding: 0px;
  }
}

.ss-contact-page .ss-headline {
  margin-bottom: 0px;
}

.ss-contact-page [class*=' col-'] {
  padding: 0px;
}

.ss-contact-page .fa, .ss-contact-page .good-review:before, .ss-contact-page
.bad-review:before {
  color: #e72e89;
}

.ss-contact-page .ss-contact-info__item {
  display: block;
  padding: 0px 0px 7px 0px;
}

@media (min-width: 1090px) {
  .ss-contact-page .ss-contact-info__map {
    padding: 0px 0px 0px 30px;
  }
}

.ss-contact-page .ss-contact-info__map iframe:first-child,
.ss-contact-page .ss-contact-info__map div:first-child {
  width: 100% !important;
}

.ss-contact-page .contact-title-text {
  display: block;
  margin-top: 50px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.ss-contact-page .ss-contact-form__item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ss-contact-page .ss-contact-form__item-text {
  margin-bottom: 0px;
}

.ss-contact-page .ss-contact-form__item--required {
  position: absolute;
  right: 10px;
  margin-top: -41px;
  width: 200px;
  color: #ff0000;
  text-align: right;
}

.ss-contact-page .ss-contact-form__item input {
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 0px 10px;
  height: 35px;
  color: #333;
  width: 100%;
  display: block;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-contact-page .ss-contact-form__item input:hover {
  border: 1px solid #2982a9;
}

.ss-contact-page .ss-contact-form__message textarea {
  min-height: 190px;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-contact-page .ss-contact-form__message textarea:hover {
  border: 1px solid #2982a9;
}

.ss-contact-page .ss-contact-form__submit-button {
  float: right;
  margin: 10px 0px 0px 0px;
  color: #fff;
}

.ss-contact-page .ss-contact-form__submit-button input[type="submit"] {
  padding: 8px 20px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.doruceni-katalog {
  line-height: 25px;
}

.doruceni-katalog div label {
  padding: 0px 20px 0px 10px;
  font-weight: 400;
  cursor: pointer;
}

.ss-login {
  margin: 15px auto;
  max-width: 1170px;
}

@media (max-width: 1090px) {
  .ss-login {
    padding: 0px 20px;
  }
}

.klient-text p, .klient-text span {
  text-align: justify;
  margin-bottom: 15px;
}

.img-wrap img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}

.cursor {
  cursor: pointer;
  transition: all 0.4s ease;
}

.white {
  color: #fff;
  margin: 0 10px 0 5px;
}

.padding {
  padding: 0 15px;
}

i.fa-arrow-right,
i.fa-arrow-left {
  margin-right: 20px;
  color: #fff !important;
  margin-left: -35px;
  transition: all 0.4s ease;
}

a:hover i.fa-arrow-right,
a:hover i.fa-arrow-left {
  margin-right: 5px;
  color: #fff;
  margin-left: -5px;
}

.light-grey {
  color: #aaa !important;
  margin: 0 10px 0 5px;
}

.grey {
  color: #888 !important;
  height: 69px;
  margin: 10px 0;
}

.img-responsive {
  margin-top: 20px;
}

.import-white {
  color: #fff !important;
}

.article-full {
  position: relative;
  max-height: 400px;
  min-height: 165px;
  overflow: hidden;
}

.article-full:hover .article-text {
  margin-bottom: 30px;
}

.article-full img {
  object-position: center center;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

@media (max-width: 450px) {
  .article-full img {
    width: auto;
    height: 100%;
  }
}

.article-gradient-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

.article-description {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px;
}

.article-name {
  font-size: 34px;
}

@media (max-width: 1024px) {
  .article-name {
    font-size: 20px;
  }
}

.article-name-mini {
  font-size: 20px;
  margin-top: 0;
  height: 44px;
  border-left: 5px solid #e72e89;
  padding-left: 10px;
}

.article-text {
  margin: 20px 0;
  max-width: 600px;
  width: 100%;
  transition: all 0.6s ease;
}

.article-sticker-blue {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  background: #2982a9;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 5px;
}

.article-button {
  padding: 10px 20px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-table;
  border-radius: 5px;
}

.article-button:hover, .article-button:focus {
  color: #fff;
}

.article-social {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.article-social-icon {
  float: left;
  right: 0px;
  bottom: 0px;
  padding: 10px 0;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  font-size: 16px !important;
  width: 40px;
  margin-left: 3px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.article-social-icon:hover {
  filter: contrast(2);
}

.article-gridbox {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.article-gridbox:hover {
  box-shadow: 0px 0px 5px #2982a9;
}

.article-gridbox:hover .article-img img {
  box-shadow: 0px 0px 10px;
  height: 110%;
  object-position: center;
  object-fit: cover;
}

.article-gridbox p {
  margin: 20px 0;
}

.article-img {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.article-img img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.article-container {
  width: 100%;
  padding: 30px;
}

.article-back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 20px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-table;
}

.article-back:hover {
  color: #fff;
}

.article-bgwhite {
  border: 1px solid #ccc;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.article-minicont {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  float: left;
  background: white;
  margin-bottom: -1px;
}

.article-minicont-img {
  width: 100px;
  height: 70px;
  margin-right: 10px;
  float: left;
}

.article-minicont-img img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-minicont-name {
  float: left;
  width: calc(100% - 110px);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

.article-minicont-info {
  float: left;
  width: calc(100% - 110px);
  color: #aaa !important;
}

.article-minicont:hover {
  background: #eee;
}

.article-minicont:hover .article-minicont-name {
  color: #2982a9;
}

.article-whitebox {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  float: left;
}

.article-whitebox-icon {
  background: #fff;
  border: 1px solid #ddd;
  width: calc(33% - 5px);
  margin-right: 5px;
  padding: 20px 0;
  text-align: center;
  font-size: 30px !important;
  float: left;
  border-radius: 5px;
  color: #2982a9;
}

.article-whitebox-icon:hover {
  background: #e72e89;
  color: #fff;
}

.article-h {
  float: left;
  margin-top: 0;
  color: #2982a9;
}

.affix {
  width: 360px;
  top: 15px;
  margin-top: 0;
}

.affix-bottom {
  position: relative;
}

.ss-content {
  overflow: visible !important;
}

@media screen and (max-width: 480px) {
  .ss-content {
    padding: 0 !important;
  }
}

.more-marginbottom {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .col-xs-12.fix-colxs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.search-form-control-ctrl8,
.search-form-control-ctrl9 {
  width: 100%;
}

.search-form-control-ctrl8 table,
.search-form-control-ctrl9 table {
  width: 100%;
  border-spacing: 0px !important;
}

.search-form-control-ctrl8 table td,
.search-form-control-ctrl9 table td {
  float: left;
  height: 57px;
  padding: 0 !important;
}

.editper-save input {
  width: auto;
  float: right;
  padding: 10px 15px !important;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #e72e89;
}

.edit-person table tr:nth-child(odd) {
  background-color: #fff;
}

.edit-person table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tooltips-active::after {
  content: "aaa";
  position: absolute;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: -30px;
  right: 0;
  left: 0;
  text-indent: 0;
  text-align: center;
  border-radius: 5px;
  z-index: 999;
}

.partner-wrapper-form .bootstrap-select.btn-group .dropdown-menu li a:hover,
.partner-wrapper-form .bootstrap-select.btn-group .dropdown-menu li a:focus {
  background-color: #e72e89 !important;
}

.partner-wrapper-form .dropdown-toggle:focus {
  outline: 1px auto #e72e89 !important;
}

.partner-wrapper-form input[type="text"],
.partner-wrapper-form input[type="password"] {
  width: calc(100% - 10px);
  float: left;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  text-align: left !important;
}

.partner-wrapper-form input[type="submit"] {
  width: calc(100% - 10px);
  float: right;
  padding: 10px 0;
  margin: 5px;
  background: #81b80f;
  color: #fff;
  font-weight: bold;
}

.partner-wrapper-form.special-button input[type="submit"] {
  width: auto;
  float: right;
  padding: 10px 15px;
  margin: 0 0 0 5px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.partner-wrapper-form label {
  float: left;
  margin-left: 11px;
  margin-bottom: -19px;
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 5px;
  color: #aaa;
  font-weight: normal;
  font-size: 90%;
}

.partner-wrapper-form label.no-edit-style {
  border: 1px solid #ccc;
  padding: 2px 5px;
  margin-top: 7px;
  margin-bottom: -15px;
}

.partner-wrapper-form .no-edit {
  width: calc(100% - 10px);
  float: left;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  background: #eee;
  cursor: not-allowed;
}

.partner-wrapper-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #e72e89;
}

.partner-board {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.partner-board .castka input {
  border: 1px solid #ccc;
  padding: 5px;
}

.partner-board .btn {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px 15px;
}

.partner-board.no-margin {
  margin-bottom: 0px;
}

.partner-board .msg {
  width: calc(100% - 10px) !important;
  float: left;
  border: 1px solid #0a0;
  background: #0c0;
  color: #fff;
  padding: 15px 10px;
  margin: 5px;
  position: relative;
}

.partner-board table.notes-list {
  width: 100%;
}

.partner-board .notes-list td, .partner-board .notes-list th {
  width: 100%;
  float: left;
}

.partner-board .notes-list textarea {
  width: calc(100% - 10px) !important;
  float: left;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px;
  position: relative;
}

.partner-board .count-box {
  float: left;
  width: calc(33.3333% - 10px);
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left: 5px solid;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.partner-board .count-box:hover {
  border-left: 25px solid;
}

@media screen and (max-width: 800px) {
  .partner-board .count-box {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .partner-board .count-box {
    width: calc(100% - 10px);
  }
}

.partner-board .count-box p {
  font-size: 24px;
  margin-bottom: 5px;
}

.partner-board .count-box span {
  color: #888 !important;
}

.partner-board .count-box.border-1 {
  border-color: #e72e89;
  color: #e72e89;
}

.partner-board .count-box.border-2 {
  border-color: #2982a9;
  color: #2982a9;
}

.partner-board .count-box.border-3 {
  border-color: #81b80f;
  color: #81b80f;
}

.partner-board .tab-pane {
  margin-bottom: 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .partner-board .tab-pane {
    padding: 10px;
  }
}

.partner-board .ss-product-wrapper__3 {
  margin: -21px -21px 0 -20px;
  background: #fafafa;
}

.partner-board.full {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.partner-board.full a {
  padding: 10px 30px;
  color: #fff;
  background: #e72e89;
  font-weight: bold;
}

.partner-board h2 {
  float: left;
  width: 100%;
  font-size: 20px;
}

.partner-board h2:nth-child(1) {
  margin-top: 0px;
}

.partner-board #myChart {
  width: 100%;
  float: left;
}

.partner-board.full-grid {
  float: left;
  width: 100%;
  padding: 20px;
}

.partner-board.full-grid .ss-paging__list strong a {
  padding: 5px 10px !important;
}

.partner-board.full-grid.fifty {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .partner-board.full-grid.fifty {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .partner-board.full-grid {
    padding: 0px;
  }
}

.partner-board.full-grid h2.op {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0px;
}

.partner-board.full-grid span.typ {
  float: left;
  padding: 3px 5px;
  border-radius: 5px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}

.partner-board.full-grid .reseter-button input {
  width: auto;
  padding: 10px 20px;
  border-radius: 5px;
  background: #e72e89;
}

.partner-board.full-grid button {
  margin: 5px !important;
  width: calc(100% - 10px);
  height: 50px;
  border-radius: 0;
  border-color: #ccc;
  float: left;
  background: #fff !important;
}

.partner-board.full-grid button:hover, .partner-board.full-grid button:focus {
  background: #fff;
}

.partner-board.full-grid .bootstrap-select {
  width: 100%;
  height: 53px;
  margin-bottom: 8px;
}

.partner-board.full-grid .reseter-button {
  float: right;
  width: 100%;
  margin-top: 10px;
}

.partner-board.full-grid .checkboxes {
  float: left;
  width: 100%;
}

.partner-board.full-grid .checkboxes div {
  float: left;
}

.partner-board.full-grid .checkboxes div.pre-label {
  height: 50px;
}

.partner-board.full-grid .checkboxes label {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 50px 10px 15px !important;
  color: #aaa;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

.partner-board.full-grid .checkboxes input[type="checkbox"]:not(:checked) + label:before,
.partner-board.full-grid .checkboxes input[type="checkbox"]:checked + label:before {
  border: 1px solid !important;
  position: absolute;
  right: 10px;
  top: 6px;
}

.partner-board.full-grid .checkboxes input[type="checkbox"]:not(:checked) + label:after,
.partner-board.full-grid .checkboxes input[type="checkbox"]:checked + label:after {
  color: #e72e89 !important;
  right: 12px;
  top: 10px;
}

.partner-board.full-grid .checkboxes input[type="checkbox"]:checked + label,
.partner-board.full-grid .checkboxes input[type="checkbox"]:not(:checked) + label:hover {
  color: #e72e89 !important;
  border-color: #e72e89 !important;
}

.partner-board.full-grid .checkboxes label {
  padding: 5px 30px 5px 10px;
  white-space: nowrap;
}

.partner-board.full-grid .calendar-image {
  float: left;
  margin-left: -35px;
  position: relative;
  margin-top: 22px;
  cursor: pointer;
}

.partner-board .table-overflow {
  float: left;
  width: 100%;
  overflow: auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.partner-board .table-overflow.half {
  max-width: 350px;
  font-weight: bold;
}

.partner-board .table-overflow.half tr:last-child {
  background: #555;
  color: #fff;
}

.partner-board .table-overflow.half tr:first-child {
  border-bottom: 1px solid #ccc;
  color: #444;
}

.partner-board .table-overflow.half td:nth-child(2) {
  text-align: right;
}

.partner-board .table-overflow .dropdown-toggle {
  margin: 0px !important;
}

.partner-board .table-overflow .dropdown-menu li a {
  color: inherit;
  background: inherit;
  font-size: inherit;
}

.partner-board .table-overflow .dropdown-menu li.selected a {
  color: #fff;
  background: #e72e89;
}

.partner-board .table-overflow .dropdown-menu li a {
  float: left !important;
  width: 100%;
  text-align: left;
  padding: 10px !important;
  border-radius: 0;
}

.partner-board .table-overflow .dropdown-menu li a:hover {
  color: #fff;
  background: #e72e89;
}

.partner-board .table-overflow.margin-top {
  margin-top: 10px;
}

.partner-board .table-overflow.no-border {
  border: 0px;
}

.partner-board .table-overflow.no-border input,
.partner-board .table-overflow.no-border select {
  border: 1px solid #ccc;
  padding: 5px;
}

.partner-board .table-overflow.no-border table tr:first-child {
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.partner-board .table-overflow.no-border .rsv-person {
  margin: 10px 0 0 0;
  padding: 15px 15px;
  width: 100%;
  background: #eee;
  border-bottom: 3px solid #7ba527;
  color: #888;
  float: left;
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.partner-board .table-overflow table {
  border-collapse: collapse;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
}

.partner-board .table-overflow th,
.partner-board .table-overflow td {
  text-align: left;
  padding: 10px;
}

.partner-board .table-overflow th a, .partner-board .table-overflow th .btn--small,
.partner-board .table-overflow td a,
.partner-board .table-overflow td .btn--small {
  padding: 5px 10px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 80%;
  float: right;
  text-align: center;
}

.partner-board .table-overflow tr {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.partner-board .table-overflow tr.pager {
  background: #fff !important;
}

.partner-board .table-overflow tr.pager::before {
  content: none;
}

.partner-board .table-overflow tr.pager table {
  border: none;
  background: none;
  width: auto;
}

.partner-board .table-overflow tr.pager table td {
  padding: 5px;
}

.partner-board .table-overflow tr.pager tr {
  border: none;
  background: #fff !important;
}

.partner-board .table-overflow tr.pager tr a,
.partner-board .table-overflow tr.pager tr span,
.partner-board .table-overflow tr.pager tr a:hover {
  width: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
  background: #e72e89;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

.partner-board .table-overflow tr.pager tr a {
  background: #eee;
  color: #888;
}

.partner-board .table-overflow tr:first-child {
  background-color: #eee !important;
  color: #777;
  border-bottom: 3px solid #e72e89;
}

.partner-board .table-overflow tr:first-child a {
  float: left;
  background: none;
  color: #888;
  padding: 0;
}

.partner-board .table-overflow tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.partner-board .table-overflow--fixoverflow {
  overflow: inherit;
}

.partner-board.sidebar {
  float: left;
  width: 70px;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 480px) {
  .partner-board.sidebar {
    width: 100%;
  }
}

.partner-board.sidebar a {
  float: left;
  width: 70px;
  height: 70px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #404040;
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
}

.partner-board.sidebar a:hover, .partner-board.sidebar a.active {
  background-color: #e72e89;
}

@media screen and (max-width: 480px) {
  .partner-board.sidebar a {
    width: 50px;
    height: 50px;
    background-size: 16px auto;
    margin-bottom: 0px;
    margin-right: 1px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    line-height: 50px;
    font-size: 16px;
  }
}

.partner-board.content {
  float: left;
  width: calc(100% - 70px);
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  min-height: 425px;
}

@media screen and (max-width: 480px) {
  .partner-board.content {
    width: 100%;
    min-height: auto;
    padding: 15px 10px;
  }
}

.partner-board.content .special-grid {
  width: 50%;
  float: left;
}

@media screen and (max-width: 480px) {
  .partner-board.content .special-grid .col-xs-12 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 790px) {
  .partner-board.content .special-grid {
    width: 100%;
  }
}

.partner-board.content .box-1 {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 15px 0;
}

.partner-board.content .box-1 input[type="submit"] {
  width: auto;
  float: right;
  padding: 10px 15px;
  margin: 5px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.partner-board.content .box-1 h2 {
  margin: -10px -10px 10px -10px;
  padding: 20px 20px;
  width: calc(100% + 20px);
  background: #eee;
  border-bottom: 3px solid #e72e89;
  color: #888;
}

.partner-board.content .box-1 .LoginTest-box {
  float: left;
  width: 100%;
}

.partner-board.content .box-1 .LoginTest-box span {
  float: left;
  width: 100%;
}

.alert a.close, .datepicker-re .demand-result a.close {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: right;
  color: #000;
}

.login-box {
  position: relative;
  float: left;
  /*margin-left: calc(50% - 200px);*/
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.login-box p {
  text-align: center;
  color: #888;
}

@media screen and (max-width: 470px) {
  .login-box {
    margin-left: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.login-box h1 {
  float: left;
  width: calc(100% + 30px);
  margin: -15px -15px 0px -15px;
  padding: 20px;
  color: #888;
  font-size: 20px;
}

.login-box label {
  float: left;
  margin-left: 11px;
  margin-bottom: -19px;
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 5px;
  color: #aaa;
  font-weight: normal;
  font-size: 90%;
}

.login-box div.login-bottom {
  float: left;
  width: calc(100% + 30px);
  margin: 15px -15px -15px -15px;
  padding: 20px;
  border-top: 1px dashed #ddd;
}

.login-box div.login-bottom a {
  float: left;
  width: calc(50% - 10px);
  color: #fff;
  font-weight: bold;
}

.login-box div.login-bottom a.facebook {
  background: #3b5998;
}

.login-box div.login-bottom a.google {
  background: #d95232;
}

.login-box a {
  float: left;
  width: calc(100% - 10px);
  padding: 10px;
  margin: 5px;
  color: #24a8f0;
  text-align: center;
}

.login-box input[type="text"],
.login-box input[type="password"] {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-left: 45px;
}

.login-box input:-webkit-autofill,
.login-box input:-webkit-autofill:hover,
.login-box input:-webkit-autofill:focus,
.login-box input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

.login-box input[type="text"] {
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/login.png?t=4);
}

.login-box input[type="password"] {
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/lock.png?t=4);
}

.login-box--no-icons input[type="text"],
.login-box--no-icons input[type="password"] {
  background: none;
}

/* ikonky typu souboru - info v https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/ */
.file-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.file-icon--txt {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/txts.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/txts.svg), none;
  background-size: contain;
}

.file-icon--jpg {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/jpgs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/jpgs.svg), none;
  background-size: contain;
}

.file-icon--doc {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/docs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/docs.svg), none;
  background-size: contain;
}

.file-icon--xls {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/xlss.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/xlss.svg), none;
  background-size: contain;
}

.file-icon--gif {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/gifs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/gifs.svg), none;
  background-size: contain;
}

.file-icon--png {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/pngs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/pngs.svg), none;
  background-size: contain;
}

.file-icon--ai {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/aibs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/aibs.svg), none;
  background-size: contain;
}

.file-icon--zip {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/zips.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/zips.svg), none;
  background-size: contain;
}

.file-icon--pdf {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/pdfs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/pdfs.svg), none;
  background-size: contain;
}

/* FOR BOTH SEARCH - PRO OBA SEARCH */
.rozsirene {
  display: none;
}

.ss-search-wrap {
  position: relative;
  margin: auto;
  padding: 20px;
  height: auto;
  width: 100%;
  max-width: 1200px;
  z-index: 6000;
}

.ss-search-wrap .row {
  margin: 0px;
}

.ss-search-wrap__input, .ss-search-wrap__select, .ss-search-wrap__rating {
  position: relative;
}

.ss-search-wrap__input:before, .ss-search-wrap__select:before {
  position: absolute;
  left: 0px;
  content: "";
  margin: 0px;
  height: 35px;
  width: 100%;
  z-index: -2;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-wrap__select:after {
  position: absolute;
  top: 50px;
  right: 0px;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  content: "\f107";
  margin: -50px 0px 0px;
  padding: 2px 14px;
  height: 35px;
  width: 47px;
  z-index: -1;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-search-wrap .bootstrap-select button {
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase;
}

.ss-search-wrap input,
.ss-search-wrap select {
  margin-bottom: 15px;
  padding: 0px 10px;
  height: 35px;
  width: 100%;
  background: transparent;
  color: #333;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-wrap input::-webkit-input-placeholder {
  color: #333;
}

.ss-search-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.ss-search-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.ss-search-wrap input:-ms-input-placeholder {
  color: #333;
}

.ss-search-wrap select::-ms-expand {
  display: none !important;
  visibility: hidden !important;
}

.ss-search-wrap__rating {
  display: inline-block;
  margin: 15px 0px 5px;
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  cursor: pointer;
}

.ss-search-wrap__rating span {
  position: relative;
  display: inline-block;
  width: 30px;
  color: #2982a9;
}

.ss-search-wrap__rating span:hover:before,
.ss-search-wrap__rating span:hover ~ span:before {
  color: #ef7200;
}

.ss-search-wrap__dates:after {
  position: absolute;
  top: 50px;
  right: 0px;
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 30px;
  content: "\f073";
  margin: -50px 0px 0px;
  padding: 2px 14px;
  height: 35px;
  width: 47px;
  color: white;
  background: #e72e89;
  z-index: -1;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-search-wrap__checkbox {
  margin: 30px 0px 0px;
}

.ss-search-wrap__checkbox .ss-details-title {
  padding: 5px 15px;
  background: #2982a9;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.ss-search-wrap__checkbox .ss-details-title:hover {
  background: #81b80f;
}

.ss-search-wrap__checkbox .ss-details-title--close {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-wrap__checkbox .ss-details-content {
  margin: 0px 0px 20px;
  padding: 5px 10px 0px;
  height: auto;
  overflow-y: auto;
  clear: both;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

.ss-search-wrap__checkbox .ss-details-content ul, .ss-search-wrap__checkbox .ss-details-content li {
  float: left;
  margin: 2px 0px;
  padding: 0px;
  height: auto;
  width: 100%;
  list-style: none;
}

.ss-search-wrap__checkbox .ss-details-content input {
  position: absolute;
  float: right;
  margin: 0px;
  right: 30px;
  padding: 0px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.ss-search-wrap__checkbox .ss-details-content input:checked:after {
  content: "\f00c";
  border-color: #81b80f;
}

.ss-search-wrap__checkbox .ss-details-content input:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #81b80f;
  font-size: 17px;
  border: 2px solid #2982a9;
  text-align: center;
  vertical-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-wrap__checkbox .ss-details-content label {
  margin: 0px;
  padding: 5px 0px 5px 2px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.ss-search-wrap__checkbox .ss-details-content label:hover {
  color: #81b80f;
}

.ss-search-wrap__checkbox .ss-details--close {
  display: none;
}

.ss-search-wrap .ss-search-button {
  clear: both;
}

.ss-search-wrap .ss-search-button__more {
  float: left;
  padding: 0px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #9c0;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-wrap .ss-search-button__send {
  height: 50px;
}

.ss-search-wrap .ss-search-button__send input {
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  background: #2982a9;
  border: none;
}

.ss-search-wrap__label {
  float: left;
  line-height: 1.8;
  font-size: 15px;
  direction: ltr;
}

/* ON HOMEPAGE - NA DOMOVKSÝ STRÁNCE */
.ss-search-hp .ss-search-wrap {
  top: -105px;
  padding: 20px 10px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 1490px) {
  .ss-search-hp .ss-search-wrap {
    top: -40px;
  }
}

@media (max-width: 1090px) {
  .ss-search-hp .ss-search-wrap {
    top: -25px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

@media (max-width: 790px) {
  .ss-search-hp .ss-search-wrap {
    top: -10px;
    padding: 20px 10px 20px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

@media (max-width: 590px) {
  .ss-search-hp .ss-search-wrap {
    top: -25px;
    padding: 20px 10px 20px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-search-hp .ss-search-wrap__select, .ss-search-hp .ss-search-wrap__input, .ss-search-hp .ss-search-wrap__rating {
  float: left;
  padding: 0px;
}

@media (min-width: 790px) {
  .ss-search-hp .ss-search-wrap__select, .ss-search-hp .ss-search-wrap__input, .ss-search-hp .ss-search-wrap__rating {
    margin: 0px 0.9% 0px 0.9%;
    width: 23.2%;
  }
}

@media (max-width: 790px) {
  .ss-search-hp .ss-search-wrap__select, .ss-search-hp .ss-search-wrap__input, .ss-search-hp .ss-search-wrap__rating {
    width: 47%;
    margin: 0px 1.5% 0px 1.5%;
  }
}

.ss-search-hp .ss-search-wrap__select:after, .ss-search-hp .ss-search-wrap__dates:after {
  color: white;
  background: #81b80f;
}

@media (max-width: 590px) {
  .ss-search-hp .ss-search-wrap__select:after, .ss-search-hp .ss-search-wrap__dates:after {
    padding: 4px 9px;
    width: 33px;
    font-size: 25px;
  }
}

.ss-search-hp .ss-search-wrap__dates:after {
  font-size: 15px;
}

@media (max-width: 590px) {
  .ss-search-hp .ss-search-wrap select {
    padding: 2px 10px 0px;
  }
}

.ss-search-hp .ss-search-wrap__checkbox {
  position: relative;
  float: left;
  margin: 0px 0.9% 0px 0.9%;
  width: 23.2%;
}

@media (max-width: 790px) {
  .ss-search-hp .ss-search-wrap__checkbox {
    margin: 0px 1.5% 10px;
    width: 97%;
  }
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-title {
  overflow: hidden;
  padding: 5px 15px;
  height: 30px;
  background: #9c0;
  color: white;
  text-transform: uppercase;
  line-height: 22px;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-title:hover {
  background: #ac0;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-title--close {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-content {
  margin: 0px 0px 20px;
  padding: 5px 10px 0px;
  height: auto;
  overflow-y: auto;
  clear: both;
  width: 100%;
  background: white;
  border: #ededed;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-content ul, .ss-search-hp .ss-search-wrap__checkbox .ss-details-content li {
  float: left;
  margin: 2px 0px;
  padding: 0px;
  height: auto;
  width: 100%;
  list-style: none;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-content input {
  position: absolute;
  float: right;
  margin: 0px;
  right: 10px;
  padding: 0px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-content input:checked:after {
  content: "\f00c";
  border-color: #81b80f;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-content input:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #81b80f;
  font-size: 17px;
  border: 2px solid #2982a9;
  text-align: center;
  vertical-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-content label {
  margin: 0px;
  padding: 5px 0px 5px 2px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details-content label:hover {
  color: #81b80f;
}

.ss-search-hp .ss-search-wrap__checkbox .ss-details--close {
  display: none;
}

.ss-search-hp .ss-search-wrap .ss-search-line {
  clear: both;
  margin: 20px auto;
  height: 2px;
  width: 98%;
  background: #e6e6e6;
}

.ss-search-hp .ss-search-wrap .ss-search-button {
  bottom: 0px;
  left: 0px;
  margin: 0px auto;
  padding: 10px 26.3% 20px;
  width: 100%;
  margin-top: 10px;
  background: #fafafa;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 790px) {
  .ss-search-hp .ss-search-wrap .ss-search-button {
    margin: 10px auto 0px;
    padding: 10px 3% 20px;
    width: 100%;
  }
}

.ss-search-hp .ss-search-wrap .ss-search-button__more {
  width: 48%;
  border-color: #2982a9;
  color: #2982a9;
}

@media (max-width: 790px) {
  .ss-search-hp .ss-search-wrap .ss-search-button__more {
    width: 48.5%;
  }
}

@media (max-width: 590px) {
  .ss-search-hp .ss-search-wrap .ss-search-button__more {
    margin: 5px 0px 10px;
    width: 100%;
  }
}

.ss-search-hp .ss-search-wrap .ss-search-button__send {
  float: right;
  padding: 0px;
  width: 48%;
}

@media (max-width: 790px) {
  .ss-search-hp .ss-search-wrap .ss-search-button__send {
    width: 48.5%;
  }
}

@media (max-width: 590px) {
  .ss-search-hp .ss-search-wrap .ss-search-button__send {
    width: 100%;
  }
}

.ss-search-hp .ss-search-shadow {
  margin: -155px auto 0px;
  height: 70px;
  width: 100%;
  max-width: 1200px;
  background: url("/Public/jmenoProjektu-2016/magicBox2016/img/search-shadow-large.png") no-repeat;
}

@media (max-width: 1490px) {
  .ss-search-hp .ss-search-shadow {
    margin-top: -90px;
    background: url("/Public/jmenoProjektu-2016/magicBox2016/img/search-shadow-large.png") no-repeat;
  }
}

@media (max-width: 1090px) {
  .ss-search-hp .ss-search-shadow {
    margin-top: -80px;
    background: url("/Public/jmenoProjektu-2016/magicBox2016/img/search-shadow-short.png") no-repeat;
  }
}

@media (max-width: 790px) {
  .ss-search-hp .ss-search-shadow {
    margin-top: -65px;
    background: url("/Public/jmenoProjektu-2016/magicBox2016/img/search-shadow-short.png") no-repeat;
  }
}

@media (max-width: 590px) {
  .ss-search-hp .ss-search-shadow {
    margin-top: -100px;
    background: url("/Public/jmenoProjektu-2016/magicBox2016/img/search-shadow-short.png") no-repeat;
  }
}

/* ON SEARCH RESULT - NA VÝSLEDKU VYHLEDÁVÁNÍ */
.ss-search-vv {
  /* ZAPNUTÍ | OTEVŘENÍ MOBILNÍHO VYHLEDÁVAČE */
}

.ss-search-vv .ss-search-desktop-vv {
  float: left;
  margin: 0px 0px 25px;
  width: 28%;
  z-index: 6000;
  border: 1px solid #dedede;
  background: whitesmoke;
  box-shadow: 0px 0px 5px #f2f2f2;
  -moz-box-shadow: 0px 0px 5px #f2f2f2;
  -webkit-box-shadow: 0px 0px 5px #f2f2f2;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-vv .ss-search-desktop-vv .ss-search-button__send {
  width: 100%;
}

.ss-search-vv .ss-search-mobile-vv {
  z-index: 10001;
  background: whitesmoke;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.ss-search-vv .ss-search-mobile-vv .ss-search-mobile-title {
  padding: 20px 25px;
  width: 100%;
  font-size: 18px;
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #333;
}

.ss-search-vv .ss-search-mobile-vv .c-search-close {
  padding: 12px 22px;
  background: #e72e89;
  color: white;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-search-vv .ss-search-wrap {
  top: 0px;
}

.ss-search-vv .ss-search-wrap__input, .ss-search-vv .ss-search-wrap__select, .ss-search-vv .ss-search-wrap__rating {
  padding: 0px;
  width: 100%;
}

.ss-search-vv .ss-search-wrap__input input,
.ss-search-vv .ss-search-wrap__input select, .ss-search-vv .ss-search-wrap__select input,
.ss-search-vv .ss-search-wrap__select select {
  border: 1px solid #dedede;
}

.ss-search-vv .ss-search-wrap__select:after {
  color: #2982a9;
  background: white;
}

.ss-search-vv .ss-search-wrap .ss-search-button {
  margin: 10px 0px;
  padding: 0px;
  width: 100%;
}

@media (max-width: 1090px) {
  .ss-search-vv .ss-search-wrap .ss-search-button {
    margin: 20px 0px 10px;
  }
}

.ss-search-vv .ss-search-wrap .ss-search-button__send {
  float: right;
  margin: 15px 0px 0px;
  padding: 1px 0px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 1090px) {
  .ss-search-vv .ss-search-wrap .ss-search-button__send {
    margin: 0px;
  }
}

.ss-search-vv .ss-search-wrap .ss-search-button__send input {
  margin: 10px 0px 0px;
  padding: 0px 44px;
}

@media (max-width: 1090px) {
  .ss-search-vv .ss-search-wrap .ss-search-button__send input {
    margin: 0px;
  }
}

.ss-search-vv .c-search-button {
  position: fixed;
  bottom: 30px;
  padding: 10px 15px;
  z-index: 9999;
}

.ss-search-vv .c-search-button__background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.8;
  -webkit-border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -ms-border-radius: 0px 6px 6px 0px;
  border-radius: 0px 6px 6px 0px;
}

.ss-search-vv .c-search-button__icon {
  position: relative;
  padding: 4px;
  color: #fff;
}

/* ON HOMEPAGE - V PARTNERSKÝ SEKCI */
.ss-search-partner .ss-search-wrap {
  top: -30px;
}

.datepicker-container .ss-search-wrap__select select {
  margin-bottom: 15px;
  padding: 0px 10px;
  height: 35px;
  width: 100%;
  background: transparent;
  color: #333;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.datepicker-container .ss-search-wrap__select:after {
  color: white;
  background: #81b80f;
}

.ss-carousel .owl-wrapper-outer .owl-wrapper {
  background: white;
}

.ss-carousel-img img {
  height: auto;
  width: 100%;
}

@media (max-width: 590px) {
  .ss-carousel-img img {
    width: auto;
    min-height: 250px;
  }
}

.ss-carousel-filter {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: black;
  z-index: 100;
  opacity: 0.3;
}

@media (max-width: 590px) {
  .ss-carousel-filter {
    opacity: 0.4;
  }
}

.ss-carousel-img-wrap {
  position: absolute;
  top: 22%;
  left: 0px;
  padding: 0px 20%;
  width: 100%;
  z-index: 101;
  text-align: center;
}

@media (max-width: 1490px) {
  .ss-carousel-img-wrap {
    top: 14%;
    padding: 0px 10%;
  }
}

@media (max-width: 790px) {
  .ss-carousel-img-wrap {
    top: 10%;
    padding: 0px 11%;
  }
}

@media (max-width: 590px) {
  .ss-carousel-img-wrap {
    padding: 0px 15%;
  }
}

.ss-carousel-img-wrap__name {
  clear: both;
  float: left;
  margin: 0px;
  width: 100%;
  color: white;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
}

@media (max-width: 1490px) {
  .ss-carousel-img-wrap__name {
    margin-top: 20px;
    font-size: 44px;
  }
}

@media (max-width: 1090px) {
  .ss-carousel-img-wrap__name {
    font-size: 29px;
    white-space: normal;
  }
}

@media (max-width: 590px) {
  .ss-carousel-img-wrap__name {
    font-size: 29px;
    white-space: normal;
    letter-spacing: 2px;
  }
}

.ss-carousel-img-wrap__description {
  clear: both;
  float: left;
  margin: 10px auto;
  width: 100%;
  color: white;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
}

@media (max-width: 1490px) {
  .ss-carousel-img-wrap__description {
    margin-top: 5px;
    font-size: 24px;
  }
}

@media (max-width: 1090px) {
  .ss-carousel-img-wrap__description {
    margin-top: 5px;
    font-size: 20px;
  }
}

@media (max-width: 590px) {
  .ss-carousel-img-wrap__description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
  }
}

.ss-carousel-img-wrap__button {
  clear: both;
  margin: 10px auto;
  padding: 8px 35px;
  width: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 1490px) {
  .ss-carousel-img-wrap__button {
    margin-top: 15px;
  }
}

@media (max-width: 1090px) {
  .ss-carousel-img-wrap__button {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media (max-width: 790px) {
  .ss-carousel-img-wrap__button {
    margin-top: 5px;
  }
}

@media (max-width: 590px) {
  .ss-carousel-img-wrap__button {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
  }
}

.ss-breadcrumb {
  overflow: hidden;
  margin: 0px 0px 15px;
  padding: 0px;
  height: 50px;
  background: #81b80f;
}

.ss-breadcrumb ul, .ss-breadcrumb__list, .ss-breadcrumb__item {
  float: left;
  list-style: none;
  letter-spacing: 1px;
  color: white;
}

.ss-breadcrumb ul {
  padding-left: 0px;
}

.ss-breadcrumb__item:hover {
  color: white;
}

.ss-breadcrumb__list {
  position: absolute;
  margin: 15px 0px;
  padding: 0px;
}

@media (max-width: 790px) {
  .ss-breadcrumb__list {
    margin: 12px 0px;
  }
}

.ss-recommended-products {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 0 1%;
  height: auto;
  width: 62%;
}

@media (min-width: 1090px) {
  .ss-recommended-products {
    min-width: 664px;
  }
}

@media (max-width: 1090px) {
  .ss-recommended-products {
    clear: both;
    width: 50%;
  }
}

@media (max-width: 790px) {
  .ss-recommended-products {
    clear: both;
    margin: 10px 0px 30px 0px;
    height: auto;
    width: 100%;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-recommended-products .ss-recommended-title {
  margin: 0px 0px 20px;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 790px) {
  .ss-recommended-products .ss-recommended-title {
    margin: 0px;
    padding: 5px 20px 10px;
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
}

.ss-recommended-products .ss-recommended-box {
  background: white;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 790px) {
  .ss-recommended-products .ss-recommended-box {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-recommended-products .ss-recommended-box .ss-extract-table {
  border-top: 0px;
}

.ss-recommended-products .ss-recommended-box .ss-extract-table:last-of-type {
  border-bottom: 0px;
}

.thematic-holiday__link {
  width: 33%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 158px;
}

.thematic-holiday__link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 60%;
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: linear-gradient(transparent, black);
  opacity: 0.8;
}

.thematic-holiday__link:hover:after, .thematic-holiday__link:hover .thematic-holiday__name {
  opacity: 0;
}

.thematic-holiday__span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  transition: all 0.4s ease;
}

.thematic-holiday__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  font-size: 20px;
  color: white;
  z-index: 99;
}

.thematic-holiday__img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.thematic-holiday .thematic-holiday__link:hover .thematic-holiday__span {
  transform: scale(1.05);
}

@media screen and (max-width: 500px) {
  .thematic-holiday .thematic-holiday__link {
    width: 100%;
  }
}

.thematic-holiday__link:hover .thematic-holiday__img img {
  transition: linear 0.3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.ss-favourite-destinations {
  float: left;
  overflow: hidden;
  margin: 0px 0px 30px 1%;
  height: auto;
  width: 36%;
}

@media (max-width: 1090px) {
  .ss-favourite-destinations {
    clear: both;
    overflow-y: auto;
    height: auto;
    width: 48%;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

@media (max-width: 790px) {
  .ss-favourite-destinations {
    clear: both;
    overflow-y: auto;
    height: auto;
    width: 100%;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-favourite-destinations .ss-destinations-title {
  margin: 0px 0px 20px;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 790px) {
  .ss-favourite-destinations .ss-destinations-title {
    margin: 0px;
    padding: 5px 20px 15px;
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
}

.ss-favourite-destinations .ss-destinations-box {
  background: transparent;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 1090px) {
  .ss-favourite-destinations .ss-destinations-box {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-favourite-destinations .ss-destinations-box-item {
  display: inherit;
  position: relative;
  cursor: pointer;
}

@media (min-width: 790px) {
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(1) .ss-destinations-box-item__img,
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(1) img {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(4) .ss-destinations-box-item__img,
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(4) .ss-destinations-box-item__img:after,
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(4) img {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
}

@media (min-width: 1090px) {
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(3) .ss-destinations-box-item__img,
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(3) .ss-destinations-box-item__img:after,
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(3) img {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .ss-favourite-destinations .ss-destinations-box-item:nth-of-type(4n) {
    display: none;
  }
}

.ss-favourite-destinations .ss-destinations-box-item__img {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #777;
  min-height: 157px;
  background: #b3b3b3;
}

.ss-favourite-destinations .ss-destinations-box-item__img:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 60%;
  width: 100%;
  background: transparent;
  background: -webkit-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: linear-gradient(transparent, black);
  opacity: 0.8;
}

.ss-favourite-destinations .ss-destinations-box-item__name, .ss-favourite-destinations .ss-destinations-box-item__price {
  position: absolute;
  bottom: 0px;
  padding: 15px 20px;
  font-size: 20px;
  color: white;
}

.ss-favourite-destinations .ss-destinations-box-item__name {
  left: 0px;
  text-align: left;
}

.ss-favourite-destinations .ss-destinations-box-item__price {
  right: 0px;
  text-align: right;
}

.ss-carousel-products {
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  width: 100%;
}

@media (min-width: 1490px) {
  .ss-carousel-products {
    height: 535px;
  }
}

@media (max-width: 1490px) {
  .ss-carousel-products {
    height: 560px;
  }
}

.ss-carousel-products-title {
  display: block;
  margin: 0px 0px 10px;
  padding: 5px 2px 20px;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 790px) {
  .ss-carousel-products-title {
    padding: 10px 2px 15px;
    font-size: 22px;
  }
}

.ss-carousel-products__slider .owl-item {
  float: left;
}

@media (min-width: 1090px) {
  .ss-carousel-products__slider .owl-item {
    padding: 0px 12px;
  }
}

@media (max-width: 1090px) {
  .ss-carousel-products__slider .owl-item {
    padding: 0px 10px;
  }
}

@media (max-width: 790px) {
  .ss-carousel-products__slider .owl-item:nth-of-type(even) {
    padding: 0px 5px 0px 8px;
  }
  .ss-carousel-products__slider .owl-item:nth-of-type(odd) {
    padding: 0px 8px 0px 5px;
  }
}

@media (max-width: 590px) {
  .ss-carousel-products__slider .owl-item {
    padding: 0px 5px !important;
  }
}

.ss-carousel-products__slider .owl-pagination {
  position: absolute;
  left: 50%;
  margin: 485px 0px 0px 0px;
  transform: translateX(-50%);
}

@media (max-width: 790px) {
  .ss-carousel-products__slider .owl-pagination {
    display: none;
  }
}

.ss-carousel-products__slider .owl-pagination .owl-page {
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
  height: 10px;
  width: 10px;
  background: #ababab;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.ss-carousel-products__slider .owl-pagination .active {
  background: #e72e89;
}

.ss-carousel-products__slider .owl-prev,
.ss-carousel-products__slider .owl-next {
  position: absolute;
}

@media (min-width: 1490px) {
  .ss-carousel-products__slider .owl-prev svg,
  .ss-carousel-products__slider .owl-next svg {
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 1490px) {
  .ss-carousel-products__slider .owl-prev svg,
  .ss-carousel-products__slider .owl-next svg {
    height: 40px;
    width: 40px;
  }
}

.ss-carousel-products__slider .owl-prev svg path,
.ss-carousel-products__slider .owl-next svg path {
  fill: #ababab;
}

@media (min-width: 1490px) {
  .ss-carousel-products__slider .owl-prev,
  .ss-carousel-products__slider .owl-next {
    margin-top: 195px;
  }
}

@media (max-width: 1490px) {
  .ss-carousel-products__slider .owl-prev,
  .ss-carousel-products__slider .owl-next {
    margin-top: 475px;
  }
}

.ss-carousel-products__slider .owl-prev {
  left: 3%;
}

.ss-carousel-products__slider .owl-next {
  float: right;
  right: 3%;
}

.ss-carousel-products .ss-extract-cart-body {
  cursor: auto !important;
}

.ss-section-carousel-products {
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
}

.ss-section-carousel-products .ss-section-container {
  margin: 0px auto 10px;
  padding: 20px 0px;
  width: auto;
  max-width: 1200px;
  overflow-y: auto;
}

@media (max-width: 590px) {
  .slider-product .swiper-pagination {
    visibility: hidden;
  }
}

.slider-product--swiper {
  width: calc(100% - 0px) !important;
}

@media (min-width: 590px) {
  .slider-product--swiper {
    width: calc(50% - 10px) !important;
  }
}

@media (min-width: 790px) {
  .slider-product--swiper {
    width: calc(32.83% - 9px) !important;
  }
}

@media (min-width: 1090px) {
  .slider-product--swiper {
    width: calc(25% - 15px) !important;
  }
}

.ss-articles {
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  height: auto;
}

.ss-social {
  text-align: center;
}

.ss-social-title {
  display: block;
  margin: 0px 0px 30px;
  width: 100%;
  text-align: center;
}

.ss-social-item {
  display: inline-block;
  margin: 0px 20px 20px;
}

@media (max-width: 790px) {
  .ss-social-item {
    margin: 0px 20px 30px;
    width: 66px;
  }
}

.ss-social-item__img {
  clear: both;
  text-align: center;
}

.ss-social-item__img svg, .ss-social-item__img img {
  margin: 0px;
  height: 48px;
  width: 48px;
  border: 3px solid #fafafa;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 3px #e0e0e0;
  -moz-box-shadow: 0px 0px 3px #e0e0e0;
  box-shadow: 0px 0px 3px #e0e0e0;
}

.ss-social-item__title {
  clear: both;
  top: 16px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 590px) {
  .js-datepicker .ui-datepicker {
    overflow-y: scroll;
    top: 0px !important;
    max-height: 100%;
  }
}

.ui-datepicker {
  border: 1px solid #c4c4c4;
}

@media (max-width: 590px) {
  .ui-datepicker {
    left: 0px !important;
    max-width: 320px !important;
  }
  .ui-datepicker:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0.8;
    background: black;
  }
}

.ui-datepicker-header {
  background: #2982a9 !important;
  color: white !important;
  border: 1px solid #1f6280;
}

.ui-datepicker-title select {
  color: #444;
}

.ui-datepicker-month, .ui-datepicker-year {
  margin: 0px 0px 0px 10px !important;
  padding: 0px 10px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ui-datepicker-year {
  margin: 0px !important;
}

.ui-datepicker-month {
  float: right;
}

.ui-datepicker-calendar {
  margin: 4px 0px !important;
  width: 98% !important;
}

.ui-datepicker-calendar thead {
  color: #2982a9;
  border-bottom: 1px solid #2982a9;
}

.ui-datepicker-calendar td {
  padding: 2px;
  height: 29px;
  width: 40px;
}

@media (max-width: 1090px) {
  .ui-datepicker-calendar td {
    font-size: 16px;
  }
}

@media (max-width: 790px) {
  .ui-datepicker-calendar td {
    font-size: 20px;
  }
}

.ui-datepicker-calendar tr:first-of-type td {
  padding-top: 10px;
}

.ui-datepicker-calendar .ui-state-default {
  background: white;
  color: #545454;
  border: 1px solid #c4c4c4;
  text-align: center;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background: #81b80f !important;
  color: white !important;
  border: 1px solid #2982a9 !important;
}

.ui-datepicker-calendar .ui-state-highlight {
  background: white;
  color: #e72e89 !important;
  border: 2px solid #cb1770 !important;
}

.ui-datepicker-calendar .ui-state-active {
  background: #e72e89;
  color: white;
  border: 1px solid #cb1770;
}

.ui-datepicker-calendar .ui-state-disabled {
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.ui-datepicker-calendar .ui-state-disabled:hover .ui-state-default {
  background: transparent !important;
  border-color: gray !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
  background: #fff;
}

.ui-datepicker-buttonpane .ui-datepicker-current {
  background: #2982a9;
  color: white;
  border: 1px solid #1f6280;
  opacity: 1.0;
}

.ui-datepicker-buttonpane .ui-datepicker-close {
  background: #e72e89;
  color: white;
  border: 1px solid #9d1256;
  opacity: 1.0;
}

@media (max-width: 790px) {
  .ui-datepicker-group {
    clear: both;
    width: 100% !important;
  }
}

.ui-datepicker-group-last .ui-datepicker-calendar {
  float: right;
}

.ui-datepicker-group-last .ui-datepicker-header {
  color: white;
}

.text-red {
  color: #d30101;
}

.text-blue {
  color: #00b7f3;
}

.text-green {
  color: #9bd535;
}

.text-lighter {
  color: #aaa;
}

.text-darker {
  color: #878787;
}

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.destinations {
  margin-bottom: 20px;
}

.destinations * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.destinations a {
  text-decoration: none;
}

.destinations__continent {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.destinations__country__list,
.destinations__destination__list {
  display: none;
}

.destinations__country__list-header {
  height: 50px;
  line-height: 50px;
  background: white;
  font-size: 12px;
  color: #2982a9;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 7px 0;
}

.destinations__country__list-header > * {
  float: left;
}

.list-header__trigger {
  margin-right: 14px;
}

.list-header__trigger a {
  display: block;
  width: 50px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.list-header__title {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

.list-header__weather span,
.list-header__water span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: -5px;
  background-image: url("/Public/grecos/img/pocasi_ico.png");
  background-repeat: no-repeat;
}

.list-header__water {
  margin-left: 16px;
}

.list-header__water span {
  background-position: -19px 0;
}

.header-closed a {
  background: #81b80f;
}

.header-closed a:hover {
  background: #e72e89;
}

.header-closed .list-header__title {
  color: #2982a9;
}

.header-closed .price,
.header-closed .price span {
  color: #555;
}

.header-opened a {
  background: #e72e89;
  content: "-";
}

.header-opened a:hover {
  background: #e72e89;
}

.header-opened .list-header__title {
  color: #81b80f;
}

.akcni-nabidka-list a {
  background: #d30101;
}

.akcni-nabidka-list a:hover {
  background: #ba0101;
}

.akcni-nabidka-list .list-header__title,
.akcni-nabidka-list .destinations__continent {
  color: #d30101;
}

.list-header__products-count,
.list-header__minimal-price {
  float: right;
}

.list-header__products-count {
  color: black;
  text-align: right;
  font-size: 13px;
}

.list-header__minimal-price {
  min-width: 140px;
  padding-right: 15px;
  text-align: right;
}

.list-header__minimal-price .letaky__btn {
  display: none;
}

.list-header__minimal-price .price span {
  font-size: 19px;
  font-weight: 700;
  color: black;
  margin-left: 3px;
}

.letaky__btn {
  float: right;
}

.letaky__btn a {
  background-image: url("/Public/grecos/img/vypis_ico.png");
  background-repeat: no-repeat;
  background-color: inherit;
  background-position-x: -13px;
  width: 13px;
  height: 17px;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -9999999px;
  float: right;
  top: 9px;
  cursor: pointer;
}

.letaky__btn a:hover {
  background-image: url("/Public/grecos/img/vypis_ico.png");
  background-repeat: no-repeat;
  background-color: inherit;
  background-position-x: -13px;
}

.product-list-ajax-header .letaky__btn a {
  top: 1px;
  background-position-x: 0;
  position: relative;
  z-index: 500;
}

.header-opened .price,
.header-opened .price span {
  color: #e72e89;
}

.destinations__destination {
  /*display: inline-block;*/
  /*float: left;*/
}

.destinations__destination--separate {
  float: left;
  height: 10px;
  width: 15px;
}

.destinations__destination__list-header {
  padding: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  background: #81b80f;
}

.destinations__destination__list-header .list-header__title {
  font-size: 16px;
  font-weight: bold;
}

.destinations__country__list {
  margin-top: 13px;
}

.destinations__destination__list {
  padding: 10px 0;
  position: relative;
}

.destinations__destination__list:after {
  content: "";
  clear: both;
  display: table;
}

.destinations__term-item {
  padding: 3px 20px 3px 0px;
  width: 50%;
  float: left;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 1090px) {
  .destinations__term-item {
    width: 100%;
  }
}

@media (max-width: 790px) {
  .destinations__term-item {
    padding: 3px 0px;
  }
}

.destinations__term-item .tooltip-inner {
  color: #fff !important;
}

.destinations__term-item > span {
  display: inline-block;
}

.destinations__term-item:hover * {
  color: #00b7f3;
}

@media (min-width: 1090px) {
  .destinations__destination__list .destinations__term-item:nth-child(odd) {
    border-right: 1px solid #e3e3e3;
  }
}

@media (min-width: 1090px) {
  .destinations__destination__list .destinations__term-item:nth-child(even) {
    padding-left: 15px;
  }
}

.term-item__datefrom {
  min-width: 35px;
}

.term-item__days {
  min-width: 50px;
  margin-right: 15px;
}

.term-item__station {
  min-width: 230px;
}

@media (max-width: 790px) {
  .term-item__station {
    min-width: auto;
    width: 50px;
  }
}

.term-item__price {
  min-width: 75px;
  float: right;
}

.term-item__products-count {
  min-width: 25px;
  margin-right: 15px;
}

.term-item__label {
  font-size: 10px;
  padding: 1px 6px;
  background: #e72e89;
  color: #fff !important;
  width: 35px;
  text-align: center;
}

.product-item {
  padding: 8px 0;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 4px;
  font-size: 12px;
  width: 100%;
}

.product-item > * {
  display: inline-block;
  margin-right: -3px;
  padding: 0 10px;
  min-height: 38px;
  vertical-align: middle;
}

.product-item .product-item__link {
  margin: -8px 0px 0px;
}

.product-item:after {
  content: "";
  clear: both;
  display: table;
}

.product-item:hover {
  background: white;
  cursor: pointer;
}

.destinations__destination__ajax {
  position: relative;
  float: left;
  width: 100%;
  display: none;
}

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

.destinations__destination__ajax .products-list-ajax {
  margin: 5px 0 10px 0;
}

.product-item__name {
  width: 400px;
  padding-right: 20px;
}

@media (max-width: 1090px) {
  .product-item__name {
    width: 33%;
  }
}

.product-item__name__product {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1090px) {
  .product-item__name__product {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (max-width: 590px) {
  .product-item__name__product {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
  }
}

.product-item__name__category {
  display: inline-block;
  background-image: url("/Public/MTv2/img/kategorie/ctg-stars5.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 17px;
  width: 76px;
}

.product-item__name__category.category-399 {
  width: 30px;
}

.product-item__name__category.category-395 {
  width: 45px;
}

.product-item__name__category.category-397 {
  width: 60px;
}

.product-item__name__category.category-541 {
  width: 76px;
}

.product-item__name__category.category-627 {
  width: 69px;
}

.product-item__name__category.category-626 {
  width: 53px;
}

.product-item__name__category.category-625 {
  width: 37px;
}

.product-item__accommodation-type {
  width: 90px;
  padding: 0;
}

.product-item__category-diet {
  width: 33%;
}

@media (max-width: 1090px) {
  .product-item__category-diet {
    width: 24%;
  }
}

.product-item__category-diet .fa, .product-item__category-diet .good-review:before, .product-item__category-diet
.bad-review:before {
  color: #ef7200;
}

.product-item__person-prices {
  width: 230px;
  font-size: 10px;
}

.product-item__person-prices .div__table__cell {
  line-height: 1.5;
}

.product-item__price {
  width: 100px;
  padding: 0;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.price__description,
.product-item__name__kind,
.product-item__diet {
  color: #9c9c9c;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}

.div__table {
  display: table;
  height: 38px;
}

.div__table .div__table__cell {
  height: 20px;
  line-height: 21px;
  font-size: 13px;
}

.product-item__cart {
  width: 45px;
  text-align: right;
  height: 38px;
  line-height: 38px;
}

.product-item__cart .cart-addremove-buttons {
  font-size: 0;
}

.product-item__cart .cart-addremove-buttons a {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("/Public/grecos/img/cart_item_ico.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  float: right;
  position: relative;
  top: 12px;
}

.product-item__cart .cart-addremove-buttons a[id*="cartRemove"] {
  background-position-x: -14px;
}

.products-list-ajax__paging {
  text-align: center;
  margin: 5px 0 10px 0;
  width: 100%;
  table-layout: fixed;
}

.products-list-ajax__paging td, .products-list-ajax__paging th {
  padding: 0;
  vertical-align: top;
}

.products-list-ajax__paging:after {
  content: "";
  clear: both;
  display: table;
}

.paging-button {
  display: inline-block;
  width: 107px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paging-button:hover,
.paging-button a:hover,
.paging-button a {
  color: #fff;
}

.paging-button .pager-arrow {
  width: 16px;
  height: 13px;
  display: block;
  background-image: url("/Public/grecos/img/paging_arrows_ico.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  top: 8px;
}

.paging-button--default {
  background: #999999;
}

.paging-button--default:hover {
  background: #949494;
}

.paging-button--primary {
  background: #81b80f;
}

.paging-button--primary:hover {
  background: #e72e89;
}

.paging-button--prev {
  text-align: right;
  padding-right: 15px;
}

.paging-button--next {
  text-align: left;
  padding-left: 15px;
}

.paging-button--next .pager-arrow {
  background-position-x: -16px;
}

.product-list-ajax-header {
  padding: 7px 12px;
  background: #2982a9;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.product-list-ajax-header:after, .product-list-ajax-header:before {
  content: "";
  display: table;
  clear: both;
}

.product-header__destination {
  font-size: 14px;
  font-weight: bold;
  float: left;
}

.product-header__all-info {
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media (max-width: 1090px) {
  .product-header__all-info {
    text-align: left;
  }
}

.product-header__all-info > div {
  display: inline-block;
  font-size: 14px;
  padding: 2px 15px;
  margin: 0px 30px;
}

@media (max-width: 1090px) {
  .product-header__all-info > div {
    display: block;
    margin: 0px;
  }
}

.product-header__all-info > .fa, .product-header__all-info > .good-review:before, .product-header__all-info >
.bad-review:before,
.product-header__all-info > div {
  color: #2fccff;
}

.product-header__all-info .all-info__value {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

/*# sourceMappingURL=destinace.css.map */
.cart-item-row {
  background: white;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.3);
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #9c9c9c;
  font-size: 11px;
  overflow: hidden;
}

.cart-item-row:after, .cart-item-row:before {
  content: "";
  display: table;
  clear: both;
}

.cart-item-row > div {
  height: 93px;
  float: left;
  position: relative;
  border-right: 1px solid #f1f1f1;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cart-item-row > div > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-item-row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-item-row a {
  color: inherit;
  text-decoration: none;
}

.cart-item__image,
.cart-item__buttons {
  border-right: 0 !important;
}

.cart-item__image {
  width: 148px;
  background: #FFF1F1;
  position: relative;
}

.cart-item__image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 46%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 100;
}

.cart-item__product {
  width: 227px;
  padding: 17px;
  font-size: 14px;
}

.cart-item__product > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item__product-name {
  color: black;
}

.cart-item__destination {
  font-size: 11px;
}

.cart-item__term {
  width: 118px;
  text-align: center;
}

.cart-item__diet {
  width: 134px;
  text-align: center;
}

.cart-item__transport {
  width: 178px;
  padding: 17px;
}

.cart-item__transport img {
  margin-right: 11px;
}

.cart-item__price {
  width: 111px;
  padding: 17px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.cart-item__buttons {
  width: 181px;
  text-align: left;
  padding: 25px;
}

.cart-item__buttons a > span {
  display: block;
  width: 107px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  background: #9bd535;
  border-radius: 5px;
}

.cart-item__buttons a > span:hover {
  background: #8ec729;
}

.cart-item__selection {
  position: absolute !important;
  top: 14px !important;
  right: 6px;
}

.cart-list-buttons {
  position: relative;
  margin: 50px auto;
  text-align: center;
  display: table;
  width: auto;
}

.cart-list-buttons a {
  text-decoration: none;
  color: inherit;
}

.cart-list-buttons__button {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-right: 6px;
  margin: 0 6px;
}

.cart-list-buttons__button .icon {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/Public/grecos/img/cart_ico.png");
  height: 27px;
  width: 21px;
  top: 7px;
  margin-right: 5px;
}

.cart-list-buttons__button.cart-list-buttons__button--print .icon {
  width: 29px;
  background-position-x: -21px;
}

.cart-list-buttons__button input, .cart-list-buttons__button a {
  display: inline-block;
  width: auto;
  height: 49px;
  padding: 2px 15px;
  line-height: 49px;
  position: relative;
  border: 0;
  background: #00b7f3;
  text-align: center;
  color: white;
  outline: 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
}

.cart-list-buttons__button input:hover, .cart-list-buttons__button a:hover {
  background: #00a4d9;
}

.zajezdyWrap {
  min-height: 400px;
}

.ss-extract-line {
  display: inline-block;
  margin: 10px 0px 25px;
  width: 100%;
  /*a {
            text-decoration:    none;
            color:              $color-title-product__text;
        }*/
}

.ss-extract-line:first-of-type {
  margin: 0px 0px 25px;
}

.ss-extract-line .ss-extract-line-head {
  position: relative;
  width: 100%;
}

@media (max-width: 790px) {
  .ss-extract-line .ss-extract-line-head {
    padding: 0px 12px 5px;
  }
}

@media (min-width: 790px) {
  .ss-extract-line .ss-extract-line-head {
    padding: 0px 12px 5px 0px;
  }
}

.ss-extract-line .ss-extract-line-head__title-product {
  overflow: hidden;
  width: 100%;
  font-size: 20px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 790px) {
  .ss-extract-line .ss-extract-line-head__title-product {
    margin: 0px 0px 10px;
  }
}

@media (min-width: 790px) {
  .ss-extract-line .ss-extract-line-head__title-product {
    margin: 0px 0px 7px;
  }
}

.ss-extract-line .ss-extract-line-head__title-product a {
  color: #333333;
}

.ss-extract-line .ss-extract-line-head__title-product a:hover {
  color: #2982a9;
}

.ss-extract-line .ss-extract-line-head__species-product {
  color: #666666;
}

.ss-extract-line .ss-extract-line-head__title-destination,
.ss-extract-line .ss-extract-line-head__title-destination a {
  color: #333333;
}

.ss-extract-line .ss-extract-line-head__title-destination:hover,
.ss-extract-line .ss-extract-line-head__title-destination a:hover {
  color: #2982a9;
}

.ss-extract-line .ss-extract-line-head__species-product, .ss-extract-line .ss-extract-line-head__title-destination {
  margin: 0px 0px 5px;
  font-size: 14px;
  line-height: 1.0;
}

.ss-extract-line .ss-extract-line-body {
  overflow: hidden;
  z-index: 1;
  background: #eee url("/Public/jmenoProjektu-2016/magicBox2016/ico/product-image.png") no-repeat center center;
}

@media (min-width: 790px) {
  .ss-extract-line .ss-extract-line-body {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

@media (max-width: 590px) {
  .ss-extract-line .ss-extract-line-body {
    position: relative;
  }
}

@media (min-width: 590px) {
  .ss-extract-line .ss-extract-line-body {
    position: absolute;
    float: none;
    height: 250px;
    width: 306px;
  }
}

.ss-extract-line .ss-extract-line-body__img-link {
  position: absolute;
  left: 20%;
  height: 100%;
  width: 60%;
}

@media (min-width: 1090px) {
  .ss-extract-line .ss-extract-line-body__img-link {
    z-index: 10000;
  }
}

.ss-extract-line .ss-extract-line-body__img-product img {
  height: auto;
  width: 100%;
}

@media (min-width: 590px) {
  .ss-extract-line .ss-extract-line-body__img-product img {
    height: 250px;
    width: 100%;
  }
}

@media (min-width: 790px) {
  .ss-extract-line .ss-extract-line-body__img-product img {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

.ss-extract-line .ss-extract-line-body__img-product .owl-wrapper {
  height: 205px !important;
}

.ss-extract-line .ss-extract-line-body__img-product .owl-item {
  float: left;
}

@media (min-width: 790px) {
  .ss-extract-line .ss-extract-line-body__img-product .owl-item {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

.ss-extract-line .ss-extract-line-body__img-product .owl-prev,
.ss-extract-line .ss-extract-line-body__img-product .owl-next {
  position: absolute;
  top: 0px;
  padding: 103px 0px;
  height: 48px;
  width: 60px;
  z-index: 6000;
  opacity: 0.0;
}

@media (max-width: 590px) {
  .ss-extract-line .ss-extract-line-body__img-product .owl-prev,
  .ss-extract-line .ss-extract-line-body__img-product .owl-next {
    top: 0px;
    margin-top: 13%;
  }
}

.ss-extract-line .ss-extract-line-body__img-product .owl-prev {
  left: 0px;
  background: url("/Public/jmenoProjektu-2016/magicBox2016/ico/arrow-left.png") no-repeat;
  background-position: 0px 75px;
}

@media (max-width: 590px) {
  .ss-extract-line .ss-extract-line-body__img-product .owl-prev {
    background-position: 0px 27%;
  }
}

.ss-extract-line .ss-extract-line-body__img-product .owl-next {
  right: 0px;
  background: url("/Public/jmenoProjektu-2016/magicBox2016/ico/arrow-right.png") no-repeat;
  background-position: 10px 75px;
}

@media (max-width: 590px) {
  .ss-extract-line .ss-extract-line-body__img-product .owl-next {
    background-position: 10px 27%;
  }
}

.ss-extract-line .ss-extract-line-body__price-flag, .ss-extract-line .ss-extract-line-body__symptoms {
  position: absolute;
  display: inline-block;
  clear: both;
  left: 0px;
  padding: 2px 10px;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  color: white;
  background: #e72e89;
  text-transform: uppercase;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-extract-line .ss-extract-line-body__price-flag {
  top: 15px;
}

.ss-extract-line .ss-extract-line-body__symptoms {
  top: 45px;
}

.ss-extract-line .ss-extract-line-body__symptoms:nth-of-type(2) {
  top: 75px;
}

.ss-extract-line .ss-extract-line-body__symptoms:nth-of-type(3) {
  top: 105px;
}

.ss-extract-line .ss-extract-line-body__symptoms:nth-of-type(4) {
  top: 135px;
}

@media (max-width: 590px) {
  .ss-extract-line .ss-extract-line-body__symptoms:nth-of-type(4) {
    display: none;
  }
}

.ss-extract-line .ss-extract-line-body__accommodation-type {
  position: absolute;
  top: 17px;
  right: 12px;
  color: #ef7200;
  background: transparent;
}

.ss-extract-line .ss-extract-line-body__equipment {
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  padding: 5px;
  width: 2000px;
  z-index: 101;
}

.ss-extract-line .ss-extract-line-body__equipment .ss-svg-equipment {
  float: left;
  height: 24px;
  width: auto;
}

.ss-extract-line .ss-extract-line-body__equipment .ss-svg-equipment img {
  margin: 0px 5px 0px 0px;
  height: 24px;
  width: 24px;
}

.ss-extract-line .ss-extract-line-body__equipment svg {
  margin: 0px;
  height: 24px;
  width: 24px;
}

.ss-extract-line .ss-extract-line-body__equipment path, .ss-extract-line .ss-extract-line-body__equipment ellipse, .ss-extract-line .ss-extract-line-body__equipment circle, .ss-extract-line .ss-extract-line-body__equipment rect {
  fill: white !important;
}

.ss-extract-line .ss-extract-line-body__equipment-background {
  position: absolute;
  bottom: 0px;
  height: 35px;
  width: 100%;
  background: white;
  opacity: 0.85;
  z-index: 100;
}

@media (min-width: 790px) {
  .ss-extract-line .ss-extract-line-body__equipment-background {
    -webkit-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -ms-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
  }
}

.ss-extract-line .ss-extract-line-foot {
  position: relative;
  padding: 8px 0px;
  background: white;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

@media (max-width: 589px) {
  .ss-extract-line .ss-extract-line-foot {
    width: 100%;
  }
}

@media (min-width: 590px) {
  .ss-extract-line .ss-extract-line-foot {
    height: 250px;
    margin-left: 306px;
  }
}

@media (min-width: 790px) {
  .ss-extract-line .ss-extract-line-foot {
    border-right: 1px solid #dedede;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
  }
}

.ss-extract-line .ss-extract-line-foot__date, .ss-extract-line .ss-extract-line-foot__diet, .ss-extract-line .ss-extract-line-foot__transport, .ss-extract-line .ss-extract-line-foot__extra-field {
  overflow: hidden;
  margin: 0;
  padding: 0px 12px;
  min-height: 22px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ss-extract-line .ss-extract-line-foot__date--float6col, .ss-extract-line .ss-extract-line-foot__diet--float6col, .ss-extract-line .ss-extract-line-foot__transport--float6col, .ss-extract-line .ss-extract-line-foot__extra-field--float6col {
  width: 100%;
  float: left;
}

.ss-extract-line .ss-extract-line-foot__date .fa, .ss-extract-line .ss-extract-line-foot__date .good-review:before, .ss-extract-line .ss-extract-line-foot__date
.bad-review:before, .ss-extract-line .ss-extract-line-foot__diet .fa, .ss-extract-line .ss-extract-line-foot__diet .good-review:before, .ss-extract-line .ss-extract-line-foot__diet
.bad-review:before, .ss-extract-line .ss-extract-line-foot__transport .fa, .ss-extract-line .ss-extract-line-foot__transport .good-review:before, .ss-extract-line .ss-extract-line-foot__transport
.bad-review:before, .ss-extract-line .ss-extract-line-foot__extra-field .fa, .ss-extract-line .ss-extract-line-foot__extra-field .good-review:before, .ss-extract-line .ss-extract-line-foot__extra-field
.bad-review:before {
  width: 18px;
  color: #2982a9;
}

.ss-extract-line .ss-extract-line-foot__date .ss-svg-convert, .ss-extract-line .ss-extract-line-foot__diet .ss-svg-convert, .ss-extract-line .ss-extract-line-foot__transport .ss-svg-convert, .ss-extract-line .ss-extract-line-foot__extra-field .ss-svg-convert {
  display: inline-block;
  width: 23px;
}

.ss-extract-line .ss-extract-line-foot__date .ss-svg-convert img, .ss-extract-line .ss-extract-line-foot__diet .ss-svg-convert img, .ss-extract-line .ss-extract-line-foot__transport .ss-svg-convert img, .ss-extract-line .ss-extract-line-foot__extra-field .ss-svg-convert img {
  display: none !important;
}

.ss-extract-line .ss-extract-line-foot__date svg, .ss-extract-line .ss-extract-line-foot__diet svg, .ss-extract-line .ss-extract-line-foot__transport svg, .ss-extract-line .ss-extract-line-foot__extra-field svg {
  width: 16px;
  height: 16px;
}

.ss-extract-line .ss-extract-line-foot__date svg path, .ss-extract-line .ss-extract-line-foot__diet svg path, .ss-extract-line .ss-extract-line-foot__transport svg path, .ss-extract-line .ss-extract-line-foot__extra-field svg path {
  fill: #2982a9;
}

.ss-extract-line .ss-extract-line-foot__date span, .ss-extract-line .ss-extract-line-foot__diet span, .ss-extract-line .ss-extract-line-foot__transport span, .ss-extract-line .ss-extract-line-foot__extra-field span {
  color: #545454;
}

.ss-extract-line .ss-extract-line-foot__price-sale {
  margin: 5px 0px 0px;
  padding: 0px 12px;
  height: 17px;
  width: 50%;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  color: #e72e89;
}

.ss-extract-line .ss-extract-line-foot__ratings {
  clear: both;
  margin-top: 5px;
  margin-left: 12px;
  padding: 7px 17px;
  font-size: 18px;
  font-weight: 600;
  background: #ef7200;
  color: white;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 450px) {
  .ss-extract-line .ss-extract-line-foot__ratings {
    padding: 10px;
    font-size: 14px;
  }
}

@media (min-width: 590px) and (max-width: 700px) {
  .ss-extract-line .ss-extract-line-foot__ratings {
    display: none;
  }
}

.ss-extract-line .ss-extract-line-foot__terms {
  margin-top: 0px;
  margin-left: 12px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  color: #f7ca18;
  border: 2px solid #f7ca18;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 450px) {
  .ss-extract-line .ss-extract-line-foot__terms {
    margin-left: 7px;
    padding: 9px 7px;
  }
}

.ss-extract-line .ss-extract-line-foot__price {
  margin-top: 0;
  padding: 5px 10px 5px 20px;
  font-size: 20px;
  font-weight: 600;
  background: #2982a9;
  color: white;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 450px) {
  .ss-extract-line .ss-extract-line-foot__price {
    padding: 7px 10px;
    font-size: 18px;
  }
}

@media (max-width: 790px) {
  .ss-extract-line .ss-extract-line-foot__price {
    padding: 7px 10px 7px 16px;
    font-size: 18px;
  }
}

.ss-extract-line .ss-extract-line-foot__price:hover {
  background: #81b80f;
  color: white;
}

.ss-extract-line-rside__icon-whishlist {
  position: absolute;
  top: 0;
  right: 0;
}

.ss-extract-line-rside__icon-whishlist .fa, .ss-extract-line-rside__icon-whishlist .good-review:before, .ss-extract-line-rside__icon-whishlist
.bad-review:before {
  display: inline-block;
  font-size: 20px;
  margin-right: 7px;
}

.ss-extract-line-rside__icon-whishlist .wishlist-text {
  display: inline-block;
  font-size: 17px;
  margin-right: 5px;
}

.wishlist-terminy {
  top: 22px;
}

.swiper-wrapper .slider-product--swiper:nth-of-type(2n), .swiper-wrapper .slider-product--swiper:nth-of-type(2n+4), .swiper-wrapper .slider-product--swiper:nth-of-type(odd), .swiper-wrapper .slider-product--swiper:nth-of-type(even) {
  margin: 0 0 25px;
}

.ss-extract-cart {
  float: left;
  display: inline-block;
  margin: 0 0 35px;
}

@media (min-width: 1090px) {
  .ss-extract-cart {
    width: 32%;
  }
  .ss-extract-cart:nth-of-type(2n), .ss-extract-cart:nth-of-type(2n+4) {
    margin: 0 2% 35px;
  }
}

@media (max-width: 1090px) {
  .ss-extract-cart {
    width: 47%;
  }
  .ss-extract-cart:nth-of-type(odd) {
    margin: 0 3% 40px 0;
  }
  .ss-extract-cart:nth-of-type(even) {
    margin: 0 0 40px 3%;
  }
}

@media (max-width: 790px) {
  .ss-extract-cart {
    width: 48%;
  }
  .ss-extract-cart:nth-of-type(odd) {
    margin: 0 2% 40px 0;
  }
  .ss-extract-cart:nth-of-type(even) {
    margin: 0 0 40px 2%;
  }
}

@media (max-width: 590px) {
  .ss-extract-cart {
    float: left;
    display: block;
    margin: 0 auto 40px;
    width: 100%;
  }
  .ss-extract-cart:nth-of-type(even), .ss-extract-cart:nth-of-type(odd) {
    margin: 0 0 40px;
  }
}

.ss-extract-cart .ss-extract-cart-head {
  position: relative;
  width: 100%;
}

@media (max-width: 590px) {
  .ss-extract-cart .ss-extract-cart-head {
    padding: 0 10px;
  }
}

.ss-extract-cart .ss-extract-cart-head__title-product {
  overflow: hidden;
  width: 100%;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 790px) {
  .ss-extract-cart .ss-extract-cart-head__title-product {
    margin: 0 0 10px;
  }
}

@media (min-width: 790px) {
  .ss-extract-cart .ss-extract-cart-head__title-product {
    margin-top: 0;
  }
}

.ss-extract-cart .ss-extract-cart-head__title-product a {
  color: #333333;
}

.ss-extract-cart .ss-extract-cart-head__title-product a:hover {
  color: #2982a9;
}

.ss-extract-cart .ss-extract-cart-head__species-product, .ss-extract-cart .ss-extract-cart-head__title-destination {
  overflow: hidden;
  margin: 0 0 10px;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  /* jinak není vidět diakritika (nad UpperCase) */
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-extract-cart .ss-extract-cart-head__species-product a, .ss-extract-cart .ss-extract-cart-head__title-destination a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}

.ss-extract-cart .ss-extract-cart-head__species-product a:hover, .ss-extract-cart .ss-extract-cart-head__title-destination a:hover {
  color: #2982a9;
}

.ss-extract-cart .ss-extract-cart-body {
  position: relative;
  float: left;
  overflow: hidden;
  z-index: 1;
  height: 180px;
  width: 100%;
  cursor: url("/Public/jmenoProjektu-2016/magicBox2016/ico/swipe-hand.png"), auto;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

@media (max-width: 590px) {
  .ss-extract-cart .ss-extract-cart-body {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-extract-cart .ss-extract-cart-body__img-product img {
  min-height: 180px;
  height: auto;
  width: 100%;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

@media (max-width: 590px) {
  .ss-extract-cart .ss-extract-cart-body__img-product img {
    height: auto;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-extract-cart .ss-extract-cart-body__img-product .owl-item {
  float: left;
}

@media (min-width: 790px) {
  .ss-extract-cart .ss-extract-cart-body__img-product .owl-item {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

.ss-extract-cart .ss-extract-cart-body__img-product .owl-next,
.ss-extract-cart .ss-extract-cart-body__img-product .owl-prev {
  position: absolute;
  top: 65px;
  height: 48px;
  width: 48px;
  z-index: 6000;
  opacity: 0.0;
}

.ss-extract-cart .ss-extract-cart-body__img-product .owl-prev {
  left: 3px;
  background: url("/Public/jmenoProjektu-2016/magicBox2016/ico/arrow-left.png");
}

.ss-extract-cart .ss-extract-cart-body__img-product .owl-next {
  right: 3px;
  background: url("/Public/jmenoProjektu-2016/magicBox2016/ico/arrow-right.png");
}

.ss-extract-cart .ss-extract-cart-body__price-flag, .ss-extract-cart .ss-extract-cart-body__symptoms {
  position: absolute;
  display: inline-block;
  clear: both;
  left: 0;
  padding: 2px 10px;
  width: auto;
  font-size: 11px;
  line-height: 1.5;
  color: white;
  background: #e72e89;
  text-transform: uppercase;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-extract-cart .ss-extract-cart-body__price-flag {
  top: 15px;
}

.ss-extract-cart .ss-extract-cart-body__symptoms {
  top: 45px;
}

.ss-extract-cart .ss-extract-cart-body__symptoms:nth-of-type(2) {
  top: 75px;
}

.ss-extract-cart .ss-extract-cart-body__symptoms:nth-of-type(3) {
  top: 105px;
}

.ss-extract-cart .ss-extract-cart-body__symptoms:nth-of-type(4) {
  display: none;
}

.ss-extract-cart .ss-extract-cart-body__accommodation-type {
  position: absolute;
  top: 17px;
  right: 12px;
  color: #ef7200;
  background: transparent;
}

@media (max-width: 590px) {
  .ss-extract-cart .ss-extract-cart-body__accommodation-type .fa, .ss-extract-cart .ss-extract-cart-body__accommodation-type .good-review:before, .ss-extract-cart .ss-extract-cart-body__accommodation-type
  .bad-review:before {
    font-size: 14px;
  }
}

.ss-extract-cart .ss-extract-cart-body__equipment {
  position: absolute;
  bottom: 0;
  padding: 7px;
  width: 100%;
  z-index: 101;
}

.ss-extract-cart .ss-extract-cart-body__equipment .ss-svg-equipment {
  float: left;
  height: 24px;
}

.ss-extract-cart .ss-extract-cart-body__equipment .ss-svg-equipment:nth-of-type(1n+7) {
  display: none;
}

.ss-extract-cart .ss-extract-cart-body__equipment .ss-svg-equipment img {
  margin: 0;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  /*display: none !important;    */
}

.ss-extract-cart .ss-extract-cart-body__equipment svg {
  margin: 0;
  height: 24px;
  width: 24px;
}

.ss-extract-cart .ss-extract-cart-body__equipment circle,
.ss-extract-cart .ss-extract-cart-body__equipment ellipse,
.ss-extract-cart .ss-extract-cart-body__equipment path,
.ss-extract-cart .ss-extract-cart-body__equipment rect {
  fill: white !important;
}

.ss-extract-cart .ss-extract-cart-body__equipment-background {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  background: white;
  opacity: 0.85;
  z-index: 100;
}

.ss-extract-cart .ss-extract-cart-foot {
  position: relative;
  float: left;
  padding: 12px 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 590px) {
  .ss-extract-cart .ss-extract-cart-foot {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
  }
}

.ss-extract-cart .ss-extract-cart-foot__date, .ss-extract-cart .ss-extract-cart-foot__diet, .ss-extract-cart .ss-extract-cart-foot__extra-field, .ss-extract-cart .ss-extract-cart-foot__nights, .ss-extract-cart .ss-extract-cart-foot__spacer, .ss-extract-cart .ss-extract-cart-foot__transport {
  margin: 3px 0;
  padding: 0 12px;
  min-height: 23px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ss-extract-cart .ss-extract-cart-foot__date .fa, .ss-extract-cart .ss-extract-cart-foot__date .good-review:before, .ss-extract-cart .ss-extract-cart-foot__date
.bad-review:before, .ss-extract-cart .ss-extract-cart-foot__diet .fa, .ss-extract-cart .ss-extract-cart-foot__diet .good-review:before, .ss-extract-cart .ss-extract-cart-foot__diet
.bad-review:before, .ss-extract-cart .ss-extract-cart-foot__extra-field .fa, .ss-extract-cart .ss-extract-cart-foot__extra-field .good-review:before, .ss-extract-cart .ss-extract-cart-foot__extra-field
.bad-review:before, .ss-extract-cart .ss-extract-cart-foot__nights .fa, .ss-extract-cart .ss-extract-cart-foot__nights .good-review:before, .ss-extract-cart .ss-extract-cart-foot__nights
.bad-review:before, .ss-extract-cart .ss-extract-cart-foot__spacer .fa, .ss-extract-cart .ss-extract-cart-foot__spacer .good-review:before, .ss-extract-cart .ss-extract-cart-foot__spacer
.bad-review:before, .ss-extract-cart .ss-extract-cart-foot__transport .fa, .ss-extract-cart .ss-extract-cart-foot__transport .good-review:before, .ss-extract-cart .ss-extract-cart-foot__transport
.bad-review:before {
  width: 18px;
  color: #2982a9;
}

.ss-extract-cart .ss-extract-cart-foot__date .ss-svg-convert, .ss-extract-cart .ss-extract-cart-foot__diet .ss-svg-convert, .ss-extract-cart .ss-extract-cart-foot__extra-field .ss-svg-convert, .ss-extract-cart .ss-extract-cart-foot__nights .ss-svg-convert, .ss-extract-cart .ss-extract-cart-foot__spacer .ss-svg-convert, .ss-extract-cart .ss-extract-cart-foot__transport .ss-svg-convert {
  display: inline-block;
  width: 23px;
}

.ss-extract-cart .ss-extract-cart-foot__date .ss-svg-convert img, .ss-extract-cart .ss-extract-cart-foot__diet .ss-svg-convert img, .ss-extract-cart .ss-extract-cart-foot__extra-field .ss-svg-convert img, .ss-extract-cart .ss-extract-cart-foot__nights .ss-svg-convert img, .ss-extract-cart .ss-extract-cart-foot__spacer .ss-svg-convert img, .ss-extract-cart .ss-extract-cart-foot__transport .ss-svg-convert img {
  display: none !important;
}

.ss-extract-cart .ss-extract-cart-foot__date svg, .ss-extract-cart .ss-extract-cart-foot__diet svg, .ss-extract-cart .ss-extract-cart-foot__extra-field svg, .ss-extract-cart .ss-extract-cart-foot__nights svg, .ss-extract-cart .ss-extract-cart-foot__spacer svg, .ss-extract-cart .ss-extract-cart-foot__transport svg {
  width: 16px;
  height: 16px;
}

.ss-extract-cart .ss-extract-cart-foot__date svg path, .ss-extract-cart .ss-extract-cart-foot__diet svg path, .ss-extract-cart .ss-extract-cart-foot__extra-field svg path, .ss-extract-cart .ss-extract-cart-foot__nights svg path, .ss-extract-cart .ss-extract-cart-foot__spacer svg path, .ss-extract-cart .ss-extract-cart-foot__transport svg path {
  fill: #2982a9;
}

.ss-extract-cart .ss-extract-cart-foot__date span, .ss-extract-cart .ss-extract-cart-foot__diet span, .ss-extract-cart .ss-extract-cart-foot__extra-field span, .ss-extract-cart .ss-extract-cart-foot__nights span, .ss-extract-cart .ss-extract-cart-foot__spacer span, .ss-extract-cart .ss-extract-cart-foot__transport span {
  color: #545454;
}

.ss-extract-cart .ss-extract-cart-foot__price-sale {
  margin: 23px 0 0;
  padding: 0 12px 0 0;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #e72e89;
}

.ss-extract-cart .ss-extract-cart-foot__ratings {
  margin: 10px 0 8px 12px;
  padding: 5px 24px;
  font-size: 14px;
  font-weight: 600;
  background: #ef7200;
  color: white;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-extract-cart .ss-extract-cart-foot__terms {
  clear: both;
  margin-left: 12px;
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  color: #ef7200;
  border: 2px solid #ef7200;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-extract-cart .ss-extract-cart-foot__price {
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 600;
  background: #2982a9;
  color: white;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (min-width: 1090px) {
  .ss-extract-cart .ss-extract-cart-foot__price {
    max-width: 125px;
    text-align: right;
  }
}

.ss-extract-cart--destination,
.ss-extract-cart--hp {
  width: 100%;
}

.ss-extract-cart--destination:nth-of-type(2),
.ss-extract-cart--hp:nth-of-type(2) {
  margin: 0 1% 40px 2%;
}

.ss-extract-cart--destination:nth-of-type(3),
.ss-extract-cart--hp:nth-of-type(3) {
  margin: 0 2% 40px 1%;
}

.ss-extract-cart--destination .ss-extract-cart-body__img-product img:nth-of-type(2), .ss-extract-cart--destination .ss-extract-cart-body__img-product img:nth-of-type(3),
.ss-extract-cart--hp .ss-extract-cart-body__img-product img:nth-of-type(2),
.ss-extract-cart--hp .ss-extract-cart-body__img-product img:nth-of-type(3) {
  display: none;
}

.ss-extract-cart-tips > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ss-hp .ss-extract-table {
  margin: 0px;
}

.ss-hp .ss-extract-table:first-of-type {
  margin: 0px;
}

.ss-vv .ss-extract-table {
  margin: 10px 0px;
}

.ss-vv .ss-extract-table:first-of-type {
  margin: 0px 0px 10px;
}

.ss-extract-table {
  display: inline-block;
  padding: 0px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.ss-extract-table a {
  text-decoration: none;
  color: #333333;
}

.ss-extract-table .ss-extract-table-head {
  position: relative;
  padding: 8px 10px 3px;
  height: 28px;
  width: 100%;
}

@media (min-width: 1090px) {
  .ss-extract-table .ss-extract-table-head {
    padding: 16px 10px 5px;
    height: 40px;
  }
}

.ss-extract-table .ss-extract-table-head__title-product {
  display: inline-block;
  overflow: hidden;
  margin: 0px 0px 10px;
  width: auto;
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 790px) {
  .ss-extract-table .ss-extract-table-head__title-product {
    max-width: 200px;
  }
}

@media (max-width: 590px) {
  .ss-extract-table .ss-extract-table-head__title-product {
    max-width: 255px;
  }
}

@media (min-width: 1090px) {
  .ss-extract-table .ss-extract-table-head__title-product {
    max-width: 400px;
  }
}

.ss-extract-table .ss-extract-table-head__title-destination {
  margin: 0px 0px 10px;
  font-size: 14px;
  color: #666666;
  line-height: 1.0;
}

.ss-extract-table .ss-extract-table-head__accommodation-type {
  position: absolute;
  display: inline-block;
  color: #ef7200;
  font-weight: 500;
  line-height: 1.0;
}

.ss-extract-table .ss-extract-table-body {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 5px 0px;
  width: 53%;
  background: transparent;
}

@media (min-width: 1090px) {
  .ss-extract-table .ss-extract-table-body {
    width: 64%;
    line-height: 1.5;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

.ss-extract-table .ss-extract-table-body__date, .ss-extract-table .ss-extract-table-body__destination, .ss-extract-table .ss-extract-table-body__transport-diet, .ss-extract-table .ss-extract-table-body__diet {
  float: left;
  margin: 2px 0px;
  padding: 0px 0px 0px 10px;
  height: 18px;
  width: 100%;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ss-extract-table .ss-extract-table-body__date .fa, .ss-extract-table .ss-extract-table-body__date .good-review:before, .ss-extract-table .ss-extract-table-body__date
.bad-review:before, .ss-extract-table .ss-extract-table-body__destination .fa, .ss-extract-table .ss-extract-table-body__destination .good-review:before, .ss-extract-table .ss-extract-table-body__destination
.bad-review:before, .ss-extract-table .ss-extract-table-body__transport-diet .fa, .ss-extract-table .ss-extract-table-body__transport-diet .good-review:before, .ss-extract-table .ss-extract-table-body__transport-diet
.bad-review:before, .ss-extract-table .ss-extract-table-body__diet .fa, .ss-extract-table .ss-extract-table-body__diet .good-review:before, .ss-extract-table .ss-extract-table-body__diet
.bad-review:before {
  width: 18px;
  color: #2982a9;
  text-align: center;
}

.ss-extract-table .ss-extract-table-body__date span, .ss-extract-table .ss-extract-table-body__destination span, .ss-extract-table .ss-extract-table-body__transport-diet span, .ss-extract-table .ss-extract-table-body__diet span {
  color: #545454;
}

@media (min-width: 1090px) {
  .ss-extract-table .ss-extract-table-body__date, .ss-extract-table .ss-extract-table-body__transport-diet, .ss-extract-table .ss-extract-table-body__diet {
    clear: none;
    float: left;
    margin-left: 0px;
    width: 150px;
    font-size: 14px;
  }
  .ss-extract-table .ss-extract-table-body__transport-diet, .ss-extract-table .ss-extract-table-body__diet {
    margin-left: 10px;
    width: 30%;
  }
}

.ss-extract-table .ss-extract-table-foot {
  position: relative;
  float: right;
  margin: 15px 0px 0px;
  width: 47%;
  background: transparent;
}

@media (min-width: 590px) {
  .ss-extract-table .ss-extract-table-foot {
    margin: -3px 0px 0px;
  }
}

@media (min-width: 790px) {
  .ss-extract-table .ss-extract-table-foot {
    margin: 13px 0px 0px;
  }
}

@media (min-width: 1090px) {
  .ss-extract-table .ss-extract-table-foot {
    margin: 4px 0px 9px;
    width: 36%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: right;
  }
}

.ss-extract-table .ss-extract-table-foot__price-flag {
  display: inline-block;
  clear: both;
  float: right;
  margin-top: 0px;
  padding: 2px 10px;
  width: auto;
  line-height: 1.5;
  color: white;
  background: #e72e89;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (min-width: 1090px) {
  .ss-extract-table .ss-extract-table-foot__price-flag {
    clear: none;
    float: none;
    margin: -2px 8px 0px 2px;
    padding: 0px 7px;
    line-height: 26px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
}

.ss-extract-table .ss-extract-table-foot__price {
  position: absolute;
  right: 0px;
  top: 17px;
  clear: both;
  margin: 4px 0px;
  padding: 2px 10px 2px 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  line-height: 1.5;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background: #0b6da2;
  color: #fff;
}

@media (min-width: 1090px) {
  .ss-extract-table .ss-extract-table-foot__price {
    position: relative;
    top: 2px;
    margin: 0px;
    padding: 6px 10px 6px 15px;
    clear: none;
    font-size: 15px;
  }
}

.ss-vv .ss-extract-table {
  display: inline-block;
  padding: 0px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (min-width: 790px) {
  .ss-vv .ss-extract-table {
    padding: 5px 0px;
    border: 1px solid #eee;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
}

.ss-vv .ss-extract-table a {
  text-decoration: none;
  color: #333333;
}

.ss-vv .ss-extract-table .ss-extract-table-head {
  position: relative;
  padding: 10px 10px 3px;
  width: 100%;
}

@media (max-width: 790px) {
  .ss-vv .ss-extract-table .ss-extract-table-head {
    height: 28px;
  }
}

.ss-vv .ss-extract-table .ss-extract-table-head__title-product {
  display: inline-block;
  width: auto;
  font-size: 15px;
  color: #333333;
}

@media (max-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-head__title-product {
    overflow-x: hidden;
    margin: 0px 0px 10px;
    max-width: 255px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
  }
}

@media (min-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-head__title-product {
    margin: 0px;
  }
}

.ss-vv .ss-extract-table .ss-extract-table-head__title-destination {
  margin: 0px 0px 10px;
  font-size: 14px;
  color: #666666;
  line-height: 1.0;
}

.ss-vv .ss-extract-table .ss-extract-table-head__accommodation-type {
  position: absolute;
  display: inline-block;
  color: #ef7200;
  font-weight: 500;
  line-height: 1.0;
}

.ss-vv .ss-extract-table .ss-extract-table-body {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 12px 0px 0px;
  width: 51%;
  background: transparent;
}

@media (min-width: 790px) {
  .ss-vv .ss-extract-table .ss-extract-table-body {
    width: 62%;
    line-height: 1.5;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

@media (max-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-body {
    margin: 7px 0px;
  }
}

.ss-vv .ss-extract-table .ss-extract-table-body__date, .ss-vv .ss-extract-table .ss-extract-table-body__destination, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet, .ss-vv .ss-extract-table .ss-extract-table-body__diet {
  float: left;
  margin: 2px 0px;
  height: 22px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ss-vv .ss-extract-table .ss-extract-table-body__date .fa, .ss-vv .ss-extract-table .ss-extract-table-body__date .good-review:before, .ss-vv .ss-extract-table .ss-extract-table-body__date
.bad-review:before, .ss-vv .ss-extract-table .ss-extract-table-body__destination .fa, .ss-vv .ss-extract-table .ss-extract-table-body__destination .good-review:before, .ss-vv .ss-extract-table .ss-extract-table-body__destination
.bad-review:before, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet .fa, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet .good-review:before, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet
.bad-review:before, .ss-vv .ss-extract-table .ss-extract-table-body__diet .fa, .ss-vv .ss-extract-table .ss-extract-table-body__diet .good-review:before, .ss-vv .ss-extract-table .ss-extract-table-body__diet
.bad-review:before {
  width: 18px;
  color: #2982a9;
  text-align: center;
}

.ss-vv .ss-extract-table .ss-extract-table-body__date span, .ss-vv .ss-extract-table .ss-extract-table-body__destination span, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet span, .ss-vv .ss-extract-table .ss-extract-table-body__diet span {
  color: #545454;
}

@media (max-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-body__date, .ss-vv .ss-extract-table .ss-extract-table-body__destination, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet {
    padding: 0px 0px 0px 10px;
    height: 18px;
    width: 100%;
    font-size: 13px;
  }
}

@media (min-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-body__date, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet {
    clear: both;
    margin-left: 0px;
    font-size: 13px;
  }
}

@media (min-width: 790px) {
  .ss-vv .ss-extract-table .ss-extract-table-body__date, .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet, .ss-vv .ss-extract-table .ss-extract-table-body__diet {
    clear: none;
    float: left;
    margin-left: 0px;
    width: 160px;
    font-size: 14px;
  }
  .ss-vv .ss-extract-table .ss-extract-table-body__transport-diet, .ss-vv .ss-extract-table .ss-extract-table-body__diet {
    margin-left: 20px;
    width: 130px;
  }
}

.ss-vv .ss-extract-table .ss-extract-table-foot {
  position: relative;
  float: right;
  margin: 5px 0px 0px;
  width: 49%;
  background: transparent;
}

@media (min-width: 790px) {
  .ss-vv .ss-extract-table .ss-extract-table-foot {
    width: 38%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: right;
  }
}

@media (min-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-foot {
    margin: 0px;
  }
}

.ss-vv .ss-extract-table .ss-extract-table-foot__price-flag {
  display: inline-block;
  clear: both;
  float: right;
  margin-top: 7px;
  padding: 2px 10px;
  width: auto;
  line-height: 1.5;
  color: white;
  background: #e72e89;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (min-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-foot__price-flag {
    margin: 0px;
  }
}

@media (min-width: 790px) {
  .ss-vv .ss-extract-table .ss-extract-table-foot__price-flag {
    clear: none;
    float: none;
    margin: 4px 10px;
    padding: 0px 10px;
    line-height: 28px;
    font-size: 11px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
}

.ss-vv .ss-extract-table .ss-extract-table-foot__price {
  position: absolute;
  right: 0px;
  top: 25px;
  clear: both;
  margin: 6px 0px;
  padding: 4px 10px 4px 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  line-height: 1.5;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background: #0b6da2;
  color: #fff;
}

@media (min-width: 590px) {
  .ss-vv .ss-extract-table .ss-extract-table-foot__price {
    float: right;
    top: 18px;
    margin: 6px 0px;
    padding: 3px 10px 3px 23px;
    font-size: 15px;
  }
}

@media (min-width: 790px) {
  .ss-vv .ss-extract-table .ss-extract-table-foot__price {
    position: relative;
    top: 0px;
    margin: 4px 0px;
    padding: 3px 10px 3px 15px;
    clear: none;
  }
}

@media screen and (max-width: 590px) {
  .js-extract-product {
    width: 100%;
  }
}

.ss-extract-miniline {
  display: inline-block;
  margin: 10px 0px 25px;
  width: 100%;
}

.ss-extract-miniline:first-child {
  margin: 0px 0px 18px;
}

@media (min-width: 790px) {
  .ss-extract-miniline {
    margin: 12px 0px;
  }
}

.ss-extract-miniline a {
  text-decoration: none;
  color: #333333;
}

.ss-extract-miniline .ss-extract-miniline-head {
  position: relative;
  width: 100%;
}

@media (max-width: 790px) {
  .ss-extract-miniline .ss-extract-miniline-head {
    padding: 0px 12px 4px;
  }
}

@media (min-width: 790px) {
  .ss-extract-miniline .ss-extract-miniline-head {
    padding: 0px 12px 2px 0px;
  }
}

.ss-extract-miniline .ss-extract-miniline-head__title-product {
  overflow: hidden;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-head__title-product {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    max-width: 45%;
  }
}

@media (min-width: 1090px) {
  .ss-extract-miniline .ss-extract-miniline-head__title-product {
    max-width: 55%;
  }
}

.ss-extract-miniline .ss-extract-miniline-head__accommodation-type {
  display: inline;
  color: #ef7200;
}

@media (min-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-head__accommodation-type {
    position: absolute;
    margin-top: 3px;
  }
}

.ss-extract-miniline .ss-extract-miniline-head__title-destination {
  margin: 10px 0px 3px;
  font-size: 14px;
  color: #666666;
  line-height: 1.0;
}

@media (min-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-head__title-destination {
    float: right;
    margin: 8px 0px 4px;
    width: 40%;
    text-align: right;
  }
}

.ss-extract-miniline .ss-extract-miniline-body {
  overflow: hidden;
  z-index: 1;
  cursor: url("/Public/jmenoProjektu-2016/magicBox2016/ico/swipe-hand.png"), auto;
}

@media (min-width: 790px) {
  .ss-extract-miniline .ss-extract-miniline-body {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

@media (max-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-body {
    position: relative;
  }
}

@media (min-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-body {
    position: absolute;
    width: 230px;
    float: none;
  }
}

.ss-extract-miniline .ss-extract-miniline-body__img-product img {
  height: auto;
  max-height: 300px;
  width: 100%;
  max-width: 590px;
}

@media (min-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-body__img-product img {
    height: 150px;
    width: 100%;
  }
}

@media (min-width: 790px) {
  .ss-extract-miniline .ss-extract-miniline-body__img-product img {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

.ss-extract-miniline .ss-extract-miniline-body__img-product .owl-item {
  float: left;
}

@media (min-width: 790px) {
  .ss-extract-miniline .ss-extract-miniline-body__img-product .owl-item {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

.ss-extract-miniline .ss-extract-miniline-body__img-product .owl-prev,
.ss-extract-miniline .ss-extract-miniline-body__img-product .owl-next {
  position: absolute;
  top: 50px;
  height: 48px;
  width: 48px;
  z-index: 6000;
  opacity: 0.0;
}

.ss-extract-miniline .ss-extract-miniline-body__img-product .owl-prev {
  left: 7px;
  background: url("/Public/jmenoProjektu-2016/magicBox2016/ico/arrow-left.png");
}

.ss-extract-miniline .ss-extract-miniline-body__img-product .owl-next {
  right: 7px;
  background: url("/Public/jmenoProjektu-2016/magicBox2016/ico/arrow-right.png");
}

.ss-extract-miniline .ss-extract-miniline-body__price-flag, .ss-extract-miniline .ss-extract-miniline-body__symptoms {
  position: absolute;
  display: inline-block;
  clear: both;
  left: 0px;
  padding: 2px 10px;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  color: white;
  background: #e72e89;
  text-transform: uppercase;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-extract-miniline .ss-extract-miniline-body__price-flag {
  top: 15px;
}

.ss-extract-miniline .ss-extract-miniline-body__symptoms {
  top: 45px;
}

.ss-extract-miniline .ss-extract-miniline-body__symptoms:nth-of-type(2) {
  top: 75px;
}

.ss-extract-miniline .ss-extract-miniline-body__symptoms:nth-of-type(3), .ss-extract-miniline .ss-extract-miniline-body__symptoms:nth-of-type(4) {
  display: none;
}

.ss-extract-miniline .ss-extract-miniline-body__accommodation-type {
  position: absolute;
  top: 17px;
  right: 12px;
  color: #ef7200;
}

.ss-extract-miniline .ss-extract-miniline-body__equipment {
  position: absolute;
  bottom: 0px;
  padding: 7px;
  width: 100%;
  z-index: 101;
}

.ss-extract-miniline .ss-extract-miniline-body__equipment .ss-svg-equipment {
  float: left;
  height: 24px;
  width: 24px;
}

.ss-extract-miniline .ss-extract-miniline-body__equipment .ss-svg-equipment:nth-child(1n+7) {
  display: none;
}

.ss-extract-miniline .ss-extract-miniline-body__equipment .ss-svg-equipment img {
  max-width: 100%;
}

.ss-extract-miniline .ss-extract-miniline-body__equipment svg {
  margin: 0px;
  height: 24px;
  width: 24px;
}

.ss-extract-miniline .ss-extract-miniline-body__equipment path, .ss-extract-miniline .ss-extract-miniline-body__equipment ellipse, .ss-extract-miniline .ss-extract-miniline-body__equipment circle, .ss-extract-miniline .ss-extract-miniline-body__equipment rect {
  fill: white !important;
}

.ss-extract-miniline .ss-extract-miniline-body__equipment-background {
  position: absolute;
  bottom: 0px;
  height: 35px;
  width: 100%;
  background: white;
  opacity: 0.5;
  z-index: 100;
}

@media (min-width: 790px) {
  .ss-extract-miniline .ss-extract-miniline-body__equipment-background {
    -webkit-border-radius: 0px 0px 0px 4px;
    -moz-border-radius: 0px 0px 0px 4px;
    -ms-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
  }
}

.ss-extract-miniline .ss-extract-miniline-foot {
  position: relative;
  padding: 8px 0px;
  background: white;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

@media (max-width: 589px) {
  .ss-extract-miniline .ss-extract-miniline-foot {
    width: 100%;
  }
}

@media (min-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-foot {
    height: 150px;
    margin-left: 230px;
  }
}

@media (min-width: 790px) {
  .ss-extract-miniline .ss-extract-miniline-foot {
    border-right: 1px solid #dedede;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
  }
}

.ss-extract-miniline .ss-extract-miniline-foot__date, .ss-extract-miniline .ss-extract-miniline-foot__night, .ss-extract-miniline .ss-extract-miniline-foot__diet, .ss-extract-miniline .ss-extract-miniline-foot__transport, .ss-extract-miniline .ss-extract-miniline-foot__extra-field {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 2px 0px;
  padding: 0px 12px;
  min-height: 21px;
  width: 50%;
  font-size: 14px;
}

.ss-extract-miniline .ss-extract-miniline-foot__date .fa, .ss-extract-miniline .ss-extract-miniline-foot__date .good-review:before, .ss-extract-miniline .ss-extract-miniline-foot__date
.bad-review:before, .ss-extract-miniline .ss-extract-miniline-foot__night .fa, .ss-extract-miniline .ss-extract-miniline-foot__night .good-review:before, .ss-extract-miniline .ss-extract-miniline-foot__night
.bad-review:before, .ss-extract-miniline .ss-extract-miniline-foot__diet .fa, .ss-extract-miniline .ss-extract-miniline-foot__diet .good-review:before, .ss-extract-miniline .ss-extract-miniline-foot__diet
.bad-review:before, .ss-extract-miniline .ss-extract-miniline-foot__transport .fa, .ss-extract-miniline .ss-extract-miniline-foot__transport .good-review:before, .ss-extract-miniline .ss-extract-miniline-foot__transport
.bad-review:before, .ss-extract-miniline .ss-extract-miniline-foot__extra-field .fa, .ss-extract-miniline .ss-extract-miniline-foot__extra-field .good-review:before, .ss-extract-miniline .ss-extract-miniline-foot__extra-field
.bad-review:before {
  width: 18px;
  color: #2982a9;
}

.ss-extract-miniline .ss-extract-miniline-foot__date .ss-svg-convert, .ss-extract-miniline .ss-extract-miniline-foot__night .ss-svg-convert, .ss-extract-miniline .ss-extract-miniline-foot__diet .ss-svg-convert, .ss-extract-miniline .ss-extract-miniline-foot__transport .ss-svg-convert, .ss-extract-miniline .ss-extract-miniline-foot__extra-field .ss-svg-convert {
  display: inline-block;
  width: 23px;
}

.ss-extract-miniline .ss-extract-miniline-foot__date .ss-svg-convert img, .ss-extract-miniline .ss-extract-miniline-foot__night .ss-svg-convert img, .ss-extract-miniline .ss-extract-miniline-foot__diet .ss-svg-convert img, .ss-extract-miniline .ss-extract-miniline-foot__transport .ss-svg-convert img, .ss-extract-miniline .ss-extract-miniline-foot__extra-field .ss-svg-convert img {
  display: none !important;
}

.ss-extract-miniline .ss-extract-miniline-foot__date svg, .ss-extract-miniline .ss-extract-miniline-foot__night svg, .ss-extract-miniline .ss-extract-miniline-foot__diet svg, .ss-extract-miniline .ss-extract-miniline-foot__transport svg, .ss-extract-miniline .ss-extract-miniline-foot__extra-field svg {
  width: 14px;
}

.ss-extract-miniline .ss-extract-miniline-foot__date svg path, .ss-extract-miniline .ss-extract-miniline-foot__night svg path, .ss-extract-miniline .ss-extract-miniline-foot__diet svg path, .ss-extract-miniline .ss-extract-miniline-foot__transport svg path, .ss-extract-miniline .ss-extract-miniline-foot__extra-field svg path {
  fill: #2982a9;
}

.ss-extract-miniline .ss-extract-miniline-foot__date span, .ss-extract-miniline .ss-extract-miniline-foot__night span, .ss-extract-miniline .ss-extract-miniline-foot__diet span, .ss-extract-miniline .ss-extract-miniline-foot__transport span, .ss-extract-miniline .ss-extract-miniline-foot__extra-field span {
  color: #545454;
}

.ss-extract-miniline .ss-extract-miniline-foot__date {
  text-overflow: clip;
}

.ss-extract-miniline .ss-extract-miniline-foot__night {
  text-align: right;
}

.ss-extract-miniline .ss-extract-miniline-foot__extra-field {
  width: 70%;
}

@media (max-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-foot__transport {
    width: 100%;
  }
}

.ss-extract-miniline .ss-extract-miniline-foot__price-sale {
  margin: 2px 0px;
  padding: 0px 12px;
  height: 21px;
  width: 30%;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  color: #e72e89;
}

@media (max-width: 590px) {
  .ss-extract-miniline .ss-extract-miniline-foot__price-sale {
    clear: both;
    margin: 7px 0px 3px;
  }
}

.ss-extract-miniline .ss-extract-miniline-foot__ratings {
  margin-left: 12px;
  padding: 5px 17px;
  font-size: 18px;
  font-weight: 600;
  background: #f7ca18;
  color: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 450px) {
  .ss-extract-miniline .ss-extract-miniline-foot__ratings {
    padding: 10px;
    font-size: 14px;
  }
}

@media (min-width: 590px) and (max-width: 700px) {
  .ss-extract-miniline .ss-extract-miniline-foot__ratings {
    display: none;
  }
}

.ss-extract-miniline .ss-extract-miniline-foot__terms {
  margin-left: 12px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  color: #f7ca18;
  border: 2px solid #f7ca18;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 450px) {
  .ss-extract-miniline .ss-extract-miniline-foot__terms {
    margin-left: 7px;
    padding: 10px 7px;
  }
}

.ss-extract-miniline .ss-extract-miniline-foot__price {
  padding: 4px 10px 4px 20px;
  font-size: 20px;
  font-weight: 600;
  background: #0b6da2;
  color: #fff;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 450px) {
  .ss-extract-miniline .ss-extract-miniline-foot__price {
    padding: 7px 10px;
    font-size: 18px;
  }
}

.ss-filter-detail {
  position: relative;
  display: inline-block;
  margin: 0px auto 20px;
  height: auto;
  width: 100%;
  z-index: 1000;
}

.ss-filter-detail .row {
  margin: 0px;
}

.ss-filter-detail .bootstrap-select button {
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase;
}

.ss-filter-detail__input, .ss-filter-detail__select, .ss-filter-detail__rating {
  position: relative;
}

.ss-filter-detail__input:hover, .ss-filter-detail__input:hover input::-webkit-input-placeholder, .ss-filter-detail__select:hover, .ss-filter-detail__select:hover input::-webkit-input-placeholder {
  color: #545454 !important;
}

.ss-filter-detail__input:hover:after, .ss-filter-detail__select:hover:after {
  background: #2982a9;
  color: white;
}

.ss-filter-detail__input:hover:before, .ss-filter-detail__select:hover:before {
  background: white;
  border: 1px solid #2982a9;
}

.ss-filter-detail__input:before, .ss-filter-detail__select:before {
  position: absolute;
  left: 0px;
  content: "";
  margin: 0px;
  height: 35px;
  width: 100%;
  z-index: -2;
  background: white;
  color: #545454;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-filter-detail__select:after {
  position: absolute;
  top: 50px;
  right: 0px;
  font-family: FontAwesome;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  content: "\f107";
  margin: -50px 0px 0px;
  padding: 2px 10px;
  height: 35px;
  width: 35px;
  background: transparent;
  color: #2982a9;
  z-index: -1;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-filter-detail input,
.ss-filter-detail select {
  margin-bottom: 15px;
  padding: 0px 10px;
  height: 35px;
  width: 100%;
  background: transparent;
  color: #545454;
  line-height: 36px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-filter-detail input:hover,
.ss-filter-detail select:hover {
  color: #545454;
}

.ss-filter-detail input::-webkit-input-placeholder {
  color: #545454;
}

.ss-filter-detail input:-moz-placeholder {
  /* Firefox 18- */
  color: #545454;
}

.ss-filter-detail input::-moz-placeholder {
  /* Firefox 19+ */
  color: #545454;
}

.ss-filter-detail input:-ms-input-placeholder {
  color: #545454;
}

.ss-filter-detail select::-ms-expand {
  display: none !important;
  visibility: hidden !important;
}

.ss-filter-detail__dates {
  overflow: hidden;
  float: left;
  margin: 0px 40px 0px 0px;
  height: 35px;
  width: 150px;
}

@media (max-width: 790px) {
  .ss-filter-detail__dates {
    margin: 0px 1.5% 5px;
    width: 97%;
  }
}

.ss-filter-detail__dates:after {
  position: absolute;
  top: 50px;
  right: 0px;
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 33px;
  content: "\f073";
  margin: -50px 0px 0px;
  padding: 2px 10px;
  height: 35px;
  width: 33px;
  background: transparent;
  color: #2982a9;
  z-index: -1;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}

.ss-filter-detail__nights {
  float: left;
  margin: 0px 40px 0px 0px;
  height: 35px;
  width: 140px;
}

.ss-filter-detail__transport, .ss-filter-detail__diet {
  float: left;
  margin: 0px 40px 0px 0px;
  height: 35px;
  width: 180px;
}

@media (max-width: 790px) {
  .ss-filter-detail__transport, .ss-filter-detail__diet {
    margin: 0px 1.5% 5px;
    width: 97%;
  }
}

.ss-filter-detail__checkbox {
  margin: 30px 0px 0px;
}

.ss-filter-detail__checkbox .ss-details-title {
  padding: 5px 15px;
  background: #2982a9;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.ss-filter-detail__checkbox .ss-details-title:hover {
  background: #81b80f;
}

.ss-filter-detail__checkbox .ss-details-title--close {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-filter-detail__checkbox .ss-details-content {
  margin: 0px 0px 20px;
  padding: 5px 10px 0px;
  height: auto;
  overflow-y: auto;
  clear: both;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

.ss-filter-detail__checkbox .ss-details-content ul, .ss-filter-detail__checkbox .ss-details-content li {
  float: left;
  margin: 2px 0px;
  padding: 0px;
  height: auto;
  width: 100%;
  list-style: none;
}

.ss-filter-detail__checkbox .ss-details-content input {
  position: absolute;
  float: right;
  margin: 0px;
  right: 30px;
  padding: 0px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.ss-filter-detail__checkbox .ss-details-content input:checked:after {
  content: "\f00c";
  border-color: #81b80f;
}

.ss-filter-detail__checkbox .ss-details-content input:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  color: #81b80f;
  font-size: 17px;
  border: 2px solid #2982a9;
  text-align: center;
  vertical-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.ss-filter-detail__checkbox .ss-details-content label {
  margin: 0px;
  padding: 5px 0px 5px 2px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.ss-filter-detail__checkbox .ss-details-content label:hover {
  color: #81b80f;
}

.ss-filter-detail__checkbox .ss-details--close {
  display: none;
}

.ss-extract-terms {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: white;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.ss-extract-terms:hover {
  background: white;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}

.ss-extract-terms:hover-foot__price {
  background: #f2f2f2;
}

.ss-extract-terms:hover-body__text {
  color: #080808;
}

@media (min-width: 790px) {
  .ss-extract-terms {
    padding: 5px 0px;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  .ss-extract-terms:hover {
    background: white;
    border: 1px solid #ababab;
  }
}

.ss-extract-terms a {
  text-decoration: none;
  color: #545454;
}

.ss-extract-terms .ss-extract-terms-body {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 8px 0px 2px;
  width: 51%;
  background: transparent;
}

@media (min-width: 790px) {
  .ss-extract-terms .ss-extract-terms-body {
    width: 62%;
    line-height: 30px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
  }
}

@media (min-width: 590px) {
  .ss-extract-terms .ss-extract-terms-body {
    width: 68%;
  }
}

@media (max-width: 590px) {
  .ss-extract-terms .ss-extract-terms-body {
    margin: 7px 0px;
  }
}

.ss-extract-terms .ss-extract-terms-body__date, .ss-extract-terms .ss-extract-terms-body__nights, .ss-extract-terms .ss-extract-terms-body__destination, .ss-extract-terms .ss-extract-terms-body__transport-diet, .ss-extract-terms .ss-extract-terms-body__diet {
  float: left;
  margin: 2px 0px;
  height: 22px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ss-extract-terms .ss-extract-terms-body__date .fa, .ss-extract-terms .ss-extract-terms-body__date .good-review:before, .ss-extract-terms .ss-extract-terms-body__date
.bad-review:before, .ss-extract-terms .ss-extract-terms-body__nights .fa, .ss-extract-terms .ss-extract-terms-body__nights .good-review:before, .ss-extract-terms .ss-extract-terms-body__nights
.bad-review:before, .ss-extract-terms .ss-extract-terms-body__destination .fa, .ss-extract-terms .ss-extract-terms-body__destination .good-review:before, .ss-extract-terms .ss-extract-terms-body__destination
.bad-review:before, .ss-extract-terms .ss-extract-terms-body__transport-diet .fa, .ss-extract-terms .ss-extract-terms-body__transport-diet .good-review:before, .ss-extract-terms .ss-extract-terms-body__transport-diet
.bad-review:before, .ss-extract-terms .ss-extract-terms-body__diet .fa, .ss-extract-terms .ss-extract-terms-body__diet .good-review:before, .ss-extract-terms .ss-extract-terms-body__diet
.bad-review:before {
  transition: all 0.4s;
  width: 18px;
  color: #2982a9;
  text-align: center;
}

.ss-extract-terms .ss-extract-terms-body__date span, .ss-extract-terms .ss-extract-terms-body__nights span, .ss-extract-terms .ss-extract-terms-body__destination span, .ss-extract-terms .ss-extract-terms-body__transport-diet span, .ss-extract-terms .ss-extract-terms-body__diet span {
  color: #545454;
}

@media (min-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__date {
    margin-left: 16px;
    width: 140px;
  }
}

@media (max-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__date {
    clear: none;
    float: left;
    margin-left: 16px;
    width: 140px;
    font-size: 14px;
  }
}

@media (max-width: 790px) {
  .ss-extract-terms .ss-extract-terms-body__date {
    clear: both;
    margin-left: 16px;
    font-size: 13px;
  }
}

@media (max-width: 590px) {
  .ss-extract-terms .ss-extract-terms-body__date {
    padding: 0px;
    margin-left: 10px;
    height: 18px;
    width: 100%;
    font-size: 13px;
  }
}

@media (min-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__nights {
    margin-left: 16px;
    width: 90px;
  }
}

@media (max-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__nights {
    clear: none;
    float: left;
    margin-left: 16px;
    width: 50px;
    font-size: 14px;
  }
}

@media (max-width: 790px) {
  .ss-extract-terms .ss-extract-terms-body__nights {
    clear: both;
    margin-left: 16px;
    font-size: 13px;
  }
}

@media (max-width: 590px) {
  .ss-extract-terms .ss-extract-terms-body__nights {
    width: 70px;
  }
}

@media (max-width: 590px) {
  .ss-extract-terms .ss-extract-terms-body__destination {
    padding: 0px 0px 0px 10px;
    height: 18px;
    width: 100%;
    font-size: 13px;
  }
}

@media (min-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__transport-diet {
    width: 41%;
    margin-right: 10px;
  }
}

@media (max-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__transport-diet {
    clear: none;
    float: left;
    margin: 2px 0px 0px 10px;
    width: 30%;
    font-size: 14px;
  }
}

@media (max-width: 790px) {
  .ss-extract-terms .ss-extract-terms-body__transport-diet {
    margin: 2px 10px;
    width: 36%;
    font-size: 13px;
  }
}

@media (max-width: 590px) {
  .ss-extract-terms .ss-extract-terms-body__transport-diet {
    padding: 0px;
    height: 18px;
    width: 100%;
    font-size: 13px;
  }
}

@media (min-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__diet {
    width: 20%;
  }
}

@media (max-width: 1090px) {
  .ss-extract-terms .ss-extract-terms-body__diet {
    clear: none;
    float: left;
    margin: 2px 0px 0px 10px;
    width: 23%;
    font-size: 14px;
  }
}

@media (max-width: 790px) {
  .ss-extract-terms .ss-extract-terms-body__diet {
    margin: 2px 10px;
    width: 120px;
    font-size: 13px;
  }
}

.ss-extract-terms .ss-extract-terms-foot {
  position: relative;
  float: right;
  margin: 5px 0px 0px;
  width: 49%;
  background: transparent;
  cursor: pointer;
}

@media (min-width: 790px) {
  .ss-extract-terms .ss-extract-terms-foot {
    width: 38%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: right;
  }
}

@media (min-width: 590px) {
  .ss-extract-terms .ss-extract-terms-foot {
    margin: 4px 0px;
    width: 32%;
  }
}

.ss-extract-terms .ss-extract-terms-foot__price-flag {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: auto;
  line-height: 1.5;
  color: #e72e89;
}

@media (min-width: 590px) {
  .ss-extract-terms .ss-extract-terms-foot__price-flag {
    margin: 0px;
  }
}

@media (min-width: 790px) {
  .ss-extract-terms .ss-extract-terms-foot__price-flag {
    clear: none;
    float: none;
    margin: 0px;
    padding: 0px;
  }
}

.ss-extract-terms .ss-extract-terms-foot__price-flag del {
  font-size: 12px;
}

.ss-extract-terms .ss-extract-terms-foot__price {
  display: inline-block;
  clear: both;
  float: right;
  margin: 0px;
  padding: 1px 10px 0px;
  width: auto;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  line-height: 1.5;
  color: #2982a9;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (min-width: 590px) {
  .ss-extract-terms .ss-extract-terms-foot__price {
    margin: 0px;
    font-size: 15px;
  }
}

@media (min-width: 790px) {
  .ss-extract-terms .ss-extract-terms-foot__price {
    clear: none;
    float: none;
    margin: 4px 10px;
    padding: 6px 10px;
    width: 110px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
}

.ss-extract-terms .ss-extract-terms-foot__price--sale {
  color: #e72e89;
}

.ss-extract-terms .ss-extract-terms-foot__link--order, .ss-extract-terms .ss-extract-terms-foot__link--request, .ss-extract-terms .ss-extract-terms-foot__link--sold {
  position: absolute;
  right: 0px;
  top: 20px;
  clear: both;
  margin: 0px;
  padding: 1px 10px 1px 15px;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  line-height: 1.8;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

@media (min-width: 590px) {
  .ss-extract-terms .ss-extract-terms-foot__link--order, .ss-extract-terms .ss-extract-terms-foot__link--request, .ss-extract-terms .ss-extract-terms-foot__link--sold {
    float: right;
    top: 18px;
    margin: 6px 0px;
    padding: 1px 10px 1px 23px;
    font-size: 15px;
  }
}

@media (min-width: 790px) {
  .ss-extract-terms .ss-extract-terms-foot__link--order, .ss-extract-terms .ss-extract-terms-foot__link--request, .ss-extract-terms .ss-extract-terms-foot__link--sold {
    position: relative;
    top: 0px;
    margin: 4px 0px;
    padding: 3px 10px 3px 23px;
    clear: none;
  }
}

.ss-extract-terms .ss-extract-terms-foot__link--order {
  background: #2982a9;
  color: white;
}

.ss-extract-terms .ss-extract-terms-foot__link--request {
  background: #81b80f;
  color: white;
}

.ss-extract-terms .ss-extract-terms-foot__link--sold {
  background: #b3b3b3;
  color: white;
}

.default-cursor .ss-extract-terms-foot {
  cursor: default;
}

.ss-content {
  overflow: visible !important;
}

@media screen and (max-width: 480px) {
  .ss-content {
    padding: 0 !important;
  }
}

.more-marginbottom {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .col-xs-12.fix-colxs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.search-form-control-ctrl8,
.search-form-control-ctrl9 {
  width: 100%;
}

.search-form-control-ctrl8 table,
.search-form-control-ctrl9 table {
  width: 100%;
  border-spacing: 0px !important;
}

.search-form-control-ctrl8 table td,
.search-form-control-ctrl9 table td {
  float: left;
  height: 57px;
  padding: 0 !important;
}

.editper-save input {
  width: auto;
  float: right;
  padding: 10px 15px !important;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #e72e89;
}

.edit-person table tr:nth-child(odd) {
  background-color: #fff;
}

.edit-person table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tooltips-active::after {
  content: "aaa";
  position: absolute;
  padding: 5px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: -30px;
  right: 0;
  left: 0;
  text-indent: 0;
  text-align: center;
  border-radius: 5px;
  z-index: 999;
}

.partner-wrapper-form .bootstrap-select.btn-group .dropdown-menu li a:hover,
.partner-wrapper-form .bootstrap-select.btn-group .dropdown-menu li a:focus {
  background-color: #e72e89 !important;
}

.partner-wrapper-form .dropdown-toggle:focus {
  outline: 1px auto #e72e89 !important;
}

.partner-wrapper-form input[type="text"],
.partner-wrapper-form input[type="password"] {
  width: calc(100% - 10px);
  float: left;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  text-align: left !important;
}

.partner-wrapper-form input[type="submit"] {
  width: calc(100% - 10px);
  float: right;
  padding: 10px 0;
  margin: 5px;
  background: #81b80f;
  color: #fff;
  font-weight: bold;
}

.partner-wrapper-form.special-button input[type="submit"] {
  width: auto;
  float: right;
  padding: 10px 15px;
  margin: 0 0 0 5px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.partner-wrapper-form label {
  float: left;
  margin-left: 11px;
  margin-bottom: -19px;
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 5px;
  color: #aaa;
  font-weight: normal;
  font-size: 90%;
}

.partner-wrapper-form label.no-edit-style {
  border: 1px solid #ccc;
  padding: 2px 5px;
  margin-top: 7px;
  margin-bottom: -15px;
}

.partner-wrapper-form .no-edit {
  width: calc(100% - 10px);
  float: left;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  background: #eee;
  cursor: not-allowed;
}

.partner-wrapper-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #e72e89;
}

.partner-board {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.partner-board .castka input {
  border: 1px solid #ccc;
  padding: 5px;
}

.partner-board .btn {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px 15px;
}

.partner-board.no-margin {
  margin-bottom: 0px;
}

.partner-board .msg {
  width: calc(100% - 10px) !important;
  float: left;
  border: 1px solid #0a0;
  background: #0c0;
  color: #fff;
  padding: 15px 10px;
  margin: 5px;
  position: relative;
}

.partner-board table.notes-list {
  width: 100%;
}

.partner-board .notes-list td, .partner-board .notes-list th {
  width: 100%;
  float: left;
}

.partner-board .notes-list textarea {
  width: calc(100% - 10px) !important;
  float: left;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 5px;
  position: relative;
}

.partner-board .count-box {
  float: left;
  width: calc(33.3333% - 10px);
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-left: 5px solid;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.partner-board .count-box:hover {
  border-left: 25px solid;
}

@media screen and (max-width: 800px) {
  .partner-board .count-box {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .partner-board .count-box {
    width: calc(100% - 10px);
  }
}

.partner-board .count-box p {
  font-size: 24px;
  margin-bottom: 5px;
}

.partner-board .count-box span {
  color: #888 !important;
}

.partner-board .count-box.border-1 {
  border-color: #e72e89;
  color: #e72e89;
}

.partner-board .count-box.border-2 {
  border-color: #2982a9;
  color: #2982a9;
}

.partner-board .count-box.border-3 {
  border-color: #81b80f;
  color: #81b80f;
}

.partner-board .tab-pane {
  margin-bottom: 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .partner-board .tab-pane {
    padding: 10px;
  }
}

.partner-board .ss-product-wrapper__3 {
  margin: -21px -21px 0 -20px;
  background: #fafafa;
}

.partner-board.full {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.partner-board.full a {
  padding: 10px 30px;
  color: #fff;
  background: #e72e89;
  font-weight: bold;
}

.partner-board h2 {
  float: left;
  width: 100%;
  font-size: 20px;
}

.partner-board h2:nth-child(1) {
  margin-top: 0px;
}

.partner-board #myChart {
  width: 100%;
  float: left;
}

.partner-board.full-grid {
  float: left;
  width: 100%;
  padding: 20px;
}

.partner-board.full-grid .ss-paging__list strong a {
  padding: 5px 10px !important;
}

.partner-board.full-grid.fifty {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .partner-board.full-grid.fifty {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .partner-board.full-grid {
    padding: 0px;
  }
}

.partner-board.full-grid h2.op {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0px;
}

.partner-board.full-grid span.typ {
  float: left;
  padding: 3px 5px;
  border-radius: 5px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}

.partner-board.full-grid .reseter-button input {
  width: auto;
  padding: 10px 20px;
  border-radius: 5px;
  background: #e72e89;
}

.partner-board.full-grid button {
  margin: 5px !important;
  width: calc(100% - 10px);
  height: 50px;
  border-radius: 0;
  border-color: #ccc;
  float: left;
  background: #fff !important;
}

.partner-board.full-grid button:hover, .partner-board.full-grid button:focus {
  background: #fff;
}

.partner-board.full-grid .bootstrap-select {
  width: 100%;
  height: 53px;
  margin-bottom: 8px;
}

.partner-board.full-grid .reseter-button {
  float: right;
  width: 100%;
  margin-top: 10px;
}

.partner-board.full-grid .checkboxes {
  float: left;
  width: 100%;
}

.partner-board.full-grid .checkboxes div {
  float: left;
}

.partner-board.full-grid .checkboxes div.pre-label {
  height: 50px;
}

.partner-board.full-grid .checkboxes label {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 50px 10px 15px !important;
  color: #aaa;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

.partner-board.full-grid .checkboxes input[type="checkbox"]:not(:checked) + label:before,
.partner-board.full-grid .checkboxes input[type="checkbox"]:checked + label:before {
  border: 1px solid !important;
  position: absolute;
  right: 10px;
  top: 6px;
}

.partner-board.full-grid .checkboxes input[type="checkbox"]:not(:checked) + label:after,
.partner-board.full-grid .checkboxes input[type="checkbox"]:checked + label:after {
  color: #e72e89 !important;
  right: 12px;
  top: 10px;
}

.partner-board.full-grid .checkboxes input[type="checkbox"]:checked + label,
.partner-board.full-grid .checkboxes input[type="checkbox"]:not(:checked) + label:hover {
  color: #e72e89 !important;
  border-color: #e72e89 !important;
}

.partner-board.full-grid .checkboxes label {
  padding: 5px 30px 5px 10px;
  white-space: nowrap;
}

.partner-board.full-grid .calendar-image {
  float: left;
  margin-left: -35px;
  position: relative;
  margin-top: 22px;
  cursor: pointer;
}

.partner-board .table-overflow {
  float: left;
  width: 100%;
  overflow: auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.partner-board .table-overflow.half {
  max-width: 350px;
  font-weight: bold;
}

.partner-board .table-overflow.half tr:last-child {
  background: #555;
  color: #fff;
}

.partner-board .table-overflow.half tr:first-child {
  border-bottom: 1px solid #ccc;
  color: #444;
}

.partner-board .table-overflow.half td:nth-child(2) {
  text-align: right;
}

.partner-board .table-overflow .dropdown-toggle {
  margin: 0px !important;
}

.partner-board .table-overflow .dropdown-menu li a {
  color: inherit;
  background: inherit;
  font-size: inherit;
}

.partner-board .table-overflow .dropdown-menu li.selected a {
  color: #fff;
  background: #e72e89;
}

.partner-board .table-overflow .dropdown-menu li a {
  float: left !important;
  width: 100%;
  text-align: left;
  padding: 10px !important;
  border-radius: 0;
}

.partner-board .table-overflow .dropdown-menu li a:hover {
  color: #fff;
  background: #e72e89;
}

.partner-board .table-overflow.margin-top {
  margin-top: 10px;
}

.partner-board .table-overflow.no-border {
  border: 0px;
}

.partner-board .table-overflow.no-border input,
.partner-board .table-overflow.no-border select {
  border: 1px solid #ccc;
  padding: 5px;
}

.partner-board .table-overflow.no-border table tr:first-child {
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.partner-board .table-overflow.no-border .rsv-person {
  margin: 10px 0 0 0;
  padding: 15px 15px;
  width: 100%;
  background: #eee;
  border-bottom: 3px solid #7ba527;
  color: #888;
  float: left;
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.partner-board .table-overflow table {
  border-collapse: collapse;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
}

.partner-board .table-overflow th,
.partner-board .table-overflow td {
  text-align: left;
  padding: 10px;
}

.partner-board .table-overflow th a, .partner-board .table-overflow th .btn--small,
.partner-board .table-overflow td a,
.partner-board .table-overflow td .btn--small {
  padding: 5px 10px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 80%;
  float: right;
  text-align: center;
}

.partner-board .table-overflow tr {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.partner-board .table-overflow tr.pager {
  background: #fff !important;
}

.partner-board .table-overflow tr.pager::before {
  content: none;
}

.partner-board .table-overflow tr.pager table {
  border: none;
  background: none;
  width: auto;
}

.partner-board .table-overflow tr.pager table td {
  padding: 5px;
}

.partner-board .table-overflow tr.pager tr {
  border: none;
  background: #fff !important;
}

.partner-board .table-overflow tr.pager tr a,
.partner-board .table-overflow tr.pager tr span,
.partner-board .table-overflow tr.pager tr a:hover {
  width: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
  background: #e72e89;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

.partner-board .table-overflow tr.pager tr a {
  background: #eee;
  color: #888;
}

.partner-board .table-overflow tr:first-child {
  background-color: #eee !important;
  color: #777;
  border-bottom: 3px solid #e72e89;
}

.partner-board .table-overflow tr:first-child a {
  float: left;
  background: none;
  color: #888;
  padding: 0;
}

.partner-board .table-overflow tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.partner-board .table-overflow--fixoverflow {
  overflow: inherit;
}

.partner-board.sidebar {
  float: left;
  width: 70px;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 480px) {
  .partner-board.sidebar {
    width: 100%;
  }
}

.partner-board.sidebar a {
  float: left;
  width: 70px;
  height: 70px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #404040;
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
}

.partner-board.sidebar a:hover, .partner-board.sidebar a.active {
  background-color: #e72e89;
}

@media screen and (max-width: 480px) {
  .partner-board.sidebar a {
    width: 50px;
    height: 50px;
    background-size: 16px auto;
    margin-bottom: 0px;
    margin-right: 1px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    line-height: 50px;
    font-size: 16px;
  }
}

.partner-board.content {
  float: left;
  width: calc(100% - 70px);
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  min-height: 425px;
}

@media screen and (max-width: 480px) {
  .partner-board.content {
    width: 100%;
    min-height: auto;
    padding: 15px 10px;
  }
}

.partner-board.content .special-grid {
  width: 50%;
  float: left;
}

@media screen and (max-width: 480px) {
  .partner-board.content .special-grid .col-xs-12 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 790px) {
  .partner-board.content .special-grid {
    width: 100%;
  }
}

.partner-board.content .box-1 {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 15px 0;
}

.partner-board.content .box-1 input[type="submit"] {
  width: auto;
  float: right;
  padding: 10px 15px;
  margin: 5px;
  background: #e72e89;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.partner-board.content .box-1 h2 {
  margin: -10px -10px 10px -10px;
  padding: 20px 20px;
  width: calc(100% + 20px);
  background: #eee;
  border-bottom: 3px solid #e72e89;
  color: #888;
}

.partner-board.content .box-1 .LoginTest-box {
  float: left;
  width: 100%;
}

.partner-board.content .box-1 .LoginTest-box span {
  float: left;
  width: 100%;
}

.alert a.close, .datepicker-re .demand-result a.close {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: right;
  color: #000;
}

.login-box {
  position: relative;
  float: left;
  /*margin-left: calc(50% - 200px);*/
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.login-box p {
  text-align: center;
  color: #888;
}

@media screen and (max-width: 470px) {
  .login-box {
    margin-left: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.login-box h1 {
  float: left;
  width: calc(100% + 30px);
  margin: -15px -15px 0px -15px;
  padding: 20px;
  color: #888;
  font-size: 20px;
}

.login-box label {
  float: left;
  margin-left: 11px;
  margin-bottom: -19px;
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 5px;
  color: #aaa;
  font-weight: normal;
  font-size: 90%;
}

.login-box div.login-bottom {
  float: left;
  width: calc(100% + 30px);
  margin: 15px -15px -15px -15px;
  padding: 20px;
  border-top: 1px dashed #ddd;
}

.login-box div.login-bottom a {
  float: left;
  width: calc(50% - 10px);
  color: #fff;
  font-weight: bold;
}

.login-box div.login-bottom a.facebook {
  background: #3b5998;
}

.login-box div.login-bottom a.google {
  background: #d95232;
}

.login-box a {
  float: left;
  width: calc(100% - 10px);
  padding: 10px;
  margin: 5px;
  color: #24a8f0;
  text-align: center;
}

.login-box input[type="text"],
.login-box input[type="password"] {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-left: 45px;
}

.login-box input:-webkit-autofill,
.login-box input:-webkit-autofill:hover,
.login-box input:-webkit-autofill:focus,
.login-box input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

.login-box input[type="text"] {
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/login.png?t=4);
}

.login-box input[type="password"] {
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/lock.png?t=4);
}

.login-box--no-icons input[type="text"],
.login-box--no-icons input[type="password"] {
  background: none;
}

/* ikonky typu souboru - info v https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/ */
.file-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.file-icon--txt {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/txts.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/txts.svg), none;
  background-size: contain;
}

.file-icon--jpg {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/jpgs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/jpgs.svg), none;
  background-size: contain;
}

.file-icon--doc {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/docs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/docs.svg), none;
  background-size: contain;
}

.file-icon--xls {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/xlss.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/xlss.svg), none;
  background-size: contain;
}

.file-icon--gif {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/gifs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/gifs.svg), none;
  background-size: contain;
}

.file-icon--png {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/pngs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/pngs.svg), none;
  background-size: contain;
}

.file-icon--ai {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/aibs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/aibs.svg), none;
  background-size: contain;
}

.file-icon--zip {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/zips.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/zips.svg), none;
  background-size: contain;
}

.file-icon--pdf {
  background: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/png/pdfs.png) no-repeat;
  background-image: url(https://www.daen.cz/Public/jmenoProjektu-2016/magicBox2016/img/icons/filetype-set1/svg/pdfs.svg), none;
  background-size: contain;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  height: 35px;
  width: 100%;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  height: 100%;
  padding: 1px 30px 0 10px;
  z-index: 1;
  border-color: #ddd;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #333;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.ss-search-wrap__select .bootstrap-select {
  margin-bottom: 15px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 25%;
  right: 10px;
  vertical-align: middle;
  border: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  color: #81b80f;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 5000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
  padding: 6px 12px;
  transition: none;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus {
  background-color: #81b80f;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px fade(black, 5);
  box-shadow: inset 0 1px 1px fade(black, 5);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*=============================================>>>>>
= SearchForm Modifications =
===============================================>>>>>*/
/*= End of SearchForm Modifications =*/
/*=============================================<<<<<*/
.reservation--step1 select[id$=GlobalniBalickyPredvolbaControl_PredvolbyDropDownList] {
  max-width: inherit;
  width: auto;
}

.form-control {
  padding: 6px 8px;
}

.reservation--step1 .rsv-season-global .rsv-season input {
  min-width: 110px;
}

.reservation--step1 .rsv-extendedgroup .rsv-items-cont .form-control {
  min-width: 77px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus {
  color: #2982a9 !important;
}

.tcenter {
  text-align: center;
}

.fwhite {
  color: white;
}

.ratings-type1 {
  margin-left: 12px;
  padding: 5px 17px;
  font-size: 18px;
  font-weight: 600;
  background: #f7ca18;
  color: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

@media (max-width: 450px) {
  .ratings-type1 {
    padding: 10px;
    font-size: 14px;
  }
}

@media (min-width: 590px) and (max-width: 700px) {
  .ratings-type1 {
    display: none;
  }
}

.ss-extract-cart-tips {
  overflow: visible !important;
  margin-bottom: 10px !important;
}

.ss-extract-cart-tips span {
  display: block;
}

.normal-size {
  font-size: 13px;
}

.bottom3px {
  position: relative;
  bottom: 3px;
}

/* ikony */
@font-face {
  font-family: 'icomoon';
  src: url("/Public/jmenoProjektu-2016/magicBox2016/ico/icomoon/fonts/icomoon.eot?e2g63p");
  src: url("/Public/jmenoProjektu-2016/magicBox2016/ico/icomoon/fonts/icomoon.eot?e2g63p#iefix") format("embedded-opentype"), url("/Public/jmenoProjektu-2016/magicBox2016/ico/icomoon/fonts/icomoon.ttf?e2g63p") format("truetype"), url("/Public/jmenoProjektu-2016/magicBox2016/ico/icomoon/fonts/icomoon.woff?e2g63p") format("woff"), url("/Public/jmenoProjektu-2016/magicBox2016/ico/icomoon/fonts/icomoon.svg?e2g63p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e901";
}

.icon-account_box:before {
  content: "\e851";
}

.icon-add:before {
  content: "\e145";
}

.icon-add_a_photo:before {
  content: "\e439";
}

.icon-add_circle:before {
  content: "\e147";
}

.icon-control_point:before {
  content: "\e3ba";
}

.icon-add_to_queue:before {
  content: "\e05c";
}

.icon-flight:before {
  content: "\e539";
}

.icon-airplay:before {
  content: "\e055";
}

.icon-airport_shuttle:before {
  content: "\eb3c";
}

.icon-announcement:before {
  content: "\e85a";
}

.icon-arrow_back:before {
  content: "\e5c4";
}

.icon-arrow_downward:before {
  content: "\e5db";
}

.icon-arrow_forward:before {
  content: "\e5c8";
}

.icon-arrow_upward:before {
  content: "\e5d8";
}

.icon-attach_file:before {
  content: "\e226";
}

.icon-backspace:before {
  content: "\e14a";
}

.icon-beenhere:before {
  content: "\e52d";
}

.icon-build:before {
  content: "\e869";
}

.icon-call_split:before {
  content: "\e0b6";
}

.icon-camera_roll:before {
  content: "\e3b3";
}

.icon-card_membership:before {
  content: "\e8f7";
}

.icon-card_travel:before {
  content: "\e8f8";
}

.icon-chrome_reader_mode:before {
  content: "\e86d";
}

.icon-photo_library:before {
  content: "\e413";
}

.icon-palette:before {
  content: "\e40a";
}

.icon-contact_phone:before {
  content: "\e0cf";
}

.icon-control_point_duplicate:before {
  content: "\e3bb";
}

.icon-desktop_mac:before {
  content: "\e30b";
}

.icon-directions:before {
  content: "\e52e";
}

.icon-directions_bike:before {
  content: "\e52f";
}

.icon-directions_boat:before {
  content: "\e532";
}

.icon-directions_transit:before {
  content: "\e535";
}

.icon-edit_location:before {
  content: "\e568";
}

.icon-explicit:before {
  content: "\e01e";
}

.icon-flight_land:before {
  content: "\e904";
}

.icon-flight_takeoff:before {
  content: "\e905";
}

.icon-golf_course:before {
  content: "\eb45";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-local_airport:before {
  content: "\e53d";
}

.icon-local_bar:before {
  content: "\e540";
}

.icon-restaurant:before {
  content: "\e56c";
}

.icon-toc:before {
  content: "\e8de";
}

.icon-tune:before {
  content: "\e429";
}

.icon-arrow-minimise:before {
  content: "\e903";
}

.icon-arrow-maximise:before {
  content: "\e906";
}

.icon-arrow-loop:before {
  content: "\e907";
}

.icon-glass:before {
  content: "\f000";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-gears:before {
  content: "\f085";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-bed2:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-bed:before {
  content: "\e900";
}

.icon-map:before {
  content: "\e025";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-sad:before {
  content: "\e9e5";
}

.icon-grin:before {
  content: "\e9e9";
}

.icon-angry:before {
  content: "\e9ed";
}

.icon-shocked:before {
  content: "\e9f1";
}

.icon-confused:before {
  content: "\e9f5";
}

.icon-neutral:before {
  content: "\e9f7";
}

.icon-wondering:before {
  content: "\e9fb";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-library:before {
  content: "\e921";
}

.icon-home3:before {
  content: "\e902";
}

/* hodnocení ala ViM */
.type3 .review-item .icon, .total-product-review .icon {
  color: #038CCB;
}

.type3 .review-dateauthor {
  margin-top: 15px;
  margin-left: 35px;
}

.type3 .review-content {
  border-bottom: 1px solid #CDCDCD;
  background: #f1f1f1;
  padding: 14px 0 0 25px;
}

/* End recenze v2 */
.total-smile {
  background: #038CCB;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
  text-align: center;
  padding-top: 4px;
}

.seven--xl {
  width: 440px;
}

.container .fifteen-xl.columns {
  width: 90.6%;
}

.type3 .review-header {
  font-style: italic;
}

.type3 .review-header, .type3 .review-points {
  line-height: 26px;
  margin-bottom: 5px;
}

.type3 .review-item {
  display: inline-block;
  padding-right: 20px;
}

.type3 .review-item .icon,
.total-product-review .icon {
  color: #038CCB;
}

.product-reviews.type2 .type3 .txt-description {
  margin-bottom: 15px;
  padding: 5px 0;
}

.js-gallery-v11 {
  position: relative;
}

.product-rating-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #038CCB;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  text-align: center;
}

.product-rating-label a {
  color: #fff;
  text-decoration: none;
}

.product-rating-label .icon-happy {
  font-size: 22px;
  padding: 10px 30px 0 30px;
}

.icon-arrow-maximise, .icon-arrow-minimise {
  font-size: 120%;
}

.show-hide-button {
  cursor: pointer;
  display: block;
  line-height: 2;
}

.hide-button {
  display: none;
}

.review-by-product .review-type {
  padding: 0 5px;
  display: inline-block;
}

.font--small {
  font-size: 80%;
}

.celkovy-dojem textarea {
  min-height: 120px;
}

.bg-type1 {
  background: #ededed;
}

.bg-type2 {
  background: #038CCB;
}

.text--white,
.text--white .icon,
.text--white strong {
  color: #fff;
}

.total-product-review {
  margin: 0 0 30px 0;
}

.total-product-review .columns {
  display: table-cell;
  padding: 15px 5px 10px 5px;
  vertical-align: middle;
  min-height: 60px;
  float: none;
}

.total-product-review .review-type-name {
  display: block;
  font-size: 11px;
}

.total-product-review .icon {
  font-size: 160%;
}

.total-product-review strong {
  display: inline-block;
  font-size: 120%;
  padding-left: 4px;
}

.prod-review-type {
  border-right: 1px solid #ddd;
}

.prod-review-type--6 {
  border-right: none;
}

.container .four.columns.total-product-review__first {
  width: 250px;
}

.review-content .nahledy-all {
  display: none;
}

.clear--left {
  clear: left;
}

.container .columns.two--rating-block {
  float: right;
  width: 60px;
}

.top-padding-t1 {
  padding-top: 5px;
}

.txt-center {
  text-align: center;
}

/* .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; } */
.list-container .column,
.list-container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.position-relative {
  position: relative;
}

.type3 .review-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 44px;
  height: 19px;
  background: url(/Public/jmenoProjektu-2016/magicBox2016/ico/sprites_dp_v1a_crop.png) no-repeat -177px -65px;
}

.alpha.omega {
  margin-left: 0;
  margin-right: 0;
}

.total-product-review .three.columns {
  width: 166px;
}

.total-product-review .four.columns {
  width: 166px;
}

.one-xl.columns {
  width: 9.3%;
}

.fifteen-xl.columns {
  width: 90.6%;
}

.type3 .review-item-container {
  margin-bottom: 20px;
}

.type3 .review-row {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.type3 .review-summary, .type3 .review-complete {
  margin-top: 15px;
}

.type3 .sort-label {
  font-weight: 600;
}

.type3 .sorting-paging-container .sorting-control .width-type1 {
  width: 280px;
}

.type3 .write-review .button {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  margin-bottom: 0;
  padding: 10px 29px 8px;
}

.type3 .btn-blue.btn-small, .type3 .bte-blue.bte-small input[type=submit], .type3 .bte-blue.bte-small input[type=button], .type3 .bte-blue.bte-small a {
  font-size: 16px;
  padding: 7px 20px 7px;
  background: #038CCB repeat-x;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.pb-20 {
  padding-bottom: 20px;
}

.good-review::before {
  color: #ef7200;
}

.bad-review::before {
  color: #b8b5b2;
}

.sorting-paging-container {
  padding-bottom: 20px;
}

.sorting-control {
  width: 328px;
  padding-top: 6px;
}

.mini-modal {
  position: fixed;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  display: none;
  padding: 20px 90px;
  overflow: hidden;
  background: #fcbf09;
  color: #4f4f4f;
  outline: 10px solid rgba(252, 191, 9, 0.2);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
}

/* pro termíny v tabulce pro období */
.simple-summary th, .simple-summary .col_0, .simple-summary .col_1, .simple-summary .col_2, .simple-summary .col_3, .simple-summary .col_4,
.simple-summary .strava {
  text-align: center;
}

.simple-summary .time-relation {
  min-width: 64px;
  text-align: center;
}

.simple-summary .polozka {
  min-width: 278px;
}

.simple-summary th span {
  display: inline-block;
  min-width: 1em;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

@media (max-width: 820px) {
  .px-xs-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-xs-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.ss-extract-line .ss-extract-line-body__price-flag,
.ss-extract-line .ss-extract-line-body__symptoms,
.ss-extract-line .ss-extract-line-body__symptoms:nth-of-type(2),
.ss-extract-cart .ss-extract-cart-body__price-flag,
.ss-extract-cart .ss-extract-cart-body__symptoms,
.ss-extract-cart .ss-extract-cart-body__symptoms:nth-of-type(2),
.ss-extract-miniline .ss-extract-miniline-body__price-flag,
.ss-extract-miniline .ss-extract-miniline-body__symptoms,
.ss-extract-miniline .ss-extract-miniline-body__symptoms:nth-of-type(2) {
  top: 0;
  margin-bottom: 4px;
  position: unset;
}

.ss-extract-line-body__symptoms-cnt {
  position: absolute;
  top: 15px;
  width: 100%;
}

.signDesign img {
  width: 50px;
  margin-bottom: 20px;
}

.signDesign a {
  display: grid;
  max-width: 180px;
  justify-items: center;
  background: #f7f7f7;
  padding: 15px 0px 5px 0px;
  border-radius: 8px;
}

.signDesign .message_panel {
  display: block;
}

.signDesign .label-slm {
  color: #aaa;
  font-weight: 300;
  padding-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 10px;
}

.p-3 {
  padding: 15px;
}

.p-4 {
  padding: 20px;
}

.simple-summary .sl {
  display: none;
}

/* T754857 */
*:hover, *:after, *:before {
  transition: all ease 0.4s;
}

.fa, .good-review:before,
.bad-review:before, .fa:before, .good-review:before,
.bad-review:before, .fa:after,
.ss-header address {
  transition: none;
}

a {
  text-decoration: none !important;
}

.ss-extract-line-body:hover .ss-extract-line-body,
.ss-extract-line-body:hover .ss-extract-cart-body,
.ss-extract-line-body:hover .ss-extract-table-body,
.ss-extract-line-body:hover .ss-extract-miniline-body,
.ss-extract-cart-body:hover .ss-extract-line-body,
.ss-extract-cart-body:hover .ss-extract-cart-body,
.ss-extract-cart-body:hover .ss-extract-table-body,
.ss-extract-cart-body:hover .ss-extract-miniline-body,
.ss-extract-table-body:hover .ss-extract-line-body,
.ss-extract-table-body:hover .ss-extract-cart-body,
.ss-extract-table-body:hover .ss-extract-table-body,
.ss-extract-table-body:hover .ss-extract-miniline-body,
.ss-extract-miniline-body:hover .ss-extract-line-body,
.ss-extract-miniline-body:hover .ss-extract-cart-body,
.ss-extract-miniline-body:hover .ss-extract-table-body,
.ss-extract-miniline-body:hover .ss-extract-miniline-body {
  transition: linear 0.2s;
}

.ss-extract-line-body:hover .ss-extract-line-body__img-product,
.ss-extract-line-body:hover .ss-extract-cart-body__img-product,
.ss-extract-line-body:hover .ss-extract-table-body__img-product,
.ss-extract-line-body:hover .ss-extract-miniline-body__img-product,
.ss-extract-cart-body:hover .ss-extract-line-body__img-product,
.ss-extract-cart-body:hover .ss-extract-cart-body__img-product,
.ss-extract-cart-body:hover .ss-extract-table-body__img-product,
.ss-extract-cart-body:hover .ss-extract-miniline-body__img-product,
.ss-extract-table-body:hover .ss-extract-line-body__img-product,
.ss-extract-table-body:hover .ss-extract-cart-body__img-product,
.ss-extract-table-body:hover .ss-extract-table-body__img-product,
.ss-extract-table-body:hover .ss-extract-miniline-body__img-product,
.ss-extract-miniline-body:hover .ss-extract-line-body__img-product,
.ss-extract-miniline-body:hover .ss-extract-cart-body__img-product,
.ss-extract-miniline-body:hover .ss-extract-table-body__img-product,
.ss-extract-miniline-body:hover .ss-extract-miniline-body__img-product {
  transition: linear 0.2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.ss-extract-line-body:hover .ss-extract-line-body__price-flag, .ss-extract-line-body:hover .ss-extract-line-body__accommodation-type, .ss-extract-line-body:hover .ss-extract-line-body__symptoms, .ss-extract-line-body:hover .ss-extract-line-body__equipment, .ss-extract-line-body:hover .ss-extract-line-body__equipment-background,
.ss-extract-line-body:hover .ss-extract-cart-body__price-flag,
.ss-extract-line-body:hover .ss-extract-cart-body__accommodation-type,
.ss-extract-line-body:hover .ss-extract-cart-body__symptoms,
.ss-extract-line-body:hover .ss-extract-cart-body__equipment,
.ss-extract-line-body:hover .ss-extract-cart-body__equipment-background,
.ss-extract-line-body:hover .ss-extract-table-body__price-flag,
.ss-extract-line-body:hover .ss-extract-table-body__accommodation-type,
.ss-extract-line-body:hover .ss-extract-table-body__symptoms,
.ss-extract-line-body:hover .ss-extract-table-body__equipment,
.ss-extract-line-body:hover .ss-extract-table-body__equipment-background,
.ss-extract-line-body:hover .ss-extract-miniline-body__price-flag,
.ss-extract-line-body:hover .ss-extract-miniline-body__accommodation-type,
.ss-extract-line-body:hover .ss-extract-miniline-body__symptoms,
.ss-extract-line-body:hover .ss-extract-miniline-body__equipment,
.ss-extract-line-body:hover .ss-extract-miniline-body__equipment-background,
.ss-extract-cart-body:hover .ss-extract-line-body__price-flag,
.ss-extract-cart-body:hover .ss-extract-line-body__accommodation-type,
.ss-extract-cart-body:hover .ss-extract-line-body__symptoms,
.ss-extract-cart-body:hover .ss-extract-line-body__equipment,
.ss-extract-cart-body:hover .ss-extract-line-body__equipment-background,
.ss-extract-cart-body:hover .ss-extract-cart-body__price-flag,
.ss-extract-cart-body:hover .ss-extract-cart-body__accommodation-type,
.ss-extract-cart-body:hover .ss-extract-cart-body__symptoms,
.ss-extract-cart-body:hover .ss-extract-cart-body__equipment,
.ss-extract-cart-body:hover .ss-extract-cart-body__equipment-background,
.ss-extract-cart-body:hover .ss-extract-table-body__price-flag,
.ss-extract-cart-body:hover .ss-extract-table-body__accommodation-type,
.ss-extract-cart-body:hover .ss-extract-table-body__symptoms,
.ss-extract-cart-body:hover .ss-extract-table-body__equipment,
.ss-extract-cart-body:hover .ss-extract-table-body__equipment-background,
.ss-extract-cart-body:hover .ss-extract-miniline-body__price-flag,
.ss-extract-cart-body:hover .ss-extract-miniline-body__accommodation-type,
.ss-extract-cart-body:hover .ss-extract-miniline-body__symptoms,
.ss-extract-cart-body:hover .ss-extract-miniline-body__equipment,
.ss-extract-cart-body:hover .ss-extract-miniline-body__equipment-background,
.ss-extract-table-body:hover .ss-extract-line-body__price-flag,
.ss-extract-table-body:hover .ss-extract-line-body__accommodation-type,
.ss-extract-table-body:hover .ss-extract-line-body__symptoms,
.ss-extract-table-body:hover .ss-extract-line-body__equipment,
.ss-extract-table-body:hover .ss-extract-line-body__equipment-background,
.ss-extract-table-body:hover .ss-extract-cart-body__price-flag,
.ss-extract-table-body:hover .ss-extract-cart-body__accommodation-type,
.ss-extract-table-body:hover .ss-extract-cart-body__symptoms,
.ss-extract-table-body:hover .ss-extract-cart-body__equipment,
.ss-extract-table-body:hover .ss-extract-cart-body__equipment-background,
.ss-extract-table-body:hover .ss-extract-table-body__price-flag,
.ss-extract-table-body:hover .ss-extract-table-body__accommodation-type,
.ss-extract-table-body:hover .ss-extract-table-body__symptoms,
.ss-extract-table-body:hover .ss-extract-table-body__equipment,
.ss-extract-table-body:hover .ss-extract-table-body__equipment-background,
.ss-extract-table-body:hover .ss-extract-miniline-body__price-flag,
.ss-extract-table-body:hover .ss-extract-miniline-body__accommodation-type,
.ss-extract-table-body:hover .ss-extract-miniline-body__symptoms,
.ss-extract-table-body:hover .ss-extract-miniline-body__equipment,
.ss-extract-table-body:hover .ss-extract-miniline-body__equipment-background,
.ss-extract-miniline-body:hover .ss-extract-line-body__price-flag,
.ss-extract-miniline-body:hover .ss-extract-line-body__accommodation-type,
.ss-extract-miniline-body:hover .ss-extract-line-body__symptoms,
.ss-extract-miniline-body:hover .ss-extract-line-body__equipment,
.ss-extract-miniline-body:hover .ss-extract-line-body__equipment-background,
.ss-extract-miniline-body:hover .ss-extract-cart-body__price-flag,
.ss-extract-miniline-body:hover .ss-extract-cart-body__accommodation-type,
.ss-extract-miniline-body:hover .ss-extract-cart-body__symptoms,
.ss-extract-miniline-body:hover .ss-extract-cart-body__equipment,
.ss-extract-miniline-body:hover .ss-extract-cart-body__equipment-background,
.ss-extract-miniline-body:hover .ss-extract-table-body__price-flag,
.ss-extract-miniline-body:hover .ss-extract-table-body__accommodation-type,
.ss-extract-miniline-body:hover .ss-extract-table-body__symptoms,
.ss-extract-miniline-body:hover .ss-extract-table-body__equipment,
.ss-extract-miniline-body:hover .ss-extract-table-body__equipment-background,
.ss-extract-miniline-body:hover .ss-extract-miniline-body__price-flag,
.ss-extract-miniline-body:hover .ss-extract-miniline-body__accommodation-type,
.ss-extract-miniline-body:hover .ss-extract-miniline-body__symptoms,
.ss-extract-miniline-body:hover .ss-extract-miniline-body__equipment,
.ss-extract-miniline-body:hover .ss-extract-miniline-body__equipment-background {
  opacity: 0.0;
  visibility: hidden;
}

.ss-extract-line-body:hover .owl-prev,
.ss-extract-line-body:hover .owl-next,
.ss-extract-cart-body:hover .owl-prev,
.ss-extract-cart-body:hover .owl-next,
.ss-extract-table-body:hover .owl-prev,
.ss-extract-table-body:hover .owl-next,
.ss-extract-miniline-body:hover .owl-prev,
.ss-extract-miniline-body:hover .owl-next {
  opacity: 1.0;
}

.ss-extract-line-body:hover + .ss-extract-line-foot,
.ss-extract-cart-body:hover + .ss-extract-cart-foot,
.ss-extract-miniline-body:hover + .ss-extract-miniline-foot {
  box-shadow: 0px 0px 8px #ddd;
  -moz-shadow: 0px 0px 8px #ddd;
  -webkit-shadow: 0px 0px 8px #ddd;
  border-color: #c0f25a;
}

.ss-extract-line-foot:hover,
.ss-extract-cart-foot:hover,
.ss-extract-miniline-foot:hover {
  box-shadow: 0px 0px 8px #ddd;
  -moz-shadow: 0px 0px 8px #ddd;
  -webkit-shadow: 0px 0px 8px #ddd;
  border-color: #c0f25a;
}

.ss-extract-line-foot__ratings:hover, .ss-extract-line-foot__price:hover,
.ss-extract-cart-foot__ratings:hover,
.ss-extract-cart-foot__price:hover,
.ss-extract-table-foot__ratings:hover,
.ss-extract-table-foot__price:hover,
.ss-extract-miniline-foot__ratings:hover,
.ss-extract-miniline-foot__price:hover {
  background: #81b80f;
}

.ss-extract-line-foot__terms:hover,
.ss-extract-cart-foot__terms:hover,
.ss-extract-table-foot__terms:hover,
.ss-extract-miniline-foot__terms:hover {
  border-color: #2982a9;
  color: #2982a9;
}

.ss-extract-table:hover {
  background: #f5faff;
  border-color: #e1e1e1;
}

.ss-a:hover {
  transition: linear 0.2;
  color: #81b80f;
  text-decoration: none;
}

.ss-destinations-box-item:hover .ss-destinations-box-item__img img {
  transition: linear 0.2s;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
}

.ss-destinations-box-item:hover .ss-destinations-box-item__img:after {
  opacity: 0.0;
}

.ss-destination-item-head__img:hover img,
.ss-destination-item-head__name + .ss-destination-item-head__img:hover img,
.ss-destination-item-head__flag + .ss-destination-item-head__img:hover img {
  transition: linear 0.2s;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}

.ss-destination-item-head__img:hover:after,
.ss-destination-item-head__img:hover ~ .ss-destination-item-head__name,
.ss-destination-item-head__img:hover ~ .ss-destination-item-head__flag {
  /*opacity: 0.0;*/
}

.ss-carousel-products__slider .owl-prev:hover svg path,
.ss-carousel-products__slider .owl-next:hover svg path {
  fill: #e72e89;
}

.ss-articles-post:hover .ss-articles-post__text {
  opacity: 0.2;
}

.ss-articles-post:hover .ss-articles-post__detail {
  display: block;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

/* Standard syntax */
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.js-zoom-in__img {
  -webkit-animation: zoom 10s;
  /* Chrome, Safari, Opera */
  animation: zoom 10s;
}

/*# sourceMappingURL=main-daen.css.map */