/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background: #FFF;
  padding: 0px !important;
}
.ui-autocomplete h3 {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.ui-autocomplete h3 a {
  color: #e7304d;
}
.ui-autocomplete h3,
.ui-autocomplete h3 a,
.ui-autocomplete h3.ui-state-active {
  font-size: 24px;
  color: #e7304d !important;
}
.ui-autocomplete .ui-menu-item {
  border: none !important;
  background: none !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  padding-left: 20px !important;
  width: 32%;
}
.ui-autocomplete .ui-menu-item ol.ui-state-active {
  border: none !important;
  background: none !important;
  font-weight: normal !important;
  padding: 0 !important;
  margin: auto !important;
}
.ui-autocomplete .ui-menu-item ol.ui-state-active li a {
  color: #000 !important;
}
.ui-autocomplete .ui-menu-item h3.ui-state-active {
  background: none !important;
  border: none !important;
  font-weight: normal !important;
  margin: auto !important;
}
.ui-autocomplete .ui-menu-item {
  border: none !important;
  background: none !important;
  margin: 20px 0 0 20px!important;
  padding: 0 !important;
  width: 31%;
}
.ui-autocomplete .ui-menu-item:first-child {
  margin-left: 20px !important;
}
.ui-autocomplete .ui-menu-item ol li {
  line-height: 26px;
}
.ui-autocomplete .ui-menu-item ol li:before {
  content: "•";
  color: #ee754e;
  margin-right: 10px;
  font-size: 30px;
  margin-left: 10px;
  float: left;
}
.ui-autocomplete .ui-menu-item ol li a {
  font-size: 18px;
  line-height: 26px;
}
.ui-autocomplete .ui-btn {
  width: 100% !important;
  background: #f0f0f0 !important;
  color: #e7304d !important;
  margin-left: 0 !important;
  text-align: center !important;
  border-bottom: 4px solid #e7304d !important;
  border-top: 1px solid #e3e3e3 !important;
  display: inline-block;
  height: 54px !important;
  line-height: 54px !important;
  font-size: 20px;
}
.ui-autocomplete .clr {
  border: none !important;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* Component containers
----------------------------------*/
.ui-widget-header .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url('/Assets/Images/ui/ui-icons_ffffff_256x240.png');
}
.ui-widget-content {
  border: 1px solid #e1e1e1;
}
.ui-widget-header {
  background: #ffffff;
  color: #000000;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-datepicker-today a {
  color: #08b0b2 !important;
  background: #fff !important;
  border: 1px solid #08b0b2 !important;
}
.ui-datepicker-today:hover a {
  background: #08b0b2 !important;
  color: #fff !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e3e3e3;
  background: #FFFFFF;
  color: #000000;
  width: 100%;
  height: 38px;
  font-size: 12px;
  line-height: 35px;
  font-size: 15px;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
  text-shadow: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #08b0b2;
  background: #08b0b2;
  color: #000000;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #08b0b2 !important;
  background: #08b0b2 !important;
  color: #ffffff !important;
  font-weight: bold;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #32B6A9;
  background: #32B6A9;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(Core/Lib/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-datepicker-trigger {
  margin-left: 3px;
  vertical-align: text-bottom;
}
.ui-datepicker {
  display: block;
  background: #ffffff;
  z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
  outline: 0;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #666;
}
.ui-datepicker td {
  border: 0;
  padding: 3px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker-unselectable span {
  color: #666 !important;
}
.ui-datepicker-other-month {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
html,
body,
#sb-site,
.sb-site-container,
.sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
html {
  height: 100%;
  /* Site is as tall as device. */
}
body {
  min-height: 100%;
  height: auto;
  /*position: relative;  Required for static Slidebars to function properly. */
}
/* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}
/* Web app */
html.sb-web-app,
html.sb-web-app body {
  height: 100%;
  overflow: hidden;
}
html.sb-web-app body {
  -webkit-overflow-scrolling: touch;
}
/* --------------------
 * 002 - Site Container
 */
#sb-site,
.sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, you can overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}
/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #ffffff;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}
.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}
.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}
html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}
.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}
.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}
.sb-close {
  color: #fff;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
}
.sb-close i {
  color: #ee3523;
  font-style: normal;
}
.sb-right .sb-close {
  float: left;
  margin-left: 10px;
}
/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}
.sb-width-thin {
  width: 15%;
}
.sb-width-wide {
  width: 45%;
}
@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 55%;
  }
  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 15%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 5%;
  }
  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
