
.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-user:before {
  content: "\f007"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-upload:before {
  content: "\f093"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

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

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

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

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

button[disabled],
html input[disabled] {
  cursor: default
}

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

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

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

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

  .navbar {
    display: none
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }

  .label {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

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


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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

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

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.img-circle {
  border-radius: 50%
}

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

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

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

[role=button] {
  cursor: pointer
}

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

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

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

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

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

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

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

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

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

p {
  margin: 0 0 10px
}

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

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

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

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

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

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

.text-success {
  color: #3c763d
}

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

.text-info {
  color: #31708f
}

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

.text-warning {
  color: #8a6d3b
}

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

.text-danger {
  color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px
}

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

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dd,
dt {
  line-height: 1.42857143
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

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

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

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

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777
}

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

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

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

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

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

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

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

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

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

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

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

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

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

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

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

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

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

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

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

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

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

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

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

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

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {

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

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

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

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

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

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

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

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

table {
  background-color: transparent
}

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

th {
  text-align: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

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

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

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

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

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

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

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

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

input[type=file] {
  display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px
  }
}

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

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}

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

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

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

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

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

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

.has-feedback {
  position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

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

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  padding: 8px 16px;
  background-color: #00bff3;
  color: white;
  border: none;
  cursor: pointer;
  max-width: 100%;
  width:100%;
  border-radius: 0;
  margin-top:1em;
  margin-bottom:1em;

}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #00a8d1;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00a8d1;
  border: none;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00a8d1;
  border: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #00a8d1;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

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

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

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

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

.dropdown,
.dropup {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

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

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

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

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

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

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

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

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

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

.open>a {
  outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
  margin-left: 0
}

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

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

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

.nav>li.disabled>a {
  color: #777
}

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

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

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

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

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

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

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

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

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

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

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

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

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

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

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

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

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

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

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

.nav-stacked>li {
  float: none
}

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

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

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

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

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a {
    margin-bottom: 0
  }
}

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

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

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

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

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

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

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

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

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

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

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

@media (max-device-width:480px) and (orientation:landscape) {

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

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

@media (min-width:768px) {

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

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

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

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

@media (min-width:768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0
  }
}

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

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

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

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

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

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

.navbar-toggle:focus {
  outline: 0
}

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

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

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

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

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

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

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

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

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

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }

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

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

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  list-style: none;
}

.breadcrumb>li {
  display: inline-block
}

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

.breadcrumb>.active {
  color: #777
}

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

.pagination>li {
  display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline
}

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

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

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

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

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

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

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

.label:empty {
  display: none
}

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

.label-default {
  background-color: #777
}

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

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

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

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

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

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

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

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

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

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

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

.media-body {
  width: 10000px
}

.media-object {
  display: block
}

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

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

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

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

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.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-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.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>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

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

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

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

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

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

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

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

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

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

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

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

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

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

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

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

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  content: "";
  border-width: 10px
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
  text-shadow: none
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }

  .carousel-indicators {
    bottom: 20px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

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

.hidden {
  display: none !important
}

.affix {
  position: fixed
}

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

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

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

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

  table.visible-xs {
    display: table !important
  }

  tr.visible-xs {
    display: table-row !important
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }
}

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

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

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

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

  table.visible-sm {
    display: table !important
  }

  tr.visible-sm {
    display: table-row !important
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }
}

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

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

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

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

  table.visible-md {
    display: table !important
  }

  tr.visible-md {
    display: table-row !important
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }
}

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

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

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

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

  table.visible-lg {
    display: table !important
  }

  tr.visible-lg {
    display: table-row !important
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }
}

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

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

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

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

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

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

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

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }

  table.visible-print {
    display: table !important
  }

  tr.visible-print {
    display: table-row !important
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

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

@media print {
  .visible-print-block {
    display: block !important
  }
}

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

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important
  }
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
  text-shadow: none
}

.btn.active,
.btn:active {
  background-image: none
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc
}

.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px
}

.btn-default.active,
.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none
}

.btn-primary {
  background-image: none;
  background-color: #00bff3;
  background-repeat: no-repeat;
  border: none;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #00a8d1;
  background-position: 0 0;
  border: none;
}

.btn-primary.active,
.btn-primary:active {
  background-color: #265a88;
  border-color: #245580
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #265a88;
  background-image: none
}

.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e
}

.btn-success:focus,
.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px
}

.btn-success.active,
.btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #419641;
  background-image: none
}

.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9
}

.btn-info:focus,
.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px
}

.btn-info.active,
.btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #2aabd2;
  background-image: none
}

.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13
}

.btn-warning:focus,
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px
}

.btn-warning.active,
.btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #eb9316;
  background-image: none
}

.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28
}

.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px
}

.btn-danger.active,
.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #c12e2a;
  background-image: none
}

.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x
}

.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

.navbar-brand,
.navbar-nav>li>a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25)
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-radius: 4px
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
  background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0
}

@media (max-width:767px) {

  .navbar .navbar-nav .open .dropdown-menu>.active>a,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1
}

.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea
}

.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e
}

.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7
}

.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x
}

.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x
}

.panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x
}

.panel-success>.panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x
}

.panel-info>.panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x
}

.panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x
}

.panel-danger>.panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x
}

.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

.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 !important;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block !important;
  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: #fff;
  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
}

.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 #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.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: #fff;
  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: 700;
  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: 700;
  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-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  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 #000 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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  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: #fff
}

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

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  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: #fff;
  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: 700;
  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: #fff;
  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: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, .2);
  content: ''
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
  right: 9px
}

.daterangepicker.opensleft:after {
  right: 10px
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto
}

.daterangepicker.opensright:before {
  left: 9px
}

.daterangepicker.opensright:after {
  left: 10px
}

.daterangepicker.dropup {
  margin-top: -5px
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none
}

.daterangepicker.show-calendar .calendar {
  display: block
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
  border: none
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff
}

.daterangepicker table {
  width: 100%;
  margin: 0
}

.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff
}

.daterangepicker th.month {
  width: auto
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%
}

.daterangepicker select.yearselect {
  width: 40%
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 0 6px 0 28px;
  width: 100%
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px
}

.daterangepicker .daterangepicker_input {
  position: relative
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%
}

.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer
}

.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff
}

.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff
}

@media (min-width:564px) {
  .daterangepicker {
    width: auto
  }

  .daterangepicker .ranges ul {
    width: 160px
  }

  .daterangepicker.single .ranges ul {
    width: 100%
  }

  .daterangepicker.single .calendar.left {
    clear: none
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left
  }

  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .daterangepicker.ltr .calendar.right {
    margin-left: 0
  }

  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right
  }

  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .daterangepicker.rtl .calendar.right {
    margin-right: 0
  }

  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right
  }
}

@media (min-width:730px) {
  .daterangepicker .ranges {
    width: auto
  }

  .daterangepicker.ltr .ranges {
    float: left
  }

  .daterangepicker.rtl .ranges {
    float: right
  }

  .daterangepicker .calendar.left {
    clear: none !important
  }
}

@media (max-width:991px) {

  .form-text,
  .form-textarea,
  .block-superfish select,
  .block-search .form-submit {
    background-image: none
  }
}

html,
body {
  height: 100%
}

body {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px
}

@media (min-width:1199px) {
  body {
    font-size: 14px
  }
}

.themecolor-text {
  color: #2BD2FF
}

a {
  transition: all .3s ease-in-out;
  color: #2BD2FF
}

a:hover {
  text-decoration: none;
  color: #f90 !important
}

a:focus {
  outline: none;
  text-decoration: none
}

blockquote {
  margin: 40px;
  border-left: none;
  padding: 0;
  position: relative
}

blockquote::before {
  content: "\f10d";
  display: block;
  font-size: 30px;
  left: -40px;
  top: 5px;
  position: absolute;
  font-family: fontawesome;
  color: #2BD2FF
}

blockquote p {
  font-size: 14px;
  line-height: 160%;
  font-weight: 400
}

p.blockquote {
  clear: both;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  padding: 30px 35px 10px
}

img {
  height: auto;
  max-width: 100%
}

#pre-header {
  color: #aaa
}

#bottom-content {
  color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%;
  padding: 0;
  margin: 20px 0 10px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #333
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

h1.page-title,
h1.page-title-main {
  font-size: 30px;
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px
}

h2.home-block-title,
.node-type-full-page h1.page-title,
h1.page-title-main {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #2b2b2b;
  text-transform: uppercase;
  position: relative
}

h2.home-block-title:last-child:after {
  display: none
}

h2.home-block-title:after,
h2.block-title:after,
.node-type-full-page h1.page-title:after,
h1.page-title-main:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #2BD2FF;
  float: left;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px
}

@media (max-width:776px) {

  h2.home-block-title,
  h1.page-title,
  h1.node-title {
    font-size: 20px
  }
}

h2.block-title:after {
  left: 0;
  margin-left: 0
}

.region-sidebar-second h2.block-title {
  text-transform: uppercase;
  font-weight: 400
}

#color-background-wrapper h2.home-block-title:after,
.image-background-wrapper h2.home-block-title:after {
  background: #fff
}

#color-background-wrapper h2.home-block-title,
.image-background-wrapper h2.home-block-title,
#color-background-wrapper .home-block-description,
.image-background-wrapper .home-block-description,
#color-background-wrapper .themecolor-text,
.image-background-wrapper .themecolor-text {
  color: #fff
}

.home-block-description {
  font-size: 120%;
  padding-bottom: 30px
}

body.node-type-business h1.page-title,
body.node-type-article h1.page-title {
  display: none
}

h2.block-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #2B2B2B;
  font-size: 20px;
  text-transform: uppercase;
  position: relative
}

#sidebar-first .block h2.block-title:after {
  background: none
}

#sidebar-first .block h2.block-title {
  font-size: 110%;
  text-transform: none;
  margin-bottom: 0
}

#sidebar-first .block ul {
  padding-left: 0
}

#header-top #block-search-form {
  margin: 0;
  float: right
}

#header-top #block-search-form .form-item {
  margin: 0
}

#header-top #block-search-form input.form-text {
  border: none;
  padding: 15px 40px 15px 15px;
  font-size: 13px;
  width: 180px;
  border-radius: 0;
  -webkit-appearance: none;
  min-height: 52px
}

#header-top #block-search-form input.form-text:focus {
  width: 240px;
  background-color: #444;
  color: #fff
}

#block-search-form .form-actions,
.sidebar-search-block .form-actions {
  position: absolute;
  top: 0;
  right: 20px;
  color: #999;
  font-size: 16px
}

.logged-in #block-search-form .form-actions,
.logged-in .sidebar-search-block .form-actions {
  right: 10px
}

#block-search-form .form-actions:after,
.sidebar-search-block .form-actions:after {
  font-family: 'Glyphicons Halflings';
  content: "\e003";
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 0
}

#block-search-form input.form-submit,
.sidebar-search-block input.form-submit {
  background-color: transparent;
  color: #000;
  position: relative;
  z-index: 1;
  height: 52px;
  margin: 0;
  padding: 10px
}

#block-search-form input.form-submit:focus,
.sidebar-search-block input.form-submit:focus,
.sidebar-search-block input.form-submit:hover {
  outline: none;
  background: transparent
}

ul.links {
  padding: 0;
  margin: 0;
  list-style-position: inside
}

ul.links li {
  margin: 0
}

ul.links li a {
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 700
}


div.messages {
  padding: 15px 15px 15px 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-position: 13px 15px
}

div.messages a {
  font-weight: 700
}

div.messages.status {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

div.messages.status a {
  color: #356635
}

div.messages.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1
}

div.messages.error a {
  color: #953b39
}

div.messages.warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc
}

div.messages.warning a {
  color: #a47e3c
}

.credits {
  margin-bottom: 0;
  font-size: .9em
}

article.node-forum {
  background: #fff;
  padding: 0 25px
}

th.active img {
  margin: -4px 0 0 5px
}

#forum table {
  border: 1px solid #eaeaea
}

#forum thead tr {
  border-bottom: 1px solid #eaeaea
}

#forum thead tr th,
#forum thead tr td {
  background: #fff;
  font-weight: 700;
  border: none;
  padding: 11px
}

#forum thead a {
  color: #444
}

#forum tbody tr th,
#forum tbody tr td {
  padding: 25px 25px 25px 15px;
  border: none
}

#forum tr.odd {
  background: #fbfbfb;
  border-bottom: 1px solid #eaeaea
}

#forum tr.even {
  background: #fff;
  border-bottom: 1px solid #eaeaea
}

.node-forum .field-name-body {
  margin: 10px 0
}

.node-forum .field-type-taxonomy-term-reference {
  float: none
}

article.node-forum footer {
  text-align: right;
  margin-bottom: 20px
}

article.node-forum .comment footer {
  margin-bottom: 0
}

article.node-forum .comment {
  padding-bottom: 20px
}

.item-list ul li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 0;
  padding: 15px 0
}

#block-user-login .item-list ul li {
  border-bottom: none;
  padding: 0 0 5px
}

.item-list ul li.first {
  padding-top: 0
}

.item-list ul li.last {
  border-bottom: none
}

ul.pager {
  overflow: hidden;
  padding: 0;
  width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 25px
}

.item-list ul.pager li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none
}

ul.pager li a,
ul.pager li.pager-current {
  background: #fff;
  border: 1px solid #eee;
  padding: 14px 20px;
  display: block;
  margin: 5px 3px 5px 0;
  border-radius: 6px
}

ul.pager li a:hover,
ul.pager li.pager-current {
  background-color: #444;
  border-color: #444;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: all .3s ease-in-out
}

input.form-text,
textarea.form-textarea,
select {
  background-color: #fcfcfc;
  border: 2px solid #eaeaea;
  color: #999;
  font-size: 14px;
  padding: 0 14px;
  width: 100%;
  box-shadow: none;
  border-radius: 0
}

.form-control {
  border-radius: 0
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: none;
  box-shadow: none
}

input.form-text:focus,
textarea.form-textarea:focus {
  background-color: #fff;
  outline: none;
  box-shadow: none
}

.search-form input.form-text {
  width: 70%
}

.dark input.form-text {
  border: none
}

select {
  -webkit-appearance: menulist
}

fieldset {
  padding: 10px;
  margin: 0 2px;
  border: 1px solid #eaeaea;
  clear: left
}

legend {
  border-bottom: none;
  font-size: 14px;
  width: auto;
  margin: 0
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0 3px
}

.nav-tabs {
  margin: 25px 0 15px
}

.panel-group {
  margin: 25px 0
}

.panel-heading a:hover {
  text-decoration: none
}

.toggle-control {
  width: 100%;
  position: relative;
  z-index: 13
}

.toggle-control a,
.toggle-control a:hover {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 18px 19px;
  line-height: 14px;
  cursor: pointer;
  height: 52px
}

.gm-style img {
  max-width: none
}

ul.primary {
  margin: 15px 0;
  padding-left: 40px
}

ul.primary,
ul.primary li a,
ul.primary li.active a {
  border-color: #eaeaea
}

ul.primary li.active a {
  border-bottom: 1px solid #fff
}

#toolbar {
  box-sizing: content-box
}

#toolbar ul.menu {
  width: auto
}

#toolbar ul.menu li {
  background: none
}

.not-logged-in .block-forum .contextual-links-wrapper {
  display: none
}

a.contextual-links-trigger,
#toolbar a,
textarea {
  transition: none
}

.sep-boxed-pricing {
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
  max-width: 1000px
}

.sep-boxed-pricing .column {
  float: left;
  margin-top: 30px;
  overflow: hidden;
  width: 100%
}

.sep-boxed-pricing ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 !important
}

.sep-boxed-pricing ul li {
  list-style: none;
  background: #fff;
  border-color: #ccc;
  border-style: none solid dashed;
  border-width: 0 1px 1px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 99%
}

.sep-boxed-pricing ul li:last-child {
  border-bottom: 1px solid #c9c9c9
}

.sep-boxed-pricing ul li.title-row {
  background: #47d2f8;
  border-color: #47d2f8;
  border-bottom-style: solid;
  color: #fff;
  font-size: 150%
}

.sep-boxed-pricing .column-middle ul li.title-row {
  padding: 30px 0
}

