@charset "UTF-8";
.boxMap {
  position: relative;
}
.boxMap__canvas {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: #f2f2f2;
  margin-top: 20px;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.4);
}
.boxMap__buttonContainer {
  position: relative;
  width: 100%;
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 991px) {
  .boxMap__buttonContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.boxMap__button {
  padding: 12px 37px;
  width: 100%;
  background-image: url(/images/svgStandAlone/25x25/ffffff/images/svg/buttonMapFlag.svg);
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 3px solid #b31139;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
  cursor: pointer;
  background-color: #b31139;
  display: table;
  margin: 15px 0;
  /*@media (max-width: @screen-sm-max) { 
			width: 45%;
		}
		@media (max-width: @screen-xxs-max) { 
			width: 100%;
		}*/
}
.boxMap__button__text {
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
  color: #fff;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  display: table-cell;
  vertical-align: middle;
}
.boxMap__button:hover {
  background-color: #fff;
  background-image: url(/images/svgStandAlone/25x25/b31139/images/svg/buttonMapFlag.svg);
  border: 3px solid #fff;
}
.boxMap__button:hover .boxMap__button__text {
  color: #b31139;
}
.boxMap__button.selected {
  background-color: #fff;
  background-image: url(/images/svgStandAlone/25x25/b31139/images/svg/buttonMapFlag.svg);
  border: 3px solid #fff;
}
.boxMap__button.selected .boxMap__button__text {
  color: #b31139;
}
.boxMap__legend {
  position: relative;
  top: 5px;
  width: 100%;
  text-align: right;
}
.boxMap__legend__hotel,
.boxMap__legend__poi {
  display: inline-block;
  margin: 5px;
}
.boxMap__legend__hotel img,
.boxMap__legend__poi img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
}
.boxMap__legend__hotel span,
.boxMap__legend__poi span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
}
.t_section_localita .boxMap__container {
  position: relative;
}
.t_section_localita .boxMap__canvas {
  position: relative;
  width: 100%;
  height: 440px;
  background-color: #f2f2f2;
  box-shadow: none;
  margin-top: 0px;
}
.t_section_localita .boxMap__buttonContainer {
  margin-top: 50px;
}
.t_section_localita .boxMap__button.selected {
  border: 3px solid #b31139;
}
.t_section_localita .boxMap__button:hover {
  border: 3px solid #b31139;
}
.t_section_localita .boxMap__legend {
  position: absolute;
  top: 440px;
  right: 25px;
}
.t_section_localita .boxMap__legend__hotel span,
.t_section_localita .boxMap__legend__poi span {
  color: #b31139;
}
.markerBalloon {
  width: 190px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.markerBalloon__title {
  text-align: center;
  margin-top: 0px;
  font-family: 'Georgia', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #b31139;
  font-style: italic;
}
.markerBalloon__desc {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
}
.markerBalloon__distance {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-size: 12px;
}
.poi_list_container {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}
.matchHeightPOI {
  margin-top: 30px;
  cursor: pointer;
}
.box__poi {
  text-align: left;
  position: relative;
  display: table;
}
.box__poi img {
  display: table-cell;
  vertical-align: middle;
}
.box__poi__title {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Georgia', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #b31139;
  font-style: italic;
}
.box__poi__desc {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  margin-top: 10px;
}
.box__poi__desc p {
  margin-bottom: 0px;
}
.box__poi__distance {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-size: 12px;
}
body.abs-int-booking-awesome #ui-datepicker-div .ui-widget-header .ui-datepicker-next span::before {
  content: "\f054";
}
body.abs-int-booking-awesome #ui-datepicker-div .ui-widget-header .ui-datepicker-next span,
body.abs-int-booking-awesome #ui-datepicker-div .ui-widget-header .ui-datepicker-prev span {
  font-family: FontAwesome;
  height: 20px;
}
body.abs-int-booking-awesome #ui-datepicker-div .ui-widget-header .ui-datepicker-prev span::before {
  content: "\f053";
}
.box {
  position: relative;
}
.box .boxlabel {
  position: absolute;
  top: 8px;
  left: 25px;
  color: #494949;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 19px;
  cursor: pointer;
}
.abs-int-booking-fixed #abs-int-booking {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.abs-int-booking-open-bottom #abs-int-booking #formSearch .numGuests {
  bottom: auto;
  display: none;
  left: 0;
  right: auto !important;
  top: 0;
}
.abs-int-booking-icon-right #abs-int-booking #formSearch .guests,
.abs-int-booking-icon-right #abs-int-booking #formSearch .input-checkin,
.abs-int-booking-icon-right #abs-int-booking #formSearch .input-checkout {
  background-position: 95% center;
  padding-left: 5%;
  padding-right: calc(5% + 30px);
}
.abs-int-booking-show-toggle #abs-int-booking .formTitle .searchFormToggle {
  display: block;
  margin: auto;
}
.abs-int-booking-show-toggle #abs-int-booking #formSearch {
  display: none;
}
.abs-int-booking-boxed #abs-int-booking {
  width: 320px;
}
.abs-int-booking-boxed #abs-int-booking .container,
.abs-int-booking-boxed #abs-int-booking .col-xs-12 {
  width: 100%!important;
}
.abs-int-booking-animated-hover #formSearch .formSearchBtn:hover {
  background: #ff771d;
}
.abs-int-booking-animated-hover #formSearch .formSearchBtn:hover .svgIcoLens {
  -ms-transform: rotate(-100deg);
      transform: rotate(-100deg);
  opacity: 0.2;
  right: 0;
}
.abs-int-booking-animated-hover #formSearch .formSearchBtn:hover .svgIcoArrowLeft {
  right: 0;
}
#abs-int-booking {
  width: 100%;
  z-index: 999;
  bottom: 26px;
  background: #f4f4f4;
  padding: 15px 0;
}
#abs-int-booking .formTitle span {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #146195;
}
#abs-int-booking .formTitle .searchFormToggle {
  display: none;
}
#formSearch .form-control {
  height: 45px;
}
#formSearch .hasDatepicker {
  cursor: pointer;
}
#formSearch .formSearchBtn {
  background: #e75d02;
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  position: relative;
}
#formSearch .formSearchBtn .svgIcoLens {
  position: absolute;
  width: 50px;
  height: 50px;
  fill: rgba(255, 255, 255, 0.5);
  right: -4px;
  top: -3px;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
#formSearch .formSearchBtn:hover {
  background: #ff771d;
}
#formSearch .formSearchBtn .svgIcoArrowLeft {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  width: 50px;
  height: 50px;
  fill: rgba(255, 255, 255, 0.6);
  right: -60px;
  top: -3px;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
#formSearch .guests,
#formSearch .input-checkin,
#formSearch .input-checkout {
  background-position: 5% center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-right: 5%;
  padding-left: calc(5% + 30px);
}
#formSearch .input-checkin,
#formSearch .input-checkout {
  background-image: url(/modules/abs_int_booking/svg/calendar.svg);
  padding-top: 23px;
}
#formSearch .guests {
  background-image: url(/modules/abs_int_booking/svg/people.svg);
}
#formSearch .guests:hover {
  cursor: pointer;
}
#formSearch .sLable {
  display: block;
}
#formSearch .sLable + small {
  position: relative;
  top: -6px;
}
#formSearch .roomGuests {
  width: 245px;
}
#formSearch .numGuests {
  left: 15px;
  right: auto;
  position: absolute;
  max-width: 980px;
  width: auto;
  bottom: 49px;
}
#formSearch .numGuests.multiRooms {
  width: 492px;
}
@media (max-width: 492px) {
  #formSearch .numGuests {
    width: 245px;
  }
}
@media (min-width: 991px) {
  #formSearch .numGuests {
    right: 15px!important;
    left: auto!important;
  }
}
#formSearch .numGuests {
  padding-top: 0;
  padding-bottom: 15px;
  display: none;
  border: 1px #b0b0b0 solid;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0 0 #FFFFFF;
  color: #146195;
  font-size: 1.1em;
  overflow: hidden;
  z-index: 100005;
}
#formSearch .numGuests .guestclose {
  float: right;
  height: 20px;
}
#formSearch .roomGuests {
  float: left;
}
#formSearch .roomGuests:nth-child(4) {
  clear: both;
}
#formSearch .numRooms,
#formSearch .numAdults,
#formSearch .numChildren {
  clear: both;
  width: 100%;
  min-height: 50px;
  height: auto;
  padding: 10px;
  position: relative;
}
#formSearch .numChildren {
  display: block;
  min-height: 33px;
  height: auto!important;
  height: 33px;
}
#formSearch .numRooms button,
#formSearch .numAdults button,
#formSearch .numChildren button {
  float: left;
  width: 30px;
  height: 30px;
  padding: 1px 6px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1em;
  text-align: center;
}
#formSearch .numAdults button {
  margin-bottom: 10px;
}
#formSearch .numRooms button.selected,
#formSearch .numAdults button.selected,
#formSearch .numChildren button.selected {
  border: rgba(20, 97, 149, 0.5);
  background: #0894BF;
}
#formSearch .numRooms button.last,
#formSearch .numAdults button.last,
#formSearch .numChildren button.last,
#formSearch .childrenAge span.last {
  margin-right: 0;
}
#formSearch .numRooms i {
  position: absolute;
  top: 0;
  left: 71px;
  width: 17px;
  height: 14px;
}
#formSearch .numGuests small {
  float: left;
  color: #5A5A5A;
  font-size: 12px;
  line-height: 1em;
  width: 65px;
  height: 53px;
  padding-right: 10px;
  text-align: right;
}
#formSearch .numRooms small {
  float: left;
  color: #222;
  font-size: 14px;
  width: 65px;
  height: 31px;
  line-height: 14px;
  padding-top: 2px;
  font-weight: bold;
  text-align: left;
}
#formSearch .numGuests i {
  position: absolute;
  top: 0;
  right: 71px;
  width: 17px;
  height: 14px;
  z-index: 999;
}
#formSearch .childrenAge {
  float: left;
  width: 100%;
  height: 89px;
  margin-top: 10px;
}
#formSearch .childrenAge small {
  text-align: right;
}
#formSearch .childrenAge span {
  float: left;
  width: 33px;
  height: 89px;
  margin-left: 10px;
}
#formSearch .childrenAge span a {
  border: 1px solid #d1d1d1;
  font-weight: bold;
  font-family: 'Oxygen Bold', Arial;
  font-size: 19px;
  color: #000000;
  text-align: center;
  width: 31px;
  float: left;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  background: #e0e0e0;
  background: linear-gradient(to bottom, #efefef 0%, #c0c0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#c0c0c0', GradientType=0);
}
#formSearch .childrenAge span em {
  float: left;
  width: 31px;
  height: 31px;
  color: #FFFFFF;
  font-size: 19px;
  font-family: 'Oxygen Bold', Arial;
  text-align: center;
  line-height: 31px;
  font-style: normal;
  background: #0894BF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#formSearch .titleRoom {
  float: left;
  width: 100%;
  height: 35px;
  padding: 0 16px;
  background: #F3F3F3;
  line-height: 35px;
  font-size: 15px;
  font-weight: bold;
  color: #146195;
}
#ui-datepicker-div {
  width: 290px;
  border-radius: 0;
  background: #fff;
}
#ui-datepicker-div.ui-datepicker-multi-2 {
  width: 590px !important;
}
#ui-datepicker-div .ui-widget-header {
  background: transparent;
  border: 0 none;
  color: #146195;
}
#ui-datepicker-div th {
  font-size: .8em;
  text-transform: uppercase;
}
#ui-datepicker-div td a,
#ui-datepicker-div td span {
  text-align: center;
  width: 38px;
  height: 38px;
  padding-top: 9px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
