﻿/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

audio:not([controls]) {
  display: none
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

a:hover [class*=" icon-"],
a:hover [class^="icon-"],
a:active [class*=" icon-"],
a:active [class^="icon-"] {
  text-decoration: none
}

a:focus:not(.tab-focus-link):not([tabindex="0"]) {
  outline: 0
}

a:focus [class*=" icon-"],
a:focus [class^="icon-"] {
  text-decoration: none
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}

#map_canvas img,
.google-maps img {
  max-width: none
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle
}

button,
input {
  *overflow: visible;
  line-height: normal
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer
}

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  vertical-align: top
}

input[type="text"]::-ms-clear,
input[type="search"]::-ms-clear {
  display: none
}

@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) ")"
  }

  .ir a:after,
  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: 0.5cm
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  background-color: #fff
}

a {
  color: #9F1905;
  text-decoration: none
}

a:hover,
a:focus {
  color: #9F1905;
  text-decoration: underline
}

a.undecorated {
  color: #333
}

a.undecorated:hover,
a.undecorated:focus {
  color: #9F1905
}

a.undecorated:hover {
  text-decoration: none
}

a.underlined {
  color: #333;
  text-decoration: underline
}

a.underlined:hover,
a.underlined:focus {
  color: #9F1905;
  text-decoration: underline
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px
}

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

.img-grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%)
}

.img-grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%)
}

.row {
  margin-left: -10px;
  *zoom: 1
}

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0
}

.row:after {
  clear: both
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 10px
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 950px
}

.span1 {
  width: 70px
}

.span2 {
  width: 150px
}

.span3 {
  width: 230px
}

.span4 {
  width: 310px
}

.span5 {
  width: 390px
}

.span6 {
  width: 470px
}

.span7 {
  width: 550px
}

.span8 {
  width: 630px
}

.span9 {
  width: 710px
}

.span10 {
  width: 790px
}

.span11 {
  width: 870px
}

.span12 {
  width: 950px
}

.offset1 {
  margin-left: 90px
}

.offset2 {
  margin-left: 170px
}

.offset3 {
  margin-left: 250px
}

.offset4 {
  margin-left: 330px
}

.offset5 {
  margin-left: 410px
}

.offset6 {
  margin-left: 490px
}

.offset7 {
  margin-left: 570px
}

.offset8 {
  margin-left: 650px
}

.offset9 {
  margin-left: 730px
}

.offset10 {
  margin-left: 810px
}

.offset11 {
  margin-left: 890px
}

.offset12 {
  margin-left: 970px
}

.row-fluid {
  width: 100%;
  *zoom: 1
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0
}

.row-fluid:after {
  clear: both
}

.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.0526315789%;
  *margin-left: 1%
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
  margin-left: 1.0526315789%
}

.row-fluid .span1 {
  width: 7.3684210526%;
  *width: 7.3157894737%
}

.row-fluid .span2 {
  width: 15.7894736842%;
  *width: 15.7368421053%
}

.row-fluid .span3 {
  width: 24.2105263158%;
  *width: 24.1578947368%
}

.row-fluid .span4 {
  width: 32.6315789474%;
  *width: 32.5789473684%
}

.row-fluid .span5 {
  width: 41.0526315789%;
  *width: 41%
}

.row-fluid .span6 {
  width: 49.4736842105%;
  *width: 49.4210526316%
}

.row-fluid .span7 {
  width: 57.8947368421%;
  *width: 57.8421052632%
}

.row-fluid .span8 {
  width: 66.3157894737%;
  *width: 66.2631578947%
}

.row-fluid .span9 {
  width: 74.7368421053%;
  *width: 74.6842105263%
}

.row-fluid .span10 {
  width: 83.1578947368%;
  *width: 83.1052631579%
}

.row-fluid .span11 {
  width: 91.5789473684%;
  *width: 91.5263157895%
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.9473684211%
}

.row-fluid .offset1 {
  margin-left: 9.4736842105%;
  *margin-left: 9.3684210526%
}

.row-fluid .offset1:first-child {
  margin-left: 8.4210526316%;
  *margin-left: 8.3157894737%
}

.row-fluid .offset2 {
  margin-left: 17.8947368421%;
  *margin-left: 17.7894736842%
}

.row-fluid .offset2:first-child {
  margin-left: 16.8421052632%;
  *margin-left: 16.7368421053%
}

.row-fluid .offset3 {
  margin-left: 26.3157894737%;
  *margin-left: 26.2105263158%
}

.row-fluid .offset3:first-child {
  margin-left: 25.2631578947%;
  *margin-left: 25.1578947368%
}

.row-fluid .offset4 {
  margin-left: 34.7368421053%;
  *margin-left: 34.6315789474%
}

.row-fluid .offset4:first-child {
  margin-left: 33.6842105263%;
  *margin-left: 33.5789473684%
}

.row-fluid .offset5 {
  margin-left: 43.1578947368%;
  *margin-left: 43.0526315789%
}

.row-fluid .offset5:first-child {
  margin-left: 42.1052631579%;
  *margin-left: 42%
}

.row-fluid .offset6 {
  margin-left: 51.5789473684%;
  *margin-left: 51.4736842105%
}

.row-fluid .offset6:first-child {
  margin-left: 50.5263157895%;
  *margin-left: 50.4210526316%
}

.row-fluid .offset7 {
  margin-left: 60%;
  *margin-left: 59.8947368421%
}

.row-fluid .offset7:first-child {
  margin-left: 58.9473684211%;
  *margin-left: 58.8421052632%
}

.row-fluid .offset8 {
  margin-left: 68.4210526316%;
  *margin-left: 68.3157894737%
}

.row-fluid .offset8:first-child {
  margin-left: 67.3684210526%;
  *margin-left: 67.2631578947%
}

.row-fluid .offset9 {
  margin-left: 76.8421052632%;
  *margin-left: 76.7368421053%
}

.row-fluid .offset9:first-child {
  margin-left: 75.7894736842%;
  *margin-left: 75.6842105263%
}

.row-fluid .offset10 {
  margin-left: 85.2631578947%;
  *margin-left: 85.1578947368%
}

.row-fluid .offset10:first-child {
  margin-left: 84.2105263158%;
  *margin-left: 84.1052631579%
}

.row-fluid .offset11 {
  margin-left: 93.6842105263%;
  *margin-left: 93.5789473684%
}

.row-fluid .offset11:first-child {
  margin-left: 92.6315789474%;
  *margin-left: 92.5263157895%
}

.row-fluid .offset12 {
  margin-left: 102.1052631579%;
  *margin-left: 102%
}

.row-fluid .offset12:first-child {
  margin-left: 101.0526315789%;
  *margin-left: 100.9473684211%
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  position: relative
}

.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0
}

.container:after {
  clear: both
}

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  *zoom: 1
}

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

.container-fluid:after {
  clear: both
}

.modal .container-fluid {
  padding: 0
}

.sidebar-offcanvas {
  width: 200px;
  top: 0px;
  right: -210px;
  position: absolute
}

@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/roboto/Roboto-Regular-webfont.eot");
  src: local("☺"), url("../../fonts/roboto/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Regular-webfont.woff") format("woff"), url("../../fonts/roboto/Roboto-Regular-webfont.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Regular-webfont.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/roboto/Roboto-Bold-webfont.eot");
  src: local("☺"), url("../../fonts/roboto/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Bold-webfont.woff") format("woff"), url("../../fonts/roboto/Roboto-Bold-webfont.ttf") format("truetype"), url("../../fonts/roboto/Roboto-Bold-webfont.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/roboto/Roboto-Italic-webfont.eot");
  src: local("☺"), url("../../fonts/roboto/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/Roboto-Italic-webfont.woff") format("woff"), url("../../fonts/roboto/Roboto-Italic-webfont.ttf") format("opentype"), url("../../fonts/roboto/Roboto-Italic-webfont.svg#RobotoItalic") format("svg");
  font-display: swap
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../../fonts/roboto/Roboto-BoldItalic-webfont.eot");
  src: local("☺"), url("../../fonts/roboto/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/roboto/Roboto-BoldItalic-webfont.woff") format("woff"), url("../../fonts/roboto/Roboto-BoldItalic-webfont.ttf") format("opentype"), url("../../fonts/roboto/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic") format("svg");
  font-display: swap
}

p {
  margin: 0 0 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto
}

.lead {
  color: #666;
  margin-bottom: 20px;
  font-size: 16.9px;
  font-weight: 200;
  line-height: 1.5
}

small {
  font-size: 85%;
  font-weight: 300
}

strong {
  font-weight: bold
}

em {
  font-style: italic
}

cite {
  font-style: normal
}

.enlarged {
  font-size: 14.95px
}

.muted {
  color: #5E5E5E
}

a.muted:hover,
a.muted:focus {
  color: #454545
}

.text-warning {
  color: #96671E
}

a.text-warning:hover,
a.text-warning:focus {
  color: #6c4a16
}

.text-error {
  color: #9F1905
}

a.text-error:hover,
a.text-error:focus {
  color: #6e1103
}

.text-info {
  color: #1a5ba7
}

a.text-info:hover,
a.text-info:focus {
  color: #13437b
}

.text-success {
  color: #405557
}

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

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5;
  color: inherit;
  text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1
}

h1 {
  margin-top: 0
}

h1 {
  font-size: 28.6px
}

h2 {
  font-size: 23.4px
}

h3 {
  font-size: 19.5px
}

h4 {
  font-size: 14.95px
}

h5 {
  font-size: 13px
}

h6 {
  font-size: 11.05px
}

h1 small {
  font-size: 22.75px
}

h2 small {
  font-size: 16.25px
}

h3 small {
  font-size: 13px
}

h4 small {
  font-size: 13px
}

.page-header {
  padding-bottom: 9px
}

.page-header h2 {
  margin-top: 20px;
  text-transform: uppercase
}

.page-header-icon {
  border-top: 1px solid #ddd;
  border-bottom: 0 none
}

.page-header-icon>[class^="icon-"],
.page-header-icon>[class*=" icon-"] {
  background-color: white;
  color: #87bb3e;
  font-size: 24px;
  position: absolute;
  top: 8px;
  width: 100px;
  margin-left: -50px
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0
}

li {
  line-height: 20px
}

ul.unstyled,
ul.btn-menu,
ol.unstyled,
ol.btn-menu {
  margin-left: 0;
  list-style: none
}

ul.inline,
ul.btn-menu--inline,
ol.inline,
ol.btn-menu--inline {
  margin-left: 0;
  list-style: none
}

ul.inline>li,
ul.btn-menu--inline>li,
ol.inline>li,
ol.btn-menu--inline>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px
}

ul.inline>li.divider,
ul.btn-menu--inline>li.divider,
ol.inline>li.divider,
ol.btn-menu--inline>li.divider {
  padding: 0;
  border-left: 1px solid #ddd
}

dl {
  margin-bottom: 20px
}

dt,
dd {
  line-height: 25px
}

dt {
  font-weight: bold
}

dd {
  margin-left: 10px
}

.dl-horizontal {
  *zoom: 1
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0
}

.dl-horizontal:after {
  clear: both
}

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

hr {
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ddd
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee
}

blockquote p {
  font-weight: 300;
  line-height: 1.25
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999
}

blockquote small:before {
  content: '\2014 \00A0'
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right
}

blockquote.pull-right small:before {
  content: ''
}

blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px
}

.lead-large {
  font-size: 18.2px
}

.number-negative {
  color: #f00
}

.circled-character-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-family: inherit;
  font-style: inherit;
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none
}

.circled-character-icon:hover,
.circled-character-icon:focus,
.circled-character-icon:active {
  text-decoration: none
}

.circled-character-icon.default {
  background-color: #eee;
  color: #333
}

.circled-character-icon.info {
  background-color: #1a5ba7;
  color: #d9edf7
}

.circled-character-icon.error {
  background-color: #9F1905;
  color: #f2dede
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

pre.prettyprint {
  margin-bottom: 20px
}

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

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

form {
  margin: 0 0 20px
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  color: #333;
  border: 0
}

legend small {
  font-size: 15px;
  color: #ddd
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px
}

input,
button,
select,
textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
  display: block;
  margin-bottom: 5px
}

.placeholder {
  color: #bbb !important
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 20px;
  padding: 4px 5px;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  background-clip: padding-box
}

input,
textarea,
.uneditable-input {
  width: 206px
}

textarea {
  height: auto;
  resize: vertical
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

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

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto
}

select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 25px
}

select {
  border: 1px solid #ccc;
  background-color: #fff
}

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

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

.uneditable-input,
.uneditable-textarea {
  color: #ddd;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap
}

.uneditable-textarea {
  width: auto;
  height: auto
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #bbb
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #bbb
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
  padding-top: 5px
}

.radio.inline,
.radio.btn-menu--inline,
.checkbox.inline,
.checkbox.btn-menu--inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle
}

.radio.inline+.radio.inline,
.radio.btn-menu--inline+.radio.inline,
.radio.inline+.radio.btn-menu--inline,
.radio.btn-menu--inline+.radio.btn-menu--inline,
.checkbox.inline+.checkbox.inline,
.checkbox.btn-menu--inline+.checkbox.inline,
.checkbox.inline+.checkbox.btn-menu--inline,
.checkbox.btn-menu--inline+.checkbox.btn-menu--inline {
  margin-left: 10px
}

.input-mini {
  width: 60px
}

.input-small {
  width: 90px
}

.input-medium {
  width: 160px
}

.input-large {
  width: 210px
}

.input-xlarge {
  width: 270px
}

.input-xxlarge {
  width: 530px
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block
}

input,
textarea,
.uneditable-input {
  margin-left: 0
}

.controls-row [class*="span"]+[class*="span"] {
  margin-left: 10px
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 56px
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 136px
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 216px
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 296px
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 376px
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 456px
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 536px
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 616px
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 696px
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 776px
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 856px
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 936px
}

.controls-row {
  *zoom: 1
}

.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0
}

.controls-row:after {
  clear: both
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent
}

.control-group.warning .control-label,
.control-group.warning .validate-block,
.control-group.warning .validate-inline {
  color: #96671E
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #96671E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #6c4a16;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99d41;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99d41;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d99d41
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #96671E;
  background-color: #fcf8e3;
  border-color: #96671E
}

.control-group.error .control-label,
.control-group.error .validate-block,
.control-group.error .validate-inline {
  color: #9F1905
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #9F1905;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #6e1103;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f83012;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f83012;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f83012
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #9F1905;
  background-color: #f2dede;
  border-color: #9F1905
}

.control-group.success .control-label,
.control-group.success .validate-block,
.control-group.success .validate-inline {
  color: #405557
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #405557;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #2a383a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6b8e92;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6b8e92;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6b8e92
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #405557;
  background-color: #dff0d8;
  border-color: #405557
}

.control-group.info .control-label,
.control-group.info .validate-block,
.control-group.info .validate-inline {
  color: #1a5ba7
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #1a5ba7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #13437b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #458de2;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #458de2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #458de2
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #1a5ba7;
  background-color: #d9edf7;
  border-color: #1a5ba7
}

.toUpper {
  text-transform: uppercase
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1
}

.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0
}

.form-actions:after {
  clear: both
}

.help-block,
.help-inline,
.validate-block,
.validate-inline {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: 13px;
  line-height: 17px;
  color: gray;
  padding-left: 5px
}

.help-block,
.validate-block {
  display: block;
  margin: 3px 0 10px 0;
  padding-left: 5px
}

.help-inline,
.validate-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle
}

.input-append,
.input-prepend {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 10px
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 13px
}

.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group>.dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.input-append .active,
.input-prepend .active {
  background-color: #cee4ae;
  border-color: #87bb3e
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}

.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px
}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0
}

.form-search:not(.padded) .radio,
.form-search:not(.padded) .checkbox,
.form-inline:not(.padded) .radio,
.form-inline:not(.padded) .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0
}

.control-group {
  margin-bottom: 12px
}

legend+.control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate
}

.form-default {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5
}

.form-default .control-group {
  margin-bottom: 20px;
  *zoom: 1
}

.form-default .control-group:before,
.form-default .control-group:after {
  display: table;
  content: "";
  line-height: 0
}

.form-default .control-group:after {
  clear: both
}

.form-default .control-label {
  font-weight: bold;
  float: left;
  width: 0px;
  padding-top: 5px;
  text-align: right
}

.form-default .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 20px;
  *margin-left: 0
}

.form-default .controls:first-child {
  *padding-left: 20px
}

.form-default .help-block {
  margin-bottom: 0
}

.form-default input+.help-block,
.form-default select+.help-block,
.form-default textarea+.help-block,
.form-default .uneditable-input+.help-block,
.form-default .input-prepend+.help-block,
.form-default .input-append+.help-block {
  margin-top: 10px
}

.form-default .form-actions {
  padding-left: 20px
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1
}

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

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

.form-horizontal .control-label {
  font-weight: bold;
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0
}

.form-horizontal .controls:first-child {
  *padding-left: 180px
}

.form-horizontal .help-block {
  margin-bottom: 0
}

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
  margin-top: 10px
}

.form-horizontal .form-actions {
  padding-left: 180px
}

label {
  font-weight: bold
}

label span,
label.checkbox,
label.radio,
label.error {
  font-weight: normal
}

label.error {
  color: #f00
}

.form-control {
  display: block;
  width: 100%;
  box-sizing: border-box
}

.control-group .help-block {
  margin-bottom: 0
}

input[type="file"] {
  color: #333;
  padding: 0px;
  vertical-align: middle;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.input-append.input-block-level,
.input-prepend.input-block-level {
  display: table
}

.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
  display: table-cell
}

.input-append.input-block-level>input,
.input-prepend.input-block-level>input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: inherit;
  width: 100%
}

.input-append.input-block-level>input {
  border-right: 0
}

.input-prepend.input-block-level>input {
  border-left: 0
}

.rating-selection input[type="radio"] {
  float: left
}

.rating-selection:not(:checked) .unrated,
.rating-selection:not(:checked) input[type="radio"],
.rating-selection:not(:checked) label span {
  display: none
}

.rating-selection:not(:checked) label {
  float: left;
  cursor: pointer
}

.rating-selection:not(:checked) label:before {
  font-size: 32px;
  color: #96671E;
  letter-spacing: 0.1em;
  font-family: FontAwesome;
  content: "\f005"
}

.rating-selection:not(:checked) input:checked+label~label:before {
  color: #bbb
}

.rating-selection:not(:checked):hover label[for]:before {
  color: #96671E
}

.rating-selection:not(:checked):hover label:hover~label:before {
  color: #bbb
}

.rating-selection:not(:checked)+.help-block,
.rating-selection:not(:checked)+.validate-block {
  clear: left;
  padding-left: 0
}

.form-actions {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.passwordMeterContainer {
  display: inline-block;
  position: relative;
  margin-top: 17px
}

.passwordMeterBg,
.passwordMeterBar {
  height: 5px
}

.passwordMeterBg {
  position: absolute;
  top: 4px;
  right: -8px;
  width: 6px;
  height: 100%;
  background: transparent
}

.passwordMeterBar {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ddd
}

.passwordMeterBar_1 {
  bottom: 0
}

.passwordMeterBar_2 {
  bottom: 6px
}

.passwordMeterBar_3 {
  bottom: 12px
}

.passwordMeter_tooShort .passwordMeterBar_1 {
  background: #9F1905
}

.passwordMeter_weak .passwordMeterBar_1,
.passwordMeter_weak .passwordMeterBar_2 {
  background: #96671E
}

.passwordMeter_strong .passwordMeterBar_1,
.passwordMeter_strong .passwordMeterBar_2,
.passwordMeter_strong .passwordMeterBar_3 {
  background: #405557
}

.passwordMeterMessage {
  display: none;
  position: absolute;
  top: -16px;
  left: 22px;
  min-width: 240px;
  max-width: 330px;
  padding: 6px;
  background-color: white;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
  box-shadow: 0 0 3px #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.passwordMeterMessage .passwordMeterMessageText {
  font-weight: bold
}

.passwordMeterMessage .passwordMeterMessageHelp {
  font-size: 13px
}

.passwordMeterMessage .arrow {
  position: absolute;
  top: 5px;
  left: -8px;
  content: ' ';
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #bbb;
  border-left: none
}

.checkboxFilter .toogleDropdown {
  display: block;
  font-weight: normal;
  padding: 4px 5px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.checkboxFilter .checkboxFilterChoices {
  padding: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9
}

.checkboxFilter .checkboxFilterList {
  margin: 5px 0 0 15px
}

.checkboxFilter .checkboxFilterList li {
  color: #555;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2
}

.checkboxFilter table th,
.checkboxFilter table td {
  font-size: 13px;
  line-height: 15px;
  border: 0 none;
  padding: 4px;
  font-weight: normal
}

.checkboxFilter table th input,
.checkboxFilter table td input {
  margin: 0
}

.form .input-wide {
  width: 98%
}

.total_price_change {
  position: relative;
  left: 57px
}

input[type="text"].mini,
input[type="number"].mini {
  width: 30px !important
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0
}

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

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table th {
  font-weight: bold
}

.table thead th {
  vertical-align: bottom
}

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

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

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

.table-condensed th,
.table-condensed td {
  padding: 4px 5px
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd
}

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

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px
}

.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 td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 54px;
  margin-left: 0
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 134px;
  margin-left: 0
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 214px;
  margin-left: 0
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 294px;
  margin-left: 0
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 374px;
  margin-left: 0
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 454px;
  margin-left: 0
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 534px;
  margin-left: 0
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 614px;
  margin-left: 0
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 694px;
  margin-left: 0
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 774px;
  margin-left: 0
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 854px;
  margin-left: 0
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 934px;
  margin-left: 0
}