.ui-widget-content {
  z-index: 9999;
}
.hidden {
  display: none!important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .show-xs {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
  .show-sm {
    display: inline-block !important;
  }
}
.show-tr {
  opacity: 1!important;
  visibility: visible!important;
}
.invisible-tr {
  opacity: 0;
  visibility: hidden;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clr {
  clear: both;
}
.r-mrg {
  margin: 0!important;
}
.r-pdd {
  padding: 0!important;
}
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}
.ir br {
  display: none;
}
.nocallout {
  -webkit-touch-callout: none;
}
.cur-p {
  cursor: pointer;
}
.cur-d {
  cursor: default;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.pl,
#ProductListFilter,
#onrequest {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
.ps {
  position: static;
}
.ts {
  top: 0;
}
.rs {
  right: 0;
}
.bs {
  bottom: 0;
}
.ls {
  left: 0;
}
.as {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.di {
  display: inline-block;
}
.dt {
  display: table;
}
.oa {
  overflow: auto;
}
.oh,
html.mf-open {
  overflow: hidden;
}
.os {
  overflow: scroll;
}
.no-touch .os-y {
  overflow-y: auto;
}
.no-touch .os-x {
  overflow-x: auto;
}
.touch .os-y {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.touch .os-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.touch .os-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.touch .os-x-ctn {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.mw {
  min-width: 940px;
}
.ww {
  width: 940px;
}
.wd,
#onrequest .btn {
  width: 100%;
}
.hd {
  height: 100%;
}
.wd-h {
  width: 50%;
}
.rbg,
.rbg:after,
.rbg:before {
  background: none!important;
}
.no-bg {
  background-image: none!important;
  background-color: none!important;
}
.red-t {
  color: #FF0000;
}
.red-b {
  background: #FF0000;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.vb {
  vertical-align: bottom;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac,
#onrequest .btn {
  text-align: center;
}
.taj {
  text-align: justify;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.lhn {
  line-height: normal;
}
.tr-all {
  -webkit-transition: All 0.1s ease-in;
  -moz-transition: All 0.1s ease-in;
  -o-transition: All 0.1s ease-in;
  -ms-transition: All 0.1s ease-in;
  transition: All 0.1s ease-in;
}
.tr-all-cb {
  -webkit-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  -moz-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  -o-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  -ms-transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
  transition: All 0.55s cubic-bezier(0.5, 0.01, 0.29, 0.69);
}
.sp {
  background-image: url('/Assets/Images/sprite.png');
  background-repeat: no-repeat;
}
.rnd,
.prc-det .prc-i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rnd-h {
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
}
.r-rnd {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle-h {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.rnd-t {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.rnd-r {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}
.rnd-b {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
}
.rnd-l {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
}
.brd {
  border: 1px solid #f0f0f0;
}
.brd-d {
  border: 1px dashed #f0f0f0;
}
.brd-b {
  border-bottom: 1px solid #f0f0f0;
}
.border-none td {
  border: none !important;
}
.hr-dot {
  display: block;
  border-top: 1px dashed #f0f0f0;
}
.pdd {
  padding: 20px;
}
.pddt {
  padding-top: 20px;
}
.pddr {
  padding-right: 20px;
}
.pddb {
  padding-bottom: 20px;
}
.pddl {
  padding-left: 20px;
}
.pdd2 {
  padding: 40px;
}
.pddt2 {
  padding-top: 40px;
}
.pddr2 {
  padding-right: 40px;
}
.pddb2 {
  padding-bottom: 40px;
}
.pddl2 {
  padding-left: 40px;
}
.mrg {
  margin: 20px;
}
.mrgt,
#onrequest {
  margin-top: 20px;
}
.mrgr {
  margin-right: 20px;
}
.mrgb {
  margin-bottom: 20px;
}
.mrgl {
  margin-left: 20px;
}
.mrg2 {
  margin: 10px;
}
.mrgt2 {
  margin-top: 10px;
}
.mrgr2 {
  margin-right: 10px;
}
.mrgb2 {
  margin-bottom: 10px;
}
.mrgl2 {
  margin-left: 10px;
}
.mrg3 {
  margin: 30px;
}
.mrgt3 {
  margin-top: 30px;
}
.mrgr3 {
  margin-right: 30px;
}
.mrgb3 {
  margin-bottom: 30px;
}
.mrgl3 {
  margin-left: 30px;
}
.shd {
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
}
.tshd {
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
}
.bshd {
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
}
.list-horz-di > li {
  display: inline-block;
}
.list-horz-di > li > a {
  display: block;
}
.list-vert > li > a {
  display: block;
}
.list-horz:before,
.list-horz:after {
  content: " ";
  display: table;
}
.list-horz:after {
  clear: both;
}
.list-horz:before,
.list-horz:after {
  content: " ";
  display: table;
}
.list-horz:after {
  clear: both;
}
.list-horz > li {
  float: left;
}
.list-horz > li > a {
  display: block;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
::-moz-selection {
  background: #328efe;
  text-shadow: none;
  color: #FFF;
}
::selection {
  background: #328efe;
  text-shadow: none;
  color: #FFF;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d4d4d4;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
html.touch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html.touch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
strong,
b {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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%;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .container {
    max-width: 748px;
  }
}
@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: 960px) {
  .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: 1600px) {
  .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%;
  }
}
@font-face {
  font-family: "FFEnzoWebLight";
  src: url('../Fonts/FFEnzoWebLight/FFEnzoWebLight.eot');
  src: url('../Fonts/FFEnzoWebLight/FFEnzoWebLight.eot?#iefix') format('embedded-opentype'), url('../Fonts/FFEnzoWebLight/FFEnzoWebLight.woff') format('woff'), url('../Fonts/FFEnzoWebLight/FFEnzoWebLight.ttf') format('truetype'), url('../Fonts/FFEnzoWebLight/FFEnzoWebLight.svg#FFEnzoWebLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fewl {
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "FFEnzoWebLightItalic";
  src: url('../Fonts/FFEnzoWebLightItalic/FFEnzoWebLightItalic.eot');
  src: url('../Fonts/FFEnzoWebLightItalic/FFEnzoWebLightItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/FFEnzoWebLightItalic/FFEnzoWebLightItalic.woff') format('woff'), url('../Fonts/FFEnzoWebLightItalic/FFEnzoWebLightItalic.ttf') format('truetype'), url('../Fonts/FFEnzoWebLightItalic/FFEnzoWebLightItalic.svg#FFEnzoWebLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fewli {
  font-family: FFEnzoWebLightItalic, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "FFEnzoWebMedi";
  src: url('../Fonts/FFEnzoWebMedi/FFEnzoWebMedi.eot');
  src: url('../Fonts/FFEnzoWebMedi/FFEnzoWebMedi.eot?#iefix') format('embedded-opentype'), url('../Fonts/FFEnzoWebMedi/FFEnzoWebMedi.woff') format('woff'), url('../Fonts/FFEnzoWebMedi/FFEnzoWebMedi.ttf') format('truetype'), url('../Fonts/FFEnzoWebMedi/FFEnzoWebMedi.svg#FFEnzoWebMedi') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fewm {
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "FFEnzoWebMediItalic";
  src: url('../Fonts/FFEnzoWebMediItalic/FFEnzoWebMediItalic.eot');
  src: url('../Fonts/FFEnzoWebMediItalic/FFEnzoWebMediItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/FFEnzoWebMediItalic/FFEnzoWebMediItalic.woff') format('woff'), url('../Fonts/FFEnzoWebMediItalic/FFEnzoWebMediItalic.ttf') format('truetype'), url('../Fonts/FFEnzoWebMediItalic/FFEnzoWebMediItalic.svg#FFEnzoWebMediItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fewmi {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "FFEnzoWebBold";
  src: url('../Fonts/FFEnzoWebBold/FFEnzoWebBold.eot');
  src: url('../Fonts/FFEnzoWebBold/FFEnzoWebBold.eot?#iefix') format('embedded-opentype'), url('../Fonts/FFEnzoWebBold/FFEnzoWebBold.woff') format('woff'), url('../Fonts/FFEnzoWebBold/FFEnzoWebBold.ttf') format('truetype'), url('../Fonts/FFEnzoWebBold/FFEnzoWebBold.svg#FFEnzoWebBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fewb {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "FFEnzoWebBoldItalic";
  src: url('../Fonts/FFEnzoWebBoldItalic/FFEnzoWebBoldItalic.eot');
  src: url('../Fonts/FFEnzoWebBoldItalic/FFEnzoWebBoldItalic.eot?#iefix') format('embedded-opentype'), url('../Fonts/FFEnzoWebBoldItalic/FFEnzoWebBoldItalic.woff') format('woff'), url('../Fonts/FFEnzoWebBoldItalic/FFEnzoWebBoldItalic.ttf') format('truetype'), url('../Fonts/FFEnzoWebBoldItalic/FFEnzoWebBoldItalic.svg#FFEnzoWebBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fewbi {
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "noteworthy-light";
  src: url('../Fonts/noteworthy-light/noteworthy-light.eot');
  src: url('../Fonts/noteworthy-light/noteworthy-light.eot?#iefix') format('embedded-opentype'), url('../Fonts/noteworthy-light/noteworthy-light.woff') format('woff'), url('../Fonts/noteworthy-light/noteworthy-light.ttf') format('truetype'), url('../Fonts/noteworthy-light/noteworthy-light.svg#noteworthy-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
.notl {
  font-family: noteworthy-light, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "noteworthy-bold";
  src: url('../Fonts/noteworthy-bold/noteworthy-bold.eot');
  src: url('../Fonts/noteworthy-bold/noteworthy-bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/noteworthy-bold/noteworthy-bold.woff') format('woff'), url('../Fonts/noteworthy-bold/noteworthy-bold.ttf') format('truetype'), url('../Fonts/noteworthy-bold/noteworthy-bold.svg#noteworthy-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.notb {
  font-family: noteworthy-bold, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "slick";
  src: url('../Fonts/slick/slick.eot');
  src: url('../Fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../Fonts/slick/slick.woff') format('woff'), url('../Fonts/slick/slick.ttf') format('truetype'), url('../Fonts/slick/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slck {
  font-family: slick, Tahoma, Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: "icomoon";
  src: url('../Fonts/icomoon/icomoon.eot');
  src: url('../Fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../Fonts/icomoon/icomoon.woff') format('woff'), url('../Fonts/icomoon/icomoon.ttf') format('truetype'), url('../Fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon-"],
[class*=" icon-"] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "glyphicons";
  src: url('../Fonts/glyphicons/glyphicons.eot');
  src: url('../Fonts/glyphicons/glyphicons.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons/glyphicons.woff') format('woff'), url('../Fonts/glyphicons/glyphicons.ttf') format('truetype'), url('../Fonts/glyphicons/glyphicons.svg#glyphicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons,
[class^="glyphicons-"],
[class*=" glyphicons-"] {
  font-family: glyphicons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fewl {
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
}
.fewli {
  font-family: FFEnzoWebLightItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.fewm {
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
}
.fewmi {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.fewb {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
}
.fewbi {
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.notl {
  font-family: noteworthy-light, Tahoma, Helvetica, Arial, sans-serif;
}
.notb {
  font-family: noteworthy-bold, Tahoma, Helvetica, Arial, sans-serif;
}
.icom {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slck {
  font-family: slick, Tahoma, Helvetica, Arial, sans-serif;
}
body {
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
}
.icon-plus:before {
  content: "\e903";
}
.icon-car1:before {
  content: "\e900";
}
.icon-hotelbed:before {
  content: "\e901";
}
.icon-plane:before {
  content: "\e902";
}
.icon-sgr:before {
  content: "\e602";
}
.icon-cala:before {
  content: "\e603";
}
.icon-anvr:before {
  content: "\e604";
}
.icon-airplane:before {
  content: "\e600";
}
.icon-car:before {
  content: "\e601";
}
.glyphicons {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\E001";
}
.glyphicons-leaf:before {
  content: "\E002";
}
.glyphicons-dog:before {
  content: "\E003";
}
.glyphicons-user:before {
  content: "\E004";
}
.glyphicons-girl:before {
  content: "\E005";
}
.glyphicons-car:before {
  content: "\E006";
}
.glyphicons-user-add:before {
  content: "\E007";
}
.glyphicons-user-remove:before {
  content: "\E008";
}
.glyphicons-film:before {
  content: "\E009";
}
.glyphicons-magic:before {
  content: "\E010";
}
.glyphicons-envelope:before {
  content: "\2709";
}
.glyphicons-camera:before {
  content: "\E011";
}
.glyphicons-heart:before {
  content: "\E013";
}
.glyphicons-beach-umbrella:before {
  content: "\E014";
}
.glyphicons-train:before {
  content: "\E015";
}
.glyphicons-print:before {
  content: "\E016";
}
.glyphicons-bin:before {
  content: "\E017";
}
.glyphicons-music:before {
  content: "\E018";
}
.glyphicons-note:before {
  content: "\E019";
}
.glyphicons-heart-empty:before {
  content: "\E020";
}
.glyphicons-home:before {
  content: "\E021";
}
.glyphicons-snowflake:before {
  content: "\2744";
}
.glyphicons-fire:before {
  content: "\E023";
}
.glyphicons-magnet:before {
  content: "\E024";
}
.glyphicons-parents:before {
  content: "\E025";
}
.glyphicons-binoculars:before {
  content: "\E026";
}
.glyphicons-road:before {
  content: "\E027";
}
.glyphicons-search:before {
  content: "\E028";
}
.glyphicons-cars:before {
  content: "\E029";
}
.glyphicons-notes-2:before {
  content: "\E030";
}
.glyphicons-pencil:before {
  content: "\270F";
}
.glyphicons-bus:before {
  content: "\E032";
}
.glyphicons-wifi-alt:before {
  content: "\E033";
}
.glyphicons-luggage:before {
  content: "\E034";
}
.glyphicons-old-man:before {
  content: "\E035";
}
.glyphicons-woman:before {
  content: "\E036";
}
.glyphicons-file:before {
  content: "\E037";
}
.glyphicons-coins:before {
  content: "\E038";
}
.glyphicons-airplane:before {
  content: "\2708";
}
.glyphicons-notes:before {
  content: "\E040";
}
.glyphicons-stats:before {
  content: "\E041";
}
.glyphicons-charts:before {
  content: "\E042";
}
.glyphicons-pie-chart:before {
  content: "\E043";
}
.glyphicons-group:before {
  content: "\E044";
}
.glyphicons-keys:before {
  content: "\E045";
}
.glyphicons-calendar:before {
  content: "\E046";
}
.glyphicons-router:before {
  content: "\E047";
}
.glyphicons-camera-small:before {
  content: "\E048";
}
.glyphicons-star-empty:before {
  content: "\E049";
}
.glyphicons-star:before {
  content: "\E050";
}
.glyphicons-link:before {
  content: "\E051";
}
.glyphicons-eye-open:before {
  content: "\E052";
}
.glyphicons-eye-close:before {
  content: "\E053";
}
.glyphicons-alarm:before {
  content: "\E054";
}
.glyphicons-clock:before {
  content: "\E055";
}
.glyphicons-stopwatch:before {
  content: "\E056";
}
.glyphicons-projector:before {
  content: "\E057";
}
.glyphicons-history:before {
  content: "\E058";
}
.glyphicons-truck:before {
  content: "\E059";
}
.glyphicons-cargo:before {
  content: "\E060";
}
.glyphicons-compass:before {
  content: "\E061";
}
.glyphicons-keynote:before {
  content: "\E062";
}
.glyphicons-paperclip:before {
  content: "\E063";
}
.glyphicons-power:before {
  content: "\E064";
}
.glyphicons-lightbulb:before {
  content: "\E065";
}
.glyphicons-tag:before {
  content: "\E066";
}
.glyphicons-tags:before {
  content: "\E067";
}
.glyphicons-cleaning:before {
  content: "\E068";
}
.glyphicons-ruler:before {
  content: "\E069";
}
.glyphicons-gift:before {
  content: "\E070";
}
.glyphicons-umbrella:before {
  content: "\2602";
}
.glyphicons-book:before {
  content: "\E072";
}
.glyphicons-bookmark:before {
  content: "\E073";
}
.glyphicons-wifi:before {
  content: "\E074";
}
.glyphicons-cup:before {
  content: "\E075";
}
.glyphicons-stroller:before {
  content: "\E076";
}
.glyphicons-headphones:before {
  content: "\E077";
}
.glyphicons-headset:before {
  content: "\E078";
}
.glyphicons-warning-sign:before {
  content: "\E079";
}
.glyphicons-signal:before {
  content: "\E080";
}
.glyphicons-retweet:before {
  content: "\E081";
}
.glyphicons-refresh:before {
  content: "\E082";
}
.glyphicons-roundabout:before {
  content: "\E083";
}
.glyphicons-random:before {
  content: "\E084";
}
.glyphicons-heat:before {
  content: "\E085";
}
.glyphicons-repeat:before {
  content: "\E086";
}
.glyphicons-display:before {
  content: "\E087";
}
.glyphicons-log-book:before {
  content: "\E088";
}
.glyphicons-address-book:before {
  content: "\E089";
}
.glyphicons-building:before {
  content: "\E090";
}
.glyphicons-eyedropper:before {
  content: "\E091";
}
.glyphicons-adjust:before {
  content: "\E092";
}
.glyphicons-tint:before {
  content: "\E093";
}
.glyphicons-crop:before {
  content: "\E094";
}
.glyphicons-vector-path-square:before {
  content: "\E095";
}
.glyphicons-vector-path-circle:before {
  content: "\E096";
}
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}
.glyphicons-vector-path-line:before {
  content: "\E098";
}
.glyphicons-vector-path-curve:before {
  content: "\E099";
}
.glyphicons-vector-path-all:before {
  content: "\E100";
}
.glyphicons-font:before {
  content: "\E101";
}
.glyphicons-italic:before {
  content: "\E102";
}
.glyphicons-bold:before {
  content: "\E103";
}
.glyphicons-text-underline:before {
  content: "\E104";
}
.glyphicons-text-strike:before {
  content: "\E105";
}
.glyphicons-text-height:before {
  content: "\E106";
}
.glyphicons-text-width:before {
  content: "\E107";
}
.glyphicons-text-resize:before {
  content: "\E108";
}
.glyphicons-left-indent:before {
  content: "\E109";
}
.glyphicons-right-indent:before {
  content: "\E110";
}
.glyphicons-align-left:before {
  content: "\E111";
}
.glyphicons-align-center:before {
  content: "\E112";
}
.glyphicons-align-right:before {
  content: "\E113";
}
.glyphicons-justify:before {
  content: "\E114";
}
.glyphicons-list:before {
  content: "\E115";
}
.glyphicons-text-smaller:before {
  content: "\E116";
}
.glyphicons-text-bigger:before {
  content: "\E117";
}
.glyphicons-embed:before {
  content: "\E118";
}
.glyphicons-embed-close:before {
  content: "\E119";
}
.glyphicons-table:before {
  content: "\E120";
}
.glyphicons-message-full:before {
  content: "\E121";
}
.glyphicons-message-empty:before {
  content: "\E122";
}
.glyphicons-message-in:before {
  content: "\E123";
}
.glyphicons-message-out:before {
  content: "\E124";
}
.glyphicons-message-plus:before {
  content: "\E125";
}
.glyphicons-message-minus:before {
  content: "\E126";
}
.glyphicons-message-ban:before {
  content: "\E127";
}
.glyphicons-message-flag:before {
  content: "\E128";
}
.glyphicons-message-lock:before {
  content: "\E129";
}
.glyphicons-message-new:before {
  content: "\E130";
}
.glyphicons-inbox:before {
  content: "\E131";
}
.glyphicons-inbox-plus:before {
  content: "\E132";
}
.glyphicons-inbox-minus:before {
  content: "\E133";
}
.glyphicons-inbox-lock:before {
  content: "\E134";
}
.glyphicons-inbox-in:before {
  content: "\E135";
}
.glyphicons-inbox-out:before {
  content: "\E136";
}
.glyphicons-cogwheel:before {
  content: "\E137";
}
.glyphicons-cogwheels:before {
  content: "\E138";
}
.glyphicons-picture:before {
  content: "\E139";
}
.glyphicons-adjust-alt:before {
  content: "\E140";
}
.glyphicons-database-lock:before {
  content: "\E141";
}
.glyphicons-database-plus:before {
  content: "\E142";
}
.glyphicons-database-minus:before {
  content: "\E143";
}
.glyphicons-database-ban:before {
  content: "\E144";
}
.glyphicons-folder-open:before {
  content: "\E145";
}
.glyphicons-folder-plus:before {
  content: "\E146";
}
.glyphicons-folder-minus:before {
  content: "\E147";
}
.glyphicons-folder-lock:before {
  content: "\E148";
}
.glyphicons-folder-flag:before {
  content: "\E149";
}
.glyphicons-folder-new:before {
  content: "\E150";
}
.glyphicons-edit:before {
  content: "\E151";
}
.glyphicons-new-window:before {
  content: "\E152";
}
.glyphicons-check:before {
  content: "\E153";
}
.glyphicons-unchecked:before {
  content: "\E154";
}
.glyphicons-more-windows:before {
  content: "\E155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}
.glyphicons-show-thumbnails:before {
  content: "\E157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}
.glyphicons-show-lines:before {
  content: "\E159";
}
.glyphicons-playlist:before {
  content: "\E160";
}
.glyphicons-imac:before {
  content: "\E161";
}
.glyphicons-macbook:before {
  content: "\E162";
}
.glyphicons-ipad:before {
  content: "\E163";
}
.glyphicons-iphone:before {
  content: "\E164";
}
.glyphicons-iphone-transfer:before {
  content: "\E165";
}
.glyphicons-iphone-exchange:before {
  content: "\E166";
}
.glyphicons-ipod:before {
  content: "\E167";
}
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}
.glyphicons-ear-plugs:before {
  content: "\E169";
}
.glyphicons-record:before {
  content: "\E170";
}
.glyphicons-step-backward:before {
  content: "\E171";
}
.glyphicons-fast-backward:before {
  content: "\E172";
}
.glyphicons-rewind:before {
  content: "\E173";
}
.glyphicons-play:before {
  content: "\E174";
}
.glyphicons-pause:before {
  content: "\E175";
}
.glyphicons-stop:before {
  content: "\E176";
}
.glyphicons-forward:before {
  content: "\E177";
}
.glyphicons-fast-forward:before {
  content: "\E178";
}
.glyphicons-step-forward:before {
  content: "\E179";
}
.glyphicons-eject:before {
  content: "\E180";
}
.glyphicons-facetime-video:before {
  content: "\E181";
}
.glyphicons-download-alt:before {
  content: "\E182";
}
.glyphicons-mute:before {
  content: "\E183";
}
.glyphicons-volume-down:before {
  content: "\E184";
}
.glyphicons-volume-up:before {
  content: "\E185";
}
.glyphicons-screenshot:before {
  content: "\E186";
}
.glyphicons-move:before {
  content: "\E187";
}
.glyphicons-more:before {
  content: "\E188";
}
.glyphicons-brightness-reduce:before {
  content: "\E189";
}
.glyphicons-brightness-increase:before {
  content: "\E190";
}
.glyphicons-circle-plus:before {
  content: "\E191";
}
.glyphicons-circle-minus:before {
  content: "\E192";
}
.glyphicons-circle-remove:before {
  content: "\E193";
}
.glyphicons-circle-ok:before {
  content: "\E194";
}
.glyphicons-circle-question-mark:before {
  content: "\E195";
}
.glyphicons-circle-info:before {
  content: "\E196";
}
.glyphicons-circle-exclamation-mark:before {
  content: "\E197";
}
.glyphicons-remove:before {
  content: "\E198";
}
.glyphicons-ok:before {
  content: "\E199";
}
.glyphicons-ban:before {
  content: "\E200";
}
.glyphicons-download:before {
  content: "\E201";
}
.glyphicons-upload:before {
  content: "\E202";
}
.glyphicons-shopping-cart:before {
  content: "\E203";
}
.glyphicons-lock:before {
  content: "\E204";
}
.glyphicons-unlock:before {
  content: "\E205";
}
.glyphicons-electricity:before {
  content: "\E206";
}
.glyphicons-ok-2:before {
  content: "\E207";
}
.glyphicons-remove-2:before {
  content: "\E208";
}
.glyphicons-cart-out:before {
  content: "\E209";
}
.glyphicons-cart-in:before {
  content: "\E210";
}
.glyphicons-left-arrow:before {
  content: "\E211";
}
.glyphicons-right-arrow:before {
  content: "\E212";
}
.glyphicons-down-arrow:before {
  content: "\E213";
}
.glyphicons-up-arrow:before {
  content: "\E214";
}
.glyphicons-resize-small:before {
  content: "\E215";
}
.glyphicons-resize-full:before {
  content: "\E216";
}
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}
.glyphicons-play-button:before {
  content: "\E221";
}
.glyphicons-unshare:before {
  content: "\E222";
}
.glyphicons-share:before {
  content: "\E223";
}
.glyphicons-chevron-right:before {
  content: "\E224";
}
.glyphicons-chevron-left:before {
  content: "\E225";
}
.glyphicons-bluetooth:before {
  content: "\E226";
}
.glyphicons-euro:before {
  content: "\20AC";
}
.glyphicons-usd:before {
  content: "\E228";
}
.glyphicons-gbp:before {
  content: "\E229";
}
.glyphicons-retweet-2:before {
  content: "\E230";
}
.glyphicons-moon:before {
  content: "\E231";
}
.glyphicons-sun:before {
  content: "\2609";
}
.glyphicons-cloud:before {
  content: "\2601";
}
.glyphicons-direction:before {
  content: "\E234";
}
.glyphicons-brush:before {
  content: "\E235";
}
.glyphicons-pen:before {
  content: "\E236";
}
.glyphicons-zoom-in:before {
  content: "\E237";
}
.glyphicons-zoom-out:before {
  content: "\E238";
}
.glyphicons-pin:before {
  content: "\E239";
}
.glyphicons-albums:before {
  content: "\E240";
}
.glyphicons-rotation-lock:before {
  content: "\E241";
}
.glyphicons-flash:before {
  content: "\E242";
}
.glyphicons-google-maps:before {
  content: "\E243";
}
.glyphicons-anchor:before {
  content: "\2693";
}
.glyphicons-conversation:before {
  content: "\E245";
}
.glyphicons-chat:before {
  content: "\E246";
}
.glyphicons-male:before {
  content: "\E247";
}
.glyphicons-female:before {
  content: "\E248";
}
.glyphicons-asterisk:before {
  content: "\002A";
}
.glyphicons-divide:before {
  content: "\00F7";
}
.glyphicons-snorkel-diving:before {
  content: "\E251";
}
.glyphicons-scuba-diving:before {
  content: "\E252";
}
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}
.glyphicons-fins:before {
  content: "\E254";
}
.glyphicons-fishes:before {
  content: "\E255";
}
.glyphicons-boat:before {
  content: "\E256";
}
.glyphicons-delete:before {
  content: "\E257";
}
.glyphicons-sheriffs-star:before {
  content: "\E258";
}
.glyphicons-qrcode:before {
  content: "\E259";
}
.glyphicons-barcode:before {
  content: "\E260";
}
.glyphicons-pool:before {
  content: "\E261";
}
.glyphicons-buoy:before {
  content: "\E262";
}
.glyphicons-spade:before {
  content: "\E263";
}
.glyphicons-bank:before {
  content: "\E264";
}
.glyphicons-vcard:before {
  content: "\E265";
}
.glyphicons-electrical-plug:before {
  content: "\E266";
}
.glyphicons-flag:before {
  content: "\E267";
}
.glyphicons-credit-card:before {
  content: "\E268";
}
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}
.glyphicons-keyboard-wired:before {
  content: "\E270";
}
.glyphicons-shield:before {
  content: "\E271";
}
.glyphicons-ring:before {
  content: "\02DA";
}
.glyphicons-cake:before {
  content: "\E273";
}
.glyphicons-drink:before {
  content: "\E274";
}
.glyphicons-beer:before {
  content: "\E275";
}
.glyphicons-fast-food:before {
  content: "\E276";
}
.glyphicons-cutlery:before {
  content: "\E277";
}
.glyphicons-pizza:before {
  content: "\E278";
}
.glyphicons-birthday-cake:before {
  content: "\E279";
}
.glyphicons-tablet:before {
  content: "\E280";
}
.glyphicons-settings:before {
  content: "\E281";
}
.glyphicons-bullets:before {
  content: "\E282";
}
.glyphicons-cardio:before {
  content: "\E283";
}
.glyphicons-t-shirt:before {
  content: "\E284";
}
.glyphicons-pants:before {
  content: "\E285";
}
.glyphicons-sweater:before {
  content: "\E286";
}
.glyphicons-fabric:before {
  content: "\E287";
}
.glyphicons-leather:before {
  content: "\E288";
}
.glyphicons-scissors:before {
  content: "\E289";
}
.glyphicons-bomb:before {
  content: "\E290";
}
.glyphicons-skull:before {
  content: "\E291";
}
.glyphicons-celebration:before {
  content: "\E292";
}
.glyphicons-tea-kettle:before {
  content: "\E293";
}
.glyphicons-french-press:before {
  content: "\E294";
}
.glyphicons-coffee-cup:before {
  content: "\E295";
}
.glyphicons-pot:before {
  content: "\E296";
}
.glyphicons-grater:before {
  content: "\E297";
}
.glyphicons-kettle:before {
  content: "\E298";
}
.glyphicons-hospital:before {
  content: "\E299";
}
.glyphicons-hospital-h:before {
  content: "\E300";
}
.glyphicons-microphone:before {
  content: "\E301";
}
.glyphicons-webcam:before {
  content: "\E302";
}
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}
.glyphicons-temple-islam:before {
  content: "\E304";
}
.glyphicons-temple-hindu:before {
  content: "\E305";
}
.glyphicons-temple-buddhist:before {
  content: "\E306";
}
.glyphicons-bicycle:before {
  content: "\E307";
}
.glyphicons-life-preserver:before {
  content: "\E308";
}
.glyphicons-share-alt:before {
  content: "\E309";
}
.glyphicons-comments:before {
  content: "\E310";
}
.glyphicons-flower:before {
  content: "\2698";
}
.glyphicons-baseball:before {
  content: "\26BE";
}
.glyphicons-rugby:before {
  content: "\E313";
}
.glyphicons-ax:before {
  content: "\E314";
}
.glyphicons-table-tennis:before {
  content: "\E315";
}
.glyphicons-bowling:before {
  content: "\E316";
}
.glyphicons-tree-conifer:before {
  content: "\E317";
}
.glyphicons-tree-deciduous:before {
  content: "\E318";
}
.glyphicons-more-items:before {
  content: "\E319";
}
.glyphicons-sort:before {
  content: "\E320";
}
.glyphicons-filter:before {
  content: "\E321";
}
.glyphicons-gamepad:before {
  content: "\E322";
}
.glyphicons-playing-dices:before {
  content: "\E323";
}
.glyphicons-calculator:before {
  content: "\E324";
}
.glyphicons-tie:before {
  content: "\E325";
}
.glyphicons-wallet:before {
  content: "\E326";
}
.glyphicons-piano:before {
  content: "\E327";
}
.glyphicons-sampler:before {
  content: "\E328";
}
.glyphicons-podium:before {
  content: "\E329";
}
.glyphicons-soccer-ball:before {
  content: "\E330";
}
.glyphicons-blog:before {
  content: "\E331";
}
.glyphicons-dashboard:before {
  content: "\E332";
}
.glyphicons-certificate:before {
  content: "\E333";
}
.glyphicons-bell:before {
  content: "\E334";
}
.glyphicons-candle:before {
  content: "\E335";
}
.glyphicons-pushpin:before {
  content: "\E336";
}
.glyphicons-iphone-shake:before {
  content: "\E337";
}
.glyphicons-pin-flag:before {
  content: "\E338";
}
.glyphicons-turtle:before {
  content: "\E339";
}
.glyphicons-rabbit:before {
  content: "\E340";
}
.glyphicons-globe:before {
  content: "\E341";
}
.glyphicons-briefcase:before {
  content: "\E342";
}
.glyphicons-hdd:before {
  content: "\E343";
}
.glyphicons-thumbs-up:before {
  content: "\E344";
}
.glyphicons-thumbs-down:before {
  content: "\E345";
}
.glyphicons-hand-right:before {
  content: "\E346";
}
.glyphicons-hand-left:before {
  content: "\E347";
}
.glyphicons-hand-up:before {
  content: "\E348";
}
.glyphicons-hand-down:before {
  content: "\E349";
}
.glyphicons-fullscreen:before {
  content: "\E350";
}
.glyphicons-shopping-bag:before {
  content: "\E351";
}
.glyphicons-book-open:before {
  content: "\E352";
}
.glyphicons-nameplate:before {
  content: "\E353";
}
.glyphicons-nameplate-alt:before {
  content: "\E354";
}
.glyphicons-vases:before {
  content: "\E355";
}
.glyphicons-bullhorn:before {
  content: "\E356";
}
.glyphicons-dumbbell:before {
  content: "\E357";
}
.glyphicons-suitcase:before {
  content: "\E358";
}
.glyphicons-file-import:before {
  content: "\E359";
}
.glyphicons-file-export:before {
  content: "\E360";
}
.glyphicons-bug:before {
  content: "\E361";
}
.glyphicons-crown:before {
  content: "\E362";
}
.glyphicons-smoking:before {
  content: "\E363";
}
.glyphicons-cloud-download:before {
  content: "\E364";
}
.glyphicons-cloud-upload:before {
  content: "\E365";
}
.glyphicons-restart:before {
  content: "\E366";
}
.glyphicons-security-camera:before {
  content: "\E367";
}
.glyphicons-expand:before {
  content: "\E368";
}
.glyphicons-collapse:before {
  content: "\E369";
}
.glyphicons-collapse-top:before {
  content: "\E370";
}
.glyphicons-globe-af:before {
  content: "\E371";
}
.glyphicons-global:before {
  content: "\E372";
}
.glyphicons-spray:before {
  content: "\E373";
}
.glyphicons-nails:before {
  content: "\E374";
}
.glyphicons-claw-hammer:before {
  content: "\E375";
}
.glyphicons-classic-hammer:before {
  content: "\E376";
}
.glyphicons-hand-saw:before {
  content: "\E377";
}
.glyphicons-riflescope:before {
  content: "\E378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}
.glyphicons-message-forward:before {
  content: "\E381";
}
.glyphicons-coat-hanger:before {
  content: "\E382";
}
.glyphicons-dress:before {
  content: "\E383";
}
.glyphicons-bathrobe:before {
  content: "\E384";
}
.glyphicons-shirt:before {
  content: "\E385";
}
.glyphicons-underwear:before {
  content: "\E386";
}
.glyphicons-log-in:before {
  content: "\E387";
}
.glyphicons-log-out:before {
  content: "\E388";
}
.glyphicons-exit:before {
  content: "\E389";
}
.glyphicons-new-window-alt:before {
  content: "\E390";
}
.glyphicons-video-sd:before {
  content: "\E391";
}
.glyphicons-video-hd:before {
  content: "\E392";
}
.glyphicons-subtitles:before {
  content: "\E393";
}
.glyphicons-sound-stereo:before {
  content: "\E394";
}
.glyphicons-sound-dolby:before {
  content: "\E395";
}
.glyphicons-sound-5-1:before {
  content: "\E396";
}
.glyphicons-sound-6-1:before {
  content: "\E397";
}
.glyphicons-sound-7-1:before {
  content: "\E398";
}
.glyphicons-copyright-mark:before {
  content: "\E399";
}
.glyphicons-registration-mark:before {
  content: "\E400";
}
.glyphicons-radar:before {
  content: "\E401";
}
.glyphicons-skateboard:before {
  content: "\E402";
}
.glyphicons-golf-course:before {
  content: "\E403";
}
.glyphicons-sorting:before {
  content: "\E404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicons-sort-by-order:before {
  content: "\E407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicons-compressed:before {
  content: "\E411";
}
.glyphicons-package:before {
  content: "\E412";
}
.glyphicons-cloud-plus:before {
  content: "\E413";
}
.glyphicons-cloud-minus:before {
  content: "\E414";
}
.glyphicons-disk-save:before {
  content: "\E415";
}
.glyphicons-disk-open:before {
  content: "\E416";
}
.glyphicons-disk-saved:before {
  content: "\E417";
}
.glyphicons-disk-remove:before {
  content: "\E418";
}
.glyphicons-disk-import:before {
  content: "\E419";
}
.glyphicons-disk-export:before {
  content: "\E420";
}
.glyphicons-tower:before {
  content: "\E421";
}
.glyphicons-send:before {
  content: "\E422";
}
.glyphicons-git-branch:before {
  content: "\E423";
}
.glyphicons-git-create:before {
  content: "\E424";
}
.glyphicons-git-private:before {
  content: "\E425";
}
.glyphicons-git-delete:before {
  content: "\E426";
}
.glyphicons-git-merge:before {
  content: "\E427";
}
.glyphicons-git-pull-request:before {
  content: "\E428";
}
.glyphicons-git-compare:before {
  content: "\E429";
}
.glyphicons-git-commit:before {
  content: "\E430";
}
.glyphicons-construction-cone:before {
  content: "\E431";
}
.glyphicons-shoe-steps:before {
  content: "\E432";
}
.glyphicons-plus:before {
  content: "\002B";
}
.glyphicons-minus:before {
  content: "\2212";
}
.glyphicons-redo:before {
  content: "\E435";
}
.glyphicons-undo:before {
  content: "\E436";
}
.glyphicons-golf:before {
  content: "\E437";
}
.glyphicons-hockey:before {
  content: "\E438";
}
.glyphicons-pipe:before {
  content: "\E439";
}
.glyphicons-wrench:before {
  content: "\E440";
}
.glyphicons-folder-closed:before {
  content: "\E441";
}
.glyphicons-phone-alt:before {
  content: "\E442";
}
.glyphicons-earphone:before {
  content: "\E443";
}
.glyphicons-floppy-disk:before {
  content: "\E444";
}
.glyphicons-floppy-saved:before {
  content: "\E445";
}
.glyphicons-floppy-remove:before {
  content: "\E446";
}
.glyphicons-floppy-save:before {
  content: "\E447";
}
.glyphicons-floppy-open:before {
  content: "\E448";
}
.glyphicons-translate:before {
  content: "\E449";
}
.glyphicons-fax:before {
  content: "\E450";
}
.glyphicons-factory:before {
  content: "\E451";
}
.glyphicons-shop-window:before {
  content: "\E452";
}
.glyphicons-shop:before {
  content: "\E453";
}
.glyphicons-kiosk:before {
  content: "\E454";
}
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}
.glyphicons-kiosk-light:before {
  content: "\E456";
}
.glyphicons-kiosk-food:before {
  content: "\E457";
}
.glyphicons-transfer:before {
  content: "\E458";
}
.glyphicons-money:before {
  content: "\E459";
}
.glyphicons-header:before {
  content: "\E460";
}
.glyphicons-blacksmith:before {
  content: "\E461";
}
.glyphicons-saw-blade:before {
  content: "\E462";
}
.glyphicons-basketball:before {
  content: "\E463";
}
.glyphicons-server:before {
  content: "\E464";
}
.glyphicons-server-plus:before {
  content: "\E465";
}
.glyphicons-server-minus:before {
  content: "\E466";
}
.glyphicons-server-ban:before {
  content: "\E467";
}
.glyphicons-server-flag:before {
  content: "\E468";
}
.glyphicons-server-lock:before {
  content: "\E469";
}
.glyphicons-server-new:before {
  content: "\E470";
}
.glyphicons-charging-station:before {
  content: "\F471";
}
.glyphicons-gas-station:before {
  content: "\E472";
}
.glyphicons-target:before {
  content: "\E473";
}
.glyphicons-bed-alt:before {
  content: "\E474";
}
.glyphicons-mosquito-net:before {
  content: "\E475";
}
.glyphicons-dining-set:before {
  content: "\E476";
}
.glyphicons-plate-of-food:before {
  content: "\E477";
}
.glyphicons-hygiene-kit:before {
  content: "\E478";
}
.glyphicons-blackboard:before {
  content: "\E479";
}
.glyphicons-marriage:before {
  content: "\E480";
}
.glyphicons-bucket:before {
  content: "\E481";
}
.glyphicons-none-color-swatch:before {
  content: "\E482";
}
.glyphicons-bring-forward:before {
  content: "\E483";
}
.glyphicons-bring-to-front:before {
  content: "\E484";
}
.glyphicons-send-backward:before {
  content: "\E485";
}
.glyphicons-send-to-back:before {
  content: "\E486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}
.glyphicons-multiple-displays:before {
  content: "\E489";
}
.glyphicons-handshake:before {
  content: "\E490";
}
.glyphicons-child:before {
  content: "\E491";
}
.glyphicons-baby-formula:before {
  content: "\E492";
}
.glyphicons-medicine:before {
  content: "\E493";
}
.glyphicons-atv-vehicle:before {
  content: "\E494";
}
.glyphicons-motorcycle:before {
  content: "\E495";
}
.glyphicons-bed:before {
  content: "\E496";
}
.glyphicons-tent:before {
  content: "\26FA";
}
.glyphicons-glasses:before {
  content: "\E498";
}
.glyphicons-sunglasses:before {
  content: "\E499";
}
.glyphicons-family:before {
  content: "\E500";
}
.glyphicons-education:before {
  content: "\E501";
}
.glyphicons-shoes:before {
  content: "\E502";
}
.glyphicons-map:before {
  content: "\E503";
}
.glyphicons-cd:before {
  content: "\E504";
}
.glyphicons-alert:before {
  content: "\E505";
}
.glyphicons-piggy-bank:before {
  content: "\E506";
}
.glyphicons-star-half:before {
  content: "\E507";
}
.glyphicons-cluster:before {
  content: "\E508";
}
.glyphicons-flowchart:before {
  content: "\E509";
}
.glyphicons-commodities:before {
  content: "\E510";
}
.glyphicons-duplicate:before {
  content: "\E511";
}
.glyphicons-copy:before {
  content: "\E512";
}
.glyphicons-paste:before {
  content: "\E513";
}
.glyphicons-bath-bathtub:before {
  content: "\E514";
}
.glyphicons-bath-shower:before {
  content: "\E515";
}
.glyphicons-shower:before {
  content: "\1F6BF";
}
.glyphicons-menu-hamburger:before {
  content: "\E517";
}
.glyphicons-option-vertical:before {
  content: "\E518";
}
.glyphicons-option-horizontal:before {
  content: "\E519";
}
.glyphicons-currency-conversion:before {
  content: "\E520";
}
.glyphicons-user-ban:before {
  content: "\E521";
}
.glyphicons-user-lock:before {
  content: "\E522";
}
.glyphicons-user-flag:before {
  content: "\E523";
}
.glyphicons-user-asterisk:before {
  content: "\E524";
}
.glyphicons-user-alert:before {
  content: "\E525";
}
.glyphicons-user-key:before {
  content: "\E526";
}
.glyphicons-user-conversation:before {
  content: "\E527";
}
.glyphicons-database:before {
  content: "\E528";
}
.glyphicons-database-search:before {
  content: "\E529";
}
.glyphicons-list-alt:before {
  content: "\E530";
}
.glyphicons-hazard-sign:before {
  content: "\E531";
}
.glyphicons-hazard:before {
  content: "\E532";
}
.glyphicons-stop-sign:before {
  content: "\E533";
}
.glyphicons-lab:before {
  content: "\E534";
}
.glyphicons-lab-alt:before {
  content: "\E535";
}
.glyphicons-ice-cream:before {
  content: "\E536";
}
.glyphicons-ice-lolly:before {
  content: "\E537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}
.glyphicons-invoice:before {
  content: "\E539";
}
.glyphicons-cart-tick:before {
  content: "\E540";
}
.glyphicons-hourglass:before {
  content: "\231B";
}
.glyphicons-cat:before {
  content: "\1F408";
}
.glyphicons-lamp:before {
  content: "\E543";
}
.glyphicons-scale-classic:before {
  content: "\E544";
}
.glyphicons-eye-plus:before {
  content: "\E545";
}
.glyphicons-eye-minus:before {
  content: "\E546";
}
.glyphicons-quote:before {
  content: "\E547";
}
.glyphicons-bitcoin:before {
  content: "\E548";
}
.glyphicons-yen:before {
  content: "\00A5";
}
.glyphicons-ruble:before {
  content: "\20BD";
}
.glyphicons-erase:before {
  content: "\E551";
}
.glyphicons-podcast:before {
  content: "\E552";
}
.glyphicons-firework:before {
  content: "\E553";
}
.glyphicons-scale:before {
  content: "\E554";
}
.glyphicons-king:before {
  content: "\E555";
}
.glyphicons-queen:before {
  content: "\E556";
}
.glyphicons-pawn:before {
  content: "\E557";
}
.glyphicons-bishop:before {
  content: "\E558";
}
.glyphicons-knight:before {
  content: "\E559";
}
.glyphicons-mic-mute:before {
  content: "\E560";
}
.glyphicons-voicemail:before {
  content: "\E561";
}
.glyphicons-paragraph:before {
  content: "\00B6";
}
.glyphicons-person-walking:before {
  content: "\E563";
}
.glyphicons-person-wheelchair:before {
  content: "\E564";
}
.glyphicons-underground:before {
  content: "\E565";
}
.glyphicons-car-hov:before {
  content: "\E566";
}
.glyphicons-car-rental:before {
  content: "\E567";
}
.glyphicons-transport:before {
  content: "\E568";
}
.glyphicons-taxi:before {
  content: "\1F695";
}
.glyphicons-ice-cream-no:before {
  content: "\E570";
}
.glyphicons-uk-rat-u:before {
  content: "\E571";
}
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}
.glyphicons-uk-rat-12:before {
  content: "\E574";
}
.glyphicons-uk-rat-15:before {
  content: "\E575";
}
.glyphicons-uk-rat-18:before {
  content: "\E576";
}
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}
.glyphicons-tv:before {
  content: "\E578";
}
.glyphicons-sms:before {
  content: "\E579";
}
.glyphicons-mms:before {
  content: "\E580";
}
.glyphicons-us-rat-g:before {
  content: "\E581";
}
.glyphicons-us-rat-pg:before {
  content: "\E582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}
.glyphicons-equalizer:before {
  content: "\E586";
}
.glyphicons-speakers:before {
  content: "\E587";
}
.glyphicons-remote-control:before {
  content: "\E588";
}
.glyphicons-remote-control-tv:before {
  content: "\E589";
}
.glyphicons-shredder:before {
  content: "\E590";
}
.glyphicons-folder-heart:before {
  content: "\E591";
}
.glyphicons-person-running:before {
  content: "\E592";
}
.glyphicons-person:before {
  content: "\E593";
}
.glyphicons-voice:before {
  content: "\E594";
}
.glyphicons-stethoscope:before {
  content: "\E595";
}
.glyphicons-hotspot:before {
  content: "\E596";
}
.glyphicons-activity:before {
  content: "\E597";
}
.glyphicons-watch:before {
  content: "\231A";
}
.glyphicons-scissors-alt:before {
  content: "\E599";
}
.glyphicons-car-wheel:before {
  content: "\E600";
}
.glyphicons-chevron-up:before {
  content: "\E601";
}
.glyphicons-chevron-down:before {
  content: "\E602";
}
.glyphicons-superscript:before {
  content: "\E603";
}
.glyphicons-subscript:before {
  content: "\E604";
}
.glyphicons-text-size:before {
  content: "\E605";
}
.glyphicons-text-color:before {
  content: "\E606";
}
.glyphicons-text-background:before {
  content: "\E607";
}
.glyphicons-modal-window:before {
  content: "\E608";
}
.glyphicons-newspaper:before {
  content: "\1F4F0";
}
.glyphicons-tractor:before {
  content: "\1F69C";
}
/* 
* 
* THIS IS A SMALL BONUS FOR ALL CURIOUS PEOPLE :) 
* Just add class .animated and .pulse, .rotateIn, .bounce, .swing or .tada to you HTML element with icons. You may find other great css animations here: http://coveloping.com/tools/css-animation-generator 
* 
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
h1,
h2,
h3 {
  font-size: 48px;
  font-family: noteworthy-light, Tahoma, Helvetica, Arial, sans-serif;
  color: #e7304d;
}
h2 {
  font-size: 36px;
}
h1 {
  font-family: noteworthy-bold, Tahoma, Helvetica, Arial, sans-serif;
}
h3 {
  font-size: 22px;
}
a {
  color: #000;
}
p,
body {
  font-size: 15px;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
strong,
b {
  font-weight: normal;
}
strong,
b {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
}
hr {
  margin-bottom: 40px;
  margin-top: 40px;
}
input,
select {
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif !important;
}
textarea,
select {
  -webkit-appearance: none;
  resize: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNpi/P//P8NgAEwMgwSwzJgxQxhIT2JjY1vNwsKy4d+/f6guZWJi+PPnT8CvX79Cgdy8jIyMtzRxCBB3Ai2LAlpmycjIeAPIvgGLLiCf4e/fvxpAuT6guCLQkd+Bwik0iRoguAxiAC1XBPp6J9AyDZADQBjEBomB5KCKL9MsaoB4IhB/BVo8G2ihHNDi/cBosgRJgthASgLkKCBIBeI5tHQIA9QCJqCFM4GOkfj9+/cuqDjMEem0dASyQ0BgFhD/BFq8AEirwtIIECQA8UJ6Z9+F0CiAgVR6OAI9RBiQokkZiU0XwDhasqIBgAADABaBXW1r3pB5AAAAAElFTkSuQmCC') right center no-repeat !important;
  }
}
.btn {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  background: #e7304d;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  font-family: FFEnzoWebLightItalic, Tahoma, Helvetica, Arial, sans-serif;
  text-align: left;
}
.btn span.glyphicons,
.btn .fa {
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  top: 0;
}
.btn.wd {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.btn.wd span.glyphicons {
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.btn.sm {
  height: 40px;
  line-height: 40px;
}
.btn.lt-btn {
  padding-left: 0;
}
.btn.lt-btn span.glyphicons,
.btn.lt-btn .fa {
  margin-right: 20px;
  float: left;
}
.btn.rt-btn {
  padding-right: 0;
}
.btn.rt-btn span.glyphicons,
.btn.rt-btn .fa {
  margin-left: 20px;
  float: right;
}
.btn.red {
  background-color: #e7304d;
  color: #fff;
  text-decoration: none;
}
.btn.red span.glyphicons,
.btn.red .fa {
  background-color: #b9263e;
}
.btn.red:hover,
.btn.red:focus {
  background: #cf2b45;
}
.btn.red:hover span.glyphicons,
.btn.red:focus span.glyphicons,
.btn.red:hover .fa,
.btn.red:focus .fa {
  background-color: #a62237;
}
.btn.green {
  background-color: #08b0b2;
}
.btn.green span.glyphicons,
.btn.green .fa {
  background-color: #07989a;
}
.btn.green:hover,
.btn.green:focus {
  background: #068e90;
}
.btn.green:hover span.glyphicons,
.btn.green:focus span.glyphicons,
.btn.green:hover .fa,
.btn.green:focus .fa {
  background-color: #068586;
}
.btn.grey {
  background-color: #f0f0f0;
  color: #999;
}
.btn.grey.grey2 {
  color: #a22e5c !important;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.btn.grey span.glyphicons,
.btn.grey .fa {
  background-color: #c0c0c0;
}
.btn.grey:hover,
.btn.grey:focus {
  background: #d8d8d8;
}
.btn.dark {
  background-color: #9a9a9a;
  color: #fff;
}
.btn.dark span.glyphicons,
.btn.dark .fa {
  background-color: #7b7b7b;
}
.btn.dark:hover,
.btn.dark:focus {
  background: #9a9a9a;
}
.btn.dark:hover span.glyphicons,
.btn.dark:hover .fa,
.btn.dark:focus span.glyphicons,
.btn.dark:focus .fa {
  background-color: #7b7b7b;
}
.btn.purple {
  background-color: #a22e5c;
}
.btn.purple span.glyphicons,
.btn.purple .fa {
  background-color: #82254a;
}
.btn.purple:hover,
.btn.purple:focus {
  background: #912953;
}
.btn.purple:hover span.glyphicons,
.btn.purple:hover .fa,
.btn.purple:focus span.glyphicons,
.btn.purple:focus .fa {
  background-color: #742142;
}
.btn.brown {
  background-color: #9a9a9a;
}
.btn.brown span.glyphicons,
.btn.brown .fa {
  background-color: #7b7b7b;
}
.btn.brown:hover,
.btn.brown:focus {
  background: #8a8a8a;
}
.btn.brown:hover span.glyphicons,
.btn.brown:hover .fa,
.btn.brown:focus span.glyphicons,
.btn.brown:focus .fa {
  background-color: #6e6e6e;
}
.btn.blue {
  background-color: #00aced;
}
.btn.blue span.glyphicons,
.btn.blue .fa {
  background-color: #008abe;
}
.btn.blue:hover,
.btn.blue:focus {
  background: #009ad5;
}
.btn.blue:hover span.glyphicons,
.btn.blue:hover .fa,
.btn.blue:focus span.glyphicons,
.btn.blue:focus .fa {
  background-color: #007baa;
}
.btn.blue2 {
  background-color: #3b5998;
}
.btn.blue2 span.glyphicons,
.btn.blue2 .fa {
  background-color: #2f477a;
}
.btn.blue2:hover,
.btn.blue2:focus {
  background: #355089;
}
.btn.blue2:hover span.glyphicons,
.btn.blue2:hover .fa,
.btn.blue2:focus span.glyphicons,
.btn.blue2:focus .fa {
  background-color: #2a406e;
}
.btn.blue2 {
  background-color: #3b5998;
}
.btn.blue2 span.glyphicons,
.btn.blue2 .fa {
  background-color: #2f477a;
}
.btn.blue2:hover,
.btn.blue2:focus {
  background: #355089;
}
.btn.blue2:hover span.glyphicons,
.btn.blue2:hover .fa,
.btn.blue2:focus span.glyphicons,
.btn.blue2:focus .fa {
  background-color: #2a406e;
}
.btn.orange {
  background-color: #ee754e;
}
.btn.orange span.glyphicons,
.btn.orange .fa {
  background-color: #be5e3e;
}
.btn.orange:hover,
.btn.orange:focus {
  background: #d66946;
}
.btn.orange:hover span.glyphicons,
.btn.orange:hover .fa,
.btn.orange:focus span.glyphicons,
.btn.orange:focus .fa {
  background-color: #ab5438;
}
body {
  background: #fff;
  color: #000;
  position: relative;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
}
body a {
  -webkit-transition: All 0.1s ease-in;
  -moz-transition: All 0.1s ease-in;
  -o-transition: All 0.1s ease-in;
  -ms-transition: All 0.1s ease-in;
  transition: All 0.1s ease-in;
}
.mobile-menu {
  z-index: 9999;
  background: #ffffff;
  padding: 19px 20px 17px 20px;
  display: none;
}
#sb-site {
  box-shadow: rgba(0, 0, 0, 0.25) 1px 0 0;
}
.sb-layout {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 9998;
}
.sb-active .sb-layout,
.mf-open .sb-layout {
  display: inline-block !important;
}
header {
  background: #fff;
  position: relative;
}
header .container {
  position: relative;
}
header .logo {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.topwrap {
  position: absolute;
  right: 0;
  top: 17px;
}
.top-ups {
  color: #000;
  float: right;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 30px;
  padding-top: 10px;
}
.top-ups span {
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}
.top-ups span i {
  color: #08b0b2;
  font-size: 1.2em;
}
.top-ups span small {
  color: #000;
  font-size: 20px;
  position: relative;
  top: -7px;
  margin: 0 5px;
}
.mbl-ups {
  display: none;
  position: relative !important;
  width: 100%;
  top: auto !important;
  right: auto !important;
  float: left !important;
  padding: 17px 0;
  font-size: 3.5vw !important;
}
#navigation {
  width: 100%;
  display: block;
  background: #08b0b2;
  clear: both;
}
#navigation nav .subnav {
  display: none;
  position: absolute;
  top: 50px;
  right: -5%;
  width: 430px;
  border: 1px solid #e3e3e3;
  border-top: 4px solid #a22e5c;
  background: #fff;
  padding: 20px;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px;
}
#navigation nav .subnav .sub-block {
  margin-right: 10px;
  width: 44%;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
#navigation nav .subnav .sub-block .sm-title {
  color: #fff;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#navigation nav .subnav .sub-block .sm-title a {
  color: #e7304d;
}
#navigation nav .subnav .sub-block ul {
  width: 100%;
  margin-top: 5px;
}
#navigation nav .subnav .sub-block ul li {
  width: 100%;
  display: block;
}
#navigation nav .subnav .sub-block ul li a {
  color: #000;
  font-size: 16px;
  padding-bottom: 0 !important;
  width: 100%;
  display: inline-block;
}
#navigation nav .subnav .sub-block ul li a:before {
  content: "• ";
  color: #08b0b2;
  font-size: 32px;
  float: left;
  line-height: 22px;
  margin-right: 20px;
  margin-left: 10px;
}
#navigation nav .subnav .sub-block ul li a:hover {
  color: #08b0b2;
}
#navigation nav > ul {
  float: right;
  position: relative;
}
#navigation nav > ul li {
  float: left;
  margin-right: 30px;
  position: relative;
}
#navigation nav > ul li a {
  font-size: 20px;
  color: #fff;
}
#navigation nav > ul li a span {
  margin-left: 5px;
  font-size: 18px;
}
#navigation nav > ul li:hover .subnav,
#navigation nav > ul li:focus .subnav {
  display: inline-block;
}
#navigation nav > ul li:last-child {
  margin-right: 0;
}
#navigation nav > ul > li > a {
  line-height: 60px;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
}
#navigation nav > ul > li > a span {
  line-height: 60px;
}
#navigation nav > ul > li a {
  padding-bottom: 13px;
}
.be-nav {
  column-count: 2;
  column-gap: 1em;
}
.be-nav .sub-block {
  width: auto !important;
}
#mbl-icons {
  display: none;
  position: absolute;
  right: 62px;
  top: 0;
}
#mbl-icons span {
  -webkit-transition: All 0.1s ease-in;
  -moz-transition: All 0.1s ease-in;
  -o-transition: All 0.1s ease-in;
  -ms-transition: All 0.1s ease-in;
  transition: All 0.1s ease-in;
  color: #08b0b2;
  font-size: 24px;
  padding: 25px 20px;
  float: left;
  cursor: pointer;
}
#mbl-icons span a {
  color: #08b0b2;
  margin-top: -3px;
  float: left;
}
#mbl-icons span.active {
  background: #f2f2f2;
  color: #a22e5c;
}
#contactbox {
  -webkit-transition: All 0.1s ease-in;
  -moz-transition: All 0.1s ease-in;
  -o-transition: All 0.1s ease-in;
  -ms-transition: All 0.1s ease-in;
  transition: All 0.1s ease-in;
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
#contactbox .cnt-infos {
  background: #f2f2f2;
  padding: 15px 0 5px 0;
  position: relative;
  z-index: 99;
}
#contactbox .cnt-hours {
  background: #08b0b2;
  color: #ffffff;
  line-height: 50px;
  position: relative;
  z-index: 99;
}
#contactbox.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
}
#contactbox ul li {
  background: #fff;
  margin-bottom: 10px;
}
#contactbox ul li i {
  color: #a22e5c;
  font-size: 25px;
  float: left;
  margin-right: 10px;
  width: 30px;
  line-height: 48px;
  margin-left: 10px;
  text-align: center;
}
#contactbox ul li a {
  line-height: 48px;
  color: #404040;
  font-size: 4vw;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 9;
}
.icon-airplane,
.icon-car {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 4px 0;
}
.ui-ac-box {
  margin-top: 8px;
}
#showcase {
  position: relative;
  overflow: hidden;
}
#showcase .featured-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  width: 100%;
  background-size: cover;
  max-height: 500px;
  min-height: 310px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#showcase .featured-image img {
  width: 100%;
  max-height: 522px;
  min-height: 332px;
  position: relative;
  z-index: 0;
}
#showcase .featured-image .icon-airplane {
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -34px;
  font-size: 76px;
  z-index: 4;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#showcase .featured-image:before,
#showcase .featured-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding: 1px;
  padding-bottom: 23px;
  border-top: 4px solid #08b0b2;
  outline: 4px solid #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#showcase .featured-image:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(57deg);
  -webkit-transform: skewX(57deg);
  transform: skewX(57deg);
  box-shadow: #fff 1px 0 0;
}
#showcase .featured-image:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-57deg);
  -webkit-transform: skewX(-57deg);
  transform: skewX(-57deg);
  box-shadow: #fff -1px 0 0;
}
#showcase .search {
  width: 97.92%;
  margin: 11.5% auto;
  display: inline-block;
  position: absolute;
  z-index: 3;
}
#showcase .search h1 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: #000000 0 1px 4px;
}
#showcase .search .src-form {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 100%;
  display: inline-block;
}
#showcase .search .src-form input[type=text],
#showcase .search .src-form select {
  background: #fff;
  border: 0;
  padding: 9px;
  color: #d4d4d4;
  font-size: 20px;
  margin-right: 10px;
  float: left;
}
#showcase .search .src-form input[type=text] {
  color: #000;
}
#showcase .search .src-form input[type=text]:focus,
#showcase .search .src-form select:focus {
  color: #000;
}
#showcase .search .src-form select {
  padding: 8px;
}
#showcase .search .src-form .size0 {
  width: 90%;
}
#showcase .search .src-form .size1 {
  width: 43.1%;
}
#showcase .search .src-form .size2 {
  width: 33%;
}
#showcase .search .src-form .size3 {
  width: 31.3%;
}
#showcase .search .src-form .size4 {
  width: 10%;
}
#showcase .search .src-form .person {
  text-indent: 20px;
  background-image: url('/Assets/Images/adult.png') !important;
  background-repeat: no-repeat;
  background-position: 10px center !important;
  background-size: 22px 22px !important;
  text-indent: 25px;
  display: none;
}
#showcase .search .src-form a.btn {
  float: left;
  width: 27%;
  transform: none !important;
  transition: none !important;
  font-size: 20px;
}
#showcase .search .src-form a.btn .glyphicons {
  float: right;
}
#showcase .search .src-form .src-wd {
  width: 100%;
  position: relative;
  display: block;
}
#showcase .search .src-form .src-wd .keyfocus {
  position: absolute;
  width: 100% !important;
  z-index: 99;
  left: 0;
}
#showcase .search .src-form .src-wd #keyresults {
  display: none;
  width: 100%;
  background: #fff;
}
#showcase.list-head .featured-image {
  min-height: 310px !important;
  max-height: 530px !important;
}
#showcase.list-head .featured-image img {
  max-height: 552px !important;
  min-height: 332px !important;
}
#showcase.list-head .search h1 {
  font-size: 56px;
  text-shadow: #000000 0 1px 4px;
}
.notification {
  position: absolute;
  color: #ffffff;
  top: calc(100% - 6px);
  width: 100%;
  padding: 10px;
  text-align: center;
}
.notify-mobile {
  position: relative !important;
  top: 0 !important;
}
.varblocks-title {
  color: #000;
  text-align: center;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
#var-blocks {
  margin-top: 20px;
  margin-bottom: 20px;
}
#var-blocks .var-block,
#var-blocks .vb-list {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
#var-blocks .var-block .vb-prc,
#var-blocks .vb-list .vb-prc {
  position: absolute;
  right: -5px;
  top: 10px;
  background: #ee754e;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  display: inline-block;
  font-size: 28px;
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  line-height: 22px;
  padding: 0 8px;
  height: 60px;
  text-align: center;
}
#var-blocks .var-block .vb-prc small,
#var-blocks .vb-list .vb-prc small {
  font-size: 15px;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
  margin-top: 5px;
}
#var-blocks .var-block .vb-info,
#var-blocks .vb-list .vb-info {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-left: 3px solid #08b0b2;
  border-bottom: none;
  padding: 20px;
  height: 115px;
  overflow: hidden;
}
#var-blocks .var-block .vb-info .vb-title,
#var-blocks .vb-list .vb-info .vb-title {
  color: #e7304d;
  font-size: 22px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  line-height: 18px;
}
#var-blocks .var-block .vb-info .vb-title .glyphicons,
#var-blocks .vb-list .vb-info .vb-title .glyphicons {
  position: absolute;
  display: none;
  color: #e7304d;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
#var-blocks .var-block .vb-info .vb-text,
#var-blocks .vb-list .vb-info .vb-text {
  font-size: 15px;
  line-height: 18px;
  margin-top: 5px;
}
#var-blocks .var-block .vb-info .vb-text .glyphicons,
#var-blocks .vb-list .vb-info .vb-text .glyphicons {
  color: #08b0b2;
  margin-right: 5px;
  top: 3px;
}
#var-blocks .var-product .vb-info {
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
}
#var-blocks .vb-list .vl-head {
  background: #08b0b2;
  color: #fff;
  height: 200px;
  text-align: center;
}
#var-blocks .vb-list .vl-head .vl-title {
  font-size: 38px;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  margin: 18% auto;
  display: inline-block;
  line-height: 42px;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
}
#var-blocks .vb-list .vl-content {
  background: #f0f0f0;
  border-left: 3px solid #08b0b2;
  padding: 0 10px 5px 10px;
}
#var-blocks .vb-list .vl-content ul li {
  width: 100%;
}
#var-blocks .vb-list .vl-content ul li a {
  padding: 6px 10px;
  border-bottom: 1px solid #d4d4d4;
  display: inline-block;
  width: 100%;
  position: relative;
}
#var-blocks .vb-list .vl-content ul li a .vl-name {
  font-size: 22px;
  color: #e7304d;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
#var-blocks .vb-list .vl-content ul li a .vl-prc {
  position: absolute;
  right: -15px;
  top: 2px;
  background: #ee754e;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  display: inline-block;
  font-size: 26px;
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  width: 115px;
  height: 38px;
  text-align: center;
  line-height: 40px;
}
#var-blocks .vb-list .vl-content ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}
.country-vars .var-block,
.country-vars .slick-slider {
  margin-bottom: 0 !important;
}
.country-vars .vb-info {
  border: 1px solid #d4d4d4;
  border-left: 3px solid #08b0b2;
  border-top: 1px solid #d4d4d4 !important;
  border-bottom: none !important;
}
.prc-det {
  position: relative;
  /*&:hover{
            .prc-i{.di;}
        }*/
}
.prc-det i {
  font-size: 19px;
  line-height: 40px;
  float: right;
  margin-right: 10px;
}
.prc-det .prc-i {
  position: absolute;
  background: #ffffff;
  padding: 20px;
  padding-top: 10px;
  right: -45px;
  top: 38px;
  z-index: 9999;
  width: 330px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
}
.prc-det .prc-i:before {
  bottom: 100%;
  right: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.prc-det .prc-itl {
  color: #ee754e;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 15px;
}
.prc-det ul li {
  font-size: 14px;
  display: block;
  width: 100%;
  color: #000 !important;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif !important;
  line-height: normal;
}
.prc-det ul li em {
  float: right;
}
.prc-new-i {
  margin: 5px 0 10px 0;
  color: #000;
  font-size: 13px;
  line-height: normal;
}
.var-product .prc-det {
  display: inline-block;
}
.var-product .prc-det i {
  line-height: 22px;
  margin-right: 0;
}
.var-product .prc-det .prc-i {
  right: -23px;
  top: 33px;
}
.prd-heading .prc-det i {
  margin-right: 0;
  margin-left: 10px;
  position: relative;
  z-index: 100;
}
.prd-heading .prc-det .prc-i {
  right: -49px;
  top: 9px;
}
#product-detail .prd-heading .prc-det i {
  margin-right: 0;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 25px;
}
#product-detail .prd-heading .prc-det .prc-i {
  right: -20px;
  top: 5px;
}
#product-detail .prd-prc a {
  cursor: pointer;
  color: #FFF;
}
.fancybox-skin {
  border-radius: 12px 12px !important;
}
.popup-img {
  width: 100%;
  border-radius: 10px 10px;
}
#about-karin {
  padding-bottom: 40px;
  padding-top: 40px;
}
.dyn-content p {
  margin-bottom: 15px;
  line-height: 22px;
}
.dyn-content h2 {
  margin-bottom: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.dyn-content .btn.grey {
  color: #a22e5c;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.dyn-content .crc-imgs {
  position: relative;
  margin-top: 20px;
}
.dyn-content .crc-imgs .ci-img {
  position: absolute;
  width: 76.5%;
  right: 0;
  z-index: 1;
  border-radius: 50% 50%;
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
  display: inline-block;
}
.dyn-content .crc-imgs .ci-img:nth-child(2n) {
  width: 50%;
  left: 5%;
  top: 150px;
  z-index: 2;
}
.dyn-content .crc-imgs .ci-img:last-child {
  width: 35%;
  left: 38%;
  top: 250px;
  z-index: 3;
}
.dyn-content .crc-imgs .ci-img img {
  width: 100%;
  height: auto;
  border-radius: 50% 50%;
}
#full-video,
.slick-slide {
  width: 100%;
}
#full-video .video-box,
.slick-slide .video-box {
  position: relative;
  overflow: hidden;
}
#full-video .video-box #vimelar-container,
.slick-slide .video-box #vimelar-container {
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  position: relative;
  padding-bottom: 53%;
  /* 16:9 */
  padding-top: 25px;
  height: 0 !important;
}
#full-video .video-box-mobile,
.slick-slide .video-box-mobile {
  display: none;
}
#full-video .video-box .custom-controls,
.slick-slide .video-box .custom-controls {
  position: absolute;
  left: 30px;
  bottom: 30px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  z-index: 20;
  font-family: arial, sans-serif;
  font-size: 12px;
}
#full-video .video-box .custom-controls a,
.slick-slide .video-box .custom-controls a {
  display: inline-block;
  padding: 15px;
  color: #212121;
}
#full-video .video-box img,
.slick-slide .video-box img {
  display: block;
  width: 104.8%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
#full-video .video-box iframe,
.slick-slide .video-box iframe {
  display: block;
  width: 100% !important;
  height: 103.7% !important;
  position: absolute;
  left: 0;
  top: 0;
}
#full-video .controls,
.slick-slide .controls {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;
  z-index: 9;
  display: inline-block;
}
.slick-slide #vimelar-container {
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  position: relative;
  padding-bottom: 49%;
  /* 16:9 */
  padding-top: 25px;
  height: 0 !important;
}
.slick-slide,
.slick-slide:focus {
  outline: none !important;
}
.slick-slide .video-box-mobile {
  display: none;
}
#mute-unmute,
.muteunmute {
  background-image: url('/Assets/Images/mute.png');
  background-repeat: no-repeat;
  width: 81px;
  height: 56px;
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  cursor: pointer;
  margin: 10px;
}
#play-pause,
.playpause {
  background: url('/Assets/Images/pause.png') no-repeat;
  width: 50px;
  height: 56px;
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  cursor: pointer;
  margin: 10px;
}
#ups-bar {
  position: relative;
  overflow: hidden;
}
#ups-bar .ups-b {
  background: #e7304d;
  padding-bottom: 58px;
  padding-top: 30px;
  color: #fff;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 19px;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
#ups-bar .ups-b .ups {
  margin: 0 18px;
}
#ups-bar .ups-b .ups span.glyphicons {
  margin-right: 10px;
  margin-top: 3px;
}
#ups-bar .ups-b .ups:first-child,
#ups-bar .ups-b .ups:last-child {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif !important;
}
#ups-bar .ups-b:before,
#ups-bar .ups-b:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: #fff;
  padding-bottom: 23px;
  border-top: 4px solid #08b0b2;
  outline: 4px solid #fff;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
#ups-bar .ups-b:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(57deg);
  -webkit-transform: skewX(57deg);
  transform: skewX(57deg);
  box-shadow: #fff 1px 0 0;
}
#ups-bar .ups-b:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-57deg);
  -webkit-transform: skewX(-57deg);
  transform: skewX(-57deg);
  box-shadow: #fff -1px 0 0;
}
/*.homevideo{
    .video-box iframe{width:115.7%!important}
}*/
#social-buttons {
  padding-top: 40px;
  padding-bottom: 40px;
}
#social-buttons .sb-head {
  width: 100%;
  text-align: center;
}
#social-buttons .sb-head h3 {
  color: #08b0b2;
  font-size: 42px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
#social-buttons .sb-head p {
  font-size: 18px;
}
#social-buttons .btn {
  width: 100%;
  margin-top: 38px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  padding-right: 0 !important;
  font-size: 20px;
}
#social-buttons .btn i.fa,
#social-buttons .btn span.glyphicons {
  margin-right: -45px !important;
}
#inspirate {
  background: #f0f0f0;
  margin-top: 40px;
  padding: 40px 0;
}
#inspirate h4 {
  font-size: 32px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  color: #e7304d;
  margin-bottom: 20px;
}
#inspirate .ins-block {
  background: #e7304d;
}
#inspirate .ins-block img {
  width: 100%;
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -o-transition: all 1s ease;
  /* IE 9 */
  -ms-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
  max-width: 100%;
}
#inspirate .ins-block .ins-img {
  overflow: hidden;
}
#inspirate .ins-block .ins-img:hover img {
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -moz-transform: scale(1.05);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.05);
  /* Opera */
  transform: scale(1.05);
}
#inspirate .ins-block .ins-title {
  color: #fff;
  font-size: 18px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  height: 39px;
  line-height: 39px;
  position: relative;
  padding-left: 10px;
}
#inspirate .ins-block .ins-title span.glyphicons {
  position: absolute;
  right: 0;
  color: #fff;
  background: #b9263e;
  height: 39px;
  line-height: 39px;
  width: 39px;
  text-align: center;
  top: 0;
}
#inspirate .ins-block:hover,
#inspirate .ins-block:focus {
  background: #cf2b45;
}
#inspirate .ins-block:hover span.glyphicons,
#inspirate .ins-block:focus span.glyphicons,
#inspirate .ins-block:hover .fa,
#inspirate .ins-block:focus .fa {
  background-color: #a62237;
}
.breadcrumb {
  padding-bottom: 16px;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 30px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #999999;
}
.breadcrumb a {
  color: #666666;
  text-decoration: underline;
  margin: 0 5px;
}
.breadcrumb a:first-child {
  margin-left: 0 !important;
}
.breadcrumb span {
  color: #e7304d;
  margin: 0 5px;
}
.mobile-filter {
  position: fixed;
  right: 0;
  top: 15%;
  background: #08b0b2;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  text-align: center;
  color: #fff;
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  display: none;
  z-index: 10000;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
}
.mf-di {
  display: inline-block !important;
}
.tr-lr,
#ProductListFilter {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}
.more-result span:hover {
  background: #f0f0f0 !important;
  cursor: default;
}
.lazyload,
.lazy {
  background: #fafafa url('/Assets/Images/ajax-loader.gif') no-repeat center center !important;
  background-size: 32px !important;
}
.slist-info {
  padding-bottom: 30px;
}
.slist-info h1,
.slist-info h2,
.slist-info h3,
.slist-info h4 {
  margin-top: 20px;
}
.fl-col {
  float: left;
}
.fr-col {
  display: flex;
}
.no-prod {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e7304d;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  line-height: 70px;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no-prod .fr-col {
  line-height: normal;
  padding-top: 8px;
}
.no-prod span {
  margin-right: 25px;
  font-size: 65px;
}
html.mf-open #ProductListFilter {
  z-index: 99998;
  background: #FFF;
  overflow-y: auto;
  width: 85%;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
html.mf-open #ProductListFilter .filter {
  display: block !important;
  width: 95%;
  margin: 0 auto;
}
html.mf-open #ProductListFilter .filter .f-box {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0 0 0;
  margin-bottom: 0;
}
html.mf-open #ProductListFilter .filter .f-box2 {
  background: #FFF;
}
html.mf-open .mCSB_scrollTools,
html.mf-open .mCSB_draggerContainer {
  display: none;
}
#ProductListFilterShort {
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-bottom: 4px solid #e7304d;
  padding: 20px;
  margin-bottom: 20px;
}
#ProductListFilterShort:before {
  content: "Gekozen filters ";
  font-size: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #e7304d;
  margin-bottom: 10px;
  display: block;
}
#ProductListFilterShort ul li {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
#ProductListFilterShort ul li a {
  background: #08b0b2;
  color: #ffffff;
  padding: 0 4px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
