@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300,300italic,100italic,100&subset=latin,latin-ext);
/* default value = 480px */
/*! 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;
}

* {
  -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 {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Roboto, 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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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 #646464;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #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: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #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: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  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: 0px;
}

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: 768px) {
  .container {
    width: 750px;
  }
}

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 767px) {
  .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: thin dotted;
  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: 0px;
  -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;
  }
}

.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-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: 0px;
}

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: 0px;
}

.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: 0px;
}

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: 0px;
}

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

.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-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 {
  top: 0;
}

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

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

.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: 5px 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: 0px;
  -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: 3px 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: #f5f5f5;
}

.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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.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: 0px;
}

.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: 0px;
}

.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: 0px;
}

.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: 0px 0px 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: 0px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 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: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

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

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

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

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

@media (max-device-width: 540px) 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: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

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

.navbar-brand > img {
  display: block;
  max-width: 180px;
}

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

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

.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

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

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

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

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

.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: 18px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

.navbar-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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.navbar-default {
  background-color: #f5f5f5;
  border-color: #e4e4e4;
}

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

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

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

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

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

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

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #B6626A;
  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: #e4e4e4;
}

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #cb2333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #cb2333;
  }
  .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: #fff;
    background-color: #cb2333;
  }
  .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: #B6626A;
    background-color: transparent;
  }
}

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

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

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

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

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

.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: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #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;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Roboto, 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: 0px;
  -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: -1px -1px 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;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .hidden-xs {
    display: block !important;
  }
}

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

.visible-xs, .visible-ms {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .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: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

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

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}

html, body, form#MainForm, .scroll-wrapper {
  position: relative;
  min-height: 100% !important;
}

body {
  background: #fafafa;
  min-width: 320px;
}

hr {
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px solid #e4e4e4;
}

.hr--thin {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
  border-color: #e4e4e4;
}

@media screen and (min-width: 992px) {
  .container--margin-top {
    margin-top: 60px;
  }
}

.dnone {
  display: none !important;
}

.link--large {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
}

.link--primary {
  color: #cc2433;
}

.link--secondary {
  color: #6aa342;
}

.link--has-arrow {
  display: inline-block;
  position: relative;
}

.link--has-arrow:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #cc2433;
  margin-left: 10px;
}

.link--color-inherit {
  color: inherit;
}

.link--color-inherit:hover {
  color: inherit;
}

.link:hover {
  color: #cc2433;
}

.e-katalog {
  background-image: url("/Public/canaria-2016/img/e-katalog_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 317px;
  padding: 70px 0;
  margin: 30px 0 20px 0;
}

.cttv__large__item,
.cttv__thumb__item {
  margin: 10px 0;
}

.stf {
  width: 250px;
  background: #E4F2F7;
  border: 1px solid #d0e9f1;
  position: fixed;
  bottom: -225px;
  right: 10px;
  z-index: 100;
  padding: 10px;
  padding-bottom: 20px;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stf.stf__open {
  bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.stf.stf__open .sft__hide-box .fa {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.stf,
.sft__hide-box {
  background: #E4F2F7;
  border: 1px solid #d0e9f1;
  border-bottom: none;
}

.stf__row {
  margin-bottom: 10px;
}

.stf__row--margin-top {
  margin-top: 15px;
  margin-bottom: 0;
}

.stf__label {
  font-size: 12px;
  font-weight: 500;
}

.sft__hide-box {
  position: absolute;
  left: -1px;
  bottom: 100%;
  white-space: nowrap;
  font-size: 25px;
  width: 50px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.no-underline.realy.lev3 {
  text-decoration: none;
}

.search__row input[type="checkbox"] {
  margin-right: 4px;
}

.article-img-left, .article-img-right {
  padding: 0 5px;
}

.article-img-left img, .article-img-right img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

.fa.red {
  color: #cb2333;
}

.f-white {
  color: white;
}

.fa.fa-1-5 {
  font-size: 150%;
}

.fa.fa-2 {
  font-size: 200%;
}

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

.bx-pager {
  display: none;
}

.bx-controls-direction > a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  font-size: 0;
  background-repeat: no-repeat !important;
  background-position: 0% 50%;
}

.bx-controls-direction > a.bx-prev {
  left: 0;
  background-image: url("/Public/canaria-2016/img/carousel_prev.png");
  background-position: 13% 50%;
}

.bx-controls-direction > a.bx-next {
  right: 0;
  background-image: url("/Public/canaria-2016/img/carousel_next.png");
  background-position: 87% 50%;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #cdcdcd;
  background: #fff;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 33px 0 0;
  font-size: 12px;
  line-height: 33px;
  color: #444;
  height: 33px;
  text-align: left;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 33px;
  color: #cc2433;
  text-align: center;
  font: 0/0 a;
  *font: 20px/33px Lucida Sans Unicode, Arial Unicode MS, Arial;
  padding: 2px 10px;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #cc2433;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #cdcdcd;
}

.selectric-hover .selectric .button {
  color: #a11c28;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a11c28;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #cc2433;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px !important;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 8px !important;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
  background: none !important;
}

.selectric-items li.selected {
  background: #EFEFEF !important;
  color: #444;
}

.selectric-items li:hover {
  background: #F0F0F0 !important;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* iCheck plugin Minimal skin, red
----------------------------------- */
.icheckbox,
.iradio {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("/Public/canaria-2016/img/iCheck_canaria.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox {
  background-position: 0 0;
}

.icheckbox.hover {
  background-position: -20px 0;
}

.icheckbox.checked {
  background-position: -40px 0;
}

.icheckbox.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox.checked.disabled {
  background-position: -80px 0;
}

.iradio {
  background-position: -100px 0;
}

.iradio.hover {
  background-position: -120px 0;
}

.iradio.checked {
  background-position: -140px 0;
}

.iradio.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio.checked.disabled {
  background-position: -180px 0;
}

/*!
 * jQuery UI Bootstrap (0.22)
 * http://addyosmani.github.com/jquery-ui-bootstrap
 *
 * Copyright 2012, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/Public/canaria-2016/img/jquery-ui/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
  color: #404040;
}

.ui-widget-content a {
  color: #404040;
}

.ui-widget-header {
  font-weight: bold;
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #666;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight p, .ui-state-error p, .ui-state-default p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 7px 15px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  position: relative;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/Public/canaria-2016/img/jquery-ui/ui-icons_f6cf3b_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(/Public/canaria-2016/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/Public/canaria-2016/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*
 * jQuery UI Accordion 1.9.0
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
  font-weight: bold;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em 1.7em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: 0;
  color: #ffffff;
  background: #cc2433;
  background-color: #cc2433;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#cc2433));
  background-image: -moz-linear-gradient(top, #049cdb, #cc2433);
  background-image: -ms-linear-gradient(top, #049cdb, #cc2433);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #cc2433));
  background-image: -webkit-linear-gradient(top, #049cdb, #cc2433);
  background-image: -o-linear-gradient(top, #049cdb, #cc2433);
  background-image: linear-gradient(top, #049cdb, #cc2433);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='$canaria-primary', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* Fix problem with border in ui-state-active */
.ui-menu .ui-menu-item a.ui-state-active {
  padding: 1px .4em;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-menu {
  width: 200px;
  margin-bottom: 2em;
}

/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button-primary {
  color: #ffffff;
  background-color: #cc2433;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#cc2433));
  background-image: -moz-linear-gradient(top, #049cdb, #cc2433);
  background-image: -ms-linear-gradient(top, #049cdb, #cc2433);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #cc2433));
  background-image: -webkit-linear-gradient(top, #049cdb, #cc2433);
  background-image: -o-linear-gradient(top, #049cdb, #cc2433);
  background-image: linear-gradient(top, #049cdb, #cc2433);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='$canaria-primary', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-success {
  color: #ffffff;
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-error {
  color: #ffffff;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
  /*tempfix*/
  display: none;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* input.ui-button { padding: .4em 1em; } */
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  top: 50%;
  margin-top: -3px;
  margin-bottom: 3px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-state-active {
  color: #ffffff;
  background-color: #cc2433;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#cc2433));
  background-image: -moz-linear-gradient(top, #049cdb, #cc2433);
  background-image: -ms-linear-gradient(top, #049cdb, #cc2433);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #cc2433));
  background-image: -webkit-linear-gradient(top, #049cdb, #cc2433);
  background-image: -o-linear-gradient(top, #049cdb, #cc2433);
  background-image: linear-gradient(top, #049cdb, #cc2433);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='$canaria-primary', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.4em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*
 * jQuery UI spinner 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  /*padding: .4em 1em;*/
  position: relative;
  padding: 5px 15px;
  border: 0px 0px 0px 1px solid;
  border-color: white;
  padding: 5px 15px;
  font-size: 18px;
  text-decoration: none;
  background: none;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #ccc;
}

.ui-dialog .ui-dialog-title {
  float: left;
  color: #404040;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
  text-indent: 9999px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 1px;
  filter: alpha(opacity=90);
  -khtml-opacity: 0.90;
  -moz-opacity: 0.90;
  opacity: 0.90;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  background-color: #f5f5f5;
  padding: 5px 15px 5px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  color: #ffffff;
  background-color: #cc2433;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#cc2433));
  background-image: -moz-linear-gradient(top, #049cdb, #cc2433);
  background-image: -ms-linear-gradient(top, #049cdb, #cc2433);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #cc2433));
  background-image: -webkit-linear-gradient(top, #049cdb, #cc2433);
  background-image: -o-linear-gradient(top, #049cdb, #cc2433);
  background-image: linear-gradient(top, #049cdb, #cc2433);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='$canaria-primary', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #ffffff;
  background-color: #cc2433;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#cc2433));
  background-image: -moz-linear-gradient(top, #049cdb, #cc2433);
  background-image: -ms-linear-gradient(top, #049cdb, #cc2433);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #cc2433));
  background-image: -webkit-linear-gradient(top, #049cdb, #cc2433);
  background-image: -o-linear-gradient(top, #049cdb, #cc2433);
  background-image: linear-gradient(top, #049cdb, #cc2433);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='$canaria-primary', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*
 * jQuery UI Tabs 1.9.2
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
.ui-tabs .ui-tabs-nav {
  background: none;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
  border: 0px;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover {
  background: whiteSmoke;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
  color: #00438A;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
  border-bottom: 1px solid #DDD;
}

.ui-tabs .ui-tabs-nav li {
  text-decoration: none;
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  padding: 0px 0px 1px 0px;
  white-space: nowrap;
  background: none;
  border: 0px;
}

.ui-tabs-nav .ui-state-default {
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 0px #ffffff;
  /* FF3.5 - 3.6 */
  box-shadow: 0px 0px 0px #ffffff;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  cursor: text;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
  padding-bottom: 0px;
  outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: #ffffff;
  cursor: default;
  color: gray;
  outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background-color: #ffffff;
  outline: none;
  border: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
  background: #ffffff;
  outline: none;
  margin-bottom: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
  color: #0069D6;
  background: none;
  font-weight: normal;
  margin-bottom: -1px;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tabs-panel .ui-button {
  text-decoration: none;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* IE fix for background inheritance from ui-widget*/
.ui-tabs .ui-tabs-nav li {
  filter: none;
}

/*
 * jQuery UI Tooltip 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -o-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  /*box-shadow: 0 2px 5px #ddd;*/
  box-shadow: inset 0 1px 0 #ffffff;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}

body .ui-tooltip {
  border-width: 2px;
}

/*
 * jQuery UI Datepicker 1.9.0
 *
 * Copyright 2012-10-11, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border: 0px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/
}

.ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

.ui-datepicker th {
  font-weight: bold;
  color: gray;
}

.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}

.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}

.ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}

.ui-datepicker td:hover {
  color: #ffffff;
}

.ui-datepicker td .ui-state-default {
  border: 0px;
  background: none;
  margin-bottom: 0px;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}

.ui-datepicker td .ui-state-active {
  background: #BFBFBF;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #cc2433;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  /*this can be removed if ui-widget-header is blue*/
  color: #ffffff;
  background-color: #cc2433;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#cc2433));
  background-image: -moz-linear-gradient(top, #049cdb, #cc2433);
  background-image: -ms-linear-gradient(top, #049cdb, #cc2433);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #cc2433));
  background-image: -webkit-linear-gradient(top, #049cdb, #cc2433);
  background-image: -o-linear-gradient(top, #049cdb, #cc2433);
  background-image: linear-gradient(top, #049cdb, #cc2433);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='$canaria-primary', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #cc2433 #cc2433 #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/**Toolbar**/
.ui-toolbar {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/***Dialog fixes**/
.ui-dialog-buttonset .ui-button:nth-child(2) {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  overflow: visible;
}

/***Wijmo Theming**/
div.wijmo-wijmenu {
  padding: 0 20px;
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default {
  box-shadow: none;
  color: #BFBFBF;
}

.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
  color: #BFBFBF;
}

.wijmo-wijmenu .ui-state-hover {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}

.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
  color: #ffffff;
}

div.wijmo-wijmenu .ui-widget-header h3 {
  position: relative;
  margin-top: 1px;
  padding: 0;
}

.wijmo-wijmenu h3 a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  margin-left: -20px;
  margin-top: 1px;
  padding: 8px 20px 12px;
}

.wijmo-wijmenu h3 a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  text-decoration: none;
}

.wijmo-wijmenu .ui-widget-header {
  border: 0px;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
  padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
  background: #333;
  border: 0;
  margin: 0;
  padding: 6px 0;
  width: 160px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item {
  margin: 0;
  border: 0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link {
  margin: 0;
  line-height: 19px;
  padding: 10px 10px 11px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
  display: block;
  float: none;
  padding: 4px 15px;
  width: auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
  float: none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
  background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
  padding: 5px 0;
  background-image: none;
  background-color: #222;
  border-top: 1px solid #444;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
  -moz-transition: none 0s ease 0s;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #111111;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  margin: 5px 10px 0 10px;
  padding: 4px 9px;
  width: 100px;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
  background-color: #FFFFFF;
  border: 0 none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  color: #404040;
  outline: 0 none;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #FFFFFF;
}

.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-shadow: none;
}

.wijmo-wijmenu .ui-state-default {
  box-shadow: none;
  color: #BFBFBF;
  filter: none;
}

/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(/Public/canaria-2016/img/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/Public/canaria-2016/img/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.palma {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  width: 27px;
  height: 15px;
  background: url("/Public/canaria-2016/img/palma.png") no-repeat;
}

.text-divider {
  display: inline-block;
  margin: 0 3px;
  color: #cccccc;
  font-weight: 100;
}

.e-katalog__ico {
  margin: 10px 0;
}

.color-primary {
  color: #cc2433;
}

.color-secondary {
  color: #6aa342;
}

.no-top-margin {
  margin-top: 0 !important;
}

.weight--semibold {
  font-weight: 500 !important;
}

.weight--regular {
  font-weight: 400 !important;
}

#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  z-index: 999999;
  background: #4C453F;
  font-size: 13px;
  color: white;
  box-shadow: 0 1px 5px #000000;
}

#cookie-bar a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 10px;
}

#cookie-bar .cb-enable {
  background: #699F1D;
  text-decoration: none;
  color: #f8f8f8;
}

#cookie-bar .cb-policy {
  margin-left: 0;
  color: white;
}

@media screen and (max-width: 400px) {
  .palma--hide-me-on-phone {
    display: none !important;
  }
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.art-dyn-page h1, .art-dyn-page .h1 {
  font-size: 30px;
  font-weight: 400;
}

.h3-to-h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.mw-button {
  display: inline-block;
  width: 140px;
}

.mw-button input[type="submit"], .mw-button a, .mw-button button, .mw-button .button {
  display: inline-block;
  text-decoration: none;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.mw-button--transition input[type="submit"], .mw-button--transition a, .mw-button--transition button, .mw-button--transition .button {
  transition: all .2s ease-in-out;
}

.mw-button--primary input[type="submit"], .mw-button--primary a, .mw-button--primary button, .mw-button--primary .button {
  background: #cc2433;
  color: white;
}

.mw-button--primary input[type="submit"]:hover, .mw-button--primary input[type="submit"]:focus, .mw-button--primary a:hover, .mw-button--primary a:focus, .mw-button--primary button:hover, .mw-button--primary button:focus, .mw-button--primary .button:hover, .mw-button--primary .button:focus {
  background: #b6202e;
}

.mw-button--secondary input[type="submit"], .mw-button--secondary a, .mw-button--secondary button, .mw-button--secondary .button {
  background: #6aa342;
  color: white;
}

.mw-button--secondary input[type="submit"]:hover, .mw-button--secondary input[type="submit"]:focus, .mw-button--secondary a:hover, .mw-button--secondary a:focus, .mw-button--secondary button:hover, .mw-button--secondary button:focus, .mw-button--secondary .button:hover, .mw-button--secondary .button:focus {
  background: #5e913b;
}

.mw-button--secondary input[disabled] {
  background: gray;
  cursor: not-allowed;
}

.mw-button--secondary input[disabled]:hover, .mw-button--secondary input[disabled]:focus {
  background: #737373;
}

.mw-button--info input[type="submit"], .mw-button--info a, .mw-button--info button, .mw-button--info .button {
  background: #438DCC;
  color: white;
}

.mw-button--info input[type="submit"]:hover, .mw-button--info input[type="submit"]:focus, .mw-button--info a:hover, .mw-button--info a:focus, .mw-button--info button:hover, .mw-button--info button:focus, .mw-button--info .button:hover, .mw-button--info .button:focus {
  background: #3480c1;
}

.mw-button--full-width {
  width: 100%;
}

.mw-button--auto-width {
  width: auto;
}

.mw-button--auto-width input[type="submit"], .mw-button--auto-width a, .mw-button--auto-width button, .mw-button--auto-width .button {
  width: auto !important;
}

.mw-button--slimmer {
  width: 100px;
}

.mw-button--thin input[type="submit"], .mw-button--thin a, .mw-button--thin button, .mw-button--thin .button {
  height: 35px;
  line-height: 35px;
}

.order-button input[type="submit"], .order-button a, .order-button button, .order-button .button {
  display: inline-block;
  text-decoration: none;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.order-button--transition input[type="submit"], .order-button--transition a, .order-button--transition button, .order-button--transition .button {
  transition: all .2s ease-in-out;
}

.order-button--primary input[type="submit"], .order-button--primary a, .order-button--primary button, .order-button--primary .button {
  background: #cc2433;
  color: white;
}

.order-button--primary input[type="submit"]:hover, .order-button--primary input[type="submit"]:focus, .order-button--primary a:hover, .order-button--primary a:focus, .order-button--primary button:hover, .order-button--primary button:focus, .order-button--primary .button:hover, .order-button--primary .button:focus {
  background: #b6202e;
}

.order-button--secondary input[type="submit"], .order-button--secondary a, .order-button--secondary button, .order-button--secondary .button {
  background: #6aa342;
  color: white;
}

.order-button--secondary input[type="submit"]:hover, .order-button--secondary input[type="submit"]:focus, .order-button--secondary a:hover, .order-button--secondary a:focus, .order-button--secondary button:hover, .order-button--secondary button:focus, .order-button--secondary .button:hover, .order-button--secondary .button:focus {
  background: #5e913b;
}

.order-button--secondary input[disabled] {
  background: gray;
  cursor: not-allowed;
}

.order-button--secondary input[disabled]:hover, .order-button--secondary input[disabled]:focus {
  background: #737373;
}

.order-button--info input[type="submit"], .order-button--info a, .order-button--info button, .order-button--info .button {
  background: #438DCC;
  color: white;
}

.order-button--info input[type="submit"]:hover, .order-button--info input[type="submit"]:focus, .order-button--info a:hover, .order-button--info a:focus, .order-button--info button:hover, .order-button--info button:focus, .order-button--info .button:hover, .order-button--info .button:focus {
  background: #3480c1;
}

.order-button--full-width {
  width: 100%;
}

.order-button--auto-width {
  width: auto;
}

.order-button--auto-width input[type="submit"], .order-button--auto-width a, .order-button--auto-width button, .order-button--auto-width .button {
  width: auto !important;
}

.order-button--slimmer {
  width: 100px;
}

.order-button--thin input[type="submit"], .order-button--thin a, .order-button--thin button, .order-button--thin .button {
  height: 35px;
  line-height: 35px;
}

.order-button input[type="submit"], .order-button a, .order-button button, .order-button .button {
  color: #fff;
  background: #cc2433;
}

.mw-buttonize input[type="submit"], .mw-buttonize a, .mw-buttonize button, .mw-buttonize .button {
  display: inline-block;
  text-decoration: none;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.mw-buttonize--transition input[type="submit"], .mw-buttonize--transition a, .mw-buttonize--transition button, .mw-buttonize--transition .button {
  transition: all .2s ease-in-out;
}

.mw-buttonize--primary input[type="submit"], .mw-buttonize--primary a, .mw-buttonize--primary button, .mw-buttonize--primary .button {
  background: #cc2433;
  color: white;
}

.mw-buttonize--primary input[type="submit"]:hover, .mw-buttonize--primary input[type="submit"]:focus, .mw-buttonize--primary a:hover, .mw-buttonize--primary a:focus, .mw-buttonize--primary button:hover, .mw-buttonize--primary button:focus, .mw-buttonize--primary .button:hover, .mw-buttonize--primary .button:focus {
  background: #b6202e;
}

.mw-buttonize--secondary input[type="submit"], .mw-buttonize--secondary a, .mw-buttonize--secondary button, .mw-buttonize--secondary .button {
  background: #6aa342;
  color: white;
}

.mw-buttonize--secondary input[type="submit"]:hover, .mw-buttonize--secondary input[type="submit"]:focus, .mw-buttonize--secondary a:hover, .mw-buttonize--secondary a:focus, .mw-buttonize--secondary button:hover, .mw-buttonize--secondary button:focus, .mw-buttonize--secondary .button:hover, .mw-buttonize--secondary .button:focus {
  background: #5e913b;
}

.mw-buttonize--secondary input[disabled] {
  background: gray;
  cursor: not-allowed;
}

.mw-buttonize--secondary input[disabled]:hover, .mw-buttonize--secondary input[disabled]:focus {
  background: #737373;
}

.mw-buttonize--info input[type="submit"], .mw-buttonize--info a, .mw-buttonize--info button, .mw-buttonize--info .button {
  background: #438DCC;
  color: white;
}

.mw-buttonize--info input[type="submit"]:hover, .mw-buttonize--info input[type="submit"]:focus, .mw-buttonize--info a:hover, .mw-buttonize--info a:focus, .mw-buttonize--info button:hover, .mw-buttonize--info button:focus, .mw-buttonize--info .button:hover, .mw-buttonize--info .button:focus {
  background: #3480c1;
}

.mw-buttonize--full-width {
  width: 100%;
}

.mw-buttonize--auto-width {
  width: auto;
}

.mw-buttonize--auto-width input[type="submit"], .mw-buttonize--auto-width a, .mw-buttonize--auto-width button, .mw-buttonize--auto-width .button {
  width: auto !important;
}

.mw-buttonize--slimmer {
  width: 100px;
}

.mw-buttonize--thin input[type="submit"], .mw-buttonize--thin a, .mw-buttonize--thin button, .mw-buttonize--thin .button {
  height: 35px;
  line-height: 35px;
}

.mw-buttonize input[type="submit"], .mw-buttonize a, .mw-buttonize button, .mw-buttonize .button {
  display: inline-block;
  width: 140px;
}

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

.terms__table th, .terms__table td {
  padding: 5px 0;
}

.mw-input input[type="text"], .mw-input input[type="password"], .mw-input select, .mw-input textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  height: 35px;
  padding: 2px 8px;
  outline: 0;
  font-size: 13px;
  font-weight: bold;
  color: #444;
  text-align: left !important;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.mw-input input[type="text"]:focus, .mw-input input[type="password"]:focus, .mw-input select:focus, .mw-input textarea:focus {
  border-color: #cc2433;
}

.mw-input--danger input[type="text"], .mw-input--danger input[type="password"], .mw-input--danger select, .mw-input--danger textarea {
  border-color: #cc2433;
}

.mw-input--danger input[type="text"]:focus, .mw-input--danger input[type="password"]:focus, .mw-input--danger select:focus, .mw-input--danger textarea:focus {
  border-color: #cc2433;
}

.mw-input--success input[type="text"], .mw-input--success input[type="password"], .mw-input--success select, .mw-input--success textarea {
  border-color: #6aa342;
}

.mw-input--success input[type="text"]:focus, .mw-input--success input[type="password"]:focus, .mw-input--success select:focus, .mw-input--success textarea:focus {
  border-color: #6aa342;
}

.mw-input--thin input[type="text"], .mw-input--thin input[type="password"], .mw-input--thin select, .mw-input--thin textarea {
  height: 30px;
}

.top-panel {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
}

.top-panel .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-brand {
  padding: 12px 19px 12px 15px;
}

.navbar-brand .name-header {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  font-size: 10px;
}

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

.nav ul li {
  padding: 0;
  margin: 0;
  position: relative;
}

.nav > li {
  position: relative;
}

.nav > li > a {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 12px;
}

.nav > li:hover > .submenu {
  display: block;
  left: 0;
  top: 100%;
}

.nav .submenu li:hover .submenu {
  display: block;
  left: 100%;
  top: 0;
}

.nav .submenu {
  display: none;
  position: absolute;
  white-space: nowrap;
  padding: 10px 0 0 0;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-top: 1px solid #cb2333;
  min-width: 100%;
  z-index: 200;
}

.nav .submenu li a {
  display: block;
  padding: 5px 30px;
  color: #cb2333;
  font-size: 12px;
}

.nav .submenu li a:hover {
  color: #fff;
  background: #cb2333;
  text-decoration: none;
}

.navbar-default .navbar-nav a:hover,
.navbar-default .navbar-nav a.active {
  color: #fff;
  background: #cb2333;
  text-decoration: none;
}

.navbar-right {
  margin: 17px 0;
  position: relative;
}

.navbar-right__col {
  display: inline-block;
  vertical-align: middle;
}

.navbar-right__partner-link {
  position: absolute;
  bottom: -14px;
  left: 5px;
}

.top-panel__phone {
  margin-right: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #515151;
  text-decoration: none !important;
}

.top-panel__phone img {
  position: relative;
  top: -2px;
}

.fulltext__search__input {
  position: relative;
  border: 1px solid #cdcdcd;
  background: white;
  width: 220px;
  height: 35px;
}

.fulltext__search__input input[type="text"] {
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 33px;
  padding: 0 50px 0 10px;
}

.fulltext__search__input .fulltext__search__button {
  position: absolute;
  top: 0;
  right: 0;
}

.fulltext__search__input .fulltext__search__button input {
  border: 0;
  outline: 0;
  overflow: hidden;
  width: 40px;
  height: 33px;
  text-indent: -9999999px;
  background: url("/Public/canaria-2016/img/search_ico.png") no-repeat;
  background-position: 50% 50%;
}

.navbar__canaria .navbar-collapse {
  padding-left: 195px !important;
}

.navbar__canaria .navbar-brand {
  position: absolute;
  top: 0;
  left: 55px;
  padding: 0 18px;
  background: white;
  z-index: 999;
  height: auto;
  line-height: 0;
}

.navbar__canaria .navbar-brand:hover, .navbar__canaria .navbar-brand:focus {
  background: white;
}

.login-person-name {
  padding: 0 8px;
  display: inline-block;
}

.sublogo.navbar-brand {
  max-width: 185px !important;
  position: absolute;
  left: 55px;
  top: 120px;
  height: 88px;
  padding: 0;
}

@media screen and (max-width: 1800px) {
  .top-panel .container-fluid {
    padding-left: 10px;
    padding-right: 0px;
  }
  .fulltext__search__input {
    width: 180px;
  }
  .top-panel__phone {
    margin-right: 10px;
  }
  .nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  .navbar__canaria .navbar-collapse {
    padding-left: 250px !important;
  }
}

@media (max-width: 1066px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .sublogo {
    max-width: 150px !important;
    position: absolute;
    left: 138px;
    top: 12px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar__canaria .navbar-collapse {
    padding-left: 17px !important;
  }
  .navbar__canaria .navbar-brand {
    position: relative;
    top: 0;
    left: 0;
    padding: 12px 13px;
    background: #ffffff;
  }
  .sublogo {
    top: 0;
  }
  .sublogo img {
    width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-panel .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1410px) {
  .fulltext__search__input {
    width: 100px;
  }
}

@media screen and (max-width: 1328px) {
  .nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }
}

@media screen and (max-width: 1290px) {
  .nav > li > a {
    font-size: 10px;
  }
}

@media screen and (max-width: 1140px) {
  .navbar__canaria .navbar-collapse {
    padding-left: 200px !important;
  }
}

/* .navbar__canaria */
@media screen and (max-width: 1139px) {
  .navbar-brand {
    left: 0 !important;
    padding-right: 20px !important;
  }
  .navbar-collapse {
    padding-left: 150px !important;
  }
}

@media (max-width: 1055px) {
  .navbar-toggle {
    display: block;
  }
}

.hp-slider {
  position: relative;
}

.hp-slider > .hp-slider__inner > .item:not(:first-child) {
  display: none;
}

.hp-slider .item {
  height: 640px;
  background: #f5f5f5;
}

.hp-slider .item--vanoce {
  background-position: left !important;
}

.carousel-indicators {
  display: none;
}

.carousel-slide__description {
  padding: 15px 80px 15px 25px;
  background: rgba(203, 35, 51, 0.85);
  display: block;
  color: white;
  position: absolute;
  top: 35%;
  left: 12%;
  width: auto !important;
  height: auto !important;
}

.carousel-slide__description:hover, .carousel-slide__description:focus, .carousel-slide__description:active, .carousel-slide__description:visited {
  color: white;
  text-decoration: none;
}

.slide__description__product {
  font-size: 28px;
  text-transform: uppercase;
}

.slide__description__destination {
  font-size: 25px;
  font-weight: 300;
}

.slide__description__price {
  font-size: 20px;
  margin-top: 10px;
}

.slide__description--yellow {
  background: rgba(245, 200, 25, 0.85);
  position: absolute;
  top: 70%;
  left: 92%;
  width: 44vw !important;
  height: auto !important;
  padding: 15px 50px;
  box-sizing: border-box;
  font-size: 28px;
  color: #ff0000;
}

.fsize--slides-small {
  font-size: 20px;
  text-align: center;
}

.canarek1 {
  position: absolute;
  right: 20px;
  top: -100px;
  display: block !important;
}

.slide__description__more-link {
  position: absolute;
  bottom: 17px;
  right: 25px;
}

.slide__description__more-link span {
  color: white;
  text-decoration: none;
  display: block;
  padding-right: 15px;
}

.slide__description__more-link span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 967px) {
  .slide__description--yellow {
    font-size: 2.6vw;
    left: 30vw;
    padding: 2vw 4vw;
    width: 40vw;
  }
  .fsize--slides-small {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .hp-slider .bx-viewport, .hp-slider .item {
    max-height: 300px;
  }
  .slide__description__product,
  .slide__description__destination,
  .slide__description__price {
    font-size: 2.6vw;
  }
}

.hp-search-holder {
  position: relative;
  height: 162px;
  margin-bottom: 15px;
}

.hp-search-holder .search--hp {
  position: absolute;
  left: 0;
  right: 0;
  top: -126px;
  z-index: 1030;
}

.search {
  background: white;
  border: 1px solid #e4e4e4;
  padding: 15px;
  margin-bottom: 20px;
}

.search span.min-price,
.search span.max-price {
  display: none;
}

.search .advanced-search {
  color: #333;
  font-size: 12px;
}

.search .ul-flat ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search .ul-flat li {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}

.search .ul-flat li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.search .ul-flat .search__label {
  margin-bottom: 5px;
  display: block;
}

.search.extended-search .search__extended {
  display: block;
}

.search__newstars {
  font-size: 24px;
  white-space: nowrap;
  margin-top: 5px;
  direction: rtl;
  text-align: left;
}

.search__newstars + i {
  color: red;
  cursor: pointer;
  padding: 8px;
  margin-left: 10px;
  display: none;
}

.search__newstars + i.deleter-show {
  display: inline-block;
}

.search__newstars-container {
  float: left;
}

.search__newstars:hover i {
  color: #b4b4b4 !important;
}

.search__newstars i {
  padding-right: 6px;
  cursor: pointer;
  color: #b4b4b4;
}

.search__newstars i:hover {
  color: #cc2433 !important;
}

.search__newstars i:hover + i {
  color: #cc2433 !important;
}

.search__newstars i:hover + i + i {
  color: #cc2433 !important;
}

.search__newstars i:hover + i + i + i {
  color: #cc2433 !important;
}

.search__newstars i:hover + i + i + i + i {
  color: #cc2433 !important;
}

.search__newstars i.active {
  color: #cc2433;
}

.search__newstars i.active + i {
  color: #cc2433;
}

.search__newstars i.active + i + i {
  color: #cc2433;
}

.search__newstars i.active + i + i + i {
  color: #cc2433;
}

.search__newstars i.active + i + i + i + i {
  color: #cc2433;
}

.search--hp .search .search__extended {
  position: relative;
  margin: 0px -30px -15px -30px !important;
  padding: 0px 20px 8px;
  z-index: 99;
  background: #fff;
}

.search__row {
  margin-right: -10px;
  margin-left: -10px;
}

.search__row > [class*="col-"] {
  padding-right: 9px;
  padding-left: 9px;
  margin-bottom: 15px;
  min-height: 55px;
}

.search__row--thinner > [class*="col-"] {
  margin-bottom: 10px;
  min-height: 0 !important;
}

.search__title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.search--sidebar .search__title {
  padding-left: 0;
  padding-top: 0;
}

.search label,
.search__label {
  font-size: 12px;
  font-weight: 600;
}

.search__label--hidden {
  overflow: hidden;
  text-indent: -9999999999px;
  display: block;
}

.search__price-slider {
  margin: 20px 0 0 0;
  padding: 0 9px;
  position: relative;
}

.search__price-slider .ui-slider {
  position: relative;
  text-align: left;
}

.search__price-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  margin-left: -9px;
  height: 19px;
  width: 19px;
  top: -8px;
  cursor: e-resize;
  outline: 0;
  border-radius: 50%;
}

.search__price-slider .ui-slider-horizontal {
  background: #edb2b7;
  width: 100%;
  height: 3px;
  margin: 0;
  border: 0;
}

.search__price-slider .ui-slider-horizontal .ui-slider-range {
  background: #cc2433;
  position: relative;
  height: 100%;
  border-top: 0;
  border-right: 2px solid white;
  border-bottom: 0;
  border-left: 2px solid white;
}

.search__price-slider .ui-state-default,
.search__price-slider .ui-widget-header .ui-state-default,
.search__price-slider .ui-widget-content .ui-state-default {
  background: #cc2433 url("/Public/canaria/img/slider-c.png") 50% 50% no-repeat;
  border: 0;
}

.search__value--price #price-box {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  height: auto;
}

.search__value--date input[type="text"] {
  background-image: url("/Public/canaria-2016/img/calendar_ico.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  padding-right: 25px;
}

#facility-category {
  position: absolute;
  top: 60px;
  white-space: nowrap;
}

#facility-category li {
  display: inline-block;
  margin-right: 10px;
}

.search__star-rating {
  margin-top: 7px;
  background-image: url("/Public/canaria-2016/img/filter_stars_sprites.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.search__star-rating.rating-1 {
  background-position-y: -22px;
}

.search__star-rating.rating-1-5 {
  background-position-y: -44px;
}

.search__star-rating.rating-2 {
  background-position-y: -66px;
}

.search__star-rating.rating-2-5 {
  background-position-y: -88px;
}

.search__star-rating.rating-3 {
  background-position-y: -110px;
}

.search__star-rating.rating-3-5 {
  background-position-y: -132px;
}

.search__star-rating.rating-4 {
  background-position-y: -154px;
}

.search__star-rating.rating-4-5 {
  background-position-y: -176px;
}

.search__star-rating.rating-5 {
  background-position-y: -198px;
}

.search__star-rating:after, .search__star-rating:before {
  content: "";
  display: table;
  clear: both;
}

.search__star-rating .star-rating__star:nth-child(2n+1) {
  width: 12px;
}

.search__star-rating .star-rating__star:nth-child(2n+2) {
  padding-right: 4px;
  width: 16px;
}

.search__star-rating .star-rating__star:last-child {
  padding-right: 0;
  width: 12px;
}

.star-rating__star {
  float: left;
  height: 22px;
  cursor: pointer;
}

.search__value--lm {
  position: relative;
  margin-top: 10px;
}

.search__extended {
  display: none;
}

.autocomplete-suggestions {
  background: white;
  border: 1px solid #cdcdcd;
  margin-top: 1px;
  white-space: nowrap;
  width: auto !important;
  font-size: 12px;
}

.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px 8px;
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion strong {
  color: #cc2433;
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
  display: none;
}

.autocomplete-suggestions .autocomplete-selected {
  background: #cc2433;
  color: white;
}

.autocomplete-suggestions .autocomplete-selected strong {
  color: white;
  font-weight: inherit;
}

.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 5px 8px;
  background: #cc2433;
  color: white;
}

.date-from .calendar-image, .search__value--date-from .calendar-image,
.date-to .calendar-image, .search__value--date-to .calendar-image {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .search .advanced-search {
    line-height: inherit;
    padding: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .hp-search-holder {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .hp-search-holder .search--hp {
    position: relative;
    top: 0;
  }
  .hp-search-holder .search--hp > [class*="col-"] {
    padding: 0;
  }
  .search {
    border: 0;
  }
  .search__padding {
    padding: 0;
  }
}

/* popup filtru destinaci */
.search .arbox label {
  display: block;
}

#destination-search {
  border: 0;
  display: inline-block;
  height: 30px;
  padding: 2px 12px 0;
  outline: none;
  width: 100%;
}

div.select-search .select .value {
  display: block;
  padding: 5px 0 5px 10px;
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12px;
}

.vhide, .mobile .inp-multiselect-label, .not-mobile .form-main-search .label {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
}

div.select-search .popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  border: 1px solid #c8c8c8;
  border-top-color: #fff;
  background: #fff;
  overflow: hidden;
  display: none !important;
}

div.select-search .popup:before {
  content: '';
  position: absolute;
  left: 40%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c8c8c8;
}

div.select-search .popup .half {
  float: left;
  width: 50%;
}

div.select-search .popup .half--country {
  width: 40%;
}

div.select-search .popup .half--localities {
  width: 60%;
}

div.select-search .popup .match {
  color: red;
}

div.select-search .popup .half + .half .title {
  margin-left: 1px;
}

div.select-search .popup .title {
  background: #d9d9d9;
  text-align: center;
  padding: 5px 10px;
  margin-top: -1px;
  margin: 0;
  font-weight: bold;
}

div.select-search .popup .title-sub,
div.select-search .popup legend,
div.select-search .popup .country {
  font-weight: bold;
  margin: 15px 0 0 0;
  display: block;
}

div.select-search .popup .country:first-child {
  margin-top: 0;
}

div.select-search .popup label span {
  display: inline-block;
  padding-left: 8px;
}

div.select-search .popup ul + .title-sub {
  margin-top: 15px;
}

div.select-search .popup ul ul,
div.select-search .popup label.lvl2 {
  margin-left: 25px;
}

div.select-search .popup .scroll {
  height: 225px;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
}

div.select-search .popup .inp-item-search,
div.select-search .popup label {
  margin: 0 0 3px 3px;
  display: block;
}

div.select-search .popup .inp-item-search span {
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.select-search .popup .highlight > .inp-item-search {
  font-weight: bold;
}

div.select-search .popup .message {
  font-size: 14px;
  text-align: center;
}

div.select-search .popup .foot {
  background: #f0f0f0;
  overflow: hidden;
  padding: 5px 10px;
  line-height: 30px;
  border-top: 1px solid #c8c8c8;
}

div.select-search .popup .foot .remove {
  float: left;
  text-decoration: none;
  color: #666;
}

div.select-search .popup .foot .remove:hover {
  color: #b11117;
}

div.select-search .popup .foot .btn {
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
  /*background: none;*/
  text-decoration: none;
}

div.select-search .popup .foot .btn span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  height: auto;
}

div.select-search.open .select .arrow {
  border-width: 0 5px 5px;
}

div.select-search.open .inp-fix {
  display: block;
}

div.destinations-container {
  position: relative;
}

div.select-search.open .popup {
  display: block !important;
  position: absolute;
  min-width: 376px;
  z-index: 1090;
}

div.select-search .select .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-style: solid dashed;
  border-color: #cc2433 transparent;
  border-width: 5px 5px 0;
}

div.select-search .head {
  background: #fff;
  border: 1px solid #fff;
  font-size: 13px;
  line-height: 23px;
  position: relative;
  border: 1px solid #cdcdcd;
}

.inp-fix, .mobile .sel-fix {
  position: relative;
  display: block;
  padding: 0 22px 0 0;
  min-height: 34px;
}

div.select-search .inp-fix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  right: 30px;
  padding-right: 20px;
  z-index: 10;
  display: none;
}

.search__value--persons button {
  display: block;
  height: 35px;
  width: 100%;
  background: white;
  border: 1px solid #cdcdcd;
}

.search__value--persons button span:first-of-type {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}

.search__value--persons button .fa {
  color: #cc2433;
}

.hp-search-holder .search--hp {
  z-index: auto !important;
}

.modal-dialog {
  padding: 20px;
  background: #FFF;
}

@media (min-width: 768px) {
  .persons-modal .modal-dialog {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .persons-modal .modal-dialog {
    width: 990px;
  }
}

.persons-modal .modal-title {
  margin: 0px;
  height: 50px;
  line-height: 50px;
}

.modal-footer {
  border-top: 1px solid #eee;
  text-align: center;
}

.modal-close {
  float: right;
  -webkit-appearance: none;
  border: 0px;
  color: #cc2433;
  background: white;
  height: 50px;
  width: 50px;
  font-size: 35px;
}

.modal-close:hover,
.modal-close:focus,
.modal-close:active {
  border: 0px;
  outline: 0px;
}

.modal-delete {
  -webkit-appearance: none;
  border: 0px;
  background: #cc2433;
  color: #fff;
  padding: 10px 25px;
  margin: 20px 10px 0px;
}

.modal-send {
  -webkit-appearance: none;
  border: 0px;
  background: #699f1d;
  color: #fff;
  padding: 10px 25px;
  margin: 20px 10px 0px;
}

.modal-add-room {
  float: left;
  -webkit-appearance: none;
  border: 1px solid #699f1d;
  color: #699f1d;
  background: #fff;
  padding: 10px 15px;
  margin: 20px 10px 10px 0px;
}

.modal-add-room .fa {
  color: #699f1d;
}

.modal-remove-room {
  float: left;
  -webkit-appearance: none;
  border: 1px solid #cc2433;
  color: #cc2433;
  background: #fff;
  padding: 10px 15px;
  margin: 20px 0px 10px;
}

.modal-remove-room .fa {
  color: #cc2433;
}

.modal-body .mw-input {
  margin: 0px 0px 10px;
}

.modal-open {
  overflow: hidden;
}

/* Bootstrap Modal */
.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;
  -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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
}

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

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

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

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

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

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

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.persons-modal .modal-body > div > div {
  counter-increment: myIndex;
}

.persons-modal .modal-body > div > div:before {
  content: counter(myIndex) " POKOJ ";
  position: absolute;
  left: 15px;
  top: 0px;
  height: 29px;
  width: calc(100% - 30px);
  font-size: 16px;
  color: #699f1d;
  border-bottom: 1px solid #ddd;
}

.persons-modal .modal-body .row {
  position: relative;
  padding: 45px 0px 15px;
}

.top-products__list .product__item {
  background: white;
  border: 1px solid #e4e4e4;
  margin: 10px 0 20px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  -webkit-transition: box-shadow .12s ease;
  -moz-transition: box-shadow .12s ease;
  -ms-transition: box-shadow .12s ease;
  -o-transition: box-shadow .12s ease;
  transition: box-shadow .12s ease;
}

.top-products__list .product__item [class*="col-"],
.top-products__list .product__item .row {
  padding: 0 !important;
  margin: 0 !important;
}

.top-products__list .product__item:hover {
  background: #6aa342;
  color: white !important;
  border-color: #6aa342;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(24, 25, 25, 0.25);
  box-shadow: 0px 4px 32px 0px rgba(24, 25, 25, 0.25);
}

.top-products__list .product__item:hover .product__title, .top-products__list .product__item:hover a {
  color: white !important;
}

.top-products__list .product__item:hover:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  /*
				background: #6aa342;
				z-index: -1;
*/
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.top-products__list .product__image .image-responsive {
  height: 177px;
  position: relative;
  overflow: hidden;
}

.top-products__list .product__image .wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #cc2433;
  z-index: 9999;
}

.top-products__list .product__info {
  padding: 10px;
}

.top-products__list .product__title {
  color: #cc2433;
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-products__list .product__previous-price,
.top-products__list .product__price {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
}

.top-products__list .product__price span {
  color: #cc2433;
}

.top-products__list .product__previous-price {
  font-size: 12px;
  color: #515151;
  text-decoration: line-through;
  height: 17px;
  margin-bottom: -8px;
}

.top-products__list .product__location a {
  font-size: 12px;
  color: #333333;
}

.top-products__list .product__location a:hover {
  color: #cc2433;
}

@media screen and (max-width: 479px) {
  .top-products__list .product__item {
    height: 130px;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .top-products__list .product__item .product__image .image-responsive {
    height: 128px;
  }
}

.product__rating {
  height: 14px;
  margin-bottom: 10px;
}

.product__rating img {
  margin-right: 2px;
}

.product__rating--yellow {
  color: #f7ca18;
}

.product__rating__star--sup {
  width: 10px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  /*float: left;*/
  line-height: 1em;
}

.product__image__mark {
  position: absolute;
  left: -65px;
  top: 25px;
  padding: 2px 0;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 200px;
  text-align: center;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-box-shadow: 10px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 2px 5px rgba(0, 0, 0, 0.2);
}

.product__image__mark--lastmin {
  background: #D79000;
}

.product__image__mark--superlastmin {
  background: #cb2333;
}

.product__image__mark--firstmin {
  background: #699F1D;
}

.theme__item__in {
  position: relative;
  min-height: 160px;
  margin: 10px 0 20px 0;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  overflow: hidden;
}

.theme__item__in:hover .theme__item__image {
  transform: rotateZ(-1deg) scale(1.07);
}

.theme__item__label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
}

.theme__item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.products__filter {
  position: relative;
  margin: 10px 0 0 0;
}

.products__filter > * {
  display: inline-block;
  vertical-align: middle;
}

.products__filter .selectric-wrapper {
  min-width: 150px;
}

.products__filter .filter__label {
  margin-right: 10px;
}

.paging {
  position: relative;
  margin: 10px 0 0 0;
  background: white;
  border: 1px solid #e4e4e4;
  text-align: center;
  display: none;
}

.paging--show {
  display: inherit;
}

.paging a, .paging span {
  color: #cc2433;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  text-align: center;
}

.paging a:hover {
  color: #6aa342;
}

.paging .active {
  display: inline;
  padding: 0;
}

.paging .active a {
  color: #6aa342;
}

.paging__list a, .paging__list span {
  display: inline-block;
  margin-right: -4px;
}

.sorting__label a, .sorting__label span,
.paging__prev a,
.paging__prev span {
  padding-left: 15px;
  text-align: left;
}

.paging__prev span {
  color: #e4e4e4;
}

.sorting__label span {
  color: #333;
}

.paging__next a, .paging__next span {
  padding-right: 15px;
  text-align: right;
}

.sorting__options a {
  float: left;
  border-left: 1px solid #e4e4e4;
  padding: 2px 10px;
  margin: 8px 0;
}

.sorting__options a:first-child {
  border-left: none;
}

.products__list__main [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.products__list__main .row {
  height: 100%;
  margin-right: -10px;
  margin-left: -10px;
}

.products__list__main .product__item {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 92%;
  cursor: pointer;
  -webkit-transition: box-shadow .15s ease;
  -moz-transition: box-shadow .15s ease;
  -ms-transition: box-shadow .15s ease;
  -o-transition: box-shadow .15s ease;
  transition: box-shadow .15s ease;
}

.products__list__main .product__item:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.products__list__main .product__image,
.products__list__main .product__price {
  min-height: 150px;
}

.products__list__main .image-responsive {
  height: 100%;
  position: relative;
  overflow: hidden;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.products__list__main .product__price {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}

.products__list__main .product__discount__percent {
  position: absolute;
  right: -65px;
  top: -10px;
  width: 150px;
  height: 40px;
  line-height: 60px;
  background: #cc2433;
  text-align: center;
  color: #fff;
  transform: rotateZ(45deg);
  font-size: 13px;
}

.products__list__main .product__price__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.products__list__main .product__previous-price__value,
.products__list__main .product__price__value {
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.products__list__main .product__previous-price__value {
  color: #515151;
  text-decoration: line-through;
  line-height: 70px;
  font-size: 13px;
}

.products__list__main .product__price__value {
  color: #cc2433;
  font-size: 19px;
  font-weight: 600;
}

.products__list__main .product__title {
  font-size: 19px;
  margin-top: 5px;
}

.products__list__main .product__title__name {
  margin-right: 5px;
}

.products__list__main .product__rating {
  margin: 3px 0 0;
  display: inline-block;
}

.products__list__main .product__rating img, .products__list__main .product__rating .equipment, .products__list__main .product__rating .icon, .products__list__main .product__rating .product__rating__star--sup {
  float: left;
}

.products__list__main .product__information {
  padding-bottom: 10px;
}

.products__list__main .product__location {
  margin-bottom: 7px;
}

.products__list__main .product__label {
  font-weight: 500;
}

.products__list__main .product__item-row--padding {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
}

.products__list__main .product__item-row--padding .product__label .fa {
  position: absolute;
  top: 1px;
  left: 0;
  color: #646464;
}

.products__list__main .product__diet {
  margin-top: 5px;
}

.products__list__main .product__tripadvisor ul {
  display: none;
}

.products__list__main .product__warning-symbols {
  position: absolute;
  top: 51px;
  right: 4px;
  padding: 8px 4px 0 0;
}

.ico--under-construction {
  display: inline-block;
  background: url("https://www.canariatravel.cz/Public/canaria-2016/img/underconstruction.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.ico--gift {
  display: inline-block;
  background: url("https://www.canariatravel.cz/Public/canaria-2016/img/canaria-darek-135782.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.product__information {
  position: relative;
}

.product__item {
  position: relative;
}

.special-events {
  position: absolute;
  bottom: 0px;
  right: 0;
  line-height: 1.1;
  text-align: right;
  width: 53px;
}

.special-event {
  margin-top: 2px;
}

.event-oasis-park {
  background: #6aa342;
  color: #fff;
  padding: 0 2px;
}

.event-auto-zdarma {
  background: #438DCC;
  color: #fff;
}

.special-event__label {
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  /* width:60px; float:right; */
}

.special-event img {
  width: 50px;
  height: 50px;
}

.static-pagestatic-page--no-style .loading {
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.4;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0 !important;
}

.img-responsive--inside img {
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0 !important;
}

.askWithoutObligation {
  background: #cb2333;
  width: fit-content;
  padding: 15px 25px;
  color: white;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.askWithoutObligation:hover {
  background: #b6202e;
}

.modal_box .askWithoutObligation input {
  width: 100%;
  height: 100%;
  background: #cb2333;
  padding: 10px 25px;
  color: white;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.modal_box .askWithoutObligation input:hover {
  background: #b6202e;
}

.modal_box .captcha {
  grid-row: 5 / 6;
}

.modal_box .askWithoutObligation {
  width: 100%;
  height: 38px;
  position: relative;
  grid-column: 1 / 3;
  width: 50%;
  margin: 0 auto;
  /* 	bottom: 59px; */
}

#p-0 {
  padding: 0;
}

.modal_window {
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.window_open {
  display: grid;
  opacity: 1;
  pointer-events: all;
}

.window_open .modal_box {
  max-width: 800px;
  width: 100%;
}

.modal_opacity {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px) brightness(0.5);
}

.sucessful_send {
  grid-column: 1 / 3;
  display: none;
  position: absolute;
  background: #cb2333;
  color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  outline: 1000px solid rgba(0, 0, 0, 0.3);
}

.sucessful_send p {
  text-align: center;
  font-weight: 400;
}

.sucessful_send_open {
  display: block;
}

.modal_box {
  background: white;
  max-width: 0px;
  top: 50%;
  left: 50%;
  position: fixed;
  width: 0%;
  transform: translate(-50%, -50%);
  padding: 20px 40px;
  box-shadow: 0px 16px 30px rgba(207, 212, 218, 0.3);
  border: 1px solid #e4e4e4;
  transition: all 0.3s;
}

.modal_box .default-captcha-error {
  color: #a94442;
}

.modal_box h1 {
  margin-top: 0;
}

.modal_close_icon {
  position: absolute;
  right: 20px;
  top: 27px;
  cursor: pointer;
}

.modal_close_icon svg {
  width: 20px;
  height: 20px;
}

.modal_input_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  column-gap: 20px;
}

.modal_input_box textarea {
  resize: none;
  width: 100%;
  height: 100px;
  outline: none;
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
}

.modal_input_box input {
  text-align: left !important;
  width: 100%;
  padding: 0 10px;
  height: 29px;
  border: 1px solid #cdcdcd;
  outline: none;
}

.modal_input_box input[type="submit"] {
  text-align: center !important;
}

@media screen and (max-width: 991px) {
  .modal_input_box {
    grid-template-columns: 1fr;
  }
  .modal_box {
    top: 0px;
    transform: translate(-50%, 0%);
    max-height: max-content;
    height: 100%;
    overflow: auto;
  }
  .modal_box .askWithoutObligation {
    grid-column: 1 / 2;
  }
  .sucessful_send {
    grid-column: 1 / 2;
  }
}

.articles-list h1 {
  margin-left: 15px;
}

.articles-list h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.articles-list .date {
  font-weight: 500;
  color: #555;
}

.articles-list .annotation {
  padding-top: 4px;
}

.article-detail h1 {
  margin: 20px 0 0 15px;
  padding: 0;
}

.article-detail .date {
  font-weight: 500;
  color: #555;
  margin: 0 0 15px 15px;
}

.article-detail .content {
  padding-top: 20px;
}

.static-page:not(.static-page--no-bg) {
  padding: 10px;
  background: white;
  border: 1px solid #e4e4e4;
}

.static-page:not(.static-page--no-style) h1, .static-page:not(.static-page--no-style) h2, .static-page:not(.static-page--no-style) h3, .static-page:not(.static-page--no-style) h4, .static-page:not(.static-page--no-style) h5 {
  clear: both;
}

.static-page:not(.static-page--no-style) h1 {
  padding-bottom: 15px;
  color: #cc2433;
}

.static-page:not(.static-page--no-style) h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #cc2433;
  padding: 11px 0 5px 0;
  border-bottom: 1px solid #e4e4e4;
}

.static-page:not(.static-page--no-style) h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 4px;
  color: #6aa342;
  text-transform: uppercase;
}

.static-page:not(.static-page--no-style) h4 {
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 0;
  color: #cc2433;
}

.static-page:not(.static-page--no-style) h5 {
  font-size: 13px;
  padding: 5px 0;
}

.static-page:not(.static-page--no-style) ul, .static-page:not(.static-page--no-style) ol {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.static-page:not(.static-page--no-style) ul li, .static-page:not(.static-page--no-style) ol li {
  background-image: url("/Public/canaria/img/li-menu-.png");
  background-position: 0 -405px;
  background-repeat: no-repeat;
  padding: 11px 15px 3px 27px;
  line-height: 1.15em;
}

.static-page:not(.static-page--no-style) a {
  text-decoration: underline;
  color: #cc2433;
}

.static-page:not(.static-page--no-style) a:hover {
  text-decoration: none;
}

.static-page:not(.static-page--no-style) img {
  margin: 10px;
}

.static-page:not(.static-page--no-style) img.image-left {
  float: left;
  margin-left: 0;
}

.static-page:not(.static-page--no-style) img.image-right {
  float: right;
  margin-right: 0;
}

.static-page:not(.static-page--no-style) img.image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.static-page:not(.static-page--no-style) .leftcol, .static-page:not(.static-page--no-style) .rightcol {
  display: block;
  min-width: 300px;
}

.static-page:not(.static-page--no-style) .leftcol {
  width: 45%;
  float: left;
}

.static-page:not(.static-page--no-style) .rightcol {
  width: 55%;
  float: right;
}

.static-page:not(.static-page--no-style) .articles__search__row {
  margin-bottom: 15px;
}

.static-page:not(.static-page--no-style) .articles__search__row h1, .static-page:not(.static-page--no-style) .articles__search__row h2, .static-page:not(.static-page--no-style) .articles__search__row h3, .static-page:not(.static-page--no-style) .articles__search__row h4, .static-page:not(.static-page--no-style) .articles__search__row h5 {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .static-page:not(.static-page--no-style) video {
    height: auto;
    width: 100% !important;
  }
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.tdecN {
  text-decoration: none !important;
}

.clear {
  clear: both;
}

.static-page__slider {
  position: relative;
}

.static-page__slider .bx-wrapper {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .leftcol, .rightcol {
    width: 100% !important;
    float: none !important;
  }
}

/* CLANEK AEROPARKING */
.aero-article {
  display: block;
  float: left;
  width: 100%;
  padding: 0px 20px;
}

.aero-article h2 {
  color: #000 !important;
}

.aero-article p {
  color: #000;
  font-size: 15px;
}

.aero-article img {
  margin: 10px 0 !important;
}

.aero-article ul {
  list-style: none;
}

.aero-article ul li {
  background-image: url(/Public/canaria-2016/img/clanek/li.png) !important;
  background-position: 0 55% !important;
  background-size: 8px;
  padding: 11px 15px 3px 15px !important;
  color: #000;
  font-size: 15px;
}

.aero-article .res-btn {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.aero-article .gallery-parking {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0 50px;
}

.aero-article .gallery-parking .left-pic {
  display: block;
  float: left;
  width: 49%;
  height: auto;
  margin-right: 1% !important;
}

.aero-article .gallery-parking .right-pic {
  display: block;
  float: left;
  width: 49%;
  height: auto;
  margin-left: 1% !important;
}

.aero-article .half-width {
  display: block;
  float: left;
  width: 50%;
  margin-top: 20px;
}

.aero-article .more-btn {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
}

.articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.articles .article__news {
  display: grid;
  grid-template-columns: 33% auto;
}

.articles .article__news__img {
  grid-column: 1 / 2;
  padding-left: 15px;
  padding-right: 15px;
}

.articles .article__news__img img {
  margin: 0;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.articles .article__news__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  grid-column: 2 / 3;
  padding-left: 15px;
  padding-right: 15px;
}

.articles .article__news__content__title {
  font-weight: 600;
}

.articles .article__news__mobile {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .articles {
    gap: 50px;
  }
  .articles .article__news {
    grid-template-columns: auto;
    gap: 15px;
  }
  .articles .article__news__img {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .articles .article__news__content {
    grid-column: 1 / 2;
  }
  .articles .article__news__content p {
    display: none;
  }
  .articles .article__news__mobile {
    display: block;
  }
}

p.car-for-2-days {
  background: #70A225;
  color: white;
  background-position: right center;
  background-size: contain;
  font-weight: bold;
  padding: 10px;
  margin: 0 0 10px;
  text-align: center;
  width: calc(100% - 58px);
  float: left;
}

.product__acc_kind {
  margin: 30px 0 0 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
}

.product__name {
  margin: 5px 0;
  color: #cc2433;
  font-weight: 600;
}

.product__rating--detail {
  display: inline-block;
  font-size: 24px;
  height: auto;
  vertical-align: top;
  margin: 5px 0 0 0;
}

.product__rating--detail .fa-star {
  margin-right: 5px;
}

.product__destination {
  color: #646464;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
}

.product__gallery__loader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: rgba(255, 255, 255, 0.8);
  font-size: 35px;
  color: #6aa342;
}

.product__gallery__loader .loader__table {
  display: table;
  width: 100%;
  height: 100%;
}

.product__gallery__loader .loader__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.product__gallery {
  position: relative;
  margin-bottom: 20px;
}

.product__gallery--loading .product__gallery__loader {
  display: block;
}

.product__gallery .gallery__images__image a {
  display: block;
  height: 400px !important;
  overflow: hidden;
}

.product__gallery a {
  text-decoration: none;
}

.gallery__main-image > .gallery__images .gallery__images__image:not(:first-child) {
  display: none;
}

.bx-viewport li {
  min-height: 1px;
  min-width: 1px;
}

.gallery__images {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gallery__pager {
  margin-top: 3px;
  overflow: hidden;
}

.gallery__pager ul, .gallery__pager li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.gallery__pager li {
  display: inline-block;
}

.gallery__pager .bx-wrapper {
  position: relative;
  margin: auto;
  height: 50px;
}

.gallery__pager .bx-prev, .gallery__pager .bx-next {
  width: 12px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0;
  top: 15px;
  -webkit-transition: background-image .2s ease;
  -moz-transition: background-image .2s ease;
  -ms-transition: background-image .2s ease;
  -o-transition: background-image .2s ease;
  transition: background-image .2s ease;
}

.gallery__pager .bx-prev {
  background-image: url("/Public/canaria-2016/img/thumb_prev.png") !important;
  left: -20px !important;
}

.gallery__pager .bx-prev:hover {
  background-image: url("/Public/canaria-2016/img/thumb_prev_hover.png") !important;
}

.gallery__pager .bx-next {
  background-image: url("/Public/canaria-2016/img/thumb_next.png") !important;
  right: -20px !important;
}

.gallery__pager .bx-next:hover {
  background-image: url("/Public/canaria-2016/img/thumb_next_hover.png") !important;
}

.term-info__title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.term-info__label {
  font-size: 14px;
  color: #969696;
}

.term-info__value {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-info__value--price {
  color: #cc2433;
  font-size: 35px;
  font-weight: 600;
}

.product__term-info {
  position: relative;
}

.product__term-info .product__warning-symbols {
  float: right;
  margin: 20px;
}

.product__google-map #google-map-block {
  height: 170px;
}

.detail__tabs {
  margin-top: 45px;
}

.detail__tabs__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
  top: 1px;
}

.detail__tabs__nav a {
  float: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #cc2433;
  padding: 12px 25px;
  border: 1px solid #c8c8c8;
  border-bottom: none;
  margin-right: -1px;
  background-color: #f5f5f5;
  position: relative;
}

.detail__tabs__nav a:hover, .detail__tabs__nav a:focus {
  text-decoration: none;
  background-color: #fff;
}

.detail__tabs__nav .active a {
  border-color: #6aa342;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #fff;
}

.detail__tabs__nav:after, .detail__tabs__nav:before {
  content: "";
  clear: both;
  width: 100%;
  display: table;
}

.tab__hodnoceni {
  float: right;
  margin-right: 1px;
}

.tab__hodnoceni a {
  background-color: #6aa342 !important;
  background-image: url("/Public/canaria-2016/img/canaria-ta.png");
  background-repeat: no-repeat;
  background-size: 55px;
  background-position: 50% 50%;
  color: white !important;
  border-color: #6aa342 !important;
  height: 45px;
  width: 85px;
}

.tab__hodnoceni a:hover, .tab__hodnoceni a:focus {
  background-color: #76b549 !important;
}

.detail__tabs__content {
  border: 1px solid #6aa342;
  padding: 25px;
}

.detail__tabs__content .tab-pane {
  display: none;
}

.detail__tabs__content .tab-pane.active {
  display: block;
}

.terms__list__row {
  position: relative;
}

.terms__list__row:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #e4e4e4;
  margin: 20px auto 10px auto;
}

.terms__term {
  position: relative;
}

.terms__price-flag {
  display: none;
  position: absolute;
  right: 1px;
  bottom: 0;
  padding: 3px 4px 1px 4px;
  color: white;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.terms__price-flag--visible {
  display: inherit;
}

.terms__price-flag--LM {
  background: #D79000;
}

.terms__price-flag--FM {
  background: #699F1D;
}

.terms__price-flag--SLM {
  background: #cb2333;
}

.terms__price-flag--TN {
  background: red;
  color: #fff;
  font-size: 11px;
}

.terms__button {
  text-align: right;
}

.terms__price-value {
  font-weight: bold;
  font-size: 16px;
}

.term-info__term-price {
  position: relative;
  display: inline-block;
}

.term-info__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.term-info__link-id {
  display: block;
  width: 100%;
  height: 100%;
}

.terms__list__row.h-highlight {
  background: #feffeb;
}

.price-detail #popover-price {
  left: 0px;
}

.price-detail #popover-price .arrow {
  top: -11px;
}

.datepicker .phead,
.datepicker .dp-package {
  display: none;
}

@media screen and (max-width: 767px) {
  .product__gallery .gallery__images__image a {
    height: 190px !important;
  }
  .detail__tabs__nav a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab__hodnoceni a {
    width: 70px;
  }
}

@media screen and (max-width: 479px) {
  .detail__tabs__nav a,
  .tab__hodnoceni {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 0 !important;
  }
  .tab__hodnoceni a {
    width: 100%;
  }
}

.tickets__search__switcher {
  margin: 5px 0 10px 0;
}

.tickets__search__row {
  margin-bottom: 10px;
}

.travel__option {
  position: relative;
}

.travel__option:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: .65;
  background: #FFF;
}

.travel__option--hidden:after {
  display: block;
}

.ticket__stations {
  margin: 30px 0;
  border-bottom: 2px solid #553c30;
}

.ticket__station__label {
  float: left;
  padding-right: 45px;
  height: 30px;
  line-height: 45px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: 600;
  min-width: 80px;
  text-align: right;
}

.ticket__station--from .ticket__station__label {
  background-image: url("/Public/canaria-2016/img/icoOdlet.png");
}

.ticket__station--to .ticket__station__label {
  background-image: url("/Public/canaria-2016/img/icoNavrat.png");
}

.ticket__station__name {
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.ticket__row {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #553c30;
  background: #fff;
  position: relative;
  z-index: 10;
}

.ticket__row--return-way {
  background: #553c30;
}

.ticket__row__title {
  color: #6aa342;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.ticket__persons,
.ticket__departure,
.ticket__arrival {
  background: #fff;
  padding: 10px;
  position: relative;
}

.ticket__persons:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #e4e4e4;
  top: 10px;
  right: 55px;
  bottom: 10px;
}

.ticket__arrival {
  background: #553c30;
  padding-left: 25px;
}

.ticket__arrival a {
  float: left;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  margin: 0 6px 6px 0;
}

.ticket__arrival a:hover {
  text-decoration: underline;
}

.ticket__price-row {
  font-weight: bold;
}

.ticket__row__terms {
  position: relative;
  z-index: 5;
  padding: 10px 0 6px 0;
  margin-bottom: 15px;
  top: -80px;
  background: #AF9B92;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.ticket__row__terms a {
  margin-right: 20px;
  color: white;
}

.ticket__row__terms a:hover {
  text-decoration: underline;
}

.ticket__row--active + .ticket__row__terms {
  top: -3px;
}

@media screen and (max-width: 767px) {
  .ticket__persons:after {
    display: none;
  }
}

.ticket-results {
  margin: 25px 0;
}

.ticket-days {
  margin-bottom: 25px;
  background: white;
  border: 3px solid #93ba21;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ticket-days .date {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  color: #a3a3a3;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ticket-days .price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #93ba21;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ticket-days .price .no-flight {
  font-weight: 400;
  color: crimson;
}

.ticket-days .price .currency {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  vertical-align: 25%;
}

.ticket-days .day {
  width: 14.28571428571429%;
  float: left;
  display: block;
  text-align: center;
  padding: 13px 0 9px 0;
  position: relative;
  cursor: pointer;
}

.ticket-days .day:not(:last-child) {
  border-right: 2px dashed #f1f1f1;
}

.ticket-days .day.no-flight {
  cursor: not-allowed;
}

.ticket-days .day:hover, .ticket-days .day:focus {
  text-decoration: none;
}

.ticket-days .day:nth-child(4):not(.no-flight):before, .ticket-days .day.active:not(.no-flight):before, .ticket-days .day:not(.no-flight):hover:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  bottom: -3px;
  left: 0;
  background: #93ba21;
  z-index: 0;
}

.ticket-days .day:nth-child(4):not(.no-flight):after, .ticket-days .day.active:not(.no-flight):after, .ticket-days .day:not(.no-flight):hover:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 63.5px 0 63.5px;
  border-color: #93ba21 transparent transparent transparent;
  bottom: -37px;
  left: -4px;
}

.ticket-days .day:nth-child(4):not(.no-flight) .date,
.ticket-days .day:nth-child(4):not(.no-flight) .price, .ticket-days .day.active:not(.no-flight) .date,
.ticket-days .day.active:not(.no-flight) .price, .ticket-days .day:not(.no-flight):hover .date,
.ticket-days .day:not(.no-flight):hover .price {
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .ticket-days .day:after {
    left: -15px !important;
  }
}

@media screen and (max-width: 767px) {
  .ticket-days {
    text-align: center;
  }
  .ticket-days .day {
    display: inline-block;
    float: none;
    width: 25%;
    border-bottom: 2px dashed #f1f1f1;
    margin-right: -4px;
  }
  .ticket-days .day:nth-child(4) {
    border-right: none;
  }
  .ticket-days .day:nth-child(5), .ticket-days .day:nth-child(6), .ticket-days .day:nth-child(7) {
    border-bottom: 0;
  }
  .ticket-days .day:before {
    top: 0 !important;
    bottom: 0 !important;
  }
  .ticket-days .day:after {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .ticket-days .day {
    display: block;
    margin: 0;
    width: 100%;
  }
}

.mw-input label {
  margin: 5px 30px 5px 0;
}

.mw-input tr, .mw-input td {
  float: left;
}

.mw-input input[type="radio"], .mw-input input[type="checkbox"] {
  margin: 7px 5px 0px 0px;
}

.commitment-mode-list ul {
  list-style: none;
  padding: 0px;
}

.commitment-mode-list li {
  float: left;
  background: none !important;
  padding: 0px !important;
  line-height: 1 !important;
}

.no-break-table {
  position: relative;
  overflow: auto;
}

.no-break-table table {
  width: 100%;
  border: 0;
}

.no-break-table table th, .no-break-table table td {
  white-space: nowrap;
}

.op__table > div > table > tbody > tr td:first-child {
  font-weight: bold;
}

.op__table > div > table > tbody > tr th {
  background: #cc2433;
  border-color: #a91e2a;
  padding: 0;
}

.op__table > div > table > tbody > tr th a {
  color: #FFF !important;
  text-decoration: none !important;
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
}

.op__table > div > table > tbody > tr th a:hover {
  text-decoration: underline !important;
}

.op__table > div > table > tbody > tr td {
  background: #FFF;
  padding: 5px 10px;
  border-color: #E2E2E2;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  -ms-transition: background .10s linear;
  -o-transition: background .10s linear;
  transition: background .10s linear;
}

.op__table > div > table > tbody > tr:nth-child(odd) td {
  background: #f7f7f7;
}

.op__table > div > table > tbody > tr:hover td {
  background: #d6e9c8;
  border-color: #d6e9c8;
}

.op__table > div > table > tbody > .pager table {
  width: 600px;
}

.op__table > div > table > tbody > .pager th, .op__table > div > table > tbody > .pager td {
  text-align: left;
}

.op__table > div > table > tbody > .pager strong, .op__table > div > table > tbody > .pager a {
  display: inline-block;
  padding: 5px 10px;
  width: 52px;
  text-align: center;
}

.op__review {
  margin: 15px 0;
}

.op__review__row {
  margin: 3px 0;
}

.op__review__value {
  display: inline-block;
  min-width: 130px;
  font-weight: bold;
}

.op__review__value,
.op__review__label {
  border-bottom: 1px solid #e4e4e4;
  padding: 2px 0;
  display: inline-block;
  margin-right: -4px;
  height: 25px;
  line-height: 25px;
}

.op-detail .mw-button input[type="submit"], .op-detail .mw-button a, .op-detail .mw-button button {
  margin: 5px 0;
}

.op-detail table {
  width: 100%;
  border: 0;
}

.op-detail table th, .op-detail table td {
  padding: 2px 0;
}

.op-detail .OPtermin th, .op-detail .kontakter th {
  width: 30%;
}

.op-detail .recap-produkty {
  border-bottom: 3px solid #BFBFBF;
  background: #5e913b;
  color: white;
  padding: 7px 20px;
}

.op-detail .recap-cestujici {
  margin-top: 15px;
  margin-bottom: 10px;
}

.op-detail .recap-cestujici th:first-child {
  width: 30%;
}

.op-detail .cenove-polozky {
  margin-bottom: 10px;
}

.op-detail .cenove-polozky tr:first-child th {
  border-bottom: 3px solid #BFBFBF;
  background: #5e913b;
  color: white;
}

.op-detail .cenove-polozky tr:last-child td, .op-detail .cenove-polozky tr:last-child th {
  border-top: 3px solid #5e913b;
}

.op-detail .cenove-polozky td:first-child:first-letter {
  text-transform: uppercase;
}

.op-detail .cenove-polozky th, .op-detail .cenove-polozky td.celkova-cena {
  background: #F3F9FB;
  padding: 7px 20px;
}

.op-detail .cenove-polozky td {
  background: #F3F9FB;
  padding: 7px 20px;
}

.op-detail .cenove-polozky tr:nth-child(odd) td {
  background: #EBF2F5;
}

.op-detail .cenove-polozky .celkova-cena {
  font-weight: bold;
}

.op-detail .kontakter, .op-detail .recap-cestujici, .op-detail .grid-view {
  margin-bottom: 10px;
}

.op-detail .kontakter th, .op-detail .kontakter td, .op-detail .recap-cestujici th, .op-detail .recap-cestujici td, .op-detail .grid-view th, .op-detail .grid-view td {
  background: #F3F9FB;
  padding: 7px 20px;
  border: 0;
}

.op-detail .kontakter tr:nth-child(odd) th, .op-detail .kontakter tr:nth-child(odd) td, .op-detail .recap-cestujici tr:nth-child(odd) th, .op-detail .recap-cestujici tr:nth-child(odd) td, .op-detail .grid-view tr:nth-child(odd) th, .op-detail .grid-view tr:nth-child(odd) td {
  background: #EBF2F5;
}

.op-detail .capacities td {
  background: none !important;
  padding: 0;
}

.op-detail .bc-assuringbutton,
.op-detail .bc-generatebutton {
  display: inline-block;
  margin-right: 10px;
}

.op-detail .bc-assuringbutton {
  float: left;
}

.extranet__edit-person .edit-persons > .rsv-person {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #cc2433;
  padding: 11px 0 5px 0;
  border-bottom: 1px solid #e4e4e4;
}

.extranet__edit-person .rsv-contact {
  table-layout: fixed;
  background: inherit !important;
}

.extranet__edit-person .rsv-contact .rsv-city-input {
  white-space: nowrap;
}

.extranet__edit-person .rsv-contact tr:nth-child(4) td:nth-child(3), .extranet__edit-person .rsv-contact tr:nth-child(4) td:nth-child(4) {
  display: none;
}

.extranet__letaky-filter {
  max-width: 350px;
}

.missing > span,
.zmena-hesla__error {
  color: #cc2433;
}

@media screen and (max-width: 479px) {
  .mw-input tr, .mw-input td {
    display: block;
    float: none;
  }
}

/* Pouze pro přihlášené uživatele */
/*body {padding-top: 30px;}*/
.loginbox--test {
  display: block;
  left: 0;
  right: 0;
  top: 0;
  background: #989898;
  position: fixed;
  z-index: 99999;
  text-align: center;
  padding: 5px;
  color: white;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #DEDEDE;
}

.loginbox--test a {
  color: white;
}

.LoginTest-box {
  display: inline-block;
}

.partner-login-form, .new-password-form {
  margin: 40px 0 20px;
}

.partner-login-form span, .new-password-form span {
  display: inline-block;
  padding-top: 5px;
  margin-right: .5em;
}

.partner-login-form .password-label, .partner-login-form .button, .partner-login-form .btn, .partner-login-form .psw2-lbl span, .new-password-form .password-label, .new-password-form .button, .new-password-form .btn, .new-password-form .psw2-lbl span {
  margin-left: 20px;
}

.forgetPswForm h2 {
  margin-top: 10px;
}

.forgetPswForm .email {
  margin-bottom: 20px;
}

.op__table .loading:before {
  content: "Načítání ...";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #ddd;
  z-index: 5;
  opacity: 0.7;
  font-size: 40px;
}

.form__row {
  margin-bottom: 10px;
}

.form__row .missing span {
  display: block;
  background: #cc2433;
  color: white;
  padding: 2px 5px;
}

.form__label {
  font-size: 13px;
  font-weight: bold;
}

.form__information {
  background: #438DCC;
  color: white;
  padding: 2px 5px;
}

.form__information p {
  margin: 0;
  padding: 0;
}

.form__message textarea {
  max-width: 100%;
  height: 60px;
  min-height: 60px;
}

.mw-input .missing input, .mw-input .missing textarea {
  border-color: #cc2433;
}

.reservation__form {
  margin-top: 15px;
  /*table.rsv-contact .rsv-birthdate-input { white-space: nowrap; }*/
  /*  .reservation__form .rsv-recap cant be dnone */
}

.reservation__form h1 {
  display: none;
}

.reservation__form .rsv-contact h2,
.reservation__form h1.rsv-headline {
  background-color: #6aa342;
  color: white;
  padding: 10px;
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.reservation__form .rsv-contact h2 {
  font-size: 16px;
}

.reservation__form .rsv-title-container {
  background-color: #f1f1f1;
  padding: 10px;
}

.reservation__form .rsv-title > tbody > tr > td:first-child > table tr:nth-child(1) td {
  color: #6aa342;
  font-weight: bold;
  font-size: 15px;
}

.reservation__form .rsv-preset {
  background-color: #f1f1f1;
}

.reservation__form .rsv-preset td {
  padding: 5px 10px;
}

.reservation__form .rsv-preset tr {
  display: block;
}

.reservation__form .rsv-preset .rsv-facility {
  display: block;
  /*  */
}

.reservation__form .rsv-preset .rsv-food {
  padding: 10px 0 5px 0;
}

.reservation__form .rsv-roomposition,
.reservation__form .rsv-groupingpackage,
.reservation__form .rsv-flight {
  display: none;
}

.reservation__form .rsv-groupingpackage {
  display: block;
}

.reservation__form .rsv-reservationoption-label {
  margin-right: 5px;
}

.reservation__form table {
  width: 100%;
  background-color: inherit;
}

.reservation__form .selectric-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.reservation__form .rsv-term-label,
.reservation__form .rsv-reservationoption-label,
.reservation__form .rsv-food-label {
  font-weight: bold;
}

.reservation__form table td, .reservation__form table th {
  background-color: inherit;
  padding: 5px 0;
  vertical-align: top;
}

.reservation__form .rsv-extendedgroup table td, .reservation__form .rsv-extendedgroup table th {
  vertical-align: middle;
}

.reservation__form .rsv-extendedgroup .rsv-items tr {
  border-bottom: 1px solid #f5f5f5;
}

.reservation__form .rsv-extendedgroup .rsv-items tr .rsv-item-name {
  position: relative;
}

.reservation__form .rsv-discount-name .icheckbox_minimal-pink {
  margin-right: 4px;
}

.reservation__form .rsv-discounts .rsv-discount-desc {
  text-align: right;
  padding-right: 3px;
}

.reservation__form .rsv-extendedgroup .rsv-items .rsv-item-d .rsv-item-totalcurrency {
  position: relative;
  right: -3px;
}

.reservation__form .rsv-reservationroom {
  border-bottom: 2px solid #6aa342;
  margin-bottom: 10px;
}

.reservation__form .rsv-btn-place {
  clear: both;
  text-align: right;
  margin-bottom: 25px;
}

.reservation__form .rsv-persons {
  margin-top: 10px;
}

.reservation__form .rsv-persons .selectric-wrapper {
  margin: 0 3px;
}

.reservation__form .rsv-persons .rsv-contact .selectric-wrapper {
  margin: 0;
}

.reservation__form .rsv-persons .rsv-adults-total,
.reservation__form .rsv-persons .deti-pocty,
.reservation__form .rsv-persons .rsv-total-infants {
  /* display: block; 
			margin-bottom: 10px; */
}

.reservation__form .reservation div.rsv-contact {
  /*overflow: hidden;*/
}

.reservation__form .rsv-extendedgroup {
  margin-bottom: 7px;
}

.reservation__form .rsv-item-type {
  color: #6aa342;
  border-bottom: 1px solid #6aa342;
  margin: 5px 0 0 0;
  display: block;
}

.reservation__form .rsv-items-cont {
  display: block;
  padding: 0 !important;
}

.reservation__form .rsv-enter-persons {
  color: #6aa342;
  font-size: 24px;
}

.reservation__form .rsv-enter-persons {
  margin-top: 30px;
  padding: 0 10px;
}

.reservation__form .rsv-item-count {
  width: 55px;
  text-align: center;
}

.reservation__form .rsv-item-price {
  padding-right: 10px;
}

.reservation__form .rsv-item-price, .reservation__form .rsv-item-total {
  width: 111px;
  text-align: right;
}

.reservation__form .rsv-item-currency {
  text-align: left;
  width: 20px;
  padding-left: 3px;
  display: none;
}

.reservation__form .rsv-item-price-flag-name {
  width: 130px;
}

.reservation__form .rsv-item-original-price {
  width: 190px;
}

.reservation__form .rsv-item-original-price span span {
  margin-left: 5px;
  text-decoration: line-through;
}

.reservation__form .rsv-card-fee {
  margin: 25px 0;
  padding: 10px;
  background-color: #f1f1f1;
}

.reservation__form .rsv-card-fee label {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.reservation__form .rsv-card-fee-value {
  position: relative;
  top: 2px;
  margin-left: 20px;
}

.reservation__form .rsv-total-price {
  min-height: 35px;
  position: relative;
  float: right;
  clear: both;
}

.reservation__form .rsv-total-price-table {
  width: 320px;
}

.reservation__form .rsv-total-price-table td {
  vertical-align: middle;
}

.reservation__form .rsv-total-price-table .rsv-total-price-label {
  text-align: right;
  color: #6aa342;
  font-size: 18px;
  font-weight: bold;
}

.reservation__form .rsv-total-price-table .rsv-total-price-value {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

.reservation__form #loadingStatus {
  display: none;
}

.reservation__form #trigger-box {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.reservation__form .rsv-reservationroom .seniori-pocty {
  position: relative;
}

.reservation__form #trigged-box {
  position: absolute;
  display: none;
  top: -40px;
  left: 0;
  padding: 10px 20px;
  background: white;
  border: 1px solid black;
  width: 390px;
  font-size: 12px;
  font-weight: bold;
  z-index: 500;
}

.reservation__form #trigger-box:hover #trigged-box {
  display: block;
}

.reservation__form table.rsv-contact {
  width: 100%;
  margin-top: -4px;
  background-color: #f1f1f1;
}

.reservation__form .rsv-allpersons table.rsv-contact {
  background-color: inherit;
  margin-top: 0;
  border-bottom: 2px solid #6aa342;
}

.reservation__form .rsv-allpersons .rsv-currentperson:first-child table.rsv-contact {
  width: 100%;
  margin-top: -4px;
  background-color: #f1f1f1;
  table-layout: fixed;
}

.reservation__form table.rsv-contact tr:first-child td {
  padding-top: 20px;
}

.reservation__form table.rsv-contact tr:last-child td {
  padding-bottom: 20px;
}

.reservation__form .rsv-allpersons .rsv-currentperson > table tr td:first-child,
.reservation__form div.rsv-contact > table tr td:first-child {
  padding-left: 10px;
}

.reservation__form table.rsv-contact td {
  padding: 0;
}

.reservation__form div.rsv-note {
  background-color: #f1f1f1;
  padding: 0 10px 15px 10px;
}

.reservation__form div.rsv-note > strong {
  width: 108px;
  display: inline-block;
  vertical-align: top;
}

.reservation__form div.rsv-note textarea {
  width: 100%;
  min-height: 70px;
  margin-left: -1px;
}

.reservation__form table.rsv-contact tr td:nth-child(1) {
  width: 120px;
  padding-right: 10px;
}

.reservation__form table.rsv-contact tr td:nth-child(3) {
  width: 143px;
  padding-right: 10px;
  padding-left: 20px;
}

.reservation__form table.rsv-contact tr td:nth-child(5) {
  width: 65px;
  padding-left: 5px;
}

.reservation__form table.rsv-contact tr td {
  vertical-align: middle;
  padding: 2px 0;
}

.reservation__form table.rsv-contact input {
  height: 29px;
  width: 420px;
  padding: 0 10px;
}

.reservation__form table.rsv-contact input.PscTextBox {
  width: 100px !important;
}

.reservation__form table.rsv-contact .calendar-image {
  margin-left: 3px;
  cursor: pointer;
}

.reservation__form table .rsv-required-field, .reservation__form table .required-field {
  border: 1px solid #BB3F3F;
  background-color: #FCE5E5;
}

.reservation__form table.rsv-contact .selectric-wrapper {
  width: 420px;
}

.reservation__form .no-content-cell {
  display: none;
}

.reservation__form .rsv-persons-headline {
  font-size: 17px;
  color: #6aa342;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.reservation__form .rsv-persons-buttons-controls input {
  font-size: 15px;
  padding: 5px 20px;
  font-weight: bold;
}

.reservation__form .calendar-image,
.reservation__form .rsv-birthdate-format {
  visibility: hidden;
  display: inline-block;
  position: absolute;
}

.reservation__form .r63879 .calendar-image {
  display: inline-block;
}

.reservation__form .prejit-na-platbu-btn a,
.reservation__form input[type="submit"] {
  background-color: #6aa342;
  border: 0;
  color: white;
  padding: 7px 35px;
  font-weight: 400;
}

.reservation__form .rsv-removeroom-button {
  margin-left: 10px;
}

.reservation__form .prejit-na-platbu-btn,
.reservation__form .rsv-savepersons-button-wrapper,
.reservation__form .rsv-continuebutton1-wrapper,
.reservation__form .rsv-continuebutton2-wrapper {
  float: right;
  position: relative;
  margin-top: 10px;
}

.reservation__form .prejit-na-platbu-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.reservation__form .prejit-na-platbu-btn a,
.reservation__form .rsv-savepersons-button-wrapper input,
.reservation__form input[type="submit"].rsv-continuebutton1,
.reservation__form input[type="submit"].rsv-continuebutton2 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 20px;
}

.reservation__form .prejit-na-platbu-btn a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.reservation__form .prejit-na-platbu-btn a:hover {
  text-decoration: none;
}

.reservation__form .rsv-continuebutton1-wrapper,
.reservation__form input[type="submit"].rsv-continuebutton1 {
  display: none;
}

.reservation__form input[type="submit"].rsv-continuebutton2 {
  display: inline-block !important;
}

.reservation__form .rsv-nosavepersons-button {
  display: none;
}

.reservation__form .rsv-currentperson {
  margin-bottom: 30px;
}

.reservation__form .rsv-currentperson .rsv-person {
  font-weight: bold;
  display: none;
}

.reservation__form .rsv-currentperson h2 {
  display: none;
}

.reservation__form .rsv-result {
  margin: 0 !important;
}

.reservation__form .rsv-recap {
  margin-bottom: 50px;
}

.reservation__form .reservation .rsv-result {
  display: none;
}

.reservation__form .rsv-recap > div span:first-child {
  font-weight: bold;
  margin-right: 5px;
}

.reservation__form .kontaktni-udaje .rekapitulace {
  color: #6aa342;
  font-size: 17px;
  margin-top: 10px;
}

.reservation__form .rekapitulace-all .polozky, .reservation__form .rekapitulace-all .cena {
  margin-top: -30px;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info {
  padding: 0 10px;
}

.reservation__form .reservation.rsv-recap .rsv-preset {
  background-color: inherit;
}

.reservation__form .reservation.rsv-recap .rsv-reservation-number {
  color: #6aa342;
  font-size: 20px;
  font-weight: bold;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info {
  border-bottom: 2px solid #6aa342;
  padding-bottom: 20px;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info strong {
  margin-right: 5px;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info p {
  margin-bottom: 0;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info h2,
.reservation__form .reservation.rsv-recap .rsv-recap-info .recap-produkty {
  display: none;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info table {
  width: auto;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info table th {
  padding-right: 5px;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info .recap-cestujici table th {
  padding: 0 10px;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info .recap-cestujici table td {
  padding: 0 10px 5px 10px;
}

.reservation__form .reservation.rsv-recap .rsv-recap-info .recap-cestujici table th:first-child,
.reservation__form .reservation.rsv-recap .rsv-recap-info .recap-cestujici table td:first-child {
  padding-left: 0;
}

.reservation__form .rsv-final-step p {
  padding: 0 10px;
}

.reservation__form .rsv-final-sidlo {
  padding: 0 10px;
  margin-top: 30px;
}

.reservation__form .pre-pay-form {
  margin-top: 25px;
  padding: 0 10px;
}

.reservation__form .pre-pay-form > p {
  color: #6aa342;
  padding: 0;
}

.reservation__form .pre-pay-form .payment-form {
  background-color: inherit;
  width: 300px;
}

.reservation__form .pre-pay-form .payment-form td {
  padding: 2px 10px;
  text-align: right;
}

.reservation__form .pre-pay-form .payment-form tr td:first-child {
  padding-left: 0;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #E4E4E4;
}

.reservation__form .pre-pay-form .payment-form input[type="text"] {
  width: 60px;
  padding: 0 5px;
}

.reservation__form .pre-pay-form .payment-form input[type="submit"] {
  padding: 5px 25px;
  color: white;
  border: 0;
  background-color: #6aa342;
  font-weight: 400;
}

.reservation__form .pre-pay-form .payment-form .payment-button {
  border: 0 !important;
  padding-top: 20px;
}

.reservation__form .rsv-extendedgroup-12 .rsv-item-block,
.reservation__form .rsv-extendedgroup-6 .rsv-item-block {
  margin-top: 4em;
  position: relative;
}

.reservation__form .rsv-extendedgroup-12 .rsv-item-type,
.reservation__form .rsv-extendedgroup-6 .rsv-item-type {
  vertical-align: top;
  position: absolute;
  top: -2em;
}

.reservation__form .validator-padding td {
  padding-bottom: 30px !important;
  position: relative;
}

.reservation__form .validator-padding .rsv-person-cell-container {
  position: relative;
}

.reservation__form .rsv-contact .validator {
  position: absolute;
  left: 7px;
  top: 100%;
  padding: 2px 20px;
  background-color: #cc2433;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.reservation__form .rsv-contact .validator:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #cc2433 transparent;
}

.reservation__form #reservation-page-box {
  position: relative;
}

.reservation__form #reservation-page-box div[role=status] {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: 0;
}

.reservation__form #reservation-page-box div[role=status] .rsv-infotext {
  background-color: white;
  background-color: rgba(243, 243, 243, 0.93);
  padding: 20px 50px;
  border-radius: 3px;
  width: 30%;
  min-width: 225px;
  margin: 10px;
  text-align: center;
  font-size: 22px;
  color: black;
  position: absolute;
  top: 200px;
  left: 35%;
  z-index: 9;
  border: 3px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.reservation__form #reservation-page-box div[role=status] .rsv-infotext:before {
  content: "\e023";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 1000ms infinite linear;
  -moz-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
  line-height: 1.15em;
  font-size: 1.15em;
  height: 1.15em;
  width: 1.15em;
}

.reservation__form a.detail-link {
  outline-offset: 0;
}

.reservation__form .rsv-season-global {
  background: #f1f1f1;
  padding: 5px 10px;
}

.reservation__form .rsv-season-date-from {
  font-weight: bold;
}

.reservation__form .rsv-season-nights {
  font-weight: bold;
}

.reservation__form .rsv-season-date-to {
  font-weight: bold;
}

.reservation__form .rsv-season-global input {
  height: 30px;
  min-width: 150px;
  padding: 0 10px;
  margin-left: 10px;
  font-weight: normal;
}

.reservation__form .rsv-season-packages {
  margin: 5px 0;
}

.reservation__form .rsv-season-packages .rsv-season-packagelabel {
  font-weight: bold;
}

.reservation__form .rsv-season-packages .rsv-reservationoption {
  display: inline-block;
}

.reservation__form .rsv-discountcode {
  background: #F5F5F5;
  clear: both;
  margin-top: 15px;
}

.reservation__form .rsv-discountcode table {
  width: auto;
}

.reservation__form .rsv-discountcode th, .reservation__form .rsv-discountcode td {
  padding: 5px 0 !important;
  vertical-align: middle !important;
  width: 1px;
  white-space: nowrap;
}

.reservation__form .rsv-discountcode th {
  padding: 0 20px 0 10px !important;
}

.reservation__form .rsv-discountcode input {
  height: 29px;
  padding: 0 10px;
}

.reservation__form .rsv-discountcode input[type="text"] {
  width: 123px;
  border: 1px solid darkgrey;
  border-right: 0;
}

.reservation__form .rsv-discountcode a {
  margin-left: 5px;
  display: block;
  height: 29px;
  line-height: 29px;
  background: #6aa342;
  color: white;
  text-decoration: none;
  text-align: center;
  width: 29px;
  font-size: 24px;
  font-weight: bolder;
}

.reservation__form .onlinepay__checkbox {
  margin-right: -4px;
  font-weight: bold;
  background: #f1f1f1;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  padding: 0 20px 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.reservation__form .onlinepay__checkbox .icheckbox_minimal-pink {
  top: -2px;
  margin-right: 2px;
}

.reservation__form .rsv-item-name-popup {
  display: inline-block;
  position: relative;
  position: absolute;
  right: -10px;
  top: 26px;
}

.reservation__form .rsv-item-name-popup span {
  display: block;
  margin: 1px;
  padding: 1px;
  text-indent: -9999px;
  background: url("/Public/canaria/img/info.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -12px;
  left: 0;
  overflow: hidden;
}

.reservation__form .rsv-item-name-popup span:hover {
  padding: 10px;
  border: 1px solid #a0a0a0;
  text-indent: 0;
  background-color: #ffffff;
  background-image: none;
  width: 300px;
  height: auto;
  z-index: 999991;
}

.reservation__form .rsv-grouped-services-selection {
  display: inline-block;
  margin-bottom: 5px;
}

.reservation__form .rsv-grouped-services-selection .selectric-wrapper {
  width: 270px;
}

.reservation__form .rsv-grouped-services {
  margin: 15px 0 5px 0;
}

.reservation__form .rsv-clientdiscounts tr td {
  padding: 5px;
}

.reservation__form .rsv-clientdiscounts tr td span {
  font-weight: bold;
  display: block;
}

.reservation__form .rsv-clientdiscounts tr td:first-child {
  padding-left: 0;
}

.reservation__form .rsv-clientdiscounts tr td:last-child {
  padding-right: 0;
}

.reservation__form .input-readonly {
  background: #FFF4F4 !important;
  border-color: #E6C9C9 !important;
  color: #ADA2A2 !important;
}

.reservation__form--tickets .rsv-title-container {
  display: none !important;
}

.reservation__last-part .mw-button input[type="submit"], .reservation__last-part .mw-button button, .reservation__last-part .mw-button a {
  margin-top: 5px;
}

.reservation__extranet-recapitulation .recap-box .center h2, .reservation__extranet-recapitulation .recap-box .center .recap-produkty, .reservation__extranet-recapitulation .recap-box .center .kontakter, .reservation__extranet-recapitulation .recap-box .center .recap-cestujici, .reservation__extranet-recapitulation .recap-box .center .cenove-polozky {
  display: none;
}

.reservation__extranet-recapitulation .p-summary-wrap {
  padding: 1px 10px;
  background: #E4F2F7;
  margin: 10px 0;
  width: 99%;
}

.reservation__extranet-recapitulation .p-summary {
  margin: 15px 0;
  width: 80%;
}

.reservation__extranet-recapitulation .p-summary th, .reservation__extranet-recapitulation .p-summary td {
  padding: 2px 5px;
}

.reservation__extranet-recapitulation .p-summary__service-name {
  width: 60%;
}

.reservation__extranet-recapitulation .p-summary__quantity {
  width: 5%;
  text-align: center;
}

.reservation__extranet-recapitulation .p-summary__price-per-mj {
  width: 17.5%;
  text-align: right;
}

.reservation__extranet-recapitulation .p-summary__price {
  width: 17.5%;
  text-align: right;
}

.reservation__extranet-recapitulation .p-summary__total td {
  padding-top: 10px;
}

.reservation__extranet-recapitulation .p-summary__total-value {
  text-align: right;
}

.reservation__extranet-recapitulation .recap-text-high {
  color: #cc2433;
  font-weight: bold;
}

.rsv-persons {
  display: table-row;
}

.rsv-persons .rsv-adults-total,
.rsv-persons .deti-pocty,
.rsv-persons .rsv-total-infants {
  display: table-cell;
  padding: 10px 4px;
}

.rsv-persons .rsv-group-children {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding: 10px 4px 0;
}

.rsv-persons .rsv-group-children td {
  padding: 0;
  vertical-align: middle;
}

.rsv-diet .rsv-reservationoption-label:before {
  content: "Strava:";
}

/* zadani osob - rekapitulace */
.rsv-recap > div span:first-child {
  color: #6aa342;
}

.rsv-recap .polozky > div.polozka span:first-child {
  color: #333;
}

.reservation__form .rsv-recap {
  margin-top: 25px;
}

.rsv-recap .objednavka,
.rsv-recap .cislo_rezervace,
.rsv-recap .rezervace_do,
.rsv-recap .termin {
  display: table-row;
}

/* , .reservation .polozka span:first-child  */
.rsv-recap span:first-child {
  font-weight: bold;
  width: 200px;
  display: table-cell;
}

.rsv-recap span.cislo,
.rsv-recap span.datum,
.rsv-recap span.nazev,
.rsv-recap span.deti,
.rsv-recap span.pocet,
.rsv-recap span.kod {
  display: table-cell;
}

.rsv-recap .kontaktni-udaje .rekapitulace {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
  color: #6aa342;
}

.rsv-recap .rekapitulace-all .jmeno,
.rsv-recap .rekapitulace-all .ulice,
.rsv-recap .rekapitulace-all .mesto,
.rsv-recap .rekapitulace-all .telefon,
.rsv-recap .rekapitulace-all .mobil,
.rsv-recap .rekapitulace-all .email,
.rsv-recap .rekapitulace-all .poznamka {
  display: table-row;
}

.rsv-recap .rekapitulace-all .jmeno .jmeno {
  display: inline-block;
}

.rsv-recap .rekapitulace-all .jmeno .prostrednijmeno {
  padding: 0 3px;
}

.rsv-recap .rekapitulace-all .jmeno .ulice {
  padding: 0 3px;
}

.rsv-recap .rekapitulace-all .jmeno .psc {
  padding: 0 3px;
}

.rsv-recap .rekapitulace-all .jmeno .prostrednijmeno {
  padding: 0 3px;
}

.rsv-recap .rekapitulace-all .dospeli,
.rsv-recap .rekapitulace-all .deti,
.rsv-recap .rekapitulace-all .odjezd {
  display: table-row;
}

.rsv-recap .rekapitulace-all .polozky {
  display: table;
}

.reservation__form .rsv-recap > div .polozka span:first-child {
  display: inline-block;
  width: auto;
}

.rekapitulace-all > .cena {
  display: table;
  width: 100%;
}

.rsv-recap .cena, .reservation .cena {
  background-color: #EDEDED;
  padding: 10px 0;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  line-height: 20px;
}

.rsv-recap .cena .celkovacena-popiska,
.reservation .cena .celkovacena-popiska {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  display: table-cell;
  padding-left: 10px;
}

.rsv-recap .cena .hodnota,
.reservation .cena .hodnota {
  font-size: 20px;
  text-align: right;
  display: table-cell;
  padding-right: 10px;
}

.rsv-recap .cena .currency-code {
  display: table-cell;
  width: 50px;
}

/* konec rekapitulace rezervace */
.rsv-error {
  display: block;
  padding: 5px 10px;
  color: #FFF;
  background: #cc2433;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.rsv-nonguarantee-info {
  display: block;
  padding: 5px 10px;
  margin-right: 313px;
  margin-bottom: 10px;
  color: #FFF;
  background: #cc2433;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.recapitulation--nonguarantee .rsv-result, .recapitulation--nonguarantee .rsv-enter-persons, .recapitulation--nonguarantee .rsv-allpersons {
  display: none;
}

.recapitulation--nonguarantee .rsv-savepersons-button {
  margin: 10px 40px;
}

.rsv-clientdiscounts table {
  width: auto;
}

table.rsv-contact input.ObecTextBox {
  width: 70.2%;
}

.rsv-city-input input[id$=PscTextBox] {
  min-width: 61px !important;
}

@media (max-width: 1199px) {
  .reservation__form table.rsv-contact .selectric-wrapper,
  .reservation__form table.rsv-contact input {
    width: 321px !important;
  }
  .reservation__form table.rsv-contact input.ObecTextBox {
    width: 61.75% !important;
  }
}

@media (max-width: 991px) {
  .reservation__form table.rsv-contact .selectric-wrapper,
  .reservation__form table.rsv-contact input {
    width: 211px !important;
  }
  .reservation__form table.rsv-contact input.PscTextBox {
    width: 57px !important;
    padding: 6px;
  }
}

@media (max-width: 767px) {
  .reservation__form table.rsv-contact tr, .reservation__form table.rsv-contact tr td {
    display: block;
  }
  .reservation__form table.rsv-contact tr td {
    padding: 0 !important;
  }
  .reservation__form table.rsv-contact tr td.no-content-cell {
    display: none;
  }
  .reservation__form div.rsv-note {
    padding: 0 10px 10px;
  }
  .reservation__form table.rsv-contact tr:last-child td:last-child {
    padding-bottom: 10px !important;
  }
  .reservation__form table.rsv-contact tr td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .reservation__form table.rsv-contact tr td:nth-child(odd) {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
  }
  .reservation__form table.rsv-contact .selectric-wrapper,
  .reservation__form table.rsv-contact input {
    width: 100% !important;
  }
  .reservation__form table.rsv-contact input.ObecTextBox {
    width: 85% !important;
  }
  .rsv-clientdiscounts {
    clear: both;
  }
  .rsv-clientdiscounts td {
    display: block;
  }
  .rsv-clientdiscounts table {
    background: #F7F7F6;
  }
  .rsv-clientdiscounts tr td:nth-child(5),
  .rsv-clientdiscounts tr td:nth-child(6) {
    display: inline-block;
  }
}

@media (max-width: 599px) {
  .reservation__form table.rsv-contact input.ObecTextBox {
    width: 72% !important;
  }
}

@media (max-width: 479px) {
  .reservation__form table.rsv-contact input.ObecTextBox {
    width: 58% !important;
  }
  .reservation__form .rsv-total-price {
    margin-top: -15px;
    float: none;
  }
}

.footer {
  background: #2f2f2f;
  margin-top: 75px;
  padding: 45px 0 30px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.footer .container {
  position: relative;
}

.footer ul, .footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer li {
  margin-bottom: 10px;
  font-weight: 400;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #6aa342;
}

.footer p {
  font-weight: 400;
}

.footer [class*="col-"] {
  margin-bottom: 15px;
}

.footer__logo2 > div {
  margin-bottom: 12px;
  text-align: center;
}

.footer__logo {
  margin-bottom: 2em;
  position: absolute;
  left: -200px;
}

.footer__podminky a {
  color: white;
  text-decoration: none;
}

.footer__podminky a:hover {
  text-decoration: underline;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  color: #afafaf;
}

.footer__copyright a {
  color: #cc2433;
  text-decoration: underline;
}

.footer__copyright a:hover {
  text-decoration: none;
}

.footer__contact {
  padding-left: 35px;
  position: relative;
}

.footer__contact:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}

.footer__contact--home:after {
  background-image: url("/Public/canaria-2016/img/footer-home.png");
}

.footer__contact--phone:after {
  background-image: url("/Public/canaria-2016/img/footer-phone.png");
}

.footer__contact--email:after {
  background-image: url("/Public/canaria-2016/img/footer-email.png");
}

.footer__bottom {
  color: #afafaf;
  margin-top: 35px;
  font-size: 14px;
  font-weight: 400;
}

.footer__contact--home {
  margin-top: 55px;
}

.footer__contact--home > h4 {
  text-transform: uppercase;
}

@media screen and (max-width: 479px) {
  .footer__contact h3, .footer__contact .h3 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .img-narodni img {
    max-width: 170px;
  }
  .footer-circle-logo {
    max-width: 170px;
  }
}

@media (min-width: 769px) {
  .img-narodni {
    width: 100%;
  }
}

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 19px;
  height: 19px;
  left: -10px;
  top: -8px;
  background: #cc2433 url(/Public/canaria/img/slider-c.png) 50% 50% no-repeat;
  border: 0;
  border-radius: 50%;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #edb2b7;
  border-radius: 3px;
}

.noUi-connect {
  background: #cc2433;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: e-resize;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
/*
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
*/
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.search {
  padding-top: 15px;
}

.search__title {
  padding: 15px;
  margin-bottom: 0;
}

.tabs {
  height: 40px;
}

.tabs ul, .tabs li {
  padding: 0;
  margin: 0;
}

.tabs li {
  float: left;
  line-height: 40px;
  list-style: none;
}

.tabs a {
  color: #123b73;
  font-weight: 300;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  text-decoration: none;
  transition: none;
  display: inline-block;
  font-weight: bold;
  width: 220px;
  padding-top: 4px;
}

.tabs a.active {
  background: white;
}

.sk-tab-hide {
  position: absolute !important;
  left: -5000px;
  top: -50000px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mapa {
  height: 440px;
  background: #fff;
}

#mapa.map-results--nobg {
  background: none;
  height: auto;
}

.hp-search-holder--map {
  height: 350px;
}

/* AJAX SPINNER */
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* AJAX SPINNER END */
/* product detail on map */
.map-product-container {
  width: 450px !important;
}

.infowindow-box {
  display: block;
  background: #fff;
  float: left;
  width: 100%;
  padding: 0 10px 10px 10px;
  margin-left: 10px;
}

.infowindow-img {
  display: block;
  float: left;
  width: 32%;
  margin-top: 12px;
}

.infowindow-img img {
  width: 100%;
  height: auto;
}

.infowindow-obsah {
  display: block;
  float: left;
  width: 65%;
  padding-left: 10px;
}

.infowindow-obsah h4 {
  margin: 10px 4px 6px 0;
}

.destination {
  margin-bottom: 9px;
  margin-top: 3px;
  font-size: 13px;
  min-height: 30px;
}

.infowindow-btn {
  float: left;
  width: 80px;
  padding: 2px 4px;
  background: #c53a4c;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #c53a4c;
}

.infowindow-btn:hover {
  background: #1c5cb4;
  color: #fff;
  border: 1px solid #1c5cb4;
  text-decoration: none;
}

.infowindow-price {
  display: block;
  float: right;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 0;
}

.infowindow-price strong {
  font-size: 19px;
}

.gm-style-cc {
  display: none !important;
}

.stars {
  vertical-align: super;
}

.map-icon {
  width: 30px;
  height: 30px;
}

/* end product detail on map */
.loading .ajax-mapa {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  position: relative;
}

.loading .loading-box {
  background-color: rgba(255, 255, 255, 0.8);
  color: #888;
  text-align: center;
  padding-top: 40px;
  font-size: 30px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
}

.loading-animation {
  animation: loadingD 2s 0s linear  infinite;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding: 10px;
  border: 4px dashed #cc2433;
  border-radius: 100%;
}

@keyframes loadingD {
  0 {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loaded .loading-box {
  display: none;
}

.product-container {
  float: left;
  width: 100%;
  margin: 15px 0;
  background: #fff;
  box-shadow: 0 0 5px #ddd;
  position: relative;
}

@media (max-width: 750px) {
  .product-container {
    width: calc(100% - 100px);
    margin: 15px 50px;
  }
}

@media (max-width: 520px) {
  .product-container {
    width: 100%;
    margin: 15px 0;
  }
}

.product-container .construction {
  margin-left: 1px;
  display: inline-block;
}

.product-container .advisor-right {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 10px;
  background: #6aa342;
}

@media (max-width: 750px) {
  .product-container .advisor-right {
    top: 270px;
  }
}

@media (max-width: 520px) {
  .product-container .advisor-right {
    top: 0;
  }
}

.product-container .advisor-right img {
  height: 44px;
  width: auto;
}

.product-container.t-2 {
  border-bottom: 5px solid #cb2333;
}

.product-container.t-3 {
  border-bottom: 0px;
}

.product-image {
  float: left;
  width: 300px;
  height: 270px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px) and (min-width: 990px) {
  .product-image {
    width: 250px;
  }
}

@media (max-width: 790px) {
  .product-image {
    width: 250px;
  }
}

@media (max-width: 750px) {
  .product-image {
    width: 100%;
  }
}

.product-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
}

@media (max-width: 750px) {
  .product-image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 570px) {
  .product-image img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 520px) {
  .product-image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 462px) {
  .product-image img {
    height: 100%;
    width: auto;
  }
}

.product-flag {
  position: absolute;
  left: 0;
  top: 20px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: default;
}

.product-flag span {
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
}

.product-flag i {
  float: left;
  width: 24px;
  height: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 7px;
  font-size: 24px;
}

.product-flag.red {
  background: #cb2333;
}

.product-flag.green {
  background: #699f1d;
}

.product-flag.orange {
  background: #d79000;
}

.product-flag.yellow {
  background: #fbeb0f;
  color: #000;
  font-weight: 500;
}

.product-flag--right {
  left: unset;
  right: 0;
}

.product-description {
  float: left;
  width: calc(100% - 300px);
  padding: 15px 15px 40px 15px;
  height: 270px;
}

@media (max-width: 750px) {
  .product-description {
    width: 100%;
  }
}

@media (max-width: 590px) {
  .product-description {
    height: auto;
  }
}

.product-description h2 {
  float: left;
  width: 100%;
  margin: 0 0 7px 0 !important;
  font-size: 15px !important;
  font-weight: bold;
  color: #cb2333;
  border-bottom: none !important;
  padding: 0 !important;
}

.product-description h2 a {
  color: #cb2333;
  float: left;
  text-decoration: none !important;
}

.product-description h2 i {
  color: #f7ca18;
  float: left;
  margin-left: 3px;
}

.product-description h2 i:first-of-type {
  margin-left: 10px;
}

.product-destinations {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.product-destinations a {
  float: left;
  margin-right: 15px;
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.product-destinations a i {
  margin-right: 3px;
}

.product-infopanel {
  float: left;
  width: calc(100% + 30px);
  background: #eee;
  padding: 5px 15px;
  margin: 10px -15px 20px -15px;
}

@media (max-width: 1200px) and (min-width: 990px) {
  .product-infopanel {
    width: calc(100% + 80px);
  }
}

@media (max-width: 790px) {
  .product-infopanel {
    width: calc(100% + 80px);
  }
}

@media (max-width: 750px) {
  .product-infopanel {
    width: calc(100% + 30px);
  }
}

.product-infopanel span {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.product-infopanel span i {
  margin-right: 3px;
}

.product-infopanel span .fa-info-circle {
  color: #337ab7;
}

.product-tracker {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.product-tracker i {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 31px;
  font-size: 23px;
}

.product-tracker .table-container {
  float: left;
  display: table;
  font-size: 11px;
  text-transform: uppercase;
}

.product-tracker .table-container div {
  display: table-row;
}

.product-tracker .table-container div span {
  display: table-cell;
  padding: 0 10px 0 0;
}

.product-tracker .table-container div span:first-child {
  font-weight: bold;
}

.product-price {
  position: absolute;
  right: 15px;
  bottom: 65px;
}

@media (max-width: 590px) {
  .product-price {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 15px;
    display: inline-block;
    float: left;
    width: 100%;
  }
}

.product-price div {
  text-align: right;
  margin-top: 15px;
}

@media (max-width: 590px) {
  .product-price div {
    text-align: left;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.product-price div.t3 {
  margin-right: 10px;
}

@media (max-width: 590px) {
  .product-price div.t3 {
    margin-left: 10px;
    margin-top: 10px;
  }
}

.product-price div.t-3 {
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: -5px;
  background: #eee;
}

.product-price div.t-3.t-4 {
  position: absolute;
  right: 325px;
  bottom: -60px;
  text-align: left;
  width: 200px;
}

.product-price div.t-3:last-child {
  background: #eee;
  margin-top: 5px;
  margin-bottom: -10px;
}

.product-price div.t-3:last-child .price-description {
  font-size: 16px;
}

.product-price div.t-3:last-child .price-old {
  font-size: 16px;
}

.product-price div.t-3:last-child .price-new {
  font-size: 19px;
}

.product-price .price-description {
  display: block;
  font-size: 12px;
  margin: 0 0 -1px 0;
}

.product-price .price-old {
  margin: 0 5px -5px 0;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: bold;
  color: #333;
}

.product-price .price-new {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #cb2333;
}

.product-price .currency {
  font-size: 12px;
}

.product-infobottom {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}

.product-infobottom i {
  margin-right: 10px;
}

.product-footer {
  width: calc(100% - 300px);
  position: absolute;
  bottom: 0;
  left: 300px;
}

@media (max-width: 1200px) and (min-width: 990px) {
  .product-footer {
    width: calc(100% - 250px);
    left: 250px;
  }
}

@media (max-width: 790px) {
  .product-footer {
    width: calc(100% - 250px);
    left: 250px;
  }
}

@media (max-width: 750px) {
  .product-footer {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .product-footer {
    display: block;
    float: left;
    width: 100%;
    padding-top: 25px;
    position: static;
  }
}

.product-footer .wishlist-btn {
  display: block;
  float: left;
  color: #cb2333;
  font-size: 26px !important;
  line-height: 26px !important;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .product-footer .wishlist-btn {
    margin-bottom: 10px;
  }
}

.product-left {
  float: left;
  background: #699f1d;
  padding: 3px 6px;
  overflow: hidden;
  height: 32px;
}

.product-left img {
  float: left;
  height: 40px;
  width: auto;
}

.product-right {
  float: right;
}

.product-right a {
  float: left;
  padding: 7px 25px;
  background: #337ab7;
  color: #fff;
  font-weight: bpld;
  text-transform: uppercase;
  font-size: 13px;
}

.product-right a.t-2 {
  background: #699f1d;
}

.product-right a:last-child {
  background: #699f1d;
}

.product-right a:last-child.t-2 {
  background: #cb2333;
}

.bubble-trigger {
  position: relative;
}

.bubble-trigger .price-composition-bubble .target .fa {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
}

.popover .popover-title {
  line-height: 1.5;
  color: #cc2433;
  text-align: center;
}

.popover .popover-content {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #555;
}

.product-price .popover,
#popover-price {
  top: 20px;
  left: -175px;
  width: 300px;
  display: block;
}

@media (min-width: 800px) {
  .product-price .popover,
  #popover-price {
    top: 20px;
    left: -175px;
    width: 300px;
    max-width: 300px;
    display: block;
  }
}

.product-price .popover .arrow,
#popover-price .arrow {
  top: -26px !important;
  left: 70% !important;
  height: 10px;
  width: 90px;
  border: 0px;
}

.product-price .popover .arrow:after,
#popover-price .arrow:after {
  border-bottom-color: #000;
  opacity: 0.2;
}

.product-price .popover .popover-content small,
#popover-price .popover-content small {
  text-decoration: line-through;
  margin: 0px 10px;
}

.product-price .popover .popover-content strong,
#popover-price .popover-content strong {
  color: #cb2333;
}

div *.fa-5 {
  font-size: 55px;
}

div .fw-500 {
  font-weight: 500;
}

div .fw-600 {
  font-weight: 600;
}

div .fw-700 {
  font-weight: 700;
}

div .fw-800 {
  font-weight: 800;
}

div .product-flag--sale-label {
  display: flex;
  align-items: center;
  width: 110px;
}

div .fa--sale-label {
  display: flex;
  align-items: center;
  color: #f3e111;
  flex-basis: 50px;
}

div .fa--sale-label span {
  position: absolute;
  font-weight: 600;
  font-family: arial, sans-serif;
  font-size: 15px;
  padding: 0 20px 0 10px;
  color: #444;
}

.flag-text {
  letter-spacing: 0.2px;
  color: #444;
}

body .calendar.selected:hover {
  /* Cell showing selected date */
  color: #6aa342;
}

body .calendar.weekend:hover {
  /* Cells showing weekend days hover */
  color: #FFF;
}

/* 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: 2;
  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: #cc2433;
  color: white;
}

body .calendar thead td {
  background: #cc2433;
  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: #cc2433;
  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: #cc2433;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  border: 1px solid #cc2433;
  border-left: 0;
  border-right: 0;
}

body .calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #cc2433;
}

body .calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  border: none;
  /*padding: 0px;*/
  background-color: #b6202e;
  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 #cc2433;
  background-color: #6aa342;
  color: #FFF;
}

body .calendar tbody td.selected {
  /* Cell showing selected date */
  font-weight: normal;
  border: 1px solid #cc2433;
  padding: 2px 2px 0px 2px;
  background: #6aa342;
  color: white;
}

body .calendar tbody td.weekend {
  /* Cells showing weekend days */
  color: black;
}

body .calendar tbody td.today {
  /* Cell showing today date */
  font-weight: normal;
  background-color: white;
  border: 1px solid #6aa342;
  color: #6aa342;
}

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

.blog_container {
  display: grid;
  grid-template-columns: 300px auto;
  grid-template-rows: 90px auto;
  max-width: 1100px;
  width: 100%;
  padding: 0px 30px;
  margin: 80px auto 0 auto;
}

img {
  user-select: none;
}

.blog_content {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  border-left: 1px solid #eeeeee;
  padding-left: 40px;
  display: grid;
  row-gap: 70px;
  user-select: none;
}

.blog_header {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}

.blog_navigation {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  padding-right: 10px;
  user-select: none;
}

.navigator_lvl2 {
  display: none;
  align-items: center;
  width: 100%;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.navigator_lvl3 {
  display: none;
  width: 100%;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  row-gap: 5px;
  padding-left: 15px;
}

.blog_navigator {
  display: grid;
  grid-template-columns: 20px auto;
  grid-template-rows: 35px auto;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.blog_navigator:hover {
  text-decoration: none;
}

.blog_navigator label {
  cursor: pointer;
  display: grid;
  justify-content: center;
  transform: rotate(-90deg);
}

.blog_navigator input[type='checkbox'] {
  display: none;
}

.blog_navigator input[id^="navigator_lvl1_ID_"]:checked ~ .navigator_lvl2 {
  display: grid;
}

.blog_navigator input[id^="navigator_lvl1_ID_"]:checked ~ label {
  transform: rotate(0deg);
  top: 4px;
}

.blog_navigator input[id^="navigator_lvl2_ID_"]:checked ~ .navigator_lvl3 {
  display: grid;
}

.blog_navigator input[id^="navigator_lvl2_ID_"]:checked ~ label {
  transform: rotate(0deg);
  top: 4px;
}

.blog_navigator .blog_navigator_link {
  text-decoration: none;
  width: max-content;
  color: #cc2433;
  margin-bottom: 0;
}

.blog_navigator_icon {
  position: relative;
  top: 4px;
  font-style: normal;
  font-size: 25px;
  padding-bottom: 2px;
  width: 100%;
  color: #cc2433;
}

.blog_article_image {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.blog_article_link {
  color: #cc2433;
  border-bottom: 1px solid #eeeeee;
  height: 30px;
}

.blog_article_link:hover {
  text-decoration: none;
  color: #cc2433;
}

.blog_article_link:nth-last-child(-n+1) {
  border: none;
}

[class^="navigator_lvl2_series_ID_"] {
  display: grid;
  align-items: center;
  grid-template-columns: 20px auto;
  grid-template-rows: 37px auto;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  row-gap: 5px;
}

[class^="navigator_lvl2_series_ID_"]:nth-last-child(-n+1) {
  border: none;
}

@media only screen and (max-width: 800px) {
  .blog_container {
    grid-template-columns: 1fr;
    grid-template-rows: 90px auto auto;
  }
  .blog_header {
    grid-column: 1 / 2;
  }
  .blog_content {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    border-left: none;
    margin-top: 30px;
    padding-left: 0px;
  }
  .blog_navigation {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}

.blog_paragraph_images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  overflow: hidden;
}

.splide__arrow {
  background: none;
}

.splide__arrow svg {
  width: 60px;
  height: 60px;
  fill: #fff;
}

.wh {
  width: 200px;
  height: 200px;
  background-color: blue;
}

.slide__content {
  display: grid;
  align-items: center;
  height: 300px;
  overflow: hidden;
}

.slide__content img {
  width: 100%;
}

.splide__pagination {
  bottom: -30px;
}

.splide__pagination .is-active {
  background: #cc2433;
}

.splide__pagination button {
  opacity: 1;
}

.splide {
  margin-top: 40px;
}

.blog_content_with_ArtID {
  gap: unset;
  user-select: text;
}

.blog_content_with_ArtID div p span {
  background-color: transparent !important;
}

.blog_content_with_ArtID div p span span {
  background-color: transparent !important;
}

.blog_content_with_ArtID div p span span span {
  background-color: transparent !important;
}

.blog_content_with_ArtID .nazev {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin: 30px 0px 10px 0px;
  color: #6aa342;
  border-bottom: 1px solid #e4e4e4;
}

.blog_content_with_ArtID h2 {
  font-size: 23px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 25px;
  color: #cc2433;
  border-bottom: 1px solid #e4e4e4;
}

.blog_content_with_ArtID p {
  margin-bottom: 10px;
}

.blog_content_with_ArtID h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 4px;
  color: #6aa342;
  text-transform: uppercase;
}

.blog_content_with_ArtID a {
  text-decoration: underline;
  color: #cc2433;
}

.blog_article {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2fr;
  grid-template-rows: auto auto;
  row-gap: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.blog_article header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

.blog_article_title {
  margin: 0;
  grid-row: 1 / 2;
  user-select: text;
}

.blog_article_title a {
  color: #cc2433;
}

.blog_article_date {
  text-align: right;
  opacity: 0.5;
  margin: 0;
  grid-row: 1 / 2;
  user-select: text;
}

.blog_article_paragraph {
  margin: 0;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  user-select: text;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .blog_article_image {
    grid-column: 1 / 3;
  }
  .blog_article_paragraph {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
}

/*# sourceMappingURL=bundle.custom.min.css.map */