.table tbody tr.success>td {
  background-color: #dff0d8
}

.table tbody tr.error>td {
  background-color: #f2dede
}

.table tbody tr.warning>td {
  background-color: #fcf8e3
}

.table tbody tr.info>td {
  background-color: #d9edf7
}

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

.table-hover tbody tr.error:hover>td {
  background-color: #ebcccc
}

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

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

.table-default thead tr th {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0)
}

.table-definition tr td,
.table-definition tr th {
  border-top: 0 none
}

.table tbody tr.striped th,
.table tbody tr.striped td {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0)
}

.table th.text-right,
.table td.text-right {
  text-align: right
}

.table th.text-center,
.table td.text-center {
  text-align: center
}

tr th.dividerColumn,
tr td.dividerColumn {
  background: none !important;
  width: 10px;
  padding: 0;
  border-top: 0;
  border-bottom: 0
}

.table tr.heading th {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD', GradientType=0)
}

td.row-highlight {
  background-color: #f99 !important
}

td.highlight {
  font-weight: bold;
  color: #f0582a
}

.ajaxloader {
  background: url("../../images/ajax-loader-32x32.gif") no-repeat 50% 50% !important;
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 12000
}

.ajaxloaderBG {
  position: fixed;
  z-index: 11000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background-image: -o-linear-gradient(top, #fff, #f5f5f5);
  background-image: linear-gradient(to bottom, #fff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5', GradientType=0);
  opacity: .5
}

.preloader-background {
  position: fixed;
  z-index: 11000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background-image: -o-linear-gradient(top, #fff, #f5f5f5);
  background-image: linear-gradient(to bottom, #fff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5', GradientType=0);
  opacity: .5
}

.preloader-spinner {
  background: url("../../images/ajax-loader-32x32.gif") no-repeat 50% 50% !important;
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 12000
}

.preloader-msgbox {
  width: 300px;
  height: auto;
  max-width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  z-index: 12000;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center
}

.preloader-msgbox p {
  margin-bottom: 0
}

.preloader-msgbox-success {
  background: #dff0d8;
  color: #405557;
  border: 1px solid #405557
}

.preloader-msgbox-error {
  background: #f2dede;
  color: #9F1905;
  border: 1px solid #9F1905
}

.dropup,
.dropdown {
  position: relative
}

.dropdown-toggle {
  *margin-bottom: -3px
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ''
}

.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

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

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 6px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff
}

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

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
  text-decoration: none;
  color: #9F1905;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e8e8e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
  background-image: -o-linear-gradient(top, #f5f5f5, #e8e8e8);
  background-image: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFE8E8E8', GradientType=0)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #2e2e2e;
  background-image: -moz-linear-gradient(top, #333, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#262626));
  background-image: -webkit-linear-gradient(top, #333, #262626);
  background-image: -o-linear-gradient(top, #333, #262626);
  background-image: linear-gradient(to bottom, #333, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF262626', GradientType=0)
}

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

.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: default
}

.open {
  *z-index: 1000
}

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

.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 #000;
  content: ""
}

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

.dropdown-submenu {
  position: relative
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px
}

.dropdown-submenu:hover>a:after {
  border-left-color: #9F1905
}

.dropdown-submenu.pull-left {
  float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.dropdown-menu {
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2)
}

.dropdown-menu .divider {
  margin-top: 5px;
  margin-bottom: 5px
}

.dropdown-menu .dropdown-group-header {
  display: block;
  clear: both;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a,
.dropdown-menu>li>span,
.dropdown-menu .dropdown-group-header {
  padding: 10px 15px
}

.dropdown-menu>li>span {
  cursor: pointer;
  display: block;
  color: #333
}

.dropdown-menu-scrollbar {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>span:hover,
.dropdown-menu>li>span:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a,
.dropdown-submenu:hover>span,
.dropdown-submenu:focus>span {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f2f2f2);
  background-image: -o-linear-gradient(top, #f5f5f5, #f2f2f2);
  background-image: linear-gradient(to bottom, #f5f5f5, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF2F2F2', GradientType=0)
}

.dropdown-menu>li>span:hover,
.dropdown-menu>li>span:focus,
.dropdown-submenu:hover>span,
.dropdown-submenu:focus>span {
  text-decoration: none;
  color: #9F1905
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  text-shadow: 0 1px 2px #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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 form {
  margin: 0
}

.well form .form-actions {
  padding-bottom: 0;
  margin: 0;
  border-color: #ddd
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

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

.fade.in {
  opacity: 1
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease
}

.collapse.in {
  height: auto
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9
}

.btn:active,
.btn.active {
  background-color: #ccc \9
}

.btn:first-child {
  *margin-left: 0
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.btn.disabled-action {
  cursor: not-allowed;
  pointer-events: none
}

.btn-large {
  padding: 8px 24px;
  font-size: 16.25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px
}

.btn-small {
  padding: 2px 10px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px
}

.btn-mini {
  padding: 0px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

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

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

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75)
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4d6669;
  background-image: -moz-linear-gradient(top, #405557, #608083);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#405557), to(#608083));
  background-image: -webkit-linear-gradient(top, #405557, #608083);
  background-image: -o-linear-gradient(top, #405557, #608083);
  background-image: linear-gradient(to bottom, #405557, #608083);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF405557', endColorstr='#FF608083', GradientType=0);
  border-color: #608083 #608083 #405557;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #608083;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #608083;
  *background-color: #567274
}

.btn-primary:active,
.btn-primary.active {
  background-color: #4b6366 \9
}

.btn-secondary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9a1805;
  background-image: -moz-linear-gradient(top, #b81d06, #6e1103);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b81d06), to(#6e1103));
  background-image: -webkit-linear-gradient(top, #b81d06, #6e1103);
  background-image: -o-linear-gradient(top, #b81d06, #6e1103);
  background-image: linear-gradient(to bottom, #b81d06, #6e1103);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB81D06', endColorstr='#FF6E1103', GradientType=0);
  border-color: #6e1103 #6e1103 #230601;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6e1103;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  color: #fff;
  background-color: #6e1103;
  *background-color: #550d03
}

.btn-secondary:active,
.btn-secondary.active {
  background-color: #3c0902 \9
}

.btn-neutral {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ddd;
  background-image: -moz-linear-gradient(top, #ddd, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#ddd));
  background-image: -webkit-linear-gradient(top, #ddd, #ddd);
  background-image: -o-linear-gradient(top, #ddd, #ddd);
  background-image: linear-gradient(to bottom, #ddd, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDDDDDD', endColorstr='#FFDDDDDD', GradientType=0);
  border-color: #ddd #ddd #b7b7b7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ddd;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.btn-neutral.disabled,
.btn-neutral[disabled] {
  color: #fff;
  background-color: #ddd;
  *background-color: #d0d0d0
}

.btn-neutral:active,
.btn-neutral.active {
  background-color: #c4c4c4 \9
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffcf3b;
  background-image: -moz-linear-gradient(top, #ffd75a, #ffc40d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd75a), to(#ffc40d));
  background-image: -webkit-linear-gradient(top, #ffd75a, #ffc40d);
  background-image: -o-linear-gradient(top, #ffd75a, #ffc40d);
  background-image: linear-gradient(to bottom, #ffd75a, #ffc40d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFD75A', endColorstr='#FFFFC40D', GradientType=0);
  border-color: #ffc40d #ffc40d #c09100;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffc40d;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #ffc40d;
  *background-color: #f3b700
}

.btn-warning:active,
.btn-warning.active {
  background-color: #d9a400 \9
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px
}

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

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #9F1905;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

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

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

.button:not(.button-disabled):focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn-loading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  background-image: -moz-linear-gradient(top, #999, #999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#999));
  background-image: -webkit-linear-gradient(top, #999, #999);
  background-image: -o-linear-gradient(top, #999, #999);
  background-image: linear-gradient(to bottom, #999, #999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF999999', endColorstr='#FF999999', GradientType=0);
  border-color: #999 #999 #737373;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #999;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 33px !important;
  background-image: url("../../images/loading_dark_16x16.gif");
  cursor: default
}

.btn-loading:hover,
.btn-loading:focus,
.btn-loading:active,
.btn-loading.active,
.btn-loading.disabled,
.btn-loading[disabled] {
  color: #fff;
  background-color: #999;
  *background-color: #8c8c8c
}

.btn-loading:active,
.btn-loading.active {
  background-color: gray \9
}

.btn-loading:hover,
.btn-loading:focus {
  background-position: 10px center;
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear
}

.btn-ghost {
  background: transparent;
  color: #555;
  border-color: #555;
  border-color: #ccc
}

.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.btn-ghost.disabled,
.btn-ghost[disabled] {
  background: transparent;
  color: #414141;
  border-color: #414141
}

.btn-primary-ghost {
  background: transparent;
  color: #608083;
  border-color: #608083
}

.btn-primary-ghost:hover,
.btn-primary-ghost:focus,
.btn-primary-ghost:active,
.btn-primary-ghost.active,
.btn-primary-ghost.disabled,
.btn-primary-ghost[disabled] {
  background: transparent;
  color: #4f696c;
  border-color: #4f696c
}

.btn-secondary-ghost {
  background: transparent;
  color: #6e1103;
  border-color: #6e1103
}

.btn-secondary-ghost:hover,
.btn-secondary-ghost:focus,
.btn-secondary-ghost:active,
.btn-secondary-ghost.active,
.btn-secondary-ghost.disabled,
.btn-secondary-ghost[disabled] {
  background: transparent;
  color: #460b02;
  border-color: #460b02
}

.btn-warning-ghost {
  background: transparent;
  color: #ffc40d;
  border-color: #ffc40d
}

.btn-warning-ghost:hover,
.btn-warning-ghost:focus,
.btn-warning-ghost:active,
.btn-warning-ghost.active,
.btn-warning-ghost.disabled,
.btn-warning-ghost[disabled] {
  background: transparent;
  color: #e3ac00;
  border-color: #e3ac00
}

.btn-danger-ghost {
  background: transparent;
  color: #bd362f;
  border-color: #bd362f
}

.btn-danger-ghost:hover,
.btn-danger-ghost:focus,
.btn-danger-ghost:active,
.btn-danger-ghost.active,
.btn-danger-ghost.disabled,
.btn-danger-ghost[disabled] {
  background: transparent;
  color: #9c2d27;
  border-color: #9c2d27
}

.btn-success-ghost {
  background: transparent;
  color: #51a351;
  border-color: #51a351
}

.btn-success-ghost:hover,
.btn-success-ghost:focus,
.btn-success-ghost:active,
.btn-success-ghost.active,
.btn-success-ghost.disabled,
.btn-success-ghost[disabled] {
  background: transparent;
  color: #438843;
  border-color: #438843
}

.btn-info-ghost {
  background: transparent;
  color: #2f96b4;
  border-color: #2f96b4
}

.btn-info-ghost:hover,
.btn-info-ghost:focus,
.btn-info-ghost:active,
.btn-info-ghost.active,
.btn-info-ghost.disabled,
.btn-info-ghost[disabled] {
  background: transparent;
  color: #277b94;
  border-color: #277b94
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em
}

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

.btn-group+.btn-group {
  margin-left: 5px
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px
}

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

.btn-group>.btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

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

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 13px
}

.btn-group>.btn-mini {
  font-size: 9.75px
}

.btn-group>.btn-small {
  font-size: 13px
}

.btn-group>.btn-large {
  font-size: 16.25px
}

.btn-group>.btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

.btn-group>.btn:last-child,
.btn-group>.dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}

.btn-group>.btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

.btn-group>.btn.large:last-child,
.btn-group>.large.dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}

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

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

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px
}

.btn-group>.btn-mini+.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px
}

.btn-group>.btn-small+.dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px
}

.btn-group>.btn-large+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #608083
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ffc40d
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0
}

.btn-large .caret {
  margin-top: 6px
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px
}

.dropup .btn-large .caret {
  border-bottom-width: 5px
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.btn-group-vertical>.btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

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

.btn-group-vertical>.btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0
}

.btn-group-vertical>.btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px
}

.btn-group-vertical>.btn-large:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0
}

.btn-group-vertical>.btn-large:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px
}

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

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

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

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

.btn-group-justified>.btn-group:not(:first-child)>.btn {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px
}

.btn-group-justified>.btn-group:not(:last-child)>.btn {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.alert,
.alert h4 {
  color: #81581a
}

.alert h4 {
  margin: 0
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #405557
}

.alert-success h4 {
  color: #405557
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #9F1905
}

.alert-danger h4,
.alert-error h4 {
  color: #9F1905
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #1a5ba7
}

.alert-info h4 {
  color: #1a5ba7
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
  margin-bottom: 0
}

.alert-block p+p {
  margin-top: 5px
}

.alert-bottom {
  position: fixed;
  z-index: 11000;
  bottom: 0;
  margin-bottom: 0;
  padding: 8px 15px 10px;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 6px #555;
  -moz-box-shadow: 1px 1px 6px #555;
  box-shadow: 1px 1px 6px #555
}

.alert__icon {
  position: absolute;
  top: 8px;
  left: 11px
}

.alert__heading,
.alert__text {
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: 20px
}

.alert__heading {
  font-weight: bold
}

.alert {
  position: relative
}

.alert-top,
.alert-bottom {
  position: fixed;
  z-index: 11000
}

.alert-top {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 50px 9px;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px
}

.alert-bottom {
  bottom: 0;
  margin-bottom: 0;
  padding: 8px 15px 10px;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 6px #555;
  -moz-box-shadow: 1px 1px 6px #555;
  box-shadow: 1px 1px 6px #555
}

.alert-flash {
  margin-top: 24px;
  margin-bottom: 0
}

.errorContainer,
.confirmationContainer,
.informationContainer,
.warningContainer {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 8px 8px 40px;
  border-radius: 3px
}

.errorContainer {
  border: 1px solid #FF9999;
  background-color: #F2DEDE
}

.confirmationContainer {
  border: 1px solid #7BB946;
  background-color: #DFF0D8
}

.informationContainer {
  border: 1px solid #1A5BA7;
  background-color: #D9EDF7
}

.warningContainer {
  border: 1px solid #fabc00;
  background-color: #fff9e8
}

.errorContainer p,
.confirmationContainer p,
.informationContainer p,
.warningContainer p {
  font-size: 13px;
  font-weight: bold;
  margin: 0
}

.errorContainer p {
  color: #cc2323
}

.confirmationContainer p {
  color: #007700
}

.informationContainer p {
  color: #1A5BA7
}

.warningContainer p {
  color: #FABC00
}

.errorContainer ul,
.confirmationContainer ul,
.informationContainer ul,
.warningContainer ul {
  margin: 0px
}

.errorContainer li,
.confirmationContainer li,
.informationContainer li,
.warningContainer li {
  list-style: none;
  color: #000
}

.errorContainer label,
.confirmationContainer label,
.informationContainer label,
.warningContainer label {
  font-weight: normal
}

.errorContainer .icon {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 18px;
  height: 19px;
  background: url("../../images/sprite.png") no-repeat -288px -489px
}

.confirmationContainer .icon {
  position: absolute;
  top: 9px;
  left: 13px;
  width: 18px;
  height: 19px;
  background: url("../../images/sprite.png") no-repeat -652px -1150px
}

.informationContainer .icon {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 10px;
  height: 19px;
  background: url("../../images/sprite.png") no-repeat 0px -3650px
}

.warningContainer .icon {
  width: 17px;
  height: 19px;
  background: url("../../images/sprite.png") no-repeat 0px -3700px
}

.errorContainer .close,
.confirmationContainer .close,
.informationContainer .close,
.warningContainer .close {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 17px;
  height: 15px;
  background: url("../../images/third_party/jquery-ui/ui-icons_888888_256x240.png") no-repeat -96px -128px
}

.errorContainer .close:hover,
.confirmationContainer .close:hover,
.informationContainer .close:hover,
.warningContainer .close:hover {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 17px;
  height: 15px;
  background: url("../../images/third_party/jquery-ui/ui-icons_454545_256x240.png") no-repeat -96px -128px
}

.errorContainer a {
  color: #000000;
  text-decoration: none
}

.warningContainer .icon,
.warningContainer .sprite {
  position: absolute;
  top: 13px;
  left: 13px
}

.labelError {
  color: #9F1905
}

.errorContainer li label.error {
  list-style: none;
  color: #000
}

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none
}

.nav>li>a {
  display: block
}

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

.nav>li>a>img {
  max-width: none
}

.nav>.pull-right {
  float: right
}

.nav-header {
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.nav li+.nav-header {
  margin-top: 9px
}

.nav>.divider {
  width: 1px;
  height: 20px;
  border-right: 1px solid #ccc
}

.nav-list {
  margin-bottom: 0
}

.nav-list li {
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease-in-out 0s
}

.nav-list li:last-child {
  border-bottom: none
}

.nav-list li a {
  transition: all 0.2s ease-in-out 0s
}

.nav-list>li>a,
.nav-list .nav-header {
  margin-left: 0px;
  margin-right: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}

.nav-list>li>a {
  padding: 5px 10px
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #9F1905
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 6px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff
}

.nav-tabs,
.nav-pills {
  *zoom: 1
}

.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0
}

.nav-tabs:after,
.nav-pills:after {
  clear: both
}

.nav-tabs>li,
.nav-pills>li {
  float: left
}

.nav-tabs>li>a,
.nav-pills>li>a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  margin-bottom: -1px
}

.nav-tabs>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  border-color: #eee #eee #ddd
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills>li>a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
  color: #fff;
  background-color: #9F1905
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li>a {
  margin-right: 0
}

.nav-tabs.nav-stacked {
  border-bottom: 0
}

.nav-tabs.nav-stacked>li>a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.nav-tabs.nav-stacked>li:first-child>a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px
}

.nav-tabs.nav-stacked>li:last-child>a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px
}

.nav-tabs.nav-stacked>li>a:hover,
.nav-tabs.nav-stacked>li>a:focus {
  border-color: #ddd;
  z-index: 2
}

.nav-pills.nav-stacked>li>a {
  margin-bottom: 3px
}

.nav-pills.nav-stacked>li:last-child>a {
  margin-bottom: 1px
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.nav .dropdown-toggle .caret {
  border-top-color: #9F1905;
  border-bottom-color: #9F1905;
  margin-top: 6px
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #9F1905;
  border-bottom-color: #9F1905
}

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555
}

.nav>.dropdown.active>a:hover,
.nav>.dropdown.active>a:focus {
  cursor: pointer
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
  color: #fff;
  background-color: #ddd;
  border-color: #ddd
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100)
}

.tabs-stacked .open>a:hover,
.tabs-stacked .open>a:focus {
  border-color: #ddd
}

.tabbable {
  *zoom: 1
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0
}

.tabbable:after {
  clear: both
}

.tab-content {
  overflow: auto
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
  border-bottom: 0
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none
}

.tab-content>.active,
.pill-content>.active {
  display: block
}

.tabs-below>.nav-tabs {
  border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eee #eee #eee #ddd
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff
}

.nav>.disabled>a {
  color: #ddd
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default
}

.nav li a {
  color: #333
}

.nav li a:hover,
.nav li a:focus,
.nav li a:active {
  color: #405557;
  background-color: #f5f5f5
}

.nav-stacked .nav-header {
  color: #67972e;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #ddd;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px
}

.nav-selectlist {
  background: #fff
}

.nav-selectlist li {
  position: relative
}

.nav-selectlist li [class^="icon-"],
.nav-selectlist li [class*=" icon-"],
.nav-selectlist li [class^="icon-"].icon-large,
.nav-selectlist li [class*=" icon-"].icon-large {
  line-height: 1.7em
}

.nav-selectlist .nav-header {
  text-align: center
}

.nav-selectlist .nav-header label {
  float: none;
  margin: 0;
  padding: 0;
  cursor: default
}

.nav-selectlist p.nav-selectlist__text {
  line-height: 20px;
  margin-bottom: 0;
  padding-right: 75px
}

.nav-selectlist__heading {
  display: block
}

.nav-selectlist__back {
  display: block;
  position: absolute;
  left: 10px;
  cursor: pointer
}

.nav-selectlist__back:hover {
  color: #67972e
}

.nav-selectlist__icons {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px
}

.nav-selectlist__icons .badge {
  margin-right: 10px
}

.sidenav {
  min-width: 205px;
  margin: 0 0 30px 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065)
}

.sidenav li {
  border: 0 none
}

.sidenav li .nav-header {
  background-color: #f5f5f5;
  color: #405557;
  font-size: 14px;
  text-shadow: none
}

.sidenav li a,
.sidenav li .nav-header {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5
}

.sidenav li a [class^="icon-"],
.sidenav li a [class*=" icon-"] {
  float: right;
  opacity: 0.25
}

.sidenav li a:hover [class^="icon-"],
.sidenav li a:hover [class*=" icon-"],
.sidenav li a:focus [class^="icon-"],
.sidenav li a:focus [class*=" icon-"],
.sidenav li a:active [class^="icon-"],
.sidenav li a:active [class*=" icon-"] {
  opacity: 0.5
}

.sidenav li:first-child a,
.sidenav li:first-child .nav-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0
}

.sidenav li:last-child a,
.sidenav li:last-child .nav-header {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px
}

.sidenav .nav-second-level li a {
  padding-left: 24px
}

.tabs-container .nav-tabs {
  margin-bottom: 0
}

.tabs-container .nav-tabs>.active>a {
  background-color: #f5f5f5
}

.tabs-container .tab-content {
  border: 1px solid #ddd;
  border-top: 0 none;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px
}

.tabs-container .tab-content__body {
  padding: 15px 12px;
  background-color: #f5f5f5
}

.tabs-container .tab-content__footer {
  padding: 12px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  *zoom: 1
}

.tabs-container .tab-content__footer:before,
.tabs-container .tab-content__footer:after {
  display: table;
  content: "";
  line-height: 0
}

.tabs-container .tab-content__footer:after {
  clear: both
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2
}

.navbar-inner {
  min-height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
  filter: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0
}

.navbar-inner:after {
  clear: both
}

.navbar .container {
  width: auto
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible
}

.navbar .brand {
  float: left;
  display: block;
  padding: 11px 20px 11px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #333
}

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

.navbar-text {
  margin-bottom: 0;
  line-height: 42px;
  color: #333
}

.navbar-link {
  color: #333
}

.navbar-link:hover,
.navbar-link:focus {
  color: #87bb3e
}

.navbar .divider-vertical {
  height: 42px;
  margin: 0 9px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 6px
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0
}

.navbar-form:after {
  clear: both
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 6px
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0
}

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px
}

.navbar-static-top {
  position: static;
  margin-bottom: 0
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

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

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px
}

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

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 950px
}

.navbar-fixed-top {
  top: 0
}

.navbar-fixed-bottom {
  bottom: 0
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1)
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0
}

.navbar .nav>li {
  float: left
}

.navbar .nav>li>a {
  float: none;
  padding: 11px 15px 11px;
  color: #333;
  text-decoration: none
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
  background-color: #fff;
  color: #87bb3e;
  text-decoration: none
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  color: #87bb3e;
  text-decoration: none;
  background-color: #fff
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar+.icon-bar {
  margin-top: 3px
}

.navbar .nav>li>.dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px
}

.navbar .nav>li>.dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto
}

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
  border-top-color: #87bb3e;
  border-bottom-color: #87bb3e
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
  background-color: #fff;
  color: #87bb3e
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: #333;
  border-bottom-color: #333
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
  border-top-color: #87bb3e;
  border-bottom-color: #87bb3e
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
  left: auto;
  right: 0
}

.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
  left: auto;
  right: 12px
}

.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
  left: auto;
  right: 13px
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px
}

.navbar-inverse .navbar-inner {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #333, #555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#555));
  background-image: -webkit-linear-gradient(top, #333, #555);
  background-image: -o-linear-gradient(top, #333, #555);
  background-image: linear-gradient(to bottom, #333, #555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF555555', GradientType=0);
  filter: none;
  border-color: #252525
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
  color: #ddd
}

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

.navbar-inverse .brand {
  color: #ddd
}

.navbar-inverse .navbar-text {
  color: #ddd
}

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

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

.navbar-inverse .navbar-link {
  color: #ddd
}

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

.navbar-inverse .divider-vertical {
  border-left-color: #333;
  border-right-color: #555
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
  background-color: transparent;
  color: #fff
}

.navbar-inverse .nav li.dropdown>a:hover .caret,
.navbar-inverse .nav li.dropdown>a:focus .caret {
  border-top-color: #fff;
  color: #fff
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
  border-top-color: #ddd;
  border-bottom-color: #ddd
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}

.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #737373;
  border-color: #333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}

.navbar-inverse .navbar-search .search-query::-moz-placeholder {
  opacity: 1;
  color: #ccc
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  opacity: 1;
  color: #ccc
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0
}

.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3a3a3a;
  background-image: -moz-linear-gradient(top, #484848, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484848), to(#262626));
  background-image: -webkit-linear-gradient(top, #484848, #262626);
  background-image: -o-linear-gradient(top, #484848, #262626);
  background-image: linear-gradient(to bottom, #484848, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF484848', endColorstr='#FF262626', GradientType=0);
  border-color: #262626 #262626 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #262626;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #262626;
  *background-color: #1a1a1a
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #0d0d0d \9
}

.full-width-background {
  width: 100%;
  background-color: #fff
}

.corporate-banner {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: unset;
  background-color: #fff;
  display: none
}

@media (max-width: 979px) {
  .corporate-top-banner {
    display: none !important
  }
}

.navbar {
  border-bottom: 5px solid #405557
}

.navbar.navbar-corporate {
  border-bottom: none
}

.navbar-text {
  line-height: 20px
}

@media (max-width: 979px) {
  .navbar-static-top .navbar-inner {
    padding: 5px
  }
}

.search-bar .btn,
.search-bar .btn-group {
  margin-top: 0
}

.navbar .nav {
  font-size: 13px
}

.navbar .nav>li>a {
  padding: 14.6666666667px 10px 14.6666666667px
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
  text-decoration: underline
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
  color: #87bb3e;
  text-decoration: underline
}

.navbar .btn-navbar {
  padding: 10px 10px;
  margin-top: 7px;
  background: white;
  line-height: 1
}

.header .dropdown-menu:before {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px
}

.header .dropdown-menu:after {
  border-left-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px
}

.navbar-fixed-bottom .nav>li>.dropdown-menu {
  top: 29px
}

.header .dropdown-menu,
.header .dropdown-menu.pull-right {
  left: auto;
  right: 0;
  text-transform: none;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 0;
  top: 49px;
  margin-top: 0;
  transform: translateX(-8px)
}

.header .dropdown-menu:before,
.header .dropdown-menu.pull-right:before {
  display: none
}

.header .dropdown-menu:after,
.header .dropdown-menu.pull-right:after {
  display: none
}

.header .dropdown-menu a:hover,
.header .dropdown-menu a:focus,
.header .dropdown-menu.pull-right a:hover,
.header .dropdown-menu.pull-right a:focus {
  text-decoration: none;
  color: #87bb3e;
  background-image: none;
  background-color: #fff
}

.navbar-landingpage .navbar-inner {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0);
  filter: none;
  border-color: #252525
}

.navbar-landingpage .nav>li>a:focus,
.navbar-landingpage .nav>li>a:hover {
  background-color: transparent
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.breadcrumb>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff
}

.breadcrumb>li>.divider {
  padding: 0 5px;
  color: #ccc
}

.breadcrumb .active {
  color: #ddd
}

.pagination {
  margin: 20px 0
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.pagination ul>li {
  display: inline
}

.pagination ul>li>a,
.pagination ul>li>span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
  background-color: #f5f5f5
}

.pagination ul>.active>a,
.pagination ul>.active>span {
  color: #000;
  cursor: default
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
  color: #ddd;
  background-color: transparent;
  cursor: default
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}

.pagination-centered {
  text-align: center
}

.pagination-right {
  text-align: right
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
  padding: 8px 24px;
  font-size: 16.25px
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
  padding: 2px 10px;
  font-size: 13px
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
  padding: 0px 6px;
  font-size: 9.75px
}

.pagination ul>li>a,
.pagination ul>li>span {
  padding: 6px 14px;
  color: #405557
}

.pagination .pagination-next-label,
.pagination .pagination-prev-label {
  display: none
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1
}

.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0
}

.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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px
}

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

.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: #ddd;
  background-color: #fff;
  cursor: default
}

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

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80)
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%
}

.modal.fade.in {
  top: 10%
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee
}

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

.modal-header h3 {
  margin: 0;
  line-height: 30px
}

.modal-header .modal-title {
  font-size: 16.25px;
  font-weight: bold;
  line-height: 25px
}

.modal-small {
  width: 320px;
  margin-left: -160px
}

.modal-large {
  width: 940px;
  margin-left: -470px
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px
}

.modal-form {
  margin-bottom: 0
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1
}

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

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

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.3;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100)
}

.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: 8px;
  color: #333;
  text-align: left;
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-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;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0
}

.popover-title:empty {
  display: none
}

.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 {
  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 {
  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 {
  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 {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.thumbnails {
  margin-left: -10px;
  list-style: none;
  *zoom: 1
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0
}

.thumbnails:after {
  clear: both
}

.row-fluid .thumbnails {
  margin-left: 0
}

.thumbnails>li {
  float: left;
  margin-bottom: 20px;
  margin-left: 10px
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #9F1905;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}

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

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

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  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 {
  margin-left: 0;
  list-style: none
}

.label-bts,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #999
}

.label-bts-light,
.badge-light {
  font-weight: normal;
  text-shadow: none
}

.label-bts {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px
}

.label-bts:empty,
.badge:empty {
  display: none
}

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

.label-bts-important {
  background-color: #9F1905
}

.label-bts-important[href] {
  background-color: #6e1103
}

.label-bts-warning {
  background-color: #96671E
}

.label-bts-warning[href] {
  background-color: #cc8400
}

.label-bts-success {
  background-color: #87bb3e
}

.label-bts-success[href] {
  background-color: #6b9531
}

.label-bts-light-success {
  background-color: #dff0d8;
  color: #405557;
  border: 1px solid #405557
}

.label-bts-info {
  background-color: #1a5ba7
}

.label-bts-info[href] {
  background-color: #13437b
}

.label-bts-inverse {
  background-color: #333
}

.label-bts-inverse[href] {
  background-color: #1a1a1a
}

.label-bts-sponsored {
  background-color: #96671E
}

.label-bts-sponsored[href] {
  background-color: #6c4a16
}

.badge-important {
  background-color: #9F1905
}

.badge-important[href] {
  background-color: #6e1103
}

.badge-warning {
  background-color: #96671E
}

.badge-warning[href] {
  background-color: #cc8400
}

.badge-success {
  background-color: #87bb3e
}

.badge-success[href] {
  background-color: #6b9531
}

.badge-light-success {
  background-color: #dff0d8;
  color: #405557;
  border: 1px solid #405557
}

.badge-info {
  background-color: #1a5ba7
}

.badge-info[href] {
  background-color: #13437b
}

.badge-inverse {
  background-color: #333
}

.badge-inverse[href] {
  background-color: #1a1a1a
}

.badge-sponsored {
  background-color: #96671E
}

.badge-sponsored[href] {
  background-color: #6c4a16
}

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

.btn-mini .label-bts,
.btn-mini .badge {
  top: 0
}

h1 .badge,
h2 .badge,
h3 .badge,
h4 .badge {
  vertical-align: middle
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0
  }

  to {
    background-position: 40px 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: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 13px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease
}

.progress .bar+.bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0)
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0)
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0)
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #f37a55;
  background-image: -moz-linear-gradient(top, #f59071, #f0582a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f59071), to(#f0582a));
  background-image: -webkit-linear-gradient(top, #f59071, #f0582a);
  background-image: -o-linear-gradient(top, #f59071, #f0582a);
  background-image: linear-gradient(to bottom, #f59071, #f0582a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF59071', endColorstr='#FFF0582A', GradientType=0)
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #f59071;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.accordion {
  margin-bottom: 20px
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.accordion-heading {
  border-bottom: 0
}

.accordion-heading a:active,
.accordion-heading a:hover,
.accordion-heading a:focus {
  text-decoration: none;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #f5f5f5, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ddd));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #ddd);
  background-image: -o-linear-gradient(top, #f5f5f5, #ddd);
  background-image: linear-gradient(to bottom, #f5f5f5, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFDDDDDD', GradientType=0)
}

.accordion-heading .accordion-toggle {
  color: #333;
  display: block;
  padding: 8px 15px;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0)
}

.accordion-toggle {
  cursor: pointer
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5
}

.accordion-white .accordion-heading .accordion-toggle {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF', GradientType=0)
}

.accordion-white .accordion-heading {
  border-bottom: 0
}

.accordion-white .accordion-heading a:active,
.accordion-white .accordion-heading a:hover,
.accordion-white .accordion-heading a:focus {
  text-decoration: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #fff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fff, #f5f5f5);
  background-image: -o-linear-gradient(top, #fff, #f5f5f5);
  background-image: linear-gradient(to bottom, #fff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5', GradientType=0)
}

.accordion-white .accordion-inner {
  background-color: white
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px
}

.hero-unit li {
  line-height: 30px
}

.panel {
  position: relative;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 20px
}

.panel .panel-heading {
  padding: 8px;
  line-height: 1.25
}

.panel .panel-title {
  margin-top: 0;
  margin-bottom: 0
}

.panel .panel-body {
  padding: 8px
}

.panel .panel-body--sm {
  padding: 5px 8px
}

.panel .panel-body p:last-child {
  margin-bottom: 0
}

.panel .panel-footer {
  padding: 8px
}

.panel.panel-large .panel-heading {
  padding: 10px 15px
}

.panel.panel-large .panel-body {
  padding: 15px
}

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

.panel-default .panel-heading,
.panel-default .panel-footer {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0)
}

.panel-success {
  border-color: #87bb3e
}

.panel-success .panel-heading,
.panel-success .panel-footer {
  background-color: #95c553;
  background-image: -moz-linear-gradient(top, #9fcb61, #87bb3e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9fcb61), to(#87bb3e));
  background-image: -webkit-linear-gradient(top, #9fcb61, #87bb3e);
  background-image: -o-linear-gradient(top, #9fcb61, #87bb3e);
  background-image: linear-gradient(to bottom, #9fcb61, #87bb3e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9FCB61', endColorstr='#FF87BB3E', GradientType=0)
}

.panel-light {
  padding: 0px;
  border: 0 none;
  border-bottom: 1px solid #ddd
}

.panel-light .panel-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0
}

.panel-light .panel-heading,
.panel-light .panel-footer {
  background-color: transparent
}

.panel-light .panel-body {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #f5f5f5
}

.panel-light .panel-body-transparent {
  background-color: transparent
}

.panel-light .panel-body hr {
  border-top-color: #ddd
}

.panel-light .panel-footer {
  border-top-width: 1px;
  margin-top: -1px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px
}

.panel .table {
  margin-bottom: 0
}

.panel .table:first-child {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px
}

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

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

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

.panel .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px
}

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

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

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

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

.panel .table>tbody>tr:first-child th,
.panel .table>tbody>tr:first-child td {
  border-top-width: 2px
}

.panel .table-condensed tr th,
.panel .table-condensed tr td {
  padding-left: 8px;
  padding-right: 8px
}

.panel .table-condensed tr:first-child th,
.panel .table-condensed tr:first-child td {
  padding-top: 8px
}

.panel .table-condensed tr:last-child th,
.panel .table-condensed tr:last-child td {
  padding-bottom: 8px
}

.panel.panel-large .table-condensed tr th,
.panel.panel-large .table-condensed tr td {
  padding-left: 15px;
  padding-right: 15px
}

.panel.panel-large .table-condensed tr:first-child th,
.panel.panel-large .table-condensed tr:first-child td {
  padding-top: 10px
}

.panel.panel-large .table-condensed tr:last-child th,
.panel.panel-large .table-condensed tr:last-child td {
  padding-bottom: 10px
}

.panel .table-bordered {
  border: 0
}

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

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

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

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

.panel-light .table {
  margin-top: -3px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd
}

.panel-light .table>thead>tr>th:first-child,
.panel-light .table>thead>tr>td:first-child,
.panel-light .table>tbody>tr>th:first-child,
.panel-light .table>tbody>tr>td:first-child,
.panel-light .table>tfoot>tr>th:first-child,
.panel-light .table>tfoot>tr>td:first-child {
  padding-left: 15px
}

.panel-light .table>thead>tr>th:last-child,
.panel-light .table>thead>tr>td:last-child,
.panel-light .table>tbody>tr>th:last-child,
.panel-light .table>tbody>tr>td:last-child,
.panel-light .table>tfoot>tr>th:last-child,
.panel-light .table>tfoot>tr>td:last-child {
  padding-right: 15px
}

.panel-body>.alert {
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}

.npsbar__heatmap {
  height: 10px;
  background-color: #dbba19;
  background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#a9302a), color-stop(50%, #ffc40d), to(#499249));
  background-image: -webkit-linear-gradient(left, #a9302a, #ffc40d 50%, #499249);
  background-image: -moz-linear-gradient(left, #a9302a, #ffc40d 50%, #499249);
  background-image: -o-linear-gradient(left, #a9302a, #ffc40d 50%, #499249);
  background-image: linear-gradient(to right, #a9302a, #ffc40d 50%, #499249);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA9302A', endColorstr='#FF499249', GradientType=1);
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px
}

.npsbar__controls .btn-group {
  *width: 8.3%
}

.npsbar__controls .btn-group button:last-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px
}

.npsbar__labels {
  padding: 3px;
  font-size: 13px;
  color: #919191;
  *zoom: 1
}

.npsbar__labels:before,
.npsbar__labels:after {
  display: table;
  content: "";
  line-height: 0
}

.npsbar__labels:after {
  clear: both
}

.jumbotron {
  padding: 35px 0 25px;
  -webkit-box-shadow: inset 0px 1px 2px #bbb;
  -moz-box-shadow: inset 0px 1px 2px #bbb;
  box-shadow: inset 0px 1px 2px #bbb;
  margin: 0 0 30px 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center 5%;
  background-size: cover
}

.jumbotron-default {
  background-color: #f5f5f5
}

.jumbotron-narrow {
  padding: 25px 0 15px
}

.action-box {
  position: relative;
  border-radius: 3px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0)
}

.action-box .action-box-body {
  padding: 8px;
  min-height: 38px;
  padding-left: 60px;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  border-bottom: 1px solid #eee
}

.action-box .action-box-body i {
  left: 15px;
  color: #F0592A;
  position: absolute
}

.action-box .action-box-body strong {
  margin-top: 3px;
  display: block
}

.action-box .action-box-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #fff
}

.event-summary__title {
  margin-top: 0
}

.event-summary__prices {
  padding: 15px 0;
  margin-bottom: 10px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd
}

.event-summary__prices small {
  font-weight: normal;
  font-size: 13px;
  color: #333
}

.event-summary__price-old {
  font-size: 17px;
  color: #888;
  font-weight: normal
}

.event-summary__price-old i {
  cursor: pointer
}

.event-summary__price-total {
  font-size: 20px;
  color: #405557;
  font-weight: bold
}

.event-summary__hints {
  font-size: 13px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 0
}

.event-summary__hints li {
  margin-bottom: 5px
}

.event-summary__hints li:last-child {
  margin-bottom: 0
}

.address-select {
  height: 385px;
  overflow-y: scroll
}

.address-select__address {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer
}

.address-select__address:hover {
  background-color: #e8e8e8;
  border-color: #ddd;
  color: inherit
}

.address-select__address--selected,
.address-select__address--selected:hover,
.address-select__address--selected:focus {
  background-color: #e8e8e8;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.box {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #eee
}

.box h4 {
  margin-top: 0px
}

.box big {
  font-size: 16px;
  margin-bottom: 15px;
  display: block
}

.box i {
  margin-bottom: 10px
}

.box .ribbon {
  background: url("../../images/ribbon_forfree.png") no-repeat scroll 0 0 transparent;
  height: 100px;
  position: absolute;
  right: -7px;
  top: -6px;
  width: 100px
}

.box.box-default {
  color: #333;
  text-shadow: 0px 0px 3px white;
  background: #f5f5f5;
  border: 1px solid #f5f5f5
}

.box.box-default .box-invitation {
  border-radius: 3px;
  padding: 4px 8px;
  border: 1px solid #333
}

.box.box-default.box-hover:hover {
  background: #f0f0f0
}

.box.box-primary {
  color: white;
  text-shadow: 0px 0px 3px #555;
  background: #87bb3e;
  border: 1px solid #87bb3e
}

.box.box-primary .box-invitation {
  border-radius: 3px;
  padding: 4px 8px;
  border: 1px solid white
}

.box.box-primary.box-hover:hover {
  background: #93c44e
}

.box.box-secondary {
  color: #405557;
  text-shadow: 0px 0px 3px white;
  background: #f5f5f5;
  border: 1px solid white
}

.box.box-secondary .box-invitation {
  color: #405557;
  border-radius: 3px;
  padding: 4px 8px;
  border: 1px solid #405557
}

.box.box-secondary.box-hover:hover {
  border-color: #d0d0d0
}

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

.seal {
  *zoom: 1
}

.seal:before,
.seal:after {
  display: table;
  content: "";
  line-height: 0
}

.seal:after {
  clear: both
}

.seal__description {
  padding-top: 5px
}

.seal__image {
  float: left;
  margin-right: 10px
}

.seal__description--center {
  padding: 0;
  margin: 0;
  text-align: center
}

.seal__description--center .seal__image {
  float: none;
  padding: 0 5px;
  margin: 0
}

.seal__description--muted {
  color: #666
}

.btn-menu li {
  margin-bottom: 5px
}

.btn-menu li.divider {
  height: 1px;
  margin: 10px 0
}

.devtools {
  padding: 10px;
  width: 300px;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 10000;
  right: -300px;
  height: 100%;
  top: 0;
  box-sizing: border-box
}

.devtools.devtools--open {
  right: 0;
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.15)
}

.devtools hr {
  margin: 15px 0
}

.devtools__trigger {
  position: fixed;
  right: -1px;
  top: 50%;
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 0 none;
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.15)
}

.devtools--open .devtools__trigger {
  right: 299px
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.hide {
  display: none
}

.show {
  display: block
}

.invisible {
  visibility: hidden
}

.affix {
  position: fixed
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

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

.hyphens-none {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none
}

.color-success {
  color: #405557
}

.color-info {
  color: #1a5ba7
}

.color-warning {
  color: #96671E
}

.color-error {
  color: #9F1905
}

.color-help {
  color: #405557
}

.color-default {
  color: #333
}

.nowrap {
  white-space: nowrap
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.multiline-padded-primary {
  padding: 7px 0;
  background-color: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  box-decoration-break: clone;
  border-radius: 3px
}

.multiline-padded-secondary {
  padding: 7px 0;
  background-color: #87bb3e;
  box-shadow: 10px 0 0 #87bb3e, -10px 0 0 #87bb3e;
  box-decoration-break: clone;
  border-radius: 3px
}

.cursor-default {
  cursor: default
}

.vertical-align-top {
  vertical-align: top !important
}

.padding-0 {
  padding: 0px !important
}

.padding-top-5 {
  padding-top: 5px
}

.padding-top-40 {
  padding-top: 40px
}

.padding-left-0 {
  padding-left: 0 !important
}

.padding-left-15 {
  padding-left: 15px
}

.padding-left-35 {
  padding-left: 35px
}

.padding-right-15 {
  padding-right: 15px
}

.padding-bottom-15 {
  padding-bottom: 15px !important
}

.padding-bottom-20 {
  padding-bottom: 20px !important
}

.margin-0 {
  margin: 0 !important
}

.margin-top-0 {
  margin-top: 0px !important
}

.margin-top-5 {
  margin-top: 5px
}

.margin-top-10 {
  margin-top: 10px
}

.margin-top-15 {
  margin-top: 15px
}

.margin-top-25 {
  margin-top: 25px
}

.margin-top-50 {
  margin-top: 50px
}

.margin-top-55 {
  margin-top: 55px
}

.margin-top-75 {
  margin-top: 75px
}

.margin-top-82 {
  margin-top: 82px
}

.margin-top-100 {
  margin-top: 100px
}

.margin-top-182 {
  margin-top: 182px
}

.margin-bottom-0 {
  margin-bottom: 0px !important
}

.margin-bottom-5 {
  margin-bottom: 5px
}

.margin-bottom-10 {
  margin-bottom: 10px
}

.margin-bottom-15 {
  margin-bottom: 15px !important
}

.margin-bottom-20 {
  margin-bottom: 20px
}

.margin-bottom-25 {
  margin-bottom: 25px
}

.margin-bottom-30 {
  margin-bottom: 30px
}

.margin-bottom-50 {
  margin-bottom: 50px
}

.margin-bottom-75 {
  margin-bottom: 75px
}

.margin-bottom-100 {
  margin-bottom: 100px
}

.margin-right-10 {
  margin-right: 10px
}

.margin-left-15 {
  margin-left: 15px
}

.header.header--corporate form label,
.header.header--corporate form .label {
  float: left !important;
  margin-right: 10px;
  text-align: right;
  padding-top: 7px;
  font-weight: bold;
  display: inline-block
}

.header.header--corporate #search-type {
  display: inline-block;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px !important;
  margin-bottom: 23px
}

.header.header--corporate .navbar {
  border-bottom: 1px solid #ddd
}

.header.header--corporate .header__container {
  display: table
}

.header.header--corporate .header__nav-container {
  height: 80px;
  display: table-cell;
  vertical-align: bottom
}

.header.header--corporate .header__topnav-container {
  display: table-cell;
  vertical-align: top;
  text-align: right
}

.header.header--corporate .header__mainnav-container {
  display: table-cell;
  vertical-align: top
}

.header.header--corporate .header__poweredby {
  display: table-cell;
  vertical-align: bottom;
  padding: 15px 0;
  color: #555
}

.header.header--corporate .header__poweredby img {
  margin-top: -3px;
  display: inline-block
}

.header.header--corporate .header__brand {
  display: table-cell;
  vertical-align: middle
}

.header.header--corporate .header__brand .brand {
  margin: 0;
  float: none;
  padding: 15px 0 15px 0
}

.header.header--corporate .header__brand--small .brand {
  padding: 15px 0 0 0
}

.header.header--corporate .nav>li>a,
.header.header--corporate .nav>li .dropdown-group-header {
  text-transform: uppercase
}

.header.header--corporate .mainnav-session-lifetime {
  color: #000
}

.header.header--corporate .mainnav-session-lifetime:hover,
.header.header--corporate .mainnav-session-lifetime:active,
.header.header--corporate .mainnav-session-lifetime:focus {
  text-decoration: none;
  color: #000
}

.topnav {
  top: 0;
  right: 0;
  padding: 5px 10px;
  position: absolute
}

.topnav--relative {
  padding-top: 15px;
  position: relative;
  top: auto;
  right: auto
}

.topnav__list {
  margin-bottom: 0
}

.topnav__item {
  font-size: 13px;
  padding: 0 !important
}

.topnav__item.dropdown {
  text-align: left
}

.topnav__item--text {
  font-size: 13px;
  padding: 0 !important;
  color: #5E5E5E
}

.topnav__devider {
  height: 10px;
  padding: 0 !important;
  margin: 0 5px;
  border-right: solid 1px #5E5E5E
}

.topnav__link {
  color: #5E5E5E
}

.topnav__link:hover,
.topnav__link:active,
.topnav__link:focus {
  text-decoration: underline;
  color: #5E5E5E
}

.navbar .btn-navbar {
  background: #87bb3e
}

.navbar .btn-navbar .icon-search {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}

.navbar .btn-navbar .icon-bar {
  background-color: white
}

.navbar .btn-navbar.collapsed {
  background: white
}

.navbar .btn-navbar.collapsed .icon-search {
  color: #333;
  text-shadow: inherit
}

.navbar .btn-navbar.collapsed .icon-bar {
  background-color: #333
}

.homepage .navbar .btn-searchbar {
  display: none
}

.nav-collapse .nav {
  margin-bottom: 0
}

.nav-collapse.collapse.in .nav li a {
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease-in-out 0s;
  margin-bottom: 0
}

.nav-collapse.collapse.in .nav li a:hover,
.nav-collapse.collapse.in .nav li a:active,
.nav-collapse.collapse.in .nav li a:focus {
  color: #87bb3e;
  background-color: #f5f5f5
}

.all-cats .dropdown-menu {
  width: 225px
}

.all-cats .dropdown-menu li a .icon-angle-right {
  float: right;
  margin-top: 2px
}

.all-cats .dropdown-menu li a:hover {
  color: #f0582a;
  background: transparent
}

.search-bar {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0);
  -webkit-box-shadow: 1px 1px 2px #bbb;
  -moz-box-shadow: 1px 1px 2px #bbb;
  box-shadow: 1px 1px 2px #bbb
}

@media (max-width: 979px) {
  .search-bar {
    margin-top: 0
  }
}

.search-bar .navbar-inner {
  background: transparent
}

.search-bar .container {
  position: static
}

.search-bar.search-bar-corporate {
  box-shadow: none
}

.search-form {
  margin: 0;
  padding: 15px 0px
}

.search-form .search-topic-container {
  margin-right: 5px
}

.search-form .search-topic-container,
.search-form .search-location-container {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.search-form .search-topic-container input,
.search-form .search-location-container input {
  width: 498px;
  padding: 8px 8px
}

.search-form .search-topic-container input,
.search-form .search-topic-container button,
.search-form .search-location-container input,
.search-form .search-location-container button {
  border-color: #bbb
}

.search-form .input-prepend {
  margin-left: -4px
}

.search-form.search-form-corporate .search-topic-container input,
.search-form.search-form-corporate .search-location-container input {
  width: 388px
}

.search-form.search-form-corporate .search-topic-container input {
  border-radius: 3px
}

.search-form .search-searchtype {
  width: 65px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px
}

.search-form .search-country {
  width: 50px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px
}

.search-form button {
  font-size: 14px;
  padding: 8px 16px
}

.search-form .btn-group .btn {
  color: #555;
  font-size: 13px;
  padding: 8px 8px
}

.booking-bar {
  padding: 15px 0px;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFEEEEEE', GradientType=0);
  -webkit-box-shadow: 1px 1px 2px #bbb;
  -moz-box-shadow: 1px 1px 2px #bbb;
  box-shadow: 1px 1px 2px #bbb
}

.navsteps {
  margin: 5px 0 0 0
}

.navsteps__step {
  color: #999
}

.navsteps__step--active {
  color: #405557
}

.navsteps__step--active .navsteps__step__stepnumber {
  background-color: #405557
}

.navsteps__step__stepnumber {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-indent: 7.5px;
  background-color: #999;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
}

.navsteps__step__steptext {
  font-weight: bold
}

.navsteps__step__stepseperator {
  width: 15px;
  height: 1px;
  margin: 0 5px;
  border-top: 1px solid #999;
  vertical-align: middle
}

.navsteps__step,
.navsteps__step__stepnumber,
.navsteps__step__steptext,
.navsteps__step__stepseperator {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

.tool-bar {
  height: 20px;
  padding: 5px 5px;
  box-shadow: 1px 1px 6px #ddd;
  border-bottom: 1px solid #ddd
}

.tool-bar .search-significant-terms {
  padding-left: 250px
}

.booking-progress {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  width: 100%;
  display: table;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.booking-progress .booking-progress__step {
  display: table-cell;
  padding: 10px 30px;
  font-size: 15px;
  color: #c4c4c4;
  position: relative;
  text-align: center
}

.booking-progress .booking-progress__step .booking-progress__number {
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  display: inline-block;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#fff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #fff);
  background-image: -o-linear-gradient(top, #e8e8e8, #fff);
  background-image: linear-gradient(to bottom, #e8e8e8, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E8E8', endColorstr='#FFFFFFFF', GradientType=0)
}

.booking-progress .booking-progress__step--active,
.booking-progress .booking-progress__step--valid {
  background-color: #f5f5f5
}

.booking-progress .booking-progress__step--active .booking-progress__number,
.booking-progress .booking-progress__step--valid .booking-progress__number {
  color: #fff;
  background-color: #42585a;
  background-image: -moz-linear-gradient(top, #4b6366, #354748);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b6366), to(#354748));
  background-image: -webkit-linear-gradient(top, #4b6366, #354748);
  background-image: -o-linear-gradient(top, #4b6366, #354748);
  background-image: linear-gradient(to bottom, #4b6366, #354748);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4B6366', endColorstr='#FF354748', GradientType=0)
}

.booking-progress .booking-progress__step--active .booking-progress__text,
.booking-progress .booking-progress__step--valid .booking-progress__text {
  font-weight: bold;
  color: #354748
}

.booking-progress .booking-progress__step--active.booking-progress__step--arrow::after,
.booking-progress .booking-progress__step--valid.booking-progress__step--arrow::after {
  border-left: 20px solid #f5f5f5
}

.booking-progress .booking-progress__step--valid .booking-progress__text {
  font-weight: normal
}

.booking-progress .booking-progress__step--arrow::after,
.booking-progress .booking-progress__step--arrow::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 100%
}

.booking-progress .booking-progress__step--arrow::before {
  z-index: 1;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 20px solid #ddd;
  margin-left: 1px
}

.booking-progress .booking-progress__step--arrow::after {
  z-index: 2;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 20px solid #fff
}

.no-js .js-is-disabled.hide {
  display: block
}

.content-wrap {
  padding-top: 40px
}

.content-wrap>.corset {
  margin-top: 0
}

.section {
  padding-top: 30px;
  padding-bottom: 30px
}

.section .section-content {
  padding-top: 20px;
  padding-bottom: 20px
}

.footer {
  color: white;
  font-size: 13px;
  background: #555;
  padding: 25px 20px 25px 20px;
  margin-top: 80px
}

.footer__title {
  font-weight: bold;
  text-transform: uppercase
}

.footer a {
  color: white
}

.copyright {
  margin-bottom: 25px
}

.columns2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.search-container {
  margin-bottom: 60px
}

.search-significant-terms {
  font-size: 13px
}

.search-significant-terms a,
.search-significant-terms img,
.search-significant-terms span {
  margin-left: 10px
}

.search-navbar {
  margin-bottom: 20px
}

.search-navbar__header {
  margin-bottom: 10px
}

.search-navbar__title {
  padding-left: 10px
}

.search-navbar h1 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4
}

.search-navbar h1 small {
  font-size: 15.6px
}

.search-navbar__didyoumean {
  margin-left: 10px
}

.search-navbar__tools .offcanvas-toggle {
  display: none
}

.search-significant-terms {
  margin: 0 10px;
  padding: 5px 0;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd
}

.search-sorting {
  float: right;
  margin-right: 10px;
  padding: 5px 12px 6px;
  border-radius: 3px;
  border: 1px solid #ccc
}

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

.search-sorting .dropdown-menu:before {
  right: 8px;
  left: auto
}

.search-sorting .dropdown-menu:after {
  right: 9px;
  left: auto
}

.search-result .search-hits-contextads {
  margin-bottom: 30px
}

.search-result .search-no-hits {
  padding: 0 10px
}

.search-result .search-no-hits h2 {
  margin: 0px 0px 30px 0px;
  font-weight: normal
}

.search-params-active {
  margin: 0;
  padding: 0 5px
}

.search-params-active li {
  float: left;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 5px;
  max-width: 180px
}

.search-params-active li a {
  position: relative;
  display: block;
  text-align: left
}

.search-params-active li a p {
  margin-bottom: 0;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.search-params-active li a i {
  position: absolute;
  top: 0.5em;
  right: 10px
}

.search-hit {
  margin-bottom: 15px;
  padding: 15px 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}

.search-hit .label-bts-sponsored {
  font-weight: normal;
  text-shadow: none
}

.search-hit .preferred-provider-label {
  display: none;
  font-weight: bold
}

.search-hit.preferred-provider {
  border-left-style: solid;
  border-left-width: 15px
}

.search-hit.preferred-provider-1 {
  border-left-color: #6D696C
}

.search-hit.preferred-provider-2 {
  border-left-color: #55725A
}

.search-hit.preferred-provider-2 .preferred-provider-label {
  display: block;
  color: #55725A
}

.search-hit.preferred-provider-6 {
  border-left-color: #55725A
}

.search-hit.preferred-provider-6 .preferred-recommendation-label {
  color: #55725A;
  font-weight: bold
}

.search-hit.preferred-provider-3 {
  border-left-color: #AC641C
}

.search-hit.preferred-provider-4 {
  border-left-color: #90517D
}

.search-hit.preferred-provider-5 {
  border-left-color: #A3504D
}

.search-hit__provider-image img {
  border: 1px solid #ddd
}

.search-hit__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px
}

.search-hit__title a {
  color: #405557
}

.search-hit__title a:hover {
  color: #9F1905;
  text-decoration: underline
}

.search-hit__title__city {
  font-size: 13px;
  font-weight: normal
}

.search-hit__teaser {
  font-size: 13px;
  line-height: 1.5
}

.search-hit__provider-name {
  color: #4b4b4b;
  font-size: 13px
}

.search-hit__provider-evaluation {
  cursor: pointer;
  display: inline-block
}

.search-hit__attributes {
  font-size: 13px
}

.search-hit__attributes li {
  padding-left: 0 !important;
  padding-right: 10px !important
}

.search-hit__events {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.5
}

.search-hit__events li {
  line-height: 1.5
}

.search-hit__price-container,
.search-hit__price-container--onrequest {
  display: block;
  color: #333
}

.search-hit__price-container .icon-angle-right,
.search-hit__price-container--onrequest .icon-angle-right {
  display: none
}

.search-hit__price-container:hover,
.search-hit__price-container:active,
.search-hit__price-container--onrequest:hover,
.search-hit__price-container--onrequest:active {
  color: #333;
  text-decoration: none
}

.search-hit__price-container:focus,
.search-hit__price-container--onrequest:focus {
  color: #333
}

.search-hit__price {
  font-size: 14px;
  margin-bottom: 0
}

.search-hit__price strong {
  font-size: 16px
}

.search-hit__action {
  margin-bottom: 5px
}

.search-hit__price-info {
  font-size: 13px;
  margin-bottom: 5px
}

.search-hit__benefits {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 22px;
  margin: 10px -18px 0 0;
  padding: 0 12px 0 0;
  color: #fff;
  background-color: #405557;
  text-shadow: 0px 1px 2px #6b9531
}

.search-hit__benefits:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -11px;
  top: 0;
  border-width: 11px 11px 11px 0;
  border-style: solid;
  border-color: transparent #405557 transparent
}

.search-hit__benefits:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 100%;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #151c1c transparent transparent
}

.search-hit__benefits small {
  font-size: 13px
}

.search-hit-recommended {
  border-left-color: #027DB6 !important
}

.search-hit-recommended .search-hit__benefits {
  background-color: #027DB6
}

.search-hit-recommended .search-hit__benefits:before {
  border-color: transparent #027DB6 transparent
}

.search-hit-recommended .search-hit__benefits:after {
  border-color: #013851 transparent transparent
}

.search-hit-recommended .preferred-recommendation-label {
  color: #027DB6 !important;
  font-weight: bold
}

.search-hit__bookmark {
  margin-top: 5px;
  cursor: pointer;
  display: inline-block
}

.search-hit__bookmark:hover {
  color: #9F1905
}

.search-hit__bookmark--active {
  margin-top: 5px;
  display: inline-block;
  cursor: default
}

.search-hit__bookmark.bookmark-remove .icon-stack {
  line-height: 1.5em;
  width: 1em
}

.search-hit__bookmark.bookmark-remove .icon-stack-base {
  font-size: 1em;
  margin-left: -3px;
  margin-top: 5px
}

.search-hit__bookmark.bookmark-remove .icon-remove {
  font-size: 0.9em;
  text-shadow: -1px 1px 2px white
}

.search-parameter h5 {
  font-size: 15px;
  margin-top: 0px
}

.search-parameter__close {
  display: none
}

.search-param-group {
  border-top: 1px solid #ddd
}

.search-param-group .search-param-title {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer
}

.search-param-group .search-param-title .icon-angle-up {
  color: #999
}

.search-param-group .search-param-title:hover .icon-angle-up,
.search-param-group .search-param-title:focus .icon-angle-up {
  color: #333
}

.search-param-group .search-param-title.collapsed .icon-angle-up:before {
  content: "\f107"
}

.search-param-group ul {
  margin-bottom: 0;
  padding-bottom: 1em
}

.search-param-group .search-param-item {
  text-indent: -7px;
  padding-left: 15px
}

.search-param-group .search-param-item a {
  display: block
}

.search-param-group .search-param-item a:hover i.icon-check-empty,
.search-param-group .search-param-item a:hover i.icon-check,
.search-param-group .search-param-item a:focus i.icon-check-empty,
.search-param-group .search-param-item a:focus i.icon-check {
  color: #333
}

.search-param-group .search-param-more {
  cursor: pointer
}

.search-param-group .search-param-more:hover,
.search-param-group .search-param-more:focus {
  color: #9F1905
}

.search-param-group .search-param-items-activelist {
  margin-bottom: 0px
}

.search-param-group form {
  margin-bottom: 1em
}

.search-param-group form label {
  margin-bottom: 0px
}

.search-param-group .input-mini {
  width: 37px
}

.search-param-group .range-slider {
  margin: 15px 0 25px 15px
}

.search-param-group:first-child {
  border-top: 0 none
}

.search-param-group:first-child .search-param-title {
  padding-top: 0
}

.search-params-active .preferred-provider-1,
.search-param-item .preferred-provider-1 {
  color: #6D696C
}

.search-params-active .preferred-provider-2,
.search-param-item .preferred-provider-2 {
  color: #55725A
}

.search-params-active .preferred-provider-3,
.search-param-item .preferred-provider-3 {
  color: #AC641C
}

.search-params-active .preferred-provider-4,
.search-param-item .preferred-provider-4 {
  color: #90517D
}

.search-params-active .preferred-provider-5,
.search-param-item .preferred-provider-5 {
  color: #A3504D
}

.search-params-active .preferred-provider-6,
.search-param-item .preferred-provider-6 {
  color: #55725A
}

.search-categories li {
  line-height: 1.7
}

.search-categories .current-categorie {
  margin-left: 8px
}

.search-categories .sub-categorie {
  margin-left: 10px
}

.callfortenter-affix {
  font-size: 13px;
  padding: 10px;
  border-radius: 3px;
  right: -1px;
  top: 240px;
  position: fixed;
  background-color: #eee
}

.related-providers-adverts h4,
.related-providers-adverts h5 {
  margin-top: 0
}

.related-providers-adverts a {
  display: block;
  margin-bottom: 10px
}

.related-providers-adverts a:last-child {
  margin-bottom: 0
}

.related-providers-adverts a:hover {
  color: #333
}

.related-providers-adverts a:hover .related-provider {
  border: 1px solid #d0d0d0
}

.related-providers-adverts .related-provider {
  padding: 10px;
  border-radius: 3px;
  background: white;
  border: 1px solid #eee
}

.related-providers-adverts .related-provider img {
  border: 1px solid #ddd
}

.ui-state-default:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.videoplayer-container h2 {
  margin-top: 10px
}

.videoplayer-more .videoplayer-list {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll
}

.videoplayer-more .videoplayer-list li:nth-child(n+4) {
  display: inherit
}

.videoplayer-button {
  left: 10px;
  bottom: 10px;
  color: white;
  padding: 5px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4)
}

.videoplayer-teaser {
  height: 140px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px
}

.videoplayer-teaser .videoplayer-button {
  padding: 5px 10px
}

.videoplayer-teaser a:hover .videoplayer-button {
  background-color: rgba(0, 0, 0, 0.5)
}

.videoplayer-teaser a:focus,
.videoplayer-teaser a:active,
.videoplayer-teaser a:hover {
  color: #333
}

.videoplayer-list {
  margin-bottom: 0px
}

.videoplayer-list li {
  cursor: pointer;
  line-height: 18px;
  margin-bottom: 10px
}

.videoplayer-list li .videoplayer-thumb {
  position: relative
}

.videoplayer-list li .videoplayer-thumb-fallback {
  height: 60px;
  width: 100%;
  background-color: #eee
}

.videoplayer-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none
}

.videoplayer-list li:hover .videoplayer-button {
  background-color: rgba(0, 0, 0, 0.5)
}

.videoplayer-list li:nth-child(n+4) {
  display: none
}

.error-block {
  padding: 75px 0px 50px 0px
}

.error-block h1 {
  font-size: 75px;
  margin-bottom: 10px
}

.error-block h2 {
  margin: 0;
  text-transform: uppercase
}

.error-block hr {
  margin: 30px 0px
}

.service-block {
  padding: 50px 0px
}

body.homepage-redesign .navbar {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: unset
}

body.homepage-redesign .navbar-inner {
  height: 61px
}

body.homepage-redesign .navbar .nav>li>a {
  margin: 6px 32px;
  color: #3B3B3B;
  font-family: Roboto;
  font-size: 14px
}

body.homepage-redesign .navbar .nav.pull-right>li>a {
  margin: 12px 10px;
  padding: 7px 10px
}

body.homepage-redesign .navbar .nav.pull-right>li>a.button {
  border-radius: 2px;
  background-color: #424446;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 19px;
  text-align: center;
  text-decoration: none
}

body.homepage-redesign .navbar .brand {
  padding: 11px 30px 11px
}

.section-jumbotron {
  padding-top: 130px;
  padding-bottom: 80px;
  background-image: url("../../images/pages/homepage/header-bg.jpg");
  background-repeat: no-repeat;
  background-position: center 20%;
  background-size: cover
}

.section-jumbotron h1 {
  color: #fff;
  font-size: 35.75px;
  line-height: 1.25;
  background-color: #87bb3e;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 10px 5px;
  border-radius: 3px
}

.section-jumbotron h2 {
  color: #555;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  margin-left: 10px
}

.section-jumbotron .search-form {
  width: 331px;
  padding: 15px;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 3px
}

.section-jumbotron .search-form .search-topic-container,
.section-jumbotron .search-form .search-location-container {
  display: block;
  margin-bottom: 15px
}

.section-jumbotron .search-form .search-topic-container input,
.section-jumbotron .search-form .search-location-container input {
  width: 248px
}

.section-jumbotron .search-form .search-topic-container {
  margin-right: 0
}

.section-jumbotron .search-form .search-location-container .dropdown-toggle {
  width: 65px
}

.section-jumbotron .search-form #submit-search {
  width: 100%;
  font-size: 18px
}

.section-jumbotron .seal {
  position: absolute;
  bottom: -135px
}

.section-jumbotron-marketplace {
  background-image: url("../../images/pages/homepage/header_marketplace.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1440px;
  height: 645px;
  margin: auto;
  position: relative;
  z-index: 2
}

.section-jumbotron-marketplace h1 {
  color: #fff;
  font-size: 47px;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px
}

.section-jumbotron-marketplace h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5
}

.section-jumbotron-marketplace .container {
  width: 1375px;
  padding-top: 65px;
  padding-left: 65px
}

.section-jumbotron-marketplace .container .row:last-child {
  margin-top: 60px
}

.section-jumbotron-marketplace .container .row:last-child .search-box {
  padding: 23px 20px 10px 20px;
  background: #fff;
  width: 320px;
  border-radius: 2px
}

.section-jumbotron-marketplace .container .row:last-child .search-box form {
  line-height: 50px
}

.section-jumbotron-marketplace .container .row:last-child .search-box .dropdown-toggle {
  width: 84px;
  background: #555555;
  color: white;
  border: 1px solid #555555;
  border-radius: 0;
  text-align: left;
  font-family: Roboto;
  font-size: 13px;
  height: 40px
}

.section-jumbotron-marketplace .container .row:last-child .search-box .dropdown-toggle span {
  float: left
}

.section-jumbotron-marketplace .container .row:last-child .search-box .dropdown-toggle i {
  float: right;
  line-height: 150%
}

.section-jumbotron-marketplace .container .row:last-child .search-box .search-form__submit {
  border-radius: 24px;
  border: 0;
  background: #87BB3E;
  width: 320px;
  font-weight: bold;
  height: 45px;
  text-shadow: unset
}

.section-jumbotron-marketplace .container .row:last-child .search-box input {
  border: 1px solid #555555;
  border-radius: 0;
  width: 216px;
  font-size: 14px;
  height: 30px;
  padding-left: 10px
}

.section-jumbotron-marketplace .container .row:last-child .search-box input::-moz-placeholder {
  opacity: 1;
  color: #555
}

.section-jumbotron-marketplace .container .row:last-child .search-box input:-moz-placeholder {
  opacity: 1;
  color: #555
}

.section-jumbotron-marketplace .container .row:last-child .search-box input:-ms-input-placeholder {
  color: #555
}

.section-jumbotron-marketplace .container .row:last-child .search-box input::-webkit-input-placeholder {
  color: #555
}

.section-jumbotron-marketplace .container .row:last-child .search-box #seal-bme {
  display: inline-block;
  background-image: url("../../images/pages/homepage/bme_siegel.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 73px;
  padding-right: 16px
}

.section-jumbotron-marketplace .container .row:last-child .search-box .seals {
  margin-top: 15px;
  text-align: center
}

.section-jumbotron-marketplace .container .row:last-child .search-box form {
  margin: 0
}

.section-jumbotron-marketplace .container .row:last-child .marketplace-stamp {
  background-image: url("../../images/pages/homepage/marketplace-stamp.svg");
  background-repeat: no-repeat;
  height: 160px;
  display: block;
  margin-left: 35px;
  margin-top: 10px
}

.section-jumbotron-corporate {
  width: 1440px;
  height: 624px;
  margin: auto;
  position: relative;
  top: -270px;
  margin-bottom: -270px;
  background-image: url("../../images/pages/homepage/header_corporate.jpg");
  background-repeat: no-repeat;
  background-size: cover
}

.section-jumbotron-corporate::after {
  background-image: url("../../images/pages/homepage/slideabschluss-unten.svg");
  background-size: cover;
  content: "";
  position: relative;
  height: 122px;
  width: 100%;
  margin-top: -120px;
  z-index: 10;
  display: block
}

.section-jumbotron-corporate .container {
  width: 1440px;
  padding-top: 40px;
  height: 624px
}

.section-jumbotron-corporate .container h1 {
  color: #fff;
  font-family: "Roboto";
  font-size: 40px;
  line-height: 52px
}

.section-jumbotron-corporate .owl-slide-info>.row-fluid>div button {
  border-radius: 40px;
  background: 0;
  border: 1.5px solid #FFFFFF;
  color: white;
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  width: 333px;
  height: 47px;
  margin-top: 40px
}

.section-jumbotron-corporate .owl-slide-info>.row-fluid>div:nth-child(1) {
  margin-top: 140px;
  padding-left: 60px
}

.section-jumbotron-corporate .owl-slide-info>.row-fluid>div:nth-child(2) {
  margin-top: 280px
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div:nth-child(1) {
  margin-top: 80px;
  padding-left: 30px
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div form {
  width: 400px;
  margin-top: 30px
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div p {
  color: white;
  font-family: Roboto;
  font-size: 20px;
  padding: 20px;
  border: 2px solid;
  border-radius: 10px;
  width: 60%;
  margin-top: 50px
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div p.success {
  border-color: #87BB3E
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div p.fail {
  border-color: #d00000
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div p.fail a {
  color: white;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div select {
  background: 0;
  color: white;
  font-family: Roboto;
  width: 120px;
  border: 1px solid white
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div select option {
  background-color: #555555
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div input {
  width: 100%;
  border: 1px solid white;
  border-radius: 0;
  background: 0;
  height: 26px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: white
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div input::-moz-placeholder {
  opacity: 1;
  color: #AAA
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div input:-moz-placeholder {
  opacity: 1;
  color: #AAA
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div input:-ms-input-placeholder {
  color: #AAA
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div input::-webkit-input-placeholder {
  color: #AAA
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div .form-group {
  margin-bottom: 15px
}

.section-jumbotron-corporate .owl-slide-contact>.row-fluid>div button {
  border-radius: 27px;
  border: 0;
  background: #87BB3E;
  width: 190px;
  font-weight: bold;
  font-size: 16px;
  height: 45px;
  color: white;
  text-shadow: unset
}

.section-jumbotron-corporate .corporate-stamp {
  background-image: url("../../images/pages/homepage/corporate-stamp.svg");
  background-repeat: no-repeat;
  height: 160px;
  display: block
}

.section-jumbotron-corporate .dotContainer {
  position: absolute;
  z-index: 9999;
  top: 295px;
  left: 15px
}

.section-jumbotron-corporate .dotContainer .owl-dots {
  text-align: left
}

.section-jumbotron-corporate .dotContainer .owl-dots .owl-dot {
  display: block;
  margin-bottom: 15px
}

.section-jumbotron-corporate .dotContainer .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: 0;
  border: 1px solid white
}

.section-jumbotron-corporate .dotContainer .owl-dots .owl-dot.active>span {
  background: white
}

.lasche {
  background-image: url("../../images/pages/homepage/lasche@2x.png");
  background-size: contain;
  position: relative;
  z-index: 3;
  float: right;
  top: -135px;
  right: -250px;
  width: 392px;
  height: 173px
}

.lasche a {
  width: 100%;
  height: 70%;
  display: block;
  margin-top: 30px
}

.ribbon-certifications {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 280px;
  padding: 5px 7px 7px;
  background-color: #f5f5f5;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4)
}

.ribbon-certifications:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  bottom: 0;
  border-width: 11px 0 0 10px;
  border-style: solid;
  border-color: #5E5E5E transparent transparent
}

.topoffers-category {
  min-height: 780px;
  margin: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
  transform: scale(0.97);
  padding-top: 5px
}

.topoffers-category:hover {
  transform: scale(1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1)
}

.topoffers-category .topoffers-category-item {
  padding: 10px;
  border-bottom: 1px solid #eee
}

.topoffers-category .topoffers-category-item:last-child {
  border: none;
  margin: 0
}

.topoffers-category:hover,
.topoffers-category:focus {
  background-color: #f5f5f5;
  text-decoration: none
}

.topoffers-category a {
  display: block;
  color: #333
}

.topoffers-category a:hover,
.topoffers-category a:focus {
  text-decoration: none
}

.topoffers-category h3 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  color: #87bb3e;
  font-size: 16.25px
}

.topoffers-category .topoffers-category-item-title {
  font-weight: bold;
  font-size: 14.95px;
  margin: 5px 0 0 0
}

.topoffers-category strong {
  font-size: 14.95px
}

.topoffers-category img {
  width: 100%
}

.section-about {
  text-align: center;
  padding-bottom: 0
}

.section-about .section-tabs {
  padding: 0;
  font-size: 16.25px;
  text-transform: uppercase
}

.section-about .section-tabs-container {
  border-top: 1px solid #ddd
}

.section-about .section-tab-arrow {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 13px 9.5px 0;
  height: 0;
  width: 0;
  left: 49%;
  position: absolute;
  top: -21px;
  transition: left 0.3s ease 0s;
  z-index: 2
}

.section-about .section-tab-arrow:before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 12px 8px 0;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  top: -14px;
  width: 0
}

.section-about .media [class*=" icon-"],
.section-about .media [class^="icon-"] {
  display: inline-block;
  padding: 10px;
  line-height: 1;
  color: #87bb3e;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all 0.3s ease
}

.section-about .media:hover i {
  color: #fff;
  background: #87bb3e;
  border: 1px solid #87bb3e
}

.section-certifications {
  background-color: #f5f5f5;
  text-align: center;
  padding: 15px 0
}

.section-certifications .section-content {
  padding: 0
}

.section-providers {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  background-color: #fff
}

.section-providers__heading,
.section-providers__footer {
  margin: 0;
  padding: 10px 0 7px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #555
}

.section-providers__content ul {
  line-height: 5;
  margin-top: 5px;
  text-align: center
}

.section-providers__content ul li {
  margin: 0 20px 0 0;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px
}

.section-providers__footer a {
  color: #fff;
  text-decoration: underline
}

.section-providers__footer a:hover {
  text-decoration: none
}

.section-content-facts {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50% auto;
  background-image: url("../../images/pages/homepage/sgtr_corporate.jpg");
  background-color: #f5f5f5
}

.section-content-facts .section-corporate-heading {
  text-align: right;
  text-transform: uppercase
}

.section-content-facts h2,
.section-content-facts h3 {
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none
}

.section-content-facts h2 {
  margin-top: 20px;
  padding: 2px 10px 0;
  color: #fff;
  background-color: #87bb3e
}

.section-content-facts h3 {
  margin: 0 10px 0 0;
  color: #555;
  font-size: 18px;
  font-weight: 300
}

.section-content-facts .corporate-facts {
  padding: 20px 0
}

.section-content-facts .corporate-facts i {
  color: #87bb3e
}

.section-content-usp {
  color: #fff;
  text-align: center;
  background-color: #eee
}

.section-content-usp h3 {
  line-height: 1;
  color: #87bb3e;
  text-transform: uppercase
}

.section-channels li {
  overflow: hidden;
  text-overflow: ellipsis
}

.section-channels .panel {
  margin-bottom: 10px
}

.section-channels .panel h5 {
  margin-bottom: 0px
}

.section-channels .panel h5:first-child {
  margin-top: 0px
}

body.homepage .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #90bd51;
  background-image: -moz-linear-gradient(top, #9fcb61, #79a838);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9fcb61), to(#79a838));
  background-image: -webkit-linear-gradient(top, #9fcb61, #79a838);
  background-image: -o-linear-gradient(top, #9fcb61, #79a838);
  background-image: linear-gradient(to bottom, #9fcb61, #79a838);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9FCB61', endColorstr='#FF79A838', GradientType=0);
  border-color: #79a838 #79a838 #506e25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #79a838;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

body.homepage .btn-primary:hover,
body.homepage .btn-primary:focus,
body.homepage .btn-primary:active,
body.homepage .btn-primary.active,
body.homepage .btn-primary.disabled,
body.homepage .btn-primary[disabled] {
  color: #fff;
  background-color: #79a838;
  *background-color: #6b9531
}

body.homepage .btn-primary:active,
body.homepage .btn-primary.active {
  background-color: #5e822b \9
}

body.homepage a {
  color: #f0582a
}

body.homepage .navbar {
  border-bottom: 5px solid #87bb3e
}

body.homepage .ui-menu-item a {
  color: #000
}

.lp-jumbotron {
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: center
}

.lp-jumbotron h1 {
  color: #fff;
  font-size: 26px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 10px
}

.lp-jumbotron p {
  margin-bottom: 20px;
  margin-left: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 300
}

.lp-jumbotron .usp-box {
  max-width: 575px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.lp-jumbotron .lp-jumbotron-cta {
  position: absolute;
  bottom: -65px;
  text-align: center
}

.lp-jumbotron .lp-jumbotron-cta .lp-jumbotron-cta-inner {
  display: inline-block;
  padding: 6px 10px 4px;
  background-color: #87bb3e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff
}

.lp-jumbotron .lp-jumbotron-cta .lp-jumbotron-cta-inner:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
  border-width: 5px 8px 0 8px;
  border-style: solid;
  border-color: #87bb3e transparent transparent
}

.usp-box li {
  line-height: 1.5;
  font-size: 16.25px
}

.usp-box .icon-stack .icon-stack-base {
  color: #87bb3e;
  font-size: 1.6em;
  text-shadow: 0 0 1px #ddd
}

.image-1 {
  background-image: url("../../images/stack/landingpages/image-1.jpg")
}

.image-2 {
  background-image: url("../../images/stack/landingpages/image-2.jpg")
}

.image-3 {
  background-image: url("../../images/stack/landingpages/image-3.jpg")
}

.image-4 {
  background-image: url("../../images/stack/landingpages/image-4.jpg")
}

.image-5 {
  background-image: url("../../images/stack/landingpages/image-5.jpg")
}

.image-6 {
  background-image: url("../../images/stack/landingpages/image-6.jpg")
}

.image-7 {
  background-image: url("../../images/stack/landingpages/image-7.jpg")
}

.image-8 {
  background-image: url("../../images/stack/landingpages/image-8.jpg")
}

.image-9 {
  background-image: url("../../images/stack/landingpages/image-9.jpg")
}

.image-10 {
  background-image: url("../../images/stack/landingpages/image-10.jpg")
}

.image-11 {
  background-image: url("../../images/stack/landingpages/image-11.jpg")
}

.image-12 {
  background-image: url("../../images/stack/landingpages/image-12.jpg")
}

.image-13 {
  background-image: url("../../images/stack/landingpages/image-13.jpg")
}

.image-14 {
  background-image: url("../../images/stack/landingpages/image-14.jpg")
}

.image-15 {
  background-image: url("../../images/stack/landingpages/image-15.jpg")
}

.image-16 {
  background-image: url("../../images/stack/landingpages/image-16.jpg")
}

.image-17 {
  background-image: url("../../images/stack/landingpages/image-17.jpg")
}

.image-18 {
  background-image: url("../../images/stack/landingpages/image-18.jpg")
}

.image-19 {
  background-image: url("../../images/stack/landingpages/image-19.jpg")
}

.image-20 {
  background-image: url("../../images/stack/landingpages/image-20.jpg")
}

.image-21 {
  background-image: url("../../images/stack/landingpages/image-21.jpg")
}

.image-22 {
  background-image: url("../../images/stack/landingpages/image-22.jpg")
}

.image-23 {
  background-image: url("../../images/stack/landingpages/image-23.jpg")
}

.search-navbar--lp h2 {
  margin: 4px 0 0;
  font-size: 16.25px;
  font-weight: normal
}

.lp-text,
.lp-link-groups {
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd
}

.lp-text:first-child,
.lp-link-groups:first-child {
  padding-bottom: 15px;
  padding-top: 0;
  border-top: 0 none
}

.lp-text:first-child h3:first-child,
.lp-link-groups:first-child h3:first-child {
  margin-top: 0
}

.lp-text {
  color: #999
}

.lp-text h3 {
  font-size: 15px
}

.lp-text p:last-child {
  margin-bottom: 0
}

.lp-text a {
  color: #999;
  text-decoration: underline
}

.lp-link-groups {
  color: #999;
  padding-left: 0 !important
}

.lp-link-groups .lp-link-groups-title {
  font-size: 15px;
  font-weight: bold
}

.lp-link-groups a {
  color: #999
}

.lp-link-groups a:hover {
  color: #999;
  text-decoration: underline
}

.linkgroup-container {
  padding: 15px 0 25px 0;
  background-color: #f5f5f5
}

.lp-linkgroup {
  margin-top: 10px
}

.lp-linkgroup__name {
  font-size: 15px;
  font-weight: bold;
  color: #999
}

.lp-linkgroup.lp-linkgroup--sidebar {
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd
}

.lp-linkgroup.lp-linkgroup--sidebar ul {
  margin-bottom: 0
}

.booking-usp {
  margin-bottom: 20px
}

.booking-usp ul {
  margin-bottom: 0
}

.booking-usp ul li {
  *zoom: 1;
  margin-bottom: 5px
}

.booking-usp ul li:before,
.booking-usp ul li:after {
  display: table;
  content: "";
  line-height: 0
}

.booking-usp ul li:after {
  clear: both
}

.booking-usp ul li [class^="icon-"],
.booking-usp ul li [class*=" icon-"] {
  float: left;
  font-size: 1.5em;
  color: #87bb3e;
  margin-bottom: 25px
}

.booking-usp ul li:last-child {
  margin-bottom: 0
}

.booking-price-total {
  font-size: 18px;
  text-align: right
}

.booking-price-total span {
  color: #87bb3e
}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none
}

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

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

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-clearfix {
  min-height: 0
}

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

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%
}

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

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

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

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none
}

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

button.ui-button-icon-only {
  width: 2.4em
}

.ui-button-icons-only {
  width: 3.4em
}

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

.ui-button .ui-button-text {
  display: block;
  line-height: normal
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px
}

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

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

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

input.ui-button {
  padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px
}

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

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

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

.ui-buttonset {
  margin-right: 7px
}

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

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0
}

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

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

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

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

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

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

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

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

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

.ui-datepicker select.ui-datepicker-month {
  width: 30%;
  margin-right: 5px;
  height: 23px;
  padding: 1px
}

.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  height: 23px;
  padding: 1px
}

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

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

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

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

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

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

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

.ui-datepicker.ui-datepicker-multi {
  width: auto
}

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

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

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

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

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

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

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

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

.ui-datepicker-rtl {
  direction: rtl
}

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

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

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px
}

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

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em
}

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

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

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px
}

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

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

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

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px
}

.ui-menu-icons {
  position: relative
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

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

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

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

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

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

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

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

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

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

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ui-slider {
  position: relative;
  text-align: left
}

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

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}

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

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

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

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

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

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

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

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

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

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

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

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

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

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

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-tabs {
  position: relative;
  padding: .2em
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px
}

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

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa
}

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

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em
}

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

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eee url("../assets/images/third_party/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333
}

.ui-widget-content a {
  color: #333333
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("../assets/images/third_party/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold
}

.ui-widget-header a {
  color: #ffffff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("../assets/images/third_party/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4
}

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("../assets/images/third_party/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405
}

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("../assets/images/third_party/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("../assets/images/third_party/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("../assets/images/third_party/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff
}

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

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

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

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

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

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

.ui-icon {
  width: 16px;
  height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../assets/images/third_party/jquery-ui/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
  background-image: url("../assets/images/third_party/jquery-ui/ui-icons_ffffff_256x240.png")
}

.ui-state-default .ui-icon {
  background-image: url("../assets/images/third_party/jquery-ui/ui-icons_ef8c08_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../assets/images/third_party/jquery-ui/ui-icons_ef8c08_256x240.png")
}

.ui-state-active .ui-icon {
  background-image: url("../assets/images/third_party/jquery-ui/ui-icons_ef8c08_256x240.png")
}

.ui-state-highlight .ui-icon {
  background-image: url("../assets/images/third_party/jquery-ui/ui-icons_228ef1_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../assets/images/third_party/jquery-ui/ui-icons_ffd27a_256x240.png")
}

.ui-icon-blank {
  background-position: 16px 16px
}

.ui-icon-carat-1-n {
  background-position: 0 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px
}

.ui-widget-overlay {
  background: #666 url("../assets/images/third_party/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("../assets/images/third_party/jquery-ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px
}

.ui-widget-content {
  color: #333;
  background: white;
  border: 1px solid #aaa;
  border-radius: 3px
}

.ui-widget-header {
  color: #333;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background: #cccccc
}

.ui-slider.ui-slider-horizontal {
  border: none;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset
}

.ui-slider.ui-slider-horizontal.ui-slider-handle {
  margin-left: 0
}

.ui-slider.ui-slider-horizontal.slider-label {
  height: 20px;
  width: 150px;
  text-align: left
}

.ui-slider.ui-slider-vertical {
  height: 100px;
  width: 0.6em;
  border: none;
  border-radius: 3px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset
}

.ui-slider.ui-slider-vertical .ui-slider-handle {
  width: 18px;
  height: 8px;
  left: -0.4em;
  margin-bottom: -5px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #87bb3e;
  cursor: pointer
}

.ui-slider.ui-slider-vertical ul.labels {
  top: -8px;
  margin: 0 0 0 25px;
  position: absolute
}

.ui-slider.ui-slider-vertical ul.labels li {
  line-height: 24px;
  font-size: 11px;
  color: #555;
  width: 185px;
  cursor: pointer
}

.ui-slider.ui-slider-vertical ul.labels li:hover,
.ui-slider.ui-slider-vertical ul.labels li:focus {
  color: #9F1905;
  text-decoration: none
}

.ui-slider.ui-slider-vertical.slider-label {
  height: 20px;
  width: 150px;
  text-align: left
}

.ui-slider .ui-slider-range {
  background-color: #93c44e;
  background-image: -moz-linear-gradient(left, #87bb3e, #93c44e);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#87bb3e), to(#93c44e));
  background-image: -webkit-linear-gradient(left, #87bb3e, #93c44e);
  background-image: -o-linear-gradient(left, #87bb3e, #93c44e);
  background-image: linear-gradient(to right, #87bb3e, #93c44e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF87BB3E', endColorstr='#FF93C44E', GradientType=1)
}

.ui-slider .ui-slider-handle {
  border-radius: 3px
}

.ui-datepicker {
  z-index: 1050 !important
}

.ui-datepicker .ui-datepicker-header {
  background-clip: padding-box;
  background-color: #7eb044;
  background-image: -moz-linear-gradient(top, #8bbc52, #6b9e30);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8bbc52), to(#6b9e30));
  background-image: -webkit-linear-gradient(top, #8bbc52, #6b9e30);
  background-image: -o-linear-gradient(top, #8bbc52, #6b9e30);
  background-image: linear-gradient(to bottom, #8bbc52, #6b9e30);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8BBC52', endColorstr='#FF6B9E30', GradientType=0)
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.35;
  cursor: default
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  background-image: none;
  background-color: transparent
}

.ui-datepicker .ui-state-default {
  color: #333;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.ui-datepicker .ui-state-hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD', GradientType=0)
}

.ui-datepicker .ui-state-active {
  border: 1px solid gray;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD', GradientType=0)
}

.ui-datepicker .ui-state-highlight {
  border: 1px solid #ffc40d;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFDDDDDD', GradientType=0)
}

.ui-datepicker .ui-state-disabled {
  background-image: none;
  opacity: 0.35
}

.ui-datepicker-month {
  color: #000
}

.ui-datepicker-year {
  color: #000
}

.datepicker {
  width: 70px
}

.datepicker.input-block-level {
  width: 100%
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
  background-image: url(../assets/images/third_party/jquery-ui/ui-icons_454545_256x240.png) !important
}

.ui-menu .ui-menu {
  z-index: 200
}

.ui-menu {
  padding: 2px
}

.ui-menu .ui-menu-divider {
  border-color: #ddd
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 3px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
  cursor: pointer
}

.ui-menu--stripes .ui-menu-item>a {
  border: 1px solid #555;
  margin-bottom: 2px
}

.ui-menu--stripes .ui-menu-item a.ui-state-focus,
.ui-menu--stripes .ui-menu-item a.ui-state-active {
  margin: 0 0 2px 0
}

.ui-autocomplete {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 200
}

.ui-autocomplete a {
  color: #333
}

.ui-autocomplete.ui-menu {
  max-height: 300px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden
}

.ui-autocomplete.ui-menu .ui-menu-item a {
  padding: 0.5em 0.6em
}

.ui-autocomplete.ui-menu .ui-menu-item.ui-state-hover,
.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  background-clip: padding-box;
  background: #eee 100% repeat-x
}

@media (max-width: 979px) {
  .ui-autocomplete.ui-menu .ui-menu-item {
    border-bottom: 1px solid #ddd
  }

  .ui-autocomplete.ui-menu .ui-menu-item:last-child {
    border-bottom: 0 none
  }

  .ui-autocomplete.ui-menu .ui-menu-divider {
    margin: 0
  }
}

.ui-tooltip {
  border: 1px solid #a5a5a5;
  background: #fbfbfb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #f1f1f1 100%)
}

.ui-tooltip-content {
  position: relative;
  font-size: 13px;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto
}

.tooltip-evaluation {
  padding: 0px;
  box-shadow: none;
  border: 1px solid #555
}

.tooltip-popover {
  max-width: 250px;
  padding: 9px 14px;
  background: #fff;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.ui-tooltip .arrow {
  position: absolute;
  background-image: none !important;
  content: ' ';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent transparent
}

.ui-tooltip .arrow.bottom {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  border-width: 7px 7px 0 7px;
  border-top-color: #555
}

.ui-tooltip .arrow.top {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  border-width: 0 7px 7px 7px;
  border-bottom-color: #555
}

.ui-tooltip .arrow.left {
  top: 50%;
  margin-top: -4px;
  left: -8px;
  border-width: 7px 7px 7px 0;
  border-right-color: #555
}

.ui-tooltip .arrow.right {
  top: 50%;
  margin-top: -4px;
  right: -8px;
  border-width: 7px 0 7px 7px;
  border-left-color: #555
}

.ui-icon {
  width: 17px;
  height: 17px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../assets/images/sprite.png)
}

.ui-icon-closethick {
  background-position: -288px -489px
}

.ui-icon-close {
  background-position: -45px -3296px
}

.ui-menu .ui-menu-icon {
  background: url(../assets/images/linkMore.png) right center no-repeat
}

.ui-icon {
  width: 17px;
  height: 17px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../assets/images/sprite.png)
}

.ui-icon-closethick {
  background-position: -288px -489px
}

.ui-icon-close {
  background-position: -45px -3296px
}

.ui-icon-check {
  background-position: -285px -279px
}

.ui-menu .ui-menu-icon {
  background: url(../assets/images/linkMore.png) right center no-repeat
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #FFFFFF;
  background: #e6e6e6;
  background: -moz-linear-gradient(bottom, #e6e6e6 0%, #fff 100%);
  background: -webkit-linear-gradient(bottom, #e6e6e6 0%, #fff 100%);
  background: linear-gradient(bottom, #e6e6e6 0%, #fff 100%)
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px
}

.ui-widget-overlay {
  background: #000;
  opacity: .8;
  filter: alpha(opacity=80)
}

.ui-button-icon-only .ui-icon {
  margin-left: -10px
}

.ui-dialog {
  padding: 0;
  box-shadow: 0 0 40px #000000
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #D1D1D1;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0)
}

.ui-dialog .ui-dialog-title {
  font-size: 15px;
  line-height: 1.3;
  padding: 12px 35px 7px 12px;
  color: #4B4B4B
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 1em;
  width: 21px
}

.ui-dialog-content table.appointments {
  margin-bottom: 10px;
  width: auto;
  min-width: 590px
}

.ui-dialog form h2 {
  font-size: 15px
}

.ui-widget-content form.form {
  margin-bottom: 6px;
  border: 0
}

.ui-dialog .ui-dialog-buttonpane {
  border-color: #B4B4B4
}

div.dataTables_length label {
  text-align: left
}

div.dataTables_length select {
  width: 75px
}

div.dataTables_filter {
  text-align: right
}

div.dataTables_filter label {
  text-align: left
}

div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block
}

div.dataTables_info {
  padding-top: 8px
}

div.dataTables_paginate {
  text-align: center;
  margin-top: 15px
}

div.dataTables_paginate div.pagination {
  margin: 0
}

@media screen and (max-width: 767px) {

  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: center
  }
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'FontAwesome';
  opacity: 0.5
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\f0da"
}

table.dataTable thead .sorting_asc:after {
  content: "\f0d7"
}

table.dataTable thead .sorting_desc:after {
  content: "\f0d8"
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee
}

table.dataTable th:active {
  outline: none
}

div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none
}

.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important
}

.table tbody tr.active a {
  color: white
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc
}

table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand
}

div.DTTT .btn {
  color: #333 !important;
  font-size: 13px
}

div.DTTT .btn:hover {
  text-decoration: none !important
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003
}

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important
}

ul.DTTT_dropdown.dropdown-menu li {
  position: relative
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important
}

div.DTTT_collection_background {
  z-index: 2002
}

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center
}

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 30px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  height: auto
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=3.2.1");
  src: local("☺"), url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none
}

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline
}

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: .2857142857em
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714286em
}

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none
}

.icons-ul>li {
  position: relative
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
  line-height: inherit
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none
}

.icon-muted {
  color: #eee
}

.icon-light {
  color: #fff
}

.icon-dark {
  color: #333
}

.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.icon-2x {
  font-size: 2em
}

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.icon-3x {
  font-size: 3em
}

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.icon-4x {
  font-size: 4em
}

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.icon-5x {
  font-size: 5em
}

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0
}

.icon-white,
.nav-pills>.active>a>[class^="icon-"],
.nav-pills>.active>a>[class*=" icon-"],
.nav-list>.active>a>[class^="icon-"],
.nav-list>.active>a>[class*=" icon-"],
.navbar-inverse .nav>.active>a>[class^="icon-"],
.navbar-inverse .nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"],
.dropdown-submenu:hover>a>[class^="icon-"],
.dropdown-submenu:hover>a>[class*=" icon-"] {
  background-image: none
}

.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em
}

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block
}

.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em
}

.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear
}

a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg)
  }

  100% {
    -o-transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg)
  }

  100% {
    -ms-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1)
}

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block
}

.icon-glass:before {
  content: ""
}

.icon-music:before {
  content: ""
}

.icon-search:before {
  content: ""
}

.icon-envelope-alt:before {
  content: ""
}

.icon-heart:before {
  content: ""
}

.icon-star:before {
  content: ""
}

.icon-star-empty:before {
  content: ""
}

.icon-stars-100:before {
  content: ""
}

.icon-stars-150:before {
  content: ""
}

.icon-stars-200:before {
  content: ""
}

.icon-stars-250:before {
  content: ""
}

.icon-stars-300:before {
  content: ""
}

.icon-stars-350:before {
  content: ""
}

.icon-stars-400:before {
  content: ""
}

.icon-stars-450:before {
  content: ""
}

.icon-stars-500:before {
  content: ""
}

.icon-user:before {
  content: ""
}

.icon-film:before {
  content: ""
}

.icon-th-large:before {
  content: ""
}

.icon-th:before {
  content: ""
}

.icon-th-list:before {
  content: ""
}

.icon-ok:before {
  content: ""
}

.icon-remove:before {
  content: ""
}

.icon-zoom-in:before {
  content: ""
}

.icon-zoom-out:before {
  content: ""
}

.icon-power-off:before,
.icon-off:before {
  content: ""
}

.icon-signal:before {
  content: ""
}

.icon-gear:before,
.icon-cog:before {
  content: ""
}

.icon-trash:before {
  content: ""
}

.icon-home:before {
  content: ""
}

.icon-file-alt:before {
  content: ""
}

.icon-time:before {
  content: ""
}

.icon-road:before {
  content: ""
}

.icon-download-alt:before {
  content: ""
}

.icon-download:before {
  content: ""
}

.icon-upload:before {
  content: ""
}

.icon-inbox:before {
  content: ""
}

.icon-play-circle:before {
  content: ""
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""
}

.icon-refresh:before {
  content: ""
}

.icon-list-alt:before {
  content: ""
}

.icon-lock:before {
  content: ""
}

.icon-flag:before {
  content: ""
}

.icon-headphones:before {
  content: ""
}

.icon-volume-off:before {
  content: ""
}

.icon-volume-down:before {
  content: ""
}

.icon-volume-up:before {
  content: ""
}

.icon-qrcode:before {
  content: ""
}

.icon-barcode:before {
  content: ""
}

.icon-tag:before {
  content: ""
}

.icon-tags:before {
  content: ""
}

.icon-book:before {
  content: ""
}

.icon-bookmark:before {
  content: ""
}

.icon-print:before {
  content: ""
}

.icon-camera:before {
  content: ""
}

.icon-font:before {
  content: ""
}

.icon-bold:before {
  content: ""
}

.icon-italic:before {
  content: ""
}

.icon-text-height:before {
  content: ""
}

.icon-text-width:before {
  content: ""
}

.icon-align-left:before {
  content: ""
}

.icon-align-center:before {
  content: ""
}

.icon-align-right:before {
  content: ""
}

.icon-align-justify:before {
  content: ""
}

.icon-list:before {
  content: ""
}

.icon-indent-left:before {
  content: ""
}

.icon-indent-right:before {
  content: ""
}

.icon-facetime-video:before {
  content: ""
}

.icon-picture:before {
  content: ""
}

.icon-pencil:before {
  content: ""
}

.icon-map-marker:before {
  content: ""
}

.icon-adjust:before {
  content: ""
}

.icon-tint:before {
  content: ""
}

.icon-edit:before {
  content: ""
}

.icon-share:before {
  content: ""
}

.icon-check:before {
  content: ""
}

.icon-move:before {
  content: ""
}

.icon-step-backward:before {
  content: ""
}

.icon-fast-backward:before {
  content: ""
}

.icon-backward:before {
  content: ""
}

.icon-play:before {
  content: ""
}

.icon-pause:before {
  content: ""
}

.icon-stop:before {
  content: ""
}

.icon-forward:before {
  content: ""
}

.icon-fast-forward:before {
  content: ""
}

.icon-step-forward:before {
  content: ""
}

.icon-eject:before {
  content: ""
}

.icon-chevron-left:before {
  content: ""
}

.icon-chevron-right:before {
  content: ""
}

.icon-plus-sign:before {
  content: ""
}

.icon-minus-sign:before {
  content: ""
}

.icon-remove-sign:before {
  content: ""
}

.icon-ok-sign:before {
  content: ""
}

.icon-question-sign:before {
  content: ""
}

.icon-info-sign:before {
  content: ""
}

.icon-screenshot:before {
  content: ""
}

.icon-remove-circle:before {
  content: ""
}

.icon-ok-circle:before {
  content: ""
}

.icon-ban-circle:before {
  content: ""
}

.icon-arrow-left:before {
  content: ""
}

.icon-arrow-right:before {
  content: ""
}

.icon-arrow-up:before {
  content: ""
}

.icon-arrow-down:before {
  content: ""
}

.icon-mail-forward:before,
.icon-share-alt:before {
  content: ""
}

.icon-resize-full:before {
  content: ""
}

.icon-resize-small:before {
  content: ""
}

.icon-plus:before {
  content: ""
}

.icon-minus:before {
  content: ""
}

.icon-asterisk:before {
  content: ""
}

.icon-exclamation-sign:before {
  content: ""
}

.icon-gift:before {
  content: ""
}

.icon-leaf:before {
  content: ""
}

.icon-fire:before {
  content: ""
}

.icon-eye-open:before {
  content: ""
}

.icon-eye-close:before {
  content: ""
}

.icon-warning-sign:before {
  content: ""
}

.icon-plane:before {
  content: ""
}

.icon-calendar:before {
  content: ""
}

.icon-random:before {
  content: ""
}

.icon-comment:before {
  content: ""
}

.icon-magnet:before {
  content: ""
}

.icon-chevron-up:before {
  content: ""
}

.icon-chevron-down:before {
  content: ""
}

.icon-retweet:before {
  content: ""
}

.icon-shopping-cart:before {
  content: ""
}

.icon-folder-close:before {
  content: ""
}

.icon-folder-open:before {
  content: ""
}

.icon-resize-vertical:before {
  content: ""
}

.icon-resize-horizontal:before {
  content: ""
}

.icon-bar-chart:before {
  content: ""
}

.icon-twitter-sign:before {
  content: ""
}

.icon-facebook-sign:before {
  content: ""
}

.icon-camera-retro:before {
  content: ""
}

.icon-key:before {
  content: ""
}

.icon-gears:before,
.icon-cogs:before {
  content: ""
}

.icon-comments:before {
  content: ""
}

.icon-thumbs-up-alt:before {
  content: ""
}

.icon-thumbs-down-alt:before {
  content: ""
}

.icon-star-half:before {
  content: ""
}

.icon-heart-empty:before {
  content: ""
}

.icon-signout:before {
  content: ""
}

.icon-linkedin-sign:before {
  content: ""
}

.icon-pushpin:before {
  content: ""
}

.icon-external-link:before {
  content: ""
}

.icon-signin:before {
  content: ""
}

.icon-trophy:before {
  content: ""
}

.icon-github-sign:before {
  content: ""
}

.icon-upload-alt:before {
  content: ""
}

.icon-lemon:before {
  content: ""
}

.icon-phone:before {
  content: ""
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: ""
}

.icon-bookmark-empty:before {
  content: ""
}

.icon-phone-sign:before {
  content: ""
}

.icon-twitter:before {
  content: ""
}

.icon-facebook:before {
  content: ""
}

.icon-github:before {
  content: ""
}

.icon-unlock:before {
  content: ""
}

.icon-credit-card:before {
  content: ""
}

.icon-rss:before {
  content: ""
}

.icon-hdd:before {
  content: ""
}

.icon-bullhorn:before {
  content: ""
}

.icon-bell:before {
  content: ""
}

.icon-certificate:before {
  content: ""
}

.icon-hand-right:before {
  content: ""
}

.icon-hand-left:before {
  content: ""
}

.icon-hand-up:before {
  content: ""
}

.icon-hand-down:before {
  content: ""
}

.icon-circle-arrow-left:before {
  content: ""
}

.icon-circle-arrow-right:before {
  content: ""
}

.icon-circle-arrow-up:before {
  content: ""
}

.icon-circle-arrow-down:before {
  content: ""
}

.icon-globe:before {
  content: ""
}

.icon-wrench:before {
  content: ""
}

.icon-tasks:before {
  content: ""
}

.icon-filter:before {
  content: ""
}

.icon-briefcase:before {
  content: ""
}

.icon-fullscreen:before {
  content: ""
}

.icon-group:before {
  content: ""
}

.icon-link:before {
  content: ""
}

.icon-cloud:before {
  content: ""
}

.icon-beaker:before {
  content: ""
}

.icon-cut:before {
  content: ""
}

.icon-copy:before {
  content: ""
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: ""
}

.icon-save:before {
  content: ""
}

.icon-sign-blank:before {
  content: ""
}

.icon-reorder:before {
  content: ""
}

.icon-list-ul:before {
  content: ""
}

.icon-list-ol:before {
  content: ""
}

.icon-strikethrough:before {
  content: ""
}

.icon-underline:before {
  content: ""
}

.icon-table:before {
  content: ""
}

.icon-magic:before {
  content: ""
}

.icon-truck:before {
  content: ""
}

.icon-pinterest:before {
  content: ""
}

.icon-pinterest-sign:before {
  content: ""
}

.icon-google-plus-sign:before {
  content: ""
}

.icon-google-plus:before {
  content: ""
}

.icon-money:before {
  content: ""
}

.icon-caret-down:before {
  content: ""
}

.icon-caret-up:before {
  content: ""
}

.icon-caret-left:before {
  content: ""
}

.icon-caret-right:before {
  content: ""
}

.icon-columns:before {
  content: ""
}

.icon-sort:before {
  content: ""
}

.icon-sort-down:before {
  content: ""
}

.icon-sort-up:before {
  content: ""
}

.icon-envelope:before {
  content: ""
}

.icon-linkedin:before {
  content: ""
}

.icon-rotate-left:before,
.icon-undo:before {
  content: ""
}

.icon-legal:before {
  content: ""
}

.icon-dashboard:before {
  content: ""
}

.icon-comment-alt:before {
  content: ""
}

.icon-comments-alt:before {
  content: ""
}

.icon-bolt:before {
  content: ""
}

.icon-sitemap:before {
  content: ""
}

.icon-umbrella:before {
  content: ""
}

.icon-paste:before {
  content: ""
}

.icon-lightbulb:before {
  content: ""
}

.icon-exchange:before {
  content: ""
}

.icon-cloud-download:before {
  content: ""
}

.icon-cloud-upload:before {
  content: ""
}

.icon-user-md:before {
  content: ""
}

.icon-stethoscope:before {
  content: ""
}

.icon-suitcase:before {
  content: ""
}

.icon-bell-alt:before {
  content: ""
}

.icon-coffee:before {
  content: ""
}

.icon-food:before {
  content: ""
}

.icon-file-text-alt:before {
  content: ""
}

.icon-building:before {
  content: ""
}

.icon-hospital:before {
  content: ""
}

.icon-ambulance:before {
  content: ""
}

.icon-medkit:before {
  content: ""
}

.icon-fighter-jet:before {
  content: ""
}

.icon-beer:before {
  content: ""
}

.icon-h-sign:before {
  content: ""
}

.icon-plus-sign-alt:before {
  content: ""
}

.icon-double-angle-left:before {
  content: ""
}

.icon-double-angle-right:before {
  content: ""
}

.icon-double-angle-up:before {
  content: ""
}

.icon-double-angle-down:before {
  content: ""
}

.icon-angle-left:before {
  content: ""
}

.icon-angle-right:before {
  content: ""
}

.icon-angle-up:before {
  content: ""
}

.icon-angle-down:before {
  content: ""
}

.icon-desktop:before {
  content: ""
}

.icon-laptop:before {
  content: ""
}

.icon-tablet:before {
  content: ""
}

.icon-mobile-phone:before {
  content: ""
}

.icon-circle-blank:before {
  content: ""
}

.icon-quote-left:before {
  content: ""
}

.icon-quote-right:before {
  content: ""
}

.icon-spinner:before {
  content: ""
}

.icon-circle:before {
  content: ""
}

.icon-mail-reply:before,
.icon-reply:before {
  content: ""
}

.icon-github-alt:before {
  content: ""
}

.icon-folder-close-alt:before {
  content: ""
}

.icon-folder-open-alt:before {
  content: ""
}

.icon-expand-alt:before {
  content: ""
}

.icon-collapse-alt:before {
  content: ""
}

.icon-smile:before {
  content: ""
}

.icon-frown:before {
  content: ""
}

.icon-meh:before {
  content: ""
}

.icon-gamepad:before {
  content: ""
}

.icon-keyboard:before {
  content: ""
}

.icon-flag-alt:before {
  content: ""
}

.icon-flag-checkered:before {
  content: ""
}

.icon-terminal:before {
  content: ""
}

.icon-code:before {
  content: ""
}

.icon-reply-all:before {
  content: ""
}

.icon-mail-reply-all:before {
  content: ""
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: ""
}

.icon-location-arrow:before {
  content: ""
}

.icon-crop:before {
  content: ""
}

.icon-code-fork:before {
  content: ""
}

.icon-unlink:before {
  content: ""
}

.icon-question:before {
  content: ""
}

.icon-info:before {
  content: ""
}

.icon-exclamation:before {
  content: ""
}

.icon-superscript:before {
  content: ""
}

.icon-subscript:before {
  content: ""
}

.icon-eraser:before {
  content: ""
}

.icon-puzzle-piece:before {
  content: ""
}

.icon-microphone:before {
  content: ""
}

.icon-microphone-off:before {
  content: ""
}

.icon-shield:before {
  content: ""
}

.icon-calendar-empty:before {
  content: ""
}

.icon-fire-extinguisher:before {
  content: ""
}

.icon-rocket:before {
  content: ""
}

.icon-maxcdn:before {
  content: ""
}

.icon-chevron-sign-left:before {
  content: ""
}

.icon-chevron-sign-right:before {
  content: ""
}

.icon-chevron-sign-up:before {
  content: ""
}

.icon-chevron-sign-down:before {
  content: ""
}

.icon-html5:before {
  content: ""
}

.icon-css3:before {
  content: ""
}

.icon-anchor:before {
  content: ""
}

.icon-unlock-alt:before {
  content: ""
}

.icon-bullseye:before {
  content: ""
}

.icon-ellipsis-horizontal:before {
  content: ""
}

.icon-ellipsis-vertical:before {
  content: ""
}

.icon-rss-sign:before {
  content: ""
}

.icon-play-sign:before {
  content: ""
}

.icon-ticket:before {
  content: ""
}

.icon-minus-sign-alt:before {
  content: ""
}

.icon-check-minus:before {
  content: ""
}

.icon-level-up:before {
  content: ""
}

.icon-level-down:before {
  content: ""
}

.icon-check-sign:before {
  content: ""
}

.icon-edit-sign:before {
  content: ""
}

.icon-external-link-sign:before {
  content: ""
}

.icon-share-sign:before {
  content: ""
}

.icon-compass:before {
  content: ""
}

.icon-collapse:before {
  content: ""
}

.icon-collapse-top:before {
  content: ""
}

.icon-expand:before {
  content: ""
}

.icon-euro:before,
.icon-eur:before {
  content: ""
}

.icon-gbp:before {
  content: ""
}

.icon-dollar:before,
.icon-usd:before {
  content: ""
}

.icon-rupee:before,
.icon-inr:before {
  content: ""
}

.icon-yen:before,
.icon-jpy:before {
  content: ""
}

.icon-renminbi:before,
.icon-cny:before {
  content: ""
}

.icon-won:before,
.icon-krw:before {
  content: ""
}

.icon-bitcoin:before,
.icon-btc:before {
  content: ""
}

.icon-file:before {
  content: ""
}

.icon-file-text:before {
  content: ""
}

.icon-sort-by-alphabet:before {
  content: ""
}

.icon-sort-by-alphabet-alt:before {
  content: ""
}

.icon-sort-by-attributes:before {
  content: ""
}

.icon-sort-by-attributes-alt:before {
  content: ""
}

.icon-sort-by-order:before {
  content: ""
}

.icon-sort-by-order-alt:before {
  content: ""
}

.icon-thumbs-up:before {
  content: ""
}

.icon-thumbs-down:before {
  content: ""
}

.icon-youtube-sign:before {
  content: ""
}

.icon-youtube:before {
  content: ""
}

.icon-xing:before {
  content: ""
}

.icon-xing-sign:before {
  content: ""
}

.icon-youtube-play:before {
  content: ""
}

.icon-dropbox:before {
  content: ""
}

.icon-stackexchange:before {
  content: ""
}

.icon-instagram:before {
  content: ""
}

.icon-flickr:before {
  content: ""
}

.icon-adn:before {
  content: ""
}

.icon-bitbucket:before {
  content: ""
}

.icon-bitbucket-sign:before {
  content: ""
}

.icon-tumblr:before {
  content: ""
}

.icon-tumblr-sign:before {
  content: ""
}

.icon-long-arrow-down:before {
  content: ""
}

.icon-long-arrow-up:before {
  content: ""
}

.icon-long-arrow-left:before {
  content: ""
}

.icon-long-arrow-right:before {
  content: ""
}

.icon-apple:before {
  content: ""
}

.icon-windows:before {
  content: ""
}

.icon-android:before {
  content: ""
}

.icon-linux:before {
  content: ""
}

.icon-dribbble:before {
  content: ""
}

.icon-skype:before {
  content: ""
}

.icon-foursquare:before {
  content: ""
}

.icon-trello:before {
  content: ""
}

.icon-female:before {
  content: ""
}

.icon-male:before {
  content: ""
}

.icon-gittip:before {
  content: ""
}

.icon-sun:before {
  content: ""
}

.icon-moon:before {
  content: ""
}

.icon-archive:before {
  content: ""
}

.icon-bug:before {
  content: ""
}

.icon-vk:before {
  content: ""
}

.icon-weibo:before {
  content: ""
}

.icon-renren:before {
  content: ""
}

.icon-graduation:before {
  content: ""
}

.jqueryFileTree {
  padding: 0px;
  margin: 0px
}

.jqueryFileTree li {
  list-style: none;
  padding: 2px 0;
  margin: 0px;
  white-space: nowrap
}

.jqueryFileTree li ul li {
  padding-left: 20px
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 10001;
  margin: 0
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background-color: #87B74D;
  color: #fff
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #777;
  color: #404040;
  font-size: 12px;
  font-family: sans-serif;
  text-decoration: none;
  opacity: .9;
  padding: 5px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden
}

#scrollUp:hover {
  background-color: #efefef
}

@media (max-width: 767px) {
  #scrollUp {
    visibility: hidden
  }
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.hinge {
  animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1)
  }

  30% {
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, 0.95, 1)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {

  from,
  to {
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  from {
    transform: none
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  to {
    transform: none
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {

  from,
  11.1%,
  to {
    transform: none
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9)
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

.bounceOut {
  animation-name: bounceOut
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY
}

@keyframes flipOutX {
  from {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@keyframes flipOutY {
  from {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1
  }

  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  animation-name: hinge
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom
  }

  50% {
    transform: rotate(-10deg)
  }

  70% {
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  animation-name: jackInTheBox
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  animation-name: slideOutUp
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width
}

.hidden {
  display: none;
  visibility: hidden
}

.visible-phone {
  display: none !important
}

.visible-tablet {
  display: none !important
}

.hidden-desktop {
  display: none !important
}

.visible-desktop {
  display: inherit !important
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important
  }

  .visible-desktop {
    display: none !important
  }

  .visible-tablet {
    display: inherit !important
  }

  .hidden-tablet {
    display: none !important
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important
  }

  .visible-desktop {
    display: none !important
  }

  .visible-phone {
    display: inherit !important
  }

  .hidden-phone {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: inherit !important
  }

  .hidden-print {
    display: none !important
  }
}

.clearfix {
  *zoom: 1
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0
}

.clearfix:after {
  clear: both
}

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 1240px) {
  .row {
    margin-left: -20px;
    *zoom: 1
  }

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0
  }

  .row:after {
    clear: both
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1240px
  }

  .span1 {
    width: 85px
  }

  .span2 {
    width: 190px
  }

  .span3 {
    width: 295px
  }

  .span4 {
    width: 400px
  }

  .span5 {
    width: 505px
  }

  .span6 {
    width: 610px
  }

  .span7 {
    width: 715px
  }

  .span8 {
    width: 820px
  }

  .span9 {
    width: 925px
  }

  .span10 {
    width: 1030px
  }

  .span11 {
    width: 1135px
  }

  .span12 {
    width: 1240px
  }

  .offset1 {
    margin-left: 125px
  }

  .offset2 {
    margin-left: 230px
  }

  .offset3 {
    margin-left: 335px
  }

  .offset4 {
    margin-left: 440px
  }

  .offset5 {
    margin-left: 545px
  }

  .offset6 {
    margin-left: 650px
  }

  .offset7 {
    margin-left: 755px
  }

  .offset8 {
    margin-left: 860px
  }

  .offset9 {
    margin-left: 965px
  }

  .offset10 {
    margin-left: 1070px
  }

  .offset11 {
    margin-left: 1175px
  }

  .offset12 {
    margin-left: 1280px
  }

  .row-fluid {
    width: 100%;
    *zoom: 1
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0
  }

  .row-fluid:after {
    clear: both
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.6129032258%;
    *margin-left: 1.5602716469%
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0
  }

  .row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 1.6129032258%
  }

  .row-fluid .span1 {
    width: 6.8548387097%;
    *width: 6.8022071307%
  }

  .row-fluid .span2 {
    width: 15.3225806452%;
    *width: 15.2699490662%
  }

  .row-fluid .span3 {
    width: 23.7903225806%;
    *width: 23.7376910017%
  }

  .row-fluid .span4 {
    width: 32.2580645161%;
    *width: 32.2054329372%
  }

  .row-fluid .span5 {
    width: 40.7258064516%;
    *width: 40.6731748727%
  }

  .row-fluid .span6 {
    width: 49.1935483871%;
    *width: 49.1409168081%
  }

  .row-fluid .span7 {
    width: 57.6612903226%;
    *width: 57.6086587436%
  }

  .row-fluid .span8 {
    width: 66.1290322581%;
    *width: 66.0764006791%
  }

  .row-fluid .span9 {
    width: 74.5967741935%;
    *width: 74.5441426146%
  }

  .row-fluid .span10 {
    width: 83.064516129%;
    *width: 83.0118845501%
  }

  .row-fluid .span11 {
    width: 91.5322580645%;
    *width: 91.4796264856%
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.9473684211%
  }

  .row-fluid .offset1 {
    margin-left: 10.0806451613%;
    *margin-left: 9.9753820034%
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.4677419355%;
    *margin-left: 8.3624787776%
  }

  .row-fluid .offset2 {
    margin-left: 18.5483870968%;
    *margin-left: 18.4431239389%
  }

  .row-fluid .offset2:first-child {
    margin-left: 16.935483871%;
    *margin-left: 16.8302207131%
  }

  .row-fluid .offset3 {
    margin-left: 27.0161290323%;
    *margin-left: 26.9108658744%
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.4032258065%;
    *margin-left: 25.2979626486%
  }

  .row-fluid .offset4 {
    margin-left: 35.4838709677%;
    *margin-left: 35.3786078098%
  }

  .row-fluid .offset4:first-child {
    margin-left: 33.8709677419%;
    *margin-left: 33.765704584%
  }

  .row-fluid .offset5 {
    margin-left: 43.9516129032%;
    *margin-left: 43.8463497453%
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.3387096774%;
    *margin-left: 42.2334465195%
  }

  .row-fluid .offset6 {
    margin-left: 52.4193548387%;
    *margin-left: 52.3140916808%
  }

  .row-fluid .offset6:first-child {
    margin-left: 50.8064516129%;
    *margin-left: 50.701188455%
  }

  .row-fluid .offset7 {
    margin-left: 60.8870967742%;
    *margin-left: 60.7818336163%
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.2741935484%;
    *margin-left: 59.1689303905%
  }

  .row-fluid .offset8 {
    margin-left: 69.3548387097%;
    *margin-left: 69.2495755518%
  }

  .row-fluid .offset8:first-child {
    margin-left: 67.7419354839%;
    *margin-left: 67.636672326%
  }

  .row-fluid .offset9 {
    margin-left: 77.8225806452%;
    *margin-left: 77.7173174873%
  }

  .row-fluid .offset9:first-child {
    margin-left: 76.2096774194%;
    *margin-left: 76.1044142615%
  }

  .row-fluid .offset10 {
    margin-left: 86.2903225806%;
    *margin-left: 86.1850594228%
  }

  .row-fluid .offset10:first-child {
    margin-left: 84.6774193548%;
    *margin-left: 84.5721561969%
  }

  .row-fluid .offset11 {
    margin-left: 94.7580645161%;
    *margin-left: 94.6528013582%
  }

  .row-fluid .offset11:first-child {
    margin-left: 93.1451612903%;
    *margin-left: 93.0398981324%
  }

  .row-fluid .offset12 {
    margin-left: 103.2258064516%;
    *margin-left: 103.1205432937%
  }

  .row-fluid .offset12:first-child {
    margin-left: 101.6129032258%;
    *margin-left: 101.5076400679%
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0
  }

  .controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 71px
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 176px
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 281px
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 386px
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 491px
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 596px
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 701px
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 806px
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 911px
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 1016px
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1121px
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1226px
  }

  .thumbnails {
    margin-left: -20px
  }

  .thumbnails>li {
    margin-left: 20px
  }

  .row-fluid .thumbnails {
    margin-left: 0
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1
  }

  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0
  }

  .row:after {
    clear: both
  }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
  }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px
  }

  .span1 {
    width: 42px
  }

  .span2 {
    width: 104px
  }

  .span3 {
    width: 166px
  }

  .span4 {
    width: 228px
  }

  .span5 {
    width: 290px
  }

  .span6 {
    width: 352px
  }

  .span7 {
    width: 414px
  }

  .span8 {
    width: 476px
  }

  .span9 {
    width: 538px
  }

  .span10 {
    width: 600px
  }

  .span11 {
    width: 662px
  }

  .span12 {
    width: 724px
  }

  .offset1 {
    margin-left: 82px
  }

  .offset2 {
    margin-left: 144px
  }

  .offset3 {
    margin-left: 206px
  }

  .offset4 {
    margin-left: 268px
  }

  .offset5 {
    margin-left: 330px
  }

  .offset6 {
    margin-left: 392px
  }

  .offset7 {
    margin-left: 454px
  }

  .offset8 {
    margin-left: 516px
  }

  .offset9 {
    margin-left: 578px
  }

  .offset10 {
    margin-left: 640px
  }

  .offset11 {
    margin-left: 702px
  }

  .offset12 {
    margin-left: 764px
  }

  .row-fluid {
    width: 100%;
    *zoom: 1
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0
  }

  .row-fluid:after {
    clear: both
  }

  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392%;
    *margin-left: 2.7097993603%
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0
  }

  .row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.7624309392%
  }

  .row-fluid .span1 {
    width: 5.8011049724%;
    *width: 5.7484733934%
  }

  .row-fluid .span2 {
    width: 14.364640884%;
    *width: 14.312009305%
  }

  .row-fluid .span3 {
    width: 22.9281767956%;
    *width: 22.8755452166%
  }

  .row-fluid .span4 {
    width: 31.4917127072%;
    *width: 31.4390811282%
  }

  .row-fluid .span5 {
    width: 40.0552486188%;
    *width: 40.0026170398%
  }

  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.5661529514%
  }

  .row-fluid .span7 {
    width: 57.182320442%;
    *width: 57.129688863%
  }

  .row-fluid .span8 {
    width: 65.7458563536%;
    *width: 65.6932247746%
  }

  .row-fluid .span9 {
    width: 74.3093922652%;
    *width: 74.2567606862%
  }

  .row-fluid .span10 {
    width: 82.8729281768%;
    *width: 82.8202965978%
  }

  .row-fluid .span11 {
    width: 91.4364640884%;
    *width: 91.3838325095%
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.9473684211%
  }

  .row-fluid .offset1 {
    margin-left: 11.3259668508%;
    *margin-left: 11.2207036929%
  }

  .row-fluid .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4582727537%
  }

  .row-fluid .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7842396045%
  }

  .row-fluid .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0218086653%
  }

  .row-fluid .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3477755161%
  }

  .row-fluid .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5853445769%
  }

  .row-fluid .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9113114277%
  }

  .row-fluid .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1488804885%
  }

  .row-fluid .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4748473393%
  }

  .row-fluid .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7124164001%
  }

  .row-fluid .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0383832509%
  }

  .row-fluid .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2759523117%
  }

  .row-fluid .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6019191625%
  }

  .row-fluid .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8394882233%
  }

  .row-fluid .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1654550741%
  }

  .row-fluid .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4030241349%
  }

  .row-fluid .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7289909858%
  }

  .row-fluid .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9665600465%
  }

  .row-fluid .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2925268974%
  }

  .row-fluid .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5300959581%
  }

  .row-fluid .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.856062809%
  }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0936318697%
  }

  .row-fluid .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4195987206%
  }

  .row-fluid .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6571677813%
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0
  }

  .controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
  }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px
  }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px
  }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px
  }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px
  }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px
  }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px
  }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px
  }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px
  }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px
  }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px
  }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px
  }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px
  }
}