#ProductListFilterShort ul li a:after {
  font-family: 'glyphicons';
  content: "\E208";
  position: relative;
  margin-left: 4px;
  top: 2px;
}
#list select {
  border: 1px solid #e3e3e3;
  background: #fff;
}
#list #ListFilterTravelDate {
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAMCAYAAAAH4W+EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNpi/P//P8NgAEwMgwSwzJgxQxhIT2JjY1vNwsKy4d+/f6guZWJi+PPnT8CvX79Cgdy8jIyMtzRxCBB3Ai2LAlpmycjIeAPIvgGLLiCf4e/fvxpAuT6guCLQkd+Bwik0iRoguAxiAC1XBPp6J9AyDZADQBjEBomB5KCKL9MsaoB4IhB/BVo8G2ihHNDi/cBosgRJgthASgLkKCBIBeI5tHQIA9QCJqCFM4GOkfj9+/cuqDjMEem0dASyQ0BgFhD/BFq8AEirwtIIECQA8UJ6Z9+F0CiAgVR6OAI9RBiQokkZiU0XwDhasqIBgAADABaBXW1r3pB5AAAAAElFTkSuQmCC') right center no-repeat !important;
}
#list .f-box {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-bottom: 4px solid #08b0b2;
  margin-bottom: 20px;
}
#list .f-box ul li a {
  display: none;
}
#list .f-box .f-box-title {
  font-size: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #08b0b2;
  margin-bottom: 10px;
  display: block;
}
#list .f-box.f-box2 {
  border-bottom-color: #e7304d;
  background: #f0f0f0;
}
#list .f-box.f-box2 .f-box-title {
  color: #e7304d;
}
#list .f-box fieldset select,
#list .f-box fieldset input[type=text] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #e3e3e3;
}
#list .f-box .date-ups {
  margin-top: 20px;
  margin-bottom: 20px;
}
#list .f-box .date-ups ul li {
  width: 100%;
  display: block;
  font-size: 14px;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
  margin-top: 5px;
}
#list .f-box .date-ups ul li span {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
#list .f-box .date-ups ul li.selected span {
  background: #08b0b2;
  color: #fff;
  border: 1px solid #08b0b2;
}
#list .f-box .date-ups ul li.enable span {
  background: #fff;
  color: #000;
  border: 1px solid #e3e3e3;
}
#list .f-box .date-ups ul li.disable span {
  background: #F0F0F0;
  color: #666;
  border: 1px solid #e3e3e3;
}
#list .list-heading {
  color: #666;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