#ui-datepicker-div .ui-state-disabled .ui-state-default {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#ui-datepicker-div .ui-state-disabled .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  background: rgba(0, 0, 0, 0.4);
}
#ui-datepicker-div .ui-state-default:hover,
#ui-datepicker-div .ui-widget-content .ui-state-default:hover,
#ui-datepicker-div .ui-widget-header .ui-state-default:hover {
  background: #0894BF;
}
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #0894BF;
}
#ui-datepicker-div .datepickerCheckinDay > span {
  background: rgba(0, 0, 0, 0.8);
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  background: none;
  color: #146195;
  text-indent: 0;
  cursor: pointer;
}
#ui-datepicker-div .ui-widget-header .ui-state-hover {
  background: transparent;
  border: 0 none;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span {
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span {
  top: 8px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next-hover {
  top: 0;
}
#ui-datepicker-div .fixedCheckInTooltip {
  background-color: #393939;
  color: #B2B2B2;
  float: left;
  margin: 0 auto;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  margin-top: -25px;
  margin-left: -21px;
  white-space: nowrap;
  width: auto;
}
#ui-datepicker-div .fixedCheckInTooltip i.smallArrow {
  position: absolute;
  bottom: -10px;
  left: 31px;
}
#ui-datepicker-div .datepickerCheckinDay {
  opacity: 0.7;
}
#ui-datepicker-div .datepickerCheckinDay > span {
  background-color: #000 !important;
}
.anim,
.anim:before,
.anim:after,
#formSearch .formSearchBtn .svgIcoLens,
#formSearch .formSearchBtn .svgIcoArrowLeft {
  transition: all 0.2s ease-in-out;
}
.anim-back,
.anim-back:before,
.anim-back:after {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#iframeWrap {
  width: 100%;
  position: relative;
  display: none;
  border-top: 0 none;
  border-bottom: 0 none;
  background: #fff url("data:image/gif;base64,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") no-repeat center 30px;
  margin-top: 30px;
}
.formBookingOffer {
  float: left;
  width: 100%;
  border: none;
  padding: 30px 15px;
  background-color: #b31139;
}
.formBookingOffer .form-input {
  width: 300px;
  display: inline-block;
  float: none;
  position: relative;
  margin-bottom: 17px;
}
.formBookingOffer .form-input.disabled {
  opacity: .5;
  cursor: default;
}
@media (max-width: 767px) {
  .formBookingOffer .form-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.formBookingOffer .formTitle {
  font-size: 19px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 7px;
}
.formBookingOffer .form-control {
  border-radius: 0px;
  height: 45px;
  text-align: left;
}
.formBookingOffer .offerLable {
  color: #494949;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 19px;
  display: block;
}
.formBookingOffer .offerLable + small {
  position: relative;
  top: -6px;
}
.formBookingOffer .offerGuests {
  padding-right: calc(35%);
  padding-left: 5%;
  color: #b31139;
  font-weight: 600;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-color: #ffffff;
  background-image: url(/images/svgStandAlone/25x25/494949/modules/abs_offers_v2/images/people.svg);
  border: none;
}
.formBookingOffer > form {
  text-align: center;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
}
.formBookingOffer .numRooms {
  padding: 0px !important;
  padding-bottom: 10px !important;
  margin-top: 10px;
}
.formBookingOffer .titleRoom {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #898989;
  text-align: left;
  display: block;
}
.formBookingOffer .numRooms,
.formBookingOffer .numAdults,
.formBookingOffer .numChildren {
  padding: 0 10px 10px 0px;
  overflow: hidden;
}
.formBookingOffer .numRooms small,
.formBookingOffer .numAdults small,
.formBookingOffer .numChildren small {
  float: left;
  color: #000;
  font-weight: bold;
  margin-top: 7px;
  font-size: 14px;
  width: 90px;
  text-align: left;
}
.formBookingOffer .numRooms button,
.formBookingOffer .numAdults button,
.formBookingOffer .numChildren button {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid #bababa;
  background: #fff;
  color: #353535;
  font-size: 17px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  outline: none !important;
  float: left;
  margin: 0px;
}
.formBookingOffer .numRooms button:disabled,
.formBookingOffer .numAdults button:disabled,
.formBookingOffer .numChildren button:disabled {
  opacity: 0.2;
}
.formBookingOffer .numRooms button.selected,
.formBookingOffer .numAdults button.selected,
.formBookingOffer .numChildren button.selected {
  border-color: #b31139;
  border-width: 2px;
  background-color: rgba(179, 17, 57, 0.3);
}
.formBookingOffer .offerRoomGuests {
  width: 100%;
  border-top: 1px solid #bababa;
  margin-top: 10px;
  padding-top: 5px;
}
.formBookingOffer .childrenAge {
  clear: both;
}
.formBookingOffer .childrenAge small {
  margin-top: 50px;
}
.formBookingOffer .childrenAge span {
  margin-top: 20px;
  float: left;
  width: 38px;
  height: 89px;
}
.formBookingOffer .childrenAge span a {
  border: 1px solid #d1d1d1;
  font-size: 19px;
  color: #000000;
  text-align: center;
  width: 36px;
  float: left;
  height: 23px;
  line-height: 23px;
  text-decoration: none;
  margin-left: 1px;
  background-color: #e0e0e0;
  transition: all .3s;
}
.formBookingOffer .childrenAge span a:hover {
  background-color: #b31139;
  color: #fff;
}
.formBookingOffer .childrenAge span em {
  float: left;
  width: 38px;
  height: 36px;
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 31px;
  font-style: normal;
  border: 2px solid #bababa;
  background: #fff;
  color: #353535;
  font-weight: bold;
  border-radius: 2px;
}
.formBookingOffer .numGuests {
  background-color: #fff;
  display: none;
  padding: 10px;
}
.formBookingOffer .numGuestsTitle {
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 1px solid #bababa;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.formBookingOffer .numGuestsTitle svg {
  width: 13px;
  height: 13px;
  fill: #000;
  float: right;
  margin-top: 2px;
  cursor: pointer;
  transition: all .3s;
}
.formBookingOffer .numGuestsTitle svg:hover {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.formBookingOffer .inputLabel {
  position: absolute;
  top: 8px;
  left: 27px;
  color: #494949;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 19px;
  cursor: pointer;
  z-index: 5;
}
.formBookingOffer .input-offer-checkin,
.formBookingOffer .input-offer-checkout {
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url(/images/svgStandAlone/25x25/494949/modules/abs_offers_v2/images/calendar_form.svg);
  cursor: pointer;
  background-color: #fff !important;
  padding-right: calc(35%);
  padding-left: 5%;
  background-position: right 5% center;
  color: #b31139;
  font-weight: 600;
  font-size: 13px;
  padding-top: 23px;
}
.formBookingOffer .input-offer-checkin.active,
.formBookingOffer .input-offer-checkout.active {
  opacity: 1 !important;
}
.formBookingOffer .offerButton {
  position: relative;
  border: 3px solid #fff;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  padding: 10px 15px;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
  z-index: 1;
  width: 100%;
}
.formBookingOffer .offerButton:disabled {
  opacity: .5;
}
.formBookingOffer .offerButton > span {
  position: relative;
  z-index: 2;
}
.formBookingOffer .offerButton:focus {
  outline: 0px none;
}
.formBookingOffer .offerButton:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
}
.formBookingOffer .offerButton.active {
  opacity: 1;
}
.formBookingOffer .offerButton.active:hover {
  color: #b31139;
}
.formBookingOffer .offerButton.active:hover:after {
  width: 100%;
}
.offCalendar {
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #f1f1f1;
  position: relative;
}
.offCalendar .svgIco {
  fill: #014979;
  position: absolute;
  top: 10px;
  left: 20px;
}
.offCalendar > span {
  font-size: 12px;
  font-weight: bold;
  color: #093a61;
  display: block;
  width: 100%;
  padding: 0 0 0 35px;
}
.offCalendar > span.active {
  cursor: pointer;
}
.offCalendar > span em {
  float: right;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  font-style: normal;
  text-decoration: underline;
}
.offCalendar .loaderIcon {
  opacity: 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.offCalendar.loading .loaderIcon {
  opacity: 1;
}
.offCalendar h6 {
  width: 100%;
  color: #093a61;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.offCalendar .changeMonth {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  top: -5px;
  text-align: center;
  left: 0;
  margin-top: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-decoration: none;
}
.offCalendar .changeMonth:after {
  content: '‹';
}
.offCalendar .changeMonth.next {
  left: auto;
  right: 0;
}
.offCalendar .changeMonth.next:after {
  content: '›';
}
.offCalendar.second {
  border: 0 none;
}
.offCalendar table {
  max-width: 250px;
  margin: 0 auto;
  float: none!important;
}
#wrapBookingPuls {
  float: left;
  width: 100%;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#wrapBookingPuls button {
  width: 100%;
  background: #a5d500;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 18px;
}
#wrapBookingPuls button:hover {
  background: #c8ff09;
}
.calAlert {
  position: absolute;
  width: 96%;
  bottom: 50px;
  left: 2%;
  padding: 10px;
  z-index: 51;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  background: #CB340F;
  border-radius: 2px;
}
.calAlert:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #cb350f transparent transparent transparent;
}
#calCheckin,
#calCheckout {
  position: relative;
  margin-top: 10px;
}
table.calendar-month {
  width: 100%;
  display: table;
  float: none;
  margin-top: 0;
  float: left;
  clear: both;
  border: none;
}
table.calendar-month * {
  float: none;
}
table.calendar-month tbody {
  display: table-row-group;
}
table.calendar-month tr {
  display: table-row;
}
table.calendar-month td {
  width: 36px;
  height: 36px;
  display: table-cell;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 0;
}
table.calendar-month td.active {
  cursor: pointer;
  background: #014979;
}
table.calendar-month td.active.sel,
table.calendar-month td.active.sel:hover {
  background: #ff7e00;
}
table.calendar-month td.active:hover,
table.calendar-month td.other-month.active:hover {
  background: #0286de;
}
table.calendar-month td.other-month.active {
  cursor: pointer;
  background: #014979;
}
table.calendar-month td.other-month.active.sel,
table.calendar-month td.other-month.active.sel:hover {
  background: #ff3333;
}
table.calendar-month th {
  display: table-cell;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  text-align: center;
  height: 25px;
  vertical-align: bottom;
  font-weight: normal;
  padding: 0 0 5px;
  border: none;
}
.calLegend {
  display: block;
  margin: 10px 0 0 1px;
  height: 13px;
  line-height: 14px;
  font-size: 11px;
  color: #6d6d6d;
  float: left;
}
.calLegend span {
  display: block;
  float: left;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: #014979;
}
.themesOffer {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}
.offerContent {
  position: relative;
  background-color: #fff;
  padding: 50px 0px;
}
.offerContent__title {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
  color: #b31139;
  font-family: 'Georgia', sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 767px) {
  .offerContent__title {
    font-size: 35px;
  }
}
.offerContent__text {
  line-height: 26px;
}
.offerContent__text p {
  line-height: 26px;
  margin: 0px;
}
.offerContent__text a {
  color: #b31139;
  text-decoration: underline;
}
.offerContent .readMoreText__plus {
  text-decoration: none;
  margin-left: 0px;
  left: 0px;
  width: auto !important;
  height: 18px;
  background-image: url(/images/svgStandAlone/18x18/d5a7ac/images/svg/plus.svg);
  background-position: left center;
  color: #d5a7ac;
  font-size: 16px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  padding-left: 23px;
}
.offerContent .readMoreText__plus--rotated {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  background-image: url(/images/svgStandAlone/18x18/d5a7ac/images/svg/closeCircle.svg);
}
.themeOfferBox {
  position: relative;
  height: 470px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .themeOfferBox {
    height: 350px;
  }
}
.themeOfferBox:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.themeOfferBox:hover .genericBox__image {
  -ms-transform: scale(1);
      transform: scale(1);
}
.themeOfferBox:hover .themeOfferBox__title {
  -ms-transform: translateY(-60px);
      transform: translateY(-60px);
  opacity: 0;
}
.themeOfferBox:hover .themeOfferBox__price {
  -ms-transform: translateX(40px);
      transform: translateX(40px);
  opacity: 0;
}
.themeOfferBox:hover .themeOfferBox__overlay {
  opacity: 1;
}
.themeOfferBox:hover .themeOfferBox__button {
  top: 60%;
  opacity: 1;
}
.themeOfferBox__title {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 0px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  width: 100%;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  z-index: 20;
  padding: 0 20px;
}
.themeOfferBox__title a {
  font-family: 'Georgia', sans-serif;
  font-size: 25px;
  font-style: italic;
  color: #fff;
  font-weight: normal;
}
.themeOfferBox__price {
  position: absolute;
  right: -15px;
  bottom: 15px;
  z-index: 20;
  font-size: 14px;
  color: #fff;
  background-color: rgba(179, 17, 57, 0.7);
  padding: 10px 40px;
  letter-spacing: 2px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.themeOfferBox__price--bold {
  font-size: 29px;
  font-weight: 700;
}
.themeOfferBox__price--bold sup {
  font-size: 15px;
  font-weight: normal;
  margin-left: 3px;
}
.themeOfferBox__currency {
  font-size: 19px;
  font-weight: normal;
  margin-right: 3px;
}
.themeOfferBox__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  background-color: rgba(179, 17, 57, 0.7);
  text-align: center;
}
.themeOfferBox__button {
  position: relative;
  top: 67%;
  display: inline-block;
  border: 3px solid #fff;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  padding: 15px;
  opacity: 0;
  background-color: transparent;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1;
}
.themeOfferBox__button > span {
  position: relative;
  z-index: 2;
}
.themeOfferBox__button:focus {
  outline: 0px none;
}
.themeOfferBox__button:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
}
.themeOfferBox__button:hover {
  color: #b31139;
}
.themeOfferBox__button:hover:after {
  width: 100%;
}
.t_page_offer .offerBox {
  height: 595px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .t_page_offer .offerBox {
    height: 350px;
  }
}
.t_page_offer .offerBox .genericBox__image {
  -ms-transform: scale(1) !important;
      transform: scale(1) !important;
}
.offerBox {
  position: relative;
  height: 470px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .offerBox {
    height: 350px;
  }
}
.offerBox:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.offerBox:hover .genericBox__image {
  -ms-transform: scale(1);
      transform: scale(1);
}
.offerBox:hover .offerBox__overlay {
  opacity: 1;
}
.offerBox:hover .offerBox__button {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  top: 50%;
  opacity: 1;
}
.offerBox__title {
  margin: 0px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-top: 30px;
  text-align: center;
  width: 100%;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  padding: 0 20px;
}
.offerBox__title a {
  font-family: 'Georgia', sans-serif;
  font-size: 21px;
  font-style: italic;
  color: #494949;
  font-weight: normal;
}
.offerBox__countdown {
  position: absolute;
  left: -15px;
  top: 15px;
  z-index: 21;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  background-color: rgba(73, 73, 73, 0.7);
  padding: 10px 30px;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.offerBox__countdown svg {
  width: 25px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
.offerBox__price {
  position: absolute;
  right: -15px;
  bottom: 15px;
  z-index: 21;
  font-size: 14px;
  color: #fff;
  background-color: rgba(179, 17, 57, 0.7);
  padding: 10px 40px;
  letter-spacing: 2px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.offerBox__price--bold {
  font-size: 29px;
  font-weight: 700;
}
.offerBox__price--bold sup {
  font-size: 15px;
  font-weight: normal;
  margin-left: 3px;
}
.offerBox__currency {
  font-size: 19px;
  font-weight: normal;
  margin-right: 3px;
}
.offerBox__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  background-color: rgba(179, 17, 57, 0.7);
  text-align: center;
}
.offerBox__button {
  position: relative;
  top: 60%;
  display: inline-block;
  border: 3px solid #fff;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  padding: 15px;
  opacity: 0;
  background-color: transparent;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1;
}
.offerBox__button > span {
  position: relative;
  z-index: 2;
}
.offerBox__button:focus {
  outline: 0px none;
}
.offerBox__button:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
}
.offerBox__button:hover {
  color: #b31139;
}
.offerBox__button:hover:after {
  width: 100%;
}
.offerText .section__title {
  font-size: 19px;
  margin-top: 30px;
  color: #b31139;
  text-align: left;
  margin-bottom: 25px;
}
.offerText__strDetail {
  margin-bottom: 10px;
}
.offerText__strDetail svg {
  width: 30px;
  height: 30px;
  fill: #b31139;
  vertical-align: middle;
}
/*=============================================
=            PAGINA OFFERTA NORMALE           =
=============================================*/
.pointer {
  cursor: pointer;
}
#asideAbsOffer {
  position: relative;
  padding: 30px;
  background: #f2f2f2;
}
#asideAbsOffer .asideOfferTitle {
  font-weight: 300;
  font-size: 22px;
  color: #494949;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