@media (max-width: 767px) {
  body:not(.no_lateral_padding) {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -10px;
    margin-right: -10px
  }

  .container-fluid {
    padding: 0
  }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left
  }

  .dl-horizontal dd {
    margin-left: 0
  }

  .container {
    width: auto
  }

  .section {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
  }

  .section .section-content {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
  }

  .footer {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
  }

  .row-fluid {
    width: 100%
  }

  .row,
  .thumbnails {
    margin-left: 0
  }

  .thumbnails>li {
    float: none;
    margin-left: 0
  }

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .row-fluid [class*="offset"]:first-child {
    margin-left: 0
  }

  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto
  }

  .controls-row [class*="span"]+[class*="span"] {
    margin-left: 0
  }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0
  }

  .modal.fade {
    top: -100px
  }

  .modal.fade.in {
    top: 20px
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0)
  }

  .page-header h1 small {
    display: block;
    line-height: 20px
  }

  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc
  }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left
  }

  .form-horizontal .controls {
    margin-left: 0
  }

  .form-horizontal .control-list {
    padding-top: 0
  }

  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px
  }

  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px
  }

  .media-object {
    margin-right: 0;
    margin-left: 0
  }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px
  }

  .modal-header .close {
    padding: 10px;
    margin: -10px
  }

  .carousel-caption {
    position: static
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static
  }

  .navbar-fixed-bottom {
    margin-top: 20px
  }

  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px
  }

  .navbar .container {
    width: auto;
    padding: 0
  }

  .navbar .brand {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 0 0 -15px
  }

  .nav-collapse {
    clear: both
  }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px
  }

  .nav-collapse .nav>li {
    float: none
  }

  .nav-collapse .nav>li>a {
    margin-bottom: 2px
  }

  .nav-collapse .nav>.divider-vertical {
    display: none
  }

  .nav-collapse .nav .nav-header {
    color: #333;
    text-shadow: none
  }

  .nav-collapse .nav>li>a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
  }

  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
  }

  .nav-collapse .dropdown-menu li+li a {
    margin-bottom: 2px
  }

  .nav-collapse .nav>li>a:hover,
  .nav-collapse .nav>li>a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #fff
  }

  .navbar-inverse .nav-collapse .nav>li>a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #ddd
  }

  .navbar-inverse .nav-collapse .nav>li>a:hover,
  .navbar-inverse .nav-collapse .nav>li>a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #333
  }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0
  }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .nav-collapse .open>.dropdown-menu {
    display: block
  }

  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none
  }

  .nav-collapse .dropdown-menu .divider {
    display: none
  }

  .nav-collapse .nav>li>.dropdown-menu:before,
  .nav-collapse .nav>li>.dropdown-menu:after {
    display: none
  }

  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-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)
  }

  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #333;
    border-bottom-color: #333
  }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0
  }

  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0
  }

  .navbar .btn-navbar {
    display: block
  }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important
  }
}

