@import url('style.min-blessed1.css?z=236');

#bookingmodal .modal-footer {
  padding-right: 48px;
}

#bookingmodal .picktimebtn {
  margin: 5px;
  width: 80px;
  height: 40px;
  font-weight: bold;
  display: block;
  float: left;
}

#bookingmodal .active {
  color: #FFFFFF;
}

#bookingmodal #suggestions {
  width: 470px;
  min-height: 200px;
}

#bookings_wrapper #seats {
  width: 120px;
  margin-top: 100px;
}

#bookings_wrapper #picktime {
  width: 120px;
  margin-top: 25px;
}

.row-fluid [class*="span"].bookings_selects {
  min-height: 600px;
}

.row-fluid [class*="span"].bookings_selects .bookings_selects_wrapper {
  padding: 10px 0;
}

#picktimeBox label {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

#picktimeBox #timeCommentToGuest {
  margin: 5px;
}

#picktimeBox #timearea .pick-time-wrapper {
  padding: 5px;
}

#picktimeBox #timearea .picktimebuttons .btn.picktimebtn {
  width: 59px;
  display: inline-block;
}

#calendar_holder {
  margin: 20px 0;
}

#calendar_holder .datepicker-inline {
  width: 100%;
}

#calendar_holder .datepicker-inline table {
  width: 100%;
  border-spacing: 0;
}

#calendar_holder .datepicker-inline table thead {
  background-color: rgba(255, 255, 255, 0.8);
}

#calendar_holder .datepicker-inline table thead tr:first-child {
  background-color: #000;
  color: #ffffff;
  padding: 10px 0;
}

#calendar_holder .datepicker-inline table thead tr:first-child th:hover {
  background-color: #000;
}

#calendar_holder .datepicker-inline table thead tr td,
#calendar_holder .datepicker-inline table thead tr th {
  border-radius: 0;
  -webkit-border-radius: 0;
  visibility: visible !important;
  width: none;
  height: none;
}

#calendar_holder .datepicker-inline table tbody {
  background-color: rgba(255, 255, 255, 0.8);
}

#calendar_holder .datepicker-inline table tbody tr td {
  border-radius: 0;
  -webkit-border-radius: 0;
  width: none;
  height: none;
}

#calendar_holder .datepicker-inline table tbody tr td.fullbooked {
  text-decoration: line-through;
}

#calendar_holder .datepicker-inline table tbody tr td.bcfull {
  color: #999999;
}

#calendar_holder .datepicker-inline table tbody tr td.bcclosed {
  color: #999999;
}

#calendar_holder .datepicker-inline table tbody tr td.disabled {
  pointer-events: none;
}

#calendar_holder .datepicker th.datepicker-switch {
  width: auto;
  padding: 10px;
  text-transform: uppercase;
}

#calendar_holder .datepicker-days table tr td.day,
#calendar_holder .datepicker-days table tr td.new {
  color: #000;
  font-weight: normal;
}

#calendar_holder .datepicker-days table tr td.day.active,
#calendar_holder .datepicker-days table tr td.new.active {
  font-weight: bold;
  background-image: none;
  background-color: #000;
  color: #ffffff;
}

#calendar_holder .datepicker-days table tr td.day.disabled,
#calendar_holder .datepicker-days table tr td.new.disabled {
  color: #999999;
  font-weight: normal;
}

#timearea {
  margin: 20px 0;
  margin-top: 10px;
  padding: 0;
}

#timearea button {
  margin: 4px 0;
}

#bookingTermsLabel {
  margin-top: 15px;
}

.bookings_bookBtn {
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #000;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.bookings_bookBtn:hover {
  background: #1A1A1A;
}

#bookingDetailsModal {
  z-index: 1049;
}

#bookingDetailsModal .modal-body {
  max-height: 800px;
}

#bookingDetailsModal .modal-body h3 {
  color: #000;
}

#bookingDetailsModal .modal-body textarea#message {
  resize: none;
}

#bookingTermsModal {
  z-index: 1050;
}

html.embed {
  background: #fff;
}

html.embed,
html.embed body,
html.embed form#bookings_form {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
  height: 100%;
}

html.embed body,
html.embed form#bookings_form {
  background: transparent;
}

html.embed .romodal {
  width: 90%;
  margin-left: -45%;
}

html.embed .romodal .modal-body {
  width: auto;
}

html.embed .alert {
  margin: 0px;
  padding: 5px 10px;
  text-shadow: none;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
}

html.embed .alert h1,
html.embed .alert h2,
html.embed .alert h3 {
  margin: 0px;
  color: #3a87ad;
}

html.embed #bordembed {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html.embed #bordembed .embedpage {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
  transition: left 1s;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

html.embed #bordembed .embedpage .typeahead.dropdown-menu > .active > a,
html.embed #bordembed .embedpage .typeahead.dropdown-menu > .active > a:hover,
html.embed #bordembed .embedpage .typeahead.dropdown-menu > .active > a:focus {
  color: #000;
}

html.embed #bordembed .embedpage .innerPadding {
  padding: 15px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html.embed #bordembed .embedpage .content {
  padding-top: 0px;
  position: relative;
  display: block;
  width: 100%;
  height: 85%;
  /* fallback for old browsers */
  height: calc(100% - 60px);
  max-width: 768px;
  margin: 0px auto;
  overflow: auto;
}

html.embed #bordembed .embedpage .content.full {
  height: 100%;
}

html.embed #bordembed .embedpage .content .checkbox {
  padding-left: 0px;
}

html.embed #bordembed .embedpage .content.footerbutton {
  height: 15%;
  /* fallback for old browsers */
  height: calc(100px - 40px);
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  color: #000;
}

html.embed #bordembed .embedpage .content.footerbutton:hover {
  text-decoration: none;
  background: #1A1A1A;
}

html.embed #bordembed .embedpage .content .btn.picktimebtn {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  line-height: 30px;
}

html.embed #bordembed .embedpage .content .btn.picktimebtn.active {
  background-color: #000;
  background: #000;
  color: #ffffff;
}

html.embed #bordembed .embedpage .content input {
  box-shadow: none;
}

html.embed #bordembed .embedpage .content .checkbox.embedcheckbox #bookingTermsLabel {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}

html.embed #bordembed .embedpage .content .container.roTheme {
  width: 100%;
  max-width: 384px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.8);
}

html.embed #bordembed .embedpage .content .container.roTheme .roBoxheader img {
  margin-left: 10px;
  margin-right: 5px;
}

html.embed #bordembed .embedpage .content .container.roTheme .roBoxheader h1 {
  font-size: 16px;
}