#list .list-heading h2 {
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #666;
}
#list .sorting {
  color: #666;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
  float: right;
  width: 100%;
}
#list .sorting fieldset {
  width: 100%;
  display: inline-block;
  text-align: right;
}
#list .sorting fieldset select {
  padding: 8px;
  width: 68%;
  float: right;
}
#list .sorting fieldset label {
  line-height: 35px;
  margin-right: 10px;
}
#list .selections {
  border: 1px solid #e3e3e3;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  color: #666;
  text-align: right;
}
#list .selections label {
  float: left;
  line-height: 30px;
}
#list .selections .criters {
  float: right;
}
#list .selections .criters a {
  background: #08b0b2;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
#list .selections .criters a span {
  margin-left: 5px;
  top: 3px;
  position: relative;
}
#list .selections .criters a:hover,
#list .selections .criters a:focus {
  background: #068e90;
}
#list .prd-list .product {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
#list .prd-list .product .prd-heading {
  width: 100%;
  margin-bottom: 10px;
}
#list .prd-list .product .prd-heading .prd-loc {
  line-height: 12px;
}
#list .prd-list .product .prd-heading .prd-name {
  color: #e7304d;
  font-size: 26px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  line-height: 63px;
}
#list .prd-list .product .prd-heading .prd-name a {
  color: #e7304d;
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
  top: 0;
  z-index: 99;
}
#list .prd-list .product .prd-heading .fr {
  text-align: right;
}
#list .prd-list .product .prd-heading .fr .prd-dur {
  text-align: right;
  line-height: 15px;
  display: inline-block;
  margin-top: 10px;
}
#list .prd-list .product .prd-heading .fr .prd-prc {
  background: #a22e5c;
  color: #fff;
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 26px;
  float: right;
  margin-left: 10px;
  padding: 5px 10px;
}
#list .prd-list .product .prd-photos {
  position: relative;
}
#list .prd-list .product .prd-photos .prd-slider {
  position: relative;
  display: block;
}
#list .prd-list .product .prd-photos .prd-slider .slick-list {
  overflow: hidden;
}
#list .prd-list .product .prd-photos .prd-slider .prd-img {
  float: left;
  outline: 0;
}
#list .prd-list .product .prd-photos .prd-slider .prd-img img {
  border-right: 10px solid #fff;
  border-left: none;
  outline: 0;
}
#list .prd-list .product .prd-photos .prd-slider .prd-img:nth-child(2n) img {
  border-left: 10px solid #fff !important;
  border-right: none !important;
}
#list .prd-list .product .prd-photos .prd-slider .prd-img img.lazy {
  background: #fafafa url('/Assets/Images/ajax-loader.gif') no-repeat center center;
  background-size: 32px;
}
#list .prd-list .product .prd-photos .prd-slider button.slick-arrow {
  position: absolute !important;
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 999;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #ee754e;
  color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 10px;
  cursor: pointer;
}
#list .prd-list .product .prd-photos .prd-slider button.slick-arrow:hover,
#list .prd-list .product .prd-photos .prd-slider button.slick-arrow:focus {
  background: #d66946;
}
#list .prd-list .product .prd-photos .prd-slider button.slick-arrow.slick-prev {
  left: -5px;
}
#list .prd-list .product .prd-photos .prd-slider button.slick-arrow.slick-next {
  right: -5px;
}
#list .prd-list .product .prd-photos .prd-slider .slick-prev:before,
#list .prd-list .product .prd-photos .prd-slider .slick-next:before {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: white;
}
#list .prd-list .product .prd-photos .prd-slider .slick-next:before {
  content: '\E224';
}
#list .prd-list .product .prd-photos .prd-slider .slick-prev:before {
  content: '\E225';
}
#list .prd-list .product .prd-usp {
  margin-top: 20px;
  margin-bottom: 20px;
}
#list .prd-list .product .prd-usp ul li {
  width: 48.5%;
  float: left;
}
#list .prd-list .product .prd-usp ul li span {
  color: #08b0b2;
  margin-right: 5px;
}
#list .prd-list .product .prd-usp ul li:nth-child(2n) {
  float: right;
}
#list .prd-list .product a.btn {
  width: 100%;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 20px;
}
#list .list-end {
  padding-top: 20px;
  padding-bottom: 40px;
}
#list .list-end .pagenation {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
#list .list-end .pagenation a {
  font-size: 18px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #e7304d;
  padding: 11px 17px;
  display: inline-block;
}
#list .list-end .pagenation a.cur {
  background: #f0f0f0;
  color: #000;
  cursor: default;
}
#list .list-end .pagenation span {
  display: inline-block;
}
.cb-sl {
  height: 90px;
  overflow: hidden;
  margin-bottom: 20px;
}
.dsale-box {
  min-height: 224px;
  margin-bottom: 20px;
}
.error-page {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url('/Assets/Images/e-bg.jpg') 0 0 no-repeat;
  background-size: 100% 100%;
}
.error-page .err-wrap {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 15px;
  width: 480px;
  padding: 25px;
  margin: 15% auto;
  text-align: center;
}
.error-page .err-wrap .logo {
  width: 265px;
  margin-bottom: 20px;
}
.error-page .err-wrap article {
  margin: 15px 0 25px 0;
  text-align: center;
}
.error-page .err-wrap article p {
  font-size: 18px;
}
.error-page .err-wrap h1 {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-align: center;
}
.error-page .err-wrap .btn {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: noteworthy-bold, Tahoma, Helvetica, Arial, sans-serif;
  border-bottom: 4px solid #cc1834;
}
.error-page-2 {
  text-align: center;
  padding: 40px 0;
}
.error-page-2 .err-icon {
  margin-bottom: 20px;
}
.error-page-2 .err-icon span {
  color: #a22e5c;
  font-size: 80px;
}
.error-page-2 h1 {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #08b0b2;
}
.error-page-2 p {
  font-size: 15px;
}
.error-page-2 .btn {
  margin-top: 20px;
}
#breadcrumb {
  padding-top: 40px;
}
#product-detail .prd-heading {
  width: 100%;
  margin-bottom: 20px;
}
#product-detail .prd-heading .prd-loc {
  line-height: 12px;
}
#product-detail .prd-heading .prd-name {
  color: #e7304d;
  font-size: 44px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  line-height: 44px;
}
#product-detail .prd-heading .fr {
  text-align: right;
}
#product-detail .prd-heading .fr .prd-dur {
  text-align: right;
  line-height: 15px;
  display: inline-block;
  margin-top: 10px;
}
#product-detail .prd-heading .fr .prd-prc {
  background: #a22e5c;
  color: #fff;
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 32px;
  float: right;
  margin-left: 10px;
  padding: 5px 10px;
}
#product-detail .tab-anchors {
  background: #f0f0f0;
  width: 100%;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 0;
}
#product-detail .tab-anchors ul li {
  float: left;
}
#product-detail .tab-anchors ul li a {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 2px solid #fff;
  display: inline-block;
}
#product-detail .tab-anchors ul li a:focus {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
}
.product-page h2 {
  color: #08b0b2;
  font-size: 36px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  line-height: 32px;
}
.product-page h3 {
  color: #e7304d;
  font-size: 28px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.product-page #ups-bar .ups-b:before,
.product-page #ups-bar .ups-b:after {
  background: #f0f0f0;
  outline: 4px solid #f0f0f0;
}
.product-page #tab-section {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 40px;
}
.product-page #social-buttons {
  padding-bottom: 50px;
}
.product-page .price-details {
  margin-top: 52px;
}
.product-page .fav-this {
  margin-top: 10px;
}
.product-page .fav-this a {
  width: 100%;
}
.product-page .fav-this .btn.dn {
  display: none !important;
}
.error-msg {
  text-align: center;
  padding: 147px 0;
}
.error-msg span {
  color: #a22e5c;
  font-size: 36px;
}
.error-msg p {
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.modal-content {
  font-size: 15px;
  display: none;
  bottom: 42px;
  z-index: 999;
  background: #FFF;
}
.modal-content h4 {
  color: #e7304d;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
}
.modal-content strong {
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.modal-content span strong {
  color: #08b0b2;
}
.modal-content p {
  margin-bottom: 20px;
}
#product-photos {
  margin-top: 10px;
}
#product-info {
  margin-top: 30px;
  margin-bottom: 40px;
}
#product-info .pro-info {
  line-height: 22px;
}
#product-info .pro-info p {
  margin-bottom: 20px;
}
#product-info .pro-info em {
  font-style: italic;
}
#product-info .facilities ul li {
  line-height: 26px;
}
#product-info .facilities ul li span {
  color: #08b0b2;
  margin-right: 10px;
}
#product-info .apps {
  margin-top: 20px;
}
#product-info .apps a.btn {
  width: 100%;
}
#sharewindow h4 {
  color: #08b0b2;
  font-size: 28px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  line-height: 28px;
}
#sharewindow #shareIcons {
  margin-left: 10px;
}
#sharewindow #shareIcons .jssocials-share-link {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#sharewindow article {
  margin-bottom: 20px;
}
#sharewindow .shareform textarea {
  height: 214px;
}
#sharewindow .shareform .btn {
  width: 100%;
}
#sharewindow .success-msg .btn {
  width: 100%;
}
#sharewindow p {
  font-size: 15px !important;
}
#product-info article ol li:before,
#dynamic-content .content-box ol li:before,
#about-karin article ol li:before {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E207";
  color: #08b0b2;
  margin-right: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
}
#price-table {
  background: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.ps-left {
  width: 66%;
  float: left;
}
.p-slider.slider-for {
  width: 100%;
}
.p-slider.slider-for button.slick-arrow {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute !important;
  z-index: 9;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: #ee754e;
  color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 10px;
  cursor: pointer;
}
.p-slider.slider-for button.slick-arrow:before {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: white;
}
.p-slider.slider-for button.slick-arrow.slick-next:before {
  content: '\E224' !important;
}
.p-slider.slider-for button.slick-arrow.slick-prev:before {
  content: '\E225' !important;
}
.p-slider.slider-for button.slick-arrow.slick-prev {
  left: -5px;
}
.p-slider.slider-for button.slick-arrow.slick-next {
  right: -5px;
}
.ps-right {
  width: 34%;
  float: right;
}
.p-slider.slider-nav {
  width: 100%;
  margin-bottom: 26px !important;
}
.p-slider.slider-nav .thmb {
  width: 50%;
  float: left;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  position: relative;
}
.p-slider.slider-nav .thmb:focus {
  outline: none;
  border: none;
}
.p-slider.slider-nav .thmb span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  font-size: 31px;
  text-align: center;
}
.p-slider.slider-nav .thmb span:before {
  background: #05aeb2;
  border-radius: 50% 50%;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  position: absolute;
  margin-left: -32px;
  top: 25%;
  text-align: center;
}
.ps-buttons {
  width: 100%;
}
.ps-buttons .ps-btn {
  width: 50%;
  padding: 0 0 0 20px;
  float: left;
}
.ps-buttons .ps-btn .btn {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: 14px;
}
.ps-buttons .ps-btn .btn.rt-btn {
  text-indent: 20px;
}
.ps-buttons .ps-btn .btn.rt-btn span {
  text-indent: 0;
}
.ps-buttons .ps-btn .slick-disabled {
  background-color: #f0f0f0 !important;
  color: #999 !important;
}
.ps-buttons .ps-btn .slick-disabled span.glyphicons,
.ps-buttons .ps-btn .slick-disabled.grey .fa {
  background-color: #c0c0c0 !important;
}
#dvgrecaptcha {
  margin-bottom: 20px;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  outline: 0;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
  padding: 0;
  position: absolute;
  display: block;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-list {
  background: url('/Assets/Images/ajax-loader.gif') center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../Fonts/slick/slick.eot);
  src: url(../Fonts/slick/slick.eot?#iefix) format('embedded-opentype'), url(../Fonts/slick/slick.woff) format('woff'), url(../Fonts/slick/slick.ttf) format('truetype'), url(../Fonts/slick/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: 'â†';
}
.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: 'â†’';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: 'â†';
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.sm-slider {
  width: 102%;
}
.sm-slider .slick-slide {
  margin-right: 20px;
}
.sm-slider .slick-slide img {
  width: 100%;
  margin: 7px 0;
}
.sm-slider button.slick-arrow {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute !important;
  z-index: 9;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  background: #ee754e;
  color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 10px;
  cursor: pointer;
}
.sm-slider button.slick-arrow:before {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: white;
}
.sm-slider button.slick-arrow.slick-next:before {
  content: '\E224' !important;
}
.sm-slider button.slick-arrow.slick-prev:before {
  content: '\E225' !important;
}
.sm-slider button.slick-arrow.slick-prev {
  left: -5px;
  top: 25%;
}
.sm-slider button.slick-arrow.slick-next {
  right: 14px;
  bottom: 20%;
  top: auto !important;
}
.form {
  margin-bottom: 20px;
}
.form p {
  font-size: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.form p span.glyphicons {
  color: #e7304d;
  margin-right: 10px;
  margin-left: 3px;
}
.form p .tooltip span.glyphicons {
  color: #08b0b2;
  margin-right: 0;
  margin-left: 8px;
}
.form p .tooltip span.tt-show {
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 9999;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 4px;
}
.form p .tooltip span.tt-show strong {
  color: #e7304d;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.form p .tooltip:hover span.tt-show,
.form p .tooltip:focus span.tt-show {
  display: inline-block !important;
}
.form p .anchor {
  cursor: pointer;
}
.form p .anchor span.glyphicons {
  color: #08b0b2;
  margin-right: 0;
  margin-left: 8px;
  cursor: pointer;
}
.form fieldset {
  margin-bottom: 20px;
}
.form fieldset select,
.form fieldset input,
.form fieldset textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  outline: none;
}
.form fieldset.size-3 select {
  width: 31.1%;
  float: left;
  margin-right: 20px;
}
.form fieldset.size-3 select:last-child {
  margin-right: 0 !important;
  float: right;
}
.form .form-inline fieldset {
  float: left;
  width: 48.3%;
  margin-right: 20px;
}
.form .form-inline fieldset:nth-child(2n) {
  margin-right: 0 !important;
  float: right;
}
.form .ncf {
  width: 100% !important;
}
.form-table {
  border-collapse: collapse;
  text-align: center;
  background: #ffffff;
  width: 100%;
  margin-bottom: 20px;
}
.form-table th {
  padding: 13px 0;
  text-align: center;
  font-size: 16px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  border: 1px solid #e3e3e3;
}
.form-table td {
  padding: 4px !important;
  font-size: 16px;
  border: 1px solid #e3e3e3;
  height: 55px;
}
.form-table td a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #08b0b2;
  text-align: center;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
}
.form-table td a:hover,
.form-table td a.slctd {
  background: #08b0b2;
  color: #fff;
}
.wd-box {
  background: #fff;
  padding: 20px;
  border: 1px solid #e3e3e3;
}
.wd-box .wd-row {
  padding-bottom: 10px;
  padding-top: 17px;
  border-bottom: 1px solid #e3e3e3;
}
.wd-box .wd-row:first-child {
  padding-top: 0 !important;
}
.wd-box .wd-row label {
  color: #08b0b2;
  font-size: 18px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.wd-box .wd-row label small {
  font-size: 15px;
}
.wd-box .wd-row img {
  margin-bottom: 10px;
}
.wd-box .wd-row p {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.wd-box .wd-row p:last-child {
  margin-bottom: 0 !important;
}
.wd-box .wd-row p.tar {
  text-align: right;
  margin-top: 0 !important;
}
.wd-box .wd-row p.tar label.fl {
  margin-top: 0 !important;
  width: auto !important;
  margin-bottom: 0;
  line-height: 18px;
}
.wd-box .wd-row p.tar small {
  font-size: 15px;
}
.wd-box .wd-list p {
  margin-bottom: 0 !important;
}
.wd-box .wd-list p span.fr {
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #a22e5c;
}
.wd-box .wd-prc {
  border: none !important;
  padding-bottom: 0 !important;
}
.wd-box .wd-prc p label,
.wd-box .wd-prc p span {
  font-size: 22px;
}
.wd-box .wd-prc p label {
  line-height: 31px !important;
}
.price-details {
  margin-top: 20px;
}
.price-details .pd-title {
  font-size: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.price-details .pd-title span {
  color: #e7304d;
  margin-right: 10px;
}
.price-details .wd-box {
  font-size: 18px;
}
.price-details .btn.wd {
  font-size: 28px;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  margin-top: 20px;
}
.price-details hr {
  margin: 10px 0 17px 0 !important;
}
.price-details.pd-before .wd-box article {
  font-family: noteworthy-light, Tahoma, Helvetica, Arial, sans-serif;
  color: #25317e;
  font-size: 24px;
  text-align: center;
  padding: 20px;
}
.prc-subtext {
  font-size: 14px;
  color: #666;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.prc-subtext p {
  font-size: 14px;
  color: #666;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.prc-subtext p u {
  text-decoration: underline;
}
#tab-section .tabs {
  width: 100%;
  height: 56px;
  position: relative;
  background: #f0f0f0;
  border-bottom: 1px solid #e3e3e3;
}
#tab-section .tabs li {
  float: left;
  border-right: 1px solid #fff;
}
#tab-section .tabs li a {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
}
#tab-section .tabs li:first-child {
  border-left: 1px solid #fff;
}
#tab-section .tabs li.active {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-bottom: none;
}
#tab-section .tab_content {
  padding-top: 40px;
}
#tab-section .tab_content:first-child {
  min-height: 300px;
}
.ac-nav .ac-t {
  display: none;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin: 2px 0;
}
.ac-nav .ac-t:after {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E601";
  color: #08b0b2;
  float: right;
}
.ac-nav .ac-t.active {
  background-color: #f0f0f0;
}
.ac-nav .ac-t.active:after {
  content: "\E602";
}
#dynamic-content {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url('/Assets/Images/page-bg.jpg') center top no-repeat;
  background-size: auto 100%;
}
#dynamic-content .content-box {
  padding: 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 0 5px;
}
#dynamic-content .content-box h1 {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 44px;
  margin-bottom: 30px;
  line-height: 33px;
}
#dynamic-content .content-box .content-wrap {
  max-height: 820px;
  overflow-y: auto;
}
#dynamic-content .content-box .content-wrap p {
  margin-bottom: 20px;
}
#dynamic-content .content-box .content-wrap em {
  font-style: italic !important;
}
.unsubscribe-page #dynamic-content {
  min-height: 644px;
}
.about-content article,
.pro-info article {
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
}
.about-content a,
.pro-info a,
.content-box a {
  color: #08b0b2;
}
.hauto {
  height: auto !important;
  overflow: visible !important;
}
/*CUSTOM SCROLL BAR*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d5d5d5;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #08b0b2;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #08b0b2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(Theme/mCSB_buttons.png);
  background-repeat: no-repeat;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.inspire-page #inspire-head {
  text-align: center;
}
.inspire-page #inspire-head h1 {
  font-size: 62px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.inspire-page .ins-filter {
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #e3e3e3;
  padding: 20px;
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
}
.inspire-page .ins-filter span {
  margin-right: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.inspire-page .ins-filter span input {
  margin-left: 0;
}
.inspire-page .ins-filter span:first-child {
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.inspire-page #inspire-blocks .ins-item {
  margin-bottom: 20px;
  position: relative;
}
.inspire-page #inspire-blocks .ins-item .ins-info {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: none;
}
.inspire-page #inspire-blocks .ins-item .ins-info .ins-text {
  font-size: 36px;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 23%;
}
.inspire-page #inspire-blocks .ins-item .ins-info .ins-text small {
  font-size: 18px;
  width: 100%;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.inspire-page #inspire-blocks .ins-item .ins-info .btn {
  height: 38px;
  line-height: 38px;
  padding-right: 0 !important;
}
.inspire-page #inspire-blocks .ins-item .ins-info .btn span {
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.inspire-page #inspire-blocks .ins-item:hover .ins-info,
.inspire-page #inspire-blocks .ins-item:focus .ins-info {
  display: inline-block;
}
.sitemap .row div ul li {
  margin-top: 20px;
}
.sitemap .row div ul li a {
  color: #a22e5c;
}
.sitemap .row div ul li ul li {
  margin-top: 20px;
}
.sitemap .row div ul li ul li a {
  color: #08b0b2;
  padding-left: 20px;
}
.sitemap .row div ul li ul li ul {
  margin-top: 20px;
}
.sitemap .row div ul li ul li ul li {
  margin-top: 0;
}
.sitemap .row div ul li ul li ul li a {
  color: #000;
  padding-left: 40px;
}
.sitemap .row div ul li ul li ul li a:before {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E224";
  font-size: 12px;
  margin-right: 10px;
}
.fav-item {
  border: 1px solid #d9d9d9;
  width: 100%;
  margin-bottom: 20px;
}
.fav-item .fav-title {
  background: #f0f0f0;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
  color: #666;
  font-size: 18px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.fav-item .fav-title span:first-child {
  color: #e7304d;
  font-size: 22px;
  margin-right: 10px;
}
.fav-item .fav-title span:last-child {
  float: right;
}
.fav-item .fav-content {
  padding: 20px;
}
.fav-item .prd-heading {
  width: 100%;
  margin-bottom: 10px;
}
.fav-item .prd-heading .prd-loc {
  line-height: 12px;
}
.fav-item .prd-heading .prd-name {
  color: #e7304d;
  font-size: 26px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.fav-item .prd-heading .fr {
  text-align: right;
}
.fav-item .prd-heading .fr .prd-prc {
  background: #a22e5c;
  color: #fff;
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 26px;
  float: right;
  margin-left: 10px;
  padding: 5px 10px;
}
.fav-item .prd-slider2 {
  position: relative;
  display: block;
}
.fav-item .prd-slider2 .slick-list {
  overflow: hidden;
  height: inherit !important;
}
.fav-item .prd-slider2 .prd-img {
  float: left;
  outline: 0;
}
.fav-item .prd-slider2 .prd-img img {
  outline: 0;
}
.fav-item .fav-buttons {
  margin-top: 20px;
}
.fav-item .fav-buttons a.btn {
  width: 100%;
}
.prd-slider2 button.slick-arrow,
.var-slider button.slick-arrow {
  position: absolute !important;
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 9;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #ee754e;
  color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 10px;
  cursor: pointer;
}
.prd-slider2 button.slick-arrow:hover,
.var-slider button.slick-arrow:hover,
.prd-slider2 button.slick-arrow:focus,
.var-slider button.slick-arrow:focus {
  background: #d66946;
}
.prd-slider2 button.slick-arrow.slick-prev,
.var-slider button.slick-arrow.slick-prev {
  left: -5px;
}
.prd-slider2 button.slick-arrow.slick-next,
.var-slider button.slick-arrow.slick-next {
  right: -5px;
}
.prd-slider2 .slick-prev:before,
.var-slider .slick-prev:before,
.prd-slider2 .slick-next:before,
.var-slider .slick-next:before {
  font-family: glyphicons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons';
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  color: white;
}
.prd-slider2 .slick-next:before,
.var-slider .slick-next:before {
  content: '\E224';
}
.prd-slider2 .slick-prev:before,
.var-slider .slick-prev:before {
  content: '\E225';
}
.var-slider button.slick-arrow {
  margin-top: 5px;
}
.fav-list #social-buttons {
  border-top: 1px solid #e3e3e3;
}
.fav-this .btn.dn {
  display: none !important;
}
.no-fav-item {
  background: #08b0b2;
  color: #ffffff;
  padding: 20px;
}
.no-fav-item span {
  float: left;
  margin-right: 20px;
  font-size: 80px;
  margin-top: -5px;
}
.no-fav-item article p {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 25px;
}
#booking-steps {
  margin-top: 30px;
}
.bookingform {
  margin-bottom: 40px;
}
.bookingform .price-details .pd-title {
  margin-bottom: 5px;
}
.bookingform .back-btn {
  margin-right: 30px;
}
.bookingform .b-steps {
  float: left;
  margin-bottom: 30px;
}
.bookingform .b-steps span {
  height: 45px;
  line-height: 45px;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  padding-left: 20px;
  padding-right: 5px;
  display: inline-block;
  margin-right: 6px;
  color: #666;
  position: relative;
  font-size: 15px;
}
.bookingform .b-steps span.current {
  background: #08b0b2 !important;
  border-color: #08b0b2 !important;
  color: #ffffff !important;
}
.bookingform .b-steps span.current:after {
  border-color: transparent transparent transparent #08b0b2;
  right: -13px !important;
}
.bookingform .b-steps span:last-child {
  margin-right: 0 !important;
}
.bookingform .b-steps span:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  border-style: solid;
  border-width: 23px 0 22px 12px;
  border-color: transparent transparent transparent #fff;
  z-index: 0;
}
.bookingform .b-steps span:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  right: -12px;
  top: -1px;
  border-style: solid;
  border-width: 23px 0 22px 12px;
  border-color: transparent transparent transparent #f0f0f0;
  z-index: 1;
}
.ins-text {
  margin-bottom: 20px;
}
.ins-text a {
  color: #e7304d;
}
.insurancepage h2 span {
  color: #ee754e !important;
}
.insurancepage .extra-box {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.insurancepage .extra-box .ext-img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 100% !important;
}
.insurancepage .extra-box .ext-info {
  width: 100% !important;
  float: left !important;
}
.insurancepage .tb-item-section .tb-row {
  background: #999999;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.insurancepage .tb-item-section .tb-row.error {
  background: #e7304d;
}
.insurancepage .btn.dn {
  display: none !important;
}
.lgg-passenger {
  background: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 15px 0 !important;
  display: inline-block;
  width: 100%;
}
.lgg-passenger .lgg-heading {
  background: #999;
  padding: 20px;
  color: #fff;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
.lgg-list {
  float: left;
  width: 60%;
  padding: 0 20px;
}
.lgg-msg {
  background: #08b0b2;
  color: #fff;
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.lgg-msg p span {
  float: left;
  margin-right: 20px;
  font-size: 1.7em;
  margin-top: 8px;
}
.lgg-flight-name {
  color: #08b0b2;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  float: left;
  position: relative;
}
.lgg-flight-name span {
  margin-left: 10px;
  margin-right: 20px;
  font-size: 1.2em;
}
.lgg-flight-name .lgg-tooltip {
  display: none;
  position: absolute;
  left: 91%;
  width: 300px;
  top: 15px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  padding: 10px;
  z-index: 999;
  color: #999;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: normal;
}
.lgg-flight-name:hover .lgg-tooltip {
  display: inline-block !important;
}
.lgg-list-name {
  margin-bottom: 20px;
}
.lgg-airline {
  color: #999;
  font-family: FFEnzoWebLightItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  margin-top: 1px;
}
.lgg-airline img {
  width: 30px;
  margin-right: 10px;
  margin-top: -4px;
  float: left;
}
.baggageArea input[type=checkbox] {
  display: none;
}
.baggageArea label {
  background: #c0c0c0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 90px;
  height: 60px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.baggageArea label .us-price {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  color: #43f4f7;
}
.baggageArea label .us-title {
  line-height: 60px;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
.baggageArea input[type=checkbox]:checked + label {
  background: #08b0b2;
  color: #fff;
}
.baggageArea input[type=checkbox]:checked + label:before {
  font-family: 'glyphicons';
  content: "\E207";
  position: absolute;
  right: -5px;
  top: -5px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  color: #08b0b2;
  border: 1px solid #08b0b2;
  z-index: 3;
}
.baggageArea input[type=checkbox]:checked + label .us-price {
  display: block;
}
.extra-box {
  position: relative;
}
.extra-box .p-rst {
  position: absolute;
  bottom: -10px;
  top: 0;
  z-index: -1;
  width: 100%;
}
.extra-box .p-rst div {
  height: 100%;
}
.ins-div {
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin: 0;
}
/*.ins-md-7{width:58.33333333%;}
 .ins-md-5{width: 41.66666667%;}*/