.sep-boxed-pricing ul li.pricing-row {
  background: #2BD2FF;
  border-style: solid;
  border-color: #82e0fa #2BD2FF #2BD2FF;
  border-top-style: solid
}

.sep-boxed-pricing ul li.pricing-row .price {
  line-height: 1;
  color: #fff;
  font-size: 180%
}

.sep-boxed-pricing ul li.pricing-row .time {
  color: #fff
}

.sep-boxed-pricing ul li.footer-row {
  padding: 30px 0;
  border-bottom-style: solid
}

.sep-boxed-pricing ul li.footer-row a.button {
  padding: 10px 20px;
  background: #fafafa;
  border: 1px solid #ccc;
  color: #2BD2FF;
  border-radius: 3px;
  font-size: 120%;
  font-weight: 700
}

.sep-boxed-pricing ul li.footer-row a.button:hover {
  background: #2BD2FF;
  color: #fafafa;
  border: 1px solid #2BD2FF
}

.sep-boxed-pricing .price strong {
  color: #692b19;
  font-size: 28px;
  position: relative;
  top: -20px
}

.sep-boxed-pricing .price em.exact_price {
  display: inline;
  font-size: 75px;
  font-style: normal;
  font-weight: 700
}

.sep-boxed-pricing .price sup {
  font-size: 23px;
  font-weight: 700;
  position: relative;
  top: -24px
}

.sep-boxed-pricing .price em.time {
  font-size: 26px;
  margin-left: 0;
  position: relative;
  top: -2px
}

.sep-boxed-pricing .price-with-decimal em.time {
  margin-left: -18px
}

@media (min-width:991px) {
  .sep-boxed-pricing .column {
    width: auto;
    margin-left: 35px
  }

  .sep-boxed-pricing .column:first-child {
    margin-left: 0
  }

  .sep-boxed-pricing .column.column-middle {
    margin-top: 0
  }

  .sep-boxed-pricing ul li {
    width: 290px;
    font-size: 120%
  }
}

@media (min-width:1199px) {
  .sep-boxed-pricing .column {
    width: auto;
    margin-left: 45px
  }

  .sep-boxed-pricing ul li {
    width: 300px
  }
}

.ui-accordion .ui-accordion-header {
  margin-top: 3px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #f5f5f5;
  border-color: #ddd;
  color: #333;
  font-weight: 500
}

.ui-accordion .ui-accordion-content {
  border-color: #ddd;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  overflow: visible
}

#pre-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  position: absolute;
  background-color: #333
}

.logged-in #pre-header {
  padding-top: 64px
}

#pre-header-inside {
  display: none;
  position: relative;
  z-index: 13;
  padding: 40px 0 0
}

#header-top {
  background-color: #fff;
  border-bottom: 1px solid #EBEBEB
}

#header {
  background-color: #fff;
  position: relative;
  z-index: 10;
  width: 100%
}

#banner-inside {
  padding-top: 60px;
  margin-bottom: 40px
}

#search-wrapper {
  background: #2BD2FF
}

#preface {
  background: #fff;
  padding: 40px 0 20px
}

#slideshow {
  padding: 10px;
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  display: none
}

#top-content {
  background-color: #fff;
  padding: 40px 0 20px
}

#main-menu-wrapper {
  background: #2BD2FF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .4)
}

#content-top-first-wrapper,
#content-top-third-wrapper,
#content-bottom-first-wrapper,
#content-bottom-third-wrapper,
#content-bottom-fifth-wrapper {
  padding: 40px 0 20px
}

#main {
  padding: 0
}

#main-content-list-business {
  background: #f3f3f3
}

#content-top-second-wrapper,
#main-content,
#content-bottom-second-wrapper,
#content-bottom-fourth-wrapper {
  background: #f3f3f3;
  padding: 40px 0 25px
}

#main-content {
  padding: 40px 0 60px
}

#sidebar-second .block {
  background: #fff;
  padding: 25px;
  margin-bottom: 20px
}

#sidebar-second .block.block-adv {
  padding: 0;
  background-color: transparent
}

#sidebar-second .block h2.block-title {
  margin-top: 0;
  font-weight: 600
}

#bottom-content {
  padding: 40px 0 20px
}

#color-background-wrapper {
  padding: 40px 0 20px;
  background: #2BD2FF;
  color: #fff
}


#footer {
  background: #1d1e23;
  color: #999;
  padding: 60px 0 40px
}

@media (min-width:1199px) {

  #content-top-first-wrapper,
  #content-top-second-wrapper,
  #content-top-third-wrapper,
  #content-bottom-first-wrapper,
  #content-bottom-second-wrapper,
  #content-bottom-third-wrapper,
  #content-bottom-fourth-wrapper,
  #content-bottom-fifth-wrapper,
  #color-background-wrapper,
  .image-background-wrapper,
  #bottom-content {
    padding: 60px 0 40px
  }
}

@media (min-width:1199px) {
  #white-background-wrapper {
    padding: 20px 0
  }
}

#footer .block h2.block-title {
  font-weight: 400;
  font-size: 150%;
  color: #fff;
  border-bottom: 1px solid #282a32;
  padding-bottom: 10px
}

#footer .block h2.block-title:after {
  background: none
}

#footer .block h2.home-block-title {
  color: #fff;
  text-transform: none;
  margin-bottom: 50px
}

#footer-sixth {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #282A32
}

#sub-footer {
  background: #111215;
  color: #999;
  text-align: center
}

#sub-footer-inside {
  padding: 30px 0 0
}

.block {
  margin-bottom: 20px
}

#full-width-wrapper .block,
#header-top .block,
#main-navigation .block,
#banner .block {
  margin-bottom: 0
}

#footer h2.block-title {
  color: #fff
}

body.node-type-faq .region-content,
body.page-cart .region-content,
body.page-cart .region-content,
body.page-checkout-review .region-content {
  background: #fff;
  padding: 25px
}

ul.menu {
  margin: 0;
  padding: 0
}

ul.menu li {
  list-style-position: inside;
  padding: 15px 0;
  margin: 0
}

ul.menu li a {
  color: #999;
  font-size: 14px;
  line-height: 150%;
  display: inline-block
}

ul.menu li a:hover,
ul.menu li a.active {
  text-decoration: none
}

ul.menu li.leaf {
  list-style-image: none;
  color: #444
}

ul.menu li.expanded {
  border-bottom: none;
  padding-bottom: 0
}

ul.menu li.expanded ul {
  padding-left: 25px;
  border-top: 1px dashed #ddd;
  margin-top: 15px
}

#logo {
  padding: 30px 0;
  text-align: center;
  z-index: 10;
  max-width: 100%
}

@media (min-width:992px) {
  #logo {
    float: left;
    padding: 30px 0 10px
  }
}

#logo img {
  display: inherit
}

#logo img:hover {
  opacity: .8;
  filter: alpha(opacity=80)
}

#site-name a {
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 10px;
  color: #444;
  display: block
}

#site-name a:hover {
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80)
}

#site-slogan {
  color: #999;
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  margin: 10px 0
}

.navbar {
  margin: 0;
  min-height: 0;
  float: right;
  width: 100%;
  border: none
}

.navbar-toggle {
  border: none;
  cursor: pointer;
  margin: 0 10px;
  padding: 15px;
  right: 50%;
  border-radius: 0;
  color: #fff
}

#main-menu .navbar-toggle {
  margin-right: -60px;
  position: absolute
}

.navbar-collapse {
  padding: 0
}

.navbar-collapse.in {
  overflow: visible
}

#main-navigation {
  float: right;
  width: auto;
  z-index: 300;
  text-align: left;
  white-space: nowrap;
  margin: 0;
  border: none;
  position: relative
}

#main-navigation ul {
  margin: 0;
  list-style: none;
  padding: 20px 0 0;
  padding-right: 0;
  float: left;
  border: none;
  background: none;
  box-shadow: 0 0 0 #888;
  border-radius: 0
}

#main-navigation li {
  float: left;
  list-style: none;
  padding: 0
}

#main-navigation li a,
#main-navigation li span {
  float: left;
  color: #000;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 15px 30px;
  background: none;
  width: 100%
}

#main-navigation ul ul {
  width: auto;
  padding: 0;
  background: #2BD2FF;
  border: 0 solid #6edbf8
}

#main-navigation ul ul li {
  width: 100%;
  border-bottom: 1px solid #6edbf8
}

#main-navigation ul ul li.last {
  border: none
}

#main-navigation ul li.active-trail ul a,
#main-navigation ul li.active-trail ul span.nolink,
#main-navigation ul ul li a,
#main-navigation ul ul li span.nolink {
  padding: 10px 20px;
  border: none;
  text-transform: none;
  color: #fff
}

#main-navigation li .caret {
  display: none
}

#main-navigation li:hover,
#main-navigation li.open,
#main-navigation li.active-trail a,
#main-navigation li.active-trail span.nolink,
#main-navigation li a.active,
#main-navigation li a:hover,
#main-navigation li a.current,
#main-navigation li a.selected,
#main-navigation li span.nolink:hover,
#main-navigation li.active-trail span.nolink,
#main-navigation li span.nolink.selected {
  color: #fff;
  background: #2BD2FF
}

#main-navigation li li.active-trail a,
#main-navigation li li.active-trail span.nolink,
#main-navigation li li a.active,
#main-navigation li li a:hover,
#main-navigation li li a.current,
#main-navigation li li a.selected,
#main-navigation li li span.nolink:hover,
#main-navigation li li.active-trail span.nolink,
#main-navigation li li span.nolink.selected {
  color: #000
}

#main-navigation ul li ul.other {
  position: absolute;
  list-style: none;
  left: 110px;
  top: 0;
  height: 100%;
  min-height: 100%;
  padding: 17px 20px;
  border-left: 1px solid #ccc;
  font-size: 0;
  display: none
}

#main-navigation ul li ul.other li {
  width: auto
}

#main-navigation ul li ul.other li a.selected {
  background: #2b2b2b
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background: none;
  color: #2b2b2b
}

#main-navigation ul#homepage {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  font-size: 0;
  display: block
}

#main-navigation ul#homepage li {
  display: inline-block;
  height: 100%;
  width: auto
}

#main-navigation ul#homepage li a {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding: 17px 20px;
  padding-right: 23px;
  height: 100%;
  font-size: 12px;
  margin: 0
}

#main-navigation ul#homepage li a.selected {
  background: #2b2b2b
}

#block-accordion-menu-1 {
  width: 100%
}

#block-accordion-menu-1 .ui-accordion .ui-accordion-content {
  height: auto !important;
  padding: 0 10px
}

#main-navigation #block-accordion-menu-1 ul,
#main-navigation #block-accordion-menu-1 ul li {
  float: left;
  width: 100%;
  padding: 0
}

#main-navigation #block-accordion-menu-1 ul li a,
#main-navigation #block-accordion-menu-1 ulli span.nolink {
  padding: 5px 10px
}

@media (max-width:767px) {
  .navbar {
    float: left;
    width: 100%;
    clear: left
  }

  .navbar-collapse {
    margin-top: 0;
    position: absolute;
    top: 58px;
    float: left;
    width: 100%;
    background: #2BD2FF;
    z-index: 20;
    border: none;
    padding: 0 15px
  }

  #main-navigation {
    float: left;
    text-align: left;
    width: 100%
  }

  #main-menu {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    float: left
  }

  #main-navigation ul li {
    width: 100%;
    border-top: none
  }

  #main-navigation li a,
  #main-navigation li span {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, .5)
  }

  #main-navigation li:hover,
  #main-navigation li.open,
  #main-navigation li.active-trail a,
  #main-navigation li.active-trail span,
  #main-navigation li a.active,
  #main-navigation li a:hover,
  #main-navigation li a.current,
  #main-navigation li a.selected,
  #main-navigation li span:hover,
  #main-navigation li.active-trail span,
  #main-navigation li span.selected {
    color: #fff !important;
    background: none !important
  }

  #main-navigation li a.mean-expand {
    border: none !important;
    padding: 8px !important;
    width: auto
  }

  #main-navigation li span span,
  #main-navigation li a span {
    padding: 0;
    border: none
  }

  #main-navigation ul ul {
    background: none !important;
    padding-bottom: 10px
  }

  #main-navigation ul ul li {
    border: none !important
  }

  #main-navigation ul li.active-trail ul a,
  #main-navigation ul li.active-trail ul span,
  #main-navigation ul ul li a,
  #main-navigation ul ul li span {
    color: #000
  }

  #main-navigation li li.active-trail a,
  #main-navigation li li.active-trail span.nolink,
  #main-navigation li li a.active,
  #main-navigation li li a:hover,
  #main-navigation li li a.current,
  #main-navigation li li a.selected,
  #main-navigation li li span.nolink:hover,
  #main-navigation li li.active-trail span.nolink,
  #main-navigation li li span.nolink.selected {
    color: #fff
  }
}

@media (min-width:1199px) {

  #main-navigation li a,
  #main-navigation li span.nolink {
    padding: 20px 25px 30px
  }
}

#header-top-left .block-menu {
  margin: 0;
  padding: 0
}

#header-top-left .block-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: center
}

#header-top-left .block-menu ul.menu li {
  display: inline-block;
  border-left: 1px solid #ebebeb;
  padding: 7px 0;
  margin: 0
}

#header-top-left .block-menu ul.menu li.last {
  border-right: 1px solid #ebebeb
}

#header-top-left .block-menu ul.menu li a:before {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "fontawesome"
}

#header-top-left .block-menu ul.menu li a#item-menu-user-login:before {
  content: "\f090"
}

#header-top-left .block-menu ul.menu li a#item-menu-user-logout:before {
  content: "\f08b"
}

#header-top-left .block-menu ul.menu li a#item-menu-user-my-listing:before {
  content: "\f115"
}

#header-top-left .block-menu ul.menu li a#item-menu-user-myaccount:before {
  content: "\f007"
}

#header-top-left .block-menu ul.menu li a#item-menu-user-register:before {
  content: "\f040"
}

#header-top-left .block-menu ul.menu li a#item-menu-user-my-review:before {
  content: "\f123"
}

#header-top-left .block-menu ul.menu li a {
  color: #000;
  padding: 0 10px;
  font-size: 90%;
  position: relative
}

#header-top-left .block-menu ul.menu li a:hover,
#header-top-left .block-menu ul.menu li a.active {
  background: none;
  color: #2BD2FF
}

@media (min-width:992px) {
  #header-top-left .block-menu ul.menu {
    text-align: left
  }
}

.node-type-page article.node {
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px
}

.node-type-page article.node.node-basic-page {
  background-color: none;
  margin-bottom: 0;
  padding: 0
}

.node-type-full-page h1.page-title {
  text-align: center
}

.node-type-page article#node-21,
.node-type-page article#node-13 {
  padding: 0;
  margin: 0
}

.node header h2 a:hover {
  text-decoration: none
}

.node .content,
#comments,
.page-contact #content-wrapper {
  padding: 0
}

.node header {
  padding: 0
}

.node.node-article footer ul.link {
  float: right
}

.field-name-field-image {
  margin: 0
}

.node .user-signature {
  font-size: 12px;
  padding: 0
}

.submitted .glyphicon {
  top: 0
}

#comments {
  margin: 1.5em 0
}

#comments h2.title {
  margin-bottom: 1.3333em;
  margin-top: 30px
}

.comment {
  padding: 0 0 10px;
  position: relative;
  margin-left: 120px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #eee
}

article.comment footer time {
  color: #aaa;
  font-style: italic;
  padding-bottom: 5px
}

article.comment footer span.comment-author a {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 120%
}

.comment-preview {
  background-color: #ffffea
}

article.comment h3 {
  margin: 0 10px 10px 0;
  float: left;
  font-size: 110%;
  font-weight: 700
}

article.comment h3 a {
  color: #333
}

article.comment h3 a:hover {
  color: #e6624d
}

.new {
  color: #fff;
  background: #ccc;
  margin-right: 10px;
  text-transform: none
}

.comments div.indented {
  margin-left: 70px
}

.comment-author {
  position: absolute;
  top: 0;
  left: -120px;
  float: left;
  width: 100px;
  text-align: center
}

.comment .user-picture {
  float: left;
  width: 100px;
  margin: 0;
  max-width: 100px;
  padding: 0 0 10px
}

.comment .user-picture img {
  width: 100px
}