html.embed #bordembed .embedpage .content #calendar_holder .datepicker-days table tr td {
  height: 30px;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .row-fluid > div {
  position: relative;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .split-label-left {
  float: left;
  width: 30%;
  display: block;
  margin-top: 6px;
  margin-bottom: 19px;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .split-input-right {
  float: right;
  width: 70%;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .embededbooking-details-top {
  background: #EBEBEB;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .embededbooking-details-top h3 {
  overflow: hidden;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .embededbooking-details-top .detail-item {
  padding: 1px 15px;
  color: #000;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .embededbooking-details-top .detail-item:first-child {
  padding-top: 12px;
}

html.embed #bordembed .embedpage .content form#bookingDetailsForm .embededbooking-details-top .detail-item:last-child {
  padding-bottom: 12px;
}

html.embed #bordembed .embedpage.active {
  left: 0%;
}

body.bordsbokning #roheader-wrapper {
  margin: 0;
}

.roTheme.roBB {
  position: relative;
  margin-top: 0;
  background: #eee;
  min-height: 600px;
}

.roTheme.roBB [robb-gotopage] {
  cursor: pointer;
}

.roTheme.roBB .topbar {
  visibility: hidden;
  height: 40px;
  margin: 0 -15px;
  padding: 10px 0;
  background: #F8F8F8;
  opacity: 0;
  transition: opacity 0.6s, visibility 0.6s;
  text-align: center;
  font-size: 0;
}

.roTheme.roBB .topbar article {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.roTheme.roBB .topbar article > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.roTheme.roBB .topbar article > div span {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}

.roTheme.roBB .topbar article > div.disabled span {
  color: #999;
}

.roTheme.roBB .topbar article > div.width-location {
  max-width: 105px;
}

.roTheme.roBB .topbar article > div.width-location span {
  display: inline-block;
  max-width: 82px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.roTheme.roBB .topbar article > div.width-seats {
  width: 47px;
}

.roTheme.roBB .topbar article > div.width-date {
  width: 85px;
}

.roTheme.roBB .topbar article > div.width-time {
  width: 62px;
}

.roTheme.roBB .topbar article > div:last-of-type {
  margin-right: 0;
}

.roTheme.roBB.hastopbar > section {
  top: 55px;
}

.roTheme.roBB.hastopbar > .topbar {
  opacity: 1;
  visibility: visible;
}

.roTheme.roBB > section {
  font-size: 0;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: top 0.6s, visibility 0.6s, ease-in-out opacity 0.6s;
}

.roTheme.roBB > section h2 {
  display: block;
  font-size: 25px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 15px;
}

.roTheme.roBB > section article,
.roTheme.roBB > section p,
.roTheme.roBB > section span,
.roTheme.roBB > section form {
  font-size: 12px;
  font-weight: 300;
  color: #000;
}

@media (min-width: 768px) {
  .roTheme.roBB > section article,
  .roTheme.roBB > section p,
  .roTheme.roBB > section span,
  .roTheme.roBB > section form {
    font-size: 14px;
    font-weight: 300;
  }
}

.roTheme.roBB > section select.form-control {
  background: #eee;
  font-weight: 500;
  font-size: 15px;
  height: 30px;
  color: #bbbbbb;
  border: 2px solid #bbbbbb;
  cursor: pointer;
}

.roTheme.roBB > section select.form-control:hover {
  border-color: #ba0000;
  color: #000;
}

.roTheme.roBB > section.show {
  visibility: visible;
  opacity: 1;
  display: block;
}

.roTheme.roBB > section.roBB-loading {
  text-align: center;
}

.roTheme.roBB > section.roBB-full,
.roTheme.roBB > section.roBB-contact,
.roTheme.roBB > section.roBB-people,
.roTheme.roBB > section.roBB-sessions,
.roTheme.roBB > section.roBB-stopped,
.roTheme.roBB > section.roBB-error,
.roTheme.roBB > section.roBB-tooslow,
.roTheme.roBB > section.roBB-bokningsvillkor,
.roTheme.roBB > section.roBB-bookingsuccess {
  max-width: 540px;
  margin: 0px auto;
  width: 100%;
}

.roTheme.roBB > section.roBB-bokningsvillkor #bokningsvillkor {
  margin: 15px 0 30px;
}

.roTheme.roBB > section.roBB-areas {
  text-align: center;
  margin: 0 -15px;
  padding: 0;
}

@media (min-width: 768px) {
  .roTheme.roBB > section.roBB-areas {
    margin: 0;
  }
}

.roTheme.roBB > section.roBB-areas > article.roBB-area {
  display: inline-block;
  max-width: 480px;
  width: 100%;
  background: #eee;
  color: #000;
  text-align: left;
  vertical-align: top;
  margin-bottom: 15px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .roTheme.roBB > section.roBB-areas > article.roBB-area {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.roTheme.roBB > section.roBB-areas > article.roBB-area > p {
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  padding: 15px;
  margin: 0;
  color: #000;
  white-space: pre-wrap;
}

.roTheme.roBB > section.roBB-areas > article.roBB-area > p b {
  color: #000;
}

.roTheme.roBB > section.roBB-people {
  text-align: center;
}

.roTheme.roBB > section.roBB-people #selectPeopleBox {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .roTheme.roBB > section.roBB-people #selectPeopleBox {
    margin: 30px 0;
  }
}

.roTheme.roBB > section.roBB-people #selectPeopleBox article {
  display: inline-block;
  border-radius: 100%;
  border: 3px solid #eee;
  width: 60px;
  height: 60px;
  margin: 5px 5px;
  color: #ba0000;
  background: #eee;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: 6px 16.8px;
  background-image: url('../../img/robb_icons/red/seats.png');
}

.roTheme.roBB > section.roBB-people #selectPeopleBox article > a {
  color: #ba0000;
  display: block;
  height: 100%;
  text-align: center;
  padding: 13.2px 0 0 21.6px;
  font-size: 21.6px;
  margin: 0;
  text-decoration: none !important;
  outline: none !important;
}

.roTheme.roBB > section.roBB-people #selectPeopleBox article:hover {
  border-color: #ba0000;
}

.roTheme.roBB > section.roBB-people #selectPeopleBox article.selected {
  background-color: #ba0000;
  border-color: #ba0000;
  background-image: url('../../img/robb_icons/red/seats-inverse.png');
}

.roTheme.roBB > section.roBB-people #selectPeopleBox article.selected,
.roTheme.roBB > section.roBB-people #selectPeopleBox article.selected > a {
  cursor: default;
  color: #eee !important;
}

.roTheme.roBB > section.roBB-sessions {
  text-align: center;
}

.roTheme.roBB > section.roBB-sessions #sessionListBox {
  margin: 5px 0;
}

@media (min-width: 768px) {
  .roTheme.roBB > section.roBB-sessions #sessionListBox {
    margin: 10px 0;
  }
}

.roTheme.roBB > section.roBB-sessions #sessionListBox article.roBB-session-button {
  display: inline-block;
  border-radius: 5px;
  border: 3px solid #eee;
  margin: 3px;
  color: #ba0000;
  background: #eee;
}

.roTheme.roBB > section.roBB-sessions #sessionListBox article.roBB-session-button > a {
  color: #ba0000;
  display: block;
  height: 100%;
  text-align: center;
  padding: 3px 6px;
  font-size: 16px;
  margin: 0;
  text-decoration: none !important;
  outline: none !important;
}

.roTheme.roBB > section.roBB-sessions #sessionListBox article.roBB-session-button:hover {
  border-color: #ba0000;
}

.roTheme.roBB > section.roBB-sessions #sessionListBox article.roBB-session-button.selected {
  background-color: #ba0000;
  border-color: #ba0000;
}

.roTheme.roBB > section.roBB-sessions #sessionListBox article.roBB-session-button.selected,
.roTheme.roBB > section.roBB-sessions #sessionListBox article.roBB-session-button.selected > a {
  cursor: default;
  color: #eee !important;
}

.roTheme.roBB > section.roBB-sessions #sessionCommentBox article {
  font-size: 12px;
  line-height: 1.5;
}

.roTheme.roBB > section.roBB-sessions #selectTimeBox {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .roTheme.roBB > section.roBB-sessions #selectTimeBox {
    margin: 20px 0;
  }
}

.roTheme.roBB > section.roBB-sessions #selectTimeBox article.roBB-session {
  display: inline-block;
  border-radius: 100%;
  border: 3px solid #eee;
  width: 60px;
  height: 60px;
  margin: 5px 5px;
  color: #ba0000;
  background: #eee;
}

.roTheme.roBB > section.roBB-sessions #selectTimeBox article.roBB-session > a {
  color: #ba0000;
  display: block;
  height: 100%;
  text-align: center;
  padding: 13.2px 0 0 0;
  font-size: 19.2px;
  margin: 0;
  text-decoration: none !important;
  outline: none !important;
}

.roTheme.roBB > section.roBB-sessions #selectTimeBox article.roBB-session:hover {
  border-color: #ba0000;
}

.roTheme.roBB > section.roBB-sessions #selectTimeBox article.roBB-session.selected {
  background-color: #ba0000;
  border-color: #ba0000;
}

.roTheme.roBB > section.roBB-sessions #selectTimeBox article.roBB-session.selected,
.roTheme.roBB > section.roBB-sessions #selectTimeBox article.roBB-session.selected > a {
  cursor: default;
  color: #eee !important;
}

.roTheme.roBB > section.roBB-calendar {
  text-align: center;
}

@media (max-width: 767px) {
  .roTheme.roBB > section.roBB-contact form label {
    display: none;
  }
}

.roTheme.roBB > section.roBB-contact form textarea {
  resize: none;
}

.roTheme.roBB > section.roBB-contact form .checkbox label {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  color: #000;
}

.roTheme.roBB > section.roBB-contact form .checkbox label a {
  text-decoration: underline;
  color: #ba0000;
}

.roTheme.roBB > section.roBB-contact form .checkbox label:before {
  color: #ba0000;
}

.roTheme.roBB > section.roBB-contact form .checkbox input[type=checkbox]:checked + label:before {
  color: #ba0000;
}

.roTheme.roBB > section.roBB-bookingsuccess p {
  font-size: 16px;
}

.roTheme.roBB > section.roBB-bookingsuccess p span {
  vertical-align: top;
  font-size: 16px;
  padding-left: 5px;
}

.roTheme.roBB > section.roBB-bookingsuccess .soft {
  padding-left: 14px;
}

.roTheme.roBB > section.roBB-bookingsuccess .soft p {
  color: #888888;
}

.roTheme.roBB > section.roBB-bookingsuccess .hard {
  margin-top: 15px;
  padding-left: 21px;
}

.roTheme.roBB .roBB-btn {
  border: 3px solid #eee;
  background: #eee;
  text-transform: uppercase;
  color: #ba0000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding: 7px 14px;
  border-radius: 4px;
  outline: none !important;
}

.roTheme.roBB .roBB-btn:disabled {
  color: #bbbbbb;
  opacity: 1;
}

.roTheme.roBB .roBB-btn.btn-lg {
  font-size: 22px;
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 6px;
}

.roTheme.roBB .roBB-btn:hover {
  border-color: #ba0000;
}

@media (max-width: 767px) and (min-height: 400px) {
  .roTheme.roBB .stickybuttonHolder {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    z-index: 999;
  }
}

.roTheme.roBB #roBB-datepicker {
  margin: 0px auto 15px;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.roTheme.roBB #roBB-datepicker > .datepicker {
  display: block;
  width: 100%;
  padding: 0;
  height: 270px;
}

@media (min-width: 768px) {
  .roTheme.roBB #roBB-datepicker > .datepicker {
    height: 330px;
  }
}