.ins-check-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 10px;
  z-index: -1;
  display: block;
}
.ins-check-box > i {
  font-size: 4em;
  margin-top: 10px;
}
.ins-check-box p {
  color: #999;
  font-size: 18px;
  font-family: FFEnzoWebLightItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.ins-price {
  background: #08b0b2;
  width: 100%;
  display: inline-block;
  padding: 18px 15px;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.ins-do i {
  margin-bottom: 20px;
}
.ins-do i,
.ins-do p strong {
  color: #08b0b2;
}
.ins-dont i {
  margin-bottom: 10px;
}
.ins-dont i,
.ins-dont p strong {
  color: #e7304d;
}
.ins-lbl label {
  cursor: pointer;
}
.ins-lbl label input {
  display: none;
}
.ins-lbl label b {
  margin: 10px;
  padding: 7px 7px 8px 7px;
  background: #bcbcbc;
  border-radius: 4px;
  color: #999999;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px;
  display: block;
  position: relative;
  height: 40px;
  /*&.lbl-chkbox{
            b:before{
                content:"\f00c";
            }
            }
            &.lbl-nonchk{
                b:before{
                    content:"\f00d";
                }
            }*/
}
.ins-lbl label b:before,
.ins-lbl label b:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  position: absolute;
  float: left;
  margin-right: 10px;
  left: 7px;
  top: 7px;
}
.ins-lbl label b:before {
  z-index: 9;
  font-family: 'FontAwesome';
}
.ins-lbl label b:after {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 4;
}
.ins-lbl label em {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  padding-left: 30px;
  color: #999;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.ins-lbl label input[type=checkbox]:checked + b {
  background: #08b0b2;
  color: #fff;
}
.ins-lbl label input[type=checkbox]:checked + b + em {
  color: #fff;
}
.ins-lbl label input[type=checkbox]:checked + b:before {
  content: "\f00c";
  color: #08b0b2;
}
.ins-lbl label.lbl-active label {
  background: #08b0b2;
  color: #fff;
}
.ins-lbl label.lbl-nonchk input[type=checkbox]:checked + b {
  background: #e7304d;
}
.ins-lbl label.lbl-nonchk input[type=checkbox]:checked + b:before {
  content: "\f00d" !important;
  color: #e7304d !important;
}
.ins-info,
.lgg-info {
  margin-bottom: 15px;
}
.ins-info a,
.lgg-info a {
  color: #e7304d;
  text-decoration: underline;
}
.ins-pname {
  width: 100%;
  color: #fff;
  line-height: 60px;
  padding-left: 10px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.ins-pname i {
  float: right;
  margin-right: 10px;
  line-height: 60px;
}
.ins-status {
  background: #e7304d;
  color: #fff !important;
  font-size: 11px;
  padding: 5px;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 10px;
  height: 23px;
}
.ins-status.is-chk {
  background: #08b0b2;
  display: none;
}
.ins-status.is-chk.active {
  display: inline-block !important;
}
.ins-status i {
  font-size: 12px !important;
  color: #fff !important;
  margin-right: 5px;
}
input[type=submit].btn {
  border: none;
  width: 100%;
  text-align: center;
}
.form-group.has-error input,
.form-group.has-error select {
  border: 1px solid #FF0000;
}
.form-group.has-error .help-block.with-errors {
  color: #FF0000;
  display: block;
  float: right;
  font-size: 12px;
}
input.btn[disabled] {
  background: #9a9a9a !important;
}
.checkbox-group.has-error {
  color: #FF0000;
}
.checkbox-group.has-error a {
  color: #e7304d;
  text-decoration: underline;
}
.checkbox-group.has-error .help-block.with-errors {
  width: 100%;
  text-align: left;
}
.bb-form {
  background: #f0f0f0;
  border: 1px solid #e3e3e3;
  padding: 30px;
}
.bb-form .form-item {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.bb-form .form-item label {
  float: left;
  margin-right: 20px;
  width: 20%;
  line-height: 42px;
  text-align: right;
  display: inline-block;
  position: relative;
}
.bb-form .form-item label i {
  color: #08b0b2;
  line-height: 38px;
}
.bb-form .form-item label span {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 3px;
  line-height: normal;
  z-index: 999;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666;
}
.bb-form .form-item label span:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
.bb-form .form-item label:hover i + span,
.bb-form .form-item label:focus i + span {
  display: inline-table !important;
}
.bb-form .form-item input,
.bb-form .form-item select {
  width: 76.3%;
  padding: 8px;
  float: right;
  font-size: 16px;
}
.bb-form .form-item input[type=radio],
.bb-form .form-item input[type=checkbox] {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}
.bb-form .form-item span.glyphicons {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #e7304d;
  font-size: 22px;
}
.bb-form .form-item.radios label {
  line-height: 30px !important;
}
.bb-form .form-item:last-child {
  margin-bottom: 0 !important;
}
.bb-form .form-item button.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 0;
  z-index: 9999;
  height: 22px;
  width: 22px;
  outline: none;
}
.bb-form .form-custom1 {
  width: 65% !important;
}
.bb-form .form-custom1 label {
  width: 31% !important;
}
.bb-form .form-custom1 input {
  width: 63.4% !important;
}
.bb-form .form-custom2 {
  width: 31.5% !important;
}
.bb-form .form-custom2 input {
  width: 100%;
}
.book-box span.btn,
.book-box a.btn {
  width: 100%;
  text-align: center;
}
.book-box fieldset legend {
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 20px;
  padding-bottom: 10px;
}
.book-box fieldset legend span.glyphicons {
  color: #e7304d;
  font-size: 24px;
  margin-right: 10px;
}
#sectional fieldset legend,
#confirmal fieldset legend {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sectional fieldset legend span.form-nav-prev,
#confirmal fieldset legend span.form-nav-prev {
  float: right;
  text-decoration: underline;
  color: #666666;
  font-size: 16px;
  display: none;
  cursor: pointer;
}
#sectional fieldset.open legend,
#confirmal fieldset.open legend {
  border: none;
  opacity: 1;
  filter: alpha(opacity=100) !important;
  padding-bottom: 5px !important;
}
#sectional fieldset.open legend span.form-nav-prev,
#confirmal fieldset.open legend span.form-nav-prev {
  display: none !important;
}
#sectional .field-error input,
#confirmal .field-error input,
#sectional .field-error select,
#confirmal .field-error select {
  border: 1px solid #FF0000;
}
#sectional .field-error .form-error-msg,
#confirmal .field-error .form-error-msg {
  color: #FF0000;
  font-size: 12px;
  float: right;
}
#sectional fieldset.valid legend {
  opacity: 1;
  filter: alpha(opacity=100) !important;
}
#sectional fieldset.valid legend span.form-nav-prev {
  display: inline-block !important;
}
.form-confirm {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.form-confirm input {
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}
.form-confirm a {
  color: #e7304d;
}
.extras-row {
  margin-top: 20px;
}
.extras-row h2 {
  font-size: 20px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.extras-row h2 span {
  color: #e7304d;
  font-size: 24px;
  margin-right: 10px;
}
.extras-row .extra-box {
  border: 1px solid #e3e3e3;
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 40px;
}
.extras-row .extra-box .ext-img {
  width: 35%;
  margin-right: 20px;
  float: left;
}
.extras-row .extra-box .ext-img img {
  width: 100%;
}
.extras-row .extra-box .ext-info {
  width: 61%;
  font-size: 15px;
  float: right;
}
.extras-row .extra-box .ext-info p {
  margin-bottom: 20px;
}
.extras-row .extra-box .ext-info p span {
  color: #e7304d;
}
.extras-row .extra-box .ext-info a {
  color: #e7304d;
}
#confirmal fieldset .form-nav-prev {
  display: none !important;
}
.promocode fieldset {
  width: 100%;
  margin-top: 20px;
}
.promocode fieldset input[type=text] {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}
.promocode fieldset input[type=text]:focus {
  outline: none;
}
.promocode fieldset .btn {
  width: 37%;
  height: 42px !important;
  line-height: 42px !important;
  font-size: 18px !important;
  float: right;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif !important;
}
.promocode fieldset .btn span {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  color: #fff !important;
  float: right !important;
  font-size: 18px !important;
  font-family: 'glyphicons' !important;
}
.promocode fieldset .promo-input {
  display: inline-block;
  float: left;
  width: 61%;
  position: relative;
}
.promocode fieldset .promo-input .promomsg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #FF0000;
}
.promocode fieldset .promo-input .promo-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #000000 !important;
  border: 1px solid #d4d4d4;
  font-size: 18px;
}
#bottom-links {
  overflow: hidden;
  position: relative;
}
#bottom-links .icon-car {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -58px;
  font-size: 76px;
  z-index: 4;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bottom-links .bl-block {
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 0;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
#bottom-links .bl-block label {
  color: #08b0b2;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 22px;
}
#bottom-links .bl-block ul {
  margin-top: 10px;
}
#bottom-links .bl-block ul li {
  width: 100%;
  display: block;
  clear: both;
}
#bottom-links .bl-block ul li a:before {
  content: "• ";
  color: #ee754e;
  font-size: 32px;
  float: left;
  line-height: 22px;
  margin-right: 10px;
  margin-left: 10px;
}
#bottom-links .bl-b {
  background: #a22e5c;
  padding: 40px 0 70px 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