.comment .comment-body {
  margin-top: 0
}

.view-reviews .views-field-field-photos,
.comment-content .field-name-field-photos {
  padding-top: 20px
}

.comment nav.comment-links {
  text-align: right
}

.comment ul.links {
  margin: 10px 0;
  text-align: right
}

.comment-links ul li a {
  background: none;
  color: #aaa;
  border: none;
  border-right: 1px solid #e8e8e8;
  line-height: 1.2;
  padding: 0 10px;
  margin: 0;
  text-shadow: none;
  border-radius: 0;
  float: right;
  font-weight: 400;
  font-size: 100%
}

.comment-links ul li a:hover {
  color: #e6624d;
  background: none
}

.comment-links ul li span {
  padding-bottom: 10px;
  float: right;
  color: #aaa;
  font-size: 100%
}

.comment-links ul li span a {
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1.714;
  display: inline;
  color: #e6624d;
  vertical-align: top
}

.indented {
  margin-left: 90px
}

#comment-form label {
  top: 5px;
  left: 10px;
  font-weight: 400
}

#comment-form #edit-author--2 label {
  position: relative;
  top: 0;
  left: 0
}

#comment-form #edit-actions,
#comment-form #edit-comment-body {
  float: left;
  width: 100%
}

.comment .field-name-field-rating {
  float: left;
  margin: 3px 0
}

.comment .submitted {
  float: left;
  margin: 0 0 10px
}

.comment .field-name-field-rating .form-group {
  margin: 0
}

.comment .field-name-field-rating .fivestar-default {
  padding-top: 2px
}

.comment .field-name-field-rating .fivestar-default,
.comment .field-name-field-rating .fivestar-summary {
  float: left
}

.comment .field-name-field-rating .help-block {
  display: none
}

#comment-form .form-item-field-photos-und-0 button {
  margin-top: 20px
}

@media (max-width:767px) {
  .comment-author {
    display: none
  }

  .comment {
    margin-left: 0
  }
}

div.fivestar-widget .star,
div.fivestar-widget .star adiv.fivestar-widget-static .star span.on,
div.fivestar-widget-static .star,
div.fivestar-widget-static .star span.off,
div.fivestar-widget .star,
div.fivestar-widget .star a,
div.fivestar-widget-static .star span.on,
div.fivestar-widget-static .star,

div.fivestar-widget-static .star span.on,
div.fivestar-widget-static .star span.off,
div.fivestar-widget-static .star span.on,
div.fivestar-widget-static .star span.off {
  float: left
}

div.fivestar-widget div.on a,
div.fivestar-widget div.hover a,
.view-business-detail-header div.fivestar-widget .star,
.view-business-detail-header div.fivestar-widget .star a.view-business-detail-header div.fivestar-widget-static .star span.on,
.view-business-detail-header div.fivestar-widget-static .star,
.view-business-detail-header div.fivestar-widget-static .star span.off,
.view-business-detail-header div.fivestar-widget .star,
.view-business-detail-header div.fivestar-widget .star a,
.view-business-detail-header div.fivestar-widget-static .star span.on,
.view-business-detail-header div.fivestar-widget-static .star,

.view-business-detail-header div.fivestar-widget .cancel,
.view-business-detail-header div.fivestar-widget .star {
  width: 24px;
  height: 24px;
  margin-right: 3px
}

.view-business-detail-header div.fivestar-widget .cancel,

.view-business-detail-header div.fivestar-widget .star,

.view-business-detail-header div.fivestar-widget div.on a {
  background-position: 0 -24px
}

.view-business-detail-header div.fivestar-widget div.hover a,
.view-business-detail-header div.rating div a:hover {
  background-position: 0 -48px
}

body.page-reviews #content-wrapper {
  background: #fff;
  padding: 20px
}

.page-my-reviews .view-reviews {
  background: #fff;
  padding: 20px
}

#block-views-reviews-block-1 {
  background: #fff;
  padding: 0 20px 20px;
  margin-bottom: 20px
}

.view-reviews .views-row {
  margin-bottom: 20px
}

.view-reviews .views-row-inner {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 20px 20px 120px;
  border-bottom: 1px solid #eee
}

.view-reviews .views-row-last .views-row-inner {
  border-bottom: none;
  padding-bottom: 0
}

.view-reviews .views-row-inner .views-field-name {
  padding-bottom: 10px;
  font-weight: 500;
  color: #444
}

.view-reviews .views-row-inner .views-field-name a.username {
  text-transform: uppercase
}

.view-reviews .views-row-inner .views-field-picture,
.view-reviews .views-row-inner .views-field-field-image {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100px;
  max-width: 100px
}

.view-reviews .views-row-inner .views-field-picture img,
.view-reviews .views-row-inner .views-field-field-image img {
  width: 100px
}

.view-reviews .views-row-inner .fivestar-average-stars {
  float: left;
  padding-right: 5px
}

.view-reviews .views-row-inner .fivestar-static-item {
  padding-top: 5px
}

.view-reviews .views-row-inner .views-field-comment-body {
  clear: left
}

.view-reviews .views-row-inner .views-field-field-photos img {
  display: inline
}

@media (max-width:767px) {
  .view-reviews .views-row-inner {
    padding-left: 0
  }

  .view-reviews .views-row-inner .views-field-picture,
  .view-reviews .views-row-inner .views-field-field-image {
    display: none
  }
}

#block-views-exp-list-indexed-business-page,
#block-views-exp-map-list-business-page-1 {
  padding: 15px 0;
  margin: 0
}

#block-views-exp-list-indexed-business-page h2.block-title,
#block-views-exp-map-list-business-page-1 h2.block-title {
  float: left;
  color: #fff;
  margin: 0 20px 0 0;
  padding: 13px 20px 13px 0;
  position: relative;
  background: #2BD2FF;
  border-right: 1px solid #6edbf8
}

#block-views-exp-list-indexed-business-page h2.block-title:after,
#block-views-exp-list-indexed-business-page h2.block-title:before,
#block-views-exp-map-list-business-page-1 h2.block-title:after,
#block-views-exp-map-list-business-page-1 h2.block-title:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  background: none;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

#block-views-exp-list-indexed-business-page h2.block-title:after,
#block-views-exp-map-list-business-page-1 h2.block-title:after {
  border-color: rgba(0, 191, 243, 0);
  border-left-color: #2BD2FF;
  border-width: 4px;
  margin-top: -4px
}

#block-views-exp-list-indexed-business-page h2.block-title:before,
#block-views-exp-map-list-business-page-1 h2.block-title:before {
  border-color: rgba(110, 219, 248, 0);
  border-left-color: #6edbf8;
  border-width: 5px;
  margin-top: -5px
}

#views-exposed-form-list-indexed-business-page .form-item-search-api-views-fulltext:before,
#views-exposed-form-list-indexed-business-page .form-item-field-category:before,
#views-exposed-form-list-indexed-business-page .form-item-field-location-taxonomize-terms-parents-all:before,
#views-exposed-form-map-list-business-page-1 .form-item-title:before,
#views-exposed-form-map-list-business-page-1 .form-item-field-category-tid:before,
#views-exposed-form-map-list-business-page-1 .form-item-field-location-taxonomize-terms-parents-all:before {
  font-family: fontawesome;
  color: #000;
  position: absolute;
  top: 9px;
  left: 10px;
  display: inline-block;
  z-index: 2
}

#views-exposed-form-list-indexed-business-page .form-item-search-api-views-fulltext:before,
#views-exposed-form-map-list-business-page-1 .form-item-title:before {
  content: "\f040"
}

#views-exposed-form-list-indexed-business-page .form-item-field-category:before,
#views-exposed-form-map-list-business-page-1 .form-item-field-category-tid:before {
  content: "\f0e8"
}

#views-exposed-form-list-indexed-business-page .form-item-field-location-taxonomize-terms-parents-all:before,
#views-exposed-form-map-list-business-page-1 .form-item-field-location-taxonomize-terms-parents-all:before {
  content: "\f041"
}

#views-exposed-form-list-indexed-business-page .form-item-field-category,
#views-exposed-form-list-indexed-business-page .form-item-field-location-taxonomize-terms-parents-all {
  background: #fff;
  border: 1px solid #ccc
}

#views-exposed-form-list-indexed-business-page .form-item-search-api-views-fulltext .input-group-addon {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 2;
  border: none
}

#views-exposed-form-list-indexed-business-page .form-item-search-api-views-fulltext,
#views-exposed-form-list-indexed-business-page .form-item-field-category,
#views-exposed-form-list-indexed-business-page .form-item-field-location-taxonomize-terms-parents-all,
#views-exposed-form-map-list-business-page-1 .form-item-title,
#views-exposed-form-map-list-business-page-1 .form-item-field-category-tid,
#views-exposed-form-map-list-business-page-1 .form-item-field-location-taxonomize-terms-parents-all {
  position: relative
}

#views-exposed-form-list-indexed-business-page #edit-search-api-views-fulltext,
#views-exposed-form-map-list-business-page-1 #edit-title {
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding-left: 25px
}

#views-exposed-form-list-indexed-business-page #edit-search-api-views-fulltext-wrapper .form-autocomplete .glyphicon {
  font-size: 100%
}

#views-exposed-form-list-indexed-business-page .form-select,
#views-exposed-form-map-list-business-page-1 .form-select {
  height: 40px;
  line-height: 40px;
  padding: 9px 0 9px 30px;
  position: relative;
  text-indent: 0;
  border: none;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .075)
}

#views-exposed-form-list-indexed-business-page .form-select option,
#views-exposed-form-map-list-business-page-1 .form-select option {
  padding: 3px 0 3px 25px
}

#views-exposed-form-list-indexed-business-page .form-type-select,
#views-exposed-form-map-list-business-page-1 .form-type-select {
  position: relative
}

#views-exposed-form-list-indexed-business-page .form-type-select:after,
#views-exposed-form-map-list-business-page-1 .form-type-select:after {
  background: #fff;
  content: "";
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 22px
}

#views-exposed-form-list-indexed-business-page a.chosen-single,
#views-exposed-form-map-list-business-page-1 a.chosen-single {
  background: none;
  border: none;
  box-shadow: 0 0 0 0 #fff
}

#views-exposed-form-list-indexed-business-page .views-submit-button,
#views-exposed-form-map-list-business-page-1 .views-submit-button {
  padding-right: 0
}

#views-exposed-form-list-indexed-business-page .form-submit,
#views-exposed-form-map-list-business-page-1 .form-submit {
  margin-top: 0;
  padding: 8px 30px;
  background: #ffde00;
  border-color: #ffde00;
  color: #333;
  min-width: 200px;
}

@media (max-width:991px) {

  #block-views-exp-list-indexed-business-page h2.block-title,
  #block-views-exp-map-list-business-page-1 h2.block-title {
    display: none
  }
}

@media (min-width:991px) {

  #views-exposed-form-list-indexed-business-page #edit-search-api-views-fulltext,
  #views-exposed-form-list-indexed-business-page .form-select,
  #views-exposed-form-map-list-business-page-1 #edit-title,
  #views-exposed-form-map-list-business-page-1 .form-select {
    width: 170px
  }
}

@media (min-width:1199px) {

  #block-views-exp-list-indexed-business-page h2.block-title,
  #block-views-exp-map-list-business-page-1 h2.block-title {
    margin-right: -20px;
    padding-right: 20px
  }

  #views-exposed-form-list-indexed-business-page .views-exposed-form .views-exposed-widget,
  #views-exposed-form-map-list-business-page-1 .views-exposed-form .views-exposed-widget {
    padding-right: 20px
  }

  #views-exposed-form-list-indexed-business-page .views-exposed-form .views-exposed-widget.views-submit-button,
  #views-exposed-form-map-list-business-page-1 .views-exposed-form .views-exposed-widget.views-submit-button {
    padding-right: 0
  }

  #views-exposed-form-list-indexed-business-page #edit-search-api-views-fulltext,
  #views-exposed-form-map-list-business-page-1 #edit-title {
    width: 300px
  }

  #views-exposed-form-list-indexed-business-page .form-select,
  #views-exposed-form-map-list-business-page-1 .form-select {
    width: 200px
  }
}

@media (max-width:776px) {
  .view-map-list-business .leaflet-container {
    max-height: 300px
  }

  #views-exposed-form-list-indexed-business-page #edit-search-api-views-fulltext,
  #views-exposed-form-list-indexed-business-page .form-select,
  #views-exposed-form-map-list-business-page-1 #edit-title,
  #views-exposed-form-map-list-business-page-1 .form-select {
    width: 290px
  }

  #views-exposed-form-list-indexed-business-page .form-item-field-category:before,
  #views-exposed-form-list-indexed-business-page .form-item-field-location:before#views-exposed-form-map-list-business-page-1 .form-item-field-category-tid:before,
  #views-exposed-form-map-list-business-page-1 .form-item-field-location-tid:before,
  #views-exposed-form-map-list-business-page-1 .form-item-field-location-taxonomize-terms-parents-all:before {
    display: none
  }

  #views-exposed-form-list-indexed-business-page .form-submit,
  #views-exposed-form-map-list-business-page-1 .form-submit {
    width: 290px;
    padding: 0;
    height: 38px
  }

  #block-views-exp-list-indexed-business-page .views-exposed-form {
    float: left;
    width: 100%
  }

  #block-views-exp-list-indexed-business-page .views-exposed-widgets {
    width: 290px;
    margin: 0 auto
  }
}

.leaflet-top,
.leaflet-bottom {
  z-index: 1
}

.view-list-business {
  margin-left: -15px;
  margin-right: -15px
}

.view-list-business .views-row {
  margin-bottom: 30px
}

.view-list-business.view-list-business-list .views-row {
  float: left;
  width: 100%
}

.view-list-business.view-list-business-grid .views-row:nth-child(3n+1) {
  clear: left
}

.view-list-business .views-row .views-row-inner {
  background: #fff
}

.view-list-business.view-list-business-list .views-row .views-row-inner {
  height: 100%;
  float: left
}

.view-list-business .views-row .views-row-inner:hover {
  box-shadow: 0 0 3px 3px #aaa
}

.view-list-business .views-row .views-row-inner .views-field {
  margin: 0 20px
}

.view-list-business .views-row .views-row-inner .views-field.views-field-field-rating {
  margin-bottom: 10px
}

@media (min-width:992px) {

  .view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-field-image,
  .view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-body,
  .view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-field-website {
    float: left;
    width: 30%;
    margin: 0
  }

  .view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-body {
    padding-top: 20px
  }

  .view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-field-website {
    float: right;
    padding-top: 20px
  }
}

@media (min-width:1200px) {
  .view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-field-image {
    width: 25%
  }

  .view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-body {
    width: 35%
  }
}

.view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-field-image,
.view-list-business.view-list-business-list .views-row .views-row-inner .views-field.views-field-body {
  margin-right: 20px
}

.view-list-business .views-row .views-row-inner .views-field.views-field-field-image {
  margin: 0 0 20px;
  overflow: hidden
}

.view-list-business .views-row .views-row-inner .views-field.views-field-field-image img {
  text-decoration: none;
  display: block;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms
}

.view-list-business .views-row .views-row-inner:hover .views-field.views-field-field-image a img {
  -webkit-transform: scale(1.05, 1.07);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1.05, 1.07);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  position: relative;
  z-index: 99
}

.view-list-business .views-row .views-row-inner .views-field.views-field-title,
.view-list-business .views-row .views-row-inner .views-field .field-title {
  font-size: 120%;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500
}

.view-list-business .views-row .views-field-field-address,
.view-list-business .views-row .views-field-nothing,
.view-list-business .views-row .views-field-field-phone,
.view-list-business .views-row .views-field-field-website {
  border-top: 1px solid #eee;
  padding: 10px 0
}

.view-list-business .views-row .field-address,
.view-list-business .views-row .field-telephone,
.view-list-business .views-row .field-website {
  border-bottom: 1px solid #eee;
  padding: 10px 0
}

.view-list-business.view-list-business-list .views-row .views-field-field-website {
  border-top: none
}

.view-list-business .views-row .views-field-field-address i,
.view-list-business .views-row .views-field-nothing i,
.view-list-business .views-row .views-field-field-phone i,
.view-list-business .views-row .views-field-field-website i {
  width: 25px;
  color: #2BD2FF
}