.roTheme.roBB #roBB-datepicker > .datepicker thead tr:first-child th:hover {
  background: #eee;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table {
  margin: 0px auto;
  display: block;
  width: 100%;
  max-width: 450px;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody {
  display: block;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr {
  display: block;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th {
  color: #000;
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  margin: 1px;
}

@media (min-width: 768px) {
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th {
    font-size: 16px;
    width: 36px;
    height: 36px;
    padding-top: 4px;
    margin: 2px;
  }
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.datepicker-switch,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.datepicker-switch,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.datepicker-switch,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.datepicker-switch {
  width: 200px;
}

@media (min-width: 768px) {
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.datepicker-switch,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.datepicker-switch,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.datepicker-switch,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.datepicker-switch {
    width: 270px;
  }
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.prev,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.prev,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.prev,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.prev,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.next,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.next,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.next,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.next {
  width: 25px;
  margin: 5px;
}

@media (min-width: 768px) {
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.prev,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.prev,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.prev,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.prev,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.next,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.next,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.next,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.next {
    width: 45px;
    margin: 5px;
  }
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day {
  cursor: pointer;
  font-weight: 700;
  color: #000;
  background-color: #eee;
  border: 2px solid #eee;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day {
    border-width: 3px;
  }
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day:hover {
  border-color: #ba0000;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day.active {
  color: #eee;
  background-color: #ba0000;
  border-color: #ba0000;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day.new,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day.new,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day.new,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day.new,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day.old,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day.old,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day.old,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day.old {
  color: #888888;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day.new.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day.new.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day.new.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day.new.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day.old.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day.old.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day.old.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day.old.active {
  color: #eee;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day:disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day:disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day:disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day:disabled {
  font-weight: 300;
  cursor: default;
  color: #bbbbbb;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr td.day:disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr td.day:disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table thead tr th.day:disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-days table tbody tr th.day:disabled:hover {
  border-color: #eee;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table {
  margin: 0px auto;
  display: block;
  width: 100%;
  max-width: 450px;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table thead,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table thead {
  font-size: 14px;
}

@media (min-width: 768px) {
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table thead,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table thead {
    font-size: 16px;
  }
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table thead tr th,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table thead tr th {
  height: 45px;
  padding-top: 7px;
  margin: 5px 0;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table thead tr th.prev,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table thead tr th.prev,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table thead tr th.next,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table thead tr th.next {
  display: none;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr {
  width: 100%;
  display: block;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 1;
  padding-top: 19px;
  cursor: pointer;
  font-weight: 700;
  color: #000;
  background-color: #eee;
  border: 2px solid #eee;
  border-radius: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span,
  .roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span {
    font-size: 16px;
  }
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span:hover {
  border-color: #ba0000;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span.active,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span.active {
  color: #eee;
  background-color: #ba0000;
  border-color: #ba0000;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span.disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span:disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span:disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span:disabled,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span:disabled {
  font-weight: 300;
  cursor: default;
  color: #bbbbbb;
}

.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span.disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr td span:disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr td span:disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-months table tr th span:disabled:hover,
.roTheme.roBB #roBB-datepicker > .datepicker .datepicker-years table tr th span:disabled:hover {
  border-color: #eee;
}

.roTheme.roBB i.roBB-icon {
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.roTheme.roBB i.roBB-icon.i-calendar {
  background-image: url('../../img/robb_icons/red/calendar.png');
}

.roTheme.roBB i.roBB-icon.i-man {
  background-image: url('../../img/robb_icons/red/man.png');
}

.roTheme.roBB i.roBB-icon.i-location {
  background-image: url('../../img/robb_icons/red/location.png');
}

.roTheme.roBB i.roBB-icon.i-time {
  background-image: url('../../img/robb_icons/red/time.png');
}

.roTheme.roBB i.roBB-icon.i-spinner {
  background-image: url('../../img/robb_icons/red/spinner.gif');
  width: 64px;
  height: 64px;
}

.roTheme.roBB .disabled i.roBB-icon.i-calendar {
  background-image: url('../../img/robb_icons/red/calendar-disabled.png');
}

.roTheme.roBB .disabled i.roBB-icon.i-man {
  background-image: url('../../img/robb_icons/red/man-disabled.png');
}

.roTheme.roBB .disabled i.roBB-icon.i-location {
  background-image: url('../../img/robb_icons/red/location-disabled.png');
}

.roTheme.roBB .disabled i.roBB-icon.i-time {
  background-image: url('../../img/robb_icons/red/time-disabled.png');
}

@media (max-width: 767px) {
  body[class^='konto has_roheader'] .roTheme .robtn-default {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) {
  body[class^='konto has_roheader'] .marginContainer {
    margin: 0px 34px;
  }
}

.konto .form-horizontal .controls {
  margin-left: 80px;
}

.konto .form-horizontal .control-label {
  width: 60px;
}

.konto #cards .well {
  line-height: 17px;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
}

.konto #cards .well img {
  margin-right: 25px;
}

.konto #cards .well i {
  display: block;
  float: right;
  cursor: pointer;
  color: red;
  margin-top: 3px;
}

.konto #cards .well i:before {
  cursor: pointer;
}

.konto .card-container .well {
  position: relative;
  margin-bottom: 6px;
  padding: 10px 15px;
  background: #fff;
  border: none;
  color: #000;
}

.konto .card-container .well > img {
  margin-right: 8px;
  width: 40px;
}

.konto .card-container .well > i {
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 50%;
}

#register-modal {
  z-index: 1050;
  padding-right: 0px !important;
}

#register-modal .modal-body {
  max-height: none;
}

#register-modal #login-div,
#register-inline #login-div {
  display: none;
}

#register-modal .company-row,
#register-inline .company-row {
  display: none;
}

#register-inline {
  padding-bottom: 50px;
}

#register-inline.invoice_register .company-row {
  display: block;
}

#register-inline .register-buttons {
  margin-top: 25px;
}

.register button {
  margin-left: 478px;
  margin-top: 10px;
}

.register .company-row,
.register-modal .company-row {
  display: none;
}

.register #login-div,
.register-modal #login-div {
  display: none;
}

.register .form-tight .controls,
.register-modal .form-tight .controls {
  margin-left: 135px;
  margin-right: 115px;
}

.register p,
.register-modal p {
  margin-left: 25px;
  margin-right: 25px;
}

.register form,
.register-modal form {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  margin-right: 25px;
}

.register form label,
.register-modal form label {
  width: 130px;
  text-align: right;
  margin-right: 5px;
}

.register form .control-label-small,
.register-modal form .control-label-small {
  width: 103px;
}

.register form .controls-row,
.register-modal form .controls-row {
  margin-bottom: 5px;
}

.register form .controls-row-checkbox-wrap,
.register-modal form .controls-row-checkbox-wrap {
  margin-top: 10px;
  margin-bottom: 15px;
}

.register form .controls-row-checkbox-wrap .controls-row-checkbox,
.register-modal form .controls-row-checkbox-wrap .controls-row-checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.register form .checkbox,
.register-modal form .checkbox,
.register form .radio,
.register-modal form .radio {
  width: 430px;
  margin-left: 140px;
  text-align: left;
}

.register form .input-xxlarge,
.register-modal form .input-xxlarge {
  width: 430px;
}

.register form .control-group,
.register-modal form .control-group {
  margin-bottom: 0;
}

.register form .control-group label,
.register-modal form .control-group label {
  margin-bottom: 2px;
}

.register form .controls input,
.register-modal form .controls input {
  margin-bottom: 4px;
}

.register .modal-body,
.register-modal .modal-body {
  max-height: none;
}

.bekraftelse .roTheme #roConfirmBox .roBox {
  padding-top: 25px;
}

.bekraftelse .roTheme #roConfirmBox .roBox h2 {
  color: #23a023;
}

.bekraftelse .roTheme #roConfirmBox .roBox #ro_confirm_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.bekraftelse .roTheme .roConfirmWaiting,
.bekraftelse .roTheme .roConfirmAccepted {
  margin: 10px;
}

.bekraftelse .roTheme .roConfirmWaiting .roBoxheader,
.bekraftelse .roTheme .roConfirmAccepted .roBoxheader {
  background-color: #23a023;
  color: #FFF;
}

.bekraftelse .roTheme .roConfirmWaiting .roBox h1,
.bekraftelse .roTheme .roConfirmAccepted .roBox h1 {
  margin: 20px 0px;
  color: #23a023;
}

.bekraftelse .roTheme .roConfirmWaiting .roBox p,
.bekraftelse .roTheme .roConfirmAccepted .roBox p {
  margin: 0px 0px 5px;
}

.bekraftelse .roTheme .roConfirmWaiting #remainingCount,
.bekraftelse .roTheme .roConfirmAccepted #remainingCount {
  margin: 0px 0px 10px;
}

.bekraftelse .roTheme .roConfirmDenied .roBoxheader {
  background-color: #ba0000;
  color: #FFF;
}

.bekraftelse .roTheme .roConfirmDenied .roBox h1 {
  margin-top: 0px;
  font-size: 22px;
  color: #ba0000;
}

.bekraftelse .roTheme .info-container {
  margin-top: 25px;
}

.bekraftelse .roTheme #map_canvas {
  height: 320px;
  margin: 25px 0px;
}

.bekraftelse .roTheme h1 {
  font-weight: bold;
}

.bekraftelse .roTheme h1.hiding {
  display: none;
}

.bekraftelse .roTheme h3 {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #000;
}

.bekraftelse .roTheme h2.refund {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.bekraftelse .roTheme #confirmWrapper {
  text-align: center;
}

@media (max-width: 768px) {
  .bekraftelse .roTheme #confirmWrapper h1,
  .bekraftelse .roTheme #confirmWrapper h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

.bekraftelse .roTheme #confirmWrapper p {
  font-size: 16px;
}

@media (max-width: 991px) {
  .bekraftelse .roTheme #confirmWrapper p {
    font-size: 14px;
  }
}