#bottom-links .bl-b:before,
#bottom-links .bl-b:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: #fff;
  padding-bottom: 23px;
  border-top: 4px solid #08b0b2;
  outline: 4px solid #fff;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
#bottom-links .bl-b:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(57deg);
  -webkit-transform: skewX(57deg);
  transform: skewX(57deg);
  box-shadow: #fff 1px 0 0;
}
#bottom-links .bl-b:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-57deg);
  -webkit-transform: skewX(-57deg);
  transform: skewX(-57deg);
  box-shadow: #fff -1px 0 0;
}
#bottom-links .footer-icons {
  width: 100%;
  text-align: center;
}
#bottom-links .footer-icons span {
  line-height: 30px;
  margin: 0 5px;
}
#bottom-links .bl-m {
  display: none;
}
#bottom-links .bl-m .footer-icons {
  text-align: right;
}
#bottom-links .bl-m .tel {
  color: #ffffff !important;
  font-size: 36px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
.newsletter fieldset {
  position: relative;
  margin-top: 10px;
}
.newsletter fieldset input[type=text] {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border: 1px solid #d4d4d4;
  background: #f0f0f0;
  width: 100%;
  font-size: 15px;
}
.newsletter fieldset a {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #e7304d;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.newsletter fieldset a span {
  line-height: 40px;
}
#newsletter .newsletter label {
  color: #e7304d;
  font-size: 24px;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
}
#newsletter .newsletter article {
  margin-top: 10px;
}
.bookingconfirm .price-details {
  margin-top: 0;
}
#confirmal {
  margin-top: 33px;
}
#confirmal hr {
  margin-bottom: 20px;
  margin-top: 20px;
}
#confirmal .bb-form {
  padding: 20px;
}
#confirmal fieldset legend {
  padding-top: 0;
  color: #e7304d;
  opacity: 1;
  filter: alpha(opacity=100) !important;
  border-bottom: 0;
  /*.form-nav-prev{.db !important}*/
}
#confirmal .form-item {
  margin-bottom: 0;
}
#confirmal .form-item label {
  float: left;
  width: 45%;
  line-height: normal;
  text-align: left;
  color: #666;
}
#confirmal .form-item span {
  color: #000;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  float: left;
  width: 45%;
}
#confirmal .form-item:last-child {
  margin-bottom: 0 !important;
}
#confirmal .form-custom1 {
  width: 65% !important;
}
#confirmal .form-custom1 label {
  width: 31% !important;
}
#confirmal .form-custom1 input {
  width: 63.4% !important;
}
#confirmal .form-custom2 {
  width: 31.5% !important;
}
#confirmal .form-custom2 input {
  width: 100%;
}
#confirmal .btn {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  height: 58px;
  line-height: 58px;
  font-size: 28px;
}
#confirmal .btn span {
  height: 58px;
  width: 58px;
  line-height: 58px;
}
.spot-text {
  color: #263286;
  font-size: 25px;
  font-family: noteworthy-light, Tahoma, Helvetica, Arial, sans-serif;
  transform: rotate(-3deg);
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
footer,
footer a,
footer span,
footer div {
  text-align: center;
  color: #7e7e7e;
  font-size: 16px;
}
footer {
  padding: 20px 0;
}
footer a {
  padding: 0 10px;
  border-right: 1px solid #7e7e7e;
}
footer span {
  margin-left: 10px;
}
footer .f-links {
  width: 100%;
  text-align: center;
}
footer .view-site a {
  text-decoration: underline;
  padding: 0;
  border-right: none;
}
.fl-item .formError {
  top: 64px !important;
}
.formError {
  display: block;
  left: 300px;
  padding-bottom: 13px;
  position: absolute;
  top: 300px;
  z-index: 900;
  cursor: pointer;
  opacity: 1 !important;
}
.formError .formErrorContent {
  background: #fff;
  border-radius: 6px;
  color: red;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.formError .formErrorContent i {
  font-style: normal;
  position: relative;
  display: inline-block;
  margin: 0 2px 0 -3px;
}
.formError .formErrorArrow {
  height: 12px;
  width: 100%;
  position: absolute;
  z-index: 5001;
  background: url('/Assets/Images/sprite.pngsprite.png') -122px -666px no-repeat;
}
.formError .formErrorArrow div {
  display: none;
}
.formError .formErrorArrowBottom {
  top: -10px;
}
.input-error {
  border-color: red !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-error:focus {
  border-color: red !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #000000;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url('/Assets/Images/ui/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(Theme/@{picturePath}ui/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background-position: left top;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: url(Theme/@{picturePath}ui/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/Assets/Images/ui/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(Theme/@{picturePath}ui/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(Theme/@{picturePath}ui/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: -ms-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  background: linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('/Assets/Images/ui/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: 0;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: 0;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
.fancybox-inner h4 {
  color: #e7304d;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(240, 240, 240, 0.85);
  z-index: 99999;
}
.loading .ldn-wrp {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  font-size: 35px;
  margin-top: -140px;
  margin-left: -140px;
  color: #08b0b2;
}
.loading .preloader {
  width: 64px;
  height: 64px;
  background: url('/Assets/Images/preloader.gif') center center no-repeat;
  display: inline-block;
}
.loading .ldn-wrp p {
  margin-top: 15px;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.apps {
  position: relative;
}
.apps #shareIcons {
  display: none;
  position: absolute;
  background: #f0f0f0;
  padding: 10px 20px;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: All 0.1s ease-in;
  -moz-transition: All 0.1s ease-in;
  -o-transition: All 0.1s ease-in;
  -ms-transition: All 0.1s ease-in;
  transition: All 0.1s ease-in;
  text-align: right;
}
.apps:hover #shareIcons,
.apps:focus #shareIcons {
  display: block;
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em;
}
.jssocials-share:first-child {
  margin-left: 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}
.mykarins-header-section {
  float: right;
  display: inline-block;
}
.mykarins-header-section .mykarins-header-content {
  background: #a22e5c;
  border: none !important;
  padding: 15px;
  margin-left: 50px;
  position: relative;
}
.mykarins-header-section .mykarins-header-content .main-item {
  padding-top: 8px;
  font-weight: normal;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  overflow: hidden;
}
.mykarins-header-section .mykarins-header-content .mykarinsloginlnk {
  text-shadow: none !important;
  color: #fff;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.mykarins-header-section .mykarins-header-content ul.logindropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 37px;
  width: 100%;
  background: #fff;
  border-top: 5px solid #08b0b2;
  overflow: hidden;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px;
}
.mykarins-header-section .mykarins-header-content ul.logindropdown li {
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  font-size: 20px !important;
  font-family: FFEnzoWebLight, Tahoma, Helvetica, Arial, sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #08b0b2;
}
.mykarins-header-section .mykarins-header-content ul.logindropdown li:first-child {
  border-top: none;
}
.mykarins-header-section .mykarins-header-content ul.logindropdown .glyphicons-circle-remove {
  color: #e7304d;
}
.mykarins-header-section .mykarins-header-content:hover ul.logindropdown {
  display: block;
}
.mykarins-header-section .mykarins-header-content ul.logindropdown li a {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #08b0b2;
  font-size: 20px;
}
.mykarins-header-section .mykarins-header-content ul.logindropdown li a span {
  padding: 0 10px;
  margin: 0;
  line-height: 50px;
}
.mykarins-header-section .mykarins-header-content ul.logindropdown li a i {
  float: left;
  width: 50px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: -1px;
  font-size: 22px;
}
.mykarins-header-section .avatar,
.mykarins-header-section .mykarins-text-items,
.mykarins-header-section .mykarins-nav {
  float: left;
}
.mykarins-header-section .avatar {
  width: 36px;
  line-height: 36px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 1.8em;
  color: #fff;
  margin-right: 15px;
}
.mykarins-header-section .avatar img {
  width: 36px;
  height: 36px;
  margin: auto -2px;
  min-height: inherit !important;
  max-height: inherit !important;
}
.mykarins-header-section .mykarins-nav {
  margin-top: 0 !important;
}
.mykarins-header-section .mykarins-nav li,
.mykarins-header-section .mykarins-nav li a,
.mykarins-header-section .mykarins-nav li a span {
  font-size: 18px !important;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: none;
}
.mykarins-header-section .mykarins-nav > ul > li:first-child {
  position: relative;
  margin-right: 0;
}
.mykarins-header-section .mykarins-nav > ul > li:first-child > i {
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
.mykarins-header-section:hover .glyphicons-chevron-down {
  transform: rotate(180deg) !important;
}
.mylogin-nav ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.mylogin-nav ul li a {
  background: #fff;
  height: 48px;
  line-height: 48px;
  font-size: 1em;
  display: block;
}
.mylogin-nav ul li a i {
  color: #08b0b2;
  font-size: 22px;
  margin-right: 10px;
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
.mylogin-nav ul li a .glyphicons-circle-remove {
  color: #e7304d;
}
#mkc-login-mobile .main-item {
  color: #08b0b2;
  font-size: 1.3em;
  font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.noscroll {
  overflow: hidden !important;
}
#confirmBox {
  width: 650px;
  min-height: 416px;
  overflow: hidden;
}
#confirmBox h2 {
  color: #08b0b2;
  font-size: 22px;
  font-family: FFEnzoWebMedi, Tahoma, Helvetica, Arial, sans-serif;
}
#confirmBox p.intro {
  color: #62666b;
  font-size: 15px;
  margin-bottom: 10px;
}
#confirmBox .login-field-container label {
  font-family: FFEnzoWebBold, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #62666b;
}
#confirmBox .login-field-container input {
  width: 100%;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
  margin: 3px 0 10px 0;
}
#confirmBox .modal-content {
  display: block !important;
}
.mykarins-popup-login-container button {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #a8a8a8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
.mykarins-popup-login-container .login-mykarins .cor-button {
  background: #6db93f;
}
.mykarins-popup-login-container .btn {
  height: 39px;
  line-height: 39px;
  width: 100%;
  text-align: center;
  font-family: FFEnzoWebBoldItalic, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0 !important;
  position: relative;
}
.mykarins-popup-login-container .btn.btn-facebook {
  background: #344b8c;
}
.mykarins-popup-login-container .btn.btn-google {
  background: #d53427;
}
.mykarins-popup-login-container .btn i {
  position: absolute;
  left: 0;
  height: 39px;
  line-height: 39px;
  width: 39px;
  font-size: 18px;
  background: none;
}
.mykarins-popup-login-container .login-bottom-links {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.mykarins-popup-login-container .login-bottom-links a {
  color: #62666b;
}
#mkc-login-mobile {
  -webkit-transition: All 0.1s ease-in;
  -moz-transition: All 0.1s ease-in;
  -o-transition: All 0.1s ease-in;
  -ms-transition: All 0.1s ease-in;
  transition: All 0.1s ease-in;
  width: 100%;
  position: absolute;
  top: 70px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
#mkc-login-mobile.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
}
.mkc-infos {
  background: #f2f2f2;
  padding: 15px 0 25px 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 1467px) {
  header nav > ul > li {
    margin-right: 25px;
  }
  .mykarins-header-section .mykarins-header-content {
    padding: 8px;
    margin-left: 20px;
  }
  .mykarins-header-section .main-item {
    font-size: 18px !important;
  }
  .mykarins-header-section .mykarins-nav > ul > li:first-child > i {
    padding: 8px;
  }
  .mykarins-header-section ul.logindropdown {
    top: 53px !important;
  }
}
@media (min-width: 1467px) {
  ul.logindropdown {
    top: 70px !important;
  }
  ul.logindropdown li a {
    font-size: 24px;
  }
  ul.logindropdown li a i {
    width: 70px !important;
  }
  ul.logindropdown li span {
    padding: 0 !important;
  }
}
@media (max-width: 1170px) {
  .top-ups {
    font-size: 20px;
  }
}
@media (max-width: 939px) {
  .mykarins-header-section {
    display: none;
  }
  .login-field-container {
    width: 100%;
    margin-bottom: 5px;
  }
  .login-field-container input {
    width: 100%;
    border: 1px solid #dcdcdc;
    /*line-height: 47px;*/
    padding: 14px;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .mykarins-popup-login-container .login-mykarins .cor-button {
    background: #08b0b2 !important;
    text-transform: capitalize !important;
    height: 48px;
    line-height: 48px;
    font-size: 1.1em;
    -webkit-border-radius: 0px 0px !important;
    -moz-border-radius: 0px 0px !important;
    border-radius: 0px 0px !important;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .new-account-btn {
    background: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: inline-block;
  }
  .new-account-btn i {
    color: #08b0b2;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.5em;
    line-height: 48px;
    float: left;
  }
  .new-account-btn span {
    float: left;
  }
  #mkc-login-mobile {
    padding-bottom: 25px;
  }
  #mkc-login-mobile p.intro {
    color: #08b0b2;
    font-size: 1.2em;
    font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
  }
  #mkc-login-mobile a small {
    font-size: 0.85em !important;
  }
  #confirmBox,
  .mykarins-popup-login-container {
    width: 100% !important;
  }
}
@media (min-width: 940px) {
  #mkc-login-mobile {
    display: none;
  }
}
.res {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 374px) {
  #countries {
    margin-top: -28px;
  }
  #countries .country {
    margin: 0 -3px !important;
  }
  #countries .country.c-hun {
    top: 0;
  }
  #info-content {
    padding-top: 40px;
  }
  #ups-bar .ups {
    font-size: 14px !important;
  }
  .top-ups {
    font-size: 16px !important;
  }
  .video-box-mobile iframe {
    height: 167px !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .form fieldset.size-3 select {
    margin-right: 14px !important;
  }
  .form .form-inline fieldset {
    margin-right: 14px !important;
  }
  .form .form-inline fieldset p {
    font-size: 19px;
  }
  .fav-buttons a {
    /*font-size:0 !important;padding-right:0 !important;padding-left:0 !important;*/
  }
  .fav-buttons a span {
    font-size: 18px !important;
    margin: 0 !important;
  }
  .btn em {
    display: none !important;
  }
  #list .prd-list .product a.btn em {
    display: none !important;
  }
  #onrequest .btn {
    font-size: 14px !important;
  }
}
/*****************************************/
@media (min-width: 320px) and (max-width: 768px) {
  #ProductListFilter {
    left: -85%;
  }
  h1 {
    font-size: 30px !important;
  }
  .featured-image .row {
    margin-right: 0 !important;
  }
  .ac-nav .ac-t {
    display: block !important;
  }
  #showcase .search {
    margin: 6% auto;
  }
  .search input.size1 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .search .size3 {
    width: 100% !important;
  }
  .search .size4 {
    width: 40.4% !important;
    margin-right: 0 !important;
  }
  .search .btn {
    width: 100% !important;
    margin-top: 10px;
  }
  .slick-slide .controls {
    bottom: 15px !important;
  }
  .slick-slide .playpause,
  .slick-slide .muteunmute {
    width: 45px !important;
    height: 24px !important;
    background-size: 62% 100% !important;
  }
  .slick-slide #vimelar-container {
    padding-bottom: 59% !important;
    padding-top: 0px !important;
  }
  .slick-slide iframe {
    height: 178px !important;
  }
  #bottom-links .bl-b {
    padding: 20px 0 40px 0 !important;
  }
  #bottom-links .footer-icons span {
    font-size: 32px !important;
  }
  #bottom-links p.tel {
    font-size: 20px !important;
  }
  #product-detail .tab-anchors {
    display: none !important;
  }
  .src-wd #keyword:focus {
    position: relative !important;
    width: 100% !important;
    z-index: 99;
  }
  #tab-section .tabs {
    display: none;
  }
  .txt-desktop {
    display: none;
  }
  .txt-mobile {
    display: inline-block;
  }
  .promocode fieldset .promo-input {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .promocode fieldset .btn {
    width: 100% !important;
  }
  .promocode fieldset .btn span {
    bottom: 0 !important;
  }
}
@media (min-width: 376px) and (max-width: 439px) {
  .search .size3 {
    width: 100%!important;
  }
  .btn em {
    display: none !important;
  }
}
@media (max-width: 1410px) {
  .no-prod-wp .no-prod {
    line-height: 33px;
  }
  .no-prod-wp .no-prod span.glyphicons {
    float: left;
    margin-right: 15px;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .search .size3,
  .search .size4 {
    width: 100%!important;
  }
  .no-prod-wp .no-prod {
    line-height: normal;
  }
}
@media (min-width: 320px) and (max-width: 939px) {
  #var-blocks:not(.country-vars) .var-block {
    margin-bottom: 0 !important;
    background: none;
    border-bottom: 1px solid #d4d4d4;
  }
  #var-blocks:not(.country-vars) .var-block .vb-img,
  #var-blocks:not(.country-vars) .var-block .vb-text {
    display: none;
  }
  #var-blocks:not(.country-vars) .var-block .vb-info {
    border: none !important;
    height: auto !important;
  }
  #var-blocks:not(.country-vars) .var-block .vb-info .vb-title {
    color: #000 !important;
  }
  #var-blocks:not(.country-vars) .var-block .vb-info .vb-title .glyphicons {
    display: block !important;
  }
  #var-blocks:not(.country-vars) .var-product,
  #var-blocks:not(.country-vars) .vb-list,
  #var-blocks:not(.country-vars) .btn.wd {
    display: none !important;
  }
  #var-blocks:not(.country-vars) .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #var-blocks:not(.country-vars) .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  #var-blocks:not(.country-vars) .container .row > div {
    padding: 0;
  }
  /*#var-blocks.country-vars{
        .vb-img, .vb-text{.db !important;}
        .vb-info{border-left:3px solid @green}
    }*/
  #navigation {
    display: none;
  }
  .mobile-menu.navbar-right {
    display: inline-block;
    position: absolute;
    right: 0 !important;
    top: 0;
    cursor: pointer;
  }
  #mbl-icons {
    display: inline-block !important;
  }
  .mobile-menu.navbar-right span {
    color: #08b0b2;
    font-size: 24px;
    line-height: 34px;
  }
  .sb-slidebar a {
    color: #000000;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
    font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  }
  .sb-slidebar a:hover,
  .sb-slidebar a:focus {
    color: #e7304d;
  }
  .sb-slidebar ul {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }
  .sb-slidebar ul li a:after {
    font-family: "glyphicons";
    content: "\e224";
    color: #e7304d;
    float: right;
  }
  .sb-slidebar ul li ul {
    margin-right: 0 !important;
  }
  .sb-slidebar ul li ul li a {
    border-style: dashed;
    color: #e7304d;
  }
  .sb-slidebar ul li ul li a:after {
    display: none;
  }
  .sb-slidebar ul li ul li ul {
    margin-left: 0 !important;
  }
  .sb-slidebar ul li ul li ul li a {
    color: #08b0b2;
    padding-left: 30px;
  }
  .f-box ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e3e3e3;
  }
  .f-box ul li:last-child {
    border-bottom: none !important;
  }
  .f-box ul li label {
    width: 89%;
    display: inline-block;
  }
  #about-karin,
  .homehr,
  #inspirate,
  .f-links {
    display: none;
  }
  #ups-bar .ups {
    width: 100%;
    margin: 0 !important;
    font-size: 17px;
    display: inline-block;
  }
  #ups-bar .ups:first-child,
  #ups-bar .ups:last-child {
    display: none !important;
  }
  .video-box {
    display: none;
  }
  .slick-slide .video-box-mobile,
  .video-box-mobile {
    display: inline-block !important;
    width: 100%;
    margin-bottom: 20px;
  }
  #social-buttons .btn {
    margin-top: 10px;
  }
  #social-buttons .sb-head h3 {
    font-size: 25px;
  }
  .view-site {
    display: block !important;
  }
  #inspirate,
  .blb {
    display: none !important;
  }
  .bl-m {
    display: block !important;
  }
  .filter {
    display: none;
  }
  #list .sorting {
    float: left !important;
    margin-top: 10px;
  }
  #list .sorting label {
    float: left !important;
  }
  #list .sorting select {
    width: 72.5% !important;
  }
  #list .selections .criters {
    float: left !important;
    text-align: left;
  }
  #list .selections .criters a {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 8px;
  }
  #list .prd-list .product .prd-heading .fr {
    text-align: left !important;
    width: 100% !important;
    padding-top: 30px;
  }
  #list .prd-list .product .prd-heading .fr .prd-dur {
    text-align: left !important;
  }
  #list .prd-list .product a.btn {
    font-size: 15px !important;
  }
  .product-page .pro-info {
    margin-bottom: 20px;
  }
  #product-photos .ps-left {
    width: 100% !important;
  }
  #product-photos .ps-right {
    display: none !important;
  }
  #product-photos .ps-buttons .ps-btn .btn {
    font-size: 26px;
  }
  .ui-autocomplete {
    width: 89.9% !important;
  }
  .ui-autocomplete .ui-menu-item {
    margin-left: 20px !important;
    width: 100% !important;
  }
  .ui-autocomplete .ui-btn {
    margin-left: 0 !important;
    font-size: 13px;
  }
  .bookingconfirm .price-details {
    margin-top: 20px;
  }
  .prd-heading .prc-det .prc-i {
    right: -120px !important;
  }
  #product-detail .prd-heading .prc-det .prc-i {
    right: -20px !important;
  }
  .fav-buttons .btn.red {
    margin-top: 20px;
  }
}
@media (max-width: 939px) {
  .slick-slide #vimelar-container {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 667px) {
  .product-page .s-thumbs {
    display: none;
  }
  .product-page .pro-info {
    margin-bottom: 20px;
  }
  .form fieldset.size-3 select {
    width: 30.1% !important;
  }
  .form fieldset.size-3 select.ncf {
    width: 47.5% !important;
  }
  .form .form-inline fieldset {
    width: 47.3%;
  }
  #product-detail .prd-heading .fr {
    width: 100% !important;
  }
  #product-detail .prd-heading .fr .prd-dur {
    float: left !important;
    text-align: right !important;
    line-height: 20px !important;
  }
  #sharewindow .btn {
    font-size: 14px;
  }
  #showcase .search h1 {
    margin-bottom: 0 !important;
  }
  .error-page .err-wrap {
    width: 80%;
  }
  .error-page .logo {
    width: 80% !important;
  }
  .error-page h1 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .error-page article p {
    font-size: 16px !important;
  }
  .error-page .btn {
    font-size: 16px !important;
  }
  .top-ups span {
    margin-top: -6px !important;
  }
  .top-ups span i {
    font-size: 30px;
  }
  .top-ups span small {
    font-size: 16px !important;
    top: -6px !important;
  }
  .mbl-ups {
    padding: 10px 0;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .video-box-mobile iframe {
    height: 188px !important;
  }
}
@media (min-width: 376px) and (max-width: 480px) {
  .form fieldset.size-3 select {
    width: 29.9% !important;
  }
}
@media (min-width: 320px) and (max-width: 667px) {
  .bb-form .form-item label {
    width: 100% !important;
    text-align: left !important;
  }
  .bb-form .form-item input,
  .bb-form .form-item select {
    width: 100% !important;
  }
  .bb-form .form-item input[type=radio],
  .bb-form .form-item input[type=checkbox] {
    width: auto !important;
  }
  .bb-form .form-item span.glyphicons {
    bottom: 10px;
    top: auto !important;
  }
  .bb-form .radios label {
    display: none !important;
  }
  .bb-form .field-error span.glyphicons {
    bottom: 25px !important;
    top: auto !important;
  }
  .bb-form .form-custom1,
  .bb-form .form-custom2 {
    width: 100% !important;
  }
  .bb-form .form-item label span {
    left: 0;
    top: -25px;
  }
  .bb-form .form-item label span:before {
    top: 124% !important;
    left: 50% !important;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: 0;
  }
  .form-confirm input {
    margin-bottom: 30px !important;
  }
  #booking-steps .b-steps {
    margin-left: 0 !important;
  }
  #booking-steps .b-steps span {
    margin-top: 10px;
  }
  .no-prod-wp .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 667px) and (max-width: 667px) {
  .prd-heading .prc-det .prc-i {
    right: -47px !important;
    top: 30px !important;
  }
}
@media (min-width: 414px) and (max-width: 414px) {
  .search .size4 {
    width: 41.3% !important;
  }
  .video-box-mobile iframe {
    height: 208px !important;
  }
}
@media (min-width: 568px) and (max-width: 568px) {
  .search .size4 {
    width: 40.9% !important;
  }
}
@media (min-width: 320px) and (max-width: 577px) {
  .extra-box .ext-img {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .extra-box .ext-info {
    width: 100% !important;
  }
  .prd-heading .prc-det .prc-i {
    right: -50px !important;
    top: 20px !important;
  }
  .lgg-list {
    width: 100% !important;
    padding: 0 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .ui-autocomplete {
    width: 88.6% !important;
  }
  #sharewindow .btn {
    font-size: 12px !important;
  }
  .no-prod-wp .no-prod {
    font-size: 18px;
  }
  .no-prod-wp .no-prod span.glyphicons {
    margin-bottom: 30px;
  }
}
@media (min-width: 375px) and (max-width: 500px) {
  .no-prod-wp .no-prod {
    font-size: 18px;
  }
  .no-prod-wp .no-prod span.glyphicons {
    margin-bottom: 20px;
  }
}
@media (min-width: 640px) and (max-width: 640px) {
  .search .size4 {
    width: 39.4% !important;
  }
}
@media (max-width: 580px) {
  #onrequest .btn em {
    display: none;
  }
  .fancybox-wrap {
    width: 85% !important;
  }
  .fancybox-inner {
    width: 100% !important;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  .ui-autocomplete {
    width: 90.8% !important;
  }
  .no-prod-wp .no-prod span.glyphicons {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 567px) {
  .ui-autocomplete {
    width: 91.6% !important;
  }
}
@media (min-width: 568px) and (max-width: 666px) {
  .ui-autocomplete {
    width: 92.6% !important;
  }
}
@media (min-width: 667px) and (max-width: 735px) {
  .ui-autocomplete {
    width: 93.4% !important;
  }
  .video-box-mobile iframe {
    height: 360px !important;
  }
}
@media (min-width: 736px) and (max-width: 736px) {
  .search .size3 {
    width: 56.7% !important;
  }
  .search .size4 {
    width: 41.8% !important;
  }
  .video-box-mobile iframe {
    height: 388px !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .search .size4 {
    width: 41.5% !important;
  }
  .video-box-mobile iframe {
    height: 406px !important;
  }
}
@media (min-width: 736px) and (max-width: 767px) {
  .ui-autocomplete {
    width: 93.9% !important;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .ui-autocomplete {
    width: 91.5% !important;
  }
  .ui-autocomplete .ui-btn {
    font-size: 20px !important;
  }
  .slick-slide #vimelar-container {
    padding-bottom: 55% !important;
    padding-top: 0 !important;
  }
  .slick-slide #vimelar-container iframe {
    height: 416px !important;
  }
  .search .src-form .size3 {
    width: 30% !important;
  }
}
@media (min-width: 940px) {
  .st-mobile,
  .mobile-filter {
    display: none !important;
  }
}
@media (min-width: 940px) and (max-width: 1127px) {
  .search .src-form .size3 {
    width: 30.2% !important;
  }
}
@media (min-width: 960px) and (max-width: 1580px) {
  input.size1 {
    width: 40.4% !important;
  }
  .dyn-content .crc-imgs {
    min-height: 400px;
  }
  .dyn-content .crc-imgs .ci-img:nth-child(2n) {
    top: 38%;
  }
  .dyn-content .crc-imgs .ci-img:last-child {
    top: 59%;
  }
  .vb-list .vl-head {
    position: relative;
  }
  .vb-list .vl-head img {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .vb-list .vl-head .vl-title {
    position: absolute;
    top: 10%;
    z-index: 3;
  }
  .bb-form .form-item label {
    font-size: 13px;
  }
  .slick-slide #vimelar-container {
    padding-bottom: 56% !important;
    padding-top: 0 !important;
  }
  .slick-slide #vimelar-container iframe {
    height: 456px !important;
  }
}
@media (min-width: 1020px) and (max-width: 1020px) {
  .p-slider.slider-for,
  .ps-img {
    height: 413px;
  }
  .p-slider.slider-for img,
  .ps-img img,
  .p-slider.slider-for iframe,
  .ps-img iframe {
    height: 413px;
  }
  .p-slider.slider-nav .thmb img {
    height: 94px;
  }
}
@media (min-width: 1025px) {
  .prc-det:hover .prc-i {
    display: inline-block;
  }
  .prc-det ul li {
    font-size: 15.5px;
  }
}
@media (min-width: 1021px) and (max-width: 1659px) {
  .container {
    width: 93.7% !important;
  }
  #var-blocks .vb-list {
    font-size: 1.4vw;
  }
  #var-blocks .vb-list .vl-name {
    font-size: 1.4em !important;
  }
  #var-blocks .vb-list .vl-content ul li a {
    font-size: 1em;
  }
  .src-form input[type=text],
  .src-form select {
    padding: 19px;
    font-size: 28px;
  }
  .src-form select {
    padding: 18px;
  }
  .src-form .size0 {
    width: 90%;
  }
  .src-form .size1 {
    width: 52.6%;
  }
  .src-form .size2 {
    width: 33%;
  }
  .src-form .size3 {
    width: 22.3%;
  }
  .src-form .size4 {
    width: 10%;
  }
  .src-form .person {
    text-indent: 30px;
  }
  .src-form a.btn {
    width: 20.6%;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
  }
  .src-form a.btn .glyphicon {
    float: right;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}