.view-map-list-business {
  margin: 0
}

.view-map-list-business .attachment {
  padding: 0 0 30px
}

.page-list-indexed-business h1.page-title {
  display: none
}

.view-list-indexed-business .attachment {
  margin-bottom: 20px
}

.view-list-indexed-business .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px
}

.view-list-indexed-business .views-row .views-row-inner {
  padding: 20px;
  background: #fff
}

.view-list-indexed-business .views-field-field-image {
  float: right
}

.view-list-indexed-business .views-field-title {
  float: left;
  width: 100%;
  padding-bottom: 10px
}

.view-list-indexed-business .views-field-title .field-title {
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 120%;
  font-weight: 500;
  float: left;
  padding-right: 10px
}

.view-list-indexed-business .fivestar-average-stars {
  height: 20px;
  width: 100px;
  float: left;
  padding-top: 6px
}

.view-list-indexed-business .views-field-field-location {
  clear: left
}

.view-list-indexed-business .views-field-field-phone {
  padding-top: 20px
}

.view-list-indexed-business .views-field-field-phone .field-content {
  border: 1px solid #dedede;
  padding: 5px 10px
}

.view-list-indexed-business .views-field-field-phone .field-content:hover {
  background: #dedede
}

.view-list-indexed-business .views-field-field-location a,
.view-list-indexed-business .views-field-field-category a,
.view-list-indexed-business .views-field-field-location-taxonomize-terms-location-taxonomize-longname {
  color: #333
}

.view-list-indexed-business .views-field-field-address,
.view-list-indexed-business .views-field-field-postaladdress-postal-code,
.view-list-indexed-business .views-field-field-price-range,
.view-list-indexed-business .views-field-field-tags a {
  color: #999
}

#block-system-main article.node-business {
  background: #fff;
  padding: 25px
}

.view-business-detail-header {
  background: #fff;
  border-bottom: 1px solid #eee
}

.business-detail-header {
  min-height: 300px;
  position: relative
}

.business-detail-header .field-photo {
  text-align: center
}

.business-detail-header .field-photo img {
  display: inline
}

.business-detail-header-text {
  color: #fff
}

.business-detail-header-text .container .row {
  position: relative
}

.business-detail-header-text .field-title {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  font-size: 300%;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2
}

.business-detail-header-text .field-address,
.business-detail-header-text .field-phone,
.business-detail-header-text .field-website {
  font-size: 110%;
  padding-bottom: 5px
}

.business-detail-header-text .field-phone {
  margin-bottom: 30px
}

.business-detail-header-text .field-phone,
.business-detail-header-text .field-website {
  display: inline-block
}

.business-detail-header-text .field-website {
  padding-left: 25px
}

.business-detail-header-text span.glyphicon {
  width: 20px
}

.business-detail-header-text .field-map {
  z-index: 1;
  border: 1px solid #aaa;
  background: #fff;
  padding: 5px
}

.business-detail-header-text .field-website a,
.business-detail-header-text .field-phone a {
  color: #fff
}

@media (max-width:767px) {
  .business-detail-header-text #leaflet-map {
    max-height: 200px
  }
}

@media (min-width:992px) {
  .business-detail-header-text {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    float: left;
    width: 100%;
    height: 100%;
    box-shadow: 0 -100px 250px rgba(0, 0, 0, .7) inset;
    -moz-box-shadow: 0 -100px 250px rgba(0, 0, 0, .7) inset;
    -webkit-box-shadow: 0 -100px 250px rgba(0, 0, 0, .7) inset
  }

  .business-detail-header-text .field-website a {
    color: #fff
  }

  .business-detail-header-text-inner {
    position: absolute;
    bottom: 30px;
    width: 100%
  }

  .business-detail-header-text .field-phone {
    margin-bottom: 0
  }

  .business-detail-header-text .field-map {
    position: absolute;
    bottom: -80px;
    right: 0;
    float: right
  }
}

.business-detail-review {
  padding: 10px 0
}

.business-detail-review .fivestar-widget,
.business-detail-review .field-rating,
.business-detail-review .field-write-comment {
  float: left
}

.business-detail-review .field-write-comment a {
  color: #fff
}

.business-detail-review .field-rating {
  padding-top: 7px
}

.business-detail-review .field-rating .form-group {
  margin: 0
}

.business-detail-review .fivestar-widget,
.business-detail-review .field-rating .fivestar-default {
  float: left;
  padding-right: 20px
}

.business-detail-review .field-rating .fivestar-summary {
  float: left;
  padding: 2px 0 0
}

.business-detail-review .field-rating .help-block {
  display: none
}

.business-detail-review .field-write-comment {
  padding-top: 0;
  margin-left: 20px
}

.node-business .content .field {
  padding: 15px 0 15px 70px;
  border-bottom: 1px solid #F8F8F8;
  position: relative
}

.node-business .content .field .field-label {
  font-family: 'Raleway', sans-serif;
  padding-bottom: 10px;
  color: #2BD2FF
}

.node-business .content .field.field-name-field-share-this {
  padding-left: 0
}

.node-business .content .field.field-name-field-share-this .field-label {
  color: #2b2b2b;
  padding: 0
}

.leaflet-clickable {
  position: absolute
}

.marker-cluster {
  border-radius: 30px;
  width: 60px !important;
  height: 60px !important
}

.marker-cluster div {
  width: 50px;
  height: 50px;
  border-radius: 25px
}

.marker-cluster span {
  line-height: 50px;
  font-size: 150%
}

.leaflet-tagged-marker i {
  font-family: FontAwesome;
  color: #000;
  top: -67px;
  font-size: 20px
}

.leaflet-popup-content {
  text-align: center;
  min-width: 200px
}

.leaflet-popup-content a {
  font-family: 'Raleway', sans-serif;
  font-size: 120%
}

.leaflet-popup-content img {
  margin: 5px 0;
  width: 100%;
  float: left
}

.leaflet-popup-content br {
  line-height: 0
}

.node-business .content .field.field-name-body:before,
.node-business .content .field.field-name-field-website:before,
.node-business .content .field.field-name-field-open-time:before,
.node-business .content .field.field-name-field-price-range:before,
.node-business .content .field.field-name-field-highlights:before,
.node-business .content .field.field-name-field-location:before,
.node-business .content .field.field-name-field-photos:before,
.node-business .content .field.field-name-field-tags:before,
.node-business .content .field.field-name-field-category:before,
.node-business .content .field.field-name-field-file:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 180%;
  float: left;
  position: absolute;
  left: 0;
  background: #2BD2FF;
  color: #fff;
  padding: 8px 0;
  width: 40px;
  text-align: center
}

.node-business .content .field.field-name-body:before {
  content: "\f044"
}

.node-business .content .field.field-name-field-website:before {
  content: "\f03e"
}

.node-business .content .field.field-name-field-open-time:before {
  content: "\f017"
}

.node-business .content .field.field-name-field-price-range:before {
  content: "\f155"
}

.node-business .content .field.field-name-field-highlights:before {
  content: "\f0eb"
}

.node-business .content .field.field-name-field-location:before {
  content: "\f015"
}

.node-business .content .field.field-name-field-photos:before {
  content: "\f03e"
}

.node-business .content .field.field-name-field-tags:before {
  content: "\f02c"
}

.node-business .content .field.field-name-field-category:before {
  content: "\f02d"
}

.node-business .content .field.field-name-field-file:before {
  content: "\f016"
}

.field-name-field-highlights .field-items .field-item,
.field-name-field-photos .field-items .field-item,
.field-name-field-website .field-items .field-item,
.field-name-field-tags .field-items .field-item {
  display: inline-block;
  padding: 0 10px 0 0
}

.field-name-field-photos .field-items .field-item {
  padding: 0 20px 0 0
}

.field-name-field-photos .field-items .field-item img {
  width: 100px
}

.node-business footer {
  padding-top: 20px
}

fieldset.group-purchase-options {
  background: #2BD2FF;
  color: #fff
}

fieldset.group-purchase-options legend {
  background: #fff;
  font-size: 150%;
  font-weight: 700
}

#edit-field-commerce-node-checkout-val {
  display: none
}

select[multiple],
select[size] {
  -webkit-appearance: menulist-button;
  height: auto
}

.view-list-business.block-similar-business .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #eee;
  margin-bottom: 20px
}

.view-list-business.block-similar-business .views-row-last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.view-list-business.block-similar-business .views-row .views-row-inner {
  padding: 0 0 20px;
  position: relative
}

.view-list-business.block-similar-business .views-row .views-row-inner:hover {
  box-shadow: none
}

.view-list-business.block-similar-business .views-row .views-row-inner .views-field {
  margin: 0
}

.view-list-business.block-similar-business .views-row .views-row-inner .views-field-field-image {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  width: 100px;
  margin-right: 10px
}

.view-list-business.block-similar-business .views-row .views-row-inner .views-field.views-field-field-image img {
  text-decoration: none;
  display: block;
  margin: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: none;
  -webkit-transition-duration: 0;
  -moz-transform: scale(1);
  -moz-transition-timing-function: none;
  -moz-transition-duration: 0
}

.view-list-business.block-similar-business .views-row .views-row-inner:hover .views-field.views-field-field-image a img {
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: none;
  -webkit-transition-duration: 0;
  -moz-transform: scale(1);
  -moz-transition-timing-function: none;
  -moz-transition-duration: 0;
  position: relative;
  z-index: 99
}

.view-list-business.block-similar-business .views-row .views-row-inner .views-field-title {
  padding-bottom: 0;
  font-size: 100%
}

.node-business .field-name-field-events>.field-label:after {
  background: none repeat scroll 0 0 #2BD2FF;
  bottom: 0;
  content: "";
  float: left;
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px
}

.node-business .content .field.field-name-field-events>.field-label {
  color: #2b2b2b;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600
}

.node-business .content .field-collection-container .field-collection-view {
  margin: 0;
  border-bottom: 1px solid #f8f8f8
}

.node-business .content .field-collection-container .field {
  border: none;
  padding: 0
}

.node-business .content .field-collection-container .entity-field-collection-item {
  position: relative
}


.views-field-field-event-subtitle {
  left: 10px
}

.node-business .content .field-collection-container .field.field-name-field-event-image {
  float: left;
  padding-right: 20px
}

.node-business .content .field-collection-container .field.field-name-field-event-title {
  color: #2BD2FF;
  font-family: "Raleway", sans-serif;
  font-size: 150%;
  font-weight: 500;
  padding-bottom: 10px
}

.node-business .content .field-collection-container .field.field-name-field-event-date .field-items {
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px
}

@media (max-width:767px) {
  .node-business .content .field-collection-container .field.field-name-field-event-image {
    width: 100%;
    padding-right: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .node-business .content .field-collection-container .field.field-name-field-event-image {
    width: 100px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .node-business .content .field-collection-container .field.field-name-field-event-image {
    width: 220px
  }
}

@media (min-width:1200px) {
  .node-business .content .field-collection-container .field.field-name-field-event-image {
    width: 280px
  }
}

.view-events .view-filters {
  float: left;
  width: 100%;
  margin-bottom: 20px
}

.view-events #views-exposed-form-events-page {
  float: right;
  width: auto
}

.view-events .views-exposed-form label {
  padding-right: 10px;
  padding-top: 5px
}

.view-events .views-exposed-form label,
.view-events .views-widget {
  float: left
}

.view-events .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0;
  padding: 5px 10px
}

.view-events .views-row {
  margin: 0 0 20px
}

.view-events .views-row .views-row-inner {
  background: #fff
}

.view-events .views-field-field-event-title {
  padding: 20px 15px;
  font-size: 120%;
  border-bottom: 1px solid #f3f3f3
}

.view-events .views-field-field-event-date {
  padding: 10px 15px;
  border-bottom: 1px solid #f3f3f3
}

.view-events .views-field-title {
  padding: 10px 15px
}

.view-events .extra-content:before {
  display: none
}

.view-events .extra-content:after {
  height: 100%;
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.view-events .views-field-field-event-image {
  padding: 0;
  position: relative;
  overflow: hidden
}

.view-events .views-field-field-event-image img {
  transition: all .4s ease-in-out .5s
}

.view-events .views-field-field-event-image .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .3s ease-in .4s
}

.view-events .views-field-field-event-image .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  transition: all .3s ease-in-out .1s;
  padding: 0 15px
}

.view-events .views-field-field-event-image.hover img {
  transition-delay: 0
}

.view-events .views-field-field-event-image.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition-delay: 0
}

.view-events .views-field-field-event-image.hover .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: .1s
}

.block-events .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 80px 0 0;
  height: 680px;
  width: 100%
}

.block-events .jcarousel-skin-default .jcarousel-item {
  height: 600px;
  width: 290px;
  border: none;
  margin: 0;
  position: relative;
  margin: 0 15px 0 5px;
  background: none;
  overflow: visible
}

.block-events .jcarousel-skin-default .jcarousel-prev-horizontal:before,
.block-events .jcarousel-skin-default .jcarousel-next-horizontal:before {
  line-height: 42px
}

.block-events .jcarousel-skin-default .jcarousel-prev-horizontal {
  top: 0;
  left: 50%;
  margin-left: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px
}

.block-events .jcarousel-skin-default .jcarousel-next-horizontal {
  top: 0;
  left: 50%;
  margin-right: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px
}

.block-events .row-item {
  position: relative;
  margin-bottom: 20px
}

.block-events.view-events .views-field-field-event-subtitle {
  left: -5px
}

.block-events.view-events .views-field-field-event-title {
  font-family: 'Raleway', sans-serif;
  padding: 10px 0;
  font-weight: 500;
  font-size: 120%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 191, 243, .8);
  width: 100%
}

.block-events.view-events .views-field-field-event-title a {
  color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
  .block-events .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 540px
  }

  .block-events .jcarousel-skin-default .jcarousel-item {
    height: 460px;
    width: 220px
  }
}

@media (min-width:1199px) {
  .block-events .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 640px
  }

  .block-events .jcarousel-skin-default .jcarousel-item {
    height: 560px;
    width: 270px
  }
}

.list-categories h5,
.list-categories p {
  padding-left: 55px
}

.list-categories .icon {
  font-size: 120%;
  left: 15px;
  position: absolute;
  top: 20px;
  padding: 10px;
  background: #2BD2FF;
  color: #fff
}

.view-categories {
  margin-left: -15px;
  margin-right: -15px
}

.view-categories .views-row {
  margin-bottom: 30px;
  overflow: hidden
}

#block-views-categories .view-categories .views-row {
  height: auto;
  overflow: hidden
}

.view-categories ul {
  margin: 0 0 0 15px;
  padding: 0
}

.view-categories li.views-row {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none
}

.view-categories.block-sub-categories li.views-row {
  float: right;
  margin-left: 20px
}

.view-categories.block-sub-categories li.views-row a {
  color: #fff
}

.view-categories .views-row .views-row-inner {
  background: #fff;
  color: #000;
  padding-bottom: 20px;
  height: 100%
}

.view-categories .views-row .views-row-inner:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2)
}

.view-categories .views-row .views-row-inner .views-field {
  padding: 10px 20px
}

.view-categories .views-row .views-row-inner .views-field-field-category-image {
  padding: 0;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden
}

.view-categories .views-row .views-row-inner .views-field-field-category-image img {
  text-decoration: none;
  display: block;
  margin: 0;
  width: 100%
}

.view-categories .views-row .views-row-inner .views-field-field-category-image .field-node-count {
  box-sizing: border-box;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  float: left !important;
  background: rgba(0, 191, 243, .8);
  color: #fff
}

.view-categories .views-row .views-row-inner .views-field-name {
  font-size: 130%;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  position: relative
}

.view-categories .views-row .views-row-inner .views-field-name:after {
  position: absolute;
  width: 60px;
  height: 2px;
  background: #2BD2FF;
  bottom: 0;
  left: 20px;
  content: ""
}

.view-categories .views-row .views-row-inner .views-field-name a {
  color: #000;
  text-transform: uppercase
}

.view-categories .views-row .views-row-inner .views-field-name a:hover {
  color: #2BD2FF
}

.taxonomy-term-description {
  margin-bottom: 30px
}

#block-views-categories .field-content>p {
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px
}

#block-views-categories .catTitle {
  margin: 30px auto 25px
}