.bekraftelse .roTheme #confirmWrapper p.heading {
  margin: 0px;
}

.bekraftelse .roTheme #confirmWrapper #reviewContent {
  text-align: left;
}

.bekraftelse .roTheme #denymessage {
  color: #000;
  padding: 20px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bekraftelse .roTheme #deniedToStart {
  color: #333333;
  float: right;
  font-size: 14px;
  padding: 9px 15px;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: normal;
  border: 1px solid #ccc;
  background-color: #fff;
}

@media (max-width: 450px) {
  .bekraftelse .roTheme #deniedToStart {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
    margin-right: 0px;
  }
}

.bekraftelse .roTheme #deniedToCheckout {
  color: #fff;
  float: right;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: normal;
  background-color: #23a023;
}

@media (max-width: 450px) {
  .bekraftelse .roTheme #deniedToCheckout {
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
  }
}

.bekraftelse .roTheme #reviewBtn {
  float: right;
  margin-top: 10px;
  padding: 8px 50px;
  border-radius: 5px;
}

.bekraftelse .roTheme #restaurant-logo {
  width: auto;
  max-height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

body[class^='extra'] #content img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../../robs/fonts/fontawesome-webfont.eot?v=3.2.1');
  src: url('../../robs/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../robs/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../robs/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../robs/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}

/* makes sure icons active on rollover in links */

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}

.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}

.icons-ul > li {
  position: relative;
}

.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

.icon-muted {
  color: #eee;
}

.icon-light {
  color: #fff;
}

.icon-dark {
  color: #333;
}

.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}

.icon-2x {
  font-size: 2em;
}

.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

.icon-3x {
  font-size: 3em;
}

.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

.icon-4x {
  font-size: 4em;
}

.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

.icon-5x {
  font-size: 5em;
}

.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */

/* Bootstrap 2.0 sprites.less reset */