@media (min-width: 769px) and (max-width: 959px) {
  .search input.size1 {
    width: 35% !important;
  }
  .search input,
  .search select {
    font-size: 15px !important;
    padding: 14px !important;
  }
  .search select {
    padding: 13px !important;
  }
  .search .btn {
    font-size: 17px !important;
    width: 31.5% !important;
  }
}
@media (max-width: 939px) {
  #ProductListFilter {
    position: relative;
    left: -85%;
  }
  .tooltip span.tt-show {
    right: -6px !important;
  }
  .tooltip span.tt-show::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 6px !important;
  }
  header {
    padding: 0 !important;
  }
  header .logo {
    height: 50px !important;
    width: auto !important;
  }
}
@media (max-width: 959px) {
  #tab-section .crc-imgs {
    display: none;
  }
  header .logo {
    margin: 10px 0;
  }
  header .top-ups {
    display: none;
  }
  .mbl-ups {
    display: inline-block !important;
  }
  .country-vars {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1580px) {
  .container {
    width: 1580px !important;
  }
  .ui-datepicker {
    width: 30.95em;
  }
}
@media (min-width: 1581px) and (max-width: 1660px) {
  .search .size1 {
    width: 41.4% !important;
  }
}
@media (min-width: 1580px) {
  .btn {
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
  .btn span.glyphicons,
  .btn .fa {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
  .back-btn {
    height: 70px !important;
    line-height: 70px !important;
    font-size: 26px;
  }
  .back-btn span.glyphicons,
  .back-btn .fa {
    height: 70px !important;
    line-height: 70px !important;
    width: 70px !important;
  }
  #navigation nav > ul > li a {
    font-size: 26px !important;
  }
  #navigation nav .subnav .sub-block ul li a {
    font-size: 16px !important;
  }
  .top-ups {
    font-size: 37px !important;
  }
  #showcase .search {
    margin: 9% auto;
  }
  .search h1 {
    font-size: 62px;
  }
  .search .src-form input[type=text],
  .search .src-form select {
    padding: 18px !important;
    font-size: 26px !important;
  }
  .search .src-form select {
    padding: 17px !important;
  }
  .search .src-form .size0 {
    width: 90% !important;
  }
  .search .src-form .size1 {
    width: 45% !important;
  }
  .search .src-form .size2 {
    width: 33% !important;
  }
  .search .src-form .size3 {
    width: 33% !important;
  }
  .search .src-form .size4 {
    width: 10% !important;
  }
  .search .src-form .person {
    text-indent: 30px !important;
  }
  .search .src-form a.btn {
    width: 20.6% !important;
    height: 71px !important;
    line-height: 71px !important;
    font-size: 26px !important;
  }
  .search .src-form a.btn .glyphicons {
    float: right;
    height: 71px !important;
    width: 71px !important;
    line-height: 71px !important;
  }
  .slick-slide #vimelar-container {
    padding-bottom: 56% !important;
    padding-top: 0 !important;
  }
  .slick-slide #vimelar-container iframe {
    height: 574px !important;
  }
  .dyn-content .crc-imgs {
    height: 24em !important;
  }
  #var-blocks .var-block .vb-info,
  #var-blocks .vb-list .vb-info {
    padding: 20px 30px;
    height: 148px;
  }
  #var-blocks .var-block .vb-info .vb-title,
  #var-blocks .vb-list .vb-info .vb-title {
    font-size: 30px;
    line-height: 36px;
  }
  #var-blocks .var-block .vb-info .vb-text,
  #var-blocks .vb-list .vb-info .vb-text {
    font-size: 20px;
    line-height: 24px;
  }
  #var-blocks .var-block .vb-info .vb-loc,
  #var-blocks .vb-list .vb-info .vb-loc {
    font-size: 23px;
  }
  #var-blocks .vb-prc {
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 0 !important;
    font-size: 38px !important;
    line-height: 35px !important;
    height: 94px !important;
    right: -10px !important;
    top: 15px !important;
  }
  #var-blocks .vb-prc small {
    font-size: 20px !important;
    margin-top: 5px;
  }
  #var-blocks .vb-list .vl-head {
    height: 337px;
  }
  #var-blocks .vb-list .vl-head .vl-title {
    font-size: 59px !important;
    line-height: 56px;
    margin: 18% 10px !important;
  }
  #var-blocks .vb-list .vl-name {
    font-size: 30px !important;
  }
  #var-blocks .vb-list .vl-desc {
    font-size: 20px;
  }
  #var-blocks .vb-list .vl-prc {
    font-size: 38px !important;
    width: 150px !important;
    height: 52px !important;
    line-height: 54px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 0 !important;
    right: -20px !important;
    top: 6px !important;
  }
  #var-blocks .vb-list .vl-content ul li a {
    padding: 9.6px 10px !important;
  }
  #var-blocks .vb-list .vl-content ul li:last-child a {
    padding-bottom: 15px !important;
  }
  .btn.wd {
    height: 94px;
    line-height: 94px;
    font-size: 31px !important;
  }
  .btn.wd span.glyphicons {
    width: 94px !important;
    height: 94px !important;
    line-height: 94px !important;
  }
  .btn.sm {
    height: 64px;
    line-height: 64px;
    font-size: 22px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .btn.sm span.glyphicons {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
  }
  .dyn-content {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .dyn-content p {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .dyn-content h2 {
    font-size: 48px;
    margin-bottom: 30px !important;
  }
  .ci-img {
    border: 7px solid #fff !important;
  }
  .ci-img:nth-child(2n) {
    top: 250px !important;
  }
  .ci-img:last-child {
    top: 400px !important;
  }
  #ups-bar .ups {
    padding-bottom: 60px;
    padding-top: 40px;
    font-size: 26px;
  }
  #social-buttons .btn {
    height: 60px !important;
    line-height: 60px !important;
    margin-top: 40px;
    font-size: 30px !important;
  }
  #social-buttons .btn .fa {
    font-size: 28px;
  }
  #social-buttons .sb-head h3 {
    font-size: 52px !important;
  }
  #social-buttons .sb-head p {
    font-size: 23px !important;
  }
  #inspirate {
    padding: 60px 0;
  }
  #inspirate h4 {
    font-size: 44px !important;
  }
  #inspirate .ins-block .ins-title {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-left: 20px;
  }
  #inspirate .ins-block .ins-title span.glyphicons {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
  .prc-det .prc-i {
    top: 52px !important;
    right: -50px !important;
    padding-top: 0 !important;
  }
  .prc-det i {
    font-size: 24px !important;
    line-height: 54px !important;
  }
  .var-product .prc-det {
    float: right;
    display: inline-block;
    padding-left: 8px;
  }
  .var-product .prc-det i {
    line-height: 34px !important;
  }
  .var-product .prc-det .prc-i {
    right: -21px !important;
  }
  .prd-heading .prc-det i {
    line-height: 33px !important;
  }
  .prd-heading .prc-det .prc-i {
    right: -22px !important;
    top: 5px !important;
  }
  #product-detail .prd-heading .prc-det i {
    margin-top: 6px;
  }
  #product-detail .prd-heading .prc-det .prc-i {
    right: -20px;
    top: 5px;
  }
  #bottom-links .bl-block label {
    font-size: 32px;
  }
  #bottom-links .bl-block ul li {
    font-size: 22px;
    line-height: 32px !important;
  }
  #bottom-links .bl-block ul li a:before {
    line-height: 32px !important;
  }
  #bottom-links .bl-block.newsletter fieldset input[type=text] {
    height: 67px;
    line-height: 67px;
    text-indent: 20px;
    font-size: 25px;
  }
  #bottom-links .bl-block.newsletter fieldset a {
    height: 67px;
    width: 67px;
    line-height: 67px;
  }
  #bottom-links .bl-block.newsletter fieldset a span {
    line-height: 67px;
  }
  .tshd {
    text-shadow: rgba(0, 0, 0, 0.25) 0 5px 0 !important;
  }
  .bshd {
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 0 !important;
  }
  #list .pagenation a,
  #list .pagenation span {
    padding: 23px 27px !important;
  }
  #inspire-blocks .ins-item .ins-info .ins-text {
    font-size: 44px;
    line-height: 38px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 13%;
  }
  #inspire-blocks .ins-item .ins-info .ins-text small {
    font-size: 24px;
    width: 100%;
    font-family: FFEnzoWebMediItalic, Tahoma, Helvetica, Arial, sans-serif;
  }
  #inspire-blocks .ins-item .ins-info .btn {
    height: 55px !important;
    line-height: 55px !important;
    padding-right: 0 !important;
  }
  #inspire-blocks .ins-item .ins-info .btn span {
    height: 55px !important;
    line-height: 55px !important;
    width: 55px !important;
  }
  #inspire-blocks .ins-item:hover .ins-info {
    display: inline-block;
  }
  .bookingform .b-steps span {
    height: 70px !important;
    line-height: 70px !important;
    font-size: 20px;
  }
  .bookingform .b-steps span:before,
  .bookingform .b-steps span:after {
    border-width: 36px 0 35px 15px !important;
  }
  .bookingform .b-steps span:after,
  .bookingform .b-steps span.current:after {
    right: -16px !important;
  }
  footer,
  footer a,
  footer span {
    font-size: 20px !important;
  }
  .p-slider.slider-for,
  .ps-img {
    height: 686px;
  }
  .p-slider.slider-for img,
  .ps-img img,
  .p-slider.slider-for iframe,
  .ps-img iframe {
    height: 686px;
  }
  .p-slider.slider-nav {
    margin-bottom: 71px !important;
  }
  .p-slider.slider-nav .thmb img {
    height: 165px;
  }
  .p-slider.slider-nav .thmb span:before {
    top: 30%;
  }
  .ps-buttons .ps-btn .btn {
    font-size: 26px !important;
  }
  .sm-slider {
    width: 101.3%;
  }
  .sm-slider.slick-prev {
    left: -5px;
    top: 25%;
  }
  .sm-slider.slick-next {
    right: 14px;
    bottom: 20%;
    top: auto !important;
  }
  .fav-item .prd-slider2,
  .fav-item .prd-slider2 img {
    height: 480px;
  }
}
@media (min-width: 1021px) and (max-width: 1579px) {
  .src-form {
    font-size: 1.5vw;
  }
  .src-form input[type=text],
  .src-form select {
    padding: 13px !important;
    font-size: 1.3em !important;
  }
  .src-form select {
    padding: 13px !important;
  }
  .src-form .size0 {
    width: 90%;
  }
  .src-form .size1 {
    width: 45%;
  }
  .src-form .size2 {
    width: 33%;
  }
  .src-form .size3 {
    width: 22.3%;
  }
  .src-form .size4 {
    width: 10%;
  }
  .src-form .person {
    text-indent: 30px !important;
  }
  .src-form a.btn {
    width: 26.3% !important;
    height: 55px !important;
    line-height: 55px !important;
    font-size: 1.1em !important;
  }
  .src-form a.btn .glyphicons {
    float: right;
    height: 55px !important;
    width: 55px !important;
    line-height: 55px !important;
    margin-left: 10px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .src-form input[type=text] {
    padding: 14px 13px !important;
  }
  .src-form input.size1 {
    width: 41% !important;
  }
  .src-form select {
    padding: 13px !important;
  }
  #var-blocks .vb-list .vl-content ul li a {
    padding: 14.5px 10px !important;
  }
}
/* Safari 6+ */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (min-width: 1024px) and (max-width: 1024px) {
  .src-form input[type=text] {
    padding: 0 13px !important;
    height: 55px !important;
    line-height: 55px !important;
  }
  .src-form input.size1 {
    width: 52% !important;
  }
  .src-form select {
    padding: 0 13px !important;
    height: 55px !important;
    line-height: 55px !important;
    background: #ffffff;
  }
}
@media (min-width: 1581px) and (max-width: 1660px) {
  .src-form a.btn {
    width: 24% !important;
  }
}
@media (min-width: 1021px) {
  #dynamic-content {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 1560px) and (max-width: 1579px) {
  .search a.btn {
    height: 68px !important;
    line-height: 68px !important;
  }
  .search a.btn span.glyphicons {
    width: 68px !important;
    height: 68px !important;
    line-height: 68px !important;
  }
}
@media (min-width: 1510px) and (max-width: 1559px) {
  .search a.btn {
    height: 66px !important;
    line-height: 66px !important;
  }
  .search a.btn span.glyphicons {
    width: 66px !important;
    height: 66px !important;
    line-height: 66px !important;
  }
}
@media (min-width: 1410px) and (max-width: 1509px) {
  .search a.btn {
    height: 64px !important;
    line-height: 64px !important;
  }
  .search a.btn span.glyphicons {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
  }
}
@media (min-width: 960px) {
  #product-detail .tab-anchors ul li a {
    font-size: 24px;
  }
  .playpause {
    width: 25px !important;
    height: 28px !important;
    background-size: 25px 28px !important;
  }
  .muteunmute {
    width: 40px !important;
    height: 28px !important;
    background-size: 40px 28px !important;
  }
  header .logo {
    width: 80% !important;
  }
}
@media (min-width: 1070px) and (max-width: 1170px) {
  .fav-item .prd-slider2,
  .fav-item .prd-slider2 img {
    height: 320px;
  }
}
@media (min-width: 1171px) and (max-width: 1330px) {
  .fav-item .prd-slider2,
  .fav-item .prd-slider2 img {
    height: 349px;
  }
}
@media (min-width: 1331px) and (max-width: 1470px) {
  .fav-item .prd-slider2,
  .fav-item .prd-slider2 img {
    height: 390px;
  }
}
@media (min-width: 1471px) and (max-width: 1579px) {
  .fav-item .prd-slider2,
  .fav-item .prd-slider2 img {
    height: 430px;
  }
}
@media (min-width: 769px) {
  .txt-desktop {
    display: inline-block;
  }
  .txt-mobile {
    display: none;
  }
}
@media (max-width: 374px) {
  header {
    height: 70px !important;
  }
  header .logo {
    height: 40px !important;
    margin: 17px 0 10px 0 !important;
  }
  #mbl-icons {
    right: 59px !important;
  }
  #mbl-icons span {
    padding: 25px 15px !important;
  }
}
@media (min-width: 940px) {
  #contactbox,
  #contactbox .active {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  header .container {
    max-width: 768px !important;
  }
}
@media (min-width: 907px) and (max-width: 959px) {
  .mbl-ups {
    font-size: 4.4vw !important;
  }
}
@media (min-width: 960px) and (max-width: 1170px) {
  .topwrap {
    top: 10px !important;
  }
  .promocode fieldset .promo-input {
    width: 55% !important;
  }
  .promocode fieldset .btn {
    width: 44% !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