.block-featured-biz-nightlife {
  clear: left
}

.block-featured-biz .view {
  background: #fff;
  padding: 15px;
  overflow: hidden
}

.block-featured-biz .view .view {
  padding: 0
}

.block-featured-biz h2.block-title:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
  line-height: 1.8;
  text-align: center;
  font-size: 25px;
  color: #fff
}

.block-featured-biz h2.block-title {
  border-bottom: 1px dotted #c9c9c9;
  position: relative;
  padding: 10px 15px 10px 70px;
  margin: 0;
  background: #fff
}

.block-featured-biz h2.block-title:after {
  background: none
}

.block-featured-biz-restaurant h2.block-title:before {
  content: "\f0f5";
  background: #e74d3c
}

.block-featured-biz-automotive h2.block-title:before {
  content: "\f1ba";
  background: #f1c40f
}

.block-featured-biz-spa h2.block-title:before {
  content: "\f18c";
  background: #6bec15
}

.block-featured-biz-nightlife h2.block-title:before {
  content: "\f0fc";
  background: #6bec15
}

.block-featured-biz-shopping h2.block-title:before {
  content: "\f07a";
  background: #ff258c
}

.block-featured-biz-travel h2.block-title:before {
  content: "\f072";
  background: #f90
}

.block-featured-biz .views-row {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #c9c9c9
}

.block-featured-biz .attachment .views-row {
  border: none
}

.block-featured-biz .views-row .field-image {
  float: left;
  width: 30%;
  padding-right: 20px;
  background: #fff;
  margin-bottom: -1px
}

.block-featured-biz .attachment .views-row .field-image {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0
}

.block-featured-biz .views-row .field-rating .form-group {
  margin: 0
}

.block-featured-biz .views-row .fivestar-default,
.block-featured-biz .views-row .fivestar-summary {
  float: left
}

.block-featured-biz .views-row .help-block {
  display: none
}

.block-featured-biz .attachment .views-row .information-group {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .6);
  padding: 10px 0;
  width: 100%;
  color: #fff
}

.block-featured-biz .views-row .information-group .field-title {
  padding-bottom: 10px
}

.block-featured-biz .views-row .information-group .field-title a {
  color: #000;
  font-weight: 400
}

.block-featured-biz .views-row .information-group .field-title a:hover {
  color: #2BD2FF
}

.block-featured-biz .attachment .views-row .information-group .field-title {
  float: left;
  padding-left: 10px;
  padding-bottom: 0
}

.block-featured-biz .attachment .views-row .information-group .field-title a {
  color: #fff
}

.block-featured-biz .attachment .views-row .information-group .field-rating {
  float: right;
  padding-right: 10px;
  padding-top: 7px
}

.block-featured-biz .more-link {
  text-align: right;
  font-weight: 400
}

.block-views .view-list-business {
  margin: 0
}

#block-views-list-business-block-5 {
  background: #fff;
  padding: 0 20px 20px;
  margin-bottom: 30px
}

.block-hot-business .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 0;
  height: 150px;
  width: 100%
}

.block-featured-business .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 0;
  height: 374px;
  width: 100%
}

.block-featured-business-modern .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 80px 0 0
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%
}

.block-hot-business .jcarousel-skin-default .jcarousel-item {
  height: 150px;
  width: 150px;
  border: none;
  margin: 0
}

.block-featured-business .jcarousel-skin-default .jcarousel-item {
  height: 374px;
  width: 290px;
  border: none;
  margin: 0;
  position: relative;
  margin: 0 20px 0 0
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-category-icon img {
  display: inline
}

.block-featured-business-modern .jcarousel-skin-default .jcarousel-container-horizontal {
  height: 900px
}

.block-featured-business-modern .jcarousel-skin-default .jcarousel-item {
  height: 820px;
  width: 290px
}

.block-featured-business-modern .jcarousel-skin-default .jcarousel-item .row-item {
  margin-bottom: 20px;
  background: #f1f1f1
}

.block-hot-business .jcarousel-skin-default .jcarousel-item .views-field-field-image {
  padding: 5px
}

.extra-content {
  background: rgba(0, 191, 243, .8);
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff
}

.extra-content:before {
  content: "";
  display: inline-block;
  height: 30%;
  vertical-align: middle
}

.block-featured-business .extra-content:before {
  height: 100%
}

.extra-content-inner {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  float: none
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-image {
  padding: 0;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-image img {
  transition: all .4s ease-in-out .5s
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-image .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .3s ease-in .4s
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-image .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  transition: all .3s ease-in-out .1s
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-image.hover img {
  transition-delay: 0
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-image.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition-delay: 0
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-image.hover .extra-content .body-field {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: .1s
}

.block-featured-business .jcarousel-skin-default .jcarousel-item .views-field-field-category-icon {
  margin-top: -52px;
  position: relative;
  z-index: 20
}

.block-featured-business .jcarousel-skin-default .jcarousel-item div.fivestar-widget-static .star {
  float: none;
  display: inline-block
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
  top: 0;
  left: auto;
  right: 35px;
  margin-top: -50px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid #2BD2FF;
  background: none;
  border-radius: 2px
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  top: 0;
  right: 0;
  margin-top: -50px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid #2BD2FF;
  background: none;
  border-radius: 2px
}

.jcarousel-skin-default .jcarousel-prev-horizontal:before,
.jcarousel-skin-default .jcarousel-next-horizontal:before {
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 25px;
  font-weight: 700;
  font-family: "fontawesome";
  color: #2BD2FF
}

.jcarousel-skin-default .jcarousel-prev-horizontal:before {
  content: "\f104"
}

.jcarousel-skin-default .jcarousel-next-horizontal:before {
  content: "\f105"
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover:before,
.jcarousel-skin-default .jcarousel-next-horizontal:hover:before {
  color: #fff;
  background: #2BD2FF
}

.block-featured-business-modern .jcarousel-prev-horizontal {
  top: 0;
  left: 50%;
  margin-left: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px
}

.block-featured-business-modern .jcarousel-next-horizontal {
  top: 0;
  left: 50%;
  margin-right: -50px;
  margin-top: 0;
  width: 44px;
  height: 44px
}

.block-featured-business-modern .jcarousel-skin-default .jcarousel-prev-horizontal:before,
.block-featured-business-modern .jcarousel-skin-default .jcarousel-next-horizontal:before {
  line-height: 42px
}

.block-featured-business .views-field-title,
.hot-business-description .views-field-title {
  font-family: 'Raleway', sans-serif;
  padding: 10px;
  font-weight: 500;
  font-size: 120%
}

.block-featured-business-classic .views-field-title {
  font-size: 100%
}

.hot-business-description .field-rating {
  padding: 0 10px
}

.block-featured-business .views-field-field-rating p.help-block {
  display: none;
  visibility: hidden
}

@media (max-width:767px) {
  .block-hot-business .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 200px
  }

  .block-hot-business .jcarousel-skin-default .jcarousel-item {
    height: 200px;
    width: 100px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .jcarousel-skin-default .jcarousel-container-horizontal {
    padding: 0 10px
  }

  .block-hot-business .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 250px
  }

  .block-hot-business .jcarousel-skin-default .jcarousel-item {
    height: 250px;
    width: 127px
  }

  .block-featured-business-modern .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 760px
  }

  .block-featured-business-modern .jcarousel-skin-default .jcarousel-item {
    height: 687px;
    width: 220px
  }

  .block-featured-business-classic .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 284px
  }

  .block-featured-business-classic .jcarousel-skin-default .jcarousel-item {
    height: 284px;
    width: 180px
  }
}

@media (min-width:1199px) {
  .jcarousel-skin-default .jcarousel-container-horizontal {
    padding: 0 10px
  }

  .block-hot-business .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 324px
  }

  .block-hot-business .jcarousel-skin-default .jcarousel-item {
    height: 324px;
    width: 162px
  }

  .block-featured-business-modern .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 880px
  }

  .block-featured-business-modern .jcarousel-skin-default .jcarousel-item {
    height: 800px;
    width: 270px
  }

  .block-featured-business-classic .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 327px
  }

  .block-featured-business-classic .jcarousel-skin-default .jcarousel-item {
    height: 327px;
    width: 223px
  }
}

.view-list-news {
  margin-left: -15px;
  margin-right: -15px
}

.view-list-news.view-list-modern .views-row:nth-child(2n+1) {
  clear: left
}

.view-list-news .views-row {
  margin-bottom: 30px
}

.view-list-news .views-row-inner {
  background: #fff;
  height: 100%
}

.view-list-news .views-field-title {
  padding: 20px
}

.view-list-news.view-list-classic .views-field-title {
  padding-bottom: 10px
}

.view-list-news .views-field-title a {
  font-size: 150%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b
}

.view-list-news .views-field-title a:hover {
  color: #2BD2FF
}

.view-list-news .views-field-comment-count {
  padding-right: 20px
}

.view-list-news .views-field-name,
.view-list-news .views-field-created,
.view-list-news .views-field-field-tags-news,
.view-list-news .views-field-comment-count {
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 30px;
  color: #555
}

.view-list-news.view-list-classic .views-field-name,
.view-list-news.view-list-classic .views-field-created,
.view-list-news.view-list-classic .views-field-field-tags-news,
.view-list-news.view-list-classic .views-field-comment-count {
  padding-bottom: 20px
}

.view-list-news .views-field-body {
  padding: 0 20px 20px
}

.view-list-news .views-field-view-node {
  padding: 0 20px 20px;
  text-align: right
}

.view-list-news .views-field-view-node a {
  color: #fff
}

.view-blog.view-blog-medium .views-row {
  width: 100%;
  margin: 0 0 20px
}

@media (min-width:992px) {
  .view-blog.view-blog-medium .views-field-field-image {
    width: 40%
  }

  .view-blog.view-blog-medium .views-field-title:before {
    border-color: rgba(251, 251, 251, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    left: -24px;
    top: 35px
  }

  .view-blog.view-blog-medium .views-field-title,
  .view-blog.view-blog-medium .views-field-name,
  .view-blog.view-blog-medium .views-field-body,
  .view-blog.view-blog-medium .views-field-created {
    float: left;
    width: 60%
  }

  .view-blog.view-blog-medium .view-row-blog-footer {
    width: 60%;
    right: 0;
    left: auto
  }
}

.view-blog.view-blog-large .views-row {
  width: 100%;
  margin: 0 0 20px
}

#block-system-main article.node-article {
  background: #fff;
  padding: 0 25px
}

article.node-article .col-md-8 {
  padding-left: 0
}

.submitted {
  margin: 1.5em 0
}

.image-region {
  margin-left: -25px;
  margin-right: -25px
}

.share-link ul {
  margin: 0;
  padding: 0
}

.share-link ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc
}

.share-link ul li a {
  padding: 15px 20px;
  display: block;
  width: 100%;
  color: #2b2b2b
}

.share-link ul li a:hover {
  background: #f8f8f8
}

.share-link ul li a span.fa-stack {
  margin-right: 20px
}

.node.node-article footer {
  padding: 30px 20px 0;
  margin-top: 0;
  overflow: hidden
}

.article-submitted {
  float: left
}

article.node-article ul.links {
  float: right;
  clear: right;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px
}

.block-latest-news .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #f3f3f3
}

.block-latest-news .views-row-inner {
  padding-left: 75px;
  position: relative
}

.block-latest-news .views-row .views-field-field-image {
  float: left;
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px
}

@media (min-width:1199px) {
  .block-latest-news .views-row-inner {
    padding-left: 115px;
    min-height: 85px
  }

  .block-latest-news .views-row .views-field-field-image {
    width: 100px
  }
}

.block-latest-news .views-row .views-field-title {
  padding-bottom: 10px;
  font-weight: 400
}

.block-latest-news .views-row .views-field-created {
  font-style: italic;
  color: #aaa
}

.profile,
#block-views-reviews-block-2 {
  background: #fff;
  padding: 25px
}

.user-picture {
  margin: 0 0 15px 15px;
  float: right;
  max-width: 100px
}

.field-name-field-user-name .field-label,
.field-name-field-user-name .field-items,
{
display: inline-block;
padding-bottom: 10px
}

.field-name-field-user-about .field-label {
  padding-bottom: 10px
}

.view-user-listing {
  background: #fff;
  padding: 20px
}

.view-member .view-content {
  background: #2BD2FF;
  padding: 3px;
  float: left;
  width: 100%
}

.view-member .views-row {
  float: left;
  padding: 3px
}

@media (min-width:992px) and (max-width:1199px) {
  .view-member .views-row {
    width: 50%
  }
}

@media (min-width:1200px) {
  .view-member .views-row {
    width: 33.3%
  }
}

.view-member .views-field-picture {
  padding: 0;
  position: relative;
  overflow: hidden
}

.view-member .views-field-picture .extra-content .field-title a {
  color: #fff;
  font-weight: 700;
  font-size: 120%
}

.view-member .views-field-picture img {
  width: 100%;
  transition: all .4s ease-in-out .5s
}

.view-member .views-field-picture .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .3s ease-in .4s
}

.view-member .views-field-picture .extra-content .field-title,
.view-member .views-field-picture .extra-content .field-count-reviews {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  transition: all .3s ease-in-out .1s
}

.view-member .views-field-picture.hover img {
  transition-delay: 0
}

.view-member .views-field-picture.hover .extra-content {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition-delay: 0
}

.view-member .views-field-picture.hover .extra-content .field-title,
.view-member .views-field-picture.hover .extra-content .field-count-reviews {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition-delay: .1s
}

.flexslider {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  border: none
}

.flex-direction-nav a:before {
  display: block;
  text-align: center;
  line-height: 40px;
  font-family: "fontawesome";
  background: #8a8986;
  color: #333
}

.flex-direction-nav a.flex-prev:before {
  content: "\f104"
}

.flex-direction-nav a.flex-next:before {
  content: "\f105"
}

.flex-control-paging li a.flex-active {
  background: #2BD2FF
}

.view-slideshow .flexslider .views-field-body {
  width: 100%;
  color: #555;
  padding-bottom: 50px
}

.flexslider ul li,
.flexslider ol li {
  list-style: none
}

.block-slideshow-small .views-field-title {
  width: 100%;
  background: rgba(0, 0, 0, 1);
  float: left
}

.block-slideshow-small .views-field-title a {
  color: #fff;
  padding: 20px;
  float: left;
  font-size: 120%
}

@media (min-width:992px) {
  .view-slideshow .flexslider .views-field-body {
    width: 70%;
    left: 15%;
    top: 100px;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    color: #fff;
    padding-bottom: 0
  }

  .view-slideshow .flexslider .views-field-body h2 {
    color: #fff
  }

  .block-slideshow-small .views-field-title {
    font-weight: 400;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6)
  }
}

.poll .vote-form {
  text-align: left
}

.poll .vote-form .choices {
  display: block
}

.poll .bar .foreground {
  background-color: #444
}

.view-meet-our-team .views-row {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center
}

.view-meet-our-team .views-field-field-image {
  padding: 0;
  position: relative;
  overflow: hidden
}

.view-meet-our-team .views-field-field-image img {
  width: 300px;
  border-radius: 150px
}

.view-meet-our-team .views-field-title {
  font-weight: 600;
  padding-top: 10px;
  font-size: 110%
}

@media (min-width:992px) {
  .view-meet-our-team .views-row {
    width: 200px;
    margin-left: 15px;
    margin-right: 15px
  }

  .view-meet-our-team .views-field-field-image img {
    width: 180px;
    border-radius: 90px
  }
}

@media (min-width:1199px) {
  .view-meet-our-team .views-row {
    width: 250px
  }

  .view-meet-our-team .views-field-field-image img {
    width: 200px;
    border-radius: 100px
  }
}

.view-testimonial .flexslider {
  background: none;
  max-width: 1000px;
  margin: auto auto 20px
}

.view-testimonial .views-field-field-image {
  width: 100px;
  float: left;
  margin-right: 40px
}

.view-testimonial .views-field-field-image img {
  width: 100px;
  border-radius: 50px
}

.view-testimonial .views-field-body {
  margin-top: 10px;
  margin-bottom: 30px
}

.view-testimonial .views-field-title {
  font-weight: 700
}

.view-testimonial .views-field-body i {
  float: left;
  margin-right: 30px
}