#asideAbsOffer .asideOfferTitle > b,
#asideAbsOffer .asideOfferTitle strong {
  font-weight: 700;
}
#asideAbsOffer .asideOfferValid {
  font-style: italic;
  font-family: 'Georgia', sans-serif;
  color: #494949;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 20px;
}
#asideAbsOffer .asideOfferValid svg {
  width: 30px;
  height: 30px;
  fill: #494949;
  vertical-align: middle;
  margin-right: 20px;
}
#asideAbsOffer .asideOfferPax {
  font-style: italic;
  font-family: 'Georgia', sans-serif;
  color: #494949;
  font-size: 17px;
  font-weight: normal;
}
#asideAbsOffer .asideOfferPax .spacer {
  width: 100%;
  height: 20px;
}
#asideAbsOffer .asideOfferPax svg {
  width: 30px;
  height: 30px;
  fill: #494949;
  vertical-align: middle;
  margin-right: 20px;
}
.offerServiceBar {
  padding: 25px 0;
}
.page-offer-img {
  width: 100%;
}
#offerStrMap {
  background: rgba(0, 0, 0, 0.06) url("data:image/gif;base64,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") no-repeat center center;
  height: 400px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.datepickerContainer {
  width: 100%;
  text-align: center;
  border-radius: 0;
  background: #fff;
}
.datepickerContainer.ui-datepicker-multi-2 {
  width: 100 !important;
}
.datepickerContainer .ui-widget-header {
  background: transparent;
  border: 0 none;
  color: #fff;
}
.datepickerContainer .ui-widget-content {
  width: 100%;
  background-color: #fff;
  border: none;
}
.datepickerContainer .ui-datepicker-title {
  color: #b31139;
}
.datepickerContainer th {
  font-size: .8em;
  text-transform: uppercase;
}
.datepickerContainer td a,
.datepickerContainer td span {
  text-align: center !important;
  width: 100%;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
}
.datepickerContainer .ui-state-disabled .ui-state-default {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.datepickerContainer .ui-state-disabled .ui-state-default:hover {
  background: rgba(0, 0, 0, 0.4);
}
.datepickerContainer .ui-state-default,
.datepickerContainer .ui-widget-content .ui-state-default,
.datepickerContainer .ui-widget-header .ui-state-default {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
}
.datepickerContainer .ui-state-default:hover,
.datepickerContainer .ui-widget-content .ui-state-default:hover,
.datepickerContainer .ui-widget-header .ui-state-default:hover {
  background: #b31139;
}
.datepickerContainer .ui-widget-content .mm-selectable a {
  background-color: #ea2657;
}
.datepickerContainer .ui-state-active,
.datepickerContainer .ui-widget-content .ui-state-active,
.datepickerContainer .ui-widget-header .ui-state-active {
  background: #b31139;
}
.datepickerContainer .datepickerCheckinDay > span {
  background: rgba(0, 0, 0, 0.8);
}
.datepickerContainer .ui-widget-header .ui-icon {
  background: none;
  color: #b31139;
  margin-top: 5px;
  text-indent: 0;
  cursor: pointer;
}
.datepickerContainer .ui-widget-header .ui-state-hover {
  background: transparent;
  border: 0 none;
}
.datepickerContainer .ui-widget-header .ui-datepicker-next span {
  top: 8px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.datepickerContainer .ui-widget-header .ui-datepicker-prev span {
  top: 8px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.datepickerContainer .ui-widget-header .ui-datepicker-prev-hover,
.datepickerContainer .ui-widget-header .ui-datepicker-next-hover {
  top: 0;
}
.datepickerContainer .fixedCheckInTooltip {
  background-color: #393939;
  color: #B2B2B2;
  float: left;
  margin: 0 auto;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  margin-top: -25px;
  margin-left: -21px;
  white-space: nowrap;
  width: auto;
}
.datepickerContainer .fixedCheckInTooltip i.smallArrow {
  position: absolute;
  bottom: -10px;
  left: 31px;
}
.datepickerContainer .datepickerCheckinDay {
  opacity: 0.7;
}
.datepickerContainer .datepickerCheckinDay > span {
  background-color: #000 !important;
}
/*================================================
=            PAGINA OFFERTA AGGREGATA            =
================================================*/
.offerPriceFrom {
  color: #b31139;
  font-size: 22px;
  margin-bottom: 15px;
}
.offerPriceFrom b {
  font-weight: 400;
  font-size: 1.8em;
}
#aggregate-offer-preview .abs-offer-list-item .imgHolder {
  height: 350px;
}
#agg-offer-list {
  margin-top: 30px;
}
#agg-offer-list h3 {
  color: #b31139;
  font-size: 45px;
}
.agg-offer-list-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.agg-offer-list-item .imgHolder {
  float: left;
  width: 30%;
}
.agg-offer-list-item .infoHolder {
  float: left;
  padding: 5px 15px;
}
.agg-offer-list-item .infoHolder h4 {
  margin-top: 0;
  padding-top: 0;
  color: #b31139;
  text-transform: uppercase;
}
.agg-offer-list-item .addressHolder {
  clear: both;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(179, 17, 57, 0.1);
}
/*=====  End of PAGINA OFFERTA AGGREGATA  ======*/
@keyframes offclockrock {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(15deg) scale3d(1.1, 1.1, 1);
  }
  4% {
    transform: rotate(-15deg) scale3d(1.2, 1.2, 1);
  }
  6% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg) scale3d(1.1, 1.1, 1);
  }
  12% {
    transform: rotate(-15deg) scale3d(1.2, 1.2, 1);
  }
  14% {
    transform: rotate(0deg);
  }
}
.reviewsWrapper {
  position: relative;
  padding-bottom: 30px;
}
.reviewsResume {
  position: relative;
  padding: 30px;
  text-align: center;
  background-color: #f2f2f2;
}
.reviewsResume__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #494949;
}
.reviewsResume__title b {
  font-size: 700;
}
.boxVoteContainer {
  width: 50%;
  display: table;
  float: left;
  margin-left: -4px;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .boxVoteContainer {
    width: 100%;
  }
}
.boxVote {
  width: 120px;
  padding: 36px 0;
  border: 3px solid rgba(179, 17, 57, 0.2);
  display: inline-block;
  text-align: center;
  margin: 15px 0px;
}
.boxVote--small {
  width: 55px;
  padding: 14px 0;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.boxVote--small .boxVote__text {
  font-size: 22px;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.boxVote__text {
  width: 100%;
  font-family: 'Georgia', sans-serif;
  font-weight: 700;
  font-size: 42px;
  font-style: italic;
  line-height: 1;
  -ms-transform: translateY(-3px);
      transform: translateY(-3px);
}
.boxVote__description {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  color: #343434;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.textResult {
  font-family: 'Georgia', sans-serif;
  font-size: 32px;
  font-style: italic;
}
.textResult small {
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .colButton {
    width: 170px !important;
    display: inline-block;
    float: none !important;
    vertical-align: middle;
  }
}
.filterContainer {
  text-align: center;
}
.filterContainer__title {
  font-weight: 300;
  font-size: 16px;
  color: #494949;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  line-height: 1;
  margin: 30px 0;
}
.filterContainer__title b,
.filterContainer__title strong {
  font-weight: 700;
}
.filterContainer__button {
  cursor: pointer;
  height: 50px;
  background-color: rgba(179, 17, 57, 0.5);
  color: #ffffff;
  text-align: center;
  font-family: 'Georgia', sans-serif;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in;
}
.filterContainer__button--selected {
  background-color: #b31139;
}
.filterContainer__button span {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.filterContainer__button:hover {
  background-color: #b31139;
}
.reviewContainer {
  position: relative;
  padding-bottom: 50px;
}
.reviewContainer__row {
  position: relative;
  margin-top: 30px;
}
.reviewContainer .guestDetail {
  display: inline-block;
  vertical-align: middle;
}
.reviewContainer .guestDetail__icon {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  margin-right: 15px;
  background-color: #b31139;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.reviewContainer .guestDetail__description {
  display: inline-block;
  vertical-align: middle;
}
.reviewContainer .guestDetail__description__title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #ab9684;
  margin-bottom: 10px;
}
.reviewContainer .guestDetail__description__type {
  font-family: 'Georgia', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #494949;
  margin-bottom: 25px;
}
.reviewContainer .guestDetail__description__place {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #494949;
}
.reviewContainer .guestDetail__description img {
  width: 16px;
}
.guestReview {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e7e1dd;
  position: relative;
  padding: 30px;
  width: 100%;
}
.guestReview:after {
  content: '';
  position: absolute;
  top: 60px;
  left: -27px;
  width: 27px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/modules/abs_reviews/images/review_tooltip.png);
}
@media (max-width: 767px) {
  .guestReview {
    margin-top: 30px;
  }
  .guestReview:after {
    top: -22px;
    left: 60px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}
.guestReview .boxVoteContainer {
  margin: 0px;
  width: auto;
  float: right;
}
.guestReview .boxVoteContainer .boxVote--small {
  width: 55px;
}
.guestReview .boxVoteContainer .boxVote__description {
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #494949;
  font-weight: 700;
  padding-left: 0px;
  padding-right: 10px;
}
.guestReview .reviewDates {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #494949;
}
.guestReview .reviewDates__stay {
  margin-bottom: 7px;
}
.guestReview .reviewDates__comment {
  color: #b31139;
  margin-bottom: 7px;
}
.guestReview__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  color: #ab9684;
  margin-top: -5px;
  margin-bottom: 10px;
}
.guestReview__positiveContainer,
.guestReview__negativeContainer {
  display: table;
  margin-bottom: 15px;
}
.guestReview__positiveContainer__icon,
.guestReview__negativeContainer__icon {
  display: table-cell;
  vertical-align: top;
}
.guestReview__positiveContainer__icon img,
.guestReview__negativeContainer__icon img {
  width: 16px;
}
.guestReview__positiveContainer__text,
.guestReview__negativeContainer__text {
  padding-left: 5px;
  display: table-cell;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #706159;
}
.guestReview__structureAnswer {
  padding: 20px;
  background-color: #f2f2f2;
  margin-top: 10px;
}
.guestReview__structureAnswer__title {
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #b31139;
  margin-bottom: 15px;
}
.guestReview__structureAnswer__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #706159;
}
.readMore__plus {
  display: block;
  position: relative;
  top: 15px;
  left: 50%;
  margin-left: -15px;
  width: 30px !important;
  height: 30px;
  background: no-repeat center center;
  background-image: url(/images/svgStandAlone/30x30/a63044/modules/abs_reviews/images/svg/plus.svg);
  z-index: 20;
}
.readMore__plus--rotated {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#gmap_jquery {
  height: 400px;
  border: 1px solid #cdcdcd;
}
#gmap_jquery img {
  max-width: none;
}
.ballon {
  width: 315px;
  height: 135px;
  line-height: 14px;
  font-size: 12px;
  text-align: left;
}
.ballon h5 {
  font-size: 15px;
  color: #333333;
  margin: 0 0 5px 0;
  letter-spacing: 0;
}
.ballon a {
  color: #333333;
  font-size: 12px;
  text-decoration: underline;
}
.ballon a:hover {
  text-decoration: none;
}
.ballon .inputE {
  width: 165px;
  height: 22px;
  border: 1px solid #333333;
  margin: 5px 0;
  float: left;
  padding: 3px 0;
  background: #fff;
}
.ballon .inputB {
  cursor: pointer;
  border: 1px solid #333333;
  text-align: center;
  height: 22px;
  width: 30px;
  color: #333333;
  margin: 5px;
  margin-top: 5px;
  font-weight: bold;
  float: left;
  padding: 0;
}
#dirContainer {
  width: 100%;
  margin-bottom: 30px;
}
#dirContainer span {
  font-size: 12px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  display: inline;
}
#dirContainer table {
  margin: 0;
  width: 100%;
}
#dirContainer table td {
  padding: 7px 5px;
  line-height: 16px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
}
#dirContainer table img {
  border: none;
  margin-bottom: 0;
}
#dirContainer table .adp-fullwidth {
  width: 100%;
}
.adp-summary {
  padding: 3px;
}
.AjaxForm .form-control,
.AjaxForm .form-group,
.AjaxForm .item,
.transition-all {
  transition: all 0.6s;
}
.AjaxForm .form-control,
.AjaxForm .form-group,
.AjaxForm .item,
.transition-all {
  transition: all 0.6s;
}
.AjaxForm form {
  float: left;
  width: 100%;
  position: relative;
}
.AjaxForm form div[class*=col] {
  background: #fff;
}
.AjaxForm .success,
.AjaxForm .errors {
  position: absolute;
  top: -21px;
  right: 5%;
  left: 5%;
  padding: 7px;
  color: #1b1b1b;
  cursor: pointer;
  opacity: 1!important;
  z-index: 10;
}
.AjaxForm .success:after,
.AjaxForm .errors:after {
  border: 0 none;
  border-radius: 50%;
  color: #fff;
  content: "x";
  display: block;
  font-size: 24px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: -16px;
  text-align: center;
  top: -16px;
  width: 30px;
}
.AjaxForm .success {
  border: 1px solid #0c0;
}
.AjaxForm .success:after {
  background-color: #0c0;
}
.AjaxForm .errors {
  border: 1px solid #d00;
}
.AjaxForm .errors:after {
  background-color: #d00;
}
.AjaxForm.glyphicon .success:after,
.AjaxForm.glyphicon .errors:after {
  content: "\e014" !important;
}
.AjaxForm.fa .success:after,
.AjaxForm.fa .errors:after {
  content: "\f00d" !important;
}
.form-group.citta_provincia input.citta {
  float: left;
  width: 65%;
}
.form-group.citta_provincia input.prov {
  float: left;
  margin-left: 1%;
  width: 34%;
  text-align: center;
}
.form-group label {
  font-weight: normal;
}
.mm-form-search {
  padding: 10px 10px 0;
  margin: 0;
}
.mm-form-search .mm-button {
  float: right;
  margin-left: 10px;
  display: none;
}
.mm-form-search .mm-button.mm-graph-over {
  text-align: center;
}
.mm-form-search .mm-button.mm-graph-over .mm-icon {
  margin: 0;
}
.mm-form-search .mm-icon {
  float: left;
  margin-right: 10px;
  display: none;
}
.mm-form-search.mm-basic .mm-button.mm-text {
  margin-left: 0;
  display: inline-block;
}
.mm-form-search.mm-essential.mm-fit {
  margin: 0px;
}
.mm-form-search.mm-essential.mm-fit .mm-button.mm-graph-over {
  margin-left: 0;
  float: none;
  display: block;
}
.mm-form-search.mm-essential.mm-fit .mm-button.mm-graph-over .mm-icon {
  margin-left: 0;
  float: none;
  display: block;
}
.mm-form-search.mm-inpage {
  width: 100%;
}
.mm-form-search.mm-inpage .form-group {
  width: 100%;
}
.mm-form-search.mm-inpage .form-group .input-group {
  width: 70%;
  float: left;
}
.mm-form-search.mm-inpage .form-group .mm-text {
  display: block;
  width: 20%;
  float: left;
}
#serp .listFind {
  padding: 0 16px;
}
#serp .listFind ul {
  padding: 0;
}
#serp .listFind ul ul {
  padding: 0 16px;
}
#serp .listFind li {
  list-style: none;
}
#serp .listFind li li {
  list-style: decimal-leading-zero inside none;
  color: #07739A;
  text-decoration: none;
  margin-bottom: 20px;
}
#serp .listFind li li span {
  color: #07739A;
}
#serp .listFind li li small {
  color: #333333;
}
#serp .listFind li li em {
  text-decoration: underline;
  color: #043c51;
  display: block;
  clear: both;
}
#serp .listFind big {
  color: #333333;
}
#serp .listFind small:empty,
#serp .listFind small:empty + br {
  display: none;
}
#serp .findTitle {
  padding: 0 16px;
}
.search-inpage .fa {
  color: #eeeeee;
  font-size: 24px;
  position: absolute;
  right: 7px;
  top: 4px;
}
.search-inpage label {
  margin: 0;
  position: relative;
  width: 50%;
}
.search-inpage input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eeeeee;
  padding: 7px 14px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.search-inpage button {
  margin-left: 21px;
  background-color: #494949;
  color: #eeeeee;
  border: 1px solid #333333;
  background-image: none;
}
.table.mm-meteo * {
  vertical-align: middle;
  text-align: center;
}
.table.mm-meteo thead th {
  vertical-align: top;
}
.table.mm-meteo tbody th {
  font-weight: normal;
}
.table.mm-meteo td {
  white-space: nowrap;
}
.table.mm-meteo.today td {
  width: 14%;
}
.table.mm-meteo.next-days td {
  width: 20%;
}
.table.mm-meteo .past {
  opacity: 0.7;
}
.table.mm-meteo .past img {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}
.table.mm-meteo .future {
  opacity: 1;
}
.table.mm-meteo.png-white img {
  background-color: #aaa;
  border-radius: 20%;
  height: auto;
  padding: 5px;
  width: 60px;
}
.table.mm-meteo caption {
  font-weight: 300;
  font-size: 22px;
  color: #b31139;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  margin-bottom: 20px;
}
.table.mm-meteo caption b,
.table.mm-meteo caption strong {
  font-weight: 700;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span,
.datepickerContainer .ui-widget-header .ui-datepicker-next span,
.datepickerContainer .ui-widget-header .ui-datepicker-prev span {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span:before,
.datepickerContainer .ui-widget-header .ui-datepicker-prev span:before {
  content: "\e079";
}
.glyphicon-chevron-right:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span:before,
.datepickerContainer .ui-widget-header .ui-datepicker-next span:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #07739A;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #043c51;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  transition: all all 0.2s ease-in-out ease;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #07739A;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054f69;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #07739A;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #054f69;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #494949;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #494949;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 1px 2px rgba(0, 0, 0, 0.2);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 1px 2px rgba(0, 0, 0, 0.2);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 1px 2px rgba(0, 0, 0, 0.2);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075) 1px 2px rgba(0, 0, 0, 0.2);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 1px 2px rgba(0, 0, 0, 0.2);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #07739A;
  border-color: #066182;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #054f69;
  border-color: #000608;
}
.btn-primary:hover {
  color: #fff;
  background-color: #054f69;
  border-color: #033547;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #054f69;
  border-color: #033547;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #033547;
  border-color: #000608;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #07739A;
  border-color: #066182;
}
.btn-primary .badge {
  color: #07739A;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #B9E3F1;
  border-color: #a4daed;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #8ed2e9;
  border-color: #39b0d7;
}
.btn-info:hover {
  color: #fff;
  background-color: #8ed2e9;
  border-color: #71c6e3;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #8ed2e9;
  border-color: #71c6e3;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #71c6e3;
  border-color: #39b0d7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #B9E3F1;
  border-color: #a4daed;
}
.btn-info .badge {
  color: #B9E3F1;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #07739A;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #043c51;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  transition: all opacity 0.15s linear ease;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: '' 0 6px 12px rgba(0, 0, 0, 0.175) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 6px 12px rgba(0, 0, 0, 0.175) 1px 2px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #07739A;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
  -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #494949;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #07739A;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #494949;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #07739A;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    -o-box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: '' none 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #07739A;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #043c51;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #07739A;
  border-color: #07739A;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #07739A;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #054f69;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #B9E3F1;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #8ed2e9;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #07739A;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
  transition: all border 0.2s ease-in-out ease;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #07739A;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 2px rgba(0, 0, 0, 0.1) 1px 2px rgba(0, 0, 0, 0.2);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #07739A;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 -1px 0 rgba(0, 0, 0, 0.15) 1px 2px rgba(0, 0, 0, 0.2);
  transition: width 0.6s ease;
  transition: all width 0.6s ease ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #B9E3F1;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #07739A;
  border-color: #07739A;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #74d6f9;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: '' 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #07739A;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #07739A;
  border-color: #07739A;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #07739A;
}
.panel-primary > .panel-heading .badge {
  color: #07739A;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #07739A;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' inset 0 1px 1px rgba(0, 0, 0, 0.05) 1px 2px rgba(0, 0, 0, 0.2);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 3px 9px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 5px 15px rgba(0, 0, 0, 0.5) 1px 2px rgba(0, 0, 0, 0.2);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 5px 10px rgba(0, 0, 0, 0.2) 1px 2px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  transition: all 0.6s ease-in-out left ease;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-next span,
.carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-prev span,
.carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-next span,
.carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-prev span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left,
.carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-prev span,
.carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-prev span {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-next span,
.carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-next span {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-next span,
  .carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-prev span,
  .carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-next span,
  .carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-prev span {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev,
  .carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-prev span,
  .carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-prev span {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control #ui-datepicker-div .ui-widget-header .ui-datepicker-next span,
  .carousel-control .datepickerContainer .ui-widget-header .ui-datepicker-next span {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! jQuery Mobile v1.4.5 | Copyright 2010, 2014 jQuery Foundation, Inc. | jquery.org/license */
/* * jQuery Mobile v1.4.5 * http://jquerymobile.com * * Copyright 2010,2014 jQuery Foundation,Inc. and other contributors * Released under the MIT license. * http://jquery.org/license * */
.ui-mobile,
.ui-mobile body {
  height: 99.9%;
}
.ui-mobile fieldset,
.ui-page {
  padding: 0;
  margin: 0;
}
.ui-mobile a img,
.ui-mobile fieldset {
  border-width: 0;
}
.ui-mobile fieldset {
  min-width: 0;
}
@-moz-document url-prefix() {
  .ui-mobile fieldset {
    display: table-column;
    vertical-align: middle;
  }
}
.ui-mobile-viewport {
  margin: 0;
  overflow-x: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.ui-mobile-viewport,
div.ui-mobile-viewport {
  overflow-x: hidden;
}
.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  display: none;
  border: 0;
}
.ui-page {
  outline: none;
}
.ui-mobile .ui-page-active {
  display: block;
  overflow: visible;
  overflow-x: hidden;
}
@media screen and (orientation: portrait) {
  .ui-mobile .ui-page {
    min-height: 420px;
  }
}
@media screen and (orientation: landscape) {
  .ui-mobile .ui-page {
    min-height: 300px;
  }
}
.ui-mobile-rendering > * {
  visibility: hidden;
}
.ui-nojs {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-loading .ui-loader {
  display: block;
}
.ui-loader {
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 0;
}
.ui-loader-default {
  background: none;
  filter: alpha(opacity=18);
  opacity: .18;
  width: 2.875em;
  height: 2.875em;
  margin-left: -1.4375em;
  margin-top: -1.4375em;
}
.ui-loader-verbose {
  width: 12.5em;
  filter: alpha(opacity=88);
  opacity: .88;
  box-shadow: 0 1px 1px -1px #fff;
  height: auto;
  margin-left: -6.875em;
  margin-top: -2.6875em;
  padding: .625em;
}
.ui-loader-default h1 {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.ui-loader-verbose h1 {
  font-size: 1em;
  margin: 0;
  text-align: center;
}
.ui-loader .ui-icon-loading {
  background-color: #000;
  display: block;
  margin: 0;
  width: 2.75em;
  height: 2.75em;
  padding: .0625em;
  border-radius: 2.25em;
}
.ui-loader-verbose .ui-icon-loading {
  margin: 0 auto .625em;
  filter: alpha(opacity=75);
  opacity: .75;
}
.ui-loader-textonly {
  padding: .9375em;
  margin-left: -7.1875em;
}
.ui-loader-textonly .ui-icon-loading {
  display: none;
}
.ui-loader-fakefix {
  position: absolute;
}
.ui-bar,
.ui-body {
  position: relative;
  padding: .4em 1em;
  overflow: hidden;
  display: block;
  clear: both;
}
.ui-bar h1,
.ui-bar h2,
.ui-bar h3,
.ui-bar h4,
.ui-bar h5,
.ui-bar h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
}
.ui-header,
.ui-footer {
  border-width: 1px 0;
  border-style: solid;
  position: relative;
}
.ui-header:empty,
.ui-footer:empty {
  min-height: 2.6875em;
}
.ui-header .ui-title,
.ui-footer .ui-title {
  font-size: 1em;
  min-height: 1.1em;
  text-align: center;
  display: block;
  margin: 0 30%;
  padding: .7em 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 !important;
}
.ui-footer .ui-title {
  margin: 0 1em;
}
.ui-content {
  border-width: 0;
  overflow: visible;
  overflow-x: hidden;
  padding: 1em;
}
.ui-corner-all > .ui-header:first-child,
.ui-corner-all > .ui-content:first-child,
.ui-corner-all > .ui-footer:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.ui-corner-all > .ui-header:last-child,
.ui-corner-all > .ui-content:last-child,
.ui-corner-all > .ui-footer:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.ui-btn {
  font-size: 16px;
  margin: .5em 0;
  padding: .7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-btn-icon-notext,
.ui-header button.ui-btn.ui-btn-icon-notext,
.ui-footer button.ui-btn.ui-btn-icon-notext {
  padding: 0;
  width: 1.75em;
  height: 1.75em;
  text-indent: -9999px;
  white-space: nowrap !important;
}
.ui-mini {
  font-size: 12.5px;
}
.ui-mini .ui-btn {
  font-size: inherit;
}
.ui-header .ui-btn,
.ui-footer .ui-btn {
  font-size: 12.5px;
  display: inline-block;
  vertical-align: middle;
}
.ui-header .ui-controlgroup .ui-btn-icon-notext,
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
  font-size: 12.5px;
}
.ui-header .ui-btn-left,
.ui-header .ui-btn-right {
  font-size: 12.5px;
}
.ui-mini.ui-btn-icon-notext,
.ui-mini .ui-btn-icon-notext,
.ui-header .ui-btn-icon-notext,
.ui-footer .ui-btn-icon-notext {
  font-size: 16px;
  padding: 0;
}
.ui-btn-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: .625em;
}
.ui-btn-icon-left {
  padding-left: 2.5em;
}
.ui-btn-icon-right {
  padding-right: 2.5em;
}
.ui-btn-icon-top {
  padding-top: 2.5em;
}
.ui-btn-icon-bottom {
  padding-bottom: 2.5em;
}
.ui-header .ui-btn-icon-top,
.ui-footer .ui-btn-icon-top,
.ui-header .ui-btn-icon-bottom,
.ui-footer .ui-btn-icon-bottom {
  padding-left: .3125em;
  padding-right: .3125em;
}
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after {
  top: 50%;
  margin-top: -11px;
}
.ui-btn-icon-left:after {
  left: .5625em;
}
.ui-btn-icon-right:after {
  right: .5625em;
}
.ui-mini.ui-btn-icon-left:after,
.ui-mini .ui-btn-icon-left:after,
.ui-header .ui-btn-icon-left:after,
.ui-footer .ui-btn-icon-left:after {
  left: .37em;
}
.ui-mini.ui-btn-icon-right:after,
.ui-mini .ui-btn-icon-right:after,
.ui-header .ui-btn-icon-right:after,
.ui-footer .ui-btn-icon-right:after {
  right: .37em;
}
.ui-btn-icon-notext:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after {
  left: 50%;
  margin-left: -11px;
}
.ui-btn-icon-top:after {
  top: .5625em;
}
.ui-btn-icon-bottom:after {
  top: auto;
  bottom: .5625em;
}
.ui-header .ui-btn-left,
.ui-header .ui-btn-right,
.ui-btn-left > [class*="ui-"],
.ui-btn-right > [class*="ui-"] {
  margin: 0;
}
.ui-btn-left,
.ui-btn-right {
  position: absolute;
  top: .24em;
}
.ui-btn-left {
  left: .4em;
}
.ui-btn-right {
  right: .4em;
}
.ui-btn-icon-notext.ui-btn-left {
  top: .3125em;
  left: .3125em;
}
.ui-btn-icon-notext.ui-btn-right {
  top: .3125em;
  right: .3125em;
}
button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
button.ui-btn-inline,
.ui-header button.ui-btn,
.ui-footer button.ui-btn {
  width: auto;
}
button.ui-btn::-moz-focus-inner {
  border: 0;
}
button.ui-btn-icon-notext,
.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn {
  box-sizing: content-box;
  width: 1.75em;
}
.ui-mobile label,
.ui-controlgroup-label {
  display: block;
  margin: 0 0 .4em;
}
.ui-hide-label > label,
.ui-hide-label .ui-controlgroup-label,
.ui-hide-label .ui-rangeslider label,
.ui-hidden-accessible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-screen-hidden {
  display: none !important;
}
.ui-mobile-viewport-transitioning,
.ui-mobile-viewport-transitioning .ui-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.ui-page-pre-in {
  opacity: 0;
}
.in {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 350ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 350ms;
  animation-timing-function: ease-out;
  animation-duration: 350ms;
}
.out {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 225ms;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 225ms;
  animation-timing-function: ease-in;
  animation-duration: 225ms;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade.out {
  opacity: 0;
  -webkit-animation-duration: 125ms;
  -webkit-animation-name: fadeout;
  -moz-animation-duration: 125ms;
  -moz-animation-name: fadeout;
  animation-duration: 125ms;
  animation-name: fadeout;
}
.fade.in {
  opacity: 1;
  -webkit-animation-duration: 225ms;
  -webkit-animation-name: fadein;
  -moz-animation-duration: 225ms;
  -moz-animation-name: fadein;
  animation-duration: 225ms;
  animation-name: fadein;
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert {
  animation: hideSweetAlert 0.3s;
}
.hideSweetAlert[data-animation=none] {
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.3s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .form-group {
  display: none;
}
.sweet-alert .form-group .sa-input-error {
  display: none;
}
.sweet-alert.show-input .form-group {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #d43f3a;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #eea236;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #46b8da;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #4cae4c;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -ms-transform-origin: 60px 60px;
      transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -ms-transform-origin: 0px 60px;
      transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/dist/fonts/flexslider-icon.eot');
  src: url('/dist/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/dist/fonts/flexslider-icon.woff') format('woff'), url('/dist/fonts/flexslider-icon.ttf') format('truetype'), url('/dist/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  transition: opacity 0.2s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
/*
 * blueimp Gallery Video Factory CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/video-play.svg);
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}
* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  -ms-touch-action: pinch-zoom;
      touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@keyframes clockrock {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(15deg) scale3d(1.1, 1.1, 1);
  }
  4% {
    transform: rotate(-15deg) scale3d(1.2, 1.2, 1);
  }
  6% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg) scale3d(1.1, 1.1, 1);
  }
  12% {
    transform: rotate(-15deg) scale3d(1.2, 1.2, 1);
  }
  14% {
    transform: rotate(0deg);
  }
}
.marg-r-0 {
  margin-right: 0!important;
}
.marg-l-0 {
  margin-left: 0!important;
}
.pad-r-0 {
  padding-right: 0!important;
}
.pad-l-0 {
  padding-left: 0!important;
}
.no-marg-lr {
  margin-left: 0!important;
  margin-right: 0!important;
}
.no-pad-lr {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pointer {
  cursor: pointer;
}
.col-tw {
  width: 20%;
  float: left;
  margin: 0;
}
.unboxed *,
.unboxed *:after,
.unboxed *:before {
  box-sizing: content-box !important;
}
.anim,
.anim:before,
.anim:after,
#formSearch .formSearchBtn .svgIcoLens,
#formSearch .formSearchBtn .svgIcoArrowLeft {
  transition: all 0.2s ease-in-out;
}
.anim-back,
.anim-back:before,
.anim-back:after {
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.mm-spin {
  animation: mm-spin 2s infinite linear;
}
@keyframes mm-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
}
body.up .topBar {
  transform: translate3d(0, -100%, 0);
}
body.loading,
body.loading * {
  cursor: wait !important;
}
a {
  outline: 0 none !important;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
textarea {
  -webkit-appearance: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  color: #fff;
  background: #b31139;
  /* WebKit/Blink Browsers */
}
::selection {
  color: #fff;
  background: #b31139;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #b31139;
  /* Gecko Browsers */
}
/*.ui-page{
	height: auto;
	padding: 0px;
}*/
.cc-cookies {
  bottom: auto;
  top: 0px;
}
.nopadding {
  padding: 0;
}
.animationBlock {
  width: 100vh;
  height: 100vw;
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  opacity: 0;
}
.animationBlock svg {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg);
  fill: #fff;
  z-index: 10000;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
}
.animationBlock__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #b31139;
}
.animationBlock__layer:first-child {
  background: #b31139;
}
.animationBlock--right {
  top: 50%;
  left: 50%;
}
.animationBlock--animate--start .animationBlock__layer {
  animation: anim-effect-entering 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
}
.animationBlock--animate--start .animationBlock__layer:nth-child(2) {
  animation-delay: .3s;
}
.animationBlock--animate--end .animationBlock__layer {
  animation: anim-effect-quitting 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
}
.animationBlock--animate--end .animationBlock__layer:nth-child(1) {
  animation-delay: .3s;
}
.animationBlock--animate--end .animationBlock__layer:nth-child(2) {
  animation-delay: 0s;
}
.logo_page_transition--animate {
  opacity: 1!important;
}
@keyframes anim-effect-entering {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes anim-effect-quitting {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, -200%, 0);
  }
}
a.underlineHover:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0px;
  display: block;
  width: 0px;
  height: 1px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
a.underlineHover:hover:after {
  width: 100%;
}
.section__title {
  font-weight: 300;
  font-size: 22px;
  color: #494949;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}
.section__title b,
.section__title strong {
  font-weight: 700;
}
.section__title--white {
  color: #fff;
}
.genericBox__imageContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.genericBox__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  z-index: 5;
  opacity: 0;
}
.genericBox__image--loaded {
  opacity: 1;
}
.genericBox__placeholdColor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.readMoreDefault {
  position: relative;
  z-index: 20;
}
.readMore,
.readMoreEuropaPlus,
.readMoreLocality,
.readMoreText {
  position: relative;
  z-index: 20;
}
.readMore__plus,
.readMoreEuropaPlus__plus,
.readMoreLocality__plus,
.readMoreText__plus {
  display: block;
  position: relative;
  top: 15px;
  left: 50%;
  margin-left: -15px;
  width: 30px !important;
  height: 30px;
  background: no-repeat center center;
  background-image: url(/images/svgStandAlone/30x30/b31139/images/svg/plus.svg);
  z-index: 20;
}
.readMore__plus--rotated,
.readMoreEuropaPlus__plus--rotated,
.readMoreLocality__plus--rotated,
.readMoreText__plus--rotated {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.genericButton {
  position: relative;
  border: 3px solid #fff;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  padding: 15px;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
  z-index: 1;
}
.genericButton--defaultColor {
  border: 3px solid #b31139;
  background-color: #b31139;
}
.genericButton > span {
  position: relative;
  z-index: 2;
}
.genericButton:focus {
  outline: 0px none;
}
.genericButton:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
}
.genericButton:hover {
  color: #b31139;
}
.genericButton:hover:after {
  width: 100%;
}
.endingRow {
  width: 100%;
  padding: 35px 15px 85px 15px;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
}
.endingRow a {
  color: #b31139;
}
.endingRow img {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-top: 20px;
}
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    width: 20%;
    float: left;
  }
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(/images/blueImp/loading.gif) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(/images/blueImp/error.png) center no-repeat;
}
.blueimp-gallery > .play-pause {
  background: url(/images/blueImp/play-pause.png) 0 0 no-repeat;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(/images/blueImp/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  background-image: url(/images/blueImp/play-pause.svg);
}
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(/images/blueImp/video-play.svg);
}
.blueimp-gallery > .slides > .slide > .slide-content {
  max-height: 80%;
}
.blueimp-gallery > .close {
  display: block!important;
}
.leaflet-container {
  position: relative;
  z-index: 1;
}
/* Box Privacy */
.formInfoBox,
.formInfoBoxMod {
  height: 130px;
  overflow-y: scroll;
  margin-bottom: 20px;
  border-radius: 0;
}
.formInfoBoxMod {
  height: 100px;
}
.scroll-warning,
.scroll-warning-mod {
  margin-bottom: 15px;
}
.scroll-warning small,
.scroll-warning-mod small {
  color: #000;
  font-size: 70%;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.margin-top-30 {
  margin-top: 30px !important;
}
.bnc-disability-manager-container {
  z-index: 1001!important;
}
.bnc-disability-manager-button {
  margin-bottom: 80px!important;
}
@media (max-width: 1199px) {
  .bnc-disability-manager-button {
    margin-bottom: 145px!important;
  }
}
@media (max-width: 767px) {
  .bnc-disability-manager-button {
    margin-bottom: 0px!important;
  }
}
.visual {
  position: relative;
  width: 100%;
}
.visual--big {
  height: 1000px;
  height: calc(100vh - 75px);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .visual--big {
    height: 400px;
  }
}
.visual--small {
  height: 440px;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .visual--small {
    height: 400px;
  }
}
.visual--small .visualbg {
  display: none;
}
.visual--small .visualbg--inverted {
  display: none;
}
.visual--smallest {
  height: 300px;
  margin-top: 85px;
}
.visual--smallest .visualbg {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: block;
}
.visual--smallest .visualbg--inverted {
  display: none;
}
.visual--plus .visualbg {
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
}
.visual--plus .visualbg--inverted {
  display: none;
}
.visual__svg {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 20;
}
@media (max-width: 767px) {
  .visual__svg {
    bottom: 100px;
  }
}
.visual__svg svg {
  fill: #fff;
  display: inline-block;
  width: 140px;
  height: 80px;
}
.visual .flexslider {
  border: 0px;
  margin: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 1199px) {
  .visual .flexslider {
    position: relative;
  }
}
.visual .flexslider ul,
.visual .flexslider li,
.visual .flexslider .flex-viewport {
  height: 100%;
}
.visual .flexslider li {
  position: relative;
  overflow: hidden;
}
.visual .flexslider .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: transform 5s ease-out 0s;
}
.visual .flexslider__scrollTo {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  cursor: pointer;
}
.visual .flexslider__scrollTo svg {
  width: 50px;
  height: 30px;
  fill: #fff;
}
.visualbg {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 330px;
  background: url('/images/visual_bg.png') top left repeat-x;
  background-size: auto 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .visualbg {
    background: none;
  }
}
.visualbg--inverted {
  top: auto;
  bottom: 0px;
  background: url('/images/visual_bg_inverted.png') left top repeat-x;
  height: 200px;
}
@media (max-width: 767px) {
  .visualbg--inverted {
    background: none;
  }
}
.zoom-slide {
  -ms-transform: scale(1.2) rotate(0.1deg);
      transform: scale(1.2) rotate(0.1deg);
  transition: transform 5s ease-out 1s;
}
.visual .localityRow__title {
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
@media (max-width: 991px) {
  .t_page_offer #abs-int-booking {
    position: static;
    margin-top: 85px;
  }
}
#abs-int-booking {
  position: fixed;
  bottom: 0px;
  background-color: #b31139;
  z-index: 300;
}
@media (max-width: 767px) {
  #abs-int-booking {
    position: relative;
    bottom: 75px;
  }
}
#abs-int-booking .formTitle {
  margin-top: 5px;
}
#abs-int-booking .formTitle span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
}
#abs-int-booking .formTitle .searchFormToggle {
  margin-bottom: 10px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  border: none;
  text-align: center;
}
#abs-int-booking .form-control {
  border-radius: 0px;
}
.deu #abs-int-booking .formTitle span {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .deu #abs-int-booking .formTitle span {
    font-size: 16px;
  }
}
.rus #abs-int-booking .formTitle span {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .rus #abs-int-booking .formTitle span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #formSearch {
    display: none;
  }
}
@media (max-width: 767px) {
  #formSearch .numGuests {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto!important;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #formSearch .numGuests.multiRooms,
  #formSearch .numGuests.singleRoom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #formSearch .roomGuests {
    width: 100%;
  }
}
#formSearch .guests,
#formSearch .input-checkin,
#formSearch .input-checkout {
  padding-right: calc(5% + 30px);
  padding-left: 5%;
  background-position: right 5% center;
  color: #b31139;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
}
@media (max-width: 991px) {
  #formSearch .guests,
  #formSearch .input-checkin,
  #formSearch .input-checkout {
    margin-bottom: 10px;
  }
}
#formSearch .input-checkin,
#formSearch .input-checkout {
  background-image: url(/images/svgStandAlone/25x25/494949/modules/abs_int_booking/svg/calendar.svg);
}
#formSearch .guests {
  background-image: url(/images/svgStandAlone/25x25/494949/modules/abs_int_booking/svg/people.svg);
}
#formSearch .sLable {
  color: #494949;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  line-height: 19px;
}
@media (max-width: 991px) {
  #formSearch .sLable {
    font-size: 14px;
  }
}
#formSearch .formSearchBtn {
  background: transparent;
  background-image: url(/images/svgStandAlone/32x32/ffffff/modules/abs_int_booking/svg/lens.svg);
  background-repeat: no-repeat;
  background-position: left 5% center;
  box-shadow: none;
  width: auto;
  padding-left: 60px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