[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */

.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

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

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */

/* Stacked and layered icon */

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */

.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */

a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

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

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

/* Icon rotations and mirroring */

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

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

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

.icon-flip-horizontal:before {
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical:before {
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */

a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

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

.icon-th:before {
  content: "\f00a";
}

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

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

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

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-alt:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

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

.icon-refresh:before {
  content: "\f021";
}

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

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

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

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

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

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

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

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

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

.icon-eject:before {
  content: "\f052";
}

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

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

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

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

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

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

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

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

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

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

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

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

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

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

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

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

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

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

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

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

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

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

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

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

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

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

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

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

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

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

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

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

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

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

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

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

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

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

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

.icon-expand-alt:before {
  content: "\f116";
}

.icon-collapse-alt:before {
  content: "\f117";
}

.icon-smile:before {
  content: "\f118";
}

.icon-frown:before {
  content: "\f119";
}

.icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

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

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

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

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-sign:before {
  content: "\f143";
}

.icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-check-minus:before {
  content: "\f147";
}

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

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

.icon-check-sign:before {
  content: "\f14a";
}

.icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-collapse:before {
  content: "\f150";
}

.icon-collapse-top:before {
  content: "\f151";
}

.icon-expand:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

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

.icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-by-order-alt:before {
  content: "\f163";
}

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

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

.icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stackexchange:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-sign:before {
  content: "\f174";
}

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

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

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

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

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun:before {
  content: "\f185";
}

.icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.lt-ie8 {
  /*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
}

.lt-ie8 .icon-large {
  font-size: 1.33333333em;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.lt-ie8 .nav [class^="icon-"],
.lt-ie8 .nav [class*=" icon-"] {
  vertical-align: inherit;
  margin-top: -4px;
  padding-top: 3px;
  margin-bottom: -4px;
  padding-bottom: 3px;
}

.lt-ie8 .nav [class^="icon-"].icon-large,
.lt-ie8 .nav [class*=" icon-"].icon-large {
  vertical-align: -25%;
}

.lt-ie8 .nav-pills [class^="icon-"].icon-large,
.lt-ie8 .nav-tabs [class^="icon-"].icon-large,
.lt-ie8 .nav-pills [class*=" icon-"].icon-large,
.lt-ie8 .nav-tabs [class*=" icon-"].icon-large {
  line-height: .75em;
  margin-top: -7px;
  padding-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 4px;
}

.lt-ie8 .btn [class^="icon-"].pull-left,
.lt-ie8 .btn [class*=" icon-"].pull-left,
.lt-ie8 .btn [class^="icon-"].pull-right,
.lt-ie8 .btn [class*=" icon-"].pull-right {
  vertical-align: inherit;
}

.lt-ie8 .btn [class^="icon-"].icon-large,
.lt-ie8 .btn [class*=" icon-"].icon-large {
  margin-top: -0.5em;
}

.lt-ie8 a [class^="icon-"],
.lt-ie8 a [class*=" icon-"] {
  cursor: pointer;
}

.lt-ie8 .icon-glass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;');
}

.lt-ie8 .icon-music {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;');
}

.lt-ie8 .icon-search {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;');
}

.lt-ie8 .icon-envelope-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;');
}

.lt-ie8 .icon-heart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;');
}

.lt-ie8 .icon-star {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;');
}

.lt-ie8 .icon-star-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;');
}

.lt-ie8 .icon-user {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;');
}

.lt-ie8 .icon-film {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;');
}

.lt-ie8 .icon-th-large {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;');
}

.lt-ie8 .icon-th {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;');
}

.lt-ie8 .icon-th-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;');
}

.lt-ie8 .icon-ok {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;');
}

.lt-ie8 .icon-remove {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;');
}

.lt-ie8 .icon-zoom-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;');
}

.lt-ie8 .icon-zoom-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;');
}

.lt-ie8 .icon-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}

.lt-ie8 .icon-power-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;');
}

.lt-ie8 .icon-signal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;');
}

.lt-ie8 .icon-cog {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}

.lt-ie8 .icon-gear {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;');
}

.lt-ie8 .icon-trash {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;');
}

.lt-ie8 .icon-home {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;');
}

.lt-ie8 .icon-file-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;');
}

.lt-ie8 .icon-time {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;');
}

.lt-ie8 .icon-road {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;');
}

.lt-ie8 .icon-download-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;');
}

.lt-ie8 .icon-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;');
}

.lt-ie8 .icon-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;');
}

.lt-ie8 .icon-inbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;');
}

.lt-ie8 .icon-play-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;');
}

.lt-ie8 .icon-repeat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}

.lt-ie8 .icon-rotate-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;');
}

.lt-ie8 .icon-refresh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;');
}

.lt-ie8 .icon-list-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;');
}

.lt-ie8 .icon-lock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;');
}

.lt-ie8 .icon-flag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;');
}

.lt-ie8 .icon-headphones {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;');
}

.lt-ie8 .icon-volume-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;');
}

.lt-ie8 .icon-volume-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;');
}

.lt-ie8 .icon-volume-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;');
}

.lt-ie8 .icon-qrcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;');
}

.lt-ie8 .icon-barcode {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;');
}

.lt-ie8 .icon-tag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;');
}

.lt-ie8 .icon-tags {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;');
}

.lt-ie8 .icon-book {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;');
}

.lt-ie8 .icon-bookmark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;');
}

.lt-ie8 .icon-print {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;');
}

.lt-ie8 .icon-camera {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;');
}

.lt-ie8 .icon-font {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;');
}

.lt-ie8 .icon-bold {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;');
}

.lt-ie8 .icon-italic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;');
}

.lt-ie8 .icon-text-height {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;');
}

.lt-ie8 .icon-text-width {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;');
}

.lt-ie8 .icon-align-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;');
}

.lt-ie8 .icon-align-center {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;');
}

.lt-ie8 .icon-align-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;');
}

.lt-ie8 .icon-align-justify {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;');
}

.lt-ie8 .icon-list {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;');
}

.lt-ie8 .icon-indent-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;');
}

.lt-ie8 .icon-indent-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;');
}

.lt-ie8 .icon-facetime-video {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;');
}

.lt-ie8 .icon-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;');
}

.lt-ie8 .icon-pencil {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;');
}

.lt-ie8 .icon-map-marker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;');
}

.lt-ie8 .icon-adjust {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;');
}

.lt-ie8 .icon-tint {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;');
}

.lt-ie8 .icon-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;');
}

.lt-ie8 .icon-share {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;');
}

.lt-ie8 .icon-check {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;');
}

.lt-ie8 .icon-move {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;');
}

.lt-ie8 .icon-step-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;');
}

.lt-ie8 .icon-fast-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;');
}

.lt-ie8 .icon-backward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;');
}

.lt-ie8 .icon-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;');
}

.lt-ie8 .icon-pause {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;');
}

.lt-ie8 .icon-stop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;');
}

.lt-ie8 .icon-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;');
}

.lt-ie8 .icon-fast-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;');
}

.lt-ie8 .icon-step-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;');
}

.lt-ie8 .icon-eject {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;');
}

.lt-ie8 .icon-chevron-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;');
}

.lt-ie8 .icon-chevron-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;');
}

.lt-ie8 .icon-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;');
}

.lt-ie8 .icon-minus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;');
}

.lt-ie8 .icon-remove-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;');
}

.lt-ie8 .icon-ok-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;');
}

.lt-ie8 .icon-question-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;');
}

.lt-ie8 .icon-info-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;');
}

.lt-ie8 .icon-screenshot {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;');
}

.lt-ie8 .icon-remove-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;');
}

.lt-ie8 .icon-ok-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;');
}

.lt-ie8 .icon-ban-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;');
}

.lt-ie8 .icon-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;');
}

.lt-ie8 .icon-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;');
}

.lt-ie8 .icon-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;');
}

.lt-ie8 .icon-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;');
}

.lt-ie8 .icon-share-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}

.lt-ie8 .icon-mail-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;');
}

.lt-ie8 .icon-resize-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;');
}

.lt-ie8 .icon-resize-small {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;');
}

.lt-ie8 .icon-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;');
}

.lt-ie8 .icon-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;');
}

.lt-ie8 .icon-asterisk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;');
}

.lt-ie8 .icon-exclamation-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;');
}

.lt-ie8 .icon-gift {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;');
}

.lt-ie8 .icon-leaf {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;');
}

.lt-ie8 .icon-fire {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;');
}

.lt-ie8 .icon-eye-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;');
}

.lt-ie8 .icon-eye-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;');
}

.lt-ie8 .icon-warning-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;');
}

.lt-ie8 .icon-plane {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;');
}

.lt-ie8 .icon-calendar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;');
}

.lt-ie8 .icon-random {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;');
}

.lt-ie8 .icon-comment {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;');
}

.lt-ie8 .icon-magnet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;');
}

.lt-ie8 .icon-chevron-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;');
}

.lt-ie8 .icon-chevron-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;');
}

.lt-ie8 .icon-retweet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;');
}

.lt-ie8 .icon-shopping-cart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;');
}

.lt-ie8 .icon-folder-close {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;');
}

.lt-ie8 .icon-folder-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;');
}

.lt-ie8 .icon-resize-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;');
}

.lt-ie8 .icon-resize-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;');
}

.lt-ie8 .icon-bar-chart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;');
}

.lt-ie8 .icon-twitter-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;');
}

.lt-ie8 .icon-facebook-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;');
}

.lt-ie8 .icon-camera-retro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;');
}

.lt-ie8 .icon-key {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;');
}

.lt-ie8 .icon-cogs {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}

.lt-ie8 .icon-gears {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;');
}

.lt-ie8 .icon-comments {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;');
}

.lt-ie8 .icon-thumbs-up-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;');
}

.lt-ie8 .icon-thumbs-down-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;');
}

.lt-ie8 .icon-star-half {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;');
}

.lt-ie8 .icon-heart-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;');
}

.lt-ie8 .icon-signout {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;');
}

.lt-ie8 .icon-linkedin-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;');
}

.lt-ie8 .icon-pushpin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;');
}

.lt-ie8 .icon-external-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;');
}

.lt-ie8 .icon-signin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;');
}

.lt-ie8 .icon-trophy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;');
}

.lt-ie8 .icon-github-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;');
}

.lt-ie8 .icon-upload-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;');
}

.lt-ie8 .icon-lemon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;');
}

.lt-ie8 .icon-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;');
}

.lt-ie8 .icon-check-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}

.lt-ie8 .icon-unchecked {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;');
}

.lt-ie8 .icon-bookmark-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;');
}

.lt-ie8 .icon-phone-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;');
}

.lt-ie8 .icon-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;');
}

.lt-ie8 .icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;');
}

.lt-ie8 .icon-github {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;');
}

.lt-ie8 .icon-unlock {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;');
}

.lt-ie8 .icon-credit-card {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;');
}

.lt-ie8 .icon-rss {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;');
}

.lt-ie8 .icon-hdd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;');
}

.lt-ie8 .icon-bullhorn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;');
}

.lt-ie8 .icon-bell {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;');
}

.lt-ie8 .icon-certificate {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;');
}

.lt-ie8 .icon-hand-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;');
}

.lt-ie8 .icon-hand-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;');
}

.lt-ie8 .icon-hand-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;');
}

.lt-ie8 .icon-hand-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;');
}

.lt-ie8 .icon-circle-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;');
}

.lt-ie8 .icon-circle-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;');
}

.lt-ie8 .icon-circle-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;');
}

.lt-ie8 .icon-circle-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;');
}

.lt-ie8 .icon-globe {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;');
}

.lt-ie8 .icon-wrench {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;');
}

.lt-ie8 .icon-tasks {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;');
}

.lt-ie8 .icon-filter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;');
}

.lt-ie8 .icon-briefcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;');
}

.lt-ie8 .icon-fullscreen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;');
}

.lt-ie8 .icon-group {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;');
}

.lt-ie8 .icon-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;');
}

.lt-ie8 .icon-cloud {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;');
}

.lt-ie8 .icon-beaker {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;');
}

.lt-ie8 .icon-cut {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;');
}

.lt-ie8 .icon-copy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;');
}

.lt-ie8 .icon-paper-clip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}

.lt-ie8 .icon-paperclip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;');
}

.lt-ie8 .icon-save {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;');
}

.lt-ie8 .icon-sign-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;');
}

.lt-ie8 .icon-reorder {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;');
}

.lt-ie8 .icon-list-ul {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;');
}

.lt-ie8 .icon-list-ol {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;');
}

.lt-ie8 .icon-strikethrough {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;');
}

.lt-ie8 .icon-underline {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;');
}

.lt-ie8 .icon-table {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;');
}

.lt-ie8 .icon-magic {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;');
}

.lt-ie8 .icon-truck {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;');
}

.lt-ie8 .icon-pinterest {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;');
}

.lt-ie8 .icon-pinterest-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;');
}

.lt-ie8 .icon-google-plus-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;');
}

.lt-ie8 .icon-google-plus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;');
}

.lt-ie8 .icon-money {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;');
}

.lt-ie8 .icon-caret-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;');
}

.lt-ie8 .icon-caret-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;');
}

.lt-ie8 .icon-caret-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;');
}

.lt-ie8 .icon-caret-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;');
}

.lt-ie8 .icon-columns {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;');
}

.lt-ie8 .icon-sort {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;');
}

.lt-ie8 .icon-sort-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;');
}

.lt-ie8 .icon-sort-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;');
}

.lt-ie8 .icon-envelope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;');
}

.lt-ie8 .icon-linkedin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;');
}

.lt-ie8 .icon-undo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}

.lt-ie8 .icon-rotate-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;');
}

.lt-ie8 .icon-legal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;');
}

.lt-ie8 .icon-dashboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;');
}

.lt-ie8 .icon-comment-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;');
}

.lt-ie8 .icon-comments-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;');
}

.lt-ie8 .icon-bolt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;');
}

.lt-ie8 .icon-sitemap {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;');
}

.lt-ie8 .icon-umbrella {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;');
}

.lt-ie8 .icon-paste {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;');
}

.lt-ie8 .icon-lightbulb {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0eb;');
}

.lt-ie8 .icon-exchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ec;');
}

.lt-ie8 .icon-cloud-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ed;');
}

.lt-ie8 .icon-cloud-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ee;');
}

.lt-ie8 .icon-user-md {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f0;');
}

.lt-ie8 .icon-stethoscope {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f1;');
}

.lt-ie8 .icon-suitcase {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f2;');
}

.lt-ie8 .icon-bell-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f3;');
}

.lt-ie8 .icon-coffee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f4;');
}

.lt-ie8 .icon-food {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f5;');
}

.lt-ie8 .icon-file-text-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f6;');
}

.lt-ie8 .icon-building {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f7;');
}

.lt-ie8 .icon-hospital {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f8;');
}

.lt-ie8 .icon-ambulance {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0f9;');
}

.lt-ie8 .icon-medkit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fa;');
}

.lt-ie8 .icon-fighter-jet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fb;');
}

.lt-ie8 .icon-beer {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fc;');
}

.lt-ie8 .icon-h-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fd;');
}

.lt-ie8 .icon-plus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0fe;');
}

.lt-ie8 .icon-double-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;');
}

.lt-ie8 .icon-double-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;');
}

.lt-ie8 .icon-double-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf102;');
}

.lt-ie8 .icon-double-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf103;');
}

.lt-ie8 .icon-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;');
}

.lt-ie8 .icon-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;');
}

.lt-ie8 .icon-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;');
}

.lt-ie8 .icon-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;');
}

.lt-ie8 .icon-desktop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;');
}

.lt-ie8 .icon-laptop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;');
}

.lt-ie8 .icon-tablet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;');
}

.lt-ie8 .icon-mobile-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;');
}

.lt-ie8 .icon-circle-blank {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10c;');
}

.lt-ie8 .icon-quote-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;');
}

.lt-ie8 .icon-quote-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10e;');
}

.lt-ie8 .icon-spinner {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf110;');
}

.lt-ie8 .icon-circle {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;');
}

.lt-ie8 .icon-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}

.lt-ie8 .icon-mail-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;');
}

.lt-ie8 .icon-github-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf113;');
}

.lt-ie8 .icon-folder-close-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf114;');
}

.lt-ie8 .icon-folder-open-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;');
}

.lt-ie8 .icon-expand-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf116;');
}

.lt-ie8 .icon-collapse-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf117;');
}

.lt-ie8 .icon-smile {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;');
}

.lt-ie8 .icon-frown {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf119;');
}

.lt-ie8 .icon-meh {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11a;');
}

.lt-ie8 .icon-gamepad {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11b;');
}

.lt-ie8 .icon-keyboard {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;');
}

.lt-ie8 .icon-flag-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;');
}

.lt-ie8 .icon-flag-checkered {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;');
}

.lt-ie8 .icon-terminal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf120;');
}

.lt-ie8 .icon-code {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf121;');
}

.lt-ie8 .icon-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}

.lt-ie8 .icon-mail-reply-all {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf122;');
}

.lt-ie8 .icon-star-half-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}

.lt-ie8 .icon-star-half-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf123;');
}

.lt-ie8 .icon-location-arrow {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;');
}

.lt-ie8 .icon-crop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf125;');
}

.lt-ie8 .icon-code-fork {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf126;');
}

.lt-ie8 .icon-unlink {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;');
}

.lt-ie8 .icon-question {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf128;');
}

.lt-ie8 .icon-info {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf129;');
}

.lt-ie8 .icon-exclamation {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12a;');
}

.lt-ie8 .icon-superscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12b;');
}

.lt-ie8 .icon-subscript {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12c;');
}

.lt-ie8 .icon-eraser {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12d;');
}

.lt-ie8 .icon-puzzle-piece {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf12e;');
}

.lt-ie8 .icon-microphone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;');
}

.lt-ie8 .icon-microphone-off {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf131;');
}

.lt-ie8 .icon-shield {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;');
}

.lt-ie8 .icon-calendar-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf133;');
}

.lt-ie8 .icon-fire-extinguisher {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf134;');
}

.lt-ie8 .icon-rocket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf135;');
}

.lt-ie8 .icon-maxcdn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf136;');
}

.lt-ie8 .icon-chevron-sign-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf137;');
}

.lt-ie8 .icon-chevron-sign-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf138;');
}

.lt-ie8 .icon-chevron-sign-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf139;');
}

.lt-ie8 .icon-chevron-sign-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13a;');
}

.lt-ie8 .icon-html5 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13b;');
}

.lt-ie8 .icon-css3 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13c;');
}

.lt-ie8 .icon-anchor {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13d;');
}

.lt-ie8 .icon-unlock-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf13e;');
}

.lt-ie8 .icon-bullseye {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf140;');
}

.lt-ie8 .icon-ellipsis-horizontal {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf141;');
}

.lt-ie8 .icon-ellipsis-vertical {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;');
}

.lt-ie8 .icon-rss-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf143;');
}

.lt-ie8 .icon-play-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;');
}

.lt-ie8 .icon-ticket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf145;');
}

.lt-ie8 .icon-minus-sign-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf146;');
}

.lt-ie8 .icon-check-minus {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf147;');
}

.lt-ie8 .icon-level-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf148;');
}

.lt-ie8 .icon-level-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf149;');
}

.lt-ie8 .icon-check-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14a;');
}

.lt-ie8 .icon-edit-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;');
}

.lt-ie8 .icon-external-link-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14c;');
}

.lt-ie8 .icon-share-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14d;');
}

.lt-ie8 .icon-compass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;');
}

.lt-ie8 .icon-collapse {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf150;');
}

.lt-ie8 .icon-collapse-top {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf151;');
}

.lt-ie8 .icon-expand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf152;');
}

.lt-ie8 .icon-eur {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}

.lt-ie8 .icon-euro {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf153;');
}

.lt-ie8 .icon-gbp {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf154;');
}

.lt-ie8 .icon-usd {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}

.lt-ie8 .icon-dollar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf155;');
}

.lt-ie8 .icon-inr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}

.lt-ie8 .icon-rupee {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf156;');
}

.lt-ie8 .icon-jpy {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}

.lt-ie8 .icon-yen {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf157;');
}

.lt-ie8 .icon-cny {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}

.lt-ie8 .icon-renminbi {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf158;');
}

.lt-ie8 .icon-krw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}

.lt-ie8 .icon-won {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf159;');
}

.lt-ie8 .icon-btc {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}

.lt-ie8 .icon-bitcoin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15a;');
}

.lt-ie8 .icon-file {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15b;');
}

.lt-ie8 .icon-file-text {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15c;');
}

.lt-ie8 .icon-sort-by-alphabet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15d;');
}

.lt-ie8 .icon-sort-by-alphabet-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf15e;');
}

.lt-ie8 .icon-sort-by-attributes {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf160;');
}

.lt-ie8 .icon-sort-by-attributes-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf161;');
}

.lt-ie8 .icon-sort-by-order {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf162;');
}

.lt-ie8 .icon-sort-by-order-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf163;');
}

.lt-ie8 .icon-thumbs-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf164;');
}

.lt-ie8 .icon-thumbs-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf165;');
}

.lt-ie8 .icon-youtube-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf166;');
}

.lt-ie8 .icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf167;');
}

.lt-ie8 .icon-xing {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf168;');
}

.lt-ie8 .icon-xing-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf169;');
}

.lt-ie8 .icon-youtube-play {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;');
}

.lt-ie8 .icon-dropbox {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16b;');
}

.lt-ie8 .icon-stackexchange {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16c;');
}

.lt-ie8 .icon-instagram {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;');
}

.lt-ie8 .icon-flickr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16e;');
}

.lt-ie8 .icon-adn {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf170;');
}

.lt-ie8 .icon-bitbucket {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf171;');
}

.lt-ie8 .icon-bitbucket-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf172;');
}

.lt-ie8 .icon-tumblr {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf173;');
}

.lt-ie8 .icon-tumblr-sign {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf174;');
}

.lt-ie8 .icon-long-arrow-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf175;');
}

.lt-ie8 .icon-long-arrow-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;');
}

.lt-ie8 .icon-long-arrow-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;');
}

.lt-ie8 .icon-long-arrow-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;');
}

.lt-ie8 .icon-apple {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf179;');
}

.lt-ie8 .icon-windows {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17a;');
}

.lt-ie8 .icon-android {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17b;');
}

.lt-ie8 .icon-linux {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17c;');
}

.lt-ie8 .icon-dribbble {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17d;');
}

.lt-ie8 .icon-skype {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf17e;');
}

.lt-ie8 .icon-foursquare {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf180;');
}

.lt-ie8 .icon-trello {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf181;');
}

.lt-ie8 .icon-female {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf182;');
}

.lt-ie8 .icon-male {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf183;');
}

.lt-ie8 .icon-gittip {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf184;');
}

.lt-ie8 .icon-sun {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf185;');
}

.lt-ie8 .icon-moon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf186;');
}

.lt-ie8 .icon-archive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf187;');
}

.lt-ie8 .icon-bug {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf188;');
}

.lt-ie8 .icon-vk {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf189;');
}

.lt-ie8 .icon-weibo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;');
}

.lt-ie8 .icon-renren {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18b;');
}

.relative {
  position: relative;
}

iframe {
  display: block;
}

.display-none {
  display: none;
}

a {
  color: #fff;
}

a:hover,
a:active,
a:active {
  color: #d9d9d9;
}

/*
    HEADER
*/

.header {
  background-color: #000;
}

/*
    WARNING MODAL FIX
*/

.modal.in .modal-dialog {
  z-index: 1050;
}

.bootbox-body {
  color: #000;
}

.ro-theme-container {
  margin: 0 auto;
  max-width: 720px;
}

@media (max-width: 767px) {
  .ro-theme-container > .row > .col-xs-12 {
    padding: 0px !important;
  }
}

/*
    Popover fix
*/

.popover.top {
  left: 50% !important;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.popover.top .arrow {
  left: 50% !important;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

/*
    PRESENT KORT
*/

.presentkort .thumbnail {
  height: auto !important;
}

.presentkort .media img {
  margin-left: 0px;
}

.presentkort .serialnum {
  width: 58px;
  float: left;
  text-align: center;
}

.presentkort .serialnumline {
  top: 0.4em;
  position: relative;
}

/*
    TABLE BOOKING
*/

#suggestions > .active:hover {
  background-color: #47a447 !important;
}

#suggestions > .picktimebtn:focus {
  background-color: #47a447 !important;
}

#bookingmodal #suggestions {
  width: auto;
}

#bookingmodal textarea {
  width: 100%;
}

#terms-hover {
  position: relative;
  cursor: pointer;
}

#terms-hover .terms-active {
  cursor: default;
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 6px;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

#terms-hover .terms-active .arrow-container {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 12px;
  bottom: -10px;
}