.view-testimonial .views-field-title,
.view-testimonial .views-field-field-position {
  float: right;
  clear: right
}

@media (min-width:1199px) {
  .view-testimonial .views-field-field-image {
    width: 140px
  }

  .view-testimonial .views-field-field-image img {
    width: 140px;
    border-radius: 70px
  }
}

.block.block-simplenews {
  margin: 50px 0
}

.block-simplenews p {
  text-align: center;
  color: #fff;
  font-size: 180%
}

.simplenews-subscribe {
  position: relative;
  text-align: center
}

.simplenews-subscribe label {
  display: none
}

.simplenews-subscribe #edit-submit {
  border: none
}

.not-logged-in .simplenews-subscribe #edit-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.simplenews-subscribe #edit-submit,
.simplenews-subscribe #edit-mail {
  height: 50px
}

@media (min-width:992px) {
  .simplenews-subscribe {
    width: 70%;
    margin-left: 15%
  }
}

.block-connect-with-biz {
  color: #fff
}

.connect-with-biz-icon {
  margin-right: 10px
}

.connect-with-biz-icon .fa-circle {
  color: #15171c
}

.connect-with-biz-icon .fa-inverse {
  color: #c2c8db
}

.connect-with-biz-content h3 {
  margin: 20px 0 0;
  font-size: 20px
}

@media (max-width:991px) {

  .connect-with-biz-icon,
  .connect-with-biz-content {
    display: inline-block
  }
}

@media (min-width:992px) {
  .connect-with-biz-icon {
    float: left
  }
}

.page-contact #content-wrapper {
  background: #fff;
  padding: 25px
}

#contact-site-form input,
#contact-site-form textarea {
  background: #f5f5f5;
  border: none
}

@media (min-width:767px) {

  #contact-site-form .form-item-name,
  #contact-site-form .form-item-mail {
    width: 48%;
    float: left
  }

  #contact-site-form .form-item-name {
    margin-right: 4%
  }
}

.block-contact-informations h3 {
  font-size: 110%;
  font-weight: 700
}

.block-contact-informations ul {
  margin: 0;
  padding: 0
}

.block-contact-informations ul li {
  margin: 0;
  padding: 0 0 5px;
  list-style: none
}

.block-contact-informations ul li i {
  width: 30px;
  color: #2BD2FF
}

.authorcontact-desc {
  margin-bottom: 20px
}

.block-social-icon-footer {
  margin-top: -85px;
  text-align: center
}

.block-social-icon-footer .social-icon-item {
  display: inline-block
}

.block-social-sidebar {
  padding: 0 !important;
  background: none !important
}

.social-sidebar-item {
  float: left;
  width: 33.3%;
  padding: 20px;
  text-align: center;
  color: #fff
}

@media (min-width:991px) {
  .list-social-icons {
    border: none
  }
}

.box-promotions-content i {
  font-size: 25px;
  padding-right: 10px;
  vertical-align: middle
}

.box-promotions-content {
  float: left;
  font-size: 150%;
  font-weight: 400;
  padding: 10px 0
}

.box-promotions-button {
  float: right
}

.block-list ul {
  padding-left: 0
}

.block-list ul li {
  list-style: none;
  padding: 10px 0
}

.list-advertise {
  position: relative
}

.list-advertise h5,
.list-advertise p {
  padding-left: 70px
}

.list-advertise .icon {
  left: 0;
  position: absolute;
  top: 0
}

.block-theme-colors {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 100
}

.block-theme-colors h4.block-title {
  float: left;
  width: 100%
}

.block-theme-color-content {
  width: 240px;
  float: left;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 15px #000;
  padding: 20px 0 40px 20px;
  display: none
}

.block-theme-colors .block-theme-color-content ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 250px;
  text-align: left
}

.block-theme-colors .block-theme-color-content ul li {
  margin: 0;
  width: 120px;
  padding: 5px 0;
  list-style: none;
  float: left
}

.block-theme-colors .block-theme-color-content ul li a {
  color: #000
}

.block-theme-colors .block-theme-color-content ul li p {
  padding-left: 25px;
  margin-bottom: 0
}


ul.footer-list {
  margin: 0;
  padding: 0
}

ul.footer-list li {
  margin: 0;
  padding: 0;
  list-style: none
}

.checkout-help {
  padding-bottom: 10px
}

#fb-root {
  display: none
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important
}

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999
}


#edit-map-parameters .form-submit {
  margin-top: 25px
}

#toTop {
  position: fixed;
  background: #fff;
  width: 50px;
  height: 50px;
  bottom: 75px;
  right: 35px;
  cursor: pointer;
  color: #000;
  font-size: 22px;
  text-align: center;
  display: none;
  padding: 10px 0 0 2px;
  z-index: 14
}

#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s
}

.text-normal {
  text-transform: none
}

.sidebar-right>ul {
  list-style: none;
  padding-left: 15px
}

.sidebar-right>ul>li {
  padding-bottom: 10px
}

.control-sidebar .menu-heading {
  font-size: 1.5em;
  padding-bottom: 1em;
  margin-top: 20px
}

.main-content {
  padding-bottom: 50px
}

.main-content-divider {
  position: relative;
  margin: 20px 0;
  height: 1px
}

.main-content-divider:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-top: solid 1px #eee
}

#events-board {
  font-family: 'Raleway', Arial, sans-serif
}

#events-board>ul {
  list-style: none;
  -webkit-padding-start: 0
}

#events-board>ul>li {
  display: inline-block;
  padding: 15px 40px 20px;
  border: solid 1px #e3e3e3;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-right: 30px;
  text-align: center
}

#events-board>ul>li:last-of-type {
  margin-right: 0
}

.events-title {
  font-size: 24px;
  margin-bottom: 10px
}

.events-count {
  font-size: 18px;
  font-weight: 700
}

.label-moderating {
  background-color: #dd4b39 !important
}

.label-online {
  background-color: #05C700 !important
}

.label-created {
  background-color: #0063C3 !important
}

.label-offline {
  background-color: #f39c12 !important
}

.btn-edit {
  background-color: #93d4e7 !important;
  color: #fff !important
}

.btn-remove {
  background-color: #d9534f !important;
  color: #fff !important
}

.btn-edit:hover {
  color: #fff !important
}

.btn-remove:hover {
  color: #fff !important
}

.btn-create-event {
  color: #fff !important;
  background-color: #2BD2FF !important
}

.btn-h2 {
  margin-top: 20px
}

.btn-save-profile {
  color: #fff !important
}

.btn-save-profile:hover {
  color: #fff !important
}

.btn-create-event:hover {
  color: #000 !important
}

.sortable {
  cursor: pointer
}

.datatable-column-heading {
  margin-right: 1em
}

form+form {
  margin-top: 20px
}

.table-hover.table-striped>tbody>tr.nohover:hover {
  background-color: #f9f9f9
}

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

#event-open-periods-table {
  margin-bottom: 0
}

#event-open-periods-table td {
  vertical-align: middle
}

#event-open-periods-table td .input-group-sm {
  width: 100%
}

#event-open-periods-table input[type="text"] {
  background-color: #fff !important
}

.invalid,
.invalid:focus,
.invalid:active {
  border: solid 2px #e00
}

.rteindent1 {
  margin-left: 40px
}

.rteindent2 {
  margin-left: 80px
}

.rteindent3 {
  margin-left: 120px
}

.rteindent4 {
  margin-left: 160px
}

.rteleft {
  text-align: left
}

.rteright {
  text-align: right
}

.rtecenter {
  text-align: center
}

.rtejustify {
  text-align: justify
}

.ibimage_left {
  float: left
}

.ibimage_right {
  float: right
}

a .glyphicon-spin,
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none
}

.tabs-left>.nav-tabs>li:focus,
.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li>a:focus {
  outline: 0
}

html.overlay-open .navbar-fixed-top {
  z-index: 400
}

html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto
}

html.js input.form-autocomplete {
  background-image: none
}

html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px
}

html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px
}

body {
  position: relative
}

body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px
}

body.navbar-is-fixed-top {
  padding-top: 64px !important
}

body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important
}

body.toolbar {
  padding-top: 30px !important
}

body.toolbar .navbar-fixed-top {
  top: 30px
}

body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important
}

body.toolbar-drawer {
  padding-top: 64px !important
}

body.toolbar-drawer .navbar-fixed-top {
  top: 64px
}

body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important
}

body.admin-menu .navbar-fixed-top {
  top: 29px
}

body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important
}

body div#admin-toolbar {
  z-index: 1600
}

body #admin-menu,
body #admin-toolbar,
body #toolbar {
  -webkit-box-shadow: none;
  box-shadow: none
}

body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600
}

body #admin-menu .dropdown li {
  line-height: normal
}

@media screen and (min-width:768px) {
  .navbar.container {
    max-width: 720px
  }
}

@media screen and (min-width:992px) {
  .navbar.container {
    max-width: 940px
  }
}

@media screen and (min-width:1200px) {
  .navbar.container {
    max-width: 1140px
  }
}

.navbar.container,
.navbar.container-fluid {
  margin-top: 20px
}

.navbar.container-fluid>.container-fluid,
.navbar.container>.container {
  margin: 0;
  padding: 0;
  width: auto
}

#overlay-container,
.overlay-element,
.overlay-modal-background {
  z-index: 1500
}

#toolbar {
  z-index: 1600
}

.modal {
  z-index: 1620
}

.modal-dialog {
  z-index: 1630
}

.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto
}

.book-toc>.dropdown-menu,
.region-help .block,
div.image-widget-data {
  overflow: hidden
}

.modal-backdrop {
  z-index: 1610
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5
}

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px
}

ul.secondary {
  float: left
}

@media screen and (min-width:768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0
  }

  ul.secondary {
    float: right
  }
}

.block:first-child h2.block-title,
.page-header {
  margin-top: 0
}

p:last-child {
  margin-bottom: 0
}

.region-help>.glyphicon {
  font-size: 18px;
  float: left;
  margin: -.05em .5em 0 0
}

form#search-block-form {
  margin: 0
}

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px
}

@media screen and (min-width:992px) {
  .navbar #block-search-form {
    float: right
  }
}

.navbar #block-search-form .input-group-btn {
  width: auto
}

.navbar-search .control-group {
  margin-bottom: 0
}

ul.action-links {
  margin: 12px 0;
  padding: 0
}

ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0
}

ul.action-links .glyphicon {
  padding-right: .5em
}

.uneditable-input,
input,
select,
textarea {
  max-width: 100%;
  width: auto
}

.filter-wrapper .form-type-select .filter-list,
.managed-files.table td:first-child {
  width: 100%
}

input.error {
  color: #a94442;
  border-color: #ebccd1
}

fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0
}

fieldset .panel-body {
  clear: both;
  display: inherit
}

.form-type-password-confirm label,
.panel-heading {
  display: block
}

fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px
}

.form-group:last-child,
.panel:last-child {
  margin-bottom: 0
}

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

.form-actions {
  clear: both
}

div.image-widget-data {
  float: none
}

table.sticky-header {
  z-index: 1
}

.resizable-textarea textarea {
  border-radius: 4px 4px 0 0
}

.ajax-progress-bar,
.filter-wrapper {
  border-radius: 0 0 4px 4px
}

.text-format-wrapper {
  margin-bottom: 15px
}

.text-format-wrapper .filter-wrapper,
.text-format-wrapper>.form-type-textarea {
  margin-bottom: 0
}

.filter-wrapper .panel-body {
  padding: 7px
}

.filter-wrapper .form-type-select {
  min-width: 30%
}

.filter-help {
  margin-top: 5px;
  text-align: center
}

@media screen and (min-width:768px) {
  .filter-help {
    float: right
  }
}

.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top
}

.checkbox:first-child,
.radio:first-child {
  margin-top: 0
}

.checkbox:last-child,
.radio:last-child {
  margin-bottom: 0
}

.control-group .help-inline,
.help-block {
  color: #777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0
}

a.tabledrag-handle .handle {
  height: auto;
  width: auto
}

.error {
  color: #a94442
}

div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442
}

.form-group.error,
.form-group.has-error {
  background: 0 0
}

.form-group.error .control-label,
.form-group.error label,
.form-group.has-error .control-label,
.form-group.has-error label {
  color: #a94442;
  font-weight: 600
}

.form-group.error .uneditable-input,
.form-group.error input,
.form-group.error select,
.form-group.error textarea,
.form-group.has-error .uneditable-input,
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
  color: #555
}

.form-group.error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-block,
.form-group.has-error .help-inline,
.submitted {
  color: #777
}

.nav-tabs {
  margin-bottom: 10px
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none
}

.tabs--secondary {
  margin: 0 0 10px
}

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: 400
}

.alert a,
.book-toc>.dropdown-menu>li:nth-child(1)>a {
  font-weight: 700
}

.form-type-password-confirm {
  position: relative
}

.form-type-password-confirm label .label {
  float: right
}

.form-type-password-confirm .password-help {
  padding-left: 2em
}

@media (min-width:768px) {
  .form-type-password-confirm .password-help {
    border-left: 1px solid #ddd;
    left: 50%;
    margin-left: 15px;
    position: absolute
  }
}

@media (min-width:992px) {
  .form-type-password-confirm .password-help {
    left: 33.33333333%
  }
}

.form-type-password-confirm .progress {
  background: 0 0;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0 0
}

.form-type-password-confirm .form-type-password {
  clear: left
}

.form-type-password-confirm .form-control-feedback {
  right: 15px
}

.form-type-password-confirm .help-block {
  clear: both
}

ul.pagination li>a.progress-disabled {
  float: left
}

.form-autocomplete .glyphicon {
  color: #777;
  font-size: 120%
}

.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7
}

.form-autocomplete .input-group-addon {
  background-color: #fff
}

.ajax-progress-bar {
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%
}

.ajax-progress-bar .progress {
  height: 8px;
  margin: 0
}

.ajax-progress-bar .message,
.ajax-progress-bar .percentage {
  color: #777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0
}

.glyphicon-spin {
  display: inline-block;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear
}

a .glyphicon-spin {
  display: inline-block
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0)
  }

  100% {
    -o-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.tabbable {
  margin-bottom: 20px
}

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

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
  color: #777;
  font-size: 12px
}

.tab-pane>.panel-heading {
  display: none
}

.tab-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 {
  border-radius: 0 0 4px 4px
}

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

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

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  padding-bottom: 20px;
  width: 220px
}

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

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

.tabs-left>.tab-content,
.tabs-right>.tab-content {
  border-radius: 0 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: -1px
}

.tabs-left>.nav-tabs>li>a {
  border-radius: 4px 0 0 4px
}

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

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:focus,
.tabs-left>.nav-tabs>.active>a:hover {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: -1px
}

.tabs-right>.nav-tabs>li>a {
  border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
  border-color: #eee #eee #eee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .05)
}

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

td.checkbox,
td.radio,
th.checkbox,
th.radio {
  display: table-cell
}

.views-display-settings .label {
  font-size: 100%;
  color: #000
}

.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0
}

.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em
}

table .checkbox input[type=checkbox],
table .radio input[type=radio] {
  max-width: inherit
}

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right
}

@media (min-width:768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%
  }

  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
    left: 240px;
    left: 24rem
  }
}

.alert-success a {
  color: #2b542c
}

.alert-info a {
  color: #245269
}

.alert-warning a {
  color: #66512c
}

.alert-danger a {
  color: #843534
}

div.image-style-new,
div.image-style-new div {
  display: block
}

div.image-style-new div.input-group {
  display: table
}

.table-striped>tbody>tr:nth-child(odd)>td.module,
.table>tbody>tr>td.module,
td.module {
  background: #ddd;
  font-weight: 700
}

.book-toc>.dropdown-menu>.dropdown-header {
  white-space: nowrap
}

.book-toc>.dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%
}

.book-toc>.dropdown-menu .dropdown-menu>li {
  padding-left: 20px
}

.book-toc>.dropdown-menu .dropdown-menu>li>a {
  margin-left: -40px;
  padding-left: 60px
}

#features-filter .form-item.form-type-checkbox {
  padding-left: 20px
}

fieldset.features-export-component {
  font-size: 12px
}

fieldset.features-export-component,
html.js #features-export-form fieldset.features-export-component {
  margin: 0 0 10px
}

fieldset.features-export-component .panel-heading {
  padding: 5px 10px
}

fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px
}

fieldset.features-export-component .panel-body {
  padding: 0 10px
}

div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px
}

div.features-export-list .form-type-checkbox,
fieldset.features-export-component .component-select .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important
}

div.features-export-list .form-type-checkbox input[type=checkbox],
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox] {
  margin-top: 0
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
  top: 79px
}

body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px
}

.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032
}

.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031
}

body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important
}

body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 24rem
}

#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem
}

.views-exposed-form .views-exposed-widget {
  float: left;
  padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0
}

.views-exposed-form label {
  font-weight: 700
}

.views-exposed-widgets {
  margin-bottom: .5em
}

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

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

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

.views-view-grid tbody {
  border-top: none
}

.view .progress-disabled {
  float: none
}

#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100
}

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0
}

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1
}


html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
  display: none
}

fieldset.collapsible {
  position: relative
}

fieldset.collapsible .fieldset-legend {
  display: block
}

.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box
}


body.drag {
  cursor: move
}

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none
}

a.tabledrag-handle:hover {
  text-decoration: none
}


a.tabledrag-handle-hover .handle {
  background-position: 6px -11px
}

div.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px
}


.tabledrag-toggle-weight-wrapper {
  text-align: right
}

table.sticky-header {
  background-color: #fff;
  margin-top: 0
}

.progress .bar {
  background-color: #fff;
  border: 1px solid
}

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px
}

.progress .percentage {
  float: right
}

.ajax-progress {
  display: inline-block
}


.ajax-progress .message {
  padding-left: 20px
}

tr .ajax-progress .throbber {
  margin: 0 2px
}

.ajax-progress-bar {
  width: 16em
}

.container-inline div,
.container-inline label {
  display: inline
}

.container-inline .fieldset-wrapper {
  display: block
}

.nowrap {
  white-space: nowrap
}

html.js .js-hide {
  display: none
}

.element-hidden {
  display: none
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto
}

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

* html .clearfix {
  height: 1%
}

:first-child+html .clearfix {
  min-height: 1%
}

a,
a:link,
a:visited {
  color: #2BD2FF
}

.themecolor-text {
  color: #2BD2FF
}

pre,
div.code {
  border-left: 5px solid #2BD2FF
}

.highlight {
  background: #2BD2FF
}

blockquote::before {
  color: #2BD2FF
}

h2.home-block-title:after,
h2.block-title:after,
.node-type-full-page h1.page-title:after {
  background: #2BD2FF
}

a.btn-default,
.btn-default {
  border-color: #2BD2FF;
  background-color: #2BD2FF;
  color: #fff
}

.button-success {
  border-color: #2BD2FF;
  background-color: #2BD2FF;
  color: #fff
}

.button-search {
  border-color: #ffde00;
  background-color: #ffde00;
  color: #333
}

.btn-border {
  border-color: #2BD2FF;
  background: #fff
}

.btn-default:hover {
  background-color: #2BD2FF;
  border-color: #2BD2FF
}

a.btn-primary,
.btn-primary {
  background-color: #00bff3;
  border: none;
  color: #FFF
}

#search-wrapper,
#main-menu-wrapper,
#color-background-wrapper {
  background: #2BD2FF
}

li a.active {
  color: #2BD2FF
}

@media (max-width:767px) {
  .navbar-collapse {
    background: #2BD2FF
  }
}

#main-navigation ul ul {
  background: #2BD2FF
}

#main-navigation ul ul li {
  border-bottom: 1px solid #6edbf8
}

#main-navigation li:hover,
#main-navigation li.open,
#main-navigation li.active-trail a,
#main-navigation li.active-trail span.nolink,
#main-navigation li a.active,
#main-navigation li a:hover,
#main-navigation li a.current,
#main-navigation li a.selected,
#main-navigation li span.nolink:hover,
#main-navigation li.active-trail span.nolink,
#main-navigation li span.nolink.selected {
  color: #fff;
  background: #2BD2FF
}

#main-navigation li.expanded:hover .dropdown-menu {
  display: block
}

.form-item .source:focus .form-item .dropdown-menu {
  display: block
}

#header-top-left .block-menu ul.menu li a:hover,
#header-top-left .block-menu ul.menu li a.active {
  background: none;
  color: #2BD2FF
}

.extra-content,
.block-events.view-events .views-field-field-event-title {
  background: rgba(0, 191, 243, .8)
}

#block-views-exp-list-indexed-business-page h2.block-title,
#block-views-exp-map-list-business-page-1 h2.block-title {
  background: #2BD2FF;
  border-right: 1px solid #6edbf8
}

#block-views-exp-list-indexed-business-page h2.block-title:after,
#block-views-exp-map-list-business-page-1 h2.block-title:after {
  border-color: rgba(0, 191, 243, 0);
  border-left-color: #2BD2FF
}

#block-views-exp-list-indexed-business-page h2.block-title:before,
#block-views-exp-map-list-business-page-1 h2.block-title:before {
  border-color: rgba(110, 219, 248, 0);
  border-left-color: #6edbf8
}

.view-list-business .views-row .views-field-field-address i,
.view-list-business .views-row .views-field-nothing i,
.view-list-business .views-row .views-field-field-phone i,
.view-list-business .views-row .views-field-field-website i {
  color: #2BD2FF
}

.node-business .content .field .field-label {
  color: #2BD2FF
}

.node-business .content .field.field-name-body:before,
.node-business .content .field.field-name-field-website:before,
.node-business .content .field.field-name-field-open-time:before,
.node-business .content .field.field-name-field-price-range:before,
.node-business .content .field.field-name-field-highlights:before,
.node-business .content .field.field-name-field-location:before,
.node-business .content .field.field-name-field-photos:before,
.node-business .content .field.field-name-field-tags:before,
.node-business .content .field.field-name-field-category:before {
  background: #2BD2FF
}

fieldset.group-purchase-options {
  background: #2BD2FF
}

.node-business .field-name-field-events>.field-label:after {
  background: none repeat scroll 0 0 #2BD2FF
}

.node-business .content .field-collection-container .field.field-name-field-event-title {
  color: #2BD2FF
}

.jcarousel-skin-default .jcarousel-prev-horizontal,
.jcarousel-skin-default .jcarousel-next-horizontal {
  border-color: #2BD2FF
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover,
.jcarousel-skin-default .jcarousel-next-horizontal:hover {
  background-color: #2BD2FF
}

.jcarousel-skin-default .jcarousel-prev-horizontal:before,
.jcarousel-skin-default .jcarousel-next-horizontal:before {
  color: #2BD2FF
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover:before,
.jcarousel-skin-default .jcarousel-next-horizontal:hover:before {
  color: #fff;
  background: #2BD2FF
}

.block-featured-biz .views-row .information-group .field-title a:hover {
  color: #2BD2FF
}

.list-categories .icon {
  background: #2BD2FF
}

.view-categories .views-row .views-row-inner .views-field-name:after {
  background: #2BD2FF
}

.view-categories .views-row .views-row-inner .views-field-name a:hover {
  color: #2BD2FF
}

.view-categories .views-row .views-row-inner .views-field-field-category-image .field-node-count {
  background: rgba(0, 191, 243, .8)
}

.view-list-news .views-field-title a:hover {
  color: #2BD2FF
}

.view-member .view-content {
  background: #2BD2FF
}

.block-contact-informations ul li i {
  color: #2BD2FF
}

.flex-control-paging li a.flex-active {
  background: #2BD2FF
}

.list-item {
  padding: 10px;
  width: 100%;
  height: 50%;
  position: relative
}

.list-item-description {
  background-color: rgba(0, 191, 243, .6);
  position: absolute;
  top: 0;
  width: 98%;
  left: 1%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  height: 12vw;
  display: none;
  vertical-align: middle
}

.list-item-description p {
  vertical-align: middle;
  line-height: 120%;
  padding-top: 20%
}

.list-item img.img-responsive.main:hover~.list-item-description {
  display: block;
  transition: all .3s ease-in-out .1s
}

.list-item img.img-responsive.main:hover~.list-item-description p {
  animation-duration: .3s;
  animation-name: fadeAndScale;
  animation-timing-function: cubic-bezier(.71, .55, .62, 1.57)
}

.item {
  position: relative;
  width: 100%
}

.list-item img.img-responsive.main {
  height: 12vw;
  width: 100%;
  object-fit: contain;
  object-position: center
}

.list-item img.img-responsive.category {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 11vw;
  left: 40%
}

.item-title {
  width: 98%;
  margin-left: 1%;
  height: 6vw;
  background-color: #f1f1f1;
  font-weight: 700;
  font-size: 110%;
  text-align: center;
  padding-top: 2.5vw
}

@keyframes fadeAndScale {
  from {
    opacity: 0;
    transform: scale(.2, .2)
  }

  to {
    opacity: 1;
    transform: scale(1, 1)
  }
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in
}

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, .6)
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, .6)
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, .6)
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, .6)
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, .6)
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, .6)
}

.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140)
}

.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57)
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87)
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12)
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115)
}

.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23)
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif
}

.marker-cluster span {
  line-height: 30px
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block
}

.leaflet-container img {
  max-width: none !important
}

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden
}

.leaflet-tile-loaded {
  visibility: inherit
}

.leaflet-zoom-box {
  width: 0;
  height: 0
}

.leaflet-overlay-pane svg {
  -moz-user-select: none
}

.leaflet-tile-pane {
  z-index: 2
}

.leaflet-objects-pane {
  z-index: 3
}

.leaflet-overlay-pane {
  z-index: 4
}

.leaflet-shadow-pane {
  z-index: 5
}

.leaflet-marker-pane {
  z-index: 6
}

.leaflet-popup-pane {
  z-index: 7
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute
}

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none
}

.leaflet-top {
  top: 0
}

.leaflet-right {
  right: 0
}

.leaflet-bottom {
  bottom: 0
}

.leaflet-left {
  left: 0
}

.leaflet-control {
  float: left;
  clear: both
}

.leaflet-right .leaflet-control {
  float: right
}

.leaflet-top .leaflet-control {
  margin-top: 10px
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px
}

.leaflet-left .leaflet-control {
  margin-left: 10px
}

.leaflet-right .leaflet-control {
  margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
  transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden
}

.leaflet-clickable {
  cursor: pointer
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing
}

.leaflet-container {
  background: #ddd;
  outline: 0
}

.leaflet-container a {
  color: #0078A8
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, .5)
}

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
  border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block
}

.leaflet-bar a:hover {
  background-color: #f4f4f4
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px
}

.leaflet-control-zoom-out {
  font-size: 20px
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
  background: #fff;
  border-radius: 5px
}


.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px
}

.leaflet-control-layers label {
  display: block
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, .7);
  margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333
}

.leaflet-control-attribution a {
  text-decoration: none
}

.leaflet-control-attribution a:hover {
  text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, .5)
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, .2);
  background-clip: padding-box
}

.leaflet-popup {
  position: absolute;
  text-align: center
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4
}

.leaflet-popup-content p {
  margin: 18px 0
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: 700;
  background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #000
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1
}

.bx-wrapper img {
  max-width: 100%;
  display: block
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%
}


.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #000;
  padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000
}


.bx-wrapper .bx-prev:hover {
  background-position: 0 0
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none
}

.bx-wrapper .bx-controls-auto {
  text-align: center
}


.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0
}



.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000\9;
  background: rgba(80, 80, 80, .75);
  width: 100%
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px
}

.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-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;
  pointer-events: none
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block
}

.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;
  padding: .5em .5em .5em .7em;
  font-size: 100%
}

.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-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0
}

.ui-menu .ui-menu {
  position: absolute
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 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-wrapper {
  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-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-button-icon-only {
  text-indent: 0
}

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

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em
}

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

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid
}

.ui-checkboxradio-disabled {
  pointer-events: none
}

.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,
.ui-datepicker select.ui-datepicker-year {
  width: 45%
}

.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: 700;
  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;
  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;
  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-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em
}

.ui-dialog {
  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;
  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;
  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-n {
  height: 2px;
  top: 0
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0
}

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

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: .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-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: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000
}

.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: 700;
  line-height: 1.5;
  padding: 2px .4em;
  margin: .5em 0 0;
  height: auto;
  border: 0
}

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0
}

.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: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em
}

.ui-spinner-button {
  width: 1.6em;
  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-style: none;
  border-bottom-style: none;
  border-right-style: none
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

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

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

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

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

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

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333
}

.ui-widget-content a {
  color: #333
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700
}

.ui-widget-header a {
  color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b
}

.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,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}

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

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

.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-blank {
  background-position: 16px 16px
}

.ui-icon-caret-1-n {
  background-position: 0 0
}

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

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

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

.ui-icon-caret-1-s {
  background-position: -65px 0
}

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

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

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

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

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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-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-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-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-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: 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: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000
}

.tac {
  text-align: center
}

.db {
  display: block
}

.cb {
  color: #000
}

.cw,
a.cw {
  color: #fff
}

.fs16 {
  font-size: 16px
}

.relative {
  position: relative
}

.w100 {
  width: 100%
}

.h40px {
  height: 40px !important
}

.mt5px {
  margin-top: 5px
}

.mt10px {
  margin-top: 10px
}

.mt20px {
  margin-top: 20px
}

.mb10 {
  margin-bottom: 10px
}

.vat {
  vertical-align: top
}

.ahoverbl:hover {
  color: #000 !important
}

.fwn {
  font-weight: 400 !important
}

input.error,
select.error,
textarea.error {
  border: 1px solid red !important
}

input.error:hover,
select.error:hover,
textarea.error:hover,
input.error:focus,
select.error:focus,
textarea.error:focus {
  box-shadow: none
}

span.error {
  color: red
}

#search-region .select2-selection.select2-selection--single {
  height: 40px;
  border-radius: 0;
  padding: 5px
}

#search-region .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px
}

body .fb-autocomplete .autocomplete-loader {
  display: none;
  position: absolute;
  top: 14px;
  right: 9px;
  color: #333;
  z-index: 9
}

.fa-spin {
  -webkit-animation: fa-spin .8s infinite linear;
  animation: fa-spin .8s infinite linear
}

body .fb-autocomplete .suggest {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 1em 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 300px;
  overflow-y: auto
}

body .fb-autocomplete .suggest ul,
body .fb-autocomplete .suggest ul li {
  margin: 0;
  padding: 0;
  list-style: none
}

body .fb-autocomplete .suggest ul li a {
  display: block;
  padding: .2em 1em
}

a {
  color: #0a7e71;
  text-decoration: none
}

body .fb-autocomplete .suggest ul li a:hover {
  background: #eee;
  text-decoration: none
}

input.citysearchval {
  line-height: 40px;
  padding: 9px 0 9px 24px;
  position: relative;
  text-indent: 0
}

.citysearch:before {
  content: "\f041";
  font-family: fontawesome;
  color: #000;
  position: absolute;
  top: 8px;
  left: 10px;
  display: inline-block;
  z-index: 2
}

.view-list-indexed-business .views-row {
  float: left;
  width: 100%;
  margin-bottom: 20px
}

.view-list-indexed-business .views-row .views-row-inner {
  padding: 20px;
  background: #fff
}

.view-list-indexed-business .views-field-title {
  float: left;
  width: 100%;
  padding-bottom: 10px
}

.view-list-indexed-business .views-field-field-image {
  float: right;
  width: 100%
}

.views-field-field-tags {
  margin-bottom: 10px
}

.view-list-indexed-business .views-field-field-location a,
.view-list-indexed-business .views-field-field-category a,
.view-list-indexed-business .views-field-field-location-taxonomize-terms-location-taxonomize-longname {
  color: #333
}

.view-list-indexed-business .views-field-field-address,
.view-list-indexed-business .views-field-field-postaladdress-postal-code,
.view-list-indexed-business .views-field-field-price-range,
.view-list-indexed-business .views-field-field-tags a {
  color: #999
}

.view-list-indexed-business .views-field-field-phone {
  padding: 20px 0
}

.view-list-indexed-business .views-field-field-phone .field-content {
  border: 1px solid #dedede;
  padding: 5px 10px
}

.textmaincolor {
  color: #2BD2FF
}

.bdmaincolor {
  backgroun-color: #2BD2FF
}

.v1 {
  padding: 0 15px 15px;
  font-size: 1.5em;
  font-style: italic
}