@media (max-width: 767px) {
  .page-title {
    margin-top: -5px;
    padding: 10px;
    background-color: #87bb3e;
    color: white;
    font-size: 16px !important;
    -webkit-box-shadow: inset 0px 2px 4px #5e822b;
    -moz-box-shadow: inset 0px 2px 4px #5e822b;
    box-shadow: inset 0px 2px 4px #5e822b
  }

  .page-title small {
    font-size: 13px !important
  }
}

@media (max-width: 480px) {
  .lead {
    font-size: 15px;
    line-height: 1.5
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .dropdown-menu {
    padding: 0
  }

  .dropdown-menu>li {
    border-bottom: 1px solid #ddd
  }

  .dropdown-menu>li:last-child {
    border-bottom: 0 none
  }
}

@media (max-width: 767px) {
  .dropdown-menu {
    padding: 0
  }

  .dropdown-menu>li {
    border-bottom: 1px solid #ddd
  }

  .dropdown-menu>li:last-child {
    border-bottom: 0 none
  }
}

@media (max-width: 767px) {
  .pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
  }

  .pagination .page,
  .pagination .end,
  .pagination .start {
    display: none
  }

  .pagination .next a,
  .pagination .previous a {
    margin: 0 5px;
    color: #555;
    padding: 8px 24px;
    font-size: 16.25px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
  }

  .pagination .pagination-next-label,
  .pagination .pagination-prev-label {
    display: inline
  }
}