#formSearch .formSearchBtn:hover {
  background: transparent;
  background-image: url(/images/svgStandAlone/32x32/ffffff/modules/abs_int_booking/svg/lens.svg);
  background-repeat: no-repeat;
  background-position: left 5% center;
}
#formSearch .numRooms button.selected,
#formSearch .numAdults button.selected,
#formSearch .numChildren button.selected {
  background-color: #b31139;
}
#formSearch .childrenAge span em {
  background-color: #b31139;
}
#formSearch .titleRoom {
  color: #b31139;
}
@media (max-width: 991px) {
  .buttonWrap {
    text-align: center;
  }
}
#ui-datepicker-div {
  z-index: 300 !important;
}
#ui-datepicker-div .ui-widget-header {
  color: #e8587c;
}
#ui-datepicker-div .ui-state-active {
  background-color: #b31139;
}
#ui-datepicker-div .ui-state-default:hover {
  background-color: #b31139;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next span,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev span {
  top: 5px;
  margin-top: 0px;
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  color: #b31139;
}
.topBar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
@media (max-width: 767px) {
  .topBar {
    position: fixed;
  }
}
.topBar__menuLogo {
  position: absolute;
  left: 60px;
  top: 45px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
@media (max-width: 767px) {
  .topBar__menuLogo {
    top: 45px !important;
    left: auto;
    right: 15px;
  }
}
.topBar__menuLogo svg {
  width: 60px;
  height: 60px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
@media (max-width: 767px) {
  .topBar__menuLogo svg {
    display: none;
  }
}
.topBar__menuLogo__text {
  position: relative;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.topBar__menuLogo__text svg {
  width: 10px;
  height: 10px;
  fill: #fff;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.topBar__menuLogo__text .closeSvg {
  width: 15px;
  height: 15px;
  fill: #fff;
  cursor: pointer;
  vertical-align: top;
  display: none;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.topBar--menuOpen {
  transform: translate3d(0, 0, 0) !important;
}
.topBar--menuOpen .bibioneLogoSvg {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -100%, 0) !important;
}
.siteLogo {
  position: absolute;
  left: 50%;
  top: 15px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
@media (max-width: 767px) {
  .siteLogo {
    left: 15px;
    -ms-transform: none;
        transform: none;
  }
}
.siteLogo .siteLogoSvg {
  width: 320px;
  height: 160px;
  fill: #fff;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.siteLogo .siteLogoSvg__text line {
  stroke: #fff;
  stroke-width: 1px;
}
.siteLogo .bibioneLogoSvg {
  width: 100px;
  height: 35px;
  fill: #fff;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.rightBlock {
  position: absolute;
  right: 60px;
  top: 63px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.rightBlock__callUs {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.rightBlock__callUs__text {
  display: inline-block;
  vertical-align: middle;
}
.rightBlock__callUs__link {
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  vertical-align: middle;
  color: #fff;
}
.rightBlock__callUs__link:hover {
  color: #b31139;
}
.rightBlock .phoneSvg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.rightBlock__share {
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.rightBlock__share svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  vertical-align: top;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.rightBlock__share--shareActive svg {
  fill: #b31139;
}
.rightBlock__langs {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.rightBlock__langs--selected {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.rightBlock__langs--selected svg {
  width: 10px;
  height: 10px;
  fill: #fff;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.social {
  width: 280px;
  position: absolute;
  bottom: -65px;
  right: 40px;
  display: none;
}
.social__socialShare {
  width: 33.33333333%;
  height: 45px;
  position: relative;
  float: left;
  text-align: center;
  cursor: pointer;
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 0;
}
.social__socialShare svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-top: 7px;
}
.social__socialShare--facebook {
  background-color: #3B5998;
}
.social__socialShare--twitter {
  background-color: #6CDFEA;
}
.social__socialShare--gplus {
  background-color: #E34429;
}
.social__socialShare--gplus:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: -15px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #E34429 transparent;
}
.social__socialShare.intro {
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
.social__socialShare.introOut {
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 0;
}
.langs__menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.langs__menu li {
  background: rgba(232, 88, 124, 0.8);
  text-align: center;
  margin-bottom: 1px;
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 0;
  padding: 5px 15px;
}
.langs__menu li a {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
}
.langs__menu li.intro {
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
.langs__menu li.introOut {
  transition-property: transform, opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 0;
}
.mainMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(179, 17, 57, 0.95);
  display: none;
}
.mainMenu__container {
  width: 100%;
  height: calc(100% - 180px);
  top: 180px;
  position: relative;
  overflow-y: auto;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.mainMenu__table {
  display: table;
  width: 100%;
}
.mainMenu__cell {
  display: table-cell;
  vertical-align: middle;
}
.menuLeft {
  width: 50%;
  display: inline-block;
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 50px 30px 0;
  vertical-align: bottom;
  margin-left: -4px;
}
@media (max-width: 767px) {
  .menuLeft {
    padding: 15px 25px 15px 0;
  }
}
.menuLeft__navigation {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.menuLeft li {
  margin: 15px 0px;
}
.menuLeft li a {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 21px;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .menuLeft li a {
    font-size: 18px;
  }
}
.menuLeft li a.countryFlags img {
  width: 30px;
  height: 23px;
  margin: 5px;
}
.menuRight {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -2px;
  text-align: left;
  padding: 0 0 33px 50px;
}
@media (max-width: 767px) {
  .menuRight {
    padding: 0px 0px 15px 25px;
  }
}
.menuRight__navigation {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.menuRight li {
  margin: 15px 0px;
}
.menuRight li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .menuRight li a {
    font-size: 12px;
  }
}
.body--sticky .topBar {
  height: 85px;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.body--sticky .topBar__menuLogo {
  top: 23px;
}
.body--sticky .topBar__menuLogo svg {
  fill: #b31139;
}
.body--sticky .topBar__menuLogo .logoMenuSvg--complete {
  display: none !important;
}
.body--sticky .topBar__menuLogo__text {
  color: #b31139;
  top: -10px;
}
.body--sticky .topBar__menuLogo__text .closeSvg {
  fill: #b31139;
}
.body--sticky .siteLogo {
  top: 0px;
}
.body--sticky .siteLogo .siteLogoSvg {
  width: 195px;
  height: 85px;
  fill: #b31139;
}
.body--sticky .siteLogo .siteLogoSvg__text line {
  stroke: #b31139;
}
.body--sticky .siteLogo .siteLogoSvg__stars,
.body--sticky .siteLogo .siteLogoSvg__top {
  opacity: 0 !important;
}
.body--sticky .siteLogo .bibioneLogoSvg {
  opacity: 0 !important;
  display: none;
}
.body--sticky .rightBlock {
  top: 30px;
}
.body--sticky .rightBlock__callUs {
  color: #b31139;
}
.body--sticky .rightBlock__callUs__link {
  color: #b31139;
}
.body--sticky .rightBlock__share .shareSvg {
  fill: #b31139;
}
.body--sticky .rightBlock__langs--selected {
  color: #b31139;
}
.body--sticky .rightBlock__langs svg {
  fill: #b31139;
}
.body--sticky .mainMenu__container {
  height: calc(100% - 110px);
  top: 110px;
}
@media (max-width: 767px) {
  .body--sticky .mainMenu__container {
    height: calc(100% - 85px);
    top: 85px;
  }
}
#phplive_btn_1480678649 {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 500;
}
@media (max-width: 1199px) {
  #phplive_btn_1480678649 {
    bottom: 75px;
  }
}
@media (max-width: 991px) {
  #phplive_btn_1480678649 {
    display: none;
  }
}
.serviceRow {
  position: relative;
  padding: 30px 0;
  background-color: #fff;
}
.serviceBox {
  position: relative;
  height: 345px;
  margin-top: 30px;
}
.serviceBox:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.serviceBox:hover .genericBox__image {
  -ms-transform: scale(1);
      transform: scale(1);
}
.serviceBox:hover .serviceBox__introtext {
  opacity: 1;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.serviceBox:hover .serviceBox__overlay {
  opacity: 1;
}
.serviceBox:hover .serviceBox__svgGo {
  opacity: 1;
}
.serviceBox__table {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  z-index: 20;
}
.serviceBox__tableCell {
  display: table-cell;
  vertical-align: middle;
}
.serviceBox__svg svg {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  fill: #fff;
}
.serviceBox__title {
  margin: 0;
  z-index: 20;
  padding: 0 20px;
}
.serviceBox__title a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.serviceBox__introtext {
  transition: all 0.4s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  padding: 0px 30px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
.serviceBox__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  background-color: rgba(179, 17, 57, 0.7);
}
.serviceBox__svgGo {
  display: inline-block;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.serviceBox__svgGo svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: all 0.5s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.extra_t_page_europa_plus .europaPlusRow__title {
  margin-bottom: 20px;
}
.europaPlusRow {
  position: relative;
  margin-top: 35px;
  padding: 35px 0;
  background-color: #f6f6f6;
}
.europaPlusRow__title {
  margin: 0px;
  font-weight: 300;
  font-size: 37px;
  color: #494949;
  text-transform: uppercase;
  text-align: center;
}
.europaPlusRow__title strong {
  font-size: 58px;
  margin-top: -13px;
  display: block;
}
.europaPlusRow__title__textBlock {
  display: inline-block;
  text-align: left;
}
.europaPlusRow__subtitle {
  font-size: 17px;
  color: #494949;
  text-transform: none;
}
.europaPlusRow__subtitle strong {
  font-size: 17px;
  display: inline;
  text-transform: uppercase;
}
.europaPlusRow--full {
  background-color: #fff;
  margin-top: 0px;
}
.europaPlusRow--full .europaPlusBox {
  margin: 0px;
}
.europaPlusBoxContainer {
  margin-bottom: 55px;
}
.europaPlusBoxContainer:hover .goSvg {
  fill: #b31139;
}
.europaPlusBoxContainer .goSvg {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  fill: #494949;
}
.europaPlusBoxContainer.selected {
  border: 3px solid #dddddd;
  pointer-events: none;
  cursor: default;
}
.europaPlusBoxContainer.selected .goSvg {
  display: none;
}
.europaPlusBoxContainer .europaPlusBox {
  margin-top: 15px;
}
.europaPlusBox {
  display: inline-block;
  width: 95px;
  height: 95px;
  text-align: center;
  border-radius: 50%;
  margin: 15px;
  transition: all 0.3s cubic-bezier(0.43, 0.64, 0.1, 0.99);
}
.europaPlusBox--inPage {
  margin: 15px 0px;
}
.europaPlusBox svg {
  width: 65px;
  height: 50px;
  fill: #fff;
  display: inline-block;
  margin-top: 22px;
}
.europaPlusBox-beach_service {
  background-color: #f7941e;
}
.europaPlusBox-beach_service:hover {
  background-color: rgba(247, 148, 30, 0.3);
}
.europaPlusBox-servizio_biciclette {
  background-color: #8dc63f;
}
.europaPlusBox-servizio_biciclette:hover {
  background-color: rgba(141, 198, 63, 0.3);
}
.europaPlusBox-gourmet {
  background-color: #ef4136;
}
.europaPlusBox-gourmet:hover {
  background-color: rgba(239, 65, 54, 0.3);
}
.europaPlusBox-servizio_pulizia {
  background-color: #a7a9ac;
}
.europaPlusBox-servizio_pulizia:hover {
  background-color: rgba(167, 169, 172, 0.3);
}
.europaPlusBox-europarty {
  background-color: #ed0677;
}
.europaPlusBox-europarty:hover {
  background-color: rgba(237, 6, 119, 0.3);
}
.europaPlusBox-europacard {
  background-color: #154A8E;
}
.europaPlusBox-europacard:hover {
  background-color: rgba(21, 74, 142, 0.3);
}
.europaPlusBox-servizi_armonia {
  background-color: #7CD1E6;
}
.europaPlusBox-servizi_armonia:hover {
  background-color: rgba(124, 209, 230, 0.3);
}
.europaPlusBox-imbarcazioni {
  background-color: #008DD0;
}
.europaPlusBox-imbarcazioni:hover {
  background-color: rgba(0, 141, 208, 0.3);
}
.europaPlusBox-assistenza {
  background-color: #4AB0B7;
}
.europaPlusBox-assistenza:hover {
  background-color: rgba(74, 176, 183, 0.3);
}
.europaPlusBox-spa {
  background-color: #5378BB;
}
.europaPlusBox-spa:hover {
  background-color: rgba(83, 120, 187, 0.3);
}
.europaPlusBox-distretto {
  background-color: #7bc145;
}
.europaPlusBox-distretto:hover {
  background-color: rgba(123, 193, 69, 0.3);
}
.europaPlusBox__title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.europaPlusBox__title a {
  font-weight: 700;
  font-size: 18px;
  color: #494949;
  line-height: 25px;
  min-height: 52px;
  display: block;
}
.europaPlusBox__text {
  font-size: 13px;
  color: #494949;
  line-height: 20px;
}
.parallaxRow {
  position: relative;
  margin-top: 60px;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 95px;
  text-align: center;
}
.parallaxRow:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.parallaxRow__title,
.parallaxRow a {
  position: relative;
  z-index: 15;
  margin: 0px;
  font-family: 'Georgia', sans-serif;
  font-weight: 700;
  font-size: 59px;
  font-style: italic;
  color: #fff;
}
.parallaxRow__subtitle {
  position: relative;
  z-index: 15;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  letter-spacing: 5px;
  font-style: normal;
  display: block;
  line-height: 1.4;
}
.parallaxRow .genericButton {
  z-index: 15;
  margin-top: 25px;
}
.parallaxRow .genericBox__image {
  -ms-transform: none;
      transform: none;
}
.reviewsRow {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: white;
  text-align: center;
}
.reviewsRow__avarage {
  font-family: 'Georgia', sans-serif;
  font-size: 42px;
  font-style: italic;
  color: #b31139;
  margin-top: 15px;
  margin-bottom: 15px;
}
.reviewsRow .genericButton {
  border: 3px solid rgba(73, 73, 73, 0.2);
  color: rgba(73, 73, 73, 0.6);
}
.reviewsRow .genericButton:after {
  background-color: rgba(73, 73, 73, 0.2);
}
.reviewsRow .genericButton:hover {
  color: #fff;
}
.localityRow {
  position: relative;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
.localityRow:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.localityRow__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0px;
}
.localityRow__title b {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.localityRow__subtitle {
  display: block;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 20px;
}
.localityRow .genericBox__image {
  -ms-transform: none;
      transform: none;
}
.localityRow .readMoreLocality__plus {
  background-image: url(/images/svgStandAlone/30x30/ffffff/images/svg/plus.svg);
}
.meteoCamBox {
  background-color: #fff;
}
.meteoRow,
.camRow {
  height: 50%;
  width: 100%;
  display: table;
  text-align: left;
}
.meteoRow__cell,
.camRow__cell {
  display: table-cell;
  vertical-align: middle;
}
.meteoRow__icon,
.camRow__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 25px;
}
.meteoRow__icon svg,
.camRow__icon svg {
  width: 60px;
  height: 60px;
}
.meteoRow__icon svg path,
.camRow__icon svg path {
  fill: #494949 !important;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.meteoRow__description,
.camRow__description {
  display: inline-block;
  vertical-align: middle;
}
.meteoRow__title,
.camRow__title {
  font-weight: 700;
  text-transform: uppercase;
  color: #494949;
  font-size: 20px;
}
.meteoRow__subtitle,
.camRow__subtitle {
  font-weight: 300;
  text-transform: uppercase;
  color: #494949;
  font-size: 13px;
}
.meteoRow__link,
.camRow__link {
  font-family: 'Georgia', sans-serif;
  color: #494949;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  margin-top: 5px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.meteoRow__link svg,
.camRow__link svg {
  width: 20px;
  height: 20px;
  fill: #494949;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.meteoRow:hover .meteoRow__link,
.camRow:hover .meteoRow__link,
.meteoRow:hover .camRow_link,
.camRow:hover .camRow_link {
  color: #b31139;
}
.meteoRow:hover .meteoRow__link svg,
.camRow:hover .meteoRow__link svg,
.meteoRow:hover .camRow_link svg,
.camRow:hover .camRow_link svg {
  fill: #b31139;
}
.activityRow {
  position: relative;
  padding: 60px 0 25px 0;
  background-color: #fff;
}
.activityBox {
  position: relative;
  height: 345px;
  margin-top: 30px;
}
.activityBox:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.activityBox:hover .genericBox__image {
  -ms-transform: scale(1);
      transform: scale(1);
}
.activityBox:hover .activityBox__overlay {
  opacity: 1;
}
.activityBox:hover .genericButton {
  opacity: 1;
  top: 65%;
}
.activityBox__table {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  z-index: 20;
}
.activityBox__tableCell {
  display: table-cell;
  vertical-align: middle;
}
.activityBox__title {
  margin: 0;
  z-index: 20;
  padding: 0 20px;
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.activityBox__title a {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.activityBox__introtext {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 10px 30px;
  opacity: 1;
}
.activityBox__introtext a {
  color: #fff;
  letter-spacing: 5px;
}
.activityBox__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  background-color: rgba(179, 17, 57, 0.7);
}
.activityBox .genericButton {
  position: absolute;
  top: 75%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 12px 35px;
  opacity: 0;
}
.t_page_offer .genericContent {
  padding: 50px 15px;
}
.t_page_offer .genericContent__title {
  margin-bottom: 0px;
}
.sectionEntityContainer {
  padding-bottom: 50px;
}
.genericContent {
  position: relative;
  background-color: #fff;
  padding: 50px 0px;
}
.genericContent__title {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
  color: #b31139;
  font-family: 'Georgia', sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 767px) {
  .genericContent__title {
    font-size: 35px;
  }
}
.genericContent h2.section__title {
  margin-bottom: 35px;
}
.genericContent__text {
  line-height: 26px;
}
.genericContent__text p {
  line-height: 26px;
  margin: 0px;
}
.genericContent__text a {
  color: #b31139;
  text-decoration: underline;
}
.genericContent__text ul:not('.slides') {
  list-style-type: disc;
  padding-left: 18px;
}
.genericContent__text h1,
.genericContent__text h2,
.genericContent__text h3,
.genericContent__text h4,
.genericContent__text h5,
.genericContent__text h6 {
  line-height: 26px;
  margin: 0px;
}
.genericContent table {
  width: 100% !important;
}
.genericContent .readMoreText__plus {
  text-decoration: none;
  margin-left: 0px;
  left: 0px;
  width: auto !important;
  height: 18px;
  background-image: url(/images/svgStandAlone/18x18/b31139/images/svg/plus.svg);
  background-position: left center;
  color: #b31139;
  font-size: 16px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  padding-left: 23px;
}
.genericContent .readMoreText__plus--rotated {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  background-image: url(/images/svgStandAlone/18x18/b31139/images/svg/closeCircle.svg);
}
.extra_t_page_europa_plus .genericContent {
  background-color: #f6f6f6;
}
.newsletterRow {
  position: relative;
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.newsletterRow:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.newsletterRow .section__title {
  position: relative;
  z-index: 15;
}
.newsletterRow__subtitle {
  display: block;
  font-family: 'Georgia', sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 30px;
}
.newsletterRow .genericBox__image {
  -ms-transform: none;
      transform: none;
}
.newsletterRow form {
  float: none;
}
.newsletterRow .newsletter-subscriber {
  position: relative;
  z-index: 15;
  margin-top: 20px;
  text-align: center;
}
.newsletterRow .newsletter-subscriber input[type="text"] {
  height: 50px;
  width: 230px;
  padding: 5px 20px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #494949;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 16px;
  float: none;
  display: inline-block;
}
.newsletterRow .newsletter-subscriber .input-group {
  width: 100%;
}
.newsletterRow .newsletter-subscriber .input-group-btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.newsletterRow .newsletter-subscriber .btn {
  position: relative;
  height: 50px;
  padding: 0 20px;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 16px;
  border-radius: 0px;
  margin-left: -3px;
}
.newsletterRow .newsletter-subscriber .btn:focus {
  outline: 0 none;
}
.newsletterRow .newsletter-subscriber .btn > span {
  position: relative;
  z-index: 2;
}
.newsletterRow .newsletter-subscriber .btn:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
}
.newsletterRow .newsletter-subscriber .btn:hover {
  color: #b31139;
}
.newsletterRow .newsletter-subscriber .btn:hover:after {
  width: 100%;
}
.newsletterRow .newsletter-subscriber .disclaim {
  margin-top: 15px;
  color: #fff;
}
.newsletterRow .newsletter-subscriber .disclaim a {
  color: #fff;
  font-weight: 600;
}
.newsletterRow .newsletter-subscriber .checkLabel {
  margin-bottom: 0px;
}
.newsletterRow .newsletter-subscriber .myCheck {
  vertical-align: sub;
}
.newsletterRow .followUs {
  position: relative;
  z-index: 15;
  margin-top: 15px;
}
.newsletterRow .followUs__text {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 17px;
  color: #fff;
}
.newsletterRow .followUs__container {
  margin-top: 10px;
}
.newsletterRow .followUs__social {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.newsletterRow .followUs__social svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
}
.newsletterRow .followUs__social--facebook:hover svg {
  fill: #3b5999;
}
.newsletterRow .followUs__social--twitter:hover svg {
  fill: #55acee;
}
.newsletterRow .followUs__social--google:hover svg {
  fill: #dd4b39;
}
.newsletterRow .followUs__social--youtube:hover svg {
  fill: #cd201f;
}
.newsletterRow .genericButton {
  position: relative;
  z-index: 15;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 13px 25px;
  margin-top: 15px;
  font-style: normal;
  letter-spacing: 5px;
}
.newsletterRow .genericButton a {
  color: #fff;
}
.newsletterRow .genericButton:hover a {
  color: #b31139;
}
.newsletterRow .genericButton--active a {
  color: #b31139;
  font-weight: 700;
}
.newsletterRow .genericButton--active:after {
  width: 100%;
}
.utilityRow {
  position: relative;
  z-index: 15;
  margin-top: 40px;
  width: 100%;
}
.utilityRow__box {
  padding-top: 40px;
  padding-bottom: 25px;
  height: 100%;
  text-align: center;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
  background-color: rgba(179, 17, 57, 0.8);
}
.utilityRow__box:hover {
  background-color: #b31139;
}
@media (max-width: 767px) {
  .utilityRow__box {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
  }
}
.utilityRow__box__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 23px;
  min-height: 50px;
}
.utilityRow__box__subTitle {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  line-height: 18px;
  display: block;
}
.utilityRow__box__subTitle:hover {
  color: #fff;
  text-decoration: underline;
}
.footerHotel {
  position: relative;
  background-color: #f2f2f2;
  padding-top: 40px;
  width: 100%;
}
.footerHotel__col {
  margin-top: 20px;
  text-align: left;
}
.footerHotel__col--logo {
  text-align: center;
}
.footerHotel__col--logo .siteLogoSvg {
  display: inline-block;
  fill: #b31139;
  width: 190px;
  height: 115px;
}
.footerHotel__col--logo .bibioneLogoSvg {
  display: inline-block;
  fill: #b31139;
  margin-top: 10px;
  width: 90px;
  height: 33px;
}
.footerHotel__col__title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #b31139;
}
.footerHotel__col__link a {
  font-size: 13px;
  color: #b31139;
  line-height: 21px;
}
.footerHotel__separator {
  position: relative;
  left: 50%;
  top: 0px;
  width: 140px;
  height: 3px;
  background-color: #dfdfdf;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-top: 40px;
}
.footerETGroup {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
  width: 100%;
}
.footerETGroup__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0e3988;
  margin-bottom: 15px;
}
.footerETGroup .bibioneLogoSvg,
.footerETGroup .lignanoLogoSvg {
  vertical-align: bottom;
  width: 110px;
  height: 35px;
  fill: #003976;
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}
.footerETGroup .bibioneLogoSvg__differentColour,
.footerETGroup .lignanoLogoSvg__differentColour {
  fill: #fdb913;
}
.footerETGroup__col {
  margin-top: 20px;
  text-align: left;
}
@media (min-width: 1199px) {
  .footerETGroup__col {
    width: 14.285714285714286%;
  }
}
.footerETGroup__col--logo {
  text-align: center;
}
.footerETGroup__col--logo .etGroupLogoFlagSvg {
  display: inline-block;
  width: 110px;
  height: 140px;
}
.footerETGroup__col__link:first-child a {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  color: #494949;
  display: block;
}
.footerETGroup__col__link a {
  font-size: 13px;
  color: #494949;
  line-height: 21px;
}
.t_page_offer .breadcrumbsContainer,
.t_page_abs_booking_serp .breadcrumbsContainer,
.t_page_reviews .breadcrumbsContainer {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .t_page_offer .breadcrumbsContainer,
  .t_page_abs_booking_serp .breadcrumbsContainer,
  .t_page_reviews .breadcrumbsContainer {
    margin-top: 25px;
  }
}
.t_page_abs_booking_serp .breadcrumbsContainer {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .t_page_abs_booking_serp .breadcrumbsContainer {
    margin-top: 25px;
  }
}
.breadcrumbsContainer {
  position: relative;
  width: 100%;
}
.breadcrumbsContainer .breadcrumb {
  background-color: #fff;
  margin-bottom: 0px;
  padding: 30px 0 8px 0;
  margin: 0 15px;
  font-family: 'Georgia', sans-serif;
  font-size: 17px;
  font-style: italic;
  color: #a0a0a0;
}
.breadcrumbsContainer .breadcrumb > .active {
  color: #a0a0a0;
}
.breadcrumbsContainer .breadcrumb a {
  color: #a0a0a0;
}
.breadcrumbsContainer .breadcrumb__separator {
  margin: 0 10px;
}
.breadcrumbsContainer .breadcrumb__separator:first-child {
  display: none;
}
.breadcrumbsContainer--gray .breadcrumb {
  padding-bottom: 15px;
  background-color: #f2f2f2;
}
.extra_t_page_europa_plus .breadcrumbsContainer .breadcrumb {
  background-color: #f6f6f6;
}
.galleryBody-wrap {
  width: 50%;
  margin: 0 0 15px 15px;
  position: relative;
}
@media (max-width: 991px) {
  .galleryBody-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.galleryBody {
  width: 100%;
}
.galleryBody:hover .zoom svg {
  fill: #b31139;
}
.galleryBody .flexslider {
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  border: none;
}
.galleryBody .numericNavigation {
  position: relative;
  left: 0px;
  top: 0px;
  text-align: center;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  color: #b31139;
  margin-top: -28px;
}
.galleryBody .flex-direction-nav {
  width: 100%;
  height: 20px;
  list-style: none;
  margin-top: 30px;
}
.galleryBody .flex-direction-nav .flex-nav-prev,
.galleryBody .flex-direction-nav .flex-nav-next {
  position: relative;
  top: 0px;
  float: left;
  left: 50%;
  margin-left: 25px;
  width: 20px;
  height: 20px;
  right: auto;
}
.galleryBody .flex-direction-nav .flex-nav-prev {
  margin-left: -45px;
}
.galleryBody .flex-direction-nav a {
  width: 20px;
  height: 20px;
  text-align: center;
  top: 0px;
  left: 0px !important;
  margin: 0px;
  opacity: 1;
}
.galleryBody .flex-direction-nav a:before {
  content: '';
  position: relative;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/images/svgStandAlone/20x20/ab9684/images/svg/go.svg);
}
.galleryBody .flex-direction-nav .flex-nav-prev a:before {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.galleryBody .flex-control-nav {
  display: none;
}
.galleryBody .zoom {
  position: absolute;
  bottom: 70px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
}
.galleryBody .zoom svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  transition: all 0.3s ease;
}
.extra_t_page_europa_plus .flexslider {
  background-color: #f6f6f6;
}
.multimediaContainer {
  position: relative;
  padding-bottom: 50px;
}
.multimediaBox {
  position: relative;
  height: 345px;
  margin-bottom: 30px;
}
.multimediaBox:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.multimediaBox:hover .genericBox__image {
  -ms-transform: scale(1);
      transform: scale(1);
}
.multimediaBox:hover .multimediaBox__overlay {
  opacity: 1;
}
.multimediaBox:hover .multimediaBox__shareIcon {
  opacity: 1;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.multimediaBox:hover .genericButton {
  opacity: 1;
  top: 65%;
}
.multimediaBox__table {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  z-index: 20;
}
.multimediaBox__tableCell {
  display: table-cell;
  vertical-align: middle;
}
.multimediaBox__title {
  margin: 0;
  z-index: 20;
  padding: 0 20px;
}
.multimediaBox__title a {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.multimediaBox__introtext {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 10px 30px;
  opacity: 1;
}
.multimediaBox__introtext a {
  color: #fff;
  letter-spacing: 5px;
}
.multimediaBox__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.43, 0.64, 0.1, 0.99);
  background-color: rgba(179, 17, 57, 0.7);
}
.multimediaBox__shareContainer {
  position: absolute;
  top: 30%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
}
.multimediaBox__shareIcon {
  display: inline-block;
  margin: 5px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}
.multimediaBox__shareIcon svg {
  transition: all 0.2s cubic-bezier(0.51, 0.03, 0.46, 0.94);
  width: 35px;
  height: 35px;
  fill: #fff;
}
.multimediaBox__shareIcon--fb {
  transition-delay: .1s;
}
.multimediaBox__shareIcon--fb:hover svg {
  fill: #3B5998;
}
.multimediaBox__shareIcon--tw {
  transition-delay: .2s;
}
.multimediaBox__shareIcon--tw:hover svg {
  fill: #6CDFEA;
}
.multimediaBox__shareIcon--gp {
  transition-delay: .3s;
}
.multimediaBox__shareIcon--gp:hover svg {
  fill: #E34429;
}
.multimediaBox .genericButton {
  position: absolute;
  top: 75%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  padding: 12px 35px;
  opacity: 0;
}
#googleModal {
  overflow: hidden;
  position: fixed;
  z-index: 5000;
}
#googleModal .modal-dialog {
  position: absolute;
  margin: 0;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  padding: 0;
}
#googleModal .modal-header {
  overflow: hidden;
  border: none;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#googleModal .modal-header h4 {
  margin: 0px;
  float: left;
  font-size: 35px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  color: #b31139;
}
#googleModal .modal-header span {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
#googleModal .modal-header svg {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  fill: #000;
}
#googleModal .modal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}
#googleModal .modal-body {
  padding: 0px;
  height: calc(100% - 45px);
}
#googleModal iframe {
  width: 100%;
  height: 100%;
}
.t_section_news .newsBox,
.t_page_news .newsBox {
  border-right: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .t_section_news .newsBox,
  .t_page_news .newsBox {
    border: none;
  }
}
.t_section_news .newsBoxContainer,
.t_page_news .newsBoxContainer {
  border: 1px solid #dddddd;
}
.newsBox {
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  display: table;
  text-align: left;
  padding: 0 25px;
}
.newsBox__cell {
  display: table-cell;
  vertical-align: middle;
}
.newsBox__title {
  font-weight: 700;
  text-transform: uppercase;
  color: #494949;
  font-size: 20px;
}
.newsBox__subtitle {
  font-weight: 300;
  text-transform: uppercase;
  color: #494949;
  font-size: 13px;
}
.newsBox__link {
  font-family: 'Georgia', sans-serif;
  color: #494949;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  margin-top: 5px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.newsBox__link svg {
  width: 20px;
  height: 20px;
  fill: #494949;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.newsBox__newsLocalita {
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #494949;
  line-height: 20px;
}
.newsBox__newsTitle {
  font-size: 19px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  color: #494949;
  line-height: 22px;
  margin-top: 15px;
}
.newsBox__newsDate {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #494949;
  margin: 15px 0;
}
.newsBox__imageContainer {
  min-height: 210px;
  overflow: hidden;
  position: relative;
}
.newsBox:hover .newsBox__link {
  color: #b31139;
}
.newsBox:hover .newsBox__link svg {
  fill: #b31139;
}
.newsImgBox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 210px;
}
.newsBoxContainer {
  margin-top: 30px;
}
.newsBoxContainer:hover .genericBox__image {
  -ms-transform: scale(1);
      transform: scale(1);
}
.filterBar {
  position: relative;
  text-align: center;
  z-index: 10;
}
.filterBar__title {
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #b31139;
  margin-bottom: 10px;
}
.filters {
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}
.filters input {
  width: 230px;
  height: 50px;
  background-color: #ededed;
  background-image: url(/images/svgStandAlone/25x25/494949/modules/abs_int_booking/svg/calendar.svg);
  background-position: left 5% center;
  background-repeat: no-repeat;
  padding-left: 45px;
  padding-right: 5%;
  font-family: 'Georgia', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #b31139;
  margin: 5px;
  border: 0px;
}
.filters input.visible {
  display: inline-block;
}
.filters .genericButton {
  padding: 0px;
  width: 165px;
  height: 50px;
  border: 0;
  background-color: rgba(179, 17, 57, 0.5);
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  background-image: url(/images/svgStandAlone/25x25/ffffff/images/svg/lens.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  display: none;
  margin: 5px;
  vertical-align: middle;
}
.filters .genericButton.visible {
  display: inline-block;
}
.filters .genericButton:after {
  content: none;
}
.filters .genericButton:hover {
  color: #fff;
  background-color: #b31139;
}
.newsContainer {
  position: relative;
  padding-bottom: 50px;
}
.readMoreNewsButton {
  display: inline-block;
  top: 0px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 10;
  color: #b31139;
  border: 3px solid #b31139;
  margin-bottom: 30px;
}
.readMoreNewsButton:hover {
  color: #fff;
}
.readMoreNewsButton:after {
  background-color: #b31139;
}
.readMoreNewsButton.loading {
  border: 3px solid rgba(179, 17, 57, 0.3);
  cursor: default;
  pointer-events: none;
  color: #fff;
}
.readMoreNewsButton.loading:after {
  background-color: rgba(179, 17, 57, 0.3);
  width: 100%;
}
.noresult {
  text-align: center;
  margin-top: 30px;
  font-family: 'Georgia', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #b31139;
  text-decoration: underline;
}
.resetButton {
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  font-family: 'Georgia', sans-serif;
  font-size: 18px;
  font-style: italic;
  margin-left: 15px;
  margin-right: 5px;
}
.resetButton:hover {
  color: #494949;
}
.resetButton svg {
  display: inline-block;
  vertical-align: initial;
  width: 14px;
  height: 14px;
  fill: #494949;
}
.newsContent {
  text-align: center;
  margin-bottom: 25px;
}
.newsContent__date {
  font-size: 23px;
  font-weight: 400;
  color: #e8587c;
  line-height: 1;
}
.newsContent__locality {
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 23px;
  color: #494949;
  text-transform: uppercase;
}
.contactForm--newsletter {
  padding-bottom: 50px;
}
.contactForm input[type="text"] {
  border-radius: 0px;
}
.contactForm input[type="text"]:hover,
.contactForm input[type="text"]:focus {
  border: 1px solid #b31139;
}
.contactForm select {
  border-radius: 0px;
}
.contactForm textarea {
  border-radius: 0px;
  height: 105px;
}
.contactForm textarea:hover,
.contactForm textarea:focus {
  border: 1px solid #b31139;
  box-shadow: none;
}
.contactForm small {
  font-size: 13px;
  font-weight: 400;
}
.contactForm small a {
  color: #b31139;
}
.contactForm .checkLabel {
  font-size: 12px;
}
.contactForm .checkLabel input {
  vertical-align: sub;
  margin-top: 8px;
}
.contactForm .genericButton {
  border: 3px solid #b31139;
  padding: 10px 35px;
  color: #b31139;
  top: 20px;
}
.contactForm .genericButton:hover {
  color: #fff;
}
.contactForm .genericButton:hover:after {
  background-color: #b31139;
}