#terms-hover .terms-active .arrow-container .arrow {
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
}

#terms-hover .terms-active .arrow-container .arrow-border-container {
  position: absolute;
  z-index: -1;
  left: -1px;
}

#terms-hover .terms-active .arrow-container .arrow-border-container .arrow-border {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #acacac;
}

#terms-hover .terms-active .content {
  box-shadow: 21 5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 220px;
  padding: 20px;
  color: #333;
  font-size: 13px;
  white-space: normal;
  background: #fff;
  border: 1px solid #acacac;
}

#terms-hover:hover .terms-active {
  visibility: visible;
  opacity: 1;
}

/*
    PRESENTKORT
*/

.presentkort .giftcardlist {
  padding: 15px;
}

@media (max-width: 911px) {
  .presentkort .giftcardlist {
    padding: 0px;
  }
}

.presentkort .giftcardlist .media {
  padding: 8px;
}

/*
    FOOTER
*/

.footer-padding {
  padding: 15px;
}

/*
    BESTALL
*/

.datepicker-days .table-condensed thead {
  color: #000;
}

.datepicker-months,
.datepicker-years {
  color: #000;
}

/*
    MENY
*/

.rh_times_repo {
  padding-bottom: 10px;
}

.time-num {
  padding: 5px 15px;
}

/*
    MENU
*/

.ie-float-fix {
  float: left;
}

/*
    FOOTER
*/

.footer-logo {
  display: inline;
}