@media (max-width: 767px) {
  .jumbotron {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: transparent
  }

  .jumbotron .page-title {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0
  }

  .jumbotron p.lead {
    padding-top: 15px;
    margin: 0
  }
}

@media (max-width: 480px) {
  .npsbar__heatmap {
    display: none
  }

  .npsbar__controls {
    width: auto;
    display: block;
    text-align: center;
    white-space: normal;
    margin-top: 10px
  }

  .npsbar__controls .btn-group {
    display: inline
  }

  .npsbar__controls .btn-group button {
    padding: 6px;
    height: 35px;
    width: 35px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important
  }

  .npsbar__controls .btn-group button:not(.active) {
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
  }

  .npsbar__controls .btn-group button:not(.active):hover,
  .npsbar__controls .btn-group button:not(.active):focus,
  .npsbar__controls .btn-group button:not(.active):active,
  .npsbar__controls .btn-group button:not(.active).active,
  .npsbar__controls .btn-group button:not(.active).disabled,
  .npsbar__controls .btn-group button:not(.active)[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
  }

  .npsbar__controls .btn-group button:not(.active):active,
  .npsbar__controls .btn-group button:not(.active).active {
    background-color: #ccc \9
  }

  .npsbar__labels {
    padding: 3px;
    font-size: 13px;
    color: #919191;
    *zoom: 1
  }

  .npsbar__labels:before,
  .npsbar__labels:after {
    display: table;
    content: "";
    line-height: 0
  }

  .npsbar__labels:after {
    clear: both
  }
}

