/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'AauxNext-Regular', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f4f4f4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff9828;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #da7200;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'HelveticaNeueLTPro-LtEx';
  font-weight: 600;
  line-height: 1.18;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 22px;
}
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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ff9828;
}
.text-primary:hover {
  color: #f47f00;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.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: 1135px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f4f4f4;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 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;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  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-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  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-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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;
}
.form-control-static {
  margin-bottom: 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;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background: url("../img/bg-btn2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  color: #fff;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-image: -webkit-linear-gradient(top, #fff 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #d9d9d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #ff9828 0%, #da7200 100%);
  background-image: linear-gradient(to bottom, #ff9828 0%, #da7200 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9828', endColorstr='#ffda7200', GradientType=0);
  border-color: #ff8c0e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #fe8400;
  border-color: #d06d00;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff9828;
  border-color: #ff8c0e;
}
.btn-primary .badge {
  color: #ff9828;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #df8a13 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffdf8a13', GradientType=0);
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #b52b27 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffb52b27', GradientType=0);
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #3d8b3d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff3d8b3d', GradientType=0);
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #28a1c5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff28a1c5', GradientType=0);
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #ff9828;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #da7200;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff?max-age=86000') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  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: #ff9828;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.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.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #ff9828;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ff9828;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f4f4f4;
  }
}
.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: 48px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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: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;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .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: 14px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 7px -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: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-xs {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .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: #080808;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "→\00a0";
  padding: 0 5px;
  color: #555555;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff9828;
  border-color: #ff9828;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ff9828;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #f47f00;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ff9828;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff9828;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ff9828;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ff9828;
  border-color: #ff9828;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fffaf4;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ff9828;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff9828;
  border-color: #ff9828;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ff9828;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ff9828;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.facebook_x {
  margin-top: -3px;
  width: 18px;
}
.share-2 {
  display: block;
  margin-top: -25px;
  text-align: center;
  margin-bottom: 25px;
  margin-left: -45px;
}
.soldout {
  font-size: 12px;
  background: red;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px;
}
.avalible {
  font-size: 12px;
  background: blue;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px;
}
.section-title {
  color: #999999;
  margin: 12px 0 14px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.section-title.multi-lines {
  line-height: 1.8;
}
.section-title.align-left {
  text-align: left;
}
.margin-tools-top {
  margin-top: -15px;
}
.margin-tools {
  margin-top: -15px;
  margin-bottom: 20px;
}
.widebar {
  padding: 20px 0;
}
.widebar.bg-lighter,
.background.bg-lighter {
  background-color: #fbfbfb;
}
.widebar.bg-light,
.background.bg-light {
  background-color: #f2f2f2;
}
.widebar.bg-white,
.background.bg-white {
  background-color: #fff;
}
.widebar.bg-primary,
.background.bg-primary {
  background-color: #ff9828;
}
.widebar.border-top-primary,
.background.border-top-primary {
  border-top: 5px solid #ff9828;
}
.widebar.fix-height-caption,
.background.fix-height-caption {
  padding: 0;
  height: 110px;
}
.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
}
.pagination-wrapper {
  margin: 30px 0;
  text-align: center;
}
.btn-play {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 14px;
  font-size: 16px;
  font-family: 'HelveticaNeueLTPro-LtEx';
  text-transform: uppercase;
}
.btn-play:hover,
.btn-play:focus,
.btn-play:active,
.btn-play.active,
.open .dropdown-toggle.btn-play {
  color: #333;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-play:active,
.btn-play.active,
.open .dropdown-toggle.btn-play {
  background-image: none;
}
.btn-play.disabled,
.btn-play[disabled],
fieldset[disabled] .btn-play,
.btn-play.disabled:hover,
.btn-play[disabled]:hover,
fieldset[disabled] .btn-play:hover,
.btn-play.disabled:focus,
.btn-play[disabled]:focus,
fieldset[disabled] .btn-play:focus,
.btn-play.disabled:active,
.btn-play[disabled]:active,
fieldset[disabled] .btn-play:active,
.btn-play.disabled.active,
.btn-play[disabled].active,
fieldset[disabled] .btn-play.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-play .badge {
  color: #fff;
  background-color: #fff;
}
.btn-play .glyphicon-play {
  margin-left: 20px;
  color: #ff9828;
}
.btn-success {
  outline: 1px dotted #b5dfb5;
  outline-offset: -3px;
}
.question {
  color: #ff9828;
}
.send-task-box {
  background: url("../img/dotaz-bg.png?max-age=86400") no-repeat scroll center center rgba(0, 0, 0, 0);
  display: block;
  outline: 1px dotted #ffa541;
  outline-offset: -4px;
  padding-top: 4px;
  padding-right: 8px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  width: 290px;
  height: 31px;
  z-index: 2010;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
}
.send-task-box:hover,
.send-task-box:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(114, 114, 114, 0.95);
  box-shadow: 0px 2px 6px 0px rgba(114, 114, 114, 0.95);
}
.send-task-box .send-task-title {
  font-size: 17px;
  text-align: right;
  color: #fff;
  font-width: bold;
}
.send-task-open {
  display: none;
  background: #FFF4E8;
  border-radius: 4px 4px 0px 0px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  width: 290px;
  height: 473px;
  z-index: 2010;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.85);
  box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.85);
}
.send-task-open:hover,
.send-task-open:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.95);
  box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.95);
}
.send-task-open .send-box-header {
  background: #ff9828 url("../img/dotaz-bg.png?max-age=86400") no-repeat scroll top left;
  width: 100%;
  height: 31px;
  border-radius: 5px 5px 0px 0px;
}
.send-task-open .send-box-header .send-title {
  font-size: 15px;
  text-align: left;
  color: #fff;
  float: left;
  font-width: bold;
  padding-left: 40px;
  padding-top: 5px;
  width: 250px;
}
.send-task-open .send-box-header .send-title-close {
  background: #ff9828 url("../img/task-close.png?max-age=86400") no-repeat scroll center center;
  width: 31px;
  height: 31px;
  float: right;
  cursor: pointer;
}
.send-task-open .send-task-title {
  font-size: 15px;
  text-align: right;
  color: #fff;
  font-width: bold;
}
.send-task-open .task-body {
  padding-top: 5px;
}
.send-task-open .task-prefix {
  padding: 5px 15px 0px 15px;
}
.send-task-open .task-prefix-2 {
  padding: 5px 15px 0px 15px;
  font-size: 18px;
}
.send-task-open input {
  font-family: 'Verdana';
  margin-left: 15px;
  width: 90%;
  padding: 3px;
}
.send-task-open textarea {
  font-family: 'Verdana';
  font-size: 12px;
  margin-left: 15px;
  padding: 3px;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-bottom: 15px;
}
.send-task-open .alert-2 {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(255, 0, 0, 0.85);
  box-shadow: 0px 1px 5px 0px rgba(255, 0, 0, 0.85);
}
.send-task-open .hr {
  padding: 0px;
  margin-top: 0px;
  margin-left: 5%;
  width: 90%;
  border-bottom: 1px solid #ccc;
}
.send-task-open .send {
  margin-top: 15px;
  margin-left: 10%;
  width: 80%;
}
@media (min-width: 768px) {
  .col-left {
    padding-right: 0;
  }
  .col-right {
    border-left: 1px solid #ddd;
    padding-left: 30px;
  }
}
.navbar {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 7px;
  margin-bottom: 0px;
  min-height: 48px;
}
.navbar .navbar-nav.navbar-right .dropdown.search.open a {
  background-color: transparent;
}
.navbar .navbar-nav.navbar-right .dropdown.search.open .dropdown-menu {
  margin-top: -15px;
  width: 250px;
}
.navbar .navbar-nav.navbar-right .dropdown.search.open .dropdown-menu .dropdown-form {
  padding: 5px 20px 10px 20px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav.navbar-right {
    margin-left: 0;
  }
}
.navbar .navbar-nav.navbar-right li:last-child {
  margin-right: 0;
}
.navbar .navbar-nav.navbar-right li .text {
  color: #ff9828;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav.navbar-right li {
    margin-right: 10px;
  }
  .navbar .navbar-nav.navbar-right li .text {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav.navbar-right li {
    margin-right: 15px;
  }
  .navbar .navbar-nav.navbar-right li .text {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav.navbar-right li {
    margin-right: 30px;
  }
}
.navbar .navbar-nav li {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    margin-left: 25px;
  }
  .navbar .navbar-nav li {
    margin-right: 16px;
  }
  .navbar .navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav li {
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav li {
    margin-right: 40px;
  }
}
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  height: 50px;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    height: 60px;
    border-right: 2px solid #ff9828;
  }
}
.navbar .navbar-brand img {
  max-height: 100%;
}
.navbar .navbar-form {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .navbar .navbar-form {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-form .input-group {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-form .input-group {
    width: 230px;
  }
}
.main-nav {
  min-height: 38px;
  background-color: #ff9828;
}
@media (min-width: 768px) {
  .main-nav {
    background-image: -webkit-linear-gradient(top, #ff9828 0%, #ff890a 100%);
    background-image: linear-gradient(to bottom, #ff9828 0%, #ff890a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9828', endColorstr='#ffff890a', GradientType=0);
  }
}
.main-nav ul {
  list-style: none outside none;
}
.main-nav ul.main-nav-top {
  margin: 0 -15px 0 -15px;
  padding: 0;
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top {
    margin: 0;
    display: flex;
    flex-direction: row;
  }
}
.main-nav ul.main-nav-top > li {
  border-top: 1px dotted #ffc98e;
  flex-grow: 3;
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top > li {
    flex-grow: 1;
    border: none;
  }
}
.main-nav ul.main-nav-top > li > a {
  display: block;
  padding-left: 30px;
  padding-right: 20px -4px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top > li > a {
    font-size: 16px;
    padding-left: 17px;
    padding-right: 18px;
  }
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1200px) {
  .main-nav ul.main-nav-top > li > a {
    padding-left: 28px;
    padding-right: 32px;
  }
}
.main-nav ul.main-nav-top > li > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0px;
  margin-bottom: 18px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top > li > a:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a:before {
    display: inline-block;
  }
}
.main-nav ul.main-nav-top > li > a:focus,
.main-nav ul.main-nav-top > li > a:hover {
  outline: none;
  text-decoration: none;
}
.main-nav ul.main-nav-top > li > a .iconsvg {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-nav ul.main-nav-top > li > a .iconsvg {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-nav ul.main-nav-top > li > a .iconsvg {
    display: block;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .iconsvg {
    float: left;
  }
}
.main-nav ul.main-nav-top > li > a .itrenink {
  color: #fff;
  margin-top: -28px;
  left: 10px;
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .itrenink {
    margin-top: 9px;
  }
}
.main-nav ul.main-nav-top > li > a .fyzio {
  width: 16px;
  height: 16px;
  margin-top: -28px;
  left: 13px;
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .fyzio {
    margin-top: 11px;
  }
}
.main-nav ul.main-nav-top > li > a .icamps {
  width: 26px;
  height: 26px;
  margin-top: -32px;
  left: 8px;
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .icamps {
    margin-top: 6px;
  }
}
.main-nav ul.main-nav-top > li > a .itests {
  width: 16px;
  height: 16px;
  margin-top: -27px;
  left: 14px;
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .itests {
    margin-top: 11px;
  }
}
.main-nav ul.main-nav-top > li > a .ischool {
  width: 25px;
  height: 25px;
  margin-top: -32px;
  left: 10px;
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .ischool {
    margin-top: 7px;
  }
}
.main-nav ul.main-nav-top > li > a .iservis {
  width: 17px;
  height: 17px;
  margin-top: -28px;
  left: 12px;
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .iservis {
    margin-top: 11px;
  }
}
.main-nav ul.main-nav-top > li > a .imytrain {
  width: 19px;
  height: 19px;
  margin-top: -27px;
  left: 10px;
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li > a .imytrain {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top > li:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: -38px;
    width: 1px;
    height: 38px;
    background: url("../img/main_nav_spacer.png?max-age=86400") center center no-repeat;
  }
}
.main-nav ul.main-nav-top > li:first-child,
.main-nav ul.main-nav-top > li.first,
.main-nav ul.main-nav-top > li:last-child,
.main-nav ul.main-nav-top > li.last {
  border: 0;
}
.main-nav ul.main-nav-top > li:first-child:after,
.main-nav ul.main-nav-top > li.first:after,
.main-nav ul.main-nav-top > li:last-child:after,
.main-nav ul.main-nav-top > li.last:after {
  display: none;
}
.main-nav ul.main-nav-top > li.muj-trenink {
  background-image: -webkit-linear-gradient(top, #69748a 0%, #4b5363 100%);
  background-image: linear-gradient(to bottom, #69748a 0%, #4b5363 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff69748a', endColorstr='#ff4b5363', GradientType=0);
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li.muj-trenink:hover > a {
    background-image: -webkit-linear-gradient(top, #5e687c 0%, #404754 100%);
    background-image: linear-gradient(to bottom, #5e687c 0%, #404754 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e687c', endColorstr='#ff404754', GradientType=0);
  }
}
.main-nav ul.main-nav-top > li.muj-trenink.active > a {
  background-image: -webkit-linear-gradient(top, #5e687c 0%, #404754 100%);
  background-image: linear-gradient(to bottom, #5e687c 0%, #404754 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e687c', endColorstr='#ff404754', GradientType=0);
}
.main-nav ul.main-nav-top > li.muj-trenink.has-subnav:hover:before,
.main-nav ul.main-nav-top > li.muj-trenink.has-subnav.active:before {
  border-color: #404754 transparent transparent transparent;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul {
  background-color: #646f84;
  width: 420px;
  color: #fff;
}
@media (max-width: 768px) {
  .main-nav ul.main-nav-top > li.muj-trenink > ul {
    right: 0;
  }
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top > li.muj-trenink > ul {
    margin-left: -254px;
  }
}
.main-nav ul.main-nav-top > li.muj-trenink > ul a {
  color: #fff;
  text-decoration: underline;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul > li:not(:first-child) {
  border-color: #fff;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul > li .links-list li {
  padding: 8px 0;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul > li .login-list {
  list-style-type: disc;
  padding-left: 12px;
  margin-top: 20px;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul > li .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  margin-right: 10px;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul > li .circle .glyphicon {
  display: block;
  margin-top: 1px;
  margin-left: 2px;
  color: #646f84;
  font-size: 12px;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul .form-group {
  width: 145px;
}
.main-nav ul.main-nav-top > li.muj-trenink > ul .form-group label {
  font-weight: 400;
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top > li.muj-trenink > ul {
    border: 0;
  }
}
.main-nav ul.main-nav-top > li.active > a {
  background-image: -webkit-linear-gradient(top, #ff8c0e 0%, #f07c00 100%);
  background-image: linear-gradient(to bottom, #ff8c0e 0%, #f07c00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8c0e', endColorstr='#fff07c00', GradientType=0);
}
@media (min-width: 992px) {
  .main-nav ul.main-nav-top > li:hover > a {
    background-image: -webkit-linear-gradient(top, #ff8c0e 0%, #f07c00 100%);
    background-image: linear-gradient(to bottom, #ff8c0e 0%, #f07c00 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8c0e', endColorstr='#fff07c00', GradientType=0);
  }
}
.main-nav ul.main-nav-top > li.has-subnav:hover:before,
.main-nav ul.main-nav-top > li.has-subnav.active:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -5px;
  border-style: solid;
  border-width: 10px 5px;
  border-color: #f07c00 transparent transparent transparent;
  z-index: 1002;
}
.main-nav ul.main-nav-top > li.has-subnav.not-clickable:hover > ul {
  display: block;
}
.main-nav ul.main-nav-top > li.has-subnav.clickable.active > ul,
.main-nav ul.main-nav-top > li.has-subnav .clickable.active > ul {
  display: block;
}
@media (max-width: 767px) {
  .main-nav ul.main-nav-top > li.has-subnav.clickable.active > ul,
  .main-nav ul.main-nav-top > li.has-subnav .clickable.active > ul {
    width: 100%!important;
  }
}
.main-nav ul.main-nav-top > li > ul {
  display: none;
  padding: 20px 0;
  background-color: #fff;
}
.main-nav ul.main-nav-top > li > ul > li {
  padding: 0 30px;
}
.main-nav ul.main-nav-top > li > ul > li:not(:last-child) {
  border-right: 1px dotted #ff9828;
}
.main-nav ul.main-nav-top > li > ul > li .nav-title {
  font-family: 'HelveticaNeueLTPro-LtEx';
  font-size: 13.6px;
  text-transform: uppercase;
}
.main-nav ul.main-nav-top > li > ul > li .nav-title2 {
  font-family: 'HelveticaNeueLTPro-LtEx';
  font-size: 13.6px;
  text-transform: uppercase;
  color: #000;
}
.main-nav ul.main-nav-top > li > ul > li .image-wrapper {
  margin-bottom: 15px;
}
.main-nav ul.main-nav-top > li > ul > li .image-wrapper img {
  height: 47px;
}
.main-nav ul.main-nav-top > li > ul > li > ul {
  padding: 6px 0 0 0;
}
.main-nav ul.main-nav-top > li > ul > li > ul li {
  padding: 2px 0;
}
@media (min-width: 768px) {
  .main-nav ul.main-nav-top > li > ul {
    position: absolute;
    border: 1px solid #d7d7d7;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    z-index: 1001;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .main-nav ul.main-nav-top > li > ul > li {
    float: left;
  }
  .main-nav ul.main-nav-top > li > ul > li .image-wrapper {
    text-align: center;
  }
  .main-nav ul.main-nav-top > li > ul > li:not(:first-child) {
    margin-top: 0;
  }
}
#slider,
#slider-product {
  width: 100%;
  height: 390px;
}
#slider .slide,
#slider-product .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center top;
}
#slider-product {
  background: url('../img/slides/main-background-black.jpg?max-age=86400');
}
#slider {
  background: url('../img/slides/main-background-black.jpg?max-age=86400');
}
#slider .slide .caption-img {
  display: none;
  position: absolute;
}
#slider .slide .caption {
  display: none;
  position: absolute;
}
@media (min-width: 768px) {
  #slider .slide .caption {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  #slider .slide .caption {
    width: 1150px;
  }
}
#slider .slide .caption .left-part {
  float: left;
  width: 50%;
  height: 390px;
}
#slider .slide .caption p {
  font-family: 'AauxNext-Regular';
  color: #333333;
  width: 100%;
  color: #fff;
}
#slider .slide .caption h2 {
  padding-bottom: 2px;
  padding: 40px 10px 10px 15px;
  margin: 0px;
  font-weight: 400;
  color: #ff9828;
  text-tansform: uppercase;
  font-size: 33px;
}
#slider .slide .caption p {
  font-size: 18px;
  font-weight: 300;
  padding: 15px 35px 15px 15px;
}
#slider .slide .caption .final-o {
  background-image: linear-gradient(to bottom, #42A004 0px, #008000 100%);
  color: #fff;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
  font-size: 19px;
  margin: 5px 15px;
  padding: 4px 10px;
  display: block;
  float: left;
  border-radius: 3px;
  cursor: pointer;
}
#slider .slide .caption .final-o:hover {
  color: #fff;
  text-decoration: none;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
}
#slider .slide .caption .final-o:focus {
  color: #fff;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
}
#slider .slide .primary-img {
  position: absolute;
  right: 90px;
  bottom: 0px;
  max-height: 380px;
}
#slider .slide .secound-img {
  position: absolute;
  right: -25px;
  bottom: 60px;
  width: 190px;
}
.slider-pager {
  position: absolute;
  margin-top: -50px;
  z-index: 100;
}
@media (min-width: 768px) {
  .slider-pager {
    width: 1100px;
  }
}
@media (min-width: 1200px) {
  .slider-pager {
    width: 1100px;
  }
}
.slider-pager a {
  display: block;
  float: left;
  position: relative;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  outline: 0px;
}
.slider-pager a:hover {
  text-decoration: none;
  outline-offset: -3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
}
.slider-pager a.cycle-pager-active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 20px;
  left: 50%;
  border-style: solid;
  text-decoration: none;
  z-index: 100;
  margin-left: -10px;
  border-width: 15px 10px;
  border-color: transparent transparent #fbfbfb transparent;
  outline: 0px;
}
.link-page {
  color: #999;
}
.link-page:hover {
  color: #666;
}
.link-page-banner {
  display: block;
  margin-left: 10px;
  margin-bottom: 45px;
}
.link-page-banner img {
  width: 99%;
}
.items-list {
  margin-bottom: 20px;
}
.items-list.list-galleries .col-item,
.items-list.list-news .col-item {
  border: none;
}
.items-list .col-item {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .items-list .col-item {
    border-right: 1px solid #fff;
  }
  .items-list .col-item:nth-child(odd) {
    border-color: #eeeeee;
  }
}
@media (min-width: 992px) {
  .items-list .col-item {
    border-right: 1px solid #fff;
  }
  .items-list .col-item:not(:last-child) {
    border-color: #eeeeee;
  }
}
.items-list .col-item.no-border {
  border: none;
}
.items-list .col-item .text-date {
  font-size: 14.4px;
  text-align: right;
  padding-top: 7px;
}
.items-list .col-item .date {
  margin-top: 10px;
}
.items-list .item {
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .items-list .item.top {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .items-list .item.top {
    height: 255px;
  }
  .items-list .item.top h2 {
    margin-top: 4px;
  }
}
@media (min-width: 1200px) {
  .items-list .item.top {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .items-list .item.news2 {
    height: auto !important;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  }
  .items-list .item.news2:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
  }
  .items-list .item.news2 .hider {
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .items-list .item.news2 p,
  .items-list .item.news2 h2 {
    text-align: left;
    font-size: 14px;
  }
  .items-list .item.news2 h2 {
    font-size: 14.4px;
  }
  .items-list .item.news2 .more2 {
    float: left;
    width: 100%;
  }
  .items-list .item.news2 .more {
    width: 100%;
  }
  .items-list .item.news2 .more .date-3 {
    display: block;
    float: right;
    right: 0px;
    background: #ff9828;
    margin-right: 33px;
    margin-top: -4px;
    z-index: 1200;
    padding: 2px 3px;
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
  }
  .items-list .item.news2 .more .date {
    display: block;
    height: 30px;
    margin-top: -5px;
    padding-top: 0px;
    float: left;
  }
}
@media (min-width: 992px) {
  .items-list .item.news2 {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .items-list .item.news2 {
    height: auto !important;
  }
}
.items-list .item.news2 .date {
  font-size: 12px;
  margin-bottom: 1.66666667px;
}
@media (min-width: 768px) {
  .items-list .item.news {
    /*height: auto !important;*/
    height: 400px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  }
  .items-list .item.news:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
  }
  .items-list .item.news .hider {
    margin-left: 25px;
    margin-right: 25px;
  }
  .items-list .item.news p,
  .items-list .item.news h2 {
    text-align: left;
    font-size: 14px;
  }
  .items-list .item.news h2 {
    font-size: 14.4px;
  }
  .items-list .item.news .more2 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
  }
  .items-list .item.news .more {
    width: 100%;
  }
  .items-list .item.news .more .date-3 {
    display: block;
    float: right;
    right: 0px;
    background: #ff9828;
    margin-right: 33px;
    margin-top: -4px;
    z-index: 1200;
    padding: 2px 3px;
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
  }
  .items-list .item.news .more .date {
    display: block;
    height: 30px;
    margin-top: -5px;
    padding-top: 0px;
    float: left;
  }
}
@media (min-width: 992px) {
  .items-list .item.news {
    /*height: auto !important;*/
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .items-list .item.news {
    height: !important;
  }
}
.items-list .item.news .date {
  font-size: 12px;
  margin-bottom: 1.66666667px;
}
.items-list .item.gallery {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.7;
}
.items-list .item.gallery:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
  opacity: 1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.items-list .item.gallery h2 {
  display: block;
  width: 100%;
  podding-top: 10px;
  font-size: 12px;
  padding-bottom: 0px;
}
.items-list .item.gallery img {
  max-width: 50%;
  float: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .items-list .item.gallery img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .items-list .item.semitransparent-img img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .items-list .item.semitransparent-img:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
}
.items-list .item .date-3 {
  position: absolute;
}
.items-list .item img {
  max-width: 100%;
  vertical-align: top;
}
.items-list .item h2,
.items-list .item p {
  padding: 0 10px;
}
.items-list .item h2 {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .items-list .item h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
}
.items-list .item h2 a {
  color: #333333;
}
.items-list .item p {
  color: #999999;
  text-align: center;
  font-weight: 300;
}
.items-list .item .hider {
  position: absolute;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  background-color: transparent;
}
.widebar.bg-lighter .items-list .col-item .item .hider {
  background-image: -webkit-linear-gradient(top, rgba(251, 251, 251, 0) 0%, #fbfbfb 100%);
  background-image: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0%, #fbfbfb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fbfbfb', endColorstr='#fffbfbfb', GradientType=0);
}
.items-list.list-galleries .col-item,
.items-list.list-news .col-item,
.items-list.list-calendar .col-item {
  border: none;
}
.items-list .col-item .action-full {
  background: #fff;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 7px;
}
.items-list .col-item .action-full:last-child,
.items-list .col-item .action-full .last {
  border: none;
}
.items-list .col-item .action-full.active {
  color: #ff9828;
}
.items-list .col-item .action-full .date {
  float: left;
  width: 100px;
  border-right: 1px solid #ff9828;
  padding-right: 0px;
  padding-top: 6px;
}
.items-list .col-item .action-full .date strong,
.items-list .col-item .action-full .date span {
  display: block;
  text-align: center;
}
.items-list .col-item .action-full .date strong {
  line-height: 1;
  font-size: 22px;
}
@media (min-width: 992px) {
  .items-list .col-item .action-full .date strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
}
.items-list .col-item .action-full .date span {
  text-transform: uppercase;
  font-size: 11px;
}
.items-list .col-item .action-full .text-date {
  float: left;
  width: 75%;
  margin-left: 10px;
  padding: 10px;
  text-align: left;
  font-size: 16px;
}
.items-list .col-item .action {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.items-list .col-item .action:last-child,
.items-list .col-item .action .last {
  border: none;
}
.items-list .col-item .action.active {
  color: #ff9828;
}
.items-list .col-item .action .date {
  float: left;
  width: 25%;
}
.items-list .col-item .action .date strong,
.items-list .col-item .action .date span {
  display: block;
  text-align: center;
}
.items-list .col-item .action .date strong {
  line-height: 1;
  font-size: 22px;
}
@media (min-width: 992px) {
  .items-list .col-item .action .date strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
}
.items-list .col-item .action .date span {
  text-transform: uppercase;
  font-size: 11px;
}
.items-list .col-item .action .text {
  float: left;
  width: 75%;
  padding: 10px;
}
.items-list .col-item .action .text p {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .items-list .col-item .action .text p {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .items-list .col-item .action .text p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .items-list .col-item .action .text p {
    font-size: 18px;
  }
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: #ffd2d2;
  color: #777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 0 5px;
}
.send-task-2 {
  width: 250px;
}
.super-biker-option {
  border-bottom: 1px dotted #ddd;
  padding: 4px 0px 4px 0px;
}
.super-biker-option input {
  cursor: pointer;
}
.width-100 {
  width: 100%;
}
.width-25 {
  width: 25%;
}
.no-padding {
  padding: 0px;
  margin: 0px;
  margin-right: -4px;
}
.padding-15 {
  padding: 15px 25px 15px 25px;
}
@media (max-width: 768px) {
  .padding-15 {
    padding: 0px;
  }
}
.padding-15-2 {
  padding: 15px 25px 15px 25px;
}
@media (max-width: 768px) {
  .padding-15-2 {
    padding: 5px 15px 10px 15px;
  }
}
.padding-5 {
  padding-top: 5px;
}
.border-primary {
  border: 1px solid #ff9828;
}
.special-2 {
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
}
.small-2 {
  display: block;
  font-size: 12px;
  padding: 0px;
  padding-top: 10px;
}
.title-camps-xx:hover {
  text-decoration: none;
}
.title-camps-xx:hover h3 {
  text-decoration: underline;
}
.text-dark {
  color: #333;
  text-decoration: none;
}
.bg-white {
  background: #fff;
}
.title-xxc {
  display: block;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.box-sh-g-2 {
  box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.35);
}
.round-1-x {
  position: absolute;
  text-align: center;
  top: 250px;
  width: 80px;
  height: 80px;
  background: #ff9828;
  color: #fff;
  padding-top: 15px;
  z-index: 2000;
  border-radius: 40px;
}
.round-1-x .g1 {
  padding-top: 10px;
  font-size: 26px;
  padding: 0px;
  line-height: 27px;
  font-weight: bold;
}
.round-1-x .g2 {
  padding: 0px;
  font-size: 16px;
}
.uppercase {
  text-transform: uppercase;
}
.radius-15 {
  border-radius: 15px 15px 15px 15px;
}
.radius-up {
  border-radius: 15px 15px 0px 0px;
}
.super-biker-option:hover {
  background: #EEFFF4;
}
.textarea-task-demand {
  width: 400px;
  height: 200px;
  font-size: 14px;
  padding: 3px;
}
#maps-loc {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
#maps-loc #map-canvas {
  float: left;
  width: 100%;
  height: 400px;
}
#maps-loc #panel {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#maps-loc #panel .start {
  float: left;
  padding-top: 5px;
}
#maps-loc #panel #start {
  float: left;
  width: 480px;
  margin-left: 10px;
}
#maps-loc #directions-panel {
  float: left;
  width: 100%;
  font-size: 10px;
  background-color: #fff;
}
#maps-loc .final-o {
  float: right;
  width: 140px;
  font-size: 16px;
  margin-left: 10px;
}
.navxx {
  float: right;
  width: 165px;
}
.find-x {
  float: right;
  height: 30px;
  padding-top: 4px;
  color: red;
  background: url('../images/bg-button?max-age=86400') center top repeat-x;
  cursor: pointer;
  width: 165px;
  text-align: center;
}
.youtube-x {
  float: left;
  margin-top: 10px;
  padding: 0px;
  margin-bottom: 15px;
}
.find-x2 {
  float: right;
  height: 30px;
  padding-top: 4px;
  width: 165px;
  text-align: center;
  color: #fff;
  background: url('../images/bg-button?max-age=86400') center top repeat-x;
  cursor: pointer;
  margin-top: 5px;
}
.adp-directions {
  width: 930px;
}
.page-univerzal .title-item {
  margin-bottom: 15px;
  margin-top: 3px;
}
.page-univerzal-detail .text-detail h3 {
  font-size: 16px;
}
.page-univerzal-detail p,
.page-univerzal-detail ul {
  font-size: 15px;
}
.page-univerzal-detail ul {
  padding-left: 15px;
  list-style: disc outside url("../img/list_chevron.png?max-age=86400");
}
.page-univerzal-detail hr {
  border-color: #ddd;
}
.items-list.galleries .col-gallery {
  margin-bottom: 50px;
}
.items-list.galleries .item.gallery {
  border-bottom: 1px solid #ff9828;
  border-left: 1px solid #eee;
  border-right: 1px solid #dee;
  -webkit-box-shadow: 0 8px 3px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 3px -4px rgba(0, 0, 0, 0.25);
}
.items-list.galleries .item.gallery h2 {
  margin-bottom: 20px;
}
.items-list.galleries .item.gallery .images {
  position: relative;
}
.items-list.galleries .item.gallery .images .glyphicon-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 999;
  font-size: 32px;
  color: #ff9828;
}
.items-list.galleries .item.gallery.top {
  border-width: 1px;
  height: auto;
}
.items-list.galleries .item.gallery.top h1 {
  margin: 40px 0;
}
.items-list.galleries .item.gallery.top h1 a {
  color: inherit;
}
.items-list.galleries .item.gallery.top .images {
  position: relative;
}
.items-list.galleries .item.gallery.top .images .glyphicon-play {
  margin-top: -35px;
  margin-left: -35px;
  font-size: 70px;
}
@media (min-width: 768px) {
  .items-list.galleries .item.gallery {
    height: auto;
  }
}
@media (min-width: 992px) {
  .items-list.galleries .item.gallery {
    height: 137px;
  }
}
@media (min-width: 1200px) {
  .items-list.galleries .item.gallery {
    height: 156px;
  }
}
.gallery-detail {
  margin-bottom: 40px;
}
.gallery-detail img.leading {
  max-width: 100%;
  margin: 0;
  border-bottom: 2px solid #ff9828;
  -webkit-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.25);
}
.gallery-detail .thumbnails {
  margin-top: 40px;
}
.gallery-detail .thumbnails h2 {
  color: #999999;
  margin: 20px;
}
.presentation {
  position: relative;
  bottom: -130px;
  margin-top: -130px;
}
.presentation img {
  max-width: 100%;
}
.presentation small {
  text-transform: uppercase;
}
.presentation h3 {
  margin: 0 0 7px 0;
}
@media (min-width: 768px) {
  .presentation h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .presentation h3 {
    font-size: 24px;
  }
}
.presentation h3 small {
  margin: 0;
  font-family: 'HelveticaNeueLTPro-LtEx';
  color: inherit;
}
@media (min-width: 768px) {
  .presentation h3 small {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .presentation h3 small {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .presentation h3 small {
    font-size: 16px;
  }
}
.presentation .detail {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 110px;
  width: 100%;
  background-color: #f2f2f2;
  z-index: 999;
}
.presentation .detail .table-wrapper {
  display: none;
  position: absolute;
  bottom: 0;
}
.presentation .detail .table-wrapper table {
  width: 100%;
}
.presentation .detail .table-wrapper table td {
  padding: 0 15px 40px 15px;
  vertical-align: bottom;
}
.presentation .detail .table-wrapper table td.image {
  width: 20%;
  padding-bottom: 0;
}
.presentation .detail .table-wrapper table td.perex {
  width: 25%;
}
.presentation .detail .table-wrapper table td.perex p {
  font-weight: 500;
}
.presentation .detail .table-wrapper table td.text {
  width: 55%;
}
.presentation .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.presentation .slide .item {
  text-align: center;
  cursor: pointer;
}
.presentation .slide .item .image {
  height: 404px;
  position: relative;
}
@media (min-width: 768px) {
  .presentation .slide .item .image {
    height: 283px;
  }
}
@media (min-width: 992px) {
  .presentation .slide .item .image {
    height: 382px;
  }
}
@media (min-width: 1200px) {
  .presentation .slide .item .image {
    height: 404px;
  }
}
.presentation .slide .item .image .img-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.presentation .slide .item .caption {
  height: 110px;
  padding-top: 28px;
}
.presentation .slide .item .caption.active {
  background-color: #f2f2f2;
}
.logos-flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.logos-flex-item {
  width: 200px;
  height: 40px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 970px) {
  .logos-flex-item {
    width: 100px;
    height: 80px;
    margin-top: 10px;
    text-align: center;
  }
}
.logos {
  text-align: center;
}
.logos a {
  display: block;
  height: 76px;
}
.logos a.colnago {
  text-align: center;
  margin-bottom: 20px;
}
.logos a.colnago img {
  width: 250px;
  height: 80px;
}
@media (min-width: 992px) {
  .logos a.colnago {
    margin-left: 10%;
    width: 250px;
    margin-bottom: 0;
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .logos a.colnago {
    padding-top: 0px;
    padding-left: 50px;
  }
}
.logos a.bmc {
  margin-bottom: 20px;
  padding-top: 15px;
}
.logos a.bmc img {
  width: 110px;
}
@media (min-width: 992px) {
  .logos a.bmc {
    margin-bottom: 0;
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .logos a.bmc {
    padding-top: 30px;
  }
}
.logos a.nutrend {
  padding-top: 12px;
  margin-bottom: 20px;
}
.logos a.nutrend img {
  width: 126px;
}
@media (min-width: 992px) {
  .logos a.nutrend {
    margin-bottom: 0;
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .logos a.nutrend {
    padding-top: 25px;
  }
}
.logos a.mpi {
  padding-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .logos a.mpi {
    margin-bottom: 0;
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .logos a.mpi {
    padding-top: 20px;
  }
}
.logos a.mpi img {
  width: 94px;
}
.logos a.garmin {
  padding-top: 20px;
  margin-bottom: 20px;
}
.logos a.garmin img {
  width: 125px;
}
@media (min-width: 992px) {
  .logos a.garmin {
    padding-top: 18px;
  }
}
@media (min-width: 1200px) {
  .logos a.garmin {
    padding-top: 17px;
  }
}
.logos a.mcc {
  padding-top: 4px;
}
@media (min-width: 992px) {
  .logos a.mcc {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .logos a.mcc {
    padding-top: 26px;
  }
}
.logos a.mcc img {
  width: 175px;
}
.logos a.lawi {
  padding-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .logos a.lawi {
    padding-top: 18px;
  }
}
@media (min-width: 1200px) {
  .logos a.lawi {
    padding-top: 12px;
  }
}
.logos a.lawi img {
  width: 64px;
}
.ddd {
  font-size: 11px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.4.2018, 17:45:46
    Author     : Pilotmedia
*/
.header-bg {
  background: #FF7701;
}
.header-bg .padding-x2 {
  padding-left: 5px;
  padding-right: 5px;
}
.header-bg .menu {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.header-bg .mtb {
  float: left;
  display: inline;
  margin-left: 3%;
}
.header-bg .road {
  position: absolute;
  left: 50%;
  margin-left: -70px;
}
@media (max-width: 768px) {
  .header-bg .road {
    margin-left: -45px;
  }
}
.header-bg .train {
  float: right;
  margin-right: 3%;
}
.header-bg li {
  display: inline;
}
.header-bg li a {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  display: block;
  padding: 0px;
  text-align: center;
  color: #fff;
  font-size: 3px;
}
@media (max-width: 768px) {
  .header-bg li a {
    width: 94px;
    height: 94px;
    border-radius: 47px;
  }
}
.header-bg li a img {
  position: absolute;
  margin-left: -75px;
  padding: 0px;
  height: 150px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header-bg li a img {
    margin-left: -47px;
    width: 94px;
    height: 94px;
    border-radius: 47px;
  }
}
.header-bg li a:hover {
  -webkit-animation: opacity-ani 1s;
  background: none;
}
.header-bg li .future {
  position: absolute;
  margin-left: -150px;
  padding: 0px;
  height: 150px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header-bg li .future {
    margin-left: -94px;
    width: 94px;
    height: 94px;
    border-radius: 47px;
  }
}
.header-bg li .menu-active {
  position: absolute;
  margin-top: 15px;
  width: 150px;
}
@media (max-width: 768px) {
  .header-bg li .menu-active {
    width: 94px;
  }
}
.aca-moutains-bg {
  padding-top: 40px;
  background: url("../img/aca/foto_hory_pod_video_50.jpg") no-repeat scroll #fff;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 768px) {
  .aca-moutains-bg {
    background-position: center bottom;
  }
}
.aca-moutains-bg .main-part {
  margin-bottom: 30px;
  width: 80%;
  margin-left: 10%;
}
@media (max-width: 768px) {
  .aca-moutains-bg .main-part {
    width: 96%;
    margin-left: 2%;
  }
}
.aca-moutains-bg .main-part .more {
  position: relative;
  margin-top: 30px;
  padding: 0px 5px 0px 5px;
}
.aca-moutains-bg h1 {
  text-align: center;
  font-size: 25px;
  padding: 2px 8% 30px 0px;
}
.aca-moutains-bg .preview-part {
  display: block;
  float: left;
  text-align: center;
  margin-top: 25%;
  margin-left: -100px;
  width: 70px;
}
@media (max-width: 768px) {
  .aca-moutains-bg .preview-part {
    margin-left: -20px;
    margin-top: -100px;
  }
}
.aca-moutains-bg .preview-part img {
  margin-bottom: 5px;
  width: 50px;
}
@media (max-width: 768px) {
  .aca-moutains-bg .preview-part img {
    width: 30px;
  }
}
.aca-moutains-bg .next-part {
  display: block;
  float: right;
  text-align: center;
  margin-top: 25%;
  margin-right: -100px;
  width: 70px;
}
@media (max-width: 768px) {
  .aca-moutains-bg .next-part {
    margin-right: -20px;
    margin-top: -100px;
  }
}
.aca-moutains-bg .next-part img {
  margin-bottom: 5px;
  width: 50px;
}
@media (max-width: 768px) {
  .aca-moutains-bg .next-part img {
    width: 30px;
  }
}
.aca-moutains-bg a:hover img {
  -webkit-animation: filter-animation 1s;
}
.aca-middle .header {
  margin-top: 30px;
  margin-bottom: 40px;
}
.aca-middle h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding: 3px;
  margin: 0px;
}
.aca-middle h2.bold {
  text-align: center;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 30px;
}
.aca-parts {
  background: url("../img/aca/parts-bg-1.jpg") repeat-x scroll center top #fff;
  padding-bottom: 50px;
}
.aca-parts .aca-items {
  position: relative;
  height: 120px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0px 5px 12px 0px #bab6ba;
}
@media (max-width: 768px) {
  .aca-parts .aca-items {
    height: 90px;
  }
}
.aca-parts .aca-items .images {
  float: left;
  width: 120px;
  height: 120px;
  opacity: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .aca-parts .aca-items .images {
    width: 90px;
    height: 90px;
  }
}
.aca-parts .aca-items .images img.bg {
  width: 120px;
  z-index: 900;
  position: absolute;
}
@media (max-width: 768px) {
  .aca-parts .aca-items .images img.bg {
    width: 90px;
  }
}
.aca-parts .aca-items .images .grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.aca-parts .aca-items .images img.icon {
  z-index: 1000;
  position: absolute;
  margin-left: 37px;
  margin-top: 37px;
}
@media (max-width: 768px) {
  .aca-parts .aca-items .images img.icon {
    margin-left: 22px;
    margin-top: 22px;
  }
}
.aca-parts .aca-items .ahref-x {
  position: absolute;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px;
  margin-left: 120px;
  display: flex;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .aca-parts .aca-items .ahref-x {
    margin-left: 90px;
    overflow: hidden;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 5px;
    height: 90px;
  }
}
.aca-parts .aca-items .ahref-x .middle-x {
  align-items: center;
  width: 100%;
  padding-left: 0px;
  margin: auto 0px auto 0px;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .aca-parts .aca-items .ahref-x .middle-x {
    margin: 0px;
    padding-left: 0px;
    margin: auto 0px auto 0px;
  }
}
.aca-parts .aca-items .ahref-x h3 {
  padding: 2px;
  margin: 0px;
  font-size: 16px;
  font-weight: 300;
  font-family: 'AauxNext-Regular';
}
.aca-parts .aca-items .ahref-x h3 .time-notice {
  text-transform: lowercase;
  font-size: 15px;
}
@media (max-width: 768px) {
  .aca-parts .aca-items .ahref-x h3 .time-notice {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .aca-parts .aca-items .ahref-x h3 {
    font-size: 14.5px;
  }
}
.aca-parts .aca-items .ahref-x h3.bold {
  font-family: 'AauxNext-Bold';
}
.aca-parts .aca-items .ahref-x h3.late {
  color: #A5A5A5;
}
.aca-parts .aca-items .ahref-x h3.stop {
  color: #8FC344;
}
.aca-camps {
  background: url("../img/aca/foto_kemp-50.jpg") no-repeat scroll center top #fff;
  background-size: cover;
}
@media (min-width: 1200px) {
  .aca-camps {
    height: 1000px;
    /* background-size: contain;*/
  }
}
.aca-camps .header {
  margin-top: 120px;
  margin-bottom: 40px;
  width: 80%;
  margin-left: 10%;
}
.aca-camps h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding: 3px;
  margin: 0px;
  color: #fff;
}
@media (max-width: 480px) {
  .aca-camps h2 {
    font-size: 20px;
  }
}
.aca-camps h2.bold {
  text-align: center;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 30px;
}
.aca-camps .main-part {
  text-align: center;
  width: 60%;
  margin: auto;
}
.aca-camps .main-part h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: 'AauxNext-Bold';
  margin-bottom: 15px;
}
.aca-camps .main-part p {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}
.aca-camps .main-part .location {
  width: 230px;
  margin: auto;
  height: 60px;
  font-family: 'AauxNext-Bold';
  font-size: 17px;
  padding-top: 18px;
  background: #8DC641;
  color: #fff;
}
@media (max-width: 480px) {
  .aca-camps .main-part .location {
    display: block;
    margin-left: -15%;
  }
}
.aca-camps .list-camps {
  margin-top: 80px;
}
.aca-camps .list-camps .was {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.aca-camps .list-camps .item-camps-small {
  height: 280px;
  background: #fff;
  width: 150px;
  position: relative;
  text-align: center;
  margin: 30px 0px 15px 0px;
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .aca-camps .list-camps .item-camps-small {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .aca-camps .list-camps .item-camps-small {
    width: 130px;
    height: 230px;
  }
}
.aca-camps .list-camps .item-camps-small h4 {
  font-size: 16px;
  font-family: 'AauxNext-Regular';
  text-align: center;
  color: #ff9828;
}
.aca-camps .list-camps .item-camps-small h4.bold {
  padding-top: 20px;
  font-family: 'AauxNext-Bold';
}
.aca-camps .list-camps .item-camps-small h4.type {
  font-family: 'AauxNext-Bold';
  color: #A5A5A5;
}
.aca-camps .list-camps .item-camps-small img {
  text-align: center;
  margin-left: 0px;
}
@media (max-width: 480px) {
  .aca-camps .list-camps .item-camps-small img {
    margin-left: 0px;
    width: 40px;
  }
}
.aca-camps .list-camps .down-part {
  position: absolute;
  bottom: 15px;
  margin-left: 12px;
}
@media (max-width: 480px) {
  .aca-camps .list-camps .down-part {
    margin-left: 10px;
  }
}
.aca-camps .list-camps .location {
  width: 125px;
  height: 30px;
  font-family: 'AauxNext-Bold';
  font-size: 13px;
  padding-top: 5px;
  background: #8DC641;
  color: #fff;
}
@media (max-width: 480px) {
  .aca-camps .list-camps .location {
    width: 110px;
  }
}
.aca-camps-big {
  background: #fff;
}
@media (max-width: 1200px) {
  .aca-camps-big {
    width: 100%;
  }
}
.aca-camps-big .middle-part {
  position: relative;
  height: 180px;
}
.aca-camps-big .middle-part .center-xx {
  margin: auto;
  width: 50%;
}
@media (max-width: 480px) {
  .aca-camps-big .middle-part .center-xx {
    width: 70%;
  }
}
.aca-camps-big .middle-part .else-location-1 {
  float: left;
  text-align: center;
  background: #FF9829;
  width: 250px;
  height: 50px;
  color: #fff;
  padding-top: 13px;
  font-size: 17px;
  font-family: 'AauxNext-Bold';
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 480px) {
  .aca-camps-big .middle-part .else-location-1 {
    width: 200px;
  }
}
.aca-camps-big .middle-part .else-location-2 {
  float: left;
  margin-left: 25px;
  text-align: center;
  background: #FF9829;
  width: 250px;
  height: 50px;
  color: #fff;
  padding-top: 13px;
  font-size: 17px;
  font-family: 'AauxNext-Bold';
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 480px) {
  .aca-camps-big .middle-part .else-location-2 {
    margin-left: 0px;
    margin-top: 25px;
    width: 200px;
  }
}
.aca-camps-big .was {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.aca-camps-big .header {
  margin-top: 80px;
  margin-bottom: 40px;
  width: 80%;
  margin-left: 10%;
}
.aca-camps-big h2 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding: 3px;
  margin: 0px;
  color: #000;
}
.aca-camps-big h2.bold {
  text-align: center;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 30px;
}
.aca-camps-big .item-camps-big {
  position: relative;
  height: 238px;
  background: #fff;
  width: 512px;
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1200px) {
  .aca-camps-big .item-camps-big {
    width: 440px;
    height: 197px;
    /* background-size: contain;*/
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .aca-camps-big .item-camps-big {
    margin-left: 0px;
    width: 100%;
  }
}
.aca-camps-big .item-camps-big .left-part {
  float: left;
}
.aca-camps-big .item-camps-big .left-part img {
  width: 350px;
}
@media (max-width: 1200px) {
  .aca-camps-big .item-camps-big .left-part img {
    width: 290px;
  }
}
@media (max-width: 480px) {
  .aca-camps-big .item-camps-big .left-part img {
    width: 100%;
  }
}
.aca-camps-big .item-camps-big .right-part {
  float: left;
  width: 162px;
}
@media (max-width: 1200px) {
  .aca-camps-big .item-camps-big .right-part {
    width: 145px;
  }
}
@media (max-width: 480px) {
  .aca-camps-big .item-camps-big .right-part {
    margin-left: 23%;
    margin-bottom: 10px;
  }
}
.aca-camps-big .item-camps-big .right-part h4 {
  font-size: 16.5px;
  font-family: 'AauxNext-Regular';
  text-align: center;
  color: #ff9828;
}
@media (max-width: 1200px) {
  .aca-camps-big .item-camps-big .right-part h4 {
    font-size: 15px;
    margin: 0px;
    padding: 5px;
  }
}
.aca-camps-big .item-camps-big .right-part h4.bold {
  padding-top: 10px;
  font-family: 'AauxNext-Bold';
}
.aca-camps-big .item-camps-big .right-part h4.type {
  font-family: 'AauxNext-Bold';
  color: #A5A5A5;
}
.aca-camps-big .item-camps-big .right-part img {
  text-align: center;
  margin-left: 58px;
  width: 40px;
}
@media (max-width: 1200px) {
  .aca-camps-big .item-camps-big .right-part img {
    width: 35px;
    margin-left: 50px;
  }
}
.aca-camps-big .item-camps-big .right-part .location {
  width: 125px;
  height: 30px;
  font-family: 'AauxNext-Bold';
  font-size: 13px;
  padding-top: 5px;
  background: #8DC641;
  color: #fff;
  margin: auto;
}
@-webkit-keyframes filter-animation {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
  }
  50% {
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  }
}
@-webkit-keyframes opacity-ani {
  0% {
    -webkit-box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0);
    box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0);
  }
  30% {
    -webkit-box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0.39);
    box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0.39);
  }
  100% {
    -webkit-box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0.39);
    box-shadow: -1px -2px 16px 0px rgba(0, 0, 0, 0.39);
  }
}
.footer-space {
  margin-bottom: 45px;
}
.photo-table-articles-body-2 {
  float: left;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(75, 83, 99, 0.7);
}
@media (max-width: 992px) {
  .photo-table-articles-body-2 {
    width: 98%;
    margin-left: 1%;
  }
}
.photo-table-articles-body-2 .photo-row-2 {
  padding: 4px 0px 4px 5px;
}
@media (max-width: 992px) {
  .photo-table-articles-body-2 .photo-row-2 {
    padding: 8px 8px 0px 8px;
  }
}
.photo-table-articles-body-2 .gallery-full img {
  width: 49.44%;
  text-align: center;
}
@media (max-width: 992px) {
  .photo-table-articles-body-2 .gallery-full img {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.photo-table-articles-body {
  float: left;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(75, 83, 99, 0.7);
}
@media (max-width: 992px) {
  .photo-table-articles-body {
    width: 98%;
    margin-left: 1%;
  }
}
.photo-table-articles-body .photo-row {
  padding: 4px 0px 4px 5px;
}
@media (max-width: 992px) {
  .photo-table-articles-body .photo-row {
    padding: 8px 8px 0px 8px;
  }
}
.photo-table-articles-body .gallery-full img {
  width: 32.8%;
  text-align: center;
}
@media (max-width: 992px) {
  .photo-table-articles-body .gallery-full img {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
article {
  display: block;
}
.link-page-banner {
  margin-top: 10px;
  margin-bottom: 35px;
  float: left;
  width: 90%;
  margin-left: 5%;
  text-align: center;
}
.link-page-banner img {
  border-radius: 15px;
  text-align: center;
}
.bg-white {
  background: #fff;
}
.calendar-main .caledar-nav {
  margin-top: 15px;
}
.calendar-main h2.bold {
  text-align: left;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 24px;
}
.calendar-main .calendar-box {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  margin-top: 25px;
  background: #fff;
}
.calendar-main .calendar {
  padding: 45px 25px;
  background: #fff;
}
@media (max-width: 992px) {
  .calendar-main .calendar {
    padding: 40px 10px;
  }
}
.calendar-main .calendar .calendar-title {
  width: 100%;
  position: relative;
  height: 30px;
  margin-bottom: 15px;
}
.calendar-main .calendar .calendar-title .prev {
  position: absolute;
  display: block;
  width: 40px;
  height: 25px;
  left: 15px;
}
.calendar-main .calendar .calendar-title .next {
  position: absolute;
  display: block;
  width: 40px;
  height: 25px;
  right: 10px;
}
.calendar-main .calendar .calendar-title .glyphicon {
  font-size: 25px;
}
.calendar-main .calendar .calendar-title .month-title {
  display: block;
  text-align: center;
  font-family: 'AauxNext-Bold';
  font-size: 18px;
}
.calendar-main .calendar .calendar-list-day {
  width: 100%;
  text-align: center;
}
.calendar-main .calendar .calendar-list-day th {
  text-align: center;
  font-weight: 300;
}
.calendar-main .calendar .calendar-list-day td {
  text-align: center;
  padding: 8px 2px;
}
.calendar-main .calendar .calendar-list-day td .date {
  display: block;
  background: #F6F6F6;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding-top: 9px;
  font-family: 'AauxNext-Bold';
  color: #232323;
  border: 1px solid #EEEEEE;
}
.calendar-main .calendar .calendar-list-day td .blank {
  color: #BABABA;
  background: #FaFaFa;
}
.calendar-main .calendar .calendar-list-day td .active {
  background-color: #ff9828;
  color: #fff;
  border: 1px solid #F3982D;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.calendar-main .calendar .calendar-list-day td .active2 {
  background-color: #FFCB92;
  color: #fff;
  border: 1px solid #FFBA6F;
}
.calendar-main .calendar .calendar-list-day td .active-today {
  background-color: #FE5E07;
  border: 1px solid #EA5401;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.calendar-main .calendar .calendar-list-day td .today {
  background-color: #4C5365;
  color: #fff;
  font-weight: bold;
  border: 1px solid #404655;
}
.calendar-main .detail-event {
  background-color: #ff9828;
  border-left: 5px solid #FFCB92;
  padding: 30px 35px;
}
@media (max-width: 992px) {
  .calendar-main .detail-event {
    padding: 25px 25px ;
  }
}
.calendar-main .detail-event .date {
  font-size: 45px;
  color: #FFC17E;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
}
@media (max-width: 992px) {
  .calendar-main .detail-event .date {
    font-size: 35px;
  }
}
.calendar-main .detail-event h1 {
  color: #fff;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .calendar-main .detail-event h1 {
    font-size: 20px;
  }
}
.calendar-main .detail-event .prefix {
  color: #fff;
}
.calendar-main .detail-event .prefix h2,
.calendar-main .detail-event .prefix h1,
.calendar-main .detail-event .prefix h3 {
  font-size: 15px;
  font-family: 'AauxNext-Bold';
}
.calendar-main .detail-event .white-style {
  margin-top: 15px;
  background: #fff;
  text-transform: uppercase;
  font-family: 'AauxNext-Bold';
  padding: 6px 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.bg-gray {
  background: #F6F6F6;
  color: #212121;
}
.bg-gray .header {
  padding-bottom: 10px;
  padding-top: 50px;
}
.bg-gray .header-2 {
  padding-bottom: 10px;
  padding-top: 30px;
}
.bg-gray h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 3px;
  margin: 0px;
}
@media (max-width: 992px) {
  .bg-gray h2 {
    font-size: 20px;
  }
}
.bg-gray h2.bold {
  text-align: center;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 25px;
}
@media (max-width: 992px) {
  .bg-gray h2.bold {
    font-size: 20px;
  }
}
.bg-gray h2.bold-2 {
  text-align: left;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 22px;
}
@media (max-width: 992px) {
  .bg-gray h2.bold-2 {
    font-size: 18px;
  }
}
.aktulity-menu {
  background: url("../img/pozadi_rozcestnik.png") no-repeat scroll #fff;
  background-size: cover;
  background-position: center bottom;
  height: 250px;
}
@media (max-width: 992px) {
  .aktulity-menu {
    background: url("../img/pozadi_rozcestnik.png") no-repeat scroll #fff;
    background-size: cover;
    background-position: center bottom;
    height: auto;
  }
}
.aktulity-menu .ar-menu-item {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 85px;
  padding-top: 90px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 14px;
  background-color: #212121;
  border: 3px solid rgba(240, 240, 240, 0.2);
}
@media (max-width: 1200px) {
  .aktulity-menu .ar-menu-item {
    width: 135px;
    height: 135px;
    font-size: 10px;
  }
}
.aktulity-menu .ar-menu-item .icons2 {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: -62px;
  margin-left: 56px;
  /* transition: background 0.15s; */
  background-position: 0px 0px;
  background-size: 100px 50px;
}
@media (max-width: 1200px) {
  .aktulity-menu .ar-menu-item .icons2 {
    margin-top: -65px;
    margin-left: 40px;
  }
}
.aktulity-menu .bg-clanky {
  background: url('../img/articles/piktogram_01_clanky_sprite-8.png') no-repeat;
}
.aktulity-menu .bg-kalendar {
  background: url('../img/articles/piktogram_02_kalendar_sprite-8.png') no-repeat;
}
.aktulity-menu .bg-videa {
  background: url('../img/articles/piktogram_03_reportaze_sprite-8.png') no-repeat;
}
.aktulity-menu .bg-fotogalerie {
  background: url('../img/articles/piktogram_04_galerie_sprite-8.png') no-repeat;
}
.aktulity-menu .bg-cyclo {
  background: url('../img/articles/piktogram_05_skola_sprite-8.png') no-repeat;
}
.aktulity-menu .bg-team {
  background: url('../img/articles/piktogram_06_team_sprite-8.png') no-repeat;
}
.aktulity-menu .ar-menu-item:hover,
.aktulity-menu .active {
  color: #000;
  background: #fff;
  border: 3px solid #ff9828;
}
.aktulity-menu .ar-menu-item:hover .icons2,
.aktulity-menu .active .icons2 {
  background-position: -50px 0px;
}
.bg-hory {
  background: url("../img/articles/hory-bg.jpg") no-repeat scroll #fff;
  background-size: cover;
  background-position: center bottom;
}
.bg-adwords {
  background-image: url("../img/articles/prechod-top.jpg"), url("../img/articles/prechod-bottom.jpg");
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  background-color: #fff;
}
.bg-adwords .link-page-banner-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  float: left;
  width: 100%;
  text-align: center;
}
.bg-adwords .link-page-banner-2 img {
  width: 90%;
  border-radius: 15px;
  text-align: center;
}
.middle-part {
  height: 200px;
}
@media (max-width: 992px) {
  .middle-part {
    height: auto;
    padding-bottom: 35px;
    margin: auto;
  }
}
.ar-menu {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.ar-menu li {
  display: block;
  float: left;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .ar-menu li {
    padding-bottom: 15px;
  }
}
.ar-menu li:last-child {
  padding-right: 0px;
}
.ar-menu li:last-child a {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .ar-menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.articles-archiv {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-bottom: 45px;
  text-align: center;
  margin-top: -20px;
}
@media (max-width: 992px) {
  .articles-archiv {
    margin-top: 0px;
  }
}
.articles-archiv a {
  text-transform: capitalize;
  float: left;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  margin: 4px;
  margin-left: 0px;
  font-family: 'AauxNext-Bold';
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.articles-archiv .btw {
  float: left;
  display: inline-block;
  color: #333;
  padding-top: 15px;
}
.articles-archiv .active {
  background: #ff9828;
  color: #fff;
  border: 1px solid #F28000;
}
.articles-archiv .link {
  border: 1px solid #fafafa;
  background: #fff;
}
.artical-nav {
  list-style: none;
  padding: 0px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.artical-nav li {
  display: inline-block;
}
.artical-nav li a {
  border: 2px solid #ff9828;
  background: #ff9828;
  padding: 6px 10px 4px 10px;
  border-radius: 15px;
  color: #fff;
  font-family: 'AauxNext-Bold';
  font-size: 15px;
  text-transform: uppercase;
}
.artical-nav li a img {
  height: 20px;
  margin-top: -3px;
}
.artical-nav li.space {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-family: 'AauxNext-Bold';
  color: #ddd;
}
.awd-part {
  font-size: 25px;
  margin-top: 135px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 0px;
}
@media (max-width: 992px) {
  .awd-part {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.awd-part h3 {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  font-family: 'HelveticaNeueLTPro-BdEx';
}
.awd-part img {
  width: 100%;
  border-radius: 10px;
}
.awd-part-foto {
  margin-top: 105px;
}
.team-detail {
  text-align: left;
  font-size: 22px;
  padding: 0px 15px;
  margin-top: 35px;
}
.team-detail h2.bold {
  padding-bottom: 25px;
  font-size: 20px;
  font-family: 'HelveticaNeueLTPro-BdEx';
}
.team-detail .team-box {
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-top: -5px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .team-detail .team-box {
    width: 90%;
    margin-left: 5%;
  }
}
.team-detail .team-box img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.team-detail .team-box .rider-detail {
  padding: 5px 25px;
}
.team-detail .team-box .rider-detail h3 {
  color: #495561;
  text-align: left;
  font-weight: bold;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 20px;
}
.team-detail .team-box .rider-detail p {
  font-size: 16px;
}
.team-detail .team-box .rider-detail .medal {
  font-size: 18px;
  margin-top: 5px;
  width: 100%;
  padding: 0px 0px 5px 0px;
  height: 40px;
  color: #495561;
}
.team-detail .team-box .rider-detail .medal .result {
  display: block;
  float: left;
  margin-left: 5px;
  font-weight: bold;
  font-size: 15px;
  padding-top: 3px;
  margin-right: 20px;
}
.team-detail .team-box .rider-detail .medal .medal-base {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 16px;
  color: #fff;
  font-family: 'HelveticaNeueLTPro-BdEx';
  font-size: 15px;
  padding: 0px;
  text-align: center;
  line-height: 18px;
}
.team-detail .team-box .rider-detail .medal .gold {
  background: #FFCD43;
  border: 4px solid #FDE688;
}
.team-detail .team-box .rider-detail .medal .silver {
  background: #CACBD0;
  border: 4px solid #E7E8EC;
}
.team-detail .team-box .rider-detail .medal .bronze {
  background: #FFB535;
  border: 4px solid #F6D683;
}
.team-detail .team-box .left-x {
  left: -20px;
  top: 200px;
}
@media (max-width: 992px) {
  .team-detail .team-box .left-x {
    top: 180px;
  }
}
.team-detail .team-box .right-x {
  right: -20px;
  top: 200px;
}
@media (max-width: 992px) {
  .team-detail .team-box .right-x {
    top: 180px;
  }
}
.team-detail .team-box .control-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-top: -5px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.team-detail .team-box .control-2 span {
  position: absolute;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  margin-top: 12px;
}
.cat-menu {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cat-menu {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
.art-menu-cat {
  margin: 0px auto;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .art-menu-cat {
    display: block;
    width: 100%;
  }
}
.art-menu-cat li {
  display: inline;
  text-align: center;
  margin-right: 10px;
  line-height: 35px;
}
@media (max-width: 1200px) {
  .art-menu-cat li {
    display: inline;
    margin-right: 15px;
  }
}
.art-menu-cat li a {
  padding: 6px 20px 4px 20px;
  border-radius: 15px;
  color: #fff;
  font-family: 'AauxNext-Bold';
  font-size: 15px;
  text-transform: uppercase;
  background: #ff9828;
  border: 2px solid #fff;
}
@media (max-width: 1200px) {
  .art-menu-cat li a {
    display: block;
    font-size: 14px;
    float: left;
    padding: 5px 10px 3px 10px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.art-menu-cat li a:hover,
.art-menu-cat li .active {
  text-decoration: none;
  color: #ff9828;
  border: 2px solid #ff9828;
  background: #fff;
}
.article-base {
  font-size: 17px;
}
@media (max-width: 992px) {
  .article-base .artical-h1 {
    font-size: 24px;
  }
}
.article-base .perex {
  font-size: 20px;
}
.ar-dates {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .ar-dates {
    margin-top: 5px;
  }
}
.ar-dates h2 {
  padding-bottom: 25px;
  font-size: 22px;
  font-family: 'HelveticaNeueLTPro-BdEx';
}
.ar-dates .video-h2 {
  padding-left: 15px;
}
.ar-dates .calendar-btn {
  background-color: #ff9828;
  color: #fff;
  margin-left: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: 'AauxNext-Bold';
  padding: 6px 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.ar-dates .fit-height {
  height: 325px;
}
@media (max-width: 992px) {
  .ar-dates .fit-height {
    height: auto;
  }
}
.ar-dates .fit-height-4 {
  height: 280px;
}
@media (max-width: 992px) {
  .ar-dates .fit-height-4 {
    height: auto;
  }
}
.ar-dates .fit-height-3 {
  height: 300px;
}
@media (max-width: 992px) {
  .ar-dates .fit-height-3 {
    height: auto;
  }
}
.ar-dates .fit-height-2 {
  height: 325px;
}
@media (max-width: 992px) {
  .ar-dates .fit-height-2 {
    height: auto;
  }
}
.ar-dates .white-stick {
  position: absolute;
  width: 5px;
  height: 8px;
  margin-left: 115px;
  background: #fff;
}
@media (max-width: 992px) {
  .ar-dates .white-stick {
    margin-left: 86px;
  }
}
.ar-dates .white-stick-last {
  position: absolute;
  width: 4px;
  height: 40px;
  background: #F6F6F6;
  margin-left: 116px;
  margin-top: -34px;
}
@media (max-width: 992px) {
  .ar-dates .white-stick-last {
    margin-left: 86px;
    margin-top: -33px;
  }
}
.ar-dates .ar-items-video {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  background-color: #fff;
}
.ar-dates .ar-items-video h3 {
  display: block;
  padding: 15px 15px 15px 15px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  font-family: 'AauxNext-Regular';
}
@media (max-width: 992px) {
  .ar-dates .ar-items-video h3 {
    padding: 10px 12px 10px 12px;
    font-size: 16px;
  }
}
.ar-dates .ar-items-video h3 a {
  color: #495561;
}
.ar-dates .ar-items-video h3 a:hover {
  text-decoration: underline;
}
.ar-dates .ar-items-master {
  /*box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30); */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 35px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .ar-dates .ar-items-master {
    margin-bottom: 15px;
  }
}
.ar-dates .ar-items-master .cat-navigation {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1200;
}
.ar-dates .ar-items-master .cat-navigation-2 {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 5px;
}
.ar-dates .ar-items-master .link-cat {
  background: #495561;
  color: #fff;
  padding: 3px 4px 2px 4px;
  border-radius: 5px;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 10px;
}
.ar-dates .ar-items-master .link-cat-2 {
  background: #ff9828;
  color: #fff;
  padding: 3px 4px 2px 4px;
  border-radius: 5px;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 10px;
}
.ar-dates .ar-items-master h3 {
  display: block;
  padding: 15px 15px 15px 15px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  font-family: 'AauxNext-Regular';
}
@media (max-width: 992px) {
  .ar-dates .ar-items-master h3 {
    font-size: 16px;
    padding: 10px 13px 10px 13px;
  }
}
.ar-dates .ar-items-master h3 a {
  color: #495561;
}
.ar-dates .ar-items-master h3 a:hover {
  text-decoration: underline;
}
.ar-dates .ar-items-master a.left-x {
  font-size: 16px;
}
.ar-dates .ar-items-master .ar-inner {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .ar-dates .ar-items-master .ar-inner {
    height: 170px;
  }
}
.ar-dates .ar-items-master .ar-inner img {
  position: relative;
  width: 100%;
  z-index: 90;
  transition: transform 0.8s;
  /* Animation */
  border-radius: 10px 10px 0px 0px;
}
.ar-dates .ar-items-master .ar-inner img:hover {
  transform: scale(1.05);
}
.ar-dates .ar-items-master .ar-inner .ar-type {
  position: absolute;
  width: 36px;
  right: 15px;
  bottom: 15px;
}
.ar-dates .action-full {
  width: 100%;
  height: 50px;
  font-family: 'AauxNext-Bold';
  font-weight: bold;
  font-size: 18px;
}
.ar-dates .action-full .date {
  float: left;
  width: 120px;
  border-right: 3px solid #DFDEE3;
  height: 50px;
  color: #B3B3BD;
  text-transform: uppercase;
  text-align: right;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .ar-dates .action-full .date {
    width: 89px;
    font-size: 15px;
    padding-right: 10px;
  }
}
.ar-dates .action-full .date .ar-point {
  position: absolute;
  left: 128px;
  margin-top: 7px;
  width: 10px;
  height: 10px;
  background: #DFDEE3;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .ar-dates .action-full .date .ar-point {
    left: 98px;
  }
}
.ar-dates .action-full .text-date {
  float: none;
  position: absolute;
  left: 130px;
  padding-left: 15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .ar-dates .action-full .text-date {
    float: none;
    position: absolute;
    left: 105px;
    height: 45px;
    font-size: 15px;
    overflow: hidden;
  }
}
.video-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.gallery-margin {
  margin-top: -15px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .gallery-margin {
    margin-top: 0px;
  }
}
.list-articles {
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.list-articles .col-item-articles {
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  width: 100% !important;
  height: auto !important;
}
.list-articles .col-item-articles:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
}
.list-articles .col-item-articles img {
  max-width: 100%;
  vertical-align: top;
}
@media (min-width: 992px) {
  .list-articles .col-item-articles img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  .list-articles .col-item-articles:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
}
.list-articles .col-item-articles h2,
.list-articles .col-item-articles p {
  padding: 0 10px;
}
.list-articles .col-item-articles h2 {
  margin-top: 15px;
  text-align: left;
  font-size: 14.4px;
  font-weight: 600;
}
.list-articles .col-item-articles h2 a {
  color: #333333;
}
.list-articles .col-item-articles p {
  color: #999999;
  text-align: center;
  font-weight: 300;
}
.nav-menu-articles {
  width: 100%;
  background: #fff;
  padding-top: 15px;
}
.nav-menu-articles .menu-img {
  width: 100%;
}
.nav-menu-articles .menu-img-3 {
  width: 100%;
}
.nav-menu-articles .col-center {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px;
}
.nav-menu-articles .menu-img-2 {
  width: 47%;
  margin-bottom: 14px;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .nav-menu-articles .menu-img-2 {
    margin-bottom: 9px;
    margin-left: 7px;
  }
}
.brand-color {
  color: #ff9828;
}
.lolll {
  color: yellow;
  font-size: 12px;
}
.photo-table-article {
  background: red;
  margin: 10px 0px 14px 0px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.66);
  height: 100px;
}
.photo-table-article td {
  padding: 15px 2.5px 15px 2.5px;
}
.date-big {
  width: 90px;
  height: 90px;
  text-align: center;
  border: 1px solid red;
  font-size: 24px;
  background: #fff;
  border: 1px solid #ff9828;
  border-bottom: 5px solid #ff9828;
}
.date-big strong {
  color: #ff9828;
}
.date-big span {
  font-size: 20px;
}
.articles-list,
.article-detail {
  margin-bottom: 40px;
}
.articles-list article img.leading,
.article-detail article img.leading {
  max-width: 100%;
  margin: 0;
  border-bottom: 2px solid #ff9828;
}
.articles-list article img.leading-2,
.article-detail article img.leading-2 {
  max-width: 100%;
  margin: 0;
  border-bottom: 2px solid #ff9828;
}
.articles-list hr,
.article-detail hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.articles-list {
  font-size: 16.2px;
}
.articles-list article h1 a,
.articles-list article h2 a,
.articles-list article h3 a {
  color: inherit;
}
.articles-list article.top {
  margin-bottom: 40px;
}
.articles-list article.top .perex {
  font-size: 18px;
}
.articles-list article.top .perex p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .articles-list article.regular h2 {
    margin-top: 0;
  }
}
.articles-list article.regular .perex {
  font-size: 18px;
  margin: 0;
}
.article-detail {
  border-radius: 10px;
  /*	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
}
.article-detail article h1 {
  font-size: 26px;
}
.article-detail article h2,
.article-detail article h3,
.article-detail article h4,
.article-detail article h5,
.article-detail article h6 {
  color: #999999;
}
.article-detail article h2,
.article-detail article h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.article-detail article img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .article-detail article img.left,
  .article-detail article img.vlevo {
    float: left !important;
    margin-right: 15px;
  }
  .article-detail article img.right,
  .article-detail article img.vpravo {
    float: right !important;
    margin-left: 26.66666667px;
  }
}
.article-detail article .perex {
  font-size: 19px;
  font-weight: 300;
}
.article-detail article p {
  margin-bottom: 20px;
}
.article-detail article p.date {
  margin-bottom: 10px;
}
.article-detail article table {
  width: 100%;
  -webkit-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
.article-detail article table caption {
  background-color: #ff9828;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  padding: 5px;
  font-family: 'AauxNext-Bold';
}
.article-detail article table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.article-detail article table tr td,
.article-detail article table tr th {
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.article-detail article table tr th {
  border-bottom: 2px solid #e5e5e5;
}
.article-detail article ul.links {
  color: #ff9828;
}
.article-detail article ul li {
  padding: 5px 0;
}
.side-nav {
  margin-bottom: 40px;
}
.side-nav .bold {
  font-weight: bold;
}
.side-nav .font-14 {
  font-size: 14px;
}
.side-nav ul {
  list-style: none outside none;
}
.side-nav > ul {
  margin: 0;
  padding: 0;
}
.side-nav > ul > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 15.3px;
  color: #333333;
  border-top: 1px solid #ddd;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffffffff', GradientType=0);
}
.side-nav > ul > li > a .glyphicon {
  padding-top: -5px;
  font-size: 12px;
  top: -1px;
  color: #ccc;
}
.side-nav > ul > li > a .glyphicon:hover {
  color: #999999;
}
.side-nav > ul > li:hover > a,
.side-nav > ul > li.active > a {
  background: #ecf0f4;
  text-decoration: none;
}
.side-nav > ul > li:hover > a .glyphicon,
.side-nav > ul > li.active > a .glyphicon {
  padding-top: -5px;
  font-size: 12px;
  top: -1px;
  color: #ccc;
}
.side-nav > ul > li:hover > a .glyphicon:hover,
.side-nav > ul > li.active > a .glyphicon:hover {
  color: #999999;
}
.side-nav > ul > li ul {
  padding-left: 30px;
}
.side-nav > ul > li ul li {
  position: relative;
}
.side-nav > ul > li ul li .glyphicon {
  font-size: 12px;
  margin-left: -20px;
  color: #ccc;
  cursor: pointer;
}
.side-nav > ul > li ul li .glyphicon:hover {
  color: #999999;
}
.side-nav > ul > li ul li a {
  line-height: 25px;
  height: 25px;
  color: #575859;
}
.side-nav > ul > li ul li.has-collapse-icon:before {
  top: 25px;
}
.side-nav > ul > li ul li.has-collapse-icon:after {
  display: none;
}
.side-nav > ul > li ul li.has-collapse-icon ul {
  display: none;
}
.side-nav > ul > li ul li:after,
.side-nav > ul > li ul li:before {
  content: " ";
  position: absolute;
  left: -15px;
  right: auto;
}
.side-nav > ul > li ul li:before {
  border-left: 1px solid #ccc;
  height: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
}
.side-nav > ul > li ul li:after {
  border-top: 1px solid #ccc;
  height: 12px;
  width: 10px;
  top: 13px;
}
.side-nav > ul > li ul li:last-child.has-collapse-icon:before {
  display: none;
}
.side-nav > ul > li ul li:last-child:before {
  bottom: 12px;
}
.side-nav > ul > li > ul {
  padding-bottom: 10px;
  background-color: #f2f5f8;
  padding-left: 35px;
}
.side-nav .side-title {
  padding: 1px 10px;
  background-color: #4b5363;
}
.side-nav .side-title h1,
.side-nav .side-title h2,
.side-nav .side-title h3 {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .d-xs-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
.red {
  color: red;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.miidle-text-22 {
  font-size: 22px;
}
.miidle-text-18 {
  font-size: 18px;
}
.bike-left {
  float: left;
  width: 74%;
}
.view-bike {
  float: right;
  text-align: right;
  width: 23%;
}
.view-bike-2 {
  float: right;
  text-align: right;
  width: 21%;
}
.box-cc {
  width: 100%;
  border: 1px solid red;
  display: block;
}
.masaze-order {
  cursor: pointer;
}
.brand-color {
  color: #FF9A1F;
  background-color: #FF9A1F;
  margin-bottom: 20px;
}
.perex-detail {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
}
.photo-table {
  background: #fff;
  margin: 10px 0px 14px 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
}
.photo-table td {
  padding: 5px 2.5px 5px 2.5px;
}
.mallorca-table {
  background-color: #fff7ef;
  border: 2px solid #ffe0c1;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
.mallorca-table td {
  padding: 2.5px;
  vertical-align: top;
}
.mallorca-table-price {
  background: #fff;
  margin: 10px 0px 10px 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  padding: 5px 10px;
}
.mallorca-table-price td {
  padding: 5px 10px;
}
.mallorca-table-img {
  background: #fff;
  margin: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  padding: 5px 5px ;
}
.mallorca-table-img-left {
  background: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.77);
  padding: 5px 5px;
}
.mallorca-table-img-right {
  background: #fff;
  margin-left: 8px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.77);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.77);
  padding: 5px 5px ;
}
.mallorca-table-price-2 {
  background: #fff;
  margin: 10px 0px 10px 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  padding: 5px 10px;
}
.mallorca-table-price-2 td {
  padding: 5px 10px;
}
.photo-table-2 {
  margin: 15px 0px 15px 0px;
  background-color: #FFF7EF;
  border: 2px solid #FFE0C1;
}
.photo-table-2 td {
  padding: 5px 8px;
  background-color: #FFF7EF;
}
.photo-table-div {
  padding: 10px 6px;
  background: #fff;
  margin: 15px 0px 15px 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
}
.photo-table-div2 {
  padding: 0px 0px;
  background: #fff;
  margin: 15px 0px 15px 0px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
}
.photo-table-div2 table {
  width: 100%;
  background-color: #fff;
}
.photo-table-div2 table tr {
  background-color: #fff;
  border-bottom: 0px;
}
.photo-table-div2 table td {
  background: #fff;
  border-bottom: 0px;
}
.photo-table-div2 table .super {
  border-bottom: 0px;
}
.table-inner-box {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.66);
}
.container-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.75%;
}
.youtube-3 {
  padding: 0px;
  background-color: #fff;
  border-bottom: 2px solid #ff9828;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-2 {
  padding: 4px;
  background-color: #ff9828;
  border: 1px solid #ffe0c1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube {
  padding: 10px;
  background-color: #ff9828;
  border: 1px solid #ffe0c1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}
.product-top-img {
  width: 100%;
}
.product-top-img-2 {
  float: left;
  width: 100%;
  margin-left: 0px;
}
.box-deliver {
  padding-left: 5px;
  padding-right: 5px;
}
.product-top-caption {
  margin: 30px 0px 30px 0px;
  background: #fff;
  padding: 20px 30px 10px 30px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}
.product-top-caption h1 {
  color: #ff9828;
  margin: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-top-caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .product-top-caption h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .product-top-caption h1 {
    font-size: 42px;
  }
}
.product-top-caption h2 {
  color: #ff9828;
  margin: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-top-caption h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .product-top-caption h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .product-top-caption h2 {
    font-size: 42px;
  }
}
.product-top-caption p {
  font-size: 21px;
  font-weight: 300;
}
.product-top-caption ul {
  padding-left: 15px;
  list-style: disc outside url("../img/list_chevron.png?max-age=86400");
}
.products-about-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.padding-left {
  padding-left: 20px;
}
.products-about {
  color: #fff;
}
@media (min-width: 768px) {
  .products-about {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
    border: 1px solid red;
  }
}
.products-about h1 {
  font-weight: 400;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .products-about h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .products-about h1 {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .products-about h1 {
    font-size: 37px;
  }
}
.products-about .text {
  font-size: 16px;
}
.products-about .btn-play {
  margin-top: 20px;
}
.products-about .caption {
  float: left;
  background: #fff;
}
@media (min-width: 768px) {
  .products-about .caption {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .products-about .caption {
    margin-top: 20px;
  }
}
.products-about .caption.light h2 {
  color: #ff9828;
  border-color: #fff;
}
.products-about .caption.dark h2 {
  color: #ff9828;
  border-color: #333333;
}
.products-about .caption p {
  font-family: 'AauxNext-Regular';
  color: #333333;
}
.products-about .caption h2 {
  padding-bottom: 2px;
  padding: 20px 30px 10px 30px;
  margin: 0px;
  border-bottom: 1px solid;
  font-weight: 400;
}
@media (min-width: 768px) {
  .products-about .caption h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .products-about .caption h2 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .products-about .caption h2 {
    font-size: 44px;
  }
}
.products-about .caption p {
  font-size: 19px;
  font-weight: 300;
  padding: 0px 25px 10px 35px;
}
.products-about .position-1 {
  width: 450px;
  margin-top: 200px;
  margin-left: 12px;
}
.products-about .position-1-img {
  margin-left: 910px;
  margin-top: 170px;
  width: 260px;
}
.tab-product,
.tab-order {
  margin-bottom: 4px;
}
.tab-product .title-order-small,
.tab-order .title-order-small {
  padding-left: 5px;
  font-size: 14px;
}
.tab-product .tab-pane,
.tab-order .tab-pane {
  padding: 40px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .tab-product .tab-pane,
  .tab-order .tab-pane {
    padding: 18px;
  }
}
.tab-product .tab-pane .item,
.tab-order .tab-pane .item {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.tab-product .tab-pane .item h2,
.tab-order .tab-pane .item h2 {
  margin-top: 0;
  font-weight: 400;
  color: #555555;
  font-size: 17px;
}
.tab-product .tab-pane .item img,
.tab-order .tab-pane .item img {
  max-width: 100%;
}
.tab-product .tab-pane .item p,
.tab-order .tab-pane .item p,
.tab-product .tab-pane .item h2,
.tab-order .tab-pane .item h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .tab-product .tab-pane .item img,
  .tab-order .tab-pane .item img {
    margin-bottom: 20px;
  }
  .tab-product .tab-pane .item:nth-child(odd),
  .tab-order .tab-pane .item:nth-child(odd) {
    border-right: 1px solid #eeeeee;
    padding-right: 40px;
  }
  .tab-product .tab-pane .item:nth-child(even),
  .tab-order .tab-pane .item:nth-child(even) {
    padding-left: 40px;
  }
  .tab-product .tab-pane .item:nth-child(n+3),
  .tab-order .tab-pane .item:nth-child(n+3) {
    border-top: 1px solid #eeeeee;
  }
}
.tab-product .tab-pane .radio,
.tab-order .tab-pane .radio {
  text-align: center;
}
.tab-product .tab-pane .radio.active .radio-wrapper,
.tab-order .tab-pane .radio.active .radio-wrapper {
  background-color: #fef7ee;
  border-color: #ffe1c0;
}
.tab-product .tab-pane .radio.active span,
.tab-order .tab-pane .radio.active span {
  color: #ff9828;
}
.tab-product .tab-pane .radio .radio-wrapper,
.tab-order .tab-pane .radio .radio-wrapper {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.tab-product .tab-pane .radio .radio-wrapper input[type="radio"],
.tab-order .tab-pane .radio .radio-wrapper input[type="radio"] {
  float: none;
  margin0: 0;
}
.tab-product .tab-pane .radio span,
.tab-order .tab-pane .radio span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tab-product .tab-pane .radio span,
  .tab-order .tab-pane .radio span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .tab-product .tab-pane .radio span,
  .tab-order .tab-pane .radio span {
    font-size: 18px;
  }
}
.tab-product .tab-pane p,
.tab-order .tab-pane p,
.tab-product .tab-pane ul,
.tab-order .tab-pane ul {
  font-size: 15px;
}
.tab-product .tab-pane ul,
.tab-order .tab-pane ul {
  padding-left: 15px;
  list-style: disc outside url("../img/list_chevron.png?max-age=86400");
}
.tab-product .tab-pane hr,
.tab-order .tab-pane hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tab-product h3,
.tab-order h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'HelveticaNeueLTPro-LtEx';
  text-transform: uppercase;
  font-size: 16px;
}
.tab-product .h3-web-thin,
.tab-order .h3-web-thin {
  color: #FF9A1F;
  margin-bottom: 5px;
}
.tab-product .h3-web-bold,
.tab-order .h3-web-bold {
  color: #FF9A1F;
  font-family: 'HelveticaNeueLTPro-BdEx';
  margin-bottom: 5px;
}
.tab-product h4,
.tab-order h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'HelveticaNeueLTPro-LtEx';
  text-transform: uppercase;
  font-size: 13px;
}
.tab-product table td,
.tab-order table td {
  border: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.tab-product .td-perex,
.tab-order .td-perex {
  width: 36%;
  border-right: 1px solid #ccc;
}
.tab-product .td-text,
.tab-order .td-text {
  width: 64%;
}
.tab-product .h3-2,
.tab-order .h3-2 {
  margin-top: -10px;
}
.tab-product p,
.tab-order p {
  font-size: 14px;
}
.tab-product p.intro,
.tab-order p.intro {
  margin-bottom: 40px;
}
.tab-product .item-perex-detail p,
.tab-order .item-perex-detail p {
  font-size: 17px;
}
.tab-product .item-perex-detail table,
.tab-order .item-perex-detail table {
  margin-top: 15px;
  background-color: #FFF7EF;
  border: 2px solid #FFE0C1;
}
.tab-product .item-perex-detail table td,
.tab-order .item-perex-detail table td {
  vertical-align: top;
}
.product-item-wrapper {
  border: 1px solid #eeeeee;
  padding: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}
.product-item-wrapper .long-img {
  width: 100%;
}
.product-item-wrapper .small-img {
  width: 100%;
}
.product-item-wrapper-small {
  border: 1px solid #eeeeee;
  padding: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  margin-right: 20px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}
.item-small {
  padding-left: 0px;
  margin-left: 0px;
}
.product-item .text-center {
  text-align: center;
}
.product-item .sale-pv {
  position: absolute;
  top: -25px;
  left: -15px;
  color: #fff;
  border-radius: 16px;
  padding-top: 9px;
  height: 30px;
  font-weight: bold;
  width: 30px;
  background: red;
  font-size: 10px;
  text-align: center;
  transform: rotate(-20deg);
}
.product-item .summary {
  color: #666666;
  padding: 10px;
}
.product-item .summary:hover {
  background-color: #fff7ef;
}
.product-item .summary p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}
.product-item .summary p .subtitle {
  font-weight: normal;
}
.product-item .summary .kemp-term {
  float: left;
  text-align: left;
  font-size: 16px;
  font-family: 'AauxNext-Bold';
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 3px;
  color: #fff;
  background: #000;
}
.product-item .summary .ico2 {
  padding-bottom: 3px;
  font-size: 15px;
}
.product-item .summary .prefix2-small {
  font-size: 12px;
}
.product-item .summary .prefix3-small {
  float: left;
  width: 100%;
  font-size: 14.4px;
  padding-bottom: 5px;
}
.product-item .summary .prefix3-small p {
  font-size: 14.4px;
}
.product-item .summary .prefix4-small {
  float: left;
  border-top: 1px dotted #ff9828;
  padding-top: 5px;
  width: 100%;
  font-size: 12.8px;
}
.product-item .summary .prefix4-small p {
  font-size: 12.8px;
}
.product-item .summary .product-img {
  width: 105%;
  text-align: center;
}
.product-item .summary .right-border {
  border-right: 1px dotted #ff9828;
}
.product-item .summary .left-border {
  border-left: 1px dotted #ff9828;
}
.product-item .summary .col-price-order {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .product-item .summary .col-price-order {
    padding-top: 20px;
    border-top: 1px dotted #ff9828;
  }
}
.product-item .summary .col-price-order .price {
  color: #ff9828;
  font-size: 23px;
  line-height: 23px;
  display: inline-block;
  margin-bottom: 5px;
}
.product-item .summary .col-price-order .caption {
  text-align: center;
  color: #ff9828;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}
.product-item .summary .col-price-order .caption2 {
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.product-item .summary .col-price-order .btn {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product-item .summary .col-price-order {
    margin-top: 0;
  }
}
.product-item .detail {
  display: none;
  background: #fff;
  padding: 10px 20px;
}
.product-item .detail h2,
.product-item .detail h3,
.product-item .detail h4 {
  font-family: 'HelveticaNeueLTPro-LtEx';
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #ff9828;
}
.product-item .detail hr {
  margin-bottom: 5px;
  margin-top: 5px;
}
.product-item .detail p,
.product-item .detail ul {
  font-size: 15px;
}
.product-item .detail ul {
  padding-left: 15px;
  list-style: disc outside url("../img/list_chevron.png?max-age=86400");
}
.product-item .detail table {
  width: 100%;
  margin-bottom: 20px;
}
.product-item .detail table tr.prices {
  background-color: #fff7ef;
  border: 1px solid #FFE0C1;
}
.product-item .detail table tr.prices td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-item .detail table tr.times {
  color: #555555;
  font-size: 18px;
}
.product-item .detail table tr.times td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-item .detail table tr td {
  padding: 5px;
  text-align: center;
}
.product-item .detail .left {
  text-align: left;
  font-width: bold;
}
.product-item .detail .red {
  color: red;
}
.product-item .detail textarea {
  min-height: 150px;
  height: 150px;
  max-heigth: 150px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
.product-item .detail .x-alert {
  border: 1px solid #FF8500;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFE1;
}
.product-item .detail .radio {
  padding: 0;
  margin: 0;
}
.product-item .detail .radio strong {
  color: #ff9828;
}
.product-item .detail .radio input[type="radio"] {
  float: none;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .product-item .detail .radio {
    font-size: 23px;
  }
}
.product-item .detail select {
  width: auto;
}
.product-item .detail .price-calculation {
  font-size: 12px;
  color: #999999;
}
.product-item .detail .discount {
  color: #d9534f;
  font-size: 18px;
}
.product-item .detail .disclaimer {
  float: left;
  width: 65%;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 0px;
}
.product-item .detail .order-kemp {
  float: right;
  width: 240px;
  font-size: 18px;
  padding: 5px 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.product-item .detail .reservation-box {
  background-color: #fff7ef;
  border: 1px solid #FFE0C1;
  padding: 15px 15px;
}
.product-item .detail .reservation-box .alert-text2 {
  margin-top: 10px;
  color: red;
  padding-top: 10px;
}
.product-item .detail .reservation-box .inner-white {
  background-color: #fff;
}
.product-item .detail .reservation-box .alert-box {
  border: 1px solid red;
  background-color: #FFEAEA;
}
.product-item .detail .reservation-box .email-note {
  float: left;
  margin-left: 10px;
  padding-top: 3px;
}
.product-item .detail .reservation-box .email-note .orange {
  color: #ff9828;
}
.product-item .detail .reservation-box .email-note .alert {
  color: red;
}
.product-item .detail .reservation-box .email-note .green {
  color: green;
}
.product-item .detail .reservation-box .margin-2 {
  float: left;
  margin-bottom: 10px;
}
.product-item .detail .reservation-box .term-img {
  float: left;
  margin-bottom: 10px;
}
.product-item .detail .reservation-box .margin-top {
  float: left;
  margin-top: 10px;
}
.product-item .detail .reservation-box .accompaniment-box-open {
  display: none;
  background-color: #fff;
  padding: 10px 15px;
}
.product-item .detail .reservation-box .header-3 {
  background-color: #fff;
  font-size: 17px;
  padding: 10px 15px;
  color: red;
}
.product-item .detail .reservation-box .header-3 input {
  margin-right: 10px;
}
.product-item .detail .reservation-box .header-3 .small {
  font-size: 14px;
}
.product-item .detail .reservation-box .header-2 {
  background-color: #fff;
  font-size: 17px;
  padding: 10px 15px;
}
.product-item .detail .reservation-box .header-2 input {
  margin-right: 10px;
}
.product-item .detail .reservation-box .header-2 .small {
  font-size: 14px;
}
.product-item .detail .reservation-box .header-3 {
  background-color: #fff;
  font-size: 15px;
  padding: 10px 0px;
  font-family: 'AauxNext-Bold';
}
.product-item .detail .reservation-box .item-row {
  margin: 0px 0px;
  box-sizing: border-box;
  content: " ";
  display: table;
  width: 100%;
}
.product-item .detail .reservation-box .item-row select {
  width: 100%;
}
.product-item .detail .reservation-box input {
  float: left;
}
.product-item .detail .reservation-box .header {
  text-align: left;
  font-size: 17px;
  margin-bottom: 5px;
  font-width: bold;
}
.product-item .detail .reservation-box .email {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 0px 30px 20px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-item .detail .reservation-box .email input {
  float: left;
  width: 47%;
}
@media (max-width: 768px) {
  .product-item .detail .reservation-box .email input {
    width: 100%;
    margin-bottom: 5px;
  }
}
.product-item .detail .reservation-box .email .load {
  float: left;
  margin-left: 10px;
  width: 254px;
}
@media (max-width: 768px) {
  .product-item .detail .reservation-box .email .load {
    width: 100%;
    margin-left: 0px;
  }
}
.product-item .detail .reservation-box .box {
  float: left;
  background-color: #fff;
  padding: 10px 15px 15px 20px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}
.product-item .detail .reservation-box .box-inner {
  display: none;
  float: left;
  padding: 10px 0px 15px 0px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
}
.product-item .detail .reservation-box .box-inner p {
  font-family: 'AauxNext-Bold';
  font-size: 17px;
  margin: 0px;
  padding: 0px;
}
.product-item .detail .reservation-box .box-inner .small {
  font-family: 'AauxNext-Regular';
  font-size: 14px;
}
.product-item .detail .reservation-box .down {
  padding: 0px 0px 5px 0px;
  margin-top: 0px;
}
.product-item .detail .reservation-box .box2 {
  background-color: #fff;
  padding: 15px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0px;
}
.product-item .detail .reservation-box .box2 p {
  font-size: 13px;
}
.product-item .detail .reservation-box .street {
  float: left;
  width: 60%;
}
.product-item .detail .reservation-box .psc {
  margin-left: 5%;
  float: left;
  width: 35%;
}
.product-item .detail .reservation-box .name-2 {
  margin-right: 2%;
  float: left;
  width: 22%;
}
@media (max-width: 768px) {
  .product-item .detail .reservation-box .name-2 {
    width: 95%;
  }
}
.product-item .detail .reservation-box .name {
  margin-right: 2%;
  float: left;
  width: 22%;
}
.product-item .detail .reservation-box .radio-list {
  float: left;
  width: 100%;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}
.product-item .detail .reservation-box .radio-list p {
  margin-top: 5px;
}
.product-item .detail .reservation-box .radio-list .radio-2 {
  margin: 0px;
  padding: 0PX;
  float: left;
  width: 20px;
}
.product-item .detail .reservation-box .select {
  float: left;
  width: 49%;
}
.product-item .detail .reservation-box .right {
  float: right;
}
.product-item .detail .reservation-box .left {
  float: left;
  width: 85%;
}
.product-item .detail .reservation-box .left2 {
  float: left;
  width: 70%;
}
.product-item .detail .reservation-box .room-mate {
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-item .detail .reservation-box .select-small {
  margin-right: 5px;
}
.product-item .detail .reservation-box .margin-bottom {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.product-item .detail .reservation-box .border-top {
  border-top: 1px solid #ccc;
}
.product-item .detail .reservation-box .term-row {
  float: left;
  width: 100%;
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.product-item .detail .reservation-box .term-row .term-radio {
  float: left;
  margin-right: 10px;
}
.product-item .detail .reservation-box .term-row .term-title {
  float: left;
}
.product-item .detail .reservation-box .term-row .term-old-price {
  font-family: 'AauxNext-Bold';
  color: #ccc;
  font-size: 11px;
  text-decoration: line-through;
  text-align: right;
  padding: 0px;
  padding-left: 10px;
  padding-bottom: 3px;
}
.product-item .detail .reservation-box .term-row .term-old-price-2 {
  font-family: 'AauxNext-Bold';
  color: #ccc;
  font-size: 10px;
  text-align: right;
  padding: 0px;
  padding-bottom: 3px;
}
.product-item .detail .reservation-box .term-row .term-price {
  font-family: 'AauxNext-Bold';
  color: #ff9828;
  float: right;
  font-size: 13px;
  padding: 4px 8px;
  text-align: center;
}
.product-item .detail .reservation-box .term-row .term-price .glyphicon-info-sign {
  color: #ff9828;
  font-size: 11px;
  padding: 0px;
  text-align: right;
}
.product-item .detail .reservation-box .term-row .term-price .tooltip {
  color: #ff9828;
}
.product-item .detail .reservation-box .term-row .term-price-mal {
  margin-top: 3px;
  font-family: 'AauxNext-Bold';
  color: #ff9828;
  border: 1px solid #FF7A4D;
  float: right;
  font-size: 16px;
  padding: 4px 8px;
  text-align: center;
}
.product-item .detail .reservation-box .term-row .term-price-mal .glyphicon-info-sign {
  color: #ff9828;
  font-size: 12px;
  padding: 0px;
  text-align: right;
}
.product-item .detail .reservation-box .term-row .term-price-mal .tooltip {
  color: #ff9828;
}
.product-item .detail .reservation-box .term-row .term-price-extr {
  margin-top: 3px;
  font-family: 'AauxNext-Bold';
  background-image: -webkit-linear-gradient(top, #FF7A4D 0%, #ff541a 100%);
  background-image: linear-gradient(to bottom, #FF7A4D 0%, #ff541a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7a4d', endColorstr='#ffff541a', GradientType=0);
  /*	background-color: @brand-primary;*/
  border: 1px solid #FF7A4D;
  color: #fff;
  float: right;
  margin-left: 5px;
  font-size: 16px;
  padding: 4px 8px;
  text-align: center;
}
.product-item .detail .reservation-box .term-row .term-price-extr a,
.product-item .detail .reservation-box .term-row .term-price-extr a:hover,
.product-item .detail .reservation-box .term-row .term-price-extr a:active {
  color: #fff;
}
.product-item .detail .reservation-box .term-row .term-price-extr .glyphicon-info-sign {
  color: #fff;
  font-size: 12px;
  padding: 0px;
  text-align: right;
}
.product-item .detail .reservation-box .term-row .term-price-extr .tooltip {
  color: #fff;
}
.product-item-simple {
  padding: 5px;
  background-color: #fff;
}
.product-item-simple:nth-child(odd) .summary {
  background-color: #fff7ef;
}
.product-item-simple .summary {
  padding: 10px;
}
.product-item-simple .summary .col-price-order .price {
  color: #ff9828;
  font-size: 23px;
  line-height: 23px;
  display: inline-block;
  margin-right: 15px;
}
@media (min-width: 768px) {
}
.product-item-simple .summary .detail {
  padding: 10px 0 10px 20px;
  font-size: 18px;
}
.product-item-simple .summary .detail ul {
  padding-left: 15px;
  list-style: disc outside url("../img/list_chevron.png?max-age=86400");
}
.product-item-insert-cart {
  margin-bottom: 20px;
  text-align: right;
}
.product-item-insert-cart .vat-info {
  margin-top: 20px;
}
.product-item-name strong,
.product-item-simple-name strong,
.product-item-name .glyphicon-play,
.product-item-simple-name .glyphicon-play {
  margin-left: 5px;
  color: #ff9828;
  font-size: 23px;
}
.product-item-name .glyphicon-question-sign,
.product-item-simple-name .glyphicon-question-sign {
  margin-left: 20px;
}
.product-item-name strong,
.product-item-simple-name strong {
  font-family: 'HelveticaNeueLTPro-LtEx';
}
.product-item-name2 strong,
.product-item-name2 .glyphicon-play {
  line-height: 54px;
}
.product-item-name2 strong:before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 54px;
  margin-bottom: -16px;
  margin-left: -10px;
  background-image: url("../img/vitezit.png?max-age=86400");
}
.product-item-name img {
  float: left;
  color: #ff9828;
}
.product-item-name .chci {
  display: block;
  float: left;
  font-family: ubuntu;
  font-weight: bolder;
  margin-left: 10px;
  margin-top: 9px;
  width: 60px;
  padding: 0px;
  color: #ff9828;
  font-size: 12px;
}
.product-item-name .fit {
  color: #ff9828;
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: -4px;
  font-family: ubuntu;
  text-transform: none;
  padding: 0px;
  font-size: 20px;
}
.nav-pills-bar {
  margin-bottom: 30px;
  max-width: 98%;
}
@media (min-width: 768px) {
  .nav-pills-bar {
    float: left;
    max-width: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  }
}
.nav-pills-bar > li {
  border-radius: 4px;
}
@media (max-width: 768px) {
  .nav-pills-bar > li {
    margin-bottom: 10px;
  }
}
.nav-pills-bar > li > a {
  padding-top: 8.69565217px;
  padding-bottom: 8.69565217px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 15.2px;
  color: #333333;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #cfcfcf 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #cfcfcf 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#ffcfcfcf', GradientType=0);
}
.nav-pills-bar > li > a:hover {
  background: #eeeeee;
}
.nav-pills-bar > li .sale-nav,
.nav-pills-bar > li .sale-nav:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #FF7A4D 0%, #ff541a 100%);
  background-image: linear-gradient(to bottom, #FF7A4D 0%, #ff541a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7a4d', endColorstr='#ffff541a', GradientType=0);
}
.nav-pills-bar > li.active > a,
.nav-pills-bar > li.active > a:hover,
.nav-pills-bar > li.active > a:focus {
  color: #fff;
  outline: none;
  outline-offset: 0px;
  background-color: #ff9828;
  background-image: -webkit-linear-gradient(top, #ff9828 0%, #ff890a 100%);
  background-image: linear-gradient(to bottom, #ff9828 0%, #ff890a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9828', endColorstr='#ffff890a', GradientType=0);
}
.nav-pills-bar > li.active > a .sale-nav,
.nav-pills-bar > li.active > a:hover .sale-nav,
.nav-pills-bar > li.active > a:focus .sale-nav,
.nav-pills-bar > li.active > a .sale-nav:hover,
.nav-pills-bar > li.active > a:hover .sale-nav:hover,
.nav-pills-bar > li.active > a:focus .sale-nav:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #FF7A4D 0%, #ff541a 100%);
  background-image: linear-gradient(to bottom, #FF7A4D 0%, #ff541a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7a4d', endColorstr='#ffff541a', GradientType=0);
}
@media (min-width: 768px) {
  .nav-pills-bar > li.active > a:after,
  .nav-pills-bar > li.active > a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    border-style: solid;
    z-index: 100;
  }
  .nav-pills-bar > li.active > a:after {
    top: 28px;
    margin-left: -30px;
    border-width: 30px;
    border-color: transparent transparent #fff transparent;
  }
  .nav-pills-bar > li.active > a:before {
    top: 24px;
    margin-left: -32px;
    border-width: 32px;
    border-color: transparent transparent #eeeeee transparent;
  }
}
@media (min-width: 768px) {
  .nav-pills-bar > li {
    float: left;
    background-color: none;
    border: none;
    border-radius: 0;
  }
  .nav-pills-bar > li > a {
    border-radius: 0;
  }
  .nav-pills-bar > li:not(:last-child) > a {
    border-right: 1px solid #eeeeee;
  }
  .nav-pills-bar > li:first-child > a {
    border-radius: 4px 0 0 4px;
  }
  .nav-pills-bar > li:last-child > a {
    border-radius: 0 4px 4px 0;
  }
}
.out {
  width: 100%;
  text-align: center;
  min-height: 140px;
}
@media (max-width: 768px) {
  .out {
    min-height: 30px;
  }
}
.camps-bg-extra {
  margin-top: 25px;
  background: #fafafa;
  border: 2px dashed #ff9828;
  padding: 0px 20px 10px 20px;
  overflow: hidden;
  display: none;
}
.camp-ex-t {
  margin-top: 15px;
  width: 100%;
  cursor: pointer;
  background: #ff9828;
  border: 2px dashed #ff9828;
  text-align: center;
  padding: 20px 20px;
}
.camp-ex-t .h3-fake {
  font-family: 'HelveticaNeueLTPro-LtEx';
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.camp-ex-t:hover {
  background: #EBEBEB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.33);
}
.camp-ex-t:hover .h3-fake {
  color: #ff9828;
}
.position {
  position: absolute;
  left: 50%;
  margin-left: -410px;
}
.order-steps {
  list-style: none;
  font-family: 'AauxNext-Bold';
  color: #ff9828;
  padding: 0;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .order-steps {
    display: none;
  }
}
.order-steps li {
  float: left;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffd5a7;
  margin-left: 15px;
  margin-bottom: 50px;
}
.order-steps li.active {
  color: #ff9828;
}
.order-steps li.active .num {
  background-color: #ff9828;
  color: #fff;
}
.order-steps li .num {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  margin-right: 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #ffd5a7;
  color: #fff7ef;
  font-size: 22px;
}
.order-steps li .glyphicon-chevron-right {
  display: none;
  margin-left: 20px;
  color: #ffd5a7;
}
@media (min-width: 992px) {
  .order-steps li .glyphicon-chevron-right {
    display: inline;
  }
}
.order-wrapper {
  border: 1px solid #eeeeee;
  padding: 4px;
  margin-bottom: 20px;
  background-color: #fff;
}
.order-wrapper.cart-insert {
  margin-top: 20px;
}
.font3 {
  font-size: 18px;
  width: 130px;
}
.font4 {
  font-size: 18px;
  width: 200px;
}
.price-total-right {
  margin-right: 15px;
}
.margin-bottom {
  margin-bottom: 15px;
}
.order-cart select {
  width: auto;
  display: inline-block;
}
.order-cart .header {
  margin-bottom: 5px;
  background-color: #fff7ef;
  color: #555555;
  margin-bottom: 26px;
}
.order-cart .header.large {
  font-size: 22px;
}
.order-cart .header.middle {
  font-size: 18px;
}
.order-cart .header.primary-color {
  color: #ff9828;
}
.order-cart .header .row > div {
  padding: 10px 30px;
}
.order-cart .header .text-right2 {
  float: right;
  text-align: right;
}
.order-cart .cart-item {
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.order-cart .cart-item .product-img-s {
  height: 54px;
  float: left;
}
.order-cart .cart-item .question_aq {
  font-size: 14px;
}
.order-cart .cart-item .question2 {
  background: #FFF7EF;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 6px;
  font-size: 13px;
}
.order-cart .cart-item .question2 select {
  font-size: 12px;
  cursor: pointer;
}
.order-cart .cart-item .question2 input {
  width: 50%;
}
.order-cart .cart-item.insert {
  margin-top: 20px;
}
.order-cart .cart-item.insert .col-name {
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: 1px dotted #ff9828;
}
.order-cart .cart-item.insert .col-success-insert {
  padding-top: 39px;
  padding-bottom: 39px;
  padding-left: 30px;
  color: #5cb85c;
  font-size: 24px;
  text-align: left;
}
.order-cart .cart-item.insert .col-success-insert .btn {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .order-cart .cart-item.insert .col-success-insert .btn {
    float: right;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .order-cart .cart-item.insert .col-success-insert {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .order-cart .cart-item.insert .col-success-insert {
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .order-cart .cart-item.insert .col-success-insert {
    font-size: 24px;
  }
}
.order-cart .cart-item.insert .col-success-insert .btn {
  margin-right: 20px;
}
.order-cart .cart-item.insert .col-amount {
  padding: 0;
}
@media (min-width: 768px) {
  .order-cart .cart-item.insert .col-amount {
    border-right: 1px dotted #ff9828;
  }
}
.order-cart .cart-item.insert .col-amount table {
  width: 100%;
}
@media (min-width: 768px) {
  .order-cart .cart-item.insert .col-amount table {
    height: 155px;
  }
}
.order-cart .cart-item.insert .col-amount table th {
  text-align: right;
  font-weight: 400;
}
.order-cart .cart-item.insert .col-amount table td {
  font-size: 30px;
  color: #ff9828;
}
@media (min-width: 768px) {
  .order-cart .cart-item.insert .col-amount table td {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .order-cart .cart-item.insert .col-amount table td {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .order-cart .cart-item.insert .col-amount table td {
    font-size: 30px;
  }
}
.order-cart .cart-item > div {
  text-align: center;
}
.order-cart .cart-item .col-name {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .order-cart .cart-item .col-name {
    border-right: 1px dotted #ff9828;
  }
}
.order-cart .cart-item .col-product {
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .order-cart .cart-item .col-product {
    text-align: left;
  }
}
.order-cart .cart-item .col-product-2 {
  padding: 5px 30px;
}
@media (min-width: 768px) {
  .order-cart .cart-item .col-product-2 {
    text-align: left;
  }
}
.order-cart .cart-item .col-amount {
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-cart .cart-item .col-amount .input-group {
  width: 130px;
  display: inline-table;
}
.order-cart .cart-item .col-amount .input-group input {
  text-align: center;
}
.order-cart .cart-item .col-price {
  color: #ff9828;
  float: right;
  font-size: 17px;
  padding-bottom: 15px;
  padding-top: 20px;
  text-align: right;
}
.order-cart .cart-item .col-price .glyphicon-remove {
  color: #d9534f;
  display: block;
  float: right;
  margin-right: 25px;
  padding-left: 10px;
  font-size: 17px;
  margin-top: 3px;
}
.order-cart .cart-item-addition {
  margin-bottom: 20px;
  margin-top: -20px;
}
.order-cart .cart-item-addition > div {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .order-cart .cart-item-addition > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.order-cart .cart-item-addition .pointer {
  float: right;
  width: 50%;
  height: 70px;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.order-cart .cart-item-addition .select-wrapper {
  text-align: center;
  padding: 15px 20px;
  background-color: #f4f4f4;
  font-size: 16px;
  border-radius: 4px;
}
.order-cart .cart-item-addition .select-wrapper select {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .order-cart .cart-item-addition .select-wrapper {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .order-cart .cart-item-addition .select-wrapper {
    margin-top: 37px;
  }
}
.order-cart .cart-summary {
  margin-bottom: 20px;
}
.order-cart .cart-summary > div {
  padding: 0 30px;
}
.order-cart .cart-summary .discount-code,
.order-cart .cart-summary .note {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff7ef;
}
@media (min-width: 768px) {
  .order-cart .cart-summary .discount-code,
  .order-cart .cart-summary .note {
    float: left;
  }
}
.order-cart .cart-summary .note {
  width: 100%;
}
.order-cart .cart-summary .note label {
  font-weight: 400;
}
.order-cart .cart-summary table {
  width: 100%;
}
.order-cart .cart-summary table td {
  text-align: right;
  font-size: 18px;
  padding: 4px;
}
.order-cart .cart-summary table td.price {
  font-weight: 600;
}
@media (min-width: 992px) {
  .order-cart .cart-summary table td.price {
    padding-left: 40px;
  }
}
.order-cart .cart-summary table td.price.total {
  color: #ff9828;
}
.order-cart .cart-buttons {
  margin-bottom: 20px;
  padding: 0 20px;
}
.order-cart hr {
  margin: 22px 13.33333333px;
}
.tab-pane-header2 {
  background-color: #fff7ef;
  cursor: pointer;
  font-size: 12px;
  margin: -30px -30px 30px;
  padding: 10px;
}
.tab-pane-header2 span {
  color: #ff9828;
  font-size: 18px;
}
.tab-pane-header3 {
  background-color: #fff7ef;
  margin: -30px -30px 30px;
  padding: 10px;
}
.tab-pane-header3 span {
  color: #ff9828;
  font-size: 18px;
}
.tab-order label {
  font-weight: 400;
  font-size: 16px;
}
.tab-order .lost-password {
  display: inline-block;
  font-size: 18px;
  padding-top: 4px;
}
.tab-order .tab-pane-header {
  background-color: #fff7ef;
  cursor: pointer;
  margin: 20px -30px;
  padding: 10px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .tab-order .tab-pane-header {
    margin: 20px -5px;
  }
}
.tab-order .tab-pane-header span {
  color: #ff9828;
}
.tab-order .order-user-img {
  float: left;
  height: 45px;
  margin-right: 10px;
}
.tab-order .order-name {
  display: block;
  font-size: 21.6px;
  margin-left: 13px;
}
.tab-order .order-mail {
  display: block;
  font-size: 14.4px;
  margin-left: 13px;
}
.tab-order .active-s {
  color: #ff9828;
}
.tab-order .title-order {
  font-size: 18px;
  margin-left: 5px;
}
.tab-order .sub-select {
  background: none repeat scroll 0 0 #fbfbfb;
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.tab-order .active-d {
  background-color: #fff7ef;
  border-top: 1px solid #ff9828;
}
.order-summary {
  font-size: 18px;
  margin-top: -15px;
}
.order-summary .col-summary {
  padding: 0 40px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .order-summary .col-summary:not(:last-child) {
    border-right: 1px dotted #ff9828;
  }
}
.agreenments {
  margin-top: 20px;
  margin-right: 20px;
  font-size: 16px;
}
.soc-link {
  display: block;
  position: fixed;
  right: 0;
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  width: 50px;
  z-index: 2010;
  margin-top: -80px;
  top: 48%;
}
@media (max-width: 480px) {
  .soc-link {
    display: none;
  }
}
.soc-link .soc-icon {
  display: block;
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  width: 50px;
  z-index: 2010;
  margin-bottom: 10px;
}
.soc-link .facebook {
  background: url('../img/articles/ikona_sdilet_faebook.png') center center no-repeat;
  border: 1px solid #2D4371;
  background-color: #3C5A9A;
}
.soc-link .youtube {
  background: url('../img/articles/ikona_site_youtube.png') center center no-repeat;
  border: 1px solid #A71B1B;
  background-color: #CE2021;
}
.soc-link .instagram {
  background: url('../img/articles/ikona_site_instagram.png') center center no-repeat;
  border: 1px solid #A31632;
  background-color: #E54060;
}
.soc-link .soc-icon:hover {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.soc-link-footer {
  display: block;
  height: 20px;
  width: 100%;
}
.soc-link-footer .soc-icon {
  display: block;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 15px;
}
.soc-link-footer .facebook {
  background: url('../img/articles/ikona_sdilet_faebook.png') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.soc-link-footer .youtube {
  background: url('../img/articles/ikona_site_youtube.png') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.soc-link-footer .instagram {
  background: url('../img/articles/ikona_site_instagram.png') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.kosik-box {
  /*background: url("../img/kosik-bg.png?max-age=86400") no-repeat scroll center center rgba(0, 0, 0, 0);*/
  background: #8DC641;
  border: 1px solid #7CB035;
  border-radius: 4px 0 0 4px;
  display: block;
  margin-top: 142px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 105px;
  z-index: 2010;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
@media (max-width: 768px) {
  .kosik-box {
    width: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.kosik-box:hover,
.kosik-box:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.price-before {
  text-decoration: line-through;
}
.final-o2 {
  font-size: 20px;
  margin: 8px 15px;
}
.cart-size-2 {
  font-size: 22px;
  margin-top: 0px;
  width: 35px;
}
.cart-size {
  color: #f2f2f2;
  font-size: 22px;
  margin-top: 5px;
}
.kosik-title {
  color: #f2f2f2;
  font-size: 16px;
  font-family: 'AauxNext-Bold';
  margin: 0px;
  text-decoration: none;
  padding: 0px;
}
#spend {
  color: #f2f2f2;
  padding-top: 5px;
  text-decoration: none;
}
#submit-hidden {
  display: none;
}
.sale-nav {
  background: blue;
}
.font-sm {
  font-size: 14px;
  font-weight: normal;
  font-family: 'AauxNext-Regular';
  color: #333;
}
.sale-nav,
.sale-nav:hover,
.sale-nav:active {
  background: red;
  color: #fff;
}
.btn-res,
.btn-res:hover,
btn-res:active {
  outline: 1px dotted #75c375;
  outline-offset: -3px;
}
#kempy-res-btn {
  background-image: linear-gradient(to bottom, #42A004 0px, #008000 100%);
  background-repeat: repeat-x;
  color: #fff;
}
.order-eshop-fin {
  background-image: linear-gradient(to bottom, #42A004 0px, #008000 100%);
  background-repeat: repeat-x;
  color: #fff;
  display: block;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
  min-width: 80px;
  z-index: 2000;
}
.order-eshop-fin:hover {
  color: #fff;
  text-decoration: none;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(114, 114, 114, 0.75);
}
.order-eshop-fin:focus {
  color: #fff;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
}
.location2 {
  width: 200px;
  margin-top: 25px;
}
.page-eshop .sale-pv {
  position: absolute;
  top: -5px;
  left: 0px;
  color: #fff;
  border-radius: 16px;
  padding-top: 9px;
  height: 30px;
  font-weight: bold;
  width: 30px;
  background: red;
  font-size: 10px;
  text-align: center;
  transform: rotate(-20deg);
  z-index: 1000;
}
.page-eshop #slider-eshop {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-eshop .title-item {
  margin-bottom: 25px;
  margin-top: 3px;
}
.page-eshop .adw-img {
  background: none repeat scroll 0 0 #fff;
  padding: 5px;
  width: 100%;
  z-index: 1900;
}
.page-eshop .order-eshop {
  background-image: linear-gradient(to bottom, #42A004 0px, #008000 100%);
  background-repeat: repeat-x;
  color: #fff;
  display: block;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
  position: absolute;
  z-index: 2000;
}
.page-eshop .order-top-pos {
  bottom: 28px;
  padding: 8px 20px;
  right: 28px;
}
.page-eshop .sub-menu-eshop {
  float: left;
  margin-bottom: 5px;
  margin-top: 0px;
  width: 100%;
}
.page-eshop .sub-cat {
  background-image: linear-gradient(to bottom, #f5f5f5 0px, #fff 100%);
  background-repeat: repeat-x;
  border: 1px solid #e1e6ea;
  display: block;
  height: 43px;
  margin-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.page-eshop .sub-title {
  color: #404855;
  padding-left: 10px;
}
.page-eshop .nav-ss {
  color: #ff9828;
  display: block;
  float: right;
  font-size: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.page-eshop .product-img-2 {
  background: none repeat scroll 0 0 #fff;
  padding: 5px;
  width: 448px;
  z-index: 1900;
}
.page-eshop #slider-eshop {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-eshop .detail-p {
  background: none repeat scroll 0 0 #fff;
  float: left;
  width: 450px;
}
.page-eshop .detail-price-box {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  float: left;
  height: 215px;
  text-align: center;
  width: 100%;
}
.page-eshop .title-price-p {
  font-family: 'HelveticaNeueLTPro-LtEx';
  font-size: 22px;
  padding-top: 30px;
}
.page-eshop .price {
  color: #ff9828;
  font-size: 34px;
}
.page-eshop .final-o {
  font-size: 18px;
  margin: 5px auto;
  width: 200px;
}
.page-eshop .perex-detail {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.page-eshop .text-detail h1,
.page-eshop .text-detail h2,
.page-eshop .text-detail h3,
.page-eshop .text-detail h4 {
  display: block;
  font-size: 18px;
  width: 100%;
}
.eshop-survay {
  float: left;
  margin-top: 15px;
  min-height: 600px;
  width: 100%;
}
.eshop-survay h3 {
  color: #999;
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.eshop-survay h2 {
  line-height: 16px;
  margin-top: 0;
  padding-top: 22px;
  text-align: center;
}
.eshop-survay h2 a {
  color: #555;
  font-size: 16px;
  font-weight: 600;
}
.eshop-survay .price-box {
  bottom: 28px;
  float: left;
  left: 27px;
  position: absolute;
  width: 60%;
}
.eshop-survay .sale {
  color: #555;
  font-size: 11px;
}
.eshop-survay .price {
  color: #ff9828;
  font-size: 21px;
  font-weight: 700;
}
.eshop-survay .order-item-pos {
  bottom: 28px;
  right: 27px;
}
.eshop-survay .order-eshop {
  background-image: linear-gradient(to bottom, #42A004 0px, #008000 100%);
  background-repeat: repeat-x;
  color: #fff;
  display: block;
  outline: 1px dotted #75c375;
  outline-offset: -3px;
  position: absolute;
  z-index: 2000;
}
.eshop-survay .product {
  border: 1px solid #ddd;
  height: 308px;
  margin-bottom: 15px;
  background: #fff;
}
.eshop-survay .product .sale-pv {
  position: absolute;
  top: -5px;
  left: 0px;
  color: #fff;
  border-radius: 16px;
  padding-top: 9px;
  height: 30px;
  font-weight: bold;
  width: 30px;
  background: red;
  font-size: 10px;
  text-align: center;
  transform: rotate(-20deg);
}
.eshop-survay .product .product-img-div {
  display: block;
  width: 100%;
  height: 170px;
}
.eshop-survay .product .product-img {
  margin: 0px auto;
  max-height: 90px;
  text-align: center;
}
.footer {
  padding: 40px 0;
  background-color: #4B5363;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.footer h3 {
  font-family: 'HelveticaNeueLTPro-LtEx';
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 20px 0;
}
.footer strong {
  font-weight: 500;
}
.footer a {
  color: #fff;
}
.footer address {
  line-height: 1.6;
  margin-bottom: 15px;
}
.footer ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  padding: 4px 0;
}
@media (min-width: 768px) {
  .footer ul {
    margin-bottom: 30px;
  }
}
.footer hr {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .footer .container .col-contact {
    border-left: 1px solid #fff;
    margin-left: -1px;
  }
  .footer .container .col-nav {
    border-right: 1px solid #fff;
  }
  .footer .container > .row .col-contact,
  .footer .container > .row .col-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer .container .col-contact .ul {
    margin: 0;
  }
}
.footer .company-id {
  width: 50%;
}
.copyright {
  padding: 10px;
  background-color: #ff9828;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.copyright a {
  color: #fff;
}
@font-face {
  font-family: 'AauxNext-Bold';
  src: url('../webfonts/2E725E_0_0.eot');
  src: url('../webfonts/2E725E_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2E725E_0_0.woff2') format('woff2'), url('../webfonts/2E725E_0_0.woff?max-age=86400') format('woff'), url('../webfonts/2E725E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'AauxNext-Regular';
  src: url('../webfonts/2E725E_1_0.eot');
  src: url('../webfonts/2E725E_1_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2E725E_1_0.woff2') format('woff2'), url('../webfonts/2E725E_1_0.woff?max-age=86400') format('woff'), url('../webfonts/2E725E_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTPro-BdEx';
  src: url('../webfonts/2E725E_2_0.eot');
  src: url('../webfonts/2E725E_2_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2E725E_2_0.woff2') format('woff2'), url('../webfonts/2E725E_2_0.woff?max-age=86400') format('woff'), url('../webfonts/2E725E_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeueLTPro-LtEx';
  src: url('../webfonts/2E725E_3_0.eot');
  src: url('../webfonts/2E725E_3_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2E725E_3_0.woff2') format('woff2'), url('../webfonts/2E725E_3_0.woff?max-age=86400') format('woff'), url('../webfonts/2E725E_3_0.ttf') format('truetype');
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  background: red;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