/*
    MISC
*/

.bestall .form-group .icon-calendar {
  color: #000;
}

.nav > li > a > img {
  position: relative;
  top: -3px;
  padding-right: 5px;
}

body.modal-open {
  overflow-y: scroll;
  padding-right: 0px !important;
}

/*
    MISC
*/

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }

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

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

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

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

@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }

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

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

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

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

.form-control {
  color: #000;
}

.konto-glomt {
  color: #000;
}

.konto-glomt:hover,
.konto-glomt:focus,
.konto-glomt:active {
  color: #000;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #e1e1e1;
}

#wrapper {
  background: #e1e1e1;
  min-height: 100%;
  padding-bottom: 185px;
}

/*
    WARNING MODAL FIX
*/

.modal.in .modal-dialog {
  z-index: 1050;
}

.slideshow {
  max-width: 100%;
}

.slideshow .carousel {
  width: 100%;
  margin-bottom: 0;
}

.slideshow .item img {
  width: 100%;
}

.footer {
  background: url('../img/black70.png');
  color: #fff;
  min-height: 160px;
  margin-top: -160px;
}

.footer .container {
  padding: 15px 15px;
}

/*
        Rounded meny extra information
 */

.rounded-courses-extra-information {
  margin: 15px 0;
  text-align: center;
}

/*
        Rounded meny container
*/

#rounded-meny {
  position: relative;
  margin: 0 -15px;
}

/*
        Rounded categories navigation
*/

.rounded-categories-container {
  width: 90%;
  white-space: nowrap;
  margin: 0 auto 0 auto;
  padding: 30px 0 5px 0;
  overflow: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.rounded-categories-container::-webkit-scrollbar {
  width: 0 !important;
}

.rounded-categories-wrapper {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  transition: transform 0.5s;
}

.rounded-categories-arrow {
  position: absolute;
  top: 38px;
  cursor: pointer;
  transition: opacity 0.5s;
}

.rounded-categories-arrow.arrow-left {
  left: 9px;
  width: 12px;
  height: 20px;
  background: url('../img/catArrowLeft.png');
  background-position: center center;
  background-size: 100% 100%;
}

.rounded-categories-arrow.arrow-right {
  right: 9px;
  width: 12px;
  height: 20px;
  background: url('../img/catArrowRight.png');
  background-position: center center;
  background-size: 100% 100%;
}

.rounded-categories-arrow.disabled {
  opacity: 0.3;
}

.rounded-category {
  display: inline-block;
  width: 110px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
  transition: width 0.5s;
}

.rounded-category:hover,
.rounded-category:focus,
.rounded-category.active {
  text-decoration: none;
}

.rounded-category:hover .rounded-category-image-wrapper,
.rounded-category:focus .rounded-category-image-wrapper,
.rounded-category.active .rounded-category-image-wrapper {
  border: transparent;
}

.rounded-category .rounded-category-content {
  max-width: 100%;
}

.rounded-category .rounded-category-image-wrapper {
  border-radius: 50%;
  overflow: hidden;
  height: 50px;
  width: 50px;
  border: transparent;
  transition: border 0.5s;
  margin: 0 auto;
}

.rounded-category .rounded-category-title {
  white-space: normal;
  word-break: break-word;
  font: 600 18px 'adellelight';
  color: #fff;
}

/*
        Rounded courses
 */

.rounded-courses-container {
  overflow-y: hidden;
}

.rounded-courses-container .rounded-courses-categories-wrapper {
  -ms-transform: translate3D(0, 0, 0) translateZ(0);
  transform: translate3D(0, 0, 0) translateZ(0);
  position: relative;
}

@media (min-width: 768px) {
  .rounded-courses-container .rounded-courses-categories-wrapper {
    transition: height 0.5s;
  }
}

.rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  z-index: 1;
  height: 0;
  -ms-transform: translatez(0) translate3d(0, 0, 0);
  transform: translatez(0) translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category {
    transition: height 0.5s, opacity 0.5s, top 0.5s;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category {
    transition: opacity 0.5s;
  }
}

.rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category.active {
  pointer-events: auto;
  overflow: initial;
  opacity: 1;
  z-index: 5;
  top: 0px;
}

.rounded-course {
  background: transparent;
  padding: 20px 20px;
  cursor: pointer;
  display: block;
  -ms-transform: translate3D(0, 0, 0) translateZ(0);
  transform: translate3D(0, 0, 0) translateZ(0);
  color: inherit;
  text-decoration: inherit;
}

.rounded-course:hover,
.rounded-course:focus {
  color: inherit;
  cursor: pointer;
  background: transparent;
  text-decoration: inherit;
}

.rounded-course.not-purchasable,
.rounded-course.not-purchasable:hover,
.rounded-course.not-purchasable:focus {
  color: inherit;
  cursor: none;
  pointer-events: none;
  background: transparent;
  text-decoration: inherit;
}

.rounded-course .course-image-wrapper {
  display: inline-block;
  vertical-align: top;
}

.rounded-course .course-image-wrapper .course-image {
  border-radius: 50%;
  border: 0px solid transparent;
  height: 70px;
  width: 70px;
}

.rounded-course .course-content {
  display: inline-block;
  width: calc(100% -  80px );
}

.rounded-course .course-content .course-header {
  display: table;
  padding: 0px 0px 3px 10px;
}

.rounded-course .course-content .course-header .course-title {
  display: table-cell;
  width: 100%;
  font: 400 17px / 18px 'adellelight';
  color: #fff;
}

.rounded-course .course-content .course-header .course-price {
  display: table-cell;
  float: none;
  white-space: nowrap;
  font: 400 17px / 18px 'adellelight';
  color: #fff;
  text-align: right;
  padding: 0px 0px 0px 5px;
}

.rounded-course .course-content .course-header .course-price .course-price-eat-in {
  padding-right: 3px;
}

@media (max-width: 767px) {
  .rounded-course .course-content .course-header .course-price .course-price-eat-in {
    display: none;
  }
}

.rounded-course .course-content .course-body {
  display: table;
  padding: 0px 60px 5px 10px;
}

.rounded-course .course-content .course-body .text {
  display: table-cell;
  width: 100%;
  font: 400 14px / 16px 'adellelight';
  color: #fff;
}

.container {
  max-width: 960px;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1 {
  letter-spacing: 4px;
}

h2 {
  letter-spacing: 2px;
}

h3 {
  letter-spacing: 1px;
}

.start #content {
  padding-bottom: 0;
}

#content {
  padding-bottom: 160px;
}

#content > .container {
  margin-top: 5em;
  margin-bottom: 16em;
  background: url('../img/black70.png');
  padding: 20px;
}

@media only screen and (max-width: 992px) {
  #content > .container {
    margin-top: 5em;
    margin-bottom: 5em;
  }
}

h1,
h2 {
  color: #fff;
}

.floating-upper .bestall-online-button {
  z-index: 9999;
}

.bestall #content {
  margin-bottom: 0;
}

.bestall #content > .container {
  background: unset;
  margin-top: 0;
  margin-bottom: 5em;
}

@media only screen and (max-width: 992px) {
  .meny .floating-upper .bestall-online-button {
    display: none;
  }
}

.meny #content {
  margin-bottom: 0;
}

.meny #content > .container {
  margin-top: 0;
  margin-bottom: 5em;
}

#wrapper {
  padding-bottom: 0;
}

body {
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font: 300 14px / 22px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
}

body .menu-background {
  overflow-x: hidden;
}

body #wrapper {
  background: none;
}

@media only screen and (max-width: 992px) {
  body #wrapper #content {
    padding-top: 4rem;
  }
}

@media only screen and (min-width: 992px) {

}

.header .top-logo {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 2em;
  height: 220px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.rh_cart_content_wrapper {
  top: 108px;
}

.cart-active-disable-dropdown {
  opacity: 0;
}

.rounded-course {
  transition: background .5s;
}

.rounded-course .course-content {
  padding: 8px;
}

.rounded-course .course-content .course-header .course-price {
  font-weight: 400;
  font-size: 18px;
  top: 1em;
}

.rounded-course .course-content {
  width: 80%;
}

#rocheckout .checkoutBox h2 {
  color: #000;
}

.checkoutOrderBtn {
  color: #fff !important;
}

.rh_cart_content .row:hover,
#checkoutCartContent .row:hover,
#checkoutCartSettings .row:hover {
  background-color: rgba(0, 61, 165, 0.06);
}

.rh_cart_content .price,
#checkoutCartContent .price,
#checkoutCartSettings .price {
  color: #000;
}

.new-modal-add-buttn {
  color: white !important;
}

.map-section #map-wrapper {
  height: 390px;
  width: 100%;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.roBox {
  background-color: #ddd !important;
  color: black;
}

.floating-upper {
  line-height: 46px;
}

.floating-upper .top-logo {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 15px;
}

.floating-upper .bestall-online-button {
  width: 262px;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: opacity 0.3s;
}

.floating-upper .bestall-online-button:hover {
  opacity: 0.8;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: unset;
}

.navbar-nav > li > a {
  padding-top: 9px;
}

.navbar-toggle {
  display: none;
}

.navbar-default {
  background-color: transparent;
}

@media (max-width: 991px) {
  .header nav .navbar-header img,
  .navbar-default {
    display: none;
  }
}

.footer .info {
  height: 112px;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .footer .info {
    display: block;
  }
}

.footer .info .span6 {
  min-height: initial;
}