@media (min-width: 768px) {
  .search-bar {
    height: auto !important;
    overflow: visible !important
  }

  .navbar .btn-searchbar {
    display: none
  }
}

@media (min-width: 768px) and (max-width: 979px) and (min-width: 768px) {
  .search-form {
    height: auto !important;
    overflow: visible !important
  }
}

@media (min-width: 768px) and (max-width: 979px) {

  .search-form .search-topic-container input,
  .search-form .search-location-container input {
    width: 235px !important
  }

  .booking-progress .booking-progress__step {
    padding: 10px 15px 5px;
    text-align: center;
    font-size: 14px
  }

  .booking-progress .booking-progress__step--arrow {
    border-right: 1px solid #ddd
  }

  .booking-progress .booking-progress__step--arrow::after,
  .booking-progress .booking-progress__step--arrow::before {
    content: none
  }
}

@media (max-width: 767px) {
  .search-bar {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
  }

  .search-bar.collapse.in[style="height: auto;"] {
    overflow: visible;
    padding-bottom: 5px
  }

  .search-bar .search-form .search-topic-container {
    margin: 0
  }

  .search-bar .search-form__submit {
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    display: block;
    width: 100%;
    border-color: #bbb
  }

  .search-bar .search-form__submit:hover,
  .search-bar .search-form__submit:focus,
  .search-bar .search-form__submit:active,
  .search-bar .search-form__submit.active,
  .search-bar .search-form__submit.disabled,
  .search-bar .search-form__submit[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9
  }

  .search-bar .search-form__submit:active,
  .search-bar .search-form__submit.active {
    background-color: #ccc \9
  }

  .search-bar .search-form .search-topic-container,
  .search-bar .search-form .search-location-container {
    display: table;
    margin-bottom: 15px
  }

  .search-bar .search-form .search-topic-container .btn-group,
  .search-bar .search-form .search-location-container .btn-group {
    display: table-cell
  }

  .search-bar .search-form .search-topic-container .dropdown-toggle,
  .search-bar .search-form .search-location-container .dropdown-toggle {
    width: 65px
  }

  .search-bar .search-form .search-topic-container .input-prepend,
  .search-bar .search-form .search-location-container .input-prepend {
    display: table-cell;
    width: 100%
  }

  .search-bar .search-form .search-topic-container input,
  .search-bar .search-form .search-location-container input {
    display: block;
    width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .booking-progress .booking-progress__step {
    padding: 10px;
    font-size: 14px
  }

  .booking-progress .booking-progress__step--arrow {
    border-right: 1px solid #ddd
  }

  .booking-progress .booking-progress__step--arrow::after,
  .booking-progress .booking-progress__step--arrow::before {
    content: none
  }

  .navsteps__step__stepseperator {
    width: 5px;
    margin: 0 2px
  }
}

@media (max-width: 480px) {
  .booking-progress .booking-progress__step .booking-progress__text {
    display: none
  }

  .booking-progress .booking-progress__step--active .booking-progress__text {
    display: inline
  }
}

@media (max-width: 767px) {
  .content-wrap {
    padding-top: 0
  }
}

@media (max-width: 767px) {
  .footer {
    margin-top: 40px;
    padding: 25px 10px 25px 10px
  }

  .footer__title {
    margin: 0
  }

  .footer ul,
  .footer__text {
    margin-bottom: 15px
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .search-navbar__tools .offcanvas-toggle {
    display: none
  }

  .sidebar-offcanvas {
    display: none
  }

  .search-parameter__close {
    display: none
  }

  .search-param-group .search-param-title span {
    display: inline-block;
    width: 150px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
  }

  .search-param-group .search-param-item a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
  }

  .search-param-group form input {
    display: inline-block;
    margin-bottom: 5px
  }

  .search-param-group form .btn-mini {
    padding: 4px 12px;
    vertical-align: top
  }
}

@media (max-width: 767px) {
  .search-container {
    margin-bottom: 20px
  }

  .sidebar-offcanvas {
    display: none
  }

  .search-navbar {
    margin-bottom: 0
  }

  .search-navbar__title {
    padding-left: inherit
  }

  .search-navbar h1 {
    margin-left: -10px;
    margin-right: -10px
  }

  .search-navbar__didyoumean {
    margin: 0 -10px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd
  }

  .search-navbar__tools {
    margin-top: 10px
  }

  .search-navbar__tools .search-sorting {
    margin-right: 0
  }

  .search-navbar__tools .offcanvas-toggle {
    display: initial;
    padding: 5px 7px 6px
  }

  .search-navbar__terms {
    display: none
  }

  .search-params-active {
    padding: 0;
    margin-left: -5px
  }

  .search-result .search-no-hits {
    padding: 0
  }

  .search-result .search-no-hits h2 {
    margin-bottom: 30px;
    font-size: 16.25px
  }

  .search-result .search-no-hits .box {
    margin-bottom: 10px;
    padding: 10px;
    background: #f5f5f5;
    color: #333;
    text-shadow: none;
    text-align: left;
    border-color: #eee
  }

  .search-result .search-no-hits .box:hover,
  .search-result .search-no-hits .box:focus {
    background: #eee
  }

  .search-result .search-no-hits .box [class^="icon-"],
  .search-result .search-no-hits .box [class*=" icon-"] {
    display: none
  }

  .search-result .search-no-hits .box big {
    display: inline-block;
    margin: 0;
    font-size: 13px
  }

  .search-result .search-no-hits .box big:after {
    font-family: FontAwesome;
    content: " \f105"
  }

  .search-result .search-no-hits .box-invitation {
    display: none
  }

  .search-parameter {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1050;
    width: 100%;
    height: 100%;
    padding-top: 45px;
    background-color: #eee;
    overflow-y: scroll;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    transition: right 0.3s ease-in-out 0s
  }

  .search-parameter__close {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1050;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    transition: right 0.3s ease-in-out 0s
  }

  .search-parameter .search-param-group {
    background-color: white;
    margin: 0 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ddd;
    border-radius: 3px
  }

  .search-parameter .search-param-group .search-param-title {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 16px
  }

  .search-parameter .search-param-group .search-param-item,
  .search-parameter .search-param-group .search-param-reset {
    font-size: 14px;
    border-bottom: 1px solid #eee
  }

  .search-parameter .search-param-group .search-param-item a,
  .search-parameter .search-param-group .search-param-reset a {
    display: block;
    padding: 8px 0px
  }

  .search-parameter .search-param-group .search-param-item small,
  .search-parameter .search-param-group .search-param-reset small {
    font-size: 100%
  }

  .search-parameter .search-param-group .search-param-item:last-child,
  .search-parameter .search-param-group .search-param-reset:last-child {
    border-bottom: 0 none
  }

  .search-parameter .search-param-group .search-param-more {
    padding: 8px 0px
  }

  .search-parameter .search-param-group button {
    padding: 4px 12px
  }

  .search-parameter ul {
    padding-bottom: 0.5em
  }

  .search-parameter.search-parameter-expanded {
    right: 0
  }

  .search-parameter.search-parameter-expanded .search-parameter__close {
    right: 0
  }

  .search-hit {
    position: relative
  }

  .search-hit__title,
  .search-hit__provider-name {
    margin-right: 30px
  }

  .search-hit .span2,
  .search-hit__action {
    display: none
  }

  .search-hit__price-container,
  .search-hit__price-container--onrequest {
    margin-top: 8px;
    cursor: pointer;
    position: relative;
    padding: 8px 40px 0px 0px;
    border-top: 1px solid #ddd
  }

  .search-hit__price-container .icon-angle-right,
  .search-hit__price-container--onrequest .icon-angle-right {
    color: #87bb3e;
    font-size: 4em;
    line-height: 1;
    display: inline;
    position: absolute;
    top: 0;
    right: 5px
  }

  .search-hit__price-container--onrequest {
    padding: 15px 40px 0px 0px
  }

  .search-hit__price {
    color: #87bb3e
  }

  .search-hit__price-info {
    margin-bottom: 0
  }

  .search-hit__bookmark {
    position: absolute;
    top: 7px;
    right: 10px;
    margin-bottom: 0
  }

  .search-hit__bookmark-icon {
    text-align: center !important;
    padding: 5px !important;
    background-color: #c4c4c4;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    color: white
  }

  .search-hit__bookmark-text {
    display: none
  }

  .search-hit__bookmark--active .icon-bookmark {
    background-color: #87bb3e
  }
}

@media (max-width: 480px) {
  .search-params-active {
    margin-left: -5px;
    margin-right: -5px
  }

  .search-params-active li {
    max-width: none;
    width: 50%
  }
}

@media (max-width: 1300px) {
  .section-content-facts {
    background-size: 100% auto
  }

  .section-content-facts h2 {
    margin-top: 247px
  }

  .section-content-facts .media {
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.5)
  }

  .section-content-facts .media .media-body {
    padding-right: 10px
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .section-jumbotron {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .section-content-facts h2 {
    margin-top: 328px
  }
}

@media (max-width: 767px) {
  .multiline-padded-primary {
    padding: 0;
    background-color: transparent;
    box-shadow: none
  }

  .section-jumbotron {
    background-position: left;
    background-image: url("../../images/pages/homepage/header-bg-small.jpg");
    padding-top: 50px;
    padding-bottom: 75px
  }

  .section-jumbotron h1,
  .section-jumbotron h2 {
    margin: 0 10px;
    text-shadow: none;
    display: block
  }

  .section-jumbotron h1 {
    font-size: 33.75px;
    color: #333;
    background-color: transparent;
    padding: 0
  }

  .section-jumbotron h2 {
    margin-top: 10px;
    line-height: 1.25;
    font-size: 18px;
    color: #666
  }

  .section-content-facts {
    background-image: none
  }

  .section-content-facts .section-corporate-heading {
    text-align: center
  }

  .section-content-facts .section-corporate-heading h2 {
    margin-top: 0px;
    color: #333
  }

  .section-content-facts .section-corporate-heading h3 {
    text-transform: initial
  }

  .section-content-facts .section-corporate-heading h2,
  .section-content-facts .section-corporate-heading h3 {
    padding: 0px;
    background: none;
    background-color: transparent
  }

  .section-content-facts .corporate-facts {
    padding: 20px 0 0 0
  }

  .section-content-facts .media {
    text-align: center;
    padding-top: 0px;
    background: none;
    background-color: none
  }
}

@media (max-width: 480px) {
  .section-jumbotron {
    padding-top: 30px;
    padding-bottom: 40px
  }

  .section-jumbotron h1,
  .section-jumbotron h2 {
    text-align: center
  }

  .section-jumbotron .search-form {
    padding: 0;
    width: 100%;
    background-color: transparent
  }

  .section-jumbotron .search-form .search-topic-container,
  .section-jumbotron .search-form .search-location-container {
    display: table;
    margin-bottom: 15px
  }

  .section-jumbotron .search-form .search-topic-container .btn-group,
  .section-jumbotron .search-form .search-location-container .btn-group {
    display: table-cell
  }

  .section-jumbotron .search-form .search-topic-container .input-prepend,
  .section-jumbotron .search-form .search-location-container .input-prepend {
    display: table-cell;
    width: 100%
  }

  .section-jumbotron .search-form .search-topic-container input,
  .section-jumbotron .search-form .search-location-container input {
    display: block;
    width: 100%;
    min-height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .ribbon-certifications {
    display: none
  }
}

@media (max-width: 767px) {
  .lp-jumbotron {
    -webkit-box-shadow: 1px 1px 2px #bbb;
    -moz-box-shadow: 1px 1px 2px #bbb;
    box-shadow: 1px 1px 2px #bbb
  }

  .lp-jumbotron .multiline-padded-secondary {
    padding: 0
  }

  .lp-jumbotron p,
  .lp-jumbotron .usp-box {
    display: none
  }

  .lp-jumbotron .lp-jumbotron-cta {
    position: inherit;
    bottom: auto;
    padding-top: 110px
  }

  .lp-jumbotron .lp-jumbotron-cta-inner {
    position: relative;
    bottom: -10px
  }

  .image-1 {
    background-image: url("../../images/stack/landingpages/image-1-mobile.jpg")
  }

  .image-2 {
    background-image: url("../../images/stack/landingpages/image-2-mobile.jpg")
  }

  .image-3 {
    background-image: url("../../images/stack/landingpages/image-3-mobile.jpg")
  }

  .image-4 {
    background-image: url("../../images/stack/landingpages/image-4-mobile.jpg")
  }

  .image-5 {
    background-image: url("../../images/stack/landingpages/image-5-mobile.jpg")
  }

  .image-6 {
    background-image: url("../../images/stack/landingpages/image-6-mobile.jpg")
  }

  .image-7 {
    background-image: url("../../images/stack/landingpages/image-7-mobile.jpg")
  }

  .image-8 {
    background-image: url("../../images/stack/landingpages/image-8-mobile.jpg")
  }

  .image-9 {
    background-image: url("../../images/stack/landingpages/image-9-mobile.jpg")
  }

  .image-10 {
    background-image: url("../../images/stack/landingpages/image-10-mobile.jpg")
  }

  .image-11 {
    background-image: url("../../images/stack/landingpages/image-11-mobile.jpg")
  }

  .image-12 {
    background-image: url("../../images/stack/landingpages/image-12-mobile.jpg")
  }

  .image-13 {
    background-image: url("../../images/stack/landingpages/image-13-mobile.jpg")
  }

  .image-14 {
    background-image: url("../../images/stack/landingpages/image-14-mobile.jpg")
  }

  .image-15 {
    background-image: url("../../images/stack/landingpages/image-15-mobile.jpg")
  }

  .image-16 {
    background-image: url("../../images/stack/landingpages/image-16-mobile.jpg")
  }

  .image-17 {
    background-image: url("../../images/stack/landingpages/image-17-mobile.jpg")
  }

  .image-18 {
    background-image: url("../../images/stack/landingpages/image-18-mobile.jpg")
  }

  .image-19 {
    background-image: url("../../images/stack/landingpages/image-19-mobile.jpg")
  }

  .image-20 {
    background-image: url("../../images/stack/landingpages/image-20-mobile.jpg")
  }

  .image-21 {
    background-image: url("../../images/stack/landingpages/image-21-mobile.jpg")
  }

  .image-22 {
    background-image: url("../../images/stack/landingpages/image-22-mobile.jpg")
  }

  .image-23 {
    background-image: url("../../images/stack/landingpages/image-23-mobile.jpg")
  }

  .search-navbar--lp .search-navbar__title h2 {
    margin: 0;
    font-size: 14px
  }

  .lp-text,
  .lp-link-groups,
  .lp-linkgroup--sidebar,
  .linkgroup-container {
    display: none
  }
}

@media (max-width: 767px) {
  .booking-usp {
    margin-bottom: 20px
  }

  .booking-usp ul li {
    *zoom: 1;
    margin-bottom: 5px
  }

  .booking-usp ul li:before,
  .booking-usp ul li:after {
    display: table;
    content: "";
    line-height: 0
  }

  .booking-usp ul li:after {
    clear: both
  }

  .booking-usp ul li [class^="icon-"],
  .booking-usp ul li [class*=" icon-"] {
    margin-bottom: 10px
  }
}

/*# sourceMappingURL=semigator_bts_responsive.min.css.map */