.v2 {
  margin: 0 0 10px
}

.v3 {
  font-size: 10px;
  line-height: 12px
}

.v4 {
  padding: 10px 20px !important;
  font-size: 18px !important
}

.v5 {
  padding: 5px 10px !important
}

.v6 {
  padding: 0 7px !important;
  font-size: 14px !important
}

.v7 {
  font-size: 1.5em !important;
  text-align: right !important;
  text-transform: inherit !important;
  margin: 30px 0 !important
}

.v8 {
  font-size: 3.6em !important
}

.v9 {
  text-align: center
}

.v11 {
  max-width: 80px
}

.v12 {
  width: 76px
}

.v13 {
  font-size: 12px;
  line-height: 1.4;
  font-family: Raleway;
  text-align: justify
}

.fa.fa-angle-double-left,
.fa.fa-angle-double-right {
  padding: 3px 0
}

.pagination>li>a.nohover:focus,
.pagination>li>a.nohover:hover,
.pagination>li>span.nohover:focus,
.pagination>li>span.nohover:hover {
  z-index: 2;
  color: #337ab7 !important;
  background-color: #fff;
  border-color: #ddd;
  cursor: default
}

.fixed-table-pagination .pagination {
  margin: 5px 20px 20px
}

.fixed-table-pagination .pagination-detail .btn.dropdown-toggle {
  background: #fff !important;
  border-color: #d8e2e7 !important;
  color: #337ab7 !important;
  background-position: 0 !important;
  font-weight: 400;
  height: 32px;
  padding: 0 10px
}

.fixed-table-pagination .pagination-detail .btn-group {
  position: relative;
  display: inline-block
}

.fixed-table-pagination .pagination-detail .dropdown-menu {
  min-width: 100%;
  text-align: center;
  margin-bottom: 2px;
  line-height: normal
}

.fixed-table-pagination .pagination-detail .dropdown-menu li {
  list-style-type: none
}

.fixed-table-pagination .pagination-detail .dropdown-menu>li>a {
  padding: 3px 15px
}

.searchcover {
  overflow: hidden;
  text-align: right
}

.noresults {
  text-align: center;
  padding: 150px 20px;
  font-size: 2em;
  font-style: italic
}

#views-exposed-form-list-indexed-business-page .form-submit,
#views-exposed-form-map-list-business-page-1 .form-submit {
  padding: 10px 30px
}

.notfound {
  padding: 100px 20px;
  font-size: 1.5em
}

.eventcover {
  background-image: url(/img/event_cover.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.description {
  font-size: 1em;
  line-height: normal;
  max-width: 100%;
  overflow: hidden
}

.description table {
  width: 100% !important
}

.description p {
  margin-bottom: 0
}

.view-list-business.block-similar-business .views-row:last-child {
  border-bottom: none;
  margin-bottom: -20px
}

div.pnomargin p {
  margin: 0 !important
}

div.g-recaptcha {
  display: inline-block;
  margin-top: 10px
}

.buthover {
  border: 1px solid #1896b8 !important;
  transition: all .3s ease-in-out
}

.buthover:hover {
  color: #f90 !important;
  background-color: #286090 !important;
  background-position: 0 -40px;
  border-color: #204d74 !important
}

input#signed-in {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px
}

#addevent aside {
  margin: 20px 0;
  font-size: 16px
}

body .wizard-steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 10px 0 30px !important;
  position: relative
}

body .wizard-steps li.linkable,
body .wizard-steps li.linkable .step {
  cursor: pointer
}

body .wizard-steps li {
  display: table-cell;
  text-align: center
}

body .wizard-steps li.complete:before,
body .wizard-steps li.current:before {
  border-color: #00796B !important
}

body .wizard-steps li:first-child:before {
  max-width: 51%;
  left: 50%
}

body .wizard-steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #b3b3b3;
  position: relative;
  top: 21px;
  z-index: 1
}

body .wizard-steps li.complete .step,
body .wizard-steps li.current .step {
  border-color: #00796B !important;
  cursor: default;
  transition: -webkit-transform ease .1s;
  transition: transform ease .1s;
  transition: transform ease .1s, -webkit-transform ease .1s
}

body .wizard-steps li .step {
  border: 5px solid #b3b3b3;
  color: #b3b3b3;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  position: relative;
  bottom: 12px
}

body .wizard-steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21
}

body .wizard-steps li.complete .title {
  color: #2b3d53
}

body .wizard-steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #b3b3b3;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word
}

body .wizard-steps li.active:before,
body .wizard-steps li.selected:before {
  border-color: #f99f1b !important
}

body .wizard-steps li.active .step,
body .wizard-steps li.selected .step {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border-color: #f99f1b !important;
  color: #333
}

body .wizard-steps li.active .title,
body .wizard-steps li.selected .title,
body section.events-list article.event section.content p.event-infos {
  font-weight: 700
}

body .wizard-steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #b3b3b3;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word
}

body .wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%
}

#wizards .nav-tabs>li.active>a,
#wizards .nav-tabs>li.active>a:focus,
#wizards .nav-tabs>li.active>a:hover {
  background-color: transparent;
  border: none
}

#wizards .nav-tabs>li>a:hover {
  border-color: transparent
}

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

#wizards .nav li.complete a:hover,
#wizards li.linkable a span.step:hover {
  cursor: pointer
}

body .wizard-steps a {
  transition: none
}

#wizards .nav-tabs {
  border-bottom: none
}

.vlocal {
  position: absolute;
  left: 9px;
  bottom: 12px;
  z-index: 9;
  font-size: 20px;
  color: #a0a0a0
}

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

.descriptionerror {
  display: inline-block;
  position: relative;
  bottom: 20px
}

#addevent .ajax-upload-dragdrop {
  border: 2px dotted #A5A5C7;
  color: #757575;
  text-align: left;
  padding: 20px 10px 15px;
  background-color: #fff
}

#addevent .ajax-file-upload {
  line-height: 20px;
  height: 28px;
  color: #fff;
  background-color: #2BD2FF;
  margin: 0 10px 5px 0;
  box-shadow: none;
  transition: all .3s ease-in-out
}

#addevent .ajax-file-upload:hover {
  color: #f90 !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
  cursor: pointer
}

#addevent #downloaded-images .ajax-file-upload-filename {
  display: none
}

#addevent .ajax-file-upload-statusbar {
  min-height: 20px;
  padding: 20px 20px 10px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  width: 100%;
  margin: 10px 0;
  position: relative
}

#addevent .ajax-upload-dragdrop {
  text-align: center
}

#addevent .ajax-file-upload-red {
  position: absolute;
  right: 20px;
  bottom: 35px
}

#addevent #downloaded-Form .ajax-file-upload-red {
  right: 10px;
  bottom: 32px
}

#addevent .ajax-file-upload-bar {
  height: 5px
}

#addevent .ajax-file-upload-progress {
  width: 100%
}

div.ad {
  margin-bottom: 20px
}

#header-top-left .block-menu ul.menu li div.dropdown .dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left
}

#header-top-left .block-menu ul.menu li div.dropdown .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

#header-top-left .block-menu ul.menu li div.dropdown li {
  display: list-item;
  border-left: none;
  padding: 0;
  margin: 0
}

#header-top-left .block-menu ul.menu li div.dropdown .dropdown-menu>li>a:focus,
#header-top-left .block-menu ul.menu li div.dropdown .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

#header-top-left .nav div.dropdown.open>a,
#header-top-left .nav div.dropdown.open>a:focus {
  color: #f90;
  background-color: transparent
}

#header-top-left .block-menu ul.menu li div.dropdown .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.connect-with-biz h3 {
  color: #f9a01b
}

#main-content.eventPage {
  padding: 70px 0 60px
}

body div.cookie-consent {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #333;
  color: #fff
}

#header-top-right ul {
  text-align: right
}

.tac {
  text-align: center
}

.bouton-code:link,
.bouton-code:visited,
.bouton-code:active,
.bouton-code {
  position: relative;
  background: linear-gradient(to right, #ff6600, #ff8533);
  color: white;
  /* Couleur par dÃ©faut du texte (blanc) */
  padding: 5px 15px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.2s ease;
  text-decoration: none;
  /* Supprime le soulignement par dÃ©faut des liens */
  display: inline-block;
  /* Pour que le bouton se comporte comme un bloc en ligne */
  border-radius: 10px 100px / 120px;
  /*float: right;*/
  text-align: center;
}

.bouton-code::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 20px;
  background: linear-gradient(to right, rgba(255, 102, 0, 0.5), rgba(255, 133, 51, 0.5));
  transform: skew(20deg);
  z-index: -1;
}

.bouton-code:hover {
  transform: scale(1.03);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  color: #fff;
  /* Force la couleur blanche au survol (important !)*/
}

.bouton-code:active {
  transform: scale(1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


.bouton-codeb:link,
.bouton-codeb:visited,
.bouton-codeb:active,
.bouton-codeb {
  position: relative;
  background: linear-gradient(to right, #2bd2ff, #89e0f0);
  color: white;
  /* Couleur par dÃ©faut du texte (blanc) */
  padding: 5px 15px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(192, 192, 192, 0.3);
  transition: transform 0.3s ease, box-shadow 0.2s ease;
  text-decoration: none;
  /* Supprime le soulignement par dÃ©faut des liens */
  display: inline-block;
  /* Pour que le bouton se comporte comme un bloc en ligne */
  border-radius: 10px 100px / 120px;
  /*float: right;*/
  text-align: center;
}

.bouton-codeb::after {
  content: "";
  color: #fff;

  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 20px;
  background: linear-gradient(to right, rgba(30, 190, 243, 0.8), rgba(192, 192, 192, 0.3));
  transform: skew(20deg);
  z-index: -1;
}

.bouton-codeb:hover {
  transform: scale(1.03);
  box-shadow: 3px 3px 7px rgba(192, 192, 192, 0.3);
  color: white;
  /* Force la couleur blanche au survol (important !)*/
}

.bouton-codeb:active {
  color: #fff;
  transform: scale(1);
  box-shadow: 1px 1px 3px rgba(30, 190, 243, 0.8);
}

.bouton-codej:link,
.bouton-codej:visited,
.bouton-codej:active,
.bouton-codej {
  position: relative;
  background: linear-gradient(to right, #FFCE12, #ffb412);
  color: white;
  /* Couleur par dÃ©faut du texte (blanc) */
  padding: 5px 15px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.2s ease;
  text-decoration: none;
  /* Supprime le soulignement par dÃ©faut des liens */
  display: inline-block;
  /* Pour que le bouton se comporte comme un bloc en ligne */
  border-radius: 10px 100px / 120px;
  /*float: right;*/
  text-align: center;
}

.bouton-codej::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 20px;
  background: linear-gradient(to right, rgba(255, 102, 0, 0.5), rgba(255, 133, 51, 0.5));
  transform: skew(20deg);
  z-index: -1;
}

.bouton-codej:hover {
  transform: scale(1.03);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  color: #fff;
  /* Force la couleur blanche au survol (important !)*/
}

.bouton-codej:active {
  transform: scale(1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.mon-button:link,
.mon-button:visited,
.mon-button:active,
.mon-button {
  position: relative;
  background: linear-gradient(to right, #2bd2ff, #89e0f0);
  color: #fff;
  padding: 5px 15px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(192, 192, 192, .3);
  transition: transform 0.3s ease, box-shadow 0.2s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px 100px / 120px;
  text-align: center
}

.mon-button::after {
  content: "";
  color: #fff;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 20px;
  background: linear-gradient(to right, rgba(30, 190, 243, .8), rgba(192, 192, 192, .3));
  transform: skew(20deg);
  z-index: -1
}

.mon-button:hover {
  transform: scale(1.03);
  box-shadow: 3px 3px 7px rgba(192, 192, 192, .3);
  color: black !important
}

.mon-button:active {
  color: #fff;
  transform: scale(1);
  box-shadow: 1px 1px 3px rgba(30, 190, 243, .8)
}

.titrej {
  position: relative;
  background: linear-gradient(to right, #FFCE12, #ffb412);
  color: white;
  /* Couleur par dÃ©faut du texte (blanc) */
  padding: 5px 15px;
  border: none;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  /* Supprime le soulignement par dÃ©faut des liens */
  display: inline-block;
  /* Pour que le bouton se comporte comme un bloc en ligne */
  border-radius: 10px 100px / 120px;
  text-align: center;
}


.titreb {
  position: relative;
  background: linear-gradient(to right, #2bd2ff, #89e0f0);
  color: white;
  /* Couleur par dÃ©faut du texte (blanc) */
  padding: 5px 15px;
  border: none;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(192, 192, 192, 0.3);
  transition: transform 0.3s ease, box-shadow 0.2s ease;
  text-decoration: none;
  /* Supprime le soulignement par dÃ©faut des liens */
  display: inline-block;
  /* Pour que le bouton se comporte comme un bloc en ligne */
  border-radius: 10px 100px / 120px;
  /*float: right;*/
  text-align: center;
}

.panneau:link,
.mon-button:visited,
.mon-button:active,
.mon-button {
  position: relative;
  background: linear-gradient(to right, #2bd2ff, #89e0f0);
  color: #fff;
  padding: 5px 15px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(192, 192, 192, .3);
  transition: transform 0.3s ease, box-shadow 0.2s ease;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px 100px / 120px;
  text-align: center
}

.panneau::after {
  content: "";
  color: #fff;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 20px;
  background: linear-gradient(to right, rgba(30, 190, 243, .8), rgba(192, 192, 192, .3));
  transform: skew(20deg);
  z-index: -1
}

.panneau:hover {
  transform: scale(1.03);
  box-shadow: 3px 3px 7px rgba(192, 192, 192, .3);
  color: black !important
}

.panneau:active {
  color: #fff;
  transform: scale(1);
  box-shadow: 1px 1px 3px rgba(30, 190, 243, .8)
}

a:hover {
  color: black !important;
  background-color: white !important;
}

.btn.fb-primary {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #00bff3;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%
}

/* Social Share Buttons */
.share-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white !important;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.share-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.share-button i {
  font-size: 18px;
}

.share-button.facebook {
  background-color: #3b5998;
}

.share-button.facebook:hover {
  background-color: #2d4373;
  color: white !important;
}

.share-button.twitter {
  background-color: #1da1f2;
}

.share-button.twitter:hover {
  background-color: #0c85d0;
  color: white !important;
}

.share-button.linkedin {
  background-color: #0077b5;
}

.share-button.linkedin:hover {
  background-color: #005582;
  color: white !important;
}

.share-button.email {
  background-color: #dd4b39;
}

.share-button.email:hover {
  background-color: #c23321;
  color: white !important;
}

.share-button.copy {
  background-color: #666;
}

.share-button.copy:hover {
  background-color: #444;
  color: white !important;
}

.share-tooltip {
  display: none;
  position: absolute;
  background: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .share-buttons {
    margin-top: 15px;
  }
}

/* Blog detail header flex layout */
.blog-detail-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}

.blog-detail-header-flex h1 {
  margin: 0;
}

.container .wizard .wizard-nav.dots .wizard-step:before {
    background: orange;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: -17px;
    width: 100%;
    z-index: 2;
}
.list-social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ebebeb
}

.list-social-icons li {
  display: inline-block;
  padding: 7px 10px;
  list-style: none;
  border-left: 1px solid #ebebeb;
  font-size: 90%
}

.list-social-icons li:first-child {
  border-left: none
}

.list-social-icons li:last-child {
  border-right: 1px solid #ebebeb
}

.list-social-icons li a {
  color: #666
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.blog-card.basic{
  border: 1px solid #3c3c3c;
  box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

.blog-card.premium{
  border: 1px solid #ffa500;
  box-shadow:4px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;

}

.blog-card h5{
    text-align:center;
    margin-bottom: 1em;
    font-weight:bold;
}


label.required:after {
  content: " *";
  color: red;
}

#editor-container .ql-editor {
    /* Set a fixed height for the area where text is typed */
    height: 150px; 
    /* Optional: Add overflow to ensure content is scrollable if it exceeds the height */
    overflow-y: auto; 
}
.grecaptcha-badge {
    right: -100vw !important; /* Déplace le badge vers la droite, hors de l'écran */
}

#maville{
  padding-left: 30px;
}