.footer p {
  font: 300 14px / 22px 'Roboto Condensed', Arial, sans-serif;
}

.footer .followus .hd {
  font-size: 18px;
  padding-bottom: 10px;
}

.footer .followus > a > img {
  margin-right: 12px;
  transition: opacity 0.3s;
}

.footer .followus > a > img:hover {
  opacity: 0.8;
}

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

@media only screen and (max-width: 992px) {
  [class*="span"] {
    float: unset;
  }
}

.span2 {
  width: 140px;
}

.span4 {
  width: 300px;
}

.row-fluid {
  width: 100%;
}

.row-fluid .span6 {
  width: 48.93617021%;
  line-height: 4px;
}

.row-fluid [class*="span"] {
  display: block;
  min-height: 30px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}

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

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

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

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

.footer .info .span6 {
  min-height: initial;
}

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

.footwrapper {
  height: 160px;
  width: 100%;
  background: url('../img/black70.png');
}

@media only screen and (max-width: 992px) {
  .footwrapper {
    height: 360px;
  }
}

.footwrapper .footer {
  width: 960px;
  margin: 0 auto;
  border-top: 0px;
  text-align: center;
  color: #fff;
  background: unset;
}

.footwrapper .footer h2 {
  font: 'adellelight';
  color: #fff;
  margin-bottom: 6px;
}

.footwrapper .footer dl {
  margin-top: 0px;
  font: 'adellelight';
  color: #fff;
}

.footwrapper .footer dt {
  text-align: left;
  width: 110px;
  font-weight: normal;
}

.footwrapper .footer dd {
  margin-left: 120px;
}

.footwrapper .footer dt,
.footwrapper .footer dd {
  line-height: 16px;
}

.footwrapper .footer .row,
.footwrapper .footer .row-fluid {
  text-align: left;
  margin-top: 20px;
  margin-left: 0px;
}

.footwrapper .footer .row a,
.footwrapper .footer .row-fluid a {
  color: #fff;
}

.footwrapper .footer .row a:hover,
.footwrapper .footer .row-fluid a:hover,
.footwrapper .footer .row a:active,
.footwrapper .footer .row-fluid a:active {
  color: #cccccc;
}

.header {
  height: 46px;
  background: #CC936E;
}

.header .content.navbarholder {
  height: auto;
}

.header .content.navbarholder .navwrapper {
  padding: 0;
  margin-bottom: 0px;
}

.header .content.navbarholder .navwrapper .nav > li {
  height: 46px;
}

.header .content.navbarholder .navwrapper .nav > li > a {
  border-color: black;
  color: black;
  text-transform: uppercase;
  margin: 0 5px;
}

.header .content.navbarholder .navwrapper .nav > li > a:hover,
.header .content.navbarholder .navwrapper .nav > li > a:focus,
.header .content.navbarholder .navwrapper .nav > li > a.menuitem_sel {
  background: transparent;
}

.footer .span6:nth-child(even) {
  width: 175px;
  margin-left: 70px;
}

@media only screen and (max-width: 500px) {
  .footer .span6:nth-child(even) {
    position: absolute;
    margin-left: 0;
    right: 15px;
  }
}

h3 {
  font: 700 18px / 18px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
}

.startx {
  text-align: center;
  margin-bottom: 8em;
}

.startx .brutale {
  letter-spacing: 25px;
  text-indent: 25px;
}

@media only screen and (max-width: 992px) {
  .startx .brutale {
    letter-spacing: 12px;
    text-indent: 0px;
  }
}

.startx > h1:first-child {
  margin-top: 15%;
}

.startx > h1 {
  color: #fff;
  font: 600 14px / 22px 'Roboto Condensed', Arial, sans-serif;
  display: block;
  font-size: 80px;
  line-height: 80px;
}

@media only screen and (max-width: 992px) {
  .startx > h1 {
    font-size: 36px;
    line-height: 60px;
  }
}

#roheader-wrapper #roheader {
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-family: 'adellelight';
}

#roheader-wrapper #roheader #rh_times_delivery:nth-child(1) {
  color: yellow !important;
}

#roheader-wrapper #roheader #ro_online_img {
  display: none;
}

#roheader-wrapper #roheader .rh_times {
  color: #ffffff;
}

#roheader-wrapper #roheader .rh_times p {
  font-style: 'adellelight';
  color: #000;
}

#roheader-wrapper #roheader .logo {
  position: absolute;
  height: 60px !important;
}

#roheader-wrapper #roheader .showLogin,
#roheader-wrapper #roheader .showRegister {
  display: none;
}

#roheader-wrapper #roheader .logo {
  position: absolute;
  height: 60px !important;
}

#roheader-wrapper #roheader .rh_cart_login #rh_cart {
  border-radius: 1px;
  margin-top: 15px;
}

#roheader-wrapper #roheader .rh_cart_login #rh_cart .rh_cart_redbtn {
  height: 38px;
  background: #ffffff url('../img/cart-black.png') no-repeat center center;
  border-radius: 1px;
  transition: background .3s;
}

#roheader-wrapper #roheader .rh_cart_login #rh_cart .rh_cart_redbtn:hover {
  background: #808080 url('../img/cart-black.png') no-repeat center center;
}

.responsive-roheader {
  background: #CC936E !important;
  border: none;
}

.responsive-roheader .bestall-button,
.responsive-roheader .toggle-cart-content {
  color: black !important;
  border: #000 1px solid !important;
}

#rocheckout .checkoutBox {
  background-color: #fff;
}

#rocheckout .checkoutBox h2 {
  color: #000;
}

.meny #wrapper #content #rounded-meny {
  margin-bottom: 2em;
}

.meny #wrapper #content #rounded-meny .rounded-categories-container {
  max-width: 970px;
}

@media only screen and (min-width: 768px) {
  .meny #wrapper #content #rounded-meny .rounded-categories-container .rounded-categories-wrapper {
    text-align: center;
  }
}

.meny #wrapper #content #rounded-meny .rounded-categories-container .rounded-categories-wrapper .rounded-category {
  overflow: visible;
}

.meny #wrapper #content #rounded-meny .rounded-categories-container .rounded-categories-wrapper .rounded-category.active .rounded-category-image-wrapper {
  box-shadow: 0px 0px 25px #1A1A1A;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.meny #wrapper #content #rounded-meny .rounded-categories-container .rounded-categories-wrapper .rounded-category .rounded-category-content .rounded-category-image-wrapper {
  transition: all 0.3s ease-in-out;
}

.meny #wrapper #content #rounded-meny .rounded-categories-container .rounded-categories-wrapper .rounded-category .rounded-category-content:hover .rounded-category-image-wrapper {
  box-shadow: 0px 0px 25px #1A1A1A;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.meny #wrapper #content #rounded-meny .rounded-categories-container .rounded-categories-wrapper .rounded-category .rounded-category-content .rounded-category-title {
  font-family: 'adellelight';
  font-style: normal;
  font-weight: 400;
}

.meny #wrapper #content #rounded-meny .rounded-categories-arrow.arrow-left {
  top: 60px;
}

@media only screen and (max-width: 767px) {
  .meny #wrapper #content #rounded-meny .rounded-categories-arrow.arrow-left {
    left: 10px;
    width: 20px;
    height: 30px;
  }
}

.meny #wrapper #content #rounded-meny .rounded-categories-arrow.arrow-right {
  top: 60px;
}

@media only screen and (max-width: 767px) {
  .meny #wrapper #content #rounded-meny .rounded-categories-arrow.arrow-right {
    right: 10px;
    width: 20px;
    height: 30px;
  }
}

.meny #wrapper #content #rounded-meny .rounded-courses-container {
  overflow-y: visible;
  padding: 15px 0px;
  background-color: transparent;
}

.meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course {
  padding: 12px 55px;
  transition: all .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course {
    padding: 15px;
  }
}

.meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course:hover {
  background: #1A1A1A;
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course:hover .course-image-wrapper {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course .course-price {
  position: relative;
  left: 7em;
}

@media screen and (max-width: 992px) {
  .meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course .course-price {
    left: 1em;
  }
}

@media screen and (max-width: 330px) {
  .meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course .course-price {
    left: 0em;
  }
}

.meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course .course-image-wrapper {
  transition: all 0.5s ease-in-out;
  display: none;
}

@media screen and (max-width: 450px) {
  .meny #wrapper #content #rounded-meny .rounded-courses-container .rounded-courses-categories-wrapper .rounded-courses-category .rounded-course .course-image-wrapper .course-image {
    height: 50px;
    width: 50px;
  }
}

@media only screen and (max-width: 992px) {
  #roheader-wrapper {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    display: block;
    bottom: unset !important;
  }

  #roheader-wrapper .responsive-roheader .item-cart {
    top: 47px;
    bottom: unset;
  }

  #roheader-wrapper .responsive-roheader .time-tabs {
    bottom: unset !important;
    top: 86px;
    right: 20px;
  }

  #roheader-wrapper .responsive-roheader .cart-message {
    bottom: unset;
    position: absolute;
    top: -31px;
    padding: 10px;
    width: 100%;
    background: #ffecc4;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    color: #000;
  }
}

@media screen and (max-width: 992px) {
  .header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mobile-header {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-header {
    display: block;
    padding: 0;
  }
}

.mobile-header .showLogin,
.mobile-header .showRegister {
  display: none;
}

.map-container {
  text-align: center;
  width: 100%;
}

.map-container img {
  object-fit: cover;
  height: 500px;
  width: 100%;
}