@charset "UTF-8";
/****************************************************************/
/****************************************************************/
/* tealGreen */
/*Red*/
/* shamrockGreen */
/* deepBlue */
/* skyBlue */
/* orange */
/*Red*/
/* purple */
.nfs:focus,
.nfs-d:focus {
  outline: none;
  outline: 0;
}
.nfs::-moz-focus-inner,
.nfs-d::-moz-focus-inner {
  border: 0;
}
*:focus {
  border-radius: 1px;
}
a[href],
area[href],
button:not([disabled]),
[tabindex]:not([tabindex="-1"]) {
  outline: 0;
}
a[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus),
area[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus),
button:not([disabled]):not(.nfs):not(.nfs-d):not(.psuedo-focus),
[tabindex]:not([tabindex="-1"]):not(.nfs):not(.nfs-d):not(.psuedo-focus) {
  box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #40a297;
  will-change: all;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
a[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover),
area[href]:not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover),
button:not([disabled]):not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover),
[tabindex]:not([tabindex="-1"]):not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover) {
  box-shadow: 0 0 0 10px #ffffff, 0 0 0 13px #40a297;
  z-index: 250;
  outline: 0;
}
a[href].psuedo-focus:focus:not(.nfs):not(.nfs-d),
area[href].psuedo-focus:focus:not(.nfs):not(.nfs-d),
button:not([disabled]).psuedo-focus:focus:not(.nfs):not(.nfs-d),
[tabindex]:not([tabindex="-1"]).psuedo-focus:focus:not(.nfs):not(.nfs-d) {
  position: relative;
  overflow: visible;
}
a[href].psuedo-focus:focus:not(.nfs):not(.nfs-d):before,
area[href].psuedo-focus:focus:not(.nfs):not(.nfs-d):before,
button:not([disabled]).psuedo-focus:focus:not(.nfs):not(.nfs-d):before,
[tabindex]:not([tabindex="-1"]).psuedo-focus:focus:not(.nfs):not(.nfs-d):before {
  border: 3px solid #40a297;
  border-radius: 10px;
  position: absolute;
  content: '';
  bottom: -10px;
  right: -10px;
  left: -10px;
  top: -10px;
}
input[type=checkbox].hidden {
  display: block !important;
  visibility: visible !important;
  transform: scale(0.001);
  position: absolute;
  outline: 0;
}
input[type=checkbox].hidden:not(.nfs):not(.nfs-d):not(.psuedo-focus) {
  box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #40a297;
}
input[type=checkbox].hidden:not(.nfs):not(.nfs-d):not(.psuedo-focus):focus:not(:active):not(:hover) + .checkbox {
  box-shadow: 0 0 0 10px #ffffff, 0 0 0 13px #40a297;
  border-radius: 1px;
  z-index: 250;
  outline: 0;
  will-change: all;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
input[type=checkbox].hidden:not(.nfs):not(.nfs-d):not(.psuedo-focus):active:not(:hover) + .checkbox {
  box-shadow: 0 0 0 6px #ffffff, 0 0 0 9px #40a297;
}
.copy {
  margin: 0 auto;
}
.copy h2 {
  font-size: 19px;
}
.copy > h2 {
  margin-top: 40px;
  color: #666666;
}
.copy h3 {
  font-size: 1em;
}
.copy h4 {
  font-size: 0.875em;
}
.copy h5 {
  font-size: 1.25em;
}
.copy h6 {
  font-size: 1.25em;
}
.copy h1,
.copy h3,
.copy h4,
.copy h5,
.copy h6 {
  color: #333333;
}
.copy h4,
.copy h5,
.copy h6 {
  font-weight: bold;
}
.copy h1 {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  line-height: 1.15625em;
  font-size: 46px;
}
.copy > header h1 strong {
  font-family: "cartogothic_pro_bookbold", Helvetica, Arial, sans-serif;
}
.copy > header img {
  z-index: -1;
}
.copy > h2,
.copy > blockquote,
.copy > table,
.copy > aside,
.copy > section {
  margin-bottom: 30px;
}
.copy p,
.copy q,
.copy ul,
.copy ol,
.copy h3,
.copy h4,
.copy h5,
.copy h6 {
  margin-bottom: 1.25em;
  line-height: 1.5em;
  color: #666666;
}
.copy p,
.copy q,
.copy li {
  font-size: .875em;
}
.copy > p,
.copy > q,
.copy > ul,
.copy > ol,
.copy > h1,
.copy > h2,
.copy > h3,
.copy > h4,
.copy > h5,
.copy > h6,
.copy > blockquote {
  max-width: 768px;
}
.copy a:not(.button) {
  background-color: transparent;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  will-change: transform;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #40a297;
  position: relative;
  margin-right: -3px;
  padding-right: 3px;
  padding-left: 3px;
  margin-left: -3px;
}
.copy a:not(.button):before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  display: block;
  background-color: #008374;
  width: 0;
  height: 1px;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.copy a:not(.button):hover,
.copy a:not(.button):focus {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #eaf4f5;
}
.copy a:not(.button):hover:before,
.copy a:not(.button):focus:before {
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  left: 0;
  width: 100%;
}
.copy a:not(.button):focus {
  -webkit-transform: scale(1.2, );
  -ms-transform: scale(1.2, );
  transform: scale(1.2, );
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  outline: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.2);
}
.copy a:not(.button):active {
  will-change: all;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
  background-color: #a5d0d4;
}
.copy .aside-content {
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  padding: 15px;
}
.copy .aside-content h2 {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  color: #008374;
}
.copy section h1:last-child,
.copy blockquote h1:last-child,
.copy .accordion-copy h1:last-child,
.copy section h2:last-child,
.copy blockquote h2:last-child,
.copy .accordion-copy h2:last-child,
.copy section h3:last-child,
.copy blockquote h3:last-child,
.copy .accordion-copy h3:last-child,
.copy section h4:last-child,
.copy blockquote h4:last-child,
.copy .accordion-copy h4:last-child,
.copy section h5:last-child,
.copy blockquote h5:last-child,
.copy .accordion-copy h5:last-child,
.copy section h6:last-child,
.copy blockquote h6:last-child,
.copy .accordion-copy h6:last-child,
.copy section p:last-child,
.copy blockquote p:last-child,
.copy .accordion-copy p:last-child,
.copy section q:last-child,
.copy blockquote q:last-child,
.copy .accordion-copy q:last-child,
.copy section blockquote:last-child,
.copy blockquote blockquote:last-child,
.copy .accordion-copy blockquote:last-child,
.copy section ul:last-child,
.copy blockquote ul:last-child,
.copy .accordion-copy ul:last-child,
.copy section ol:last-child,
.copy blockquote ol:last-child,
.copy .accordion-copy ol:last-child {
  margin-bottom: 0;
}
.copy strong {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
}
.copy blockquote {
  border-left: 0.625em #008374 solid;
  background-color: rgba(0, 131, 116, 0.1);
  padding: 15px 30px;
  margin-right: 0;
  margin-left: 0;
}
.copy table {
  width: 100%;
  min-width: 40em;
  overflow-x: scroll;
}
.copy table tr + tr {
  border-top: 1px solid #f1f1f1;
}
.copy table .tr-gray {
  background-color: #f1f1f1;
}
.copy table .tr-gray + .tr-gray {
  border-top: 1px solid #ffffff;
}
.copy table th,
.copy table td {
  padding: 15px 0;
}
.copy table thead th {
  vertical-align: bottom;
}
.copy table tbody th {
  padding-left: 15px;
  text-align: left;
}
.copy table td {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  color: #666666;
}
.copy .intro {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  color: #008374;
  font-size: 16px;
}
.copy ol li,
.copy ul li {
  margin-bottom: 5px;
  padding-left: 1.25em;
  position: relative;
  display: block;
}
.copy ol li:last-child,
.copy ul li:last-child {
  margin-bottom: 0;
}
.copy ol li:before,
.copy ul li:before {
  position: absolute;
  left: 0;
}
.copy ol {
  counter-reset: my-badass-counter;
}
.copy ol > li:before {
  content: counter(my-badass-counter, decimal);
  counter-increment: my-badass-counter;
  text-align: center;
  font-weight: lighter;
  display: block;
  color: #333333;
}
.copy ol > li ol > li:before {
  content: counter(my-badass-counter, lower-roman);
}
.copy ul > li:before {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif !important;
  content: '\F053';
  font-size: 2em;
  margin-left: -0.25em;
  color: #89ba16;
}
.copy img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.copy .list-bubble-gray-10 {
  max-width: none;
}
.copy .list-bubble-gray-10 li {
  padding: 5px 20px;
  background-color: #efefef;
  border-radius: 3em;
  display: inline-block;
  color: #333333;
}
.copy .list-bubble-gray-10 li:before {
  display: none;
}
.copy .list-bubble-gray-0 {
  max-width: none;
}
.copy .list-bubble-gray-0 li {
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  background-color: #ffffff;
  border-radius: 3em;
  display: inline-block;
  color: #333333;
}
.copy .list-bubble-gray-0 li:before {
  display: none;
}
.copy .list-bubble-gray-0 li:last-child {
  margin: 0 10px 10px 0;
}
.copy .list-gray-box {
  max-width: none;
}
.copy .list-gray-box li {
  background-color: #efefef;
  border-radius: 0.25em;
  margin-left: 5px;
  display: inline-block;
  line-height: 1.25em;
  padding: 15px;
  margin-bottom: 2px;
  color: #333333;
}
.copy .list-gray-box li:before {
  display: none;
}
hr {
  border-top: 1px solid #dadada;
}
.content-box {
  border: 1px solid #dadada;
}
.content-box p {
  color: #999999;
}
.aside-box {
  background-color: #f3f3f3;
  margin-bottom: 15px;
}
.aside-box h2 {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
}
.gray-box {
  background-color: #efefef;
  border: 1px solid #dadada;
}
.gray-box p {
  line-height: 1.5em;
  color: #b2b2b2;
}
.accordion-copy accordion-group {
  border-bottom: 1px dashed #dadada;
  display: block;
}
.accordion-copy accordion-group .accordion-group-h {
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative;
  color: #008374;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
}
.accordion-copy accordion-group .accordion-group-h:hover {
  will-change: opacity;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: .7;
}
.accordion-copy accordion-group .accordion-group-h .arrow {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.accordion-copy accordion-group:first-child {
  border-top: 1px dashed #dadada;
}
.slide-down-open,
.collapse.in {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  max-height: 50em;
  opacity: 1;
}
.slide-down-closed,
.collapse {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  transform: translate(0, -1em);
  max-height: 0;
  opacity: 0;
}
.table-label-out {
  padding-bottom: 0 !important;
}
.table-label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 15px;
  background-color: #008374;
  vertical-align: bottom;
  float: left;
  color: #ffffff;
}
.price-label {
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.23);
  width: 212px;
}
/* Styles go here */
.prep-drawer {
  will-change: all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
  z-index: 10;
}
.prep-drawer.drawer-open {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.animate-show {
  -webkit-transition: max-height ease-out 0.5s;
  transition: max-height ease-out 0.5s;
  background: white;
  /* This is a wild guess of the height of the element
     Needs to be in the ballpark of the actual content height,
     but slightly larger.
     Change to, e.g., 30px and 300px to see what happens */
  max-height: 150px;
}
.animate-show.ng-hide {
  /* Animate max height*/
  max-height: 0;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  /* Needed to override display:none which cannot be animated */
  display: block!important;
  overflow-y: hidden;
}
/**
 * To demonstrate which classes are added and when
 */
/* Styles go here */
.animate-show {
  -webkit-transition: max-height ease-out 0.5s;
  transition: max-height ease-out 0.5s;
  background: white;
  /* This is a wild guess of the height of the element
     Needs to be in the ballpark of the actual content height,
     but slightly larger.
     Change to, e.g., 30px and 300px to see what happens */
  max-height: 150px;
}
.animate-show.ng-hide {
  /* Animate max height*/
  max-height: 0;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  /* Needed to override display:none which cannot be animated */
  display: block!important;
  overflow-y: hidden;
}
/**
 * To demonstrate which classes are added and when
 */
.fade-prep {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateZ(0);
}
.fade-next,
.fade-prev {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.fade-next {
  -webkit-transform: translateX(5em);
  -ms-transform: translateX(5em);
  transform: translateX(5em);
}
.fade-prev {
  -webkit-transform: translateX(-5em);
  -ms-transform: translateX(-5em);
  transform: translateX(-5em);
}
.animate-min-height {
  will-change: min-height;
  -webkit-transition: min-height 0.5s ease;
  -moz-transition: min-height 0.5s ease;
  -o-transition: min-height 0.5s ease;
  -ms-transition: min-height 0.5s ease;
  transition: min-height 0.5s ease;
}
.fade-in-right > *,
.fade-out-right > *,
.fade-in-left > *,
.fade-out-left > * {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.fade-in-right > *,
.fade-out-right > * {
  -webkit-animation-name: fade-right;
  animation-name: fade-right;
}
.fade-out-right {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.fade-in-left > *,
.fade-out-left > * {
  -webkit-animation-name: fade-left;
  animation-name: fade-left;
}
.fade-out-left {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@keyframes fade-left {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-5em, 0);
    -moz-transform: translate(-5em, 0);
    -o-transform: translate(-5em, 0);
    -ms-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-5em, 0);
    -moz-transform: translate(-5em, 0);
    -o-transform: translate(-5em, 0);
    -ms-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5em, 0);
    -moz-transform: translate(5em, 0);
    -o-transform: translate(5em, 0);
    -ms-transform: translate(5em, 0);
    transform: translate(5em, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5em, 0);
    -moz-transform: translate(5em, 0);
    -o-transform: translate(5em, 0);
    -ms-transform: translate(5em, 0);
    transform: translate(5em, 0);
    opacity: 0;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotating-rev {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating-rev {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating-plane {
  0% {
    -webkit-transform: rotate(-45deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotating-plane {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes icon-array {
  2% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  3% {
    opacity: 1;
    -webkit-transform: scale(0.9);
  }
  9% {
    opacity: 1;
    -webkit-transform: scale(0.9);
  }
  10% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-two {
  0% {
    -webkit-transform: rotateZ(30deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(30deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-three {
  0% {
    -webkit-transform: rotateZ(60deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(60deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-four {
  0% {
    -webkit-transform: rotateZ(90deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(90deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-five {
  0% {
    -webkit-transform: rotateZ(120deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(120deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-six {
  0% {
    -webkit-transform: rotateZ(150deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(150deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-seven {
  0% {
    -webkit-transform: rotateZ(180deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(180deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-eight {
  0% {
    -webkit-transform: rotateZ(210deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(210deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-nine {
  0% {
    -webkit-transform: rotateZ(240deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(240deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-ten {
  0% {
    -webkit-transform: rotateZ(270deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(270deg) rotateX(360deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
}
@-webkit-keyframes fly-eleven {
  0% {
    -webkit-transform: rotateZ(300deg) rotateX(0deg) translateZ(2em) perspective(2000);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateZ(300deg) rotateX(360deg) translateZ(2em) perspective(2000);
  }
}
@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2);
  }
  15% {
    -webkit-transform: scale(0.9);
  }
  19% {
    -webkit-transform: scale(1.15);
  }
  23% {
    -webkit-transform: scale(0.95);
  }
  27% {
    -webkit-transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.975);
  }
  33% {
    -webkit-transform: scale(1.05);
  }
  35% {
    -webkit-transform: scale(0.985);
  }
  37% {
    -webkit-transform: scale(1.025);
  }
  39% {
    -webkit-transform: scale(0.99);
  }
  41% {
    -webkit-transform: scale(1);
  }
}
@keyframes throb {
  0% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  min-width: 768px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.container.absolute {
  margin-left: -384px;
  left: 50%;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
    padding: 0 9px;
  }
  .container.absolute {
    margin-left: -384px;
  }
}
@media (min-width: 990px) {
  .container {
    width: 990px;
    padding: 0 15px;
  }
  .container.absolute {
    margin-left: -495px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .container.absolute {
    margin-left: -600px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  min-width: 768px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col {
  position: relative;
  float: left;
  min-height: 1px;
}
.col-xs-12 {
  width: 8.33333333%;
}
.col-xs-11 {
  width: 9.09090909%;
}
.col-xs-10 {
  width: 10%;
}
.col-xs-9 {
  width: 11.11111111%;
}
.col-xs-8 {
  width: 12.5%;
}
.col-xs-7 {
  width: 14.28571429%;
}
.col-xs-6 {
  width: 16.66666667%;
}
.col-xs-5 {
  width: 20%;
}
.col-xs-4 {
  width: 25%;
}
.col-xs-3 {
  width: 33.33333333%;
}
.col-xs-2 {
  width: 50%;
}
.col-xs-1 {
  width: 100%;
}
.col-xs-5pc {
  width: 5%;
}
.col-xs-12pc {
  width: 12%;
}
.col-xs-15pc {
  width: 15%;
}
.col-xs-18pc {
  width: 18%;
}
.col-xs-25pc {
  width: 25%;
}
.col-xs-28pc {
  width: 28%;
}
.col-xs-30pc {
  width: 30%;
}
.col-xs-35pc {
  width: 35%;
}
.col-xs-37pc {
  width: 37%;
}
.col-xs-40pc {
  width: 40%;
}
.col-xs-41pc {
  width: 41.66666667%;
}
.col-xs-45pc {
  width: 45%;
}
.col-xs-55pc {
  width: 55%;
}
.col-xs-58 {
  width: 58.33333333%;
}
.col-xs-60pc {
  width: 60%;
}
.col-xs-63pc {
  width: 63%;
}
.col-xs-65pc {
  width: 65%;
}
.col-xs-70pc {
  width: 70%;
}
.col-xs-75pc {
  width: 75%;
}
.col-xs-80pc {
  width: 80%;
}
.col-xs-81pc {
  width: 81%;
}
.col-xs-83pc {
  width: 83.33%;
}
.col-xs-82pc {
  width: 82%;
}
.col-xs-85pc {
  width: 85%;
}
.col-xs-87pc {
  width: 87%;
}
.col-xs-88pc {
  width: 88%;
}
.col-xs-90pc {
  width: 90%;
}
.col-xs-93pc {
  width: 93%;
}
.col-xs-96pc {
  width: 96%;
}
.passenger-box {
  width: 100%;
}
.passenger-box ul li a {
  padding: 10px 15px;
}
.extra-mar-top {
  margin-top: 46px;
}
.sub-grid-hdr.bottom-border-none {
  border-bottom: none;
}
.sub-grid-hdr.border-top-radius {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr.border-bottom-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr.border-left-radius {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr.border-right-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .col-xs-1.cal-extrawidth {
    width: 125%;
    left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 8.33333333%;
  }
  .col-sm-11 {
    width: 9.09090909%;
  }
  .col-sm-10 {
    width: 10%;
  }
  .col-sm-9 {
    width: 11.11111111%;
  }
  .col-sm-8 {
    width: 12.5%;
  }
  .col-sm-7 {
    width: 14.28571429%;
  }
  .col-sm-6 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 33.33333333%;
  }
  .col-sm-2 {
    width: 50%;
  }
  .col-sm-1 {
    width: 100%;
  }
  .col-sm-28pc {
    width: 28%;
  }
  .col-sm-30pc {
    width: 30%;
  }
  .col-sm-40pc {
    width: 40%;
  }
  .col-sm-48pc {
    width: 48%;
  }
  .col-sm-60pc {
    width: 60%;
  }
  .col-sm-70pc {
    width: 70%;
  }
  .col-sm-75pc {
    width: 75%;
  }
  .col-sm-83pc {
    width: 83.33333333%;
  }
  .col-sm-90pc {
    width: 90%;
  }
  .col-sm-96pc {
    width: 96%;
  }
  .passenger-box {
    width: 100%;
  }
  .passenger-box ul li a {
    padding: 10px 15px;
  }
  .extra-mar-top {
    margin-top: 46px;
  }
}
@media (min-width: 990px) {
  .col-md-12 {
    width: 8.33333333%;
  }
  .col-md-11 {
    width: 9.09090909%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-9 {
    width: 11.11111111%;
  }
  .col-md-8 {
    width: 12.5%;
  }
  .col-md-7 {
    width: 14.28571429%;
  }
  .col-md-6 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20%;
  }
  .col-md-4 {
    width: 25%;
  }
  .col-md-3 {
    width: 33.33333333%;
  }
  .col-md-2 {
    width: 50%;
  }
  .col-md-1 {
    width: 100%;
  }
  .col-md-5pc {
    width: 5%;
  }
  .col-md-5pc {
    width: 5%;
  }
  .col-md-15pc {
    width: 15%;
  }
  .col-md-16-5pc {
    width: 16.5%;
  }
  .col-md-17-5pc {
    width: 17.5%;
  }
  .col-md-18pc {
    width: 18%;
  }
  .col-md-22pc {
    width: 22%;
  }
  .col-md-25pc {
    width: 25%;
  }
  .col-md-29pc {
    width: 29%;
  }
  .col-md-30pc {
    width: 30%;
  }
  .col-md-35pc {
    width: 35%;
  }
  .col-md-37pc {
    width: 37.5%;
  }
  .col-md-40pc {
    width: 40%;
  }
  .col-md-41pc {
    width: 41.66666667%;
  }
  .col-md-49pc {
    width: 49%;
  }
  .col-md-45pc {
    width: 45%;
  }
  .col-md-50pc {
    width: 50%;
  }
  .col-md-55pc {
    width: 55%;
  }
  .col-md-51pc {
    width: 51%;
  }
  .col-md-58pc {
    width: 58.33333333%;
  }
  .col-md-60pc {
    width: 60%;
  }
  .col-md-62pc {
    width: 62.5%;
  }
  .col-md-65pc {
    width: 65%;
  }
  .col-md-70pc {
    width: 70%;
  }
  .col-md-75pc {
    width: 75%;
  }
  .col-md-80pc {
    width: 80%;
  }
  .col-md-83pc {
    width: 83.33333333%;
  }
  .col-md-85pc {
    width: 85%;
  }
  .col-md-87pc {
    width: 87%;
  }
  .col-md-88pc {
    width: 88%;
  }
  .col-md-12pc {
    width: 12%;
  }
  .col-md-90pc {
    width: 90%;
  }
  .BB-wraper .col-md-10 {
    width: 9.8969072164%;
  }
  .BB-wraper .col-md-4 {
    width: 25.77319587%;
  }
  .BB-wraper .col-md-24-8pc {
    width: 25.257731958%;
  }
  .BB-wraper .col-md-19-1pc {
    width: 17.216494845%;
  }
  .BB-wraper .col-md-16-3pc {
    width: 16.804123711%;
  }
  .BB-wraper .col-md-4-2pc {
    width: 5.0515463917%;
  }
  .selected-state .margin-top-m {
    margin-top: 60px !important;
  }
  .passenger-box {
    width: 145%;
    padding: 10px !important;
  }
  .passenger-box ul li a {
    padding: 5px 10px;
  }
  .list-style-5.margin-right-subnav {
    margin-right: 10px !important;
  }
  .list-style-5.margin-right-subnav:first-child {
    margin-right: 0 !important;
  }
  .list-style-5 li {
    margin-left: 15px !important;
  }
  .list-style-5 li a {
    font-size: 1.125em !important;
  }
  .logo-airlingus {
    margin: 5px 20px 0 20px !important;
  }
  .extra-mar-top {
    margin-top: 14px;
  }
  .bg-globe {
    background: #666666 url(../images/bg-globe-md.png) 8% 0 no-repeat !important;
  }
  .bg-globe.extra-height {
    min-height: 77px !important;
  }
  .bg-globe .extra-margins {
    margin: 0 0 0 54px !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 8.33333333%;
  }
  .col-lg-11 {
    width: 9.09090909%;
  }
  .col-lg-10 {
    width: 10%;
  }
  .col-lg-9 {
    width: 11.11111111%;
  }
  .col-lg-8 {
    width: 12.5%;
  }
  .col-lg-7 {
    width: 14.28571429%;
  }
  .col-lg-6 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20%;
  }
  .col-lg-4 {
    width: 25%;
  }
  .col-lg-3 {
    width: 33.33333333%;
  }
  .col-lg-2 {
    width: 50%;
  }
  .col-lg-1 {
    width: 100%;
  }
  .col-lg-5pc {
    width: 5%;
  }
  .col-lg-12pc {
    width: 12%;
  }
  .col-lg-15pc {
    width: 15%;
  }
  .col-lg-18pc {
    width: 18%;
  }
  .col-lg-17-5pc {
    width: 17.5%;
  }
  .col-lg-22pc {
    width: 22%;
  }
  .col-lg-30pc {
    width: 30%;
  }
  .col-lg-35pc {
    width: 35%;
  }
  .col-lg-40pc {
    width: 40%;
  }
  .col-lg-45pc {
    width: 45%;
  }
  .col-lg-46pc {
    width: 45.45%;
  }
  .col-lg-48pc {
    width: 48%;
  }
  .col-lg-54pc {
    width: 54.50%;
  }
  .col-lg-55pc {
    width: 55%;
  }
  .col-lg-58pc {
    width: 58%;
  }
  .col-lg-60pc {
    width: 60%;
  }
  .col-lg-65pc {
    width: 65%;
  }
  .col-lg-70pc {
    width: 70%;
  }
  .col-lg-75pc {
    width: 75%;
  }
  .col-lg-80pc {
    width: 80%;
  }
  .col-lg-85pc {
    width: 85%;
  }
  .col-lg-87pc {
    width: 87%;
  }
  .col-lg-88pc {
    width: 88%;
  }
  .col-lg-91pc {
    width: 91%;
  }
  .BB-wraper .col-lg-10 {
    width: 9.65811965811%;
  }
  .BB-wraper .col-lg-4 {
    width: 25.7264957264%;
  }
  .BB-wraper .col-lg-24-8pc {
    width: 24.871794871%;
  }
  .BB-wraper .col-lg-19-1pc {
    width: 19.145299145%;
  }
  .BB-wraper .col-lg-16-3pc {
    width: 16.324786324%;
  }
  .BB-wraper .col-lg-4-2pc {
    width: 4.2735042735%;
  }
  .BB-wraper .col-lg-44pc {
    width: 44%;
  }
  .BB-wraper .col-lg-12pc {
    width: 12%;
  }
  .passenger-box {
    width: 160%;
  }
  .passenger-box ul li a {
    padding: 10px 15px;
  }
  .list-style-5.margin-right-xxlrg {
    margin-right: 60px !important;
  }
  .extra-mar-top {
    margin-top: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 990px) {
  .passenger-box ul li a {
    padding: 10px 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
.responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.img-retina {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .img-retina {
    display: block;
  }
  .img-retina + img {
    display: none;
  }
}
.dark-dropdowns .dropdown-menu {
  margin: 0;
  border: 0;
  background-color: #008374;
}
.dark-dropdowns .dropdown-menu li > a {
  padding-left: 40px;
  color: #ffffff;
}
.dark-dropdowns .dropdown-menu li > a:hover,
.dark-dropdowns .dropdown-menu li > a:focus {
  color: #ffffff;
  background-color: #006257;
}
.dark-dropdowns .dropdown-menu .active > a,
.dark-dropdowns .dropdown-menu .active > a:hover,
.dark-dropdowns .dropdown-menu .active > a:focus {
  color: #ffffff;
  background-color: #006257;
}
.dark-dropdowns .dropdown-menu.styleguide {
  display: block;
  position: relative;
  margin: 20px;
}
.dropdown-style1 {
  background: #ffffff;
  padding: 23px 15px 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.dropdown-style1 .dropdown-list {
  display: none;
}
.dropdown-style1.active .dropdown-list {
  display: block;
}
.dropdown-style1 .list-head {
  padding: 0 0 10px 5px;
}
.dropdown-style1 .list-item {
  padding: 5px;
}
.dropdown-style1 a.interactive {
  display: block;
}
.dropdown-style1 a.interactive:hover .list-item {
  background: #008374;
  color: #ffffff;
}
.dropdown-style1 a.interactive.selected {
  background: #008374;
  color: #ffffff;
}
.dropdown-style2.default-width {
  min-width: 175px;
}
.dropdown-style2 .interactive-head {
  color: #666666;
}
.dropdown-style2:hover,
.dropdown-style2:active,
.dropdown-style2.active {
  background: #55aea4;
}
.dropdown-style2:hover .interactive-head,
.dropdown-style2:active .interactive-head,
.dropdown-style2.active .interactive-head {
  color: #ffffff;
}
.dropdown-style2 .drop-list {
  min-width: 195px;
  z-index: 2;
}
.dropdown-style2 .interactive:hover,
.dropdown-style2 .interactive:active,
.dropdown-style2 .interactive.active {
  background: #008374;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
}
.dropdown-menu.open {
  display: block;
}
.dropdown-menu.left {
  left: 0;
}
.dropdown-menu.right {
  right: 0;
}
.dropdown-menu .content-wrap {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 100%;
}
.dropdown-menu-countrycode {
  position: absolute;
  border: solid 1px #cccccc;
  width: 260%;
  left: 0;
  height: 200px;
  overflow: auto;
  background-color: #ffffff;
  z-index: 1;
  padding-left: 15px;
}
.Grad-1 {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}
.Grad-2 {
  background: #89ba16;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #89ba16), color-stop(1, #9cc53b));
  background: -ms-linear-gradient(bottom, #89ba16, #9cc53b);
  background: -moz-linear-gradient(center bottom, #89ba16 0%, #9cc53b 100%);
  background: -o-linear-gradient(#9cc53b, #89ba16);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc53b', endColorstr='#89ba16', GradientType=0);
}
.Grad-3 {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.index-bg {
  background: url(../images/bg.jpg) no-repeat center fixed;
  -webkit-text-size-adjust: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 40px;
}
/**** Home page slider style**/
#slides_control.relative {
  position: relative;
}
/***** Travel extra Caraousal ****/
.TE_caraousal ol {
  bottom: 15%!important;
}
.ei-datepicker .ui-helper-clearfix {
  min-height: 0;
  /* support: IE7; */
}
.ei-datepicker .ui-helper-clearfix:before,
.ei-datepicker .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ei-datepicker .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ei-datepicker .ui-datepicker {
  margin: 0 50px;
  position: relative;
  width: auto !important;
}
.ei-datepicker .ui-datepicker .ui-state-disabled {
  zoom: 1;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  cursor: default;
}
.ei-datepicker .ui-datepicker .ui-datepicker-group {
  float: left;
  width: 33.3%;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header {
  color: #666666;
  font-weight: bold;
  background: inherit;
  border: 0;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 11px 20px;
  font-size: 0.8125em;
  text-align: center;
}
.ei-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title h3 {
  line-height: 20px;
  font-size: 1em;
}
.ei-datepicker .ui-datepicker .ui-datepicker-prev,
.ei-datepicker .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  height: 24px;
  margin-top: -7px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 14px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-prev span,
.ei-datepicker .ui-datepicker .ui-datepicker-next span {
  visibility: hidden;
}
.ei-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ei-datepicker .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  cursor: default;
}
.ei-datepicker .ui-datepicker .ui-datepicker-prev {
  background: url(/images/arrow_left.png) 50% 50% no-repeat transparent;
  left: -30px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-next {
  background: url(/images/arrow_right.png) 50% 50% no-repeat transparent;
  right: -30px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar {
  font-size: 15px;
  margin: 0 auto;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar th {
  padding: 1px 0px 0px 1px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar th span {
  background: #008374;
  color: #ffffff;
  display: block;
  font-weight: normal;
  font-size: 0.8125em;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 37px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td {
  padding: 1px 0px 0px 1px;
  position: relative;
  z-index: 1;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td:hover {
  z-index: 4;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
  z-index: 3;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound {
  z-index: 2;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
  background: #e5e5e5;
  color: #006257;
  display: block;
  font-weight: normal;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 37px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus:after {
  display: none;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month:before {
  background: #e5e5e5;
  color: #006257;
  display: block;
  font-weight: normal;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 37px;
  content: ' ';
  left: 1px;
  position: absolute;
  top: 1px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month:before:focus:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month:before:focus:after {
  display: none;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month.ui-datepicker-week-end:before {
  background: #dadada;
}
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end .ui-state-default:after {
  border-left-color: #dadada;
}
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end .ui-state-default:after {
  border-right-color: #dadada;
}
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default {
  background: #008374;
  color: #ffffff;
}
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default {
  background: #008374;
  color: #ffffff;
}
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:hover,
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:hover,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover,
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:focus,
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:focus,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus {
  background: #e5e5e5;
  color: #006257;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default {
  border: 2px solid #008374;
  line-height: 33px;
  z-index: 2;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default:after {
  border: solid transparent;
  border-width: 9px;
  content: ' ';
  height: 0;
  margin-top: -9px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 9999;
}
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default,
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover,
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus {
  border-color: #008374;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day.ui-state-outbound .ui-state-default,
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover,
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:focus {
  border-color: #008374;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default:before,
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:before {
  border-right: 0;
  border-left: 9px solid #ffffff;
  left: 100%;
  margin-left: 0;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default:after,
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:after {
  border-right: 0;
  border-left: 9px solid #008374;
  left: 100%;
  margin-left: -1px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default:before,
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:before {
  border-left: 0;
  border-right: 9px solid #ffffff;
  right: 100%;
  margin-right: 0;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default:after,
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default:after {
  border-left: 0;
  border-right: 9px solid #008374;
  right: 100%;
  margin-right: -1px;
}
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:before {
  border-right: 0;
  border-left: 9px solid #008374;
  left: 100%;
  margin-left: -1px;
}
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:after {
  border-right: 0;
  border-left: 9px solid #e5e5e5;
  left: 100%;
  margin-left: -4px;
}
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:before {
  border-left: 0;
  border-right: 9px solid #008374;
  right: 100%;
  margin-right: -1px;
}
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover:after {
  border-left: 0;
  border-right: 9px solid #e5e5e5;
  right: 100%;
  margin-right: -4px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default:hover {
  border-color: transparent;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default:hover:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default:hover:after {
  display: none;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day.ui-state-outbound .ui-state-default:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day.ui-state-inbound .ui-state-default:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default:hover:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default:hover:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day.ui-state-outbound .ui-state-default:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day.ui-state-inbound .ui-state-default:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-outbound .ui-state-default:hover:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-inbound .ui-state-default:hover:after,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:after {
  display: none;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:before,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:after {
  display: block;
}
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:before {
  border-right: 0;
  border-left: 9px solid #008374;
  left: 100%;
  margin-left: -1px;
}
.outDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:after {
  border-right: 0;
  border-left: 9px solid #ffffff;
  left: 100%;
  margin-left: -4px;
}
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:before {
  border-left: 0;
  border-right: 9px solid #008374;
  right: 100%;
  margin-right: -1px;
}
.inDate .ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default:hover:after {
  border-left: 0;
  border-right: 9px solid #ffffff;
  right: 100%;
  margin-right: -4px;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-state-range .ui-state-default {
  background: #ffffff;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default:hover {
  background: url(/images/stripe1.png) 0 0 repeat transparent;
  color: #999999;
}
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end.ui-datepicker-unselectable .ui-state-default,
.ei-datepicker .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end.ui-datepicker-unselectable .ui-state-default:hover {
  background: url(/images/stripe2.png) 0 0 repeat transparent;
}
.ei-datepicker .ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ei-datepicker .ui-datepicker-today:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 4px;
  border: 4px solid #008374;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ei-datepicker .ui-datepicker-today.ui-datepicker-unselectable:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 4px;
  border: 4px solid #008374;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #999999;
  border-right-color: #999999;
}
.inDate .ei-datepicker .ui-datepicker-today.ui-datepicker-current-day.ui-state-outbound:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 4px;
  border: 4px solid #008374;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #008374;
  border-right-color: #008374;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #008374;
  color: #ffffff;
}
.no-selection-color ::selection {
  background: transparent;
  color: inherit;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 24, 2012 */
@font-face {
  font-family: 'yeseva';
  src: url('../fonts/yesevaone.eot');
  src: url('../fonts/yesevaone.eot?#iefix') format('embedded-opentype'), url('../fonts/yesevaone.woff2') format('woff2'), url('../fonts/yesevaone.woff') format('woff'), url('../fonts/yesevaone.ttf') format('truetype'), url('../fonts/yesevaone.svg#yeseva_oneregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vidaloka';
  src: url('../fonts/vidaloka.eot');
  src: url('../fonts/vidaloka.eot?#iefix') format('embedded-opentype'), url('../fonts/vidaloka.woff2') format('woff2'), url('../fonts/vidaloka.woff') format('woff'), url('../fonts/vidaloka.ttf') format('truetype'), url('../fonts/vidaloka.svg#vidaloka_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_caps_bookregular';
  src: url('../fonts/cartogothiccaps-book-webfont.eot');
  src: url('../fonts/cartogothiccaps-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothiccaps-book-webfont.woff') format('woff'), url('../fonts/cartogothiccaps-book-webfont.ttf') format('truetype'), url('../fonts/cartogothiccaps-book-webfont.svg#cartogothic_caps_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_caps_lightregular';
  src: url('../fonts/cartogothiccaps-light-webfont.eot');
  src: url('../fonts/cartogothiccaps-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothiccaps-light-webfont.woff') format('woff'), url('../fonts/cartogothiccaps-light-webfont.ttf') format('truetype'), url('../fonts/cartogothiccaps-light-webfont.svg#cartogothic_caps_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_bookbold';
  src: url('../fonts/cartogothicpro-black-webfont.eot');
  src: url('../fonts/cartogothicpro-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-black-webfont.woff') format('woff'), url('../fonts/cartogothicpro-black-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-black-webfont.svg#cartogothic_pro_bookbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_bookBdIt';
  src: url('../fonts/cartogothicpro-blackitalic-webfont.eot');
  src: url('../fonts/cartogothicpro-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-blackitalic-webfont.woff') format('woff'), url('../fonts/cartogothicpro-blackitalic-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-blackitalic-webfont.svg#cartogothic_pro_bookBdIt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_lightbold';
  src: url('../fonts/cartogothicpro-bold-webfont.eot');
  src: url('../fonts/cartogothicpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-bold-webfont.woff') format('woff'), url('../fonts/cartogothicpro-bold-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-bold-webfont.svg#cartogothic_pro_lightbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_lightBdIt';
  src: url('../fonts/cartogothicpro-bolditalic-webfont.eot');
  src: url('../fonts/cartogothicpro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-bolditalic-webfont.woff') format('woff'), url('../fonts/cartogothicpro-bolditalic-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-bolditalic-webfont.svg#cartogothic_pro_lightBdIt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_bookregular';
  src: url('../fonts/cartogothicpro-book-webfont.eot');
  src: url('../fonts/cartogothicpro-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-book-webfont.woff') format('woff'), url('../fonts/cartogothicpro-book-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-book-webfont.svg#cartogothic_pro_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_bookitalic';
  src: url('../fonts/cartogothicpro-italic-webfont.eot');
  src: url('../fonts/cartogothicpro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-italic-webfont.woff') format('woff'), url('../fonts/cartogothicpro-italic-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-italic-webfont.svg#cartogothic_pro_bookitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_lightregular';
  src: url('../fonts/cartogothicpro-light-webfont.eot');
  src: url('../fonts/cartogothicpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-light-webfont.woff') format('woff'), url('../fonts/cartogothicpro-light-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-light-webfont.svg#cartogothic_pro_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cartogothic_pro_lightitalic';
  src: url('../fonts/cartogothicpro-lightitalic-webfont.eot');
  src: url('../fonts/cartogothicpro-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cartogothicpro-lightitalic-webfont.woff') format('woff'), url('../fonts/cartogothicpro-lightitalic-webfont.ttf') format('truetype'), url('../fonts/cartogothicpro-lightitalic-webfont.svg#cartogothic_pro_lightitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  color: #333333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.b,
b {
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.i {
  font-style: italic;
}
.light {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.book {
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: inherit;
  line-height: 1.1em;
  color: inherit;
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1.xl {
  font-size: 3.5em;
}
h1 {
  font-size: 3.12em;
}
h2 {
  font-size: 1.875em;
}
h2.h2-lrg {
  font-size: 2.5em;
}
h3 {
  font-size: 1.56em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 0.937em;
}
h6 {
  font-size: 0.75em;
}
.yeseva {
  font-family: "yeseva", Georgia, "Times New Roman", Times, serif;
}
.vidaloka {
  font-family: "vidaloka", Georgia, "Times New Roman", Times, serif;
}
.xxxxl {
  font-size: 7em;
}
.xxxl1 {
  font-size: 4.9em;
}
.xxxl {
  font-size: 3.5em;
}
.xxl3 {
  font-size: 3em;
}
.xxl2 {
  font-size: 2.5em;
}
.xxl {
  font-size: 1.875em;
}
.xxl1 {
  font-size: 2.25em;
}
.xl {
  font-size: 1.25em;
}
.xl2 {
  font-size: 1.5em;
}
.l {
  font-size: 1em;
}
.l2 {
  font-size: 1.125em;
}
.ml {
  font-size: 0.937em;
}
.m {
  font-size: 0.875em;
}
.s {
  font-size: 0.8125em;
}
.xs {
  font-size: 0.75em;
}
.xs2 {
  font-size: 0.7em;
}
.xxs {
  font-size: 0.625em;
}
.line-height-xl {
  line-height: 1.3em;
}
.leading-l {
  letter-spacing: 2px;
}
.black {
  color: #000000;
}
.gray-0 {
  color: #ffffff;
}
.gray-1 {
  color: #111111;
}
.gray-2 {
  color: #222222;
}
.gray-3 {
  color: #333333;
}
.gray-4 {
  color: #444444;
}
.gray-5 {
  color: #555555;
}
.gray-6 {
  color: #666666;
}
.gray-7 {
  color: #767676;
}
.gray-8 {
  color: #888888;
}
.gray-9 {
  color: #999999;
}
.gray-10 {
  color: #999999;
}
.gray-11 {
  color: #999999;
}
.gray-12 {
  color: #999999;
}
.gray-13 {
  color: #cccccc;
}
.gray-14 {
  color: #eeeeee;
}
.gray-20 {
  color: #e5e5e5;
}
.gray-6-bg {
  background-color: #666666;
}
.gray-11-bg {
  background-color: #f1f1f1;
}
.gray-12-bg {
  background-color: #f9f9f9;
}
.gray-13-bg {
  background-color: #cccccc;
}
.gray-14-bg {
  background-color: #eeeeee;
}
.gray-16-bg {
  background-color: #f3f3f3;
}
.gray-0-bg {
  background-color: #ffffff;
}
.orange-bg {
  background-color: #ff8800;
}
.orange-pale-bg {
  background-color: #ffe7cd;
}
.shamrockGreen {
  color: #89ba16;
}
.shamrockGreenLight {
  color: #8abb14;
}
.shamrockGreenDark {
  color: #678b10;
}
.tealGreenDark {
  color: #006257;
}
.tealGreen {
  color: #008374;
}
.tealGreen25 {
  color: #40a297;
}
.tealGreen50 {
  color: #80c1ba;
}
.tealGreen75 {
  color: #bfe0dc;
}
.tealGreenLight {
  color: #cfe8e5;
}
.tealGreenV2 {
  color: #afd8d3;
}
.tealGreenV3 {
  color: #d8ecea;
}
.tealGreenV4 {
  color: #8aba18;
}
.tealGreenLightV1 {
  color: #41a297;
}
.tealGreenLightV1bg {
  background-color: #41a297;
}
.tealGreenLightV2 {
  color: #55aea4;
}
.tealGreenLightVariation3 {
  color: #007668;
}
.darkgreen {
  color: #224d58;
}
.darkgreen55 {
  color: #2b606e;
}
.deepBlueDark150 {
  color: #275161;
}
.tealGreenLightV2bg {
  background-color: #55aea4;
}
.tealGreenbg {
  background-color: #008374;
}
.tealGreen25bg {
  background-color: #40a297;
}
.tealGreenDarkbg {
  background-color: #006257;
}
.shamrockGreenDarkbg {
  background-color: #678b10;
}
.tealGreen50bg {
  background-color: #80c1ba;
}
.tealGreenVariation6bg {
  background-color: #1a9082;
}
.bg-tealGreen-opacity {
  position: relative;
  padding: 0;
  margin: 0;
}
.bg-tealGreen-opacity:before {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #008374;
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  content: "";
}
.bg-black-opacity {
  position: relative;
  padding: 0;
  margin: 0;
}
.bg-black-opacity:before {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  zoom: 1;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  content: "";
}
.deepBlue55 {
  color: #587895;
}
.deepBlue {
  color: #336699;
}
.skyBlueDark75 {
  color: #2987c5;
}
.skyBlueDark50 {
  color: #309fe8;
}
.deepBlue25 {
  color: #638fb6;
}
.blueVariation2 {
  color: #54c2e5;
}
.red {
  color: #e5615d;
}
.red-bg {
  background: #e5615d;
}
.redVariation {
  color: #e65f5f;
}
.terracotta {
  color: #e17c66;
}
.yellow {
  color: #ecd462;
}
.yellow-orange {
  color: #fdc200;
}
.orange {
  color: #ff8800;
}
.fb-blue-bg {
  background: #3b5998;
}
.button:hover.fb-blue-bg,
.button:hover .fb-blue-bg {
  background: #4c70ba;
}
.button:active.fb-blue-bg,
.button:active .fb-blue-bg {
  background: #2d4373;
}
.twitter-blue-bg {
  background: #55acee;
}
.button:hover.twitter-blue-bg,
.button:hover .twitter-blue-bg {
  background: #83c3f3;
}
.button:active.twitter-blue-bg,
.button:active .twitter-blue-bg {
  background: #2795e9;
}
.in-blue-bg {
  background: #007bb6;
}
.button:hover.in-blue-bg,
.button:hover .in-blue-bg {
  background: #009de9;
}
.button:active.in-blue-bg,
.button:active .in-blue-bg {
  background: #005983;
}
.mrgn-lft25 {
  margin-left: 25px;
}
.mrgn-top36 {
  margin-top: 36px;
}
.mrgn-top60 {
  margin-top: 60px;
}
.margin-top80 {
  margin-top: 80px;
}
.mrgn-btm {
  margin-bottom: 15px;
}
.uppercase {
  text-transform: uppercase;
}
a {
  color: #008374;
  text-decoration: none;
}
a.info {
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: red;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.subtext-link {
  color: #999999;
  text-decoration: underline;
}
a.subtext-link:hover,
a.subtext-link:focus {
  color: #999999;
}
a.subtext-link1 {
  color: #ffffff;
  text-decoration: underline;
  line-height: 2em;
}
a.subtext-link1:hover {
  text-decoration: none;
}
a.subtext-link2 {
  text-decoration: underline;
}
a.subtext-link2:hover {
  text-decoration: none;
}
a.active-state {
  background: #40a297;
  color: #ffffff;
}
a.active-state:hover,
a.active-state span {
  color: #ffffff;
}
.underline-dotted {
  text-decoration-style: dotted;
}
cite {
  font-style: normal;
  background: #ff0000;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.highlight {
  border-radius: 3px;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee -moz-use-text-color #ffffff;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
hr.dash {
  border: none;
  border-top: dashed 2px #ccc;
}
hr.dash-green {
  border: none;
  border-top: dashed 2px #40a297;
}
hr.bg {
  position: absolute;
  height: 1px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 50%;
}
hr.solid {
  border: none;
  border-top: solid 1px #f1f1f1;
  margin: 0;
  padding: 0;
}
hr.solid.border-tealGreen {
  border-top: solid 5px #008374;
}
hr.solid.border-tealGreen25 {
  border-top: solid 5px #40a297;
}
hr.solid.border-shamrockGreen {
  border-top: solid 5px #8abb14;
}
hr.solid.border-gray-10 {
  border-top: solid 1px #efefef;
}
hr.solid.border-gray-0 {
  border-top: solid 1px #ffffff;
}
hr.solid.border-deepBlue25 {
  border-top: solid 5px #638fb6;
}
hr.solid.border-deepBlue {
  border-top: solid 5px #336699;
}
hr.solid.border-tealGreen1 {
  border-top: solid 1px #008374;
}
hr.solid.border-gray-20 {
  border-top: solid 4px #e5e5e5;
}
hr.dot {
  border: none;
  border-top: 1px dashed #666666;
  padding: 0;
}
hr.border-deepBlue25 {
  border-top: solid 5px #638fb6;
  width: 100%;
}
hr.border-skyBlueDark50 {
  border-top: solid 5px #309fe8;
  width: 100%;
}
hr.border-red {
  border-top: solid 5px #f05d5d;
  width: 100%;
}
hr .border-dashed {
  border-bottom: 1px dashed #80c1ba;
}
.shadow-black-75 {
  filter: dropshadow(color=#000000, offx=1, offy=1);
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.75);
}
.font-xs-100pc {
  font-size: 1em;
}
.font-xs-80pc {
  font-size: 0.8em;
}
.font-xs-60pc {
  font-size: 0.6em;
}
.font-xs-50pc {
  font-size: 0.5em;
}
@media (min-width: 768px) {
  .font-sm-100pc {
    font-size: 1em;
  }
  .font-sm-80pc {
    font-size: 0.8em;
  }
  .font-sm-50pc {
    font-size: 0.5em;
  }
}
@media (min-width: 990px) {
  .font-md-100pc {
    font-size: 1em;
  }
  .font-md-80pc {
    font-size: 0.8em;
  }
  .font-md-50pc {
    font-size: 0.5em;
  }
}
@media (min-width: 1200px) {
  .font-lg-100pc {
    font-size: 1em;
  }
  .font-lg-80pc {
    font-size: 0.8em;
  }
  .font-lg-50pc {
    font-size: 0.5em;
  }
}
@font-face {
  font-family: 'country-icons-Bold';
  src: url('../fonts/countryfont-Bold.eot');
  src: url('../fonts/countryfont-Bold?#iefix') format('embedded-opentype'), url('../fonts/countryfont-Bold.woff') format('woff'), url('../fonts/countryfont-Bold.ttf') format('truetype'), url('../fonts/countryfont-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'country-icons-Light';
  src: url('../fonts/countryfont-Light.eot');
  src: url('../fonts/countryfont-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/countryfont-Light.woff') format('woff'), url('../fonts/countryfont-Light.ttf') format('truetype'), url('../fonts/countryfont-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'country-icons';
  src: url('../fonts/countryfont-Regular.eot');
  src: url('../fonts/countryfont-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/countryfont-Regular.woff') format('woff'), url('../fonts/countryfont-Regular.ttf') format('truetype'), url('../fonts/countryfont-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-last';
  src: url('../fonts/aer-lingus-icons-last-Regular.eot');
  src: url('../fonts/aer-lingus-icons-last-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-last-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-last-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-last-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Light-last';
  src: url('../fonts/aer-lingus-icons-last-Light.eot');
  src: url('../fonts/aer-lingus-icons-last-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-last-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-last-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-last-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Bold-last';
  src: url('../fonts/aer-lingus-icons-last-Bold.eot');
  src: url('../fonts/aer-lingus-icons-last-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-last-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-last-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-last-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-p2';
  src: url('../fonts/aer-lingus-icons-p2-Regular.eot');
  src: url('../fonts/aer-lingus-icons-p2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p2-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-p2-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p2-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Light-p2';
  src: url('../fonts/aer-lingus-icons-p2-Light.eot');
  src: url('../fonts/aer-lingus-icons-p2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p2-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-p2-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p2-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Bold-p2';
  src: url('../fonts/aer-lingus-icons-p2-Bold.eot');
  src: url('../fonts/aer-lingus-icons-p2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p2-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-p2-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p2-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-p1';
  src: url('../fonts/aer-lingus-icons-p1-Regular.eot');
  src: url('../fonts/aer-lingus-icons-p1-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p1-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-p1-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p1-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Light-p1';
  src: url('../fonts/aer-lingus-icons-p1-Light.eot');
  src: url('../fonts/aer-lingus-icons-p1-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p1-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-p1-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p1-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-Bold-p1';
  src: url('../fonts/aer-lingus-icons-p1-Bold.eot');
  src: url('../fonts/aer-lingus-icons-p1-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-p1-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-p1-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-p1-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-last';
  src: url('../fonts/aer-lingus-icons-old-last-Regular.eot');
  src: url('../fonts/aer-lingus-icons-old-last-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-last-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-old-last-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-last-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Light-last';
  src: url('../fonts/aer-lingus-icons-old-last-Light.eot');
  src: url('../fonts/aer-lingus-icons-old-last-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-last-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-old-last-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-last-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Bold-last';
  src: url('../fonts/aer-lingus-icons-old-last-Bold.eot');
  src: url('../fonts/aer-lingus-icons-old-last-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-last-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-old-last-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-last-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-p2';
  src: url('../fonts/aer-lingus-icons-old-p2-Regular.eot');
  src: url('../fonts/aer-lingus-icons-old-p2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p2-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p2-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p2-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Light-p2';
  src: url('../fonts/aer-lingus-icons-old-p2-Light.eot');
  src: url('../fonts/aer-lingus-icons-old-p2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p2-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p2-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p2-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Bold-p2';
  src: url('../fonts/aer-lingus-icons-old-p2-Bold.eot');
  src: url('../fonts/aer-lingus-icons-old-p2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p2-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p2-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p2-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-p1';
  src: url('../fonts/aer-lingus-icons-old-p1-Regular.eot');
  src: url('../fonts/aer-lingus-icons-old-p1-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p1-Regular.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p1-Regular.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p1-Regular.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Light-p1';
  src: url('../fonts/aer-lingus-icons-old-p1-Light.eot');
  src: url('../fonts/aer-lingus-icons-old-p1-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p1-Light.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p1-Light.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p1-Light.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
@font-face {
  font-family: 'aer-lingus-icons-old-Bold-p1';
  src: url('../fonts/aer-lingus-icons-old-p1-Bold.eot');
  src: url('../fonts/aer-lingus-icons-old-p1-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/aer-lingus-icons-old-p1-Bold.woff') format('woff'), url('../fonts/aer-lingus-icons-old-p1-Bold.ttf') format('truetype'), url('../fonts/aer-lingus-icons-old-p1-Bold.svg#670e8180add7b4d29eed4cf264057367') format('svg');
}
[data-icon]:before,
.al-icon {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: .65;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.country-icon {
  font-family: "country-icons" !important;
}
[data-icon].icon-line-height-xl:before,
.al-icon.icon-line-height-xl {
  line-height: 0.95;
}
[data-icon].icon-line-height-l:before,
.al-icon.icon-line-height-l {
  line-height: 0.85;
}
[data-icon].icon-line-height-m:before,
.al-icon.icon-line-height-m {
  line-height: 0.55;
}
[data-icon].less-line-height:before,
.al-icon.less-line-height {
  line-height: .47;
}
[data-icon].icon-line-height-s:before,
.al-icon.icon-line-height-s {
  line-height: .3em;
}
[data-icon].light:before {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif !important;
}
[data-icon].b:before {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif !important;
}
[data-icon].b:before.line-height-s {
  line-height: .3;
}
.icon-block {
  width: 1em;
  height: 1em;
  line-height: 1;
}
.icon-s {
  font-size: 1.5em;
}
.icon-m {
  font-size: 2em;
}
.icon-m2 {
  font-size: 2.5em;
}
.icon-l {
  font-size: 3em;
}
.icon-xl {
  font-size: 4em;
}
.icon-xxl {
  font-size: 5em;
}
.icon-xxxl {
  font-size: 6em;
}
.icon-xxxxl {
  font-size: 7em;
}
.icon-xxxxl2 {
  font-size: 7.5em;
}
.icon-xl8 {
  font-size: 8em;
}
.icon-xl9 {
  font-size: 9em;
}
.icon-xl10 {
  font-size: 10em;
}
.icon-xl12 {
  font-size: 12em;
}
.icon-xl15 {
  font-size: 15em;
}
.label {
  background: #80c1ba;
  color: #ffffff;
  display: inline;
  padding: .2em .5em .2em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1em;
}
.label[href] {
  background: #cccccc;
  color: #ffffff;
}
.label[href]:hover,
.label[href]:focus {
  color: red;
  background: #cccccc;
  text-decoration: none;
  cursor: pointer;
}
.label.tooltip-label {
  cursor: pointer;
  background: #cccccc;
  color: #ffffff;
  position: relative;
}
.labelDark {
  background: #40a297;
  color: #ffffff;
  display: inline;
  padding: .3em .6em .3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1em;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.svg-out .glyphicon,
.svg-out .glyphicon.v-align-child {
  display: none !important;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-rotate-45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.glyphicon-rotate90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicon-rotate-90 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.glyphicon-remove-sign {
  cursor: pointer;
}
.glyphicon-btn {
  padding-left: 10px;
  vertical-align: middle;
  top: -2px;
}
.glyphicon-btn-big {
  font-size: 2.4375em;
  vertical-align: middle;
}
.al-glyphicon-search {
  background: #8cbb15 url(../images/search-btn.png) center center no-repeat;
}
.hdr-block {
  position: relative;
}
.hdr-block h1,
.hdr-block h2,
.hdr-block h3,
.hdr-block h4 {
  line-height: 1em;
}
.hdr-block .label {
  position: absolute;
  top: 1.5em;
  right: 0;
}
.hdr-block .label.less-top {
  top: 0.5em;
}
.hdr-block.h2 {
  margin: 58px 0 15px 0;
}
.hdr-block.h2 h2 {
  padding: 0 25px;
}
.hdr-block.h2 .icon-wrpr {
  margin-left: -75px;
  top: -6px;
}
.hdr-block.h2 .icon-wrpr.rotate-left {
  top: -17px;
}
.hdr-block.h2 .subtext {
  display: block;
  margin: 13px 0 0 0;
}
.hdr-block.heading2 {
  margin: 75px 0 25px;
}
.hdr-block.h3 {
  top: -4px;
  margin-bottom: 22px;
}
.hdr-block.h3 h3 {
  padding: 0 0 6px 0;
}
.hdr-block.heading3 {
  margin: 50px 0 22px 0;
}
.hdr-block.heading4 {
  margin-bottom: 50px;
}
.hdr-block.heading5 {
  margin: 50px 0 45px;
}
button {
  outline: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  outline: 0;
  border-radius: 3px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.btn:active,
.btn.active {
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  zoom: 1;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-style1 {
  background: #89ba16;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #89ba16), color-stop(1, #9cc53b));
  background: -ms-linear-gradient(bottom, #89ba16, #9cc53b);
  background: -moz-linear-gradient(center bottom, #89ba16 0%, #9cc53b 100%);
  background: -o-linear-gradient(#9cc53b, #89ba16);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc53b', endColorstr='#89ba16', GradientType=0);
  line-height: 2.5em;
  min-width: 135px;
  padding: 0 10px;
}
.btn.btn-style1.extra-width {
  min-width: 150px;
}
.btn.btn-style1.extra-padding {
  padding: 0px 20px;
}
.btn.btn-style2 {
  background: #89ba16;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #89ba16), color-stop(1, #9cc53b));
  background: -ms-linear-gradient(bottom, #89ba16, #9cc53b);
  background: -moz-linear-gradient(center bottom, #89ba16 0%, #9cc53b 100%);
  background: -o-linear-gradient(#9cc53b, #89ba16);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc53b', endColorstr='#89ba16', GradientType=0);
  line-height: 2.45em;
  padding: 0 10px;
  min-width: 235px;
}
.btn.btn-style3 {
  background: #d47311;
  margin: 0;
  padding: 0;
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
}
.btn.btn-style3::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn.btn-style3 .btn-style3-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 2.75em;
  display: inline-block;
  padding: 0 8px 0 20px;
  background: #ff8800;
  position: relative;
}
.btn.btn-style3 .btn-style3-left:after {
  content: "";
  position: absolute;
  right: -10px;
  border-color: transparent transparent transparent #ff8800;
  border-style: solid;
  border-width: 22px 0 22px 12px;
}
.btn.btn-style3 .btn-style3-right {
  color: #ffffff;
  padding: 0 15px;
  vertical-align: middle;
  font-family: "cartogothic_pro_bookbold", Helvetica, Arial, sans-serif;
}
.btn.add-btn-added {
  background-color: #678b10;
}
.btn.add-btn-added .btn-style3-left {
  background-color: #89ba16;
}
.btn.add-btn-added .btn-style3-left:after {
  border-color: transparent transparent transparent #89ba16;
}
.btn.btn-style4 {
  background: none;
  color: #80c1ba;
  outline: 0;
  padding: 0;
}
.btn.btn-style4:focus {
  outline: 0;
}
.btn.btn-style4 .glyphicon-btn-big {
  padding-right: 5px;
}
.btn.btn-style5 {
  background: none;
}
.btn.btn-style6 {
  padding: 0 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ab6d9c;
  line-height: 1.96em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.simple-btn {
  background: #cccccc;
  line-height: 1.8em;
  padding: 0 10px;
}
.btn.simple-btn.extra-padding {
  padding: 5px 20px;
}
.btn.btn-style7 {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  padding: 0 15px;
  border: 1px solid #cccccc;
}
.btn.btn-style8 {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  padding: 0 15px;
  border: 1px solid #cccccc;
  padding: 10px;
  line-height: 1.3em;
}
.btn.btn-style9 {
  background-color: #ff8800;
  line-height: 2em;
  padding: 0 25px;
}
.btn.btn-style12 {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  line-height: 2.2em;
  padding: 0 10px;
  min-width: 200px;
  color: #333333;
}
.btn.btn-style13 {
  background-color: transparent;
  line-height: 1.8em;
  border: solid 2px #ffffff;
  color: #ffffff;
}
.btn.btn-style15 {
  background-color: transparent;
  line-height: 1.8em;
  border: solid 2px #89ba16;
  color: #89ba16;
  padding: 5px 20px 5px 20px;
}
.btn-style10 {
  background: none;
}
.btn-style10 span {
  display: block;
  background: #ffffff;
  border: solid 2px #bfe0dc;
  border-radius: 50%;
  font-size: 0.8125em;
  width: 54px;
  height: 54px;
  color: #40a297;
  line-height: 54px;
}
.btn-style10:hover span {
  background: #80c1ba;
  border: solid 2px #80c1ba;
  color: #fff !important;
}
.btn-style10.select span {
  background: #008374;
  border: solid 2px #008374;
  color: #ffffff;
}
.btn-style10.active span {
  background: #89ba16;
  border: solid 2px #89ba16;
  color: #ffffff;
}
.btn-style10.blur span {
  background: #ffffff;
  border: solid 2px #efefef;
  color: #efefef;
}
@media (max-width: 990px) {
  .btn-style10 div {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.btn-row {
  clear: both;
  padding: 20px 0;
}
.btn-row .btn {
  float: right;
}
.btn-style-arrow {
  background: #40a297;
}
.btn-style-arrow:after {
  position: absolute;
  top: 0;
  left: 44%;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #40a297;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.btn-style-arrow.selected-state:after,
.btn-style-arrow:hover:after {
  top: 100%;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.hover-fade {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.hover-fade:hover,
.hover-fade:focus,
.hover-fade.active {
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  zoom: 1;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
button {
  outline: 0;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  outline: 0;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button * {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:focus,
.button:active:focus,
.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.button:hover,
.button:focus {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}
.button:hover *,
.button:focus * {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button:active,
.button.active {
  will-change: all;
  -webkit-transition: all 0.01s ease-in;
  -moz-transition: all 0.01s ease-in;
  -o-transition: all 0.01s ease-in;
  -ms-transition: all 0.01s ease-in;
  transition: all 0.01s ease-in;
  outline: 0;
}
.button:active *,
.button.active * {
  will-change: all;
  -webkit-transition: all 0.01s ease;
  -moz-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  -ms-transition: all 0.01s ease;
  transition: all 0.01s ease;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button-standard {
  border-radius: 3px;
  line-height: 2.5em;
  min-width: 102px;
  padding: 0 .5em;
  border: 2px solid #f3f3f3;
}
.button-standard.less-lineheight {
  line-height: 2.2em;
}
.button-standard.less-lineheight2 {
  line-height: 2.3em;
}
.button-standard.less-lineheight3 {
  line-height: 2.15em;
}
.button-standard.extra-lineheight {
  line-height: 2.9em;
}
.button-standard.extra-lineheight2 {
  line-height: 2.85em;
}
.button-standard.less-lineheight1 {
  line-height: 1.8em;
}
.button-standard.min-width-initial {
  min-width: initial;
}
.button-standard.min-width1 {
  min-width: 117px;
}
.button-standard.min-width2 {
  min-width: 81px;
}
.button-standard.min-width3 {
  min-width: 147px;
}
.circle {
  border: 0 none transparent;
  border-radius: 100%;
}
.circle.button:focus svg,
.circle.button:hover svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.circle.button:active svg {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.circle,
.square {
  overflow: hidden;
  text-align: center;
}
.circle svg,
.square svg {
  max-width: 100%;
  height: auto;
}
.circle-x {
  color: #ffffff;
  fill: #ffffff;
  background-color: #999999;
}
.circle-x svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circle-x.button:focus,
.circle-x.button:hover {
  background-color: #cccccc;
}
.circle-x.button:focus svg,
.circle-x.button:hover svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.circle-xxxxl {
  width: 160px;
  height: 160px;
}
.circle-xxxl {
  width: 130px;
  height: 130px;
}
.circle-xxxl.center-margin-fix {
  margin-left: -75px;
}
.circle-xxl {
  width: 6.75em;
  height: 6.75em;
}
.circle-xxl svg {
  width: 40px;
  height: 6.7em;
}
.circle-xxl.center-margin-fix {
  margin-left: -3.375em;
}
.circle-xl {
  width: 3.375em;
  height: 3.375em;
}
.circle-xl svg {
  margin-top: .4em;
  width: 20px;
  height: 20px;
}
.circle-xl.center-margin-fix {
  margin-left: -1.6875em;
}
.circle-l {
  width: 2.5em;
  height: 2.5em;
}
.circle-l svg {
  margin-top: .5em;
  width: 20px;
  height: 20px;
  top: -2px;
  position: relative;
}
.circle-l.center-margin-fix {
  margin-left: -1.25em;
}
.circle-l2 {
  width: 2.125em;
  height: 2.125em;
}
.circle-m {
  width: 1.875em;
  height: 1.875em;
}
.circle-m svg {
  margin-top: .5em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.circle-m.center-margin-fix {
  margin-left: -0.9375em;
}
.circle-s {
  width: 1.625em;
  height: 1.625em;
}
.circle-s svg {
  margin-top: .3em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.circle-s.center-margin-fix {
  margin-left: -0.8125em;
}
.circle-xs {
  width: 1.25em;
  height: 1.25em;
}
.circle-xs svg {
  width: 10px;
  height: 20px;
  position: relative;
}
.circle-xs.center-margin-fix {
  margin-left: -0.625em;
}
.circle-xxs {
  width: 1em;
  height: 1em;
}
.circle-xxs svg {
  width: 10px;
  height: 10px;
  top: -2px;
  position: relative;
}
.circle-xxs.center-margin-fix {
  margin-left: -0.5em;
}
.button-s {
  line-height: 2em;
}
.button-shamrockGreen-gradient {
  border-color: #5d820c;
  background: -moz-linear-gradient(top, rgba(106, 149, 14, 0.5) 0%, rgba(80, 111, 10, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(106, 149, 14, 0.5)), color-stop(100%, rgba(80, 111, 10, 0.5)));
  background: -webkit-linear-gradient(top, rgba(106, 149, 14, 0.5) 0%, rgba(80, 111, 10, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(106, 149, 14, 0.5) 0%, rgba(80, 111, 10, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(106, 149, 14, 0.5) 0%, rgba(80, 111, 10, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(106, 149, 14, 0.5) 0%, rgba(80, 111, 10, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a950e', endColorstr='#506f0a', GradientType=0);
  background-color: #5d820c;
}
.button-shamrockGreen-gradient:hover,
.button-shamrockGreen-gradient:focus {
  background-color: #425d09;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#719e0f', endColorstr='#56790b', GradientType=0);
}
.button-shamrockGreen-gradient:active {
  background-color: #425d09;
}
.button-shamrockGreen-gradient.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.button-shamrockGreen-gradient.extra-width {
  min-width: 240px;
}
.button-shamrockGreen-gradient.line-height {
  line-height: 42px;
}
.button-shamrockGreen-gradient.line-height-s {
  line-height: 2em;
}
.button-orange-gradient {
  border-color: #ff8800;
  background: -moz-linear-gradient(top, rgba(255, 150, 31, 0.5) 0%, rgba(224, 120, 0, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 150, 31, 0.5)), color-stop(100%, rgba(224, 120, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 150, 31, 0.5) 0%, rgba(224, 120, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 150, 31, 0.5) 0%, rgba(224, 120, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 150, 31, 0.5) 0%, rgba(224, 120, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 150, 31, 0.5) 0%, rgba(224, 120, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff961f', endColorstr='#e07800', GradientType=0);
  background-color: #ff8800;
}
.button-orange-gradient:hover,
.button-orange-gradient:focus {
  background-color: #fab156;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa033', endColorstr='#f58300', GradientType=0);
}
.button-orange-gradient:active {
  background-color: #ff6600;
}
.button-orange-gradient.line-height {
  line-height: 2em;
}
.button-orange-gradient .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-orange {
  background-color: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
.button-orange .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-orange.button:hover {
  background-color: #ff8533;
}
.button-orange.button:active {
  background-color: #cc5200;
}
.button-white {
  background-color: #ffffff;
}
.button-gray {
  background-color: #767676;
}
.button-gray .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-gray.button:hover {
  background-color: #5d5d5d;
}
.button-gray.button:active {
  background-color: #434343;
}
.button-gray-l {
  background-color: #cccccc;
}
.button-gray-l .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-gray-l.button:hover {
  background-color: #e6e6e6;
}
.button-gray-l.button:active {
  background-color: #b3b3b3;
}
.button-teal {
  background-color: #008374;
  border-color: #008374;
}
.button-teal .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-teal.button:hover {
  background-color: #00b6a1;
}
.button-teal.button:active {
  background-color: #005047;
}
.button-teal-light {
  background-color: #80c1ba;
  border-color: #80c1ba;
}
.button-teal-light .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-teal-light.button:hover {
  background-color: #a2d2cd;
}
.button-teal-light.button:active {
  background-color: #5eb0a7;
}
.button-teal25 {
  background-color: #40a297;
  border-color: #40a297;
}
.button-teal25 .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-teal25.button:hover {
  background-color: #58bdb2;
}
.button-teal25.button:active {
  background-color: #327d75;
}
.button-teal75 {
  background-color: #bfe0dc;
  border-color: #bfe0dc;
}
.button-teal75 .icon {
  color: #66b5ac;
  fill: #66b5ac;
}
.button-teal75.button:hover {
  background-color: #e1f1ef;
}
.button-teal75.button:active {
  background-color: #9dcfc9;
}
.button-white-border {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button-white-border.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-white-border.button:active {
  background-color: transparent;
}
.button-white-border-dark-bg {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}
.button-white-border-dark-bg.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-white-border-dark-bg.button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.button-teal-light-border {
  color: #80c1ba;
  border-color: #80c1ba;
  background-color: #f3f3f3;
}
.button-teal-light-border .icon {
  color: #80c1ba;
  fill: #80c1ba;
}
.button-teal-light-border.button:hover {
  color: #a2d2cd;
  border-color: #a2d2cd;
}
.button-teal-light-border.button:active {
  color: #5eb0a7;
}
.button-grey {
  background-color: #999999;
  color: #fff;
}
.button-grey .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-grey.button:hover {
  background-color: #a2d2cd;
}
.button-grey:active,
.button-grey.active {
  background-color: #89ba16;
}
.button-green {
  background-color: #89ba16;
  border-color: #89ba16;
  color: #ffffff;
}
.button-green.button:hover {
  background-color: #a9e41f;
}
.button-green.button:active {
  background-color: #678c11;
}
.button-green .icon-out .icon {
  color: #f3f3f3;
  fill: #f3f3f3;
}
.button-yellow {
  background-color: #ecd462;
  border-color: #ecd462;
  color: #ffffff;
}
.button-yellow.button:hover {
  background-color: #f2e08f;
}
.button-yellow.button:active {
  background-color: #e6c835;
}
.button-yellow .icon-out .icon {
  color: #f3f3f3;
  fill: #f3f3f3;
}
.button-blue {
  background-color: #54c2e5;
  border-color: #54c2e5;
  color: #ffffff;
}
.button-blue.button:hover {
  background-color: #80d2ec;
}
.button-blue.button:active {
  background-color: #28b2de;
}
.button-blue .icon-out .icon {
  color: #f3f3f3;
  fill: #f3f3f3;
}
.button-red {
  background-color: #e65f5f;
  border-color: #e65f5f;
  color: #ffffff;
}
.button-red.button:hover {
  background-color: #ed8b8b;
}
.button-red.button:active {
  background-color: #df3333;
}
.button-red .icon-out .icon {
  color: #f3f3f3;
  fill: #f3f3f3;
}
.button-red-border {
  border: 1px solid #e65f5f;
  color: #e65f5f;
  background-color: #f3f3f3;
}
.button-red-border .icon {
  color: #e65f5f;
  fill: #e65f5f;
}
.button-teal50-border {
  border: 1px solid #80c1ba;
  color: #80c1ba;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
}
.button-teal50-border .color {
  color: #80c1ba;
}
.button-teal50-border .icon-btn {
  color: #80c1ba;
  fill: #80c1ba;
}
.button-teal50-border.button:hover {
  border-color: #a2d2cd;
  -webkit-transform: scale(1.2, );
  -ms-transform: scale(1.2, );
  transform: scale(1.2, );
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.button-teal50-border.button:hover .icon-btn {
  color: #a2d2cd;
  fill: #a2d2cd;
}
.button-teal50-border:active,
.button-teal50-border.active {
  background-color: #d6ebe9;
}
.button-teal50-border.transparent {
  background-color: transparent;
}
.button-tealGreen-border {
  width: 35px;
  height: 35px;
  margin: 12px 6px;
  border: 2px solid #008374;
  background-color: #f9f9f9;
  color: #008374;
}
.button-tealGreen-border:hover,
.button-tealGreen-border:active {
  background-color: #008374;
  color: #ffffff;
}
.button-tealGreen-border.disabled {
  border-color: #cacaca;
  background-color: #f9f9f9;
  color: #cacaca;
  cursor: default;
}
.button-gray-border {
  border: 1px solid #999999;
  color: #999999;
  background-color: #ffffff;
}
.button-gray-border .icon-btn {
  color: #999999;
  fill: #999999;
}
.button-gray-border.button:hover {
  border-color: #b3b3b3;
  -webkit-transform: scale(1.2, );
  -ms-transform: scale(1.2, );
  transform: scale(1.2, );
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.button-gray-border.button:hover .icon-btn {
  color: #b3b3b3;
  fill: #b3b3b3;
}
.button-gray-border:active,
.button-gray-border.active {
  background-color: #d9d9d9;
}
.button-gray-border.transparent {
  background-color: transparent;
}
.button-gray-border.circle-m [data-icon] {
  line-height: 1;
}
.gray-0-border {
  border: 2px solid #ffffff;
}
.gray-0-border.transparent {
  background-color: transparent;
}
.gray-0-border.circle-m [data-icon] {
  line-height: 1;
}
.gray-6-border {
  border: 2px solid #666666;
}
.gray-6-border.transparent {
  background-color: transparent;
}
.gray-6-border.circle-m [data-icon] {
  line-height: 1;
}
.gray-6-border.circle-m [data-icon].line-height-none {
  line-height: 0;
}
.button-gray-11 {
  background-color: #f1f1f1;
}
.button-gray-11.button {
  background-color: #ffffff;
}
.gray-13-border {
  border: 1px solid #cccccc;
  background-color: transparent;
}
.button-shamrock-green {
  background-color: #5d820c;
  border-color: #5d820c;
  color: #ffffff;
}
.button-shamrock-green .color {
  color: #ffffff;
}
.button-shamrock-green .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-shamrock-green.button:hover,
.button-shamrock-green.button:focus,
.button-shamrock-green.button:active {
  background-color: #4b6d05;
  border-color: #4b6d05;
}
.button-shamrock-green.extra-width {
  min-width: 150px;
}
.button-light-grey {
  background-color: #767676;
  border-color: #767676;
  color: #ffffff;
}
.button-light-grey.button:hover,
.button-light-grey.button:focus,
.button-light-grey.button:active {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.button-light-grey.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.button-light-grey.line-height {
  line-height: 2em;
}
.button-fares-bar:before {
  width: 100%;
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.button-fares-bar.opened:before {
  background-color: #767676;
}
.button-fares-bar.closed:before {
  background-color: #5d820c;
}
.button-fares-bar:hover.opened:before,
.button-fares-bar:focus.opened:before,
.button-fares-bar:active.opened:before {
  background-color: #555555;
}
.button-fares-bar:hover.closed:before,
.button-fares-bar:focus.closed:before,
.button-fares-bar:active.closed:before {
  background-color: #4b6d05;
}
.button-shamrock-green-border {
  background-color: #ffffff;
  border-color: #89ba16;
  border-width: 2px;
  color: #89ba16;
}
.button-shamrock-green-border.button:active {
  background-color: #678c11;
}
.button-shamrock-green-border.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.button-light-grey-border {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  color: #cccccc;
}
.button-light-grey-border.button:hover {
  -webkit-transform: scale(1.2, );
  -ms-transform: scale(1.2, );
  transform: scale(1.2, );
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.button-light-grey-border.button:hover .icon {
  color: #ffffff;
  fill: #ffffff;
}
.button-light-grey-border.button:active {
  background-color: #d5d5d5;
}
.button-light-grey-border.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.button-light-grey-border:active,
.button-light-grey-border.active {
  background-color: #ffffff;
}
.button-light-grey-border.transparent {
  background-color: transparent;
}
.button-grad-3 {
  background: -moz-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #dfdfdf 100%);
  background: -moz-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 239, 239, 0.5)), color-stop(100%, rgba(219, 219, 219, 0.5)));
  background: -webkit-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0.5) 0%, rgba(219, 219, 219, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dbdbdb', GradientType=0);
  background-color: #e5e5e5;
}
.button-grad-3.button:hover,
.button-grad-3.button:focus {
  background-color: #f4f4f4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dbdbdb', GradientType=0);
}
.button-grad-3.button:active {
  background-color: #d1d1d1;
}
.button-gray-gradient {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  color: #333333;
}
.button-gray-gradient.extra-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.cog:active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 1ms cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 1ms cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.circle-arrow {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button-arrow-down {
  position: relative;
}
.button-arrow-down:after,
.button-arrow-down:before {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 70%;
  left: 50%;
  margin-left: -0.7em;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0 0;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ff0000;
}
.button-arrow-down:before {
  margin-top: 0;
}
.button-arrow-down:focus:after,
.button-arrow-down:hover:after,
.button-arrow-down:focus:before,
.button-arrow-down:hover:before {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ff0000;
  top: 100%;
}
.button-arrow-down:active:after,
.button-arrow-down:active:before {
  will-change: all;
  -webkit-transition: all 0.01s ease;
  -moz-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  -ms-transition: all 0.01s ease;
  transition: all 0.01s ease;
}
.button-arrow-down.button-teal25:after {
  border-top-color: #40a297;
}
.button-arrow-down.button-teal25:hover:after {
  border-top-color: #58bdb2;
}
.button-arrow-down.button-teal25:active:after {
  border-top-color: #327d75;
}
.button-arrow-down.button-teal25:before {
  border-top-color: #40a297;
}
.button-arrow-down.button-teal25.active {
  background: #58bdb2;
}
.button-arrow-down.button-teal25.active:before,
.button-arrow-down.button-teal25.active:after {
  top: 100%;
  border-top-color: #58bdb2;
  border-width: 0.7em;
}
.button-arrow-down.active:after {
  top: 100%;
  border-top-color: #58bdb2;
}
.price-pin {
  border: 1px solid #40a297;
  background-color: #58bdb2;
  color: #ffffff;
  padding: 4px;
  position: relative;
  transform-origin: 0 155%;
  -webkit-transform-origin: 0 155%;
  display: inline-block;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
}
.price-pin:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: -1px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 0.75em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #40a297;
  border-left-width: 0;
}
.price-pin.enabled {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.button-price {
  border-radius: 3px;
  line-height: 2.5em;
  padding: 0;
  width: auto;
}
.button-price .cta {
  z-index: 1;
  position: relative;
  -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -o-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.15));
  -webkit-filter: none;
  background-color: #ff6600;
  padding-left: 10px;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-price .cta .arrow-out {
  background-color: #ff6600;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: .8em;
  margin-left: -0.25em;
  height: 2.5em;
  position: absolute;
  z-index: -1;
}
.button-price .cta .arrow-out:after {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  z-index: -1;
  position: relative;
  left: .5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1.25em 0.75em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ff6600;
}
.button-price .circle {
  position: relative;
  left: .5em;
  top: .4em;
  display: inline-block;
  z-index: 3;
  will-change: all;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateZ(0);
}
.button-price .icon {
  color: #ff8800;
  position: absolute;
  width: 50%;
  left: 25%;
  right: 0;
  top: 1.5em;
  will-change: top;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  transition: top 0.2s ease;
}
.button-price .icon.icon-cross {
  top: 0;
}
.button-price .al-icon {
  margin-top: -0.1em;
  width: 100%;
  left: 0;
}
.button-price path {
  fill: #ff8800;
}
.button-price .amount {
  padding: 0 .5em 0 1.5em;
  background-color: #cc5200;
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.button-price:hover .cta,
.button-price:focus .cta {
  background-color: #ff8800;
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button-price:hover .cta .arrow-out,
.button-price:focus .cta .arrow-out {
  width: 1.3em;
  background-color: #ff8800;
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button-price:hover .cta .arrow-out:after,
.button-price:focus .cta .arrow-out:after {
  left: 1em;
  border-left-color: #ff8800;
  will-change: all;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button-price:hover .circle,
.button-price:focus .circle {
  -webkit-transform: translate(0.5em, 0);
  -moz-transform: translate(0.5em, 0);
  -o-transform: translate(0.5em, 0);
  -ms-transform: translate(0.5em, 0);
  transform: translate(0.5em, 0);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-price:hover .amount,
.button-price:focus .amount {
  background-color: #eb5e00;
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.button-price:active .cta {
  background-color: #eb5e00;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price:active .cta .arrow-out {
  background-color: #eb5e00;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price:active .cta .arrow-out:after {
  border-left-color: #eb5e00;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price:active .amount {
  background-color: #c24e00;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease-out;
  -moz-transition: background-color 0.05s ease-out;
  -o-transition: background-color 0.05s ease-out;
  -ms-transition: background-color 0.05s ease-out;
  transition: background-color 0.05s ease-out;
}
.button-price.complete .cta {
  background-color: #89ba16;
}
.button-price.complete .cta .arrow-out {
  background-color: #89ba16;
}
.button-price.complete .cta .arrow-out:after {
  border-left-color: #89ba16;
}
.button-price.complete .amount {
  background-color: #6e9612;
}
.button-price.complete .icon {
  color: #89ba16;
  top: -1.5em;
}
.button-price.complete .icon.icon-ok {
  top: 0;
}
.button-price.complete path {
  fill: #89ba16;
}
.button-price.complete:hover .cta,
.button-price.complete:focus .cta {
  background-color: #96cc18;
}
.button-price.complete:hover .cta .arrow-out,
.button-price.complete:focus .cta .arrow-out {
  background-color: #96cc18;
}
.button-price.complete:hover .cta .arrow-out:after,
.button-price.complete:focus .cta .arrow-out:after {
  border-left-color: #96cc18;
}
.button-price.complete:hover .amount,
.button-price.complete:focus .amount {
  background-color: #7ca814;
}
.button-price.complete:active .cta {
  background-color: #7ca814;
}
.button-price.complete:active .cta .arrow-out {
  background-color: #7ca814;
}
.button-price.complete:active .cta .arrow-out:after {
  border-left-color: #7ca814;
}
.button-price.complete:active .amount {
  background-color: #618310;
}
.button-price.default .cta {
  background-color: #cccccc;
}
.button-price.default .cta .arrow-out {
  background-color: #cccccc;
  width: .75em;
}
.button-price.default .cta .arrow-out:after {
  border-left-color: #cccccc;
  left: 0.5em;
}
.button-price.default .circle {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.button-price.default .amount {
  background-color: #b8b8b8;
}
.button-price.default path {
  fill: #cccccc;
}
.button-price.default .icon {
  color: #cccccc;
}
.button-price.default:hover .cta,
.button-price.default:focus .cta {
  background-color: #cccccc;
}
.button-price.default:hover .cta .arrow-out,
.button-price.default:focus .cta .arrow-out {
  background-color: #cccccc;
}
.button-price.default:hover .cta .arrow-out:after,
.button-price.default:focus .cta .arrow-out:after {
  border-left-color: #cccccc;
}
.button-price.default:hover .amount,
.button-price.default:focus .amount {
  background-color: #b8b8b8;
}
.button-action {
  background-color: #999999;
}
.button-action:hover {
  background-color: #80c1ba;
}
.button-action .icon {
  width: 20px;
  height: 20px;
  color: #ffffff;
  fill: #ffffff;
  position: absolute;
  will-change: top;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  transition: top 0.2s ease;
  left: 30%;
}
.button-action .icon.icon-cross {
  top: 20%;
}
.button-action .icon.icon-ok {
  top: 3em;
}
.button-action .svg-out {
  margin: 0;
}
.button-action.complete {
  background-color: #89ba16;
}
.button-action.complete .icon.icon-cross {
  top: -3em;
}
.button-action.complete .icon.icon-ok {
  top: 20%;
}
.button-action1 {
  padding: 0;
}
.button-action1 .icon-plus,
.button-action1 .icon-checked {
  top: 0;
}
.button-action1.circle-l .icon-plus,
.button-action1.circle-l .icon-checked {
  height: 2.5em;
  width: 2.5em;
}
.button-action1.circle-xl .icon-plus,
.button-action1.circle-xl .icon-checked {
  height: 3.375em;
  width: 3.375em;
}
.button-action1 .icon-checked {
  top: 100%;
}
.button-action1.clicked .icon-plus {
  top: -100%;
}
.button-action1.clicked .icon-checked {
  top: 0;
}
.button-row {
  clear: both;
  padding: 20px 0;
}
.button-row .button {
  float: right;
}
.button.button-style3 {
  background: #d47311;
  margin: 0;
  padding: 0;
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
}
.button.button-style3::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button.button-style3 .button-style3-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 2.75em;
  display: inline-block;
  padding: 0 8px 0 20px;
  background: #ff8800;
  position: relative;
}
.button.button-style3 .button-style3-left:after {
  content: "";
  position: absolute;
  right: -10px;
  border-color: transparent transparent transparent #ff8800;
  border-style: solid;
  border-width: 22px 0 22px 12px;
}
.button.button-style3 .button-style3-right {
  color: #ffffff;
  padding: 0 15px;
  vertical-align: middle;
  font-family: "cartogothic_pro_bookbold", Helvetica, Arial, sans-serif;
}
.button.add-b-added {
  background-color: #678b10;
}
.button.add-b-added .button-style3-left {
  background-color: #89ba16;
}
.button.add-b-added .button-style3-left:after {
  border-color: transparent transparent transparent #89ba16;
}
.button.button-style4 {
  background: none;
  color: #80c1ba;
  outline: 0;
  padding: 0;
}
.button.button-style4:focus {
  outline: 0;
}
.button.button-style4 .glyphicon-b-big {
  padding-right: 5px;
}
.button.button-style5 {
  background: none;
}
.button.button-style6 {
  padding: 0 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ab6d9c;
  line-height: 1.96em;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button.simple-b {
  background: #cccccc;
  line-height: 1.96em;
  padding: 0 10px;
}
.button.button-style7 {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  padding: 0 15px;
  border: 1px solid #cccccc;
}
.button.button-style8 {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  padding: 0 15px;
  border: 1px solid #cccccc;
  padding: 5px;
}
.button.button-style9 {
  background-color: #ff8800;
  line-height: 2em;
  padding: 0 25px;
}
.button-style10 {
  background: none;
}
.button-style10 span {
  display: block;
  background: #ffffff;
  border: solid 2px #bfe0dc;
  border-radius: 50%;
  font-size: 0.8125em;
  width: 54px;
  height: 54px;
  color: #40a297;
  line-height: 54px;
}
.button-style10:hover span {
  background: #80c1ba;
  border: solid 2px #80c1ba;
  color: #ffffff;
}
.button-style10.select span {
  background: #008374;
  border: solid 2px #008374;
  color: #ffffff;
}
.button-style10:active span,
.button-style10.active span {
  background: #89ba16;
  border: solid 2px #89ba16;
  color: #ffffff;
}
.button-style10.buttonlur span {
  background: #ffffff;
  border: solid 2px #efefef;
  color: #efefef;
}
.ban-item-cont {
  width: 6em;
  margin: 0 auto;
}
.ban-item-cont .icon-pro {
  top: .28em;
  left: .29em;
}
.datepickertoggler button {
  border: none;
  background-color: transparent;
}
.switch-gray-out {
  display: block;
  vertical-align: middle;
}
.switch-gray-out button {
  float: left;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0 1em;
  border: 1px solid #cccccc;
  background-color: #d8d8d8;
  height: 29px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.switch-gray-out button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.switch-gray-out button:not(:first-child) {
  margin-left: -1px;
}
.switch-gray-out button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.switch-gray-out button:not(.active) {
  background: -moz-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #e4e4e4 100%);
}
.switch-gray-out button:active {
  background: -moz-linear-gradient(top, #e4e4e4 0%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #e4e4e4 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #e4e4e4 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #e4e4e4 0%, #f6f6f6 100%);
}
.switch-gray-out button:hover,
.switch-gray-out button:focus {
  z-index: 11;
  border-color: #999999;
}
.barchart-arrow-button {
  width: 2em;
  height: 2em;
}
.barchart-arrow-button:hover span,
.barchart-arrow-button:focus span {
  color: #008374;
}
.tooltip {
  position: absolute;
  z-index: -1;
  display: block;
  visibility: visible;
  font-size: 0.75em;
  line-height: 1.4;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tooltip.in {
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  z-index: 8;
}
.tooltip.top {
  margin-top: 30px;
  padding: 5px 0;
}
.tooltip.top.in {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: -30px;
  padding: 0 5px;
}
.tooltip.right.in {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: -30px;
  padding: 5px 0;
}
.tooltip.bottom.in {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: 30px;
  padding: 0 5px;
}
.tooltip.left.in {
  margin-left: -3px;
}
.barchart .tooltip {
  font-size: 1.125em;
  color: #767676;
  width: 100%;
  -webkit-transition: all 0 cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  will-change: 0;
  -webkit-transition: 0 1s ease;
  -moz-transition: 0 1s ease;
  -o-transition: 0 1s ease;
  -ms-transition: 0 1s ease;
  transition: 0 1s ease;
}
.price .tooltip {
  font-size: 0.875em;
  color: #767676;
  width: 100%;
  -webkit-transition: all 0 cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0 cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  will-change: 0;
  -webkit-transition: 0 1s ease;
  -moz-transition: 0 1s ease;
  -o-transition: 0 1s ease;
  -ms-transition: 0 1s ease;
  transition: 0 1s ease;
  z-index: 50;
}
.tooltip-bellow {
  top: -1em;
  left: -50%;
}
.tooltip-out-hover:hover .tooltip {
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  z-index: 8;
}
.tooltip-out-hover:hover .tooltip-bellow {
  top: 2em;
}
.tooltip-thick-border {
  border: 3px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.tooltip-inner {
  z-index: 10;
  max-width: 200px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.barchart .tooltip-inner {
  padding: 5px;
  border-radius: 0;
}
.tooltip-arrow {
  z-index: 9;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-arrow:before {
  z-index: 5;
  position: absolute;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #eeeeee;
}
.tooltip.top .tooltip-arrow:before {
  left: -5px;
  top: -6px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 1px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #eeeeee;
}
.tooltip.right .tooltip-arrow:before {
  right: -6px;
  top: -5px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 1px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #eeeeee;
}
.tooltip.left .tooltip-arrow:before {
  right: -3px;
  top: -5px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eeeeee;
}
.tooltip.bottom .tooltip-arrow:before {
  right: -5px;
  top: -4px;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 251;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.barchart .chart-bar .popover.in {
  z-index: 251;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.popover.top.right_edge {
  margin-left: -40px;
}
.popover.top.right_edge .arrow {
  margin-left: 28px;
}
.modal-open {
  overflow: hidden;
}
.modal-open .container {
  -webkit-transform: translate(-5%, 0);
  -moz-transform: translate(-5%, 0);
  -o-transform: translate(-5%, 0);
  -ms-transform: translate(-5%, 0);
  transform: translate(-5%, 0);
}
.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(-5%, 0);
  -moz-transform: translate(-5%, 0);
  -o-transform: translate(-5%, 0);
  -ms-transform: translate(-5%, 0);
  transform: translate(-5%, 0);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.full-scr-modal-right .modal-dialog {
  margin: 0px;
  margin-left: 50%;
  width: 50%;
  height: 100%;
  padding: 0;
}
.full-scr-modal-left .modal-dialog {
  margin: 0px;
  margin-right: 50%;
  width: 50%;
  height: 100%;
  padding: 0;
}
.modal-content {
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.full-scr-modal-right .modal-content,
.full-scr-modal-left .modal-content {
  height: 100%;
  border-radius: 0;
}
.full-scr-modal-right .modal-content .modal-body,
.full-scr-modal-left .modal-content .modal-body,
.full-scr-modal-right .modal-content .modal-wrapper,
.full-scr-modal-left .modal-content .modal-wrapper,
.full-scr-modal-right .modal-content .modal-content-in > div,
.full-scr-modal-left .modal-content .modal-content-in > div {
  height: 100%;
}
.full-scr-modal-right .modal-content iframe,
.full-scr-modal-left .modal-content iframe {
  display: block;
  border: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.4);
  will-change: opacity;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.modal-backdrop.fade {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.3px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  line-height: 1.3em;
  margin-bottom: 35px;
  margin-top: 35px;
  position: relative;
}
.modal-body {
  padding: 35px;
}
.modal-body.remove-paddings {
  padding: 0;
}
.modal-body.remove-paddings .modal-content-in {
  width: 100%;
}
.modal-content-in {
  position: relative;
}
.modal-escape {
  position: fixed;
  right: 35px;
  top: 35px;
}
.modal-escape.custom-position {
  top: 15px;
  z-index: 1;
}
.modal-footer {
  margin-top: 15px;
  padding: 34px 35px 35px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.close {
  float: right;
  font-size: 1.5em;
  line-height: 1;
  zoom: 1;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fdfbef;
  border-color: #ffeeab;
  color: #555555;
}
.alert-warning hr {
  border-top-color: #ffe991;
}
.alert-warning .alert-link {
  color: #3b3b3b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.message {
  border: 1px solid #666666;
  background-color: #efefef;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 3px;
}
.message .icon-out {
  width: 3.12em;
}
.message .icon-out .circle {
  margin: 15px auto 0;
}
.message .icon-out .triangle {
  position: relative;
}
.message .icon-out .triangle:before {
  content: "\E251";
}
.message .icon-out .triangle [data-icon] {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.3em;
}
.message .text-out,
.message [ng-transclude] {
  padding: 20px;
  background-color: #ffffff;
  margin-left: 3.12em;
  overflow: auto;
}
.message .text-out.margin-none,
.message [ng-transclude].margin-none {
  margin: 0;
}
.message-success {
  border-color: #e4ecd0;
  background-color: #89ba16;
}
.message-success .icon-out .icon {
  color: #89ba16;
  fill: #89ba16;
}
.message-success .text-out,
.message-success [ng-transclude] {
  background-color: #f9fbf3;
}
.message-warning {
  border-color: #ede8ce;
  background-color: #ecd462;
}
.message-warning .icon-out .icon {
  color: #ecd462;
  fill: #ecd462;
}
.message-warning .text-out,
.message-warning [ng-transclude] {
  background-color: #fdfbef;
}
.message-info {
  border-color: #daedf2;
  background-color: #54c2e5;
}
.message-info .icon-out .icon {
  color: #54c2e5;
  fill: #54c2e5;
}
.message-info .text-out,
.message-info [ng-transclude] {
  background-color: #f6fcfe;
}
.message-error {
  border-color: #f1e1e1;
  background-color: #e65f5f;
}
.message-error .icon-out .icon {
  color: #e65f5f;
  fill: #e65f5f;
}
.message-error .text-out,
.message-error [ng-transclude] {
  background-color: #fceeee;
}
.box-row {
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.message-lrg {
  padding: 30px;
  border-radius: 10px;
}
.message-lrg .icon-out .circle {
  margin-top: 0;
}
.message-lrg .icon-out .icon {
  color: #f3f3f3;
  fill: #f3f3f3;
}
.message-lrg .text-out {
  background-color: transparent;
  min-height: 100px;
}
.message-lrg .text-out,
.message-lrg [ng-transclude] {
  padding: 0 0 0 80px;
}
.message-lrg.message-info {
  background-color: #fcfeff;
  border-color: #ade2f2;
}
.message-lrg.message-warning {
  background-color: #fdfbef;
  border-color: #ffeeab;
}
.message-lrg.message-success {
  background-color: #f8fdec;
  border-color: #bbea4c;
}
.message-lrg.message-error {
  background-color: #fceeee;
  border-color: #f4b7b7;
}
.message-with-arrow {
  position: relative;
  overflow: visible;
}
.message-with-arrow.message-info:after {
  border-right-color: #ade2f2;
  border-bottom-color: #ade2f2;
  background-color: #fcfeff;
}
.message-with-arrow.message-warning:after {
  border-right-color: #f7edbd;
  border-bottom-color: #f7edbd;
  background-color: #fefcf6;
}
.message-with-arrow.message-success:after {
  border-right-color: #bbea4c;
  border-bottom-color: #bbea4c;
  background-color: #f8fdec;
}
.message-with-arrow.message-error:after {
  border-right-color: #f4b7b7;
  border-bottom-color: #f4b7b7;
  background-color: #fceeee;
}
.message-with-arrow:after {
  border-bottom-right-radius: 10px;
  border: 1px transparent solid;
  position: absolute;
  margin-top: -16px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  height: 2em;
  width: 2em;
  left: 68px;
  top: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: inherit;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
}
.form-row {
  margin-bottom: 15px;
}
.form-row:before,
.form-row:after {
  display: table;
  content: " ";
}
.form-row:after {
  clear: both;
}
.form-row .subtext {
  clear: both;
  display: block;
  padding: 5px 0 0 0;
  color: #999999;
}
select {
  outline: none;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: '';
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}
select::-ms-expand {
  display: none;
}
.placeholder-title {
  left: 15px;
  position: absolute;
  top: 5px;
  font-size: .7em;
  font-weight: bold;
  color: #999999;
}
.label-prefix {
  bottom: 4px;
  left: 15px;
}
.date-contain {
  background: #ffffff;
}
.date-contain .date-box {
  width: 45px;
  border: none;
  outline: 0;
}
.date-contain .date-box-small {
  width: 25px;
}
.phone-contain {
  background: #ffffff;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
.phone-contain.focus {
  outline: none;
  border: 1px solid #008374;
  -webkit-box-shadow: 0px 0px 2px 0px #008374;
  box-shadow: 0px 0px 2px 0px #008374;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
.phone-contain .phone-select {
  cursor: pointer;
}
.phone-contain .country-flag-wrap {
  display: inline-block;
  height: 24px;
  margin: 0 3px;
  vertical-align: top;
  width: 24px;
}
.phone-contain .country-flag-wrap.small {
  height: 16px;
  width: 16px;
}
.phone-contain .country-flag-wrap.small img {
  margin-top: 2px;
}
.phone-contain .countries-list {
  background: #ffffff;
  border: 1px solid #008374;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: -1px 0 0 -1px;
  width: 256px;
  -webkit-box-shadow: 0px 0px 2px 0px #008374;
  box-shadow: 0px 0px 2px 0px #008374;
  max-height: 500px;
  overflow-y: scroll;
}
.phone-contain .countries-list .country-item {
  color: #767676;
  cursor: pointer;
  min-height: 26px;
}
.phone-contain .countries-list .country-item:hover {
  background-color: #f3f3f3;
}
.phone-contain .countries-list .country-item.selected {
  background-color: #f6f6f6;
}
.phone-contain .phone-box {
  width: 80px;
  border: none;
  outline: 0;
}
.phone-contain .phone-box-small {
  width: 40px;
}
/*Custom arrow */
.select-wrpr {
  position: relative;
  /* overflow: hidden; */
}
.select-wrpr .select-cont span {
  position: absolute;
  bottom: 10px;
}
.select-wrpr .form-control {
  /* width: 130%; */
}
.select-wrpr .select-title {
  color: #999999;
  display: block;
  font-size: .7em;
  margin-bottom: 5px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 25px;
  display: none;
}
.select-wrpr .selectArrow {
  pointer-events: none;
  right: 10px;
  z-index: 1;
  position: absolute;
  top: 30px;
}
.select-wrpr .selectArrow.less-top {
  top: 15px;
}
.select-wrpr .selectArrow.less-right {
  right: 10px;
}
.select-wrpr .selectArrow.style1 {
  bottom: 100%;
  margin-top: 15px;
}
.select-wrpr .select-arrow {
  pointer-events: none;
}
.select-wrpr .select-arrow.less-right {
  right: 10px;
}
.select-wrpr .error-icon {
  right: 40px;
}
.select-wrpr .bootstrap-custom-error {
  right: 18px;
}
.form-static {
  background: #ffffff;
  border-left: 7px solid #80c1ba;
}
.form-static.disabled {
  pointer-events: none;
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  border-left: 7px solid #efefef;
}
/* DropDown Css End */
.form-control {
  display: block;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  width: 100%;
  height: 3.438em;
  padding: 24px 15px 8px;
  border: 1px solid #cccccc;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-control.less-height {
  height: 2.5em;
  padding: 5px 15px 8px;
}
.form-control.less-height1 {
  height: 3.300em;
}
.form-control.less-height2 {
  height: 3.1em;
}
.form-control.less-height3 {
  height: 2.5em;
  padding: 5px 2px 8px;
}
.form-control.less-height4 {
  height: 2.5em;
  padding: 6px 5px 8px;
}
.form-control.right-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control.left-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control.all-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control.box-shadow-none {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.form-control + .form-control-label {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 0%;
  -moz-transform-origin: 0%;
  -ms-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transform: translateZ(0);
  position: absolute;
  color: #999999;
  cursor: text;
  top: 1.65em;
  left: 18px;
}
.form-control + .form-control-label.error-label {
  color: #e5615d;
}
.form-control:focus + .form-control-label,
.form-control.filled + .form-control-label {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #222222;
  -webkit-transform: scale(0.7, );
  -ms-transform: scale(0.7, );
  transform: scale(0.7, );
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  top: .5em;
}
.form-control:focus + .form-control-label.error-label,
.form-control.filled + .form-control-label.error-label {
  color: #e5615d;
}
select.form-control + .form-control-label {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
select.form-control:focus + .form-control-label,
select.form-control.filled + .form-control-label {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
input.form-control:-ms-input-placeholder,
input.date-box:-ms-input-placeholder,
input.phone-box:-ms-input-placeholder {
  color: #999999;
}
input.form-control:focus,
input.date-box:focus,
input.phone-box:focus,
.form-control.focus {
  color: #008374;
}
input.form-control:focus::-webkit-input-placeholder,
input.date-box:focus::-webkit-input-placeholder,
input.phone-box:focus::-webkit-input-placeholder,
.form-control.focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.2s ease;
  opacity: 0;
}
input.form-control:focus:-moz-placeholder,
input.date-box:focus:-moz-placeholder,
input.phone-box:focus:-moz-placeholder,
.form-control.focus:-moz-placeholder {
  transition: opacity 0.5s 0.2s ease;
  opacity: 0;
}
input.form-control:focus::-moz-placeholder,
input.date-box:focus::-moz-placeholder,
input.phone-box:focus::-moz-placeholder,
.form-control.focus::-moz-placeholder {
  transition: opacity 0.5s 0.2s ease;
  opacity: 0;
}
input.form-control:focus {
  outline: none;
  border: 1px solid #008374;
  -webkit-box-shadow: 0px 0px 2px 0px #008374;
  box-shadow: 0px 0px 2px 0px #008374;
}
input.form-control.border-none:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control-error,
input.form-control-error,
input.form-control-error:focus {
  outline: none;
  border: 1px solid #e5615d;
  -webkit-box-shadow: 0px 0px 2px 0px #e5615d;
  box-shadow: 0px 0px 2px 0px #e5615d;
}
.form-field {
  padding: 20px 30px;
  background: #41a297;
  border-radius: 8px;
}
.form-field .form-close {
  right: 15px;
  top: 15px;
}
.form-style-1 .border-none {
  border: none;
}
.form-style-1 .no-r-bdr {
  border-right: none;
}
.form-style-1 .no-l-bdr {
  border-left: none;
}
.form-style-1 fieldset {
  border-radius: 8px;
  margin-bottom: 15px;
}
.form-style-1 fieldset.field-panel-default .left-panel {
  border-radius: 8px;
}
.form-style-1 fieldset.field-panel-default .left-panel-inner {
  padding: 0 30px;
}
.form-style-1 fieldset.field-panel-default .right-panel {
  background: #f9f9f9;
}
.form-style-1 fieldset.field-panel1 .left-panel-inner {
  border-left: 7px solid #80c1ba;
}
.form-style-1 fieldset.field-panel1 .right-panel {
  background: #cfe8e5;
}
.form-style-1 fieldset.field-panel2 .left-panel-inner {
  border-left: 7px solid #bfe0dc;
}
.form-style-1 fieldset.field-panel2 .right-panel {
  background: #eaf4f5;
}
.form-style-1 fieldset.field-panel3 .left-panel-inner {
  padding: 0 30px;
}
.form-style-1 fieldset.field-panel3 .right-panel {
  background: #cfe8e5;
}
.form-style-1 fieldset .left-panel {
  padding: 30px 0;
  background: #f9f9f9;
  /*.radius-left (@radius)*/
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  vertical-align: top;
}
.form-style-1 fieldset .left-panel.left-panel-expand {
  border-bottom-left-radius: 0;
}
.form-style-1 fieldset .left-panel-inner {
  padding: 0 30px 0 23px;
}
.form-style-1 fieldset .right-panel {
  /*.radius-right (@radius)*/
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  vertical-align: top;
}
.form-style-1 fieldset .right-panel .psngr-type-count {
  margin: 30px auto;
}
.form-style-1 fieldset .right-panel .psngr-type-count .glyph-passenger {
  font-size: 77px;
  margin-bottom: 50px;
}
.form-style-1 fieldset .right-panel .psngr-type-count div.count {
  font-size: 175px;
  line-height: 120px;
}
.form-style-1 fieldset .right-panel.circular img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ccc;
  margin: 20px auto;
  border: solid 2px #ffffff;
}
.form-style-2 fieldset {
  border-radius: 8px;
  margin-bottom: 15px;
  background: #f9f9f9;
}
.form-style-2 fieldset .field-panel {
  padding: 30px 0;
}
.form-style-2 fieldset .field-panel.border-bottom-s {
  border-bottom: 5px solid #ffffff;
}
.input-with-btn {
  background: #ffffff;
  height: 3.438em;
  border: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-with-btn input.form-control {
  border: none;
  height: 3.31em;
}
.input-with-btn input.form-control:focus {
  border: none;
  outline-color: transparent;
}
.input-with-btn .action-btn {
  padding: 8px;
}
.checkbox-out .checkbox {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #767676;
  background-color: #ffffff;
}
.checkbox-out .checkbox .icon {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  fill: #ffffff;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.checkbox-out .checkbox:active {
  will-change: all;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  transition: all 100ms ease;
  background-color: #5d820c;
}
.checkbox-out .checkbox:active .icon {
  will-change: all;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  zoom: 1;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.checkbox-out input[type=checkbox]:disabled + .checkbox {
  cursor: default;
  border: 1px solid #cccccc;
}
.checkbox-out input[type=checkbox]:disabled + .checkbox:active {
  background-color: #ffffff;
}
.checkbox-out input[type=checkbox]:checked + .checkbox {
  border-color: #5d820c;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox-out input[type=checkbox]:checked + .checkbox .icon {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 500ms cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 500ms cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 500ms cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 500ms cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #5d820c;
  fill: #5d820c;
}
.checkbox-out input[type=checkbox]:checked + .checkbox:focus .icon,
.checkbox-out input[type=checkbox]:checked + .checkbox:active .icon {
  will-change: all;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.checkbox-out input[type=checkbox]:checked + .checkbox:active .icon {
  color: #ffffff;
  fill: #ffffff;
}
.checkbox-out input[type=checkbox]:checked + .checkbox.selected {
  background-color: #5d820c;
}
.checkbox-out input[type=checkbox]:checked + .checkbox.selected .icon {
  fill: #ffffff;
}
.form-field1 .input-style1 {
  border: none;
  outline: 0;
}
.form-field1 .input-style1.short {
  width: 4.2em;
}
.form-field1 .input-style1.long {
  width: 6em;
}
.form-extra {
  margin: 1px;
  margin-top: -1em;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 2px solid #ffffff;
  background-color: #e5e5e5;
}
.form-extra:after,
.form-extra:before {
  position: absolute;
  content: '';
  left: 30%;
}
.form-extra:after {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #e5e5e5;
  margin-left: .2em;
  top: -2em;
  z-index: 5;
}
.form-extra:before {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1.2em 1.2em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  top: -2.4em;
  z-index: 4;
}
.form-extra.form-extra-open {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.form-extra.form-extra-closed {
  -webkit-transform: translate(0, -20em);
  -moz-transform: translate(0, -20em);
  -o-transform: translate(0, -20em);
  -ms-transform: translate(0, -20em);
  transform: translate(0, -20em);
}
.cursor-pointer {
  cursor: pointer;
}
/*
-------------------------------------------------
Headers CSS start
-------------------------------------------------
*/
/*
-------------------------------------------------
Headers CSS start
-------------------------------------------------
*/
/*
-------------------------------------------------
footers CSS start
-------------------------------------------------
*/
.footer-style1 {
  background: #008374;
  padding: 30px 0;
  margin-top: 85px;
}
.footer-style1 h3 {
  padding: 5px 0 30px 0;
}
.footer-style1 p {
  padding-top: 10px;
}
.footer-style1 .no-l-bdr {
  border-left: none;
}
.footer-style2 {
  background: #222222;
  padding: 30px 0;
  margin-top: 85px;
}
/*
-------------------------------------------------
footers CSS End
-------------------------------------------------
*/
.disabled-wrapper {
  top: 0;
}
.disabled-wrapper .disabled-mask {
  zoom: 1;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.flight-details {
  background: #f9f9f9;
}
.greyed .flight-details * {
  color: #999999;
}
.greyed .flight-details .flight-times .dur .label {
  background: #999999;
  color: #ffffff;
}
.flight-details .flight-times {
  padding: 16px 0 5px 0;
}
.flight-details .flight-times .orig {
  width: 35%;
}
.flight-details .flight-times .dur {
  width: 30%;
  padding: 4px 0 0 0;
}
.flight-details .flight-times .dest {
  width: 35%;
}
.flight-details .flight-no {
  border-bottom: solid 1px #f1f1f1;
  clear: both;
}
.flight-details .flight-no div {
  line-height: 2.2em;
  width: 50%;
  float: left;
}
.flight-details .flight-no div span {
  display: block;
}
.flight-details .flight-no div.num {
  text-align: right;
  padding: 0 14px 3px 0;
}
.flight-details .flight-no div.carr {
  text-align: left;
  padding: 0 0 3px 0;
}
.flight-details .flight-no.border-top {
  border-top: solid 1px #f1f1f1;
  border-bottom: none;
  padding-top: 5px;
}
.flight-details.flight-details-bg {
  background-color: #80c1ba;
  color: #ffffff;
}
.flight-details.flight-details-bg:hover,
.flight-details.flight-details-bg .selected {
  background-color: #008374;
}
.flight-details.gray-0-bg {
  background-color: #ffffff;
}
.flight-details.less-opacity {
  opacity: .2;
}
.flight-status-date {
  color: #ffffff;
}
.flight-status-date dd div {
  margin-left: 1px;
  padding: 16.5px 0;
}
.flight-status-date dd div:hover,
.flight-status-date dd div.selected {
  background-color: #008374;
}
/*
.date-menu{
	background:@tealGreenMeidum;
	.border-radius-all(@border-radius-small);
	li{
		.date-item{
			margin-right:1px;
			padding:@padding-m @padding-s;
			
			
			&.marginright-none  {margin-right:0px; }
			
			&.borderright { 
				border-right:1px solid @tealGreenLightVariation1;
				margin-right:0px;
			 }
		}
		.interactive{
			&:hover, &.active{
				.date-item{
					background:@tealGreen;
				}
			}
		}
	}
}*/
.date-menu {
  background: #66b5ac;
  border-radius: 3px;
}
.date-menu li .date-item {
  margin-right: 1px;
  padding: 15px 5px;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.date-menu li .date-item.marginright-none {
  margin-right: 0px;
}
.date-menu li .date-item.borderright {
  border-right: 1px solid #41a297;
  margin-right: 0px;
}
.date-menu li .interactive:hover .date-item,
.date-menu li .interactive:focus .date-item {
  background: #80c1ba;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.date-menu li .interactive.active .date-item {
  background: #008374;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flight-details-2 {
  background: #66b5ac;
  border-radius: 3px;
}
.flight-details-2 h3 {
  border-bottom: 1px solid #40a297;
  line-height: 29px;
  padding-left: 11px;
}
.flight-details-2 h3.border-bottom-none {
  border-bottom: none;
}
.flight-details-2 h3.border-top-tealgreen25 {
  border-top: 1px solid #40a297;
}
.flight-details-2 .glyphicon-plane {
  margin-right: 8px;
  margin-bottom: 8px;
}
.flight-details-2 .glyphicon-plane-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.flight-details-2 #flight-dur,
.flight-details-2 .flight-dur-2,
.flight-details-2 .circle,
.flight-details-2 .flight-icon {
  display: none;
}
.flight-details-2 #icon-arrow,
.flight-details-2 .icon-arrow-2,
.flight-details-2 .circle,
.flight-details-2 .flight-icon {
  display: block;
}
.flight-details-2 .flight-times {
  padding: 16px 0 5px 0;
}
.flight-details-2 .flight-times .orig {
  width: 35%;
}
.flight-details-2 .flight-times .dur {
  width: 30%;
  padding: 4px 0 0 0;
}
.flight-details-2 .flight-times .dest {
  width: 35%;
}
.flight-details-2 .flight-times-divider-wrpr {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .sub-grid-hdr.bottom-border-none {
    border-bottom: none;
  }
  .sub-grid-hdr.border-top-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-bottom-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-left-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-right-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 990px) {
  .flight-details .flight-times {
    padding: 16px 0 8px 0;
  }
  .flight-details .flight-no {
    border-bottom: none;
    clear: none;
    float: left;
    width: 40%;
    padding: 14px 0 0 0;
  }
  .flight-details .flight-no.extra-pad-top {
    padding-top: 23px;
  }
  .flight-details .flight-no div {
    line-height: 1.0em;
    float: left;
    width: 100%;
    text-align: center !important;
  }
  .flight-details .flight-no div span {
    padding: 3px 10px 0 0;
  }
  .flight-details .flight-no div.num {
    text-align: center;
    padding: 0;
  }
  .flight-details .flight-no div.carr {
    text-align: center;
    padding: 0;
  }
  .flight-details .flight-no div.reset-width {
    width: 50%;
  }
  .flight-details .flight-no.extra-padding {
    padding-top: 15px;
  }
  .flight-details-2 .flight-times {
    padding: 16px 0 8px 0;
  }
  .flight-details-2 #flight-dur,
  .flight-details-2 .flight-dur-2,
  .flight-details-2 .circle,
  .flight-details-2 .flight-icon {
    display: inline-block;
  }
  .flight-details-2 #icon-arrow,
  .flight-details-2 .icon-arrow-2,
  .flight-details-2 .circle,
  .flight-details-2 .flight-icon {
    display: none;
  }
  .sub-grid-hdr.border-bottom-gray15 {
    border-bottom: solid 1px #dadada;
  }
  .sub-grid-hdr.right-border-none {
    border-right: none;
  }
  .sub-grid-hdr.border-top-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-bottom-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-left-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.border-right-radius {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 990px) {
  .sub-grid-hdr.left-border-none {
    border-left: none;
  }
  .sub-grid-hdr.bottom-left-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .sub-grid-hdr.bottom-left-radius-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 1200px) {
  .flight-details .flight-no {
    border-bottom: none;
    clear: none;
    float: left;
    width: 40%;
    padding-top: 23px;
  }
  .flight-details .flight-no div {
    width: 50%;
    float: left;
  }
  .flight-details .flight-no div.carr span {
    text-align: left;
  }
}
.flight-times-divider {
  height: 2em;
  margin-top: -0.7em;
  position: absolute;
}
.flight-times-divider.gray-0-bg {
  background: none;
}
.flight-times-divider.gray-0-bg .glyphicon,
.flight-times-divider.gray-0-bg .so-time span,
.flight-times-divider.gray-0-bg .so-text span {
  background-color: #ffffff;
}
.flight-times-divider span {
  position: relative;
}
.flight-times-divider .glyphicon {
  padding: 5px 4px;
  background: #f9f9f9;
}
.flight-times-divider .so-time,
.flight-times-divider .so-text {
  display: inline-block;
  min-width: 100px;
}
.flight-times-divider .so-time span,
.flight-times-divider .so-text span {
  padding: 0 3px;
  background: #f9f9f9;
}
.gray-0-bg .flight-times-divider .so-time span,
.gray-0-bg .flight-times-divider .so-text span {
  background-color: #ffffff;
}
.flight-times-divider .so-time {
  text-align: right;
}
.flight-times-divider .so-text {
  text-align: left;
}
.flight-times-divider-ts {
  height: 2em;
  margin-top: -0.7em;
  position: absolute;
}
.flight-times-divider-ts span {
  position: relative;
  background: #66b5ac;
  padding: 0 9px;
}
.flight-times-divider-ts .glyphicon {
  padding: 5px 4px;
  background: #66b5ac;
}
.flight-times-divider-ts .so-time,
.flight-times-divider-ts .so-text {
  display: inline-block;
  min-width: 100px;
}
.flight-times-divider-ts .so-time span,
.flight-times-divider-ts .so-text span {
  padding: 0 3px;
  background: #f9f9f9;
}
.flight-times-divider-ts .so-time {
  text-align: right;
}
.flight-times-divider-ts .so-text {
  text-align: left;
}
.arrow-wrpr.benefits {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #f00;
}
.arrow-down.benefits {
  margin: 0 auto;
  border-top: 12px solid #89ba16;
}
.promo-cont {
  background: #f9f9f9;
  margin-bottom: 30px;
}
.promo-cont .promo-img {
  overflow: hidden;
}
.promo-cont .promo-list {
  padding: 40px 0 0 10%;
}
.promo-cont .promo-price {
  margin: 25px 0;
  min-width: 272px;
}
.promo-cont2 {
  overflow: hidden;
}
.promo-cont2 .promo-img {
  overflow: hidden;
}
.item-card {
  margin: 0 5px 5px 0;
  background-color: #ffffff;
}
.item-card .item-img {
  height: 160px;
  margin-top: 15px;
  padding: 0 10px;
}
.item-card .item-img-cont {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.item-card .item-img-cont img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
}
.item-card .item-img2 {
  height: 165px;
  overflow: hidden;
}
.item-card .item-img2 img {
  position: relative;
  height: 165px;
}
.item-card .item-img3 {
  height: 200px;
  overflow: hidden;
}
.item-card .item-img3 img {
  min-height: 200px;
  min-width: 100%;
}
.item-card .item-desc {
  margin: 20px 10px;
}
.item-card .item-desc h3,
.item-card .item-desc p {
  padding-bottom: 5px;
}
.item-card .item-desc p {
  line-height: 18px;
}
.item-card .interactive-glyph {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 52px;
  left: 52px;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
}
.item-card .interactive-glyph.selected {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.item-card:hover .interactive-glyph {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.item-card1 .item-img {
  height: 175px;
}
.item-card1 .item-img img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}
.item-card1 .item-desc {
  border-bottom: 5px solid #80c1ba;
  background: #f9f9f9;
}
.item-card1 .item-close {
  top: 10px;
  right: 10px;
}
.box-item-home .item-card {
  cursor: pointer;
  margin: 0 1em;
}
.box-item-home .item-card .img-cont {
  height: 225px;
}
.box-item-home .item-card .img-cont .normal-img {
  height: 100%;
  min-width: 100%;
}
.box-item-home .item-card .img-fade-black:before {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-item-home .item-card:hover .img-fade-black:before {
  background-color: rgba(0, 0, 0, 0.3);
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.card-list-s .interactive .item-card-s {
  border-radius: 3px;
  background: #f6f6f6;
  color: #008374;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-list-s .interactive:hover .item-card-s,
.card-list-s .interactive.active .item-card-s {
  background: #80c1ba;
  color: #ffffff;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 990px) {
  .item-card {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .item-card .item-img {
    float: left;
    margin-left: 5px;
  }
  .item-card .item-desc1 {
    float: left;
    width: 160px;
    margin: 30px 5px;
  }
  .box-item-home .item-card {
    margin: 0 .5em;
  }
  .box-item-home .img-cont {
    height: 180px;
  }
}
.tooltip-cont {
  background: #eeeeee;
  border-top: 2px solid #ffffff;
  border: 4px solid #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #666666;
  line-height: 20px;
  right: -19px;
  top: 55px;
  z-index: 1;
  padding: 10px;
  width: 30%;
  position: absolute;
}
.tooltip-cont:after {
  border: medium solid transparent;
  top: -24px;
  content: " ";
  height: 0;
  left: 90%;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.tooltip-cont:after {
  border-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.items-subtotal {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.list-txt {
  margin-left: 45px;
}
.grid-wrapper {
  padding: 0;
  margin: 0;
  text-align: left;
  z-index: 1 ;
  overflow: hidden;
  cursor: pointer;
}
.grid-wrapper.minheight {
  min-height: 200px;
}
.grid-wrapper:before {
  position: absolute;
  left: 0;
  top: 64.5%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  content: "";
}
.grid-wrapper:hover:before,
.grid-wrapper.selected-state:before,
.grid-wrapper.closed-state:before {
  top: 0;
}
.grid-wrapper.open-state:before {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.grid-wrapper.selected-state:before,
.grid-wrapper.closed-state:before {
  top: 0;
  background: #008374;
}
.grid-wrapper.minheight:after {
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.grid-wrapper.last-child:after {
  border-right: 0px;
}
.grid-wrapper .short-des {
  left: 0;
  bottom: 0;
  padding: 15px 20px 15px 10px;
  line-height: 15px;
  width: 100%;
}
.grid-wrapper .pos-ok-sign {
  left: 50%;
  top: 40%;
}
.grid-wrapper1 .content {
  margin: 8%;
}
.grid-wrapper1 .grid-item {
  z-index: 1;
}
.grid-wrapper1 .icon-filled {
  left: 0;
  bototm: 10px;
  clip: rect(50px, 50px, 50px, 0px);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-wrapper1 .interactive:hover .icon-filled,
.grid-wrapper1 .interactive.active .icon-filled,
.grid-wrapper1 .interactive.selected-state .icon-filled {
  clip: rect(0px, 50px, 50px, 0px);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.grid-wrapper1 .interactive.selected-state .img-mask {
  background-color: rgba(0, 98, 87, 0.6);
}
.grid-item-cont .arrow-box .arrow-left {
  width: 50%;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  border-left: 25px solid #ffffff;
  border-bottom: 0 solid transparent;
}
.grid-item-cont .arrow-box .arrow-right {
  width: 50%;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
  border-right: 25px solid #ffffff;
  border-bottom: 0px solid transparent;
}
.grid-item-cont .arrow-box.first .arrow-left {
  width: 12.5%;
}
.grid-item-cont .arrow-box.first .arrow-right {
  width: 87.5%;
}
.grid-item-cont .arrow-box.second .arrow-left {
  width: 37.5%;
}
.grid-item-cont .arrow-box.second .arrow-right {
  width: 62.5%;
}
.grid-item-cont .arrow-box.third .arrow-left {
  width: 62.5%;
}
.grid-item-cont .arrow-box.third .arrow-right {
  width: 37.5%;
}
.grid-item-cont .arrow-box.fourth .arrow-left {
  width: 87.5%;
}
.grid-item-cont .arrow-box.fourth .arrow-right {
  width: 12.5%;
}
.grid-item-cont .button-white-border {
  padding: 0 40px;
}
.img-height-xs-100 {
  height: 100px;
}
.img-height-xs-150 {
  height: 150px;
}
.img-height-xs-200 {
  height: 200px;
}
.img-height-xs-250 {
  height: 250px;
}
.img-height-xs-275 {
  height: 275px;
}
.img-height-xs-300 {
  height: 300px;
}
.img-height-xs-550 {
  height: 550px;
}
@media (min-width: 768px) {
  .img-height-sm-100 {
    height: 100px;
  }
  .img-height-sm-150 {
    height: 150px;
  }
  .img-height-sm-200 {
    height: 200px;
  }
  .img-height-sm-250 {
    height: 250px;
  }
  .img-height-sm-275 {
    height: 275px;
  }
  .img-height-sm-300 {
    height: 300px;
  }
  .img-height-sm-550 {
    height: 550px;
  }
}
@media (min-width: 990px) {
  .img-height-md-100 {
    height: 100px;
  }
  .img-height-md-150 {
    height: 150px;
  }
  .img-height-md-200 {
    height: 200px;
  }
  .img-height-md-250 {
    height: 250px;
  }
  .img-height-md-275 {
    height: 275px;
  }
  .img-height-md-300 {
    height: 300px;
  }
  .img-height-md-550 {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .img-height-lg-100 {
    height: 100px;
  }
  .img-height-lg-150 {
    height: 150px;
  }
  .img-height-lg-200 {
    height: 200px;
  }
  .img-height-lg-250 {
    height: 250px;
  }
  .img-height-lg-275 {
    height: 275px;
  }
  .img-height-lg-300 {
    height: 300px;
  }
  .img-height-lg-550 {
    height: 550px;
  }
}
.full-img-wrapper {
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.full-img-wrapper div {
  -webkit-transform: translateZ(0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  z-index: 2;
}
.full-img-wrapper div h1,
.full-img-wrapper div h2,
.full-img-wrapper div h3 {
  position: relative;
}
.full-img-wrapper .grid-img {
  z-index: -1;
}
.full-img-wrapper .tealGreen-overlay {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  background-color: #008374;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.full-img-wrapper:after {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1em;
  margin-left: -0.5em;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f9f9f9;
  z-index: 4;
}
.full-img-wrapper:hover > * {
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.full-img-wrapper:hover div {
  -webkit-transform: translate(0, -10%);
  -moz-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  transform: translate(0, -10%);
}
.full-img-wrapper.selected-state > * {
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.full-img-wrapper.selected-state:after {
  bottom: 0;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.full-img-wrapper.selected-state div {
  -webkit-transform: translate(0, -160%);
  -moz-transform: translate(0, -160%);
  -o-transform: translate(0, -160%);
  -ms-transform: translate(0, -160%);
  transform: translate(0, -160%);
}
@media (min-width: 990px) {
  .full-img-wrapper.selected-state div {
    -webkit-transform: translate(0, -250%);
    -moz-transform: translate(0, -250%);
    -o-transform: translate(0, -250%);
    -ms-transform: translate(0, -250%);
    transform: translate(0, -250%);
  }
}
.full-img-wrapper.selected-state .grid-image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.full-img-wrapper.selected-state .tealGreen-overlay {
  zoom: 1;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.grid-img-wrapper {
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.grid-img-wrapper img {
  height: 100%;
  width: auto;
  z-index: -1;
}
.grid-img-wrapper img.fade-to-black:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.28)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.28) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#470000', GradientType=0);
  /* IE6-9 */
  background-color: red;
}
.grid-img-wrapper .grid-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 100%;
  background-size: cover;
  z-index: -3;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grid-img-wrapper .grid-image.height {
  height: 200px;
}
.grid-img-wrapper:after {
  z-index: -2;
}
.grid-img-wrapper:before {
  z-index: -1;
}
.grid-img-wrapper:after,
.grid-img-wrapper:before {
  will-change: background-color;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: transparent;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.grid-img-wrapper .short-des-in {
  line-height: 15px;
  padding: 19.5px 20px;
  width: 100%;
  bottom: 0;
}
.grid-img-wrapper .short-des-in:before {
  background: rgba(0, 0, 0, 0.5);
  will-change: top;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 0;
  right: 2px;
  left: 0;
  top: 0;
}
.grid-img-wrapper .short-des-in .button {
  right: 20px;
  bottom: 10px;
}
.grid-img-wrapper:hover .grid-image {
  will-change: all;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.grid-img-wrapper:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.grid-img-wrapper:hover .short-des-in:before {
  will-change: top;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  transition: top 0.2s ease;
  top: -300%;
}
.grid-img-wrapper.minheight {
  min-height: 200px;
}
.grid-img-wrapper.open-state:before {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.grid-img-wrapper.selected-state .grid-image,
.grid-img-wrapper.closed-state .grid-image {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grid-img-wrapper.selected-state:before,
.grid-img-wrapper.closed-state:before {
  background: rgba(0, 98, 87, 0.6);
}
.grid-img-wrapper .pos-ok-sign {
  left: 50%;
  top: 40%;
}
.grid-img-wrapper.last-child:after {
  border-right: 0px;
}
.grid-img-wrapper.last-child .short-des-in:before {
  right: 0px;
}
.arrow-up-state {
  left: 45.6%;
  width: 100%;
  bottom: 22px;
}
.arrow-up-state.extra-top {
  top: 84px;
}
.arrow-up-state:before {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1.5em 1.5em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f3f3f3;
}
.arrow-up-state-1 {
  left: 45.6%;
  top: -32px;
}
.arrow-up-state-1:before {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1.5em 1.5em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.arrow-up-state-1.closed-bar:before {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.arrow-up-state-1.active-bar:before {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.arrow-up-style1 {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #efefef;
}
.arrow-down-lrg {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 2em 2em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f9f9f9;
}
.extra-lineheight {
  line-height: 1.875em;
}
/****** Grid Items Wrapper ******/
.grid-items-wrapper {
  padding: 20px;
  margin: 0;
  text-align: left;
  min-height: 100px;
  background: #f3f3f3;
}
.grid-items-wrapper .hdr-block {
  padding-right: 0px;
}
.grid-items-wrapper .item-cont-right {
  margin-left: 30px;
}
.bootstrap-custom-error {
  color: #666666;
  border: solid 1px #e5615d;
  border-radius: 0.2em;
  padding: 10px;
  position: absolute;
  bottom: 50px;
  right: -10px;
  background: #ffffff;
  z-index: 1;
  transform-origin: 100% 98%;
  -webkit-transform-origin: 100% 98%;
  display: inline-block;
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
}
.bootstrap-custom-error.checkbox-custom {
  bottom: auto;
  top: -40px;
  left: 0;
  right: auto;
}
.bootstrap-custom-error.checkbox-custom:before {
  margin-left: -3px;
  left: 20px;
}
.bootstrap-custom-error.checkbox-custom:after {
  left: 20px;
}
.bootstrap-custom-error.enabled {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bootstrap-custom-error.labelinput {
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.bootstrap-custom-error.labelinput.enabled {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.3s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  -webkit-transform: scale(1, );
  -ms-transform: scale(1, );
  transform: scale(1, );
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bootstrap-custom-error:after,
.bootstrap-custom-error:before {
  right: 20px;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bootstrap-custom-error:after {
  border-color: transparent;
  border-top-color: #ffffff;
  border-width: 10px;
}
.bootstrap-custom-error:before {
  border-color: transparent;
  border-top-color: #e5615d;
  border-width: 12px;
  margin-right: -2px;
}
.error-icon,
.error-icon-select {
  display: none;
  color: #e5615d;
  position: absolute;
  z-index: 1;
}
.error-icon {
  right: 10px;
  top: 20px;
}
.error-icon-select {
  right: 35px;
  top: 22px;
}
.confirm-icon {
  display: none;
  color: #89ba16;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 17px;
}
.error input {
  position: relative;
}
.error .error-icon {
  display: block;
}
.error .error-icon-select {
  display: block;
}
.error .selectArrow {
  float: right;
  color: #e5615d;
}
.error .placeholder-title {
  color: #e5615d;
}
.placeholders::-webkit-input-placeholder {
  color: #e5615d;
}
.placeholders:-moz-placeholder {
  color: #e5615d;
}
.placeholders::-moz-placeholder {
  color: #e5615d;
}
.placeholders:-ms-input-placeholder {
  color: #e5615d;
}
input.placeholders:-ms-input-placeholder {
  color: #e5615d;
}
.column-list dl {
  display: table;
  height: inherit;
  padding: 0;
  margin: 0;
}
.column-list dl dt {
  padding: 0 20px;
  width: 60px;
}
.column-list dl dd {
  margin: 0;
}
.column-list dl dt,
.column-list dl dd {
  float: left;
  height: inherit;
}
.column-list dd p,
.column-list dt span {
  vertical-align: middle;
  height: inherit;
  display: table-cell;
}
.column-list.less-opacity {
  opacity: .2;
}
.conf-wrapper {
  background-color: #008374;
  overflow: hidden;
}
.conf-wrapper h1 {
  padding-top: 46px;
}
.conf-wrapper .confirm-util-btn > button,
.conf-wrapper .confirm-util-btn > div > button {
  min-width: 200px;
  line-height: 2.9em;
}
.conf-wrapper .confirm-util-btn .btn-style13 {
  line-height: 2.5em;
}
.conf-wrapper .btn-style1 {
  line-height: 2.2em;
}
.etc-placeholder {
  background: #bfe0dc;
  border-radius: 8px;
}
ul.airplane-wrapper {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  clear: both;
  background-size: 100% auto !important;
}
ul.airplane-wrapper li {
  list-style: none outside none;
  position: absolute;
  overflow: visible;
  padding-top: 5px;
  height: 27px;
  width: 22px;
}
ul.airplane-wrapper li a {
  display: block;
}
.seatmap-collapsed {
  height: 390px;
  overflow: hidden;
}
.seatmap-collapsed-nav {
  top: -25px;
  line-height: 15px;
  padding: 20px 20px 60px;
  width: 100%;
  z-index: 1;
}
.seatmap-collapsed-nav:before {
  background: rgba(255, 255, 255, 0.5);
  will-change: top;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 0;
  right: 0px;
  left: 0;
  top: 0;
}
.seatmap-collapsed-nav.expanded {
  top: 0px;
}
.noseat-area {
  display: none;
}
.seat-theme {
  border-radius: 5px;
  height: 30px;
  width: 34px;
}
.seat-theme .seat-inner {
  border-radius: 5px;
  line-height: 2em;
}
.seat-theme.interactive:hover .passenger,
.seat-theme.interactive:focus .passenger {
  -webkit-transform: translate(0, -0.1em);
  -moz-transform: translate(0, -0.1em);
  -o-transform: translate(0, -0.1em);
  -ms-transform: translate(0, -0.1em);
  transform: translate(0, -0.1em);
}
.seat-theme.interactive:hover .passenger .top,
.seat-theme.interactive:focus .passenger .top {
  color: #ff8800;
}
.seat-theme.interactive:hover .passenger .bottom,
.seat-theme.interactive:focus .passenger .bottom {
  color: #cc6d00;
}
.seat-theme .passenger {
  position: absolute;
  overflow: hidden;
  z-index: 100;
  height: 2em;
  width: 100%;
  top: -0.1em;
  -webkit-transform: translate(0, -0.25em);
  -moz-transform: translate(0, -0.25em);
  -o-transform: translate(0, -0.25em);
  -ms-transform: translate(0, -0.25em);
  transform: translate(0, -0.25em);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.seat-theme .passenger .top,
.seat-theme .passenger .bottom {
  position: absolute;
  width: 22px;
  left: 0;
}
.seat-theme .passenger .top {
  z-index: 1;
  top: .1em;
  -webkit-transform: translate(0, -0.25em);
  -moz-transform: translate(0, -0.25em);
  -o-transform: translate(0, -0.25em);
  -ms-transform: translate(0, -0.25em);
  transform: translate(0, -0.25em);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.seat-theme .passenger .bottom {
  z-index: 0;
}
.seat-theme.available.selected .passenger .top {
  -webkit-transition: all 1.5s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 1.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 1.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 1.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 1.5s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
}
.seat-theme.noseat .passenger,
.seat-theme.selected .passenger,
.seat-theme.noseat .passenger .top,
.seat-theme.selected .passenger .top {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.seat-theme.selected .passenger .top {
  color: #89ba16;
}
.seat-theme.selected .passenger .bottom {
  color: #678c11;
}
.seat-theme.active-passenger .passenger .top {
  color: #ff8800;
}
.seat-theme.active-passenger .passenger .bottom {
  color: #cc6d00;
}
.seat-theme.interactive,
.seat-theme.interactive .seat-inner {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.seat-theme.interactive:hover,
.seat-theme.interactive:focus,
.seat-theme.interactive:hover .seat-inner,
.seat-theme.interactive:focus .seat-inner {
  will-change: background;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.seat-theme.interactive:active,
.seat-theme.interactive:active .seat-inner {
  will-change: background;
  -webkit-transition: background 0.05s ease;
  -moz-transition: background 0.05s ease;
  -o-transition: background 0.05s ease;
  -ms-transition: background 0.05s ease;
  transition: background 0.05s ease;
}
.seat-theme.seat-premium {
  height: 28px;
  width: 30px;
  padding: 0 5px 8px;
}
.seat-theme.seat-premium .seat-inner {
  /*.radius-top (@radius)*/
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 18px;
}
.seat-theme.seat-business {
  height: 28px;
  width: 30px;
  border-radius: 3px;
}
.seat-theme.seat-business .seat-inner {
  border-radius: 3px;
  height: 23px;
}
.seat-theme.seat-business .passenger .top,
.seat-theme.seat-business .passenger .bottom {
  left: 5px;
}
.seat-theme.seat-s {
  height: 21px;
  width: 21px;
  border-radius: 3px;
}
.seat-theme.seat-s .seat-inner {
  border-radius: 3px;
  height: 17px;
}
.seat-theme.seat-theme-green {
  background: #006257;
}
.seat-theme.seat-theme-green .seat-inner {
  background: #008374;
}
.seat-theme.seat-theme-green.interactive:hover,
.seat-theme.seat-theme-green.interactive:focus {
  background: #00af9b;
}
.seat-theme.seat-theme-green.interactive:hover .seat-inner,
.seat-theme.seat-theme-green.interactive:focus .seat-inner {
  background: #00d0b8;
}
.seat-theme.seat-theme-green.interactive:active {
  background: #003e37;
}
.seat-theme.seat-theme-green.interactive:active .seat-inner {
  background: #005f54;
}
.seat-theme.seat-theme-shamrock-green {
  background: #678b10;
}
.seat-theme.seat-theme-shamrock-green .seat-inner {
  background: #89ba16;
}
.seat-theme.seat-theme-shamrock-green.interactive:hover,
.seat-theme.seat-theme-shamrock-green.interactive:focus {
  background: #9ad018;
}
.seat-theme.seat-theme-shamrock-green.interactive:hover .seat-inner,
.seat-theme.seat-theme-shamrock-green.interactive:focus .seat-inner {
  background: #b2e735;
}
.seat-theme.seat-theme-shamrock-green.interactive:active {
  background: #4f6b0c;
}
.seat-theme.seat-theme-shamrock-green.interactive:active .seat-inner {
  background: #719a12;
}
.seat-theme.seat-theme-blue {
  background: #2987c5;
}
.seat-theme.seat-theme-blue .seat-inner {
  background: #309fe8;
}
.seat-theme.seat-theme-blue.interactive:hover,
.seat-theme.seat-theme-blue.interactive:focus {
  background: #5daadd;
}
.seat-theme.seat-theme-blue.interactive:hover .seat-inner,
.seat-theme.seat-theme-blue.interactive:focus .seat-inner {
  background: #75bff0;
}
.seat-theme.seat-theme-blue.interactive:active {
  background: #2373a7;
}
.seat-theme.seat-theme-blue.interactive:active .seat-inner {
  background: #188edc;
}
.seat-theme.seat-theme-deepblue {
  background: #638fb6;
}
.seat-theme.seat-theme-deepblue .seat-inner {
  background: #587895;
}
.seat-theme.seat-theme-deepblue.interactive:hover,
.seat-theme.seat-theme-deepblue.interactive:focus {
  background: #97b4ce;
}
.seat-theme.seat-theme-deepblue.interactive:hover .seat-inner,
.seat-theme.seat-theme-deepblue.interactive:focus .seat-inner {
  background: #839eb6;
}
.seat-theme.seat-theme-deepblue.interactive:active {
  background: #4e7da7;
}
.seat-theme.seat-theme-deepblue.interactive:active .seat-inner {
  background: #4b667f;
}
.seat-theme.seat-theme-deepBlueDark100 {
  background: #296097;
}
.seat-theme.seat-theme-deepBlueDark100 .seat-inner {
  background: #587895;
}
.seat-theme.seat-theme-deepBlueDark100.interactive:hover,
.seat-theme.seat-theme-deepBlueDark100.interactive:focus {
  background: #4186cb;
}
.seat-theme.seat-theme-deepBlueDark100.interactive:hover .seat-inner,
.seat-theme.seat-theme-deepBlueDark100.interactive:focus .seat-inner {
  background: #839eb6;
}
.seat-theme.seat-theme-deepBlueDark100.interactive:active {
  background: #1e466f;
}
.seat-theme.seat-theme-deepBlueDark100.interactive:active .seat-inner {
  background: #455e75;
}
.seat-theme.seat-theme-Darkgreen {
  background: #224d58;
}
.seat-theme.seat-theme-Darkgreen .seat-inner {
  background: #2b606e;
}
.seat-theme.seat-theme-Darkgreen.interactive:hover,
.seat-theme.seat-theme-Darkgreen.interactive:focus {
  background: #377d8f;
}
.seat-theme.seat-theme-Darkgreen.interactive:hover .seat-inner,
.seat-theme.seat-theme-Darkgreen.interactive:focus .seat-inner {
  background: #4190a5;
}
.seat-theme.seat-theme-Darkgreen.interactive:active {
  background: #142d33;
}
.seat-theme.seat-theme-Darkgreen.interactive:active .seat-inner {
  background: #1d4049;
}
.seat-theme.seat-theme-Darkblue {
  background: #275161;
}
.seat-theme.seat-theme-Darkblue .seat-inner {
  background: #336699;
}
.seat-theme.seat-theme-Darkblue.interactive:hover,
.seat-theme.seat-theme-Darkblue.interactive:focus {
  background: #3d7f98;
}
.seat-theme.seat-theme-Darkblue.interactive:hover .seat-inner,
.seat-theme.seat-theme-Darkblue.interactive:focus .seat-inner {
  background: #538cc6;
}
.seat-theme.seat-theme-Darkblue.interactive:active {
  background: #18333d;
}
.seat-theme.seat-theme-Darkblue.interactive:active .seat-inner {
  background: #264c73;
}
.seat-theme.seat-theme-default,
.seat-theme.noseat {
  background: #cccccc;
}
.seat-theme.seat-theme-default .seat-inner,
.seat-theme.noseat .seat-inner {
  background: #b2b2b2;
}
.seat-theme.seat-theme-default .seat-inner.active,
.seat-theme.noseat .seat-inner.active {
  background: #ffffff;
}
.seat-theme.seat-theme-default .passenger .top,
.seat-theme.noseat .passenger .top {
  color: #cccccc;
}
.seat-theme.seat-theme-default .passenger .bottom,
.seat-theme.noseat .passenger .bottom {
  color: #b3b3b3;
}
.wrapper-doc-menu {
  top: 150px;
  z-index: 3;
}
.wrapper-doc-menu .form-control {
  /*color:@gray-17;*/
}
.wrapper-doc-menu ul.doc-menu {
  padding: 0;
  margin: 0;
}
.wrapper-doc-menu ul.doc-menu li a {
  display: block;
  text-align: center;
  min-width: 105px;
}
.wrapper-doc-menu ul.doc-menu li a span {
  color: #80c1ba;
}
.wrapper-doc-menu ul.doc-menu li a:hover span {
  color: #40a297;
}
.wrapper-doc-menu ul.doc-menu li a.active-state {
  background: #40a297;
  color: #ffffff;
}
.wrapper-doc-menu ul.doc-menu li a.active-state span {
  color: #ffffff;
}
.wrapper-doc-menu ul.doc-menu li a.active-state:hover span {
  color: #80c1ba;
}
.wrapper-doc-menu ul.doc-menu li ul.extra-width {
  width: 405px;
}
.wrapper-doc-menu ul.doc-menu li ul.default-height {
  height: 100%;
}
.wrapper-doc-menu ul.doc-menu li ul.left-xxs {
  left: -405px;
}
.doc-menu2 {
  border-radius: 3px;
}
.doc-menu2 .doc-item {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 5px 15px 5px;
}
.doc-menu2 .doc-item:after {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 95%;
  top: 50%;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #80c1ba;
  z-index: 1;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: -0.7em;
}
.doc-menu2 .interactive:hover,
.doc-menu2 .interactive.active {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.doc-menu2 .interactive:hover .doc-item,
.doc-menu2 .interactive.active .doc-item {
  background: #80c1ba;
}
.doc-menu2 .interactive:hover .doc-item:after,
.doc-menu2 .interactive.active .doc-item:after {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 100%;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.header-select-bar {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  /*width:700px;*/
  border-radius: 3px;
}
.bg-globe {
  background: #666666 url(../images/bg-globe-xs.png) 20% 0 no-repeat;
}
.bg-globe.extra-height {
  min-height: 107px;
}
.extra-margins {
  margin: 0 0 0 5px;
}
.zindex-low {
  z-index: -1;
}
.zindex-high {
  z-index: 1;
}
.zindex-high-2 {
  z-index: 2;
}
.zindex-high-11 {
  z-index: 11;
}
.zindex-high-12 {
  z-index: 12;
}
.zindex-high-11 {
  z-index: 11;
}
.zindex-high-12 {
  z-index: 12;
}
.zindex-focus {
  z-index: 250;
}
.zindex-higher-focus {
  z-index: 251;
}
.img-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1003;
}
.img-loader .loader {
  height: 200px;
  width: 200px;
  border: 1px solid #dadada;
  background-color: #eeeeee;
  margin-left: -100px;
  /* -1 * loader width / 2 */
  margin-top: -100px;
  /* -1 * loader height / 2 */
  padding-left: 50px;
  /* 1 * image width / 2 */
  padding-top: 50px;
  /* 1 * image height / 2 */
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sub-grid-hdr {
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
}
.sub-grid-hdr.gray-0 {
  background: #ffffff;
}
.sub-grid-hdr.gray-11 {
  background: #f1f1f1;
}
.badge-ribbon {
  padding: 5px 1em;
}
.badge-ribbon:after,
.badge-ribbon:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
}
.badge-ribbon:after {
  left: -1em;
}
.badge-ribbon:before {
  right: -1em;
}
.badge-ribbon.gold {
  background-color: #dbc36b;
}
.badge-ribbon.gold:after,
.badge-ribbon.gold:before {
  border: 1em solid #dbc36b;
}
.badge-ribbon.gold:after {
  border-left-color: transparent;
}
.badge-ribbon.gold:before {
  border-right-color: transparent;
}
.badge-ribbon.prestige {
  background-color: #cccccc;
}
.badge-ribbon.prestige:after,
.badge-ribbon.prestige:before {
  border: 1em solid #cccccc;
}
.badge-ribbon.prestige:after {
  border-left-color: transparent;
}
.badge-ribbon.prestige:before {
  border-right-color: transparent;
}
.badge-ribbon.elite {
  background-color: #008374;
}
.badge-ribbon.elite:after,
.badge-ribbon.elite:before {
  border: 1em solid #008374;
}
.badge-ribbon.elite:after {
  border-left-color: transparent;
}
.badge-ribbon.elite:before {
  border-right-color: transparent;
}
.side-icon {
  right: .8em;
  bottom: 2.188em;
}
.drag-cont {
  height: 9.688em;
  z-index: 0;
}
.drag-img-icon {
  left: 0;
  font-size: 15em;
  z-index: -1;
}
.circle-img-m {
  width: 6.875em;
  height: 6.875em;
}
.dashed-box {
  border: 3px dashed #eeeeee;
  border-radius: 10px;
  padding: 48px;
}
.ribbon {
  display: block;
  width: 30px;
  height: 23px;
  background: #6699cc;
}
.ribbon:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  border-color: #6699cc #6699cc transparent;
  border-style: solid;
  border-width: 2px 15px 10px;
}
.box-arrow-down .box-arrow-down-inner {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  display: block;
}
.box-arrow-down .box-arrow-down-inner .arrow-down-outer {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #80c1ba;
  z-index: 1;
  margin-bottom: 0em;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.box-arrow-down:hover .interactive,
.box-arrow-down.active .interactive,
.box-arrow-down:active .interactive {
  will-change: background;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #80c1ba;
}
.box-arrow-down:hover .interactive .arrow-down-outer,
.box-arrow-down.active .interactive .arrow-down-outer,
.box-arrow-down:active .interactive .arrow-down-outer {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 0;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-bottom: -1.3em;
}
.tab.center {
  left: 45.5%;
}
.tab a {
  padding: 5px 30px 7px 30px;
  text-decoration: none;
  color: #333333;
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tab .active a {
  background: #e5e5e5;
  color: #333333;
}
.tab .active:before,
.tab .active:after {
  background: #e5e5e5;
  z-index: 1;
}
.tab li:before,
.tab li:after {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
}
.tab li a:before,
.tab li a:after {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: transprent;
  z-index: 2;
}
.tab li a:before {
  left: -20px;
}
.tab li a:after {
  right: -20px;
}
.tab li:before {
  left: -10px;
}
.tab li:after {
  right: -10px;
}
.tab li .active a:before,
.tab li .active a:after {
  background: #e5e5e5;
}
.tab li .active:before,
.tab li .active:after {
  content: "";
}
.tab li:last-child a:before,
.tab li:last-child a:after {
  content: "";
}
.tab li:last-child a .active a:before,
.tab li:last-child a .active a:after {
  background: #e5e5e5;
}
.tab li:last-child:after {
  content: "";
}
.tab li:first-child a:before {
  content: "";
}
.tab li:first-child:before {
  content: "";
}
.tab li:first-child.active a:before {
  background: #ffffff;
}
.tab li:first-child.active a:after {
  background: #ffffff;
}
.feature-compariason {
  background-color: #f9f9f9;
  width: 24.2%;
}
.feature-compariason header {
  background-color: #cfe8e5;
  position: relative;
  margin-right: -1px;
  margin-left: -1px;
}
.feature-compariason header span {
  display: block;
}
.feature-compariason header:after {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 1em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cfe8e5;
  position: absolute;
  margin-left: -1em;
  bottom: -2em;
  left: 50%;
}
.feature-compariason section p {
  color: #999;
  line-height: 19px;
  font-size: 13px;
}
.complete {
  top: 50%;
  margin-top: -11px;
}
.complete .less-padding {
  padding: 3px 10px;
}
.saperator-xl {
  margin: 80px 0;
}
.hr-dotted {
  color: transparent;
  overflow: hidden;
  height: 1em;
  z-index: -1;
}
.hr-dotted:after {
  content: "..................................................................................................................................";
  letter-spacing: 4px;
  color: #767676;
}
.price-xxl {
  margin-top: -10px;
}
.tabbed-content-viewable .tabbed-content {
  display: none;
}
.tabbed-content-viewable .tabbed-content.active {
  display: block;
}
.dark-content-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
}
.dark-content {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
/*	individual features	*/
.cell {
  height: 6.25em;
}
.segments-2 .cell {
  height: 12.75em;
}
.segments-3 .cell {
  height: 19.375em;
}
.benefits .cell {
  height: 8.4375em;
  background: #f1f1f1;
}
.cell.cell1 {
  height: 62px;
}
@media (min-width: 990px) {
  .cell {
    height: 4.375em;
  }
  .segments-2 .cell {
    height: 8.75em;
  }
  .segments-3 .cell {
    height: 12.75em;
  }
}
.info-size.info-size-2 {
  width: 110%;
}
.info-size.info-size-3 {
  width: 140%;
}
.info-size.info-size-4 {
  width: 170%;
}
.loading-view {
  padding: 200px 0;
}
.results-wrpr {
  margin: 12px 0;
  min-height: 300px;
}
ul.results > li {
  margin: 7px 0 10px 0;
}
.price {
  border: solid #fff 1px;
  border-right-color: transparent;
  border-top-color: transparent;
}
.price:hover {
  border-color: #ff8800;
}
.price.benefits:hover {
  border-color: transparent;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
.price.low {
  background: #cfe8e5;
  color: #006257;
}
.benefits .price.low {
  color: #fff;
}
.price.low1 {
  background: #c4dd8b;
  color: #c4dd8b;
}
.benefits .price.low1 {
  color: #fff;
}
.price.low1 .message-success {
  background: #c4dd8b;
}
.price.low1 .icon {
  fill: #c4dd8b;
}
.price.flex {
  background: #bfe0dc;
  color: #006257;
}
.benefits .price.flex {
  color: #fff;
  background: #40a297;
}
.price.plus {
  background: #bfe0dc;
  color: #006257;
}
.benefits .price.plus {
  color: #fff;
  background: #40a297;
}
.price.bus {
  background: #d8e3ed;
  color: #234f76;
}
.benefits .price.bus {
  color: #fff;
  background: #638fb6;
}
.price.busflex {
  background: #cbd9e6;
  color: #234f76;
}
.benefits .price.busflex {
  color: #fff;
  background: #336699;
}
.price.select {
  background: #89ba16;
  color: #ffffff;
  border: none;
}
.benefits .price.select {
  color: #fff;
  background: #a7cb50;
}
.benefits-tab-wrpr {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.benefits-tab-wrpr.opened {
  position: relative;
  overflow: auto;
  margin: 0 0 10px 0;
}
.benefits-tab-wrpr.opened.less-margin {
  margin-bottom: -20px;
}
.benefits-tab {
  background: #89ba16;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #89ba16), color-stop(1, #9cc53b));
  background: -ms-linear-gradient(bottom, #89ba16, #9cc53b);
  background: -moz-linear-gradient(center bottom, #89ba16 0%, #9cc53b 100%);
  background: -o-linear-gradient(#9cc53b, #89ba16);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc53b', endColorstr='#89ba16', GradientType=0);
  line-height: 1.8em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.benefits-tab a {
  color: #ffffff;
}
.benefits .arrow-wrpr {
  display: none;
}
.benefits .select .arrow-wrpr {
  display: block;
}
.benefits .info {
  z-index: 2;
}
.benefits .info .glyphicon {
  font-size: 76px;
}
.benefits .info .info-right {
  padding: 20px;
  padding-right: 40px;
}
.benefits .info .promote {
  color: #444444;
  line-height: 1.3em;
}
.benefits .info p {
  width: 100%;
}
.filters h5 {
  padding: 0;
  margin: 0;
}
.filters .filter-row {
  border-top: solid #efefef 1px;
  padding: 11px 0 0 0;
}
.filters .filter {
  color: #666666;
  padding: 5px 0;
  border-right: 1px solid #efefef;
}
.filters .filter .inactive {
  color: #cccccc;
}
.filters .filter .glyphicon {
  padding: 0 0 0 5px;
}
.filters .filter.low {
  border: none;
}
.filters .filter.flex {
  border: none;
}
.filters .filter.bus {
  border: none;
}
.filters .filter.busflex {
  border: none;
}
.filters .filter h5 {
  padding: 0 4px;
}
.filters .flight-time-filters a {
  padding-left: 10px;
}
.filters .flight-time-filters .orig {
  width: 35%;
}
.filters .flight-time-filters .dur {
  width: 30%;
}
.filters .flight-time-filters .dest {
  width: 35%;
}
.filters .header-row hr {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  margin: 0;
  padding: 0;
}
.filters .header-row .flex,
.filters .header-row .economy {
  position: relative;
  color: #008374;
}
.filters .header-row .flex hr,
.filters .header-row .economy hr {
  background: #008374;
}
.filters .header-row .business {
  color: #336699;
}
.filters .header-row .business hr {
  background: #336699;
}
.filters .header-row .group-1 hr {
  margin-left: -1px;
}
.filters .header-row .col .col div {
  padding: 14px 2px;
}
.plane-dashed-line {
  border: 2px dashed #f1f1f1;
  border-radius: 100%;
  height: 650px;
  width: 650px;
}
.throbber-jet {
  -webkit-animation: rotating-rev 2s linear infinite normal;
  animation: rotating-rev 2s linear infinite normal;
  margin-left: -0.3em;
  position: absolute;
  height: 1.02em;
  -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
  /* older webkit */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  -o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
  /* custom */
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  width: .6em;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  left: 50%;
}
.throbber-jet.pre {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.throbber-jet.post {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.map-loader {
  padding-top: 5em;
  overflow: hidden;
  height: 200px;
  width: 50em;
  margin: 0 auto;
}
.map-loader .pin-to span,
.map-loader .pin-from span {
  bottom: -0.2em;
  z-index: 6;
}
.map-loader .pin-to span {
  right: 0.73em;
}
.map-loader .pin-from span {
  left: 1.15em;
}
.map-loader .rotating-box {
  height: 50em;
  width: 50em;
}
.map-loader .plane-out {
  -webkit-animation: rotating-plane 3s linear infinite normal;
  animation: rotating-plane 3s linear infinite normal;
  z-index: 4;
  top: 0;
}
.map-loader .plane-out .absolute {
  margin-left: -0.3em;
  margin-top: -0.5em;
  left: 50%;
  top: 50%;
}
.map-loader .dashed-line {
  -webkit-animation: rotating-rev 240s linear infinite normal;
  animation: rotating-rev 240s linear infinite normal;
  border: 2px dashed #666666;
  border-radius: 100%;
  z-index: 3;
}
.map-loader .shadow-out {
  top: 3.8em;
  -webkit-filter: blur(2px);
}
.map-loader .dashed-line-shadow {
  -webkit-transform: scaleY(0.5);
  top: -7.3em;
  z-index: 1;
}
.map-loader .dashed-line-shadow span {
  color: #b5b5b5;
}
.map-loader .dashed-line-shadow .dashed-line {
  border-color: #b5b5b5;
}
.throbber {
  width: 75px;
  height: 75px;
  border: 3px dashed #80c1ba;
  border-radius: 100%;
  -webkit-animation: rotating 5s linear infinite normal;
  animation: rotating 5s linear infinite normal;
  z-index: 0;
  position: static;
  margin: 0 auto;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  left: 50%;
}
.throbber.throbber-row {
  margin-top: 10px;
}
.throbber.throbber-bc {
  top: 60px;
}
.throbber.absolute {
  margin-left: -32.5px;
}
.throbber.ng-hide {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -32.5px;
  display: block !important;
  position: absolute;
}
.throbber .throbber-in {
  width: 75px;
  height: 75px;
  -webkit-animation: rotating-rev 1s linear infinite normal;
  animation: rotating-rev 1s linear infinite normal;
}
.throbber .throbber-plane {
  margin-top: -0.5em;
  margin-left: -0.5em;
  position: absolute;
  font-size: 1.5em;
  display: block;
  z-index: 2;
  top: 50%;
  left: 0;
}
.throbber .throbber-plane + .throbber-plane {
  left: 100%;
}
.loading > * {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  transform: translate(0, -1em);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.loading .loading-icon {
  -webkit-animation: rotating-rev 2s linear infinite normal;
  animation: rotating-rev 2s linear infinite normal;
  margin-left: -1.5em;
  margin-top: -1.5em;
  position: absolute;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 0;
  left: 50%;
  top: 50%;
}
.loading .loading-icon .loading-icon-in {
  border: 3px dashed #80c1ba;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 100%;
  height: 3.05em;
  width: 3.05em;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.loading.loaded > * {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.loading.loaded .loading-icon-in {
  -webkit-transform: scale(5, 5);
  -ms-transform: scale(5, 5);
  transform: scale(5, 5);
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.page-loader-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}
.page-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  line-height: 200px;
  height: 200px;
  margin-left: -150px;
  margin-top: -100px;
  padding: 60px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.page-loader img {
  margin-top: -20px;
}
.div-loader-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  min-height: 700px;
  text-align: center;
  padding: 125px;
}
/* Action we're hiding */
.animate-fade.ng-hide-add {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.animate-fade.ng-hide-add-active {
  opacity: 0;
}
/* Action we're showing */
.animate-fade.ng-hide-remove {
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
  opacity: 0;
}
.animate-fade.ng-hide-remove-active {
  opacity: 1;
}
.animate-fade.ng-hide-add,
.animate-fade.ng-hide-remove {
  display: block !important;
}
.animate-fade {
  position: absolute;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/*  discovery utility classes and mixins*/
#map_canvas {
  width: 100%;
  height: 680px;
  margin-bottom: 20px;
}
#map_canvas .gm-style {
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#map_canvas .infoBox {
  white-space: nowrap;
}
#map_canvas .infoBox > img:first-child {
  position: absolute !important;
  right: 10px;
  top: 10px;
  z-index: 1;
}
#map_canvas .infoBox .flightPrice {
  cursor: pointer;
}
#map_canvas .infoBox .flightPrice .priceInfo {
  position: relative;
  background-color: #008374;
  border: 1px solid #006257;
  padding: 0px 5px;
  color: #fff;
  margin-top: -30px;
  float: left;
}
#map_canvas .infoBox .flightPrice .priceInfo .from {
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
}
#map_canvas .infoBox .flightPrice .priceInfo .cost {
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
  font-size: 0.8125em;
}
#map_canvas .infoBox .flightPrice .priceInfo .glyphicon-asterisk {
  font-size: 0.8125em;
}
#map_canvas .infoBox .flightPrice .priceInfo:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 0;
  border-color: #006257 transparent transparent transparent;
}
#map_canvas .infoBox .flightPrice .cityName {
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  color: #555555;
  text-align: center;
  float: left;
}
#map_canvas .infoBox .flightPrice .cityName:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-left: -4px;
  margin-right: 6px;
  border-radius: 50%;
}
#map_canvas .infoBox .flightInfo {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
#map_canvas .infoBox .flightInfo:before {
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -12px;
  content: '';
  border-style: solid;
  border-width: 12px 12px 12px 12px;
  border-color: transparent rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
  /* Rotate */
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#map_canvas .infoBox .flightInfo .clearfix,
#map_canvas .infoBox .flightInfo .nav {
  padding: 6px 8px;
  position: relative;
}
#map_canvas .infoBox .flightInfo .photo {
  width: 100%;
  overflow: hidden;
  /*.radius-top (@radius)*/
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#map_canvas .infoBox .flightInfo .photo .image-wrapper {
  line-height: 0;
  width: 261px;
  height: 166px;
  background-color: #80C1BB;
}
#map_canvas .infoBox .flightInfo .photo .image-wrapper img {
  background-color: #80C1BB;
  min-width: 100%;
  height: 100%;
}
#map_canvas .infoBox .flightInfo .photo .image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
}
#map_canvas .infoBox .flightInfo .destName {
  position: absolute;
  top: -46px;
  left: 10px;
  text-align: left;
  color: #fff;
}
#map_canvas .infoBox .flightInfo .destName .cityName {
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
}
#map_canvas .infoBox .flightInfo .destName .countryName {
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  font-size: 0.75em;
  text-transform: uppercase;
}
#map_canvas .infoBox .flightInfo .destInfo {
  float: right;
  text-align: right;
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  color: #999999;
}
#map_canvas .infoBox .flightInfo .destInfo .from {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #666666;
}
#map_canvas .infoBox .flightInfo .destInfo .cost {
  display: block;
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  color: #006257;
}
#map_canvas .infoBox .flightInfo .destInfo .connections {
  display: inline-block;
  font-size: 0.75em;
}
#map_canvas .infoBox .flightInfo .destInfo .duration {
  display: inline-block;
  font-size: 0.75em;
}
#map_canvas .infoBox .area {
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
  background-color: #006257;
  border: 1px solid #006257;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
  line-height: 1em;
}
#map_canvas .infoBox .area .areaName {
  padding: 2px 4px 0px;
  font-family: "cartogothic_pro_bookbold", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
}
#map_canvas .infoBox .area .destAmount {
  padding: 0px 4px 2px;
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
}
#map_canvas .infoBox .area .lowestPriceHolder {
  padding: 2px 4px 0px;
  background-color: #008374;
  border: 1px solid #006257;
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
}
#map_canvas .infoBox .area .lowestPriceHolder .lowestPrice {
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
}
#map_canvas .infoBox .area .lowestPriceHolder .currency {
  font-family: "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
}
/*	new booker bar	*/
.booker {
  position: absolute;
  z-index: 4;
}
.multi-city-booker-wrap {
  height: 300px;
}
/* styles for new component */
.route-finder-wrapper {
  margin: 0 auto;
}
.route-finder-wrapper .border-top:before {
  background: #008374;
  content: '';
  display: block;
  height: 6px;
  width: 100%;
}
.route-finder-wrapper .label-placeholder-wrap .ei-placeholder-text {
  display: none;
}
.route-finder-wrapper input:-ms-input-placeholder {
  color: #999999;
}
.route-finder-wrapper .theme {
  display: inline-block;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 80%;
  padding: 5px 10px;
  margin: 0 6px 0 0;
}
.route-finder-wrapper .partners-links {
  display: inline-block;
}
.route-finder-wrapper .searches-option {
  float: right;
  position: relative;
  margin-top: 7px;
}
.route-finder-wrapper .searches-option > .dropdown-menu {
  top: 0;
  right: 0;
  width: 400px;
}
.route-finder-wrapper .bbar-route-finder {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 6px;
  position: relative;
}
.route-finder-wrapper .booker-search.focused {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #008374;
  color: #ffffff;
}
.route-finder-wrapper .dropdown-menu li {
  white-space: normal;
}
.route-finder-wrapper .dropdown-menu li.errors {
  position: relative;
  padding: 22px 45px 22px 50px;
  color: #666666;
  font-size: 0.8125em;
}
.route-finder-wrapper .dropdown-menu li.errors span {
  font-family: "cartogothic_pro_bookbold", Helvetica, Arial, sans-serif;
}
.route-finder-wrapper .dropdown-menu li.errors .info-icon {
  position: absolute;
  top: 22px;
  left: 17px;
}
.route-finder-wrapper .dropdown-menu li.errors .info-icon:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 19px;
  margin: 0 12px 0 0;
  background: url(/images/sprit_aerlin.png) -145px -635px no-repeat;
}
.route-finder-wrapper .dropdown-menu .dropdown-scroll {
  max-height: 200px;
  overflow-y: auto;
}
.route-finder-wrapper .places-dropdown-fare {
  background: #f6f6f6;
  width: 100%;
}
.route-finder-wrapper .places-dropdown-fare li {
  cursor: pointer;
}
.route-finder-wrapper .places-dropdown {
  margin-top: 5px;
  left: 0;
  right: -144%;
}
@media (min-width: 1200px) {
  .route-finder-wrapper .places-dropdown {
    right: -649px;
  }
}
.route-finder-wrapper .places-dropdown .content-wrap > div {
  display: table;
  width: 100%;
}
.route-finder-wrapper .places-dropdown .cities,
.route-finder-wrapper .places-dropdown .countries {
  display: table-cell;
  vertical-align: top;
  padding: 29px 24px;
}
.route-finder-wrapper .places-dropdown .cities li:focus,
.route-finder-wrapper .places-dropdown .countries li:focus {
  background: #008374;
}
.route-finder-wrapper .places-dropdown .cities li:focus a,
.route-finder-wrapper .places-dropdown .countries li:focus a {
  color: #ffffff;
}
@media (max-width: 990px) {
  .route-finder-wrapper .places-dropdown .cities,
  .route-finder-wrapper .places-dropdown .countries {
    padding: 29px 15px;
  }
}
.route-finder-wrapper .places-dropdown .cities {
  background: #e5e5e5;
  height: 100%;
  width: 40%;
}
@media (max-width: 1200px) {
  .route-finder-wrapper .places-dropdown .cities {
    width: 35%;
  }
}
@media (max-width: 990px) {
  .route-finder-wrapper .places-dropdown .cities {
    width: 32%;
  }
}
.route-finder-wrapper .places-dropdown .cities ul {
  overflow-y: auto;
}
.route-finder-wrapper .places-dropdown .cities li,
.route-finder-wrapper .places-dropdown .column li {
  margin: 5px 0;
  cursor: pointer;
}
.route-finder-wrapper .places-dropdown .cities a,
.route-finder-wrapper .places-dropdown .column a {
  color: #333333;
  display: block;
  padding: 1px 8px;
  border-radius: 3px;
  font-size: 0.8125em;
  overflow: hidden;
}
.route-finder-wrapper .places-dropdown .cities a:hover,
.route-finder-wrapper .places-dropdown .column a:hover {
  background: #008374;
  color: #ffffff;
}
.route-finder-wrapper .places-dropdown h5 {
  padding: 0 8px;
  color: #333333;
}
.route-finder-wrapper .places-dropdown .column {
  display: inline-block;
  vertical-align: top;
}
.route-finder-wrapper .places-dropdown .column .selected,
.route-finder-wrapper .places-dropdown .column a:hover {
  background: #008374;
  color: #ffffff;
}
.route-finder-wrapper .places-dropdown .countries-list {
  display: table;
  width: 100%;
}
.route-finder-wrapper .places-dropdown .countries-list .column {
  display: table-cell;
  padding-left: 10px;
  min-width: 90px;
}
.route-finder-wrapper .places-dropdown .countries-list .column:first-child {
  padding: 0;
}
.route-finder-wrapper .places-dropdown .countries-list .column li {
  width: 80%;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .route-finder-wrapper .places-dropdown .countries-list .column li {
    width: 90%;
  }
}
@media (max-width: 990px) {
  .route-finder-wrapper .places-dropdown .countries-list .column li {
    width: 100%;
  }
}
.route-finder-wrapper .origin-suggest {
  margin-top: 6px;
  padding-right: 5px;
  min-width: 298px;
  width: 100%;
}
.route-finder-wrapper .origin-suggest a {
  color: #008374;
  display: block;
  font-size: 0.8125em;
  padding: 10px 10px 10px 30px;
  position: relative;
  border-radius: 0;
}
.route-finder-wrapper .origin-suggest a [data-icon] {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  width: 21px;
  height: 21px;
}
.route-finder-wrapper .origin-suggest li.active a,
.route-finder-wrapper .origin-suggest a:hover {
  background: #40a297;
  color: #ffffff;
  cursor: pointer;
}
.route-finder-wrapper .input-wrap {
  box-sizing: border-box;
  height: 50px;
  vertical-align: middle;
}
.route-finder-wrapper .input-wrap .booker-search {
  border-radius: 3px;
  background: #ffffff;
  height: 100%;
  white-space: nowrap;
}
.route-finder-wrapper .input-wrap .booker-search.focused {
  background: #008374;
  position: relative;
  height: 60px;
}
.route-finder-wrapper .input-wrap .booker-search.focused label,
.route-finder-wrapper .input-wrap .booker-search.focused input,
.route-finder-wrapper .input-wrap .booker-search.focused .button {
  color: #ffffff;
}
.route-finder-wrapper .input-wrap .booker-search.focused .button {
  border-color: #ffffff;
}
.route-finder-wrapper .input-wrap input {
  background: transparent;
  border: none;
  font-weight: bold;
  width: 80%;
  font-size: 1.0625em;
}
@media (max-width: 1200px) {
  .route-finder-wrapper .input-wrap input {
    width: 75%;
  }
}
@media (max-width: 990px) {
  .route-finder-wrapper .input-wrap input {
    width: 65%;
  }
}
.route-finder-wrapper .input-wrap :focus {
  outline: 0;
}
.route-finder-wrapper .input-wrap [data-icon] {
  font-size: 2em;
  vertical-align: middle;
  margin: 0 10px;
}
.route-finder-wrapper .input-wrap label {
  line-height: 50px;
}
.route-finder-wrapper.origin-wrap input {
  text-align: center;
  color: #006257;
  border-bottom: dotted 3px #006257;
}
.route-finder-wrapper #dest.input-wrap .places-dropdown {
  left: -100%;
  right: -44%;
}
@media (min-width: 1200px) {
  .route-finder-wrapper #dest.input-wrap .places-dropdown {
    right: -139px;
  }
}
.route-finder-wrapper .full-list {
  border-top: 1px solid #bfe0dc;
  position: relative;
  border-radius: 0;
}
.route-finder-wrapper .options-wrapper {
  margin-top: 6px;
  border-radius: 3px;
  background: #ffffff;
}
.route-finder-wrapper .options-wrapper .multi-trip {
  vertical-align: middle;
  font-size: 0.8125em;
  font-weight: bold;
  text-decoration: underline;
}
.route-finder-wrapper .options-wrapper input {
  margin: 12px 0 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.route-finder-wrapper .options-wrapper input:focus {
  outline: none;
  background: #008374;
  border-color: #008374;
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .trip-options {
  margin-top: 10px;
  padding: 0 30px;
}
.route-finder-wrapper .options-wrapper .flight-passengers {
  margin: 12px 0 0 0;
  margin-top: 10px;
  padding: 0 30px;
}
.route-finder-wrapper .options-wrapper .calend-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.route-finder-wrapper .options-wrapper .calend-wrap input,
.route-finder-wrapper .options-wrapper .calend-wrap [datetoggler],
.route-finder-wrapper .options-wrapper .calend-wrap .datepicker-disabled {
  display: inline-block;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  width: 100%;
  margin: 0 6px 0 0;
  border-radius: 3px;
  background: transparent;
  border: 0;
  padding: 0 10px 0 40px;
}
.route-finder-wrapper .options-wrapper .calend-wrap input button,
.route-finder-wrapper .options-wrapper .calend-wrap [datetoggler] button,
.route-finder-wrapper .options-wrapper .calend-wrap .datepicker-disabled button {
  background: none;
  border: none;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
}
.route-finder-wrapper .options-wrapper .calend-wrap [data-icon] {
  position: absolute;
  top: 7px;
  left: 0;
  text-align: center;
  margin: .1em;
  width: 1em;
  vertical-align: middle;
}
.route-finder-wrapper .options-wrapper .calend-wrap.focused {
  background: #008374;
  border-color: #008374;
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .calend-wrap.focused [data-icon] {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .calend-wrap.focused button {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .calend-wrap.focused .button {
  color: #ffffff;
  border-color: #ffffff;
}
.route-finder-wrapper .options-wrapper .outDate,
.route-finder-wrapper .options-wrapper .inDate {
  position: relative;
}
.route-finder-wrapper .options-wrapper .pass-number {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-left: 30px;
}
.route-finder-wrapper .options-wrapper .pass-number input,
.route-finder-wrapper .options-wrapper .pass-number [datetoggler],
.route-finder-wrapper .options-wrapper .pass-number .datepicker-disabled {
  display: inline-block;
  box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  width: 100%;
  margin: 0 6px 0 0;
  border-radius: 3px;
  background: transparent;
  border: 0;
  padding: 0 10px 0 40px;
}
.route-finder-wrapper .options-wrapper .pass-number input button,
.route-finder-wrapper .options-wrapper .pass-number [datetoggler] button,
.route-finder-wrapper .options-wrapper .pass-number .datepicker-disabled button {
  background: none;
  border: none;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
}
.route-finder-wrapper .options-wrapper .pass-number [data-icon] {
  position: absolute;
  top: 7px;
  left: 0;
  text-align: center;
  margin: .1em;
  width: 1em;
  vertical-align: middle;
}
.route-finder-wrapper .options-wrapper .pass-number.focused {
  background: #008374;
  border-color: #008374;
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .pass-number.focused [data-icon] {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .pass-number.focused button {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .pass-number.focused .button {
  color: #ffffff;
  border-color: #ffffff;
}
.route-finder-wrapper .options-wrapper .pass-number.focused input,
.route-finder-wrapper .options-wrapper .pass-number.focused [data-icon] {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .pass-number [data-icon] {
  margin: 0;
}
.route-finder-wrapper .options-wrapper .pass-number .popover-inner {
  color: #333333;
}
.route-finder-wrapper .options-wrapper .pass-number .popover-inner a {
  display: inline;
  background: transparent;
  line-height: inherit;
}
.route-finder-wrapper .options-wrapper .extra-options {
  margin: 20px 0 0 0;
  padding: 7px 30px;
  border-top: 1px dashed #b2b2b2;
}
.route-finder-wrapper .options-wrapper .extra-options .fare,
.route-finder-wrapper .options-wrapper .extra-options .promocode {
  margin-right: 6px;
}
.route-finder-wrapper .options-wrapper .extra-options input,
.route-finder-wrapper .options-wrapper .other-options input {
  display: inline-block;
  height: 43px;
  margin: 0;
  border-radius: 3px;
  padding: 0 0 0 40px;
}
.route-finder-wrapper .options-wrapper .extra-options input:-ms-input-placeholder,
.route-finder-wrapper .options-wrapper .other-options input:-ms-input-placeholder {
  color: #999999;
}
.route-finder-wrapper .options-wrapper .extra-options input:focus ::-webkit-input-placeholder,
.route-finder-wrapper .options-wrapper .other-options input:focus ::-webkit-input-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options input:focus :-moz-placeholder,
.route-finder-wrapper .options-wrapper .other-options input:focus :-moz-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options input:focus ::-moz-placeholder,
.route-finder-wrapper .options-wrapper .other-options input:focus ::-moz-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options input:focus :-ms-input-placeholder,
.route-finder-wrapper .options-wrapper .other-options input:focus :-ms-input-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options .fare,
.route-finder-wrapper .options-wrapper .other-options .fare,
.route-finder-wrapper .options-wrapper .extra-options .promocode,
.route-finder-wrapper .options-wrapper .other-options .promocode {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
}
.route-finder-wrapper .options-wrapper .extra-options .fare.focused,
.route-finder-wrapper .options-wrapper .other-options .fare.focused,
.route-finder-wrapper .options-wrapper .extra-options .promocode.focused,
.route-finder-wrapper .options-wrapper .other-options .promocode.focused {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options .fare.focused ::-webkit-input-placeholder,
.route-finder-wrapper .options-wrapper .other-options .fare.focused ::-webkit-input-placeholder,
.route-finder-wrapper .options-wrapper .extra-options .promocode.focused ::-webkit-input-placeholder,
.route-finder-wrapper .options-wrapper .other-options .promocode.focused ::-webkit-input-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options .fare.focused :-moz-placeholder,
.route-finder-wrapper .options-wrapper .other-options .fare.focused :-moz-placeholder,
.route-finder-wrapper .options-wrapper .extra-options .promocode.focused :-moz-placeholder,
.route-finder-wrapper .options-wrapper .other-options .promocode.focused :-moz-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options .fare.focused ::-moz-placeholder,
.route-finder-wrapper .options-wrapper .other-options .fare.focused ::-moz-placeholder,
.route-finder-wrapper .options-wrapper .extra-options .promocode.focused ::-moz-placeholder,
.route-finder-wrapper .options-wrapper .other-options .promocode.focused ::-moz-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options .fare.focused :-ms-input-placeholder,
.route-finder-wrapper .options-wrapper .other-options .fare.focused :-ms-input-placeholder,
.route-finder-wrapper .options-wrapper .extra-options .promocode.focused :-ms-input-placeholder,
.route-finder-wrapper .options-wrapper .other-options .promocode.focused :-ms-input-placeholder {
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options .fare.focused .button,
.route-finder-wrapper .options-wrapper .other-options .fare.focused .button,
.route-finder-wrapper .options-wrapper .extra-options .promocode.focused .button,
.route-finder-wrapper .options-wrapper .other-options .promocode.focused .button {
  color: #ffffff;
  border-color: #ffffff;
}
.route-finder-wrapper .options-wrapper .extra-options .fare .icon-wrap,
.route-finder-wrapper .options-wrapper .other-options .fare .icon-wrap,
.route-finder-wrapper .options-wrapper .extra-options .promocode .icon-wrap,
.route-finder-wrapper .options-wrapper .other-options .promocode .icon-wrap {
  display: inline-block;
  margin: -3px 0 0 -1px;
}
.route-finder-wrapper .options-wrapper .extra-options .promocode .circle,
.route-finder-wrapper .options-wrapper .other-options .promocode .circle,
.route-finder-wrapper .options-wrapper .extra-options .fare .circle,
.route-finder-wrapper .options-wrapper .other-options .fare .circle,
.route-finder-wrapper .options-wrapper .extra-options .promocode [data-icon],
.route-finder-wrapper .options-wrapper .other-options .promocode [data-icon],
.route-finder-wrapper .options-wrapper .extra-options .fare [data-icon],
.route-finder-wrapper .options-wrapper .other-options .fare [data-icon] {
  position: absolute;
  top: 11px;
  left: 12px;
}
.route-finder-wrapper .options-wrapper .extra-options .promocode [data-icon],
.route-finder-wrapper .options-wrapper .other-options .promocode [data-icon],
.route-finder-wrapper .options-wrapper .extra-options .fare [data-icon],
.route-finder-wrapper .options-wrapper .other-options .fare [data-icon] {
  margin: -4px -1px;
}
.route-finder-wrapper .options-wrapper .extra-options .promocode .button,
.route-finder-wrapper .options-wrapper .other-options .promocode .button,
.route-finder-wrapper .options-wrapper .extra-options .fare .button,
.route-finder-wrapper .options-wrapper .other-options .fare .button {
  border: 1px solid #333333;
  color: #333333;
  transition: none;
}
.route-finder-wrapper .options-wrapper .extra-options .promocode input,
.route-finder-wrapper .options-wrapper .other-options .promocode input,
.route-finder-wrapper .options-wrapper .extra-options .fare input,
.route-finder-wrapper .options-wrapper .other-options .fare input {
  line-height: 43px;
}
.route-finder-wrapper .options-wrapper .styled-select {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  position: relative;
  width: 240px;
  height: 43px;
  overflow: hidden;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
}
.route-finder-wrapper .options-wrapper .styled-select select {
  background: transparent;
  width: 268px;
  padding: 9px 9px 9px 37px;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  height: 43px;
  -webkit-appearance: none;
}
.route-finder-wrapper .options-wrapper .options-toggle {
  font-size: 0.8125em;
  text-align: center;
  text-transform: uppercase;
}
.route-finder-wrapper .options-wrapper .trigger {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #efefef));
  background: -ms-linear-gradient(bottom, #ffffff, #efefef);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(#efefef, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  position: relative;
  width: 240px;
  height: 43px;
  padding: 0 5px 0 40px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.route-finder-wrapper .options-wrapper .trigger span {
  vertical-align: middle;
}
.route-finder-wrapper .options-wrapper .trigger .fare-label {
  line-height: 43px;
}
.route-finder-wrapper .options-wrapper .trigger:after {
  content: "";
  display: block;
  top: 50%;
  right: 14px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(102, 102, 102, 0);
  border-top-color: #666666;
  border-width: 7px;
  margin-top: -3px;
}
.route-finder-wrapper .options-wrapper .trigger.focused {
  background: #008374;
  border: 1px solid #008374;
  color: #ffffff;
}
.route-finder-wrapper .options-wrapper .trigger.focused [data-icon]:before {
  border-color: #ffffff;
}
.route-finder-wrapper .options-wrapper .trigger.focused:after {
  border-top-color: #ffffff;
}
.route-finder-wrapper .options-wrapper .trigger.focused .button {
  color: #ffffff;
  border-color: #ffffff;
}
.route-finder-wrapper .options-wrapper .options li {
  padding: 10px 5px;
}
.route-finder-wrapper .options-wrapper .options li:hover {
  background: #40a297;
  color: #ffffff;
}
.route-finder-wrapper .bbar-route-finder .booker-search {
  position: relative;
}
.route-finder-wrapper .bbar-route-finder .booker-search .origin-suggest {
  width: 100%;
}
.route-finder-wrapper .bbar-route-finder .destination-field .origin-label [data-icon]:before {
  content: '\F005';
}
.route-finder-wrapper .datepicker-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  background: #f6f6f6;
  border-radius: 3px;
}
.route-finder-wrapper .datepicker-header {
  padding: 0 19px;
  border-bottom: 1px solid #80c1ba;
  background: #e5e5e5;
}
.route-finder-wrapper .datepicker-header .title {
  float: left;
  color: #006257;
  font-size: 1em;
  font-weight: bold;
  line-height: 44px;
}
.route-finder-wrapper .close-button {
  border: 0 none transparent;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  width: 1.625em;
  height: 1.625em;
  background-color: #eeeeee;
  cursor: pointer;
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: .65;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.route-finder-wrapper .close-button.button:focus svg,
.route-finder-wrapper .close-button.button:hover svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.route-finder-wrapper .close-button.button:active svg {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.route-finder-wrapper .close-button svg {
  max-width: 100%;
  height: auto;
}
.route-finder-wrapper .close-button svg {
  margin-top: .3em;
  width: 16px;
  height: 16px;
  top: -2px;
  position: relative;
}
.route-finder-wrapper .close-button.center-margin-fix {
  margin-left: -0.8125em;
}
.route-finder-wrapper .close-button:before {
  content: '\F04e';
  font-size: 2em;
  display: block;
  padding: 3px;
}
.route-finder-wrapper .multi-city .datepicker-container {
  top: 100%;
}
.route-finder-wrapper .multi-city .options-wrapper {
  margin-top: 0;
}
.route-finder-wrapper .multi-city .options-wrapper .calend-wrap {
  border: 0;
}
.route-finder-wrapper .multi-city .options-wrapper .calend-wrap [data-icon] {
  line-height: 31px;
}
.route-finder-wrapper .multi-city .options-wrapper .calend-wrap [datetoggler] {
  line-height: 50px;
  height: 50px;
}
.route-finder-wrapper .multi-city .options-wrapper .trigger {
  height: 45px;
}
.route-finder-wrapper .multi-city .options-wrapper .other-options .promocode input {
  height: 45px;
}
.route-finder-wrapper .extra-options .ei-placeholder-text,
.route-finder-wrapper .other-options .ei-placeholder-text {
  display: none;
}
.widget-block .route-finder-wrapper .bbar-route-finder .booker-search.focused {
  background: none;
}
.widget-block .route-finder-wrapper .bbar-route-finder .booker-search.focused input {
  color: #006257;
}
.booker-search.focused {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #008374;
  color: #ffffff;
}
.submit-area {
  padding: 19px;
  background-color: #e5e5e5;
  text-align: right;
  font-size: 0.875em;
}
.submit-area a {
  color: #006257;
  text-decoration: underline;
}
.submit-area a.disabled {
  cursor: default;
}
.submit-area button {
  color: #006257;
  padding: 5px 40px;
  margin-left: 20px;
  border: 2px solid #008374;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.content-wrap {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pass-number-wrapper {
  position: relative;
  padding: 2px 0 5px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 3px;
  width: 220px;
  vertical-align: middle;
  text-align: left;
}
.pass-number-wrapper:hover {
  border-color: #767676;
}
.pass-number-wrapper.opened:hover {
  border-color: #008374;
}
.pass-number-wrapper:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 23px;
  right: 13px;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #676767 transparent transparent transparent;
  cursor: pointer;
}
.pass-number-wrapper.opened:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pass-number-wrapper .pax-row:last-child {
  border-bottom: 1px solid #cacaca;
}
.pass-number-wrapper .brick.brick-right {
  background: #f9f9f9;
}
.pass-number-wrapper .brick.brick-left {
  background: #ffffff;
}
.passengers-count {
  position: absolute;
  z-index: 15;
  top: 38px;
  right: 0;
  left: -10%;
  width: 280px;
  margin-top: 15px;
  cursor: default;
  background: #f9f9f9;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 5px 0;
}
.passengers-count .dropdown-menu {
  display: none;
}
.passengers-count.open .dropdown-menu {
  display: block;
}
.passengers-count h5 {
  margin: 0 0 8px 0;
  color: #666666;
}
.passengers-count .group-link {
  color: #999999;
  text-decoration: underline;
}
.passengers-count.triangle:before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -8px;
  left: 45px;
  background: #f9f9f9;
  transform: rotate(45deg);
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-radius: 3px 0 100%;
}
.recent-search {
  background-color: rgba(0, 0, 0, 0.15);
}
.recent-search h4 {
  margin: 20px 0;
}
.recent-search .panel {
  position: relative;
  padding: 22px;
  background: #f9f9f9;
  z-index: 1;
}
.recent-search .panel li {
  position: relative;
  padding: 7px 40px 7px 10px;
  margin-bottom: 2px;
  border-radius: 3px;
}
.recent-search .panel li .circle-x {
  top: 50%;
  right: 12px;
  margin-top: -10px;
  background-color: #bfe0dc;
  fill: #ffffff;
}
.recent-search .panel .circle-x {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #e5e5e5;
  fill: #9a9a9a;
}
.searches-link {
  margin-top: 10px;
}
.searches-link:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 10px;
  vertical-align: middle;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.bbar-route-finder .button-shamrock-green {
  display: block;
  height: 50px;
  line-height: 46px;
}
.bbar-route-finder .button-shamrock-green *:not([data-icon]) {
  vertical-align: baseline;
}
.trip-switch-width {
  width: 203px;
}
.trip-switch {
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.trip-switch li,
.trip-switch button {
  float: left;
}
.trip-switch li:focus.disabled,
.trip-switch button:focus.disabled {
  outline: none;
}
.trip-switch li:focus.disabled > div.l-trigger,
.trip-switch button:focus.disabled > div.l-trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: none;
}
.trip-switch li:focus.disabled > div.r-trigger,
.trip-switch button:focus.disabled > div.r-trigger {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: none;
}
.trip-switch li:focus > div.l-trigger,
.trip-switch button:focus > div.l-trigger {
  border: 1px solid #e5e5e5;
}
.trip-switch li:focus > div.r-trigger,
.trip-switch button:focus > div.r-trigger {
  border: 1px solid #e5e5e5;
}
.trip-switch li > div,
.trip-switch button > div {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 20px 0 12px;
  border: 1px solid #e5e5e5;
  white-space: nowrap;
  cursor: pointer;
}
.trip-switch li > div.active,
.trip-switch button > div.active {
  cursor: default;
  background: #008374;
  color: #fff;
  border: 1px solid #008374;
}
.trip-switch li > div.active.disabled,
.trip-switch button > div.active.disabled {
  color: #fff;
  background-color: #cacaca;
  border-color: #cacaca;
}
.trip-switch li > div.disabled,
.trip-switch button > div.disabled {
  color: #cacaca;
  cursor: not-allowed;
}
.trip-switch li > div.l-trigger,
.trip-switch button > div.l-trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: none;
}
.trip-switch li > div.r-trigger,
.trip-switch button > div.r-trigger {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: none;
}
/* end of styles for new component */
/*	experience finder	*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  zoom: 1;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  zoom: 1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
#slides_control .carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
#slides_control .carousel-indicators li {
  margin: 0 5px;
  /** style to over write from bootstarp.min.css **/
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/* carousel over-rides for home page */
#slides-controller .carousel-indicators {
  bottom: -40px;
}
#slides-controller .carousel-indicators .active {
  margin: 5px;
}
#slides-controller .carousel-control {
  display: block;
  background: rgba(255, 255, 255, 0);
  z-index: 9;
}
#slides-controller .carousel-control span {
  display: none;
}
#slides-controller .carousel-control span {
  display: block;
  position: static;
  height: 100%;
  width: 100%;
  margin: 0;
}
#slides-controller .carousel-control span:before {
  content: '';
}
#slides-controller .left.carousel-control {
  left: -80px;
  width: 8%;
}
#slides-controller .left.carousel-control .icon-prev:before {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
  background: none;
  content: '';
  left: -80px;
}
#slides-controller .right.carousel-control {
  right: -80px;
  width: 8%;
}
#slides-controller .right.carousel-control .icon-next:before {
  font-family: "aer-lingus-icons-p1", "aer-lingus-icons-p2", "aer-lingus-icons-last", "aer-lingus-icons-old-p1", "aer-lingus-icons-old-p2", "aer-lingus-icons-old-last", sans-serif;
  background: none;
  content: '';
  right: -80px;
}
#slides-controller .carousel .carousel-inner {
  z-index: 0;
}
.filter-options {
  text-align: center;
}
.filter-options > * {
  display: inline-block;
  width: 5.3em;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.filter-options > *:hover,
.filter-options > *.active:hover {
  color: #007668;
}
.filter-options > *:hover .al-icon-wrapper,
.filter-options > *.active:hover .al-icon-wrapper {
  background: #007668;
  color: #ffffff;
  border-color: #007668;
}
.filter-options > *.active .al-icon-wrapper {
  background: #008374;
  color: #ffffff;
  border-color: #008374;
}
.filter-options > *.disabled,
.filter-options > *.disabled:hover {
  color: #eee;
  cursor: default;
}
.filter-options > *.disabled .al-icon-wrapper,
.filter-options > *.disabled:hover .al-icon-wrapper {
  background: none;
  border-color: #eee;
  color: #008374;
}
@media (max-width: 1200px) {
  .filter-options > * {
    width: 4.2em;
  }
}
.filter-options .al-icon-wrapper {
  display: block;
  width: 0.8125em;
  height: 0.8125em;
  line-height: 0.728em;
  border-radius: 50%;
  border: 1px solid #008374;
  font-size: 3em;
  color: #008374;
  -webkit-transition: background-color ease .15s;
  transition: background-color ease .15s;
  -webkit-transition: all background-color ease .15s ease-out;
  -moz-transition: all background-color ease .15s ease-out;
  -o-transition: all background-color ease .15s ease-out;
  transition: all background-color ease .15s ease-out;
}
.filter-options .al-icon {
  font-size: 0.8em;
}
.widget-block {
  /*Styles for origin-label are changed from default from Booker Bar*/
}
.widget-block .route-finder-wrapper {
  display: inline-block;
}
.widget-block .route-finder-wrapper .bbar-route-finder.origin-wrap {
  background: none;
  border-radius: 0;
  padding: 0;
}
.widget-block .route-finder-wrapper .bbar-route-finder.origin-wrap .dropdown-menu {
  width: 335px;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
}
.widget-block .route-finder-wrapper .bbar-route-finder.origin-wrap .dropdown-menu [data-icon] {
  margin-top: -19px;
}
.widget-block .route-finder-wrapper .bbar-route-finder.origin-wrap .places-dropdown {
  width: 800px;
  left: -410px;
}
.widget-block .route-finder-wrapper .bbar-route-finder.origin-wrap .input-wrap {
  height: 25px;
}
.widget-block .route-finder-wrapper .bbar-route-finder.origin-wrap .input-wrap .booker-search.focused {
  height: 33px;
}
.widget-block .input-wrap input,
.widget-block .widget-select {
  border: none;
  border-bottom: dotted 3px #006257;
  color: #006257;
  cursor: pointer;
}
.widget-block .input-wrap input:focus,
.widget-block .widget-select:focus {
  outline: none;
}
.widget-block .widget-origin-directive label.origin-label {
  display: none;
}
.widget-block .origin-label {
  width: 322px;
  text-align: center;
}
.widget-block .origin-label::-ms-clear {
  display: none;
}
.widget-block .widget-select {
  padding: 0 10px;
}
.widget-block .carousel-inner {
  height: 100%;
}
.widget-block .carousel-indicators {
  bottom: -45px;
}
.widget-block .carousel-indicators li {
  background-color: #ccc;
  border: 3px solid #ccc;
  height: 17px;
  width: 17px;
}
.widget-block .carousel-indicators .active {
  background-color: #fff;
  height: 17px;
  margin: 5px;
  width: 17px;
}
.widget-block .carousel-control {
  cursor: pointer;
}
.widget-block .slider-wrapper {
  height: 400px;
}
@media (min-width: 970px) and (max-width: 1170px) {
  .widget-block .slider-wrapper {
    height: 532px;
  }
}
@media (min-width: 1170px) and (max-width: 1400px) {
  .widget-block .slider-wrapper {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .widget-block .slider-wrapper {
    height: 550px;
  }
}
.widget-block .tile-caption {
  position: absolute;
}
.widget-block .tile-caption .title-lrg {
  font-size: 1.2em;
}
.widget-block .tile-caption .title-s {
  font-size: 0.8em;
}
.widget-block .bottom-slider-text {
  text-align: left;
}
.widget-block .bottom-slider-text .tile-caption {
  bottom: 0;
  font-size: 20px;
}
.widget-block .up-slider-text {
  text-align: right;
}
.widget-block .up-slider-text .tile-caption {
  top: 25px;
  right: 30px;
  font-size: 16px;
}
.widget-block .up-slider-text .tile-caption .title-s {
  text-transform: uppercase;
}
.widget-block .up-slider-text .tile-caption .offer-price {
  position: relative;
  cursor: pointer;
  font: 1.8em normal normal "cartogothic_pro_lightbold", Georgia, "Times New Roman", Times, serif;
}
.widget-block .up-slider-text .tile-caption .offer-price .glyphicon-asterisk {
  position: absolute;
  top: 1px;
  right: -15px;
}
.widget-block .disabled-block {
  position: relative;
}
.widget-block .disabled-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.widgetTitle {
  text-align: center;
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
}
.widgetTitle .select-dropdown {
  position: relative;
}
.widgetTitle .select-dropdown .dropdown-menu {
  top: 100%;
  text-align: left;
  font-size: 16px;
  width: 200px;
  background: #f9f9f9;
  border-top: 8px solid #006257;
  z-index: 3;
  position: absolute;
  display: none;
}
.widgetTitle .select-dropdown .dropdown-menu li {
  padding: 10px;
  color: #008374;
  cursor: pointer;
}
.widgetTitle .select-dropdown .dropdown-menu li:hover {
  background: #40a297;
  color: #ffffff;
}
.widgetTitle .select-dropdown.open .dropdown-menu {
  display: block;
}
/*Slider section*/
.slider-wrapper {
  /*Styles for vertical align of tiles*/
  /*Styles for horizontal align of tiles*/
}
.slider-wrapper .slide,
.slider-wrapper .slide-1 .tile-1 {
  height: 100%;
  width: 100%;
}
.slider-wrapper .tile {
  float: left;
  position: relative;
}
.slider-wrapper .tile.tile-error {
  display: table;
  cursor: default;
}
.slider-wrapper .tile.tile-error .photo {
  display: table-cell;
  background: #f6f6f6;
  color: #e5e5e5;
  text-align: center;
  vertical-align: middle;
}
.slider-wrapper .photo {
  height: 100%;
  overflow: hidden;
  color: #ffffff;
}
.slider-wrapper .photo img {
  height: 100%;
  min-width: 100%;
}
.slider-wrapper.vertical-align-slides .slide-2 .tile-1,
.slider-wrapper.vertical-align-slides .slide-3 .tile-1,
.slider-wrapper.vertical-align-slides .slide-4 .tile-1 {
  height: 100%;
  padding-right: 0.2%;
  width: 50%;
}
.slider-wrapper.vertical-align-slides .slide-2 .tile-2 {
  height: 100%;
  width: 50%;
}
.slider-wrapper.vertical-align-slides .slide-3 .tile-2,
.slider-wrapper.vertical-align-slides .slide-4 .tile-2 {
  height: 50%;
  padding-bottom: 0.2%;
  width: 50%;
}
.slider-wrapper.vertical-align-slides .slide-3 .tile-3 {
  height: 50%;
  width: 50%;
}
.slider-wrapper.vertical-align-slides .slide-4 .tile-3,
.slider-wrapper.vertical-align-slides .slide-4 .tile-4 {
  height: 50%;
  width: 25%;
}
.slider-wrapper.vertical-align-slides .slide-4 .tile-3 {
  padding-right: 0.2%;
}
.slider-wrapper.horizontal-align-slides .slide-2 .tile-1,
.slider-wrapper.horizontal-align-slides .slide-3 .tile-1,
.slider-wrapper.horizontal-align-slides .slide-4 .tile-1,
.slider-wrapper.horizontal-align-slides .slide-2 .tile-2,
.slider-wrapper.horizontal-align-slides .slide-3 .tile-2,
.slider-wrapper.horizontal-align-slides .slide-4 .tile-2,
.slider-wrapper.horizontal-align-slides .slide-2 .tile-3,
.slider-wrapper.horizontal-align-slides .slide-3 .tile-3,
.slider-wrapper.horizontal-align-slides .slide-4 .tile-3,
.slider-wrapper.horizontal-align-slides .slide-2 .tile-4,
.slider-wrapper.horizontal-align-slides .slide-3 .tile-4,
.slider-wrapper.horizontal-align-slides .slide-4 .tile-4 {
  height: 50%;
}
.slider-wrapper.horizontal-align-slides .slide-2 .tile-1,
.slider-wrapper.horizontal-align-slides .slide-3 .tile-1 {
  padding-bottom: 0.2%;
  width: 100%;
}
.slider-wrapper.horizontal-align-slides .slide-2 .tile-2 {
  width: 100%;
}
.slider-wrapper.horizontal-align-slides .slide-3 .tile-2 {
  padding-right: 0.2%;
  width: 62%;
}
.slider-wrapper.horizontal-align-slides .slide-3 .tile-3 {
  width: 38%;
}
.slider-wrapper.horizontal-align-slides .slide-4 .tile-1 {
  width: 38%;
  padding: 0 0.2% 0.2% 0;
}
.slider-wrapper.horizontal-align-slides .slide-4 .tile-2 {
  width: 62%;
  padding-bottom: 0.2%;
}
.slider-wrapper.horizontal-align-slides .slide-4 .tile-3 {
  width: 62%;
  padding-right: 0.2%;
}
.slider-wrapper.horizontal-align-slides .slide-4 .tile-4 {
  width: 38%;
}
/*	plan page	*/
.plan-page-header {
  height: 530px;
  background: 0 0 no-repeat;
  background-size: cover;
  background-image: url(/images/newyork.png);
  padding: 150px 0 50px;
  color: #ffffff;
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
}
.plan-page-header h5 {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 1.775em;
}
.plan-page-header h2 {
  font-size: 2.975em;
  margin-bottom: 0.2em;
}
.plan-page-header p {
  font-size: 1.3em;
  margin-bottom: 2.3em;
}
.plan-page-header p a {
  color: #ffffff;
}
.plan-page-header.corporate {
  height: 385px;
  padding-top: 110px;
}
.plan-page-content {
  margin-top: -158px;
  margin-bottom: 34px;
}
.plan-page-content.corporate {
  margin-top: -206px;
}
.plan-page-content .route-finder-wrapper .options-wrapper {
  margin-top: 0;
}
.plan-page-content .route-finder-wrapper .options-wrapper .trigger {
  width: 100%;
}
.plan-page-content .route-finder-wrapper .options-wrapper .other-options .fare,
.plan-page-content .route-finder-wrapper .options-wrapper .other-options .promocode {
  display: block;
}
.plan-page-content .route-finder-wrapper .options-wrapper .other-options .promocode input {
  width: 100%;
}
.plan-page-content .route-finder-wrapper .options-wrapper .popover {
  max-width: 565px;
  min-width: 425px;
  padding: 30px;
  border: 0;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.plan-page-content .route-finder-wrapper .options-wrapper .popover .popover-title {
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.1em;
  background-color: inherit;
  border-bottom: 0;
  padding: 0;
  padding-bottom: 20px;
}
.plan-page-content .route-finder-wrapper .options-wrapper .popover .popover-content {
  padding: 0;
  font-family: "cartogothic_pro_bookregular", Helvetica, Arial, sans-serif;
  font-size: 0.8125em;
}
.plan-page-content .route-finder-wrapper .options-wrapper .popover .popover-content a {
  color: inherit;
  text-decoration: underline;
}
.plan-page-content .route-finder-wrapper.group-form .input-wrap {
  border: 1px solid #cccccc;
}
.plan-page-content .route-finder-wrapper.group-form .input-wrap.right-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plan-page-content .route-finder-wrapper.group-form .input-wrap.right-control .booker-search.focused {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plan-page-content .route-finder-wrapper.group-form .input-wrap.left-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plan-page-content .route-finder-wrapper.group-form .input-wrap.left-control .booker-search.focused {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.plan-page-content .route-finder-wrapper.group-form .options-wrapper {
  background: transparent;
}
.plan-page-content .route-finder-wrapper.group-form .options-wrapper .calend-wrap {
  background: #ffffff;
  border-color: #cccccc;
}
.plan-page-content .route-finder-wrapper.group-form .options-wrapper .calend-wrap.focused {
  background: #008374;
}
.plan-page-content .route-finder-wrapper.group-form .passengers-input {
  height: 45px;
  border-radius: 3px;
}
.plan-page-content .route-finder-wrapper.group-form .destination-field .origin-label [data-icon]:before {
  content: '\F005';
}
.plan-page-content .route-finder-wrapper.group-form .places-dropdown {
  width: 200%;
}
.plan-page-content .group-booking .passengers-count {
  background: #fafafa;
}
.plan-page-content .group-booking .passengers-count li {
  margin: 1px 1px 0 0;
}
.plan-page-content .group-booking .passengers-count li a {
  background: #ebebeb;
  height: 3.4em;
  line-height: 3.4em;
  width: 3.4em;
  color: #006257;
}
.plan-page-content .group-booking .passengers-count li a.selected {
  background: #006257;
  color: #ffffff;
}
.plan-page-content .group-booking .passengers-count .group-link {
  line-height: 1.7em;
  font-size: 0.937em;
  display: block;
}
.plan-page-content .dashboard-item {
  height: 165px;
  background-color: #51aea3;
  color: #fff;
  font-family: "cartogothic_pro_lightregular", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  word-break: break-word;
}
.bbar-route-finder.multi-city .button-shamrock-green {
  height: auto;
  line-height: 2.5em;
}
.breadcrumb ul li {
  float: left;
  font-size: 0.875em;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px 5px 10px 0px;
  position: relative;
  margin-right: 35px;
}
.breadcrumb ul li.active {
  color: #008374;
  font-weight: bold;
}
.breadcrumb ul li.active:before {
  border: none;
}
.breadcrumb ul li.active:after {
  border: none;
}
.breadcrumb ul li:after,
.breadcrumb ul li:before {
  left: 100%;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.breadcrumb ul li:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ffffff;
  border-width: 20px;
  margin-top: -40px;
  margin-left: -1px;
}
.breadcrumb ul li:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #eeeeee;
  border-width: 21px;
  margin-top: -41px;
}
.breadcrumb ul li:last-child:before {
  border: none;
}
.breadcrumb ul li:last-child:after {
  border: none;
}
.breadcrumb ul li:hover,
.breadcrumb ul li:focus {
  -webkit-transform: translate(0.5em, 0);
  -moz-transform: translate(0.5em, 0);
  -o-transform: translate(0.5em, 0);
  -ms-transform: translate(0.5em, 0);
  transform: translate(0.5em, 0);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumb ul li:hover:after,
.breadcrumb ul li:focus:after,
.breadcrumb ul li:hover:before,
.breadcrumb ul li:focus:before {
  -webkit-transform: translate(0.5em, 0);
  -moz-transform: translate(0.5em, 0);
  -o-transform: translate(0.5em, 0);
  -ms-transform: translate(0.5em, 0);
  transform: translate(0.5em, 0);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumb ul li:hover ~ li,
.breadcrumb ul li:focus ~ li {
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  transform: translate(1em, 0);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*	pages	*/
/*
-------------------------------------------------
passanger info CSS start
-------------------------------------------------
*/
.pi-title {
  margin: 75px 0 25px 0;
}
.left-panel .add-sms {
  margin-top: 25px;
}
li.redress-plus {
  float: left;
  padding-right: 25px;
}
li.redress-plus:last-child,
li.redress-plus.last-child {
  padding-right: 20px;
}
li.redress-plus .button-action1 {
  display: block;
}
li.redress-plus .btn-text {
  margin-top: 8px;
  margin-left: 10px;
}
li.redress-plus .remove-number {
  line-height: .6em;
  position: absolute;
}
.redress-expand {
  padding: 20px 30px;
  background: #eeeeee;
  border-top: 2px solid #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.redress-expand input {
  padding: 20px 20px 5px;
}
.redress-expand .close-icon {
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.redressValidRow .redress-update {
  background: #ff8800;
}
.redress-arrow {
  top: 2.5em;
  z-index: 1;
  left: 0;
}
.redress-arrow.long {
  top: 7.5em;
}
.price-sum {
  border-bottom: 1px solid #eeeeee;
}
.total-price {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.quick-signup {
  background: #f1f1f1;
  padding: 40px 0;
}
/*
-------------------------------------------------
passanger info CSS End
-------------------------------------------------
*/
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.hyphen-list {
  padding: 1em;
  line-height: 1.2em;
}
ul.hyphen-list li:before {
  content: "- ";
}
ul.light {
  color: #ffffff;
}
ul.list-disc {
  list-style-type: disc;
}
ul.list-align {
  list-style-position: inside;
}
ul.min-height {
  height: 65px;
}
.glyphicon-list1 {
  padding-right: 10px;
  color: #89ba16;
}
.list-style-1 {
  line-height: 1.5em;
}
.list-style-1.lh2 {
  line-height: 2em;
}
.list-style-1.lh3 {
  line-height: .5em;
}
.list-style-2 li {
  line-height: 2.5em;
  border-bottom: 1px solid #ccc;
}
.list-style-2 li:last-child {
  border-bottom: 0px solid #ccc;
}
.list-style-3.border-left {
  border-left: 1px solid #80c1ba;
  margin: 16px 0 0;
  position: relative;
  padding-left: 10px;
}
.list-style-3.default-height {
  min-height: 120px;
  height: auto;
}
.list-style-3.default-height-xl {
  min-height: 170px;
  height: auto;
}
.list-style-3 li {
  clear: both;
  line-height: 1.3em;
  color: #ffffff;
  /*position: relative;
		left: @padding-std;*/
}
.list-style-3 li.tealGreen75 {
  color: #bfe0dc;
}
.list-style-3 li a {
  background-color: transparent;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: transform;
  -webkit-transform: translateZ(0);
  display: block;
  position: relative;
  left: -10px;
  padding: 2px 10px;
}
.list-style-3 li a:hover,
.list-style-3 li a:focus {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #80c1ba;
}
.list-style-3 li a:focus {
  -webkit-transform: scale(1.2, );
  -ms-transform: scale(1.2, );
  transform: scale(1.2, );
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  outline: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.2);
}
.list-style-3 li a:active {
  background-color: #40a297;
  will-change: all;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.list-style-3 li.less-bottom-margin {
  line-height: 1.3em;
  padding-bottom: 7px;
}
.list-style-3 li h3 {
  padding-bottom: 3px;
}
.list-style-3 li ul li {
  color: #bfe0dc;
}
.list-style-3 li ul li:last-child {
  padding-bottom: 25px;
}
.list-style-4 {
  color: #333333;
}
.list-style-4 li {
  clear: both;
  line-height: 1.3em;
  padding-bottom: 5px;
}
.list-style-4 li:first-child {
  padding-bottom: 5px;
}
.list-style-4 li:before,
.list-style-4 li:after {
  content: " ";
  display: table;
}
.list-style-4 li:after {
  clear: both;
}
.list-style-4 li.extra-pad-top {
  padding-top: 15px;
}
.list-style-5 li {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 5px;
  -webkit-transform: translateZ(0);
  display: inline-block;
}
.list-style-5 li.last-element {
  padding-right: 20px;
}
@media (max-width: 990px) {
  .list-style-5 li {
    margin: 0 5px;
    padding: 0 2px;
  }
}
.list-style-5 li:first-child {
  margin-left: 0 !important;
}
.list-style-5 li:before {
  margin-left: -0.9em;
  position: absolute;
  left: 50%;
  top: 90%;
}
.list-style-5 li a {
  border-top: 0 solid transparent;
  position: relative;
  color: #006257;
  display: block;
  top: 0;
}
@media (max-width: 990px) {
  .list-style-5 li a {
    font-size: 1em;
  }
}
.list-style-5 li a:after {
  background-color: transparent;
  position: absolute;
  content: '';
  height: 5px;
  right: 0;
  left: 0;
  top: 0;
}
.list-style-5 li a:hover,
.list-style-5 li a:focus {
  color: #40a297;
}
.list-style-5 li.active-tab.arrow:before {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.9em 0.9em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #008374;
  top: 67%;
}
.list-style-5 li.active-tab a {
  color: #55aea4;
}
.list-style-5 li.active-tab a:after {
  background-color: #8abb14;
}
.list-style-6 {
  color: #333333;
}
.list-style-6 li {
  clear: both;
  line-height: 1.3em;
}
.list-style-6 li:before,
.list-style-6 li:after {
  content: " ";
  display: table;
}
.list-style-6 li:after {
  clear: both;
}
.confirm-pax-list {
  background: #f9f9f9;
}
.ban-item {
  min-height: 165px;
  line-height: 1em;
}
.side-nav-list li {
  border-radius: 3px;
}
.side-nav-list li a {
  display: block;
  padding-right: 10px;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-nav-list li a .side-nav-cont {
  border-top: 1px solid #efefef;
  padding: 15px 10px;
}
.side-nav-list li a .side-nav-cont .icon-arrow {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translate(-0.5em, 0);
  -moz-transform: translate(-0.5em, 0);
  -o-transform: translate(-0.5em, 0);
  -ms-transform: translate(-0.5em, 0);
  transform: translate(-0.5em, 0);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-nav-list li a .icon-filled {
  left: 10px;
  clip: rect(40px, 50px, 50px, 0px);
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-nav-list li a:hover,
.side-nav-list li a.active {
  background: #f3f3f3;
}
.side-nav-list li a:hover .icon-filled,
.side-nav-list li a.active .icon-filled {
  clip: rect(0px, 50px, 50px, 0px);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.side-nav-list li a:hover .side-nav-cont .icon-arrow,
.side-nav-list li a.active .side-nav-cont .icon-arrow {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-style-menu li {
  border-bottom: 1px solid #ffffff;
  padding: 10px 20px;
}
.dropdown-style3 .flag-xs {
  width: .813em;
  height: .688em;
  margin-top: 4px;
  border: 1px solid #cccccc;
}
.dropdown-list-style1 {
  background: #ffffff;
  z-index: 1;
  border: 1px solid #cccccc;
  margin-top: 3px;
  margin-left: -1px;
  max-height: 11.250em;
  overflow-y: scroll;
}
.dropdown-list-style1 li .interactive {
  padding: 2px 10px;
  display: block;
}
.dropdown-list-style1 li .interactive:hover {
  background: #f3f3f3;
}
.trip-summary-section {
  min-height: 67px;
}
.ts-container {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.ts-container .min-height {
  min-height: 106px;
}
.ts-container .ts-wrapper {
  min-height: 67px;
  position: relative;
  /*background-color: @tealGreen25; removed bg color from here and added a class on pahe "tealGreen25bg"*/
  overflow: hidden;
}
.ts-container .ts-wrapper .ts-bar-bg {
  position: absolute;
  top: 0;
  min-height: 66px;
  /*background:@tealGreen; removed bg color from here and added a class on pahe "tealGreen25bg"*/
  width: 100%;
}
.ts-container .ts-wrapper ul.ts-summary li ul {
  margin: 0 4px 0 0;
  word-wrap: break-word;
}
.ts-container .ts-wrapper ul.ts-summary li ul li {
  border-bottom: 0px solid #ffffff;
}
.ts-container .ts-wrapper ul.ts-summary li ul li .flight-times-divider-ts {
  color: #ffffff;
}
.ts-container .ts-wrapper ul.ts-summary li ul li:first-child {
  padding: 14px 0 7px 0;
  line-height: 1.1em;
}
.ts-container .ts-wrapper ul.ts-summary li ul li.last-element {
  padding-top: 22px;
}
.ts-container .ts-wrapper ul.ts-summary li ul li ul {
  margin: 0;
}
.ts-container .ts-wrapper ul.ts-summary li ul li ul li:first-child {
  padding-top: 0px;
  border-bottom: 0px solid #ffffff;
}
.ts-container .ts-wrapper ul.ts-summary li ul li.active:first-child {
  color: #80c1ba;
  border-bottom: 5px solid #40a297;
}
.ts-container .ts-wrapper ul.ts-summary li ul li.current:first-child {
  color: #ffffff;
  border-bottom: 5px solid #ffffff;
}
.ts-container .ts-wrapper ul.ts-summary li ul li.selected:first-child {
  color: #80c1ba;
  border-bottom: 5px solid #89ba16;
}
.ts-container .ts-wrapper ul.ts-summary li ul li.purchase:first-child {
  color: #ffffff;
  padding: 14px 20px 18px;
  border-bottom: 0px solid #006257;
  background: #40a297;
}
.ts-container .ts-wrapper ul.ts-summary li ul li.purchase .arrow-ico {
  color: #006257;
  right: 20px;
  top: 25px;
  cursor: pointer;
  position: absolute;
}
.ts-container .ts-wrapper ul.ts-summary li ul.flight-summary li ul li {
  padding: 0 10px 10px 0;
}
.ts-container .ts-wrapper ul.ts-summary li ul.flight-summary li ul li.last-element:first-child {
  padding-top: 24px;
}
.ts-container .ts-wrapper ul.ts-summary li:last-child ul {
  margin: 0px;
}
.box {
  background: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box li:first-child {
  border-bottom: solid 1px #eeeeee;
}
.box .box-li {
  will-change: all;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.box .box-li .box-glyph {
  will-change: color;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #cccccc;
}
.box .box-li .box-glyph.active {
  color: #008374;
}
.box .box-li .box-glyph1 {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #cccccc;
  color: #008374;
}
.box .box-li .box-glyph1.active {
  background: #008374;
  color: #ffffff;
}
.box .box-li .box-li-inner {
  margin: 0 15px;
  border-bottom: 1px solid #eeeeee;
}
.box .box-li.last-child .box-li-inner {
  border-bottom: none;
}
.box-head {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-head .head-section {
  padding: 10px 15px;
}
.box-head .head-section .glyphicon {
  -webkit-backface-visibility: hidden;
}
.box-head .head-section .head-icon {
  width: 2.813em;
}
.box-head .box-class {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px 15px;
}
.box-head .box-class.low {
  background: #008374;
}
.box-head .box-class.plus {
  background: #007668;
}
.box-head .box-class.flex {
  background: #006257;
}
.box-head .box-class.bus {
  background: #336699;
}
.box-head .box-class.busflex {
  background: #234f76;
}
.box-style2 {
  color: #ffffff;
  background: none;
}
.box-style2 li:first-child {
  border-bottom: none;
}
.box-style2 li .box-head {
  background: #008374;
  overflow: hidden;
}
.box-style2 .sub-menu-main .sub-menu-in {
  padding: 0 15px;
  height: inherit;
}
.box-style2 .sub-menu-main .sub-menu-right {
  padding-left: 2%;
  height: inherit;
}
.box-style2 .sub-menu-main .sub-menu-right li {
  height: inherit;
}
.box-style2 .sub-menu-head {
  bottom: 10px;
}
.box-style2 .sub-menu-head .box-head-right {
  font-size: 0;
}
.box-style2 .sub-menu-head .box-head-right li {
  font-size: 16px;
  display: inline-block;
}
.box-style2 .sub-menu-head .xx0 {
  font-size: 5.5em;
}
.box-style2 .sub-menu-head .xx1 {
  font-size: 5.5em;
}
.box-style2 .sub-menu-head .xx2 {
  font-size: 6.5em;
}
.box-style2 .sub-menu-head .xx3 {
  font-size: 7.5em;
}
.box-style2 .sub-menu-head .xx4 {
  font-size: 5.5em;
}
.box-style2 .box-sub-menu {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #ffffff;
  height: 100%;
}
.box-style2 .box-sub-menu .box-sub-li {
  height: inherit;
}
.box-style2 .box-sub-menu .box-sub-li .box-btn {
  width: 56px;
  margin: 0 auto;
}
.box-style2 .box-sub-menu .box-sub-li .box-btn .star-icon {
  top: -3px;
  right: -3px;
}
.box-style2 .box-sub-menu .box-sub-li .box-mid {
  min-width: 30%;
  margin: 0 auto;
}
.box-style2 .box-sub-menu .box-border-right {
  border-right: solid 1px #eeeeee;
}
.box-style2 .box-sub-menu .box-border-bottom {
  border-bottom: solid 1px #eeeeee;
}
.box-style2 .box-li {
  background: #40a297;
}
.box-style2 .box-li .box-li-cont {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.box-style2 .box-li .box-li-cont:after {
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 95%;
  top: 50%;
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 0.7em 0.7em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #40a297;
  z-index: 1;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: -0.7em;
}
.box-style2 .box-li .box-li-cont .box-li-inner {
  border-bottom: solid 1px #209285;
}
.box-style2 .box-li .box-li-cont .price-box {
  min-height: 1.4em;
}
.box-style2 .box-li:hover .interactive,
.box-style2 .box-li.active .interactive,
.box-style2 .box-li:active .interactive {
  will-change: background;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #80c1ba;
}
.box-style2 .box-li:hover .interactive:after,
.box-style2 .box-li.active .interactive:after,
.box-style2 .box-li:active .interactive:after {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-left-color: #80c1ba;
  left: 100%;
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.box-style2 .box-li:hover .interactive .box-glyph,
.box-style2 .box-li.active .interactive .box-glyph,
.box-style2 .box-li:active .interactive .box-glyph {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
}
.box-style2 .box-li:hover .interactive .box-glyph.active,
.box-style2 .box-li.active .interactive .box-glyph.active,
.box-style2 .box-li:active .interactive .box-glyph.active {
  color: #008374;
}
.box-style2 .box-li:hover .interactive .box-glyph1,
.box-style2 .box-li.active .interactive .box-glyph1,
.box-style2 .box-li:active .interactive .box-glyph1 {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #ffffff;
  color: #008374;
}
.box-style2 .box-li:hover .interactive .box-glyph1.active,
.box-style2 .box-li.active .interactive .box-glyph1.active,
.box-style2 .box-li:active .interactive .box-glyph1.active {
  background: #008374;
  color: #ffffff;
}
.box-style2 .box-li:hover .interactive .box-li-inner,
.box-style2 .box-li.active .interactive .box-li-inner,
.box-style2 .box-li:active .interactive .box-li-inner {
  border-bottom: solid 1px transparent;
}
.box-style2 .box-li:hover .box-sub-menu,
.box-style2 .box-li.active .box-sub-menu,
.box-style2 .box-li:active .box-sub-menu {
  background: #f9f9f9;
  will-change: background;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.box-style2 .box-li:hover .interactive-btn.button-teal50-border,
.box-style2 .box-li.active .interactive-btn.button-teal50-border,
.box-style2 .box-li:active .interactive-btn.button-teal50-border {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.box-style2 .box-bottom {
  background: #40a297;
}
.box-bottom {
  padding: 8px 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-bottom span {
  padding-left: 10px;
}
.box-bottom span a {
  text-decoration: underline;
}
.box-li-big {
  padding: 24px 0;
}
.arrow-up-btn {
  bottom: 13px;
  left: 0;
  z-index: 1;
}
.box-notification {
  background: #efefef;
  border: 1px solid #cccccc;
}
.box-item .items {
  border: 1px solid #dadada;
  background-color: #ffffff;
  padding: 20px 10px;
}
.box-item .items.min-padding {
  padding: 20px 5px;
}
.box-item .items.padding-none {
  padding: 0;
}
@media (max-width: 990px) {
  .box-style2 .box-li.tab-active .interactive,
  .box-style2 .box-li.tab-active .tab-interactive {
    will-change: background;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: #80c1ba;
  }
  .box-style2 .box-li.tab-active .interactive:after,
  .box-style2 .box-li.tab-active .tab-interactive:after {
    will-change: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-left-color: #80c1ba;
    left: 100%;
    zoom: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .box-style2 .box-li.tab-active .interactive .box-glyph,
  .box-style2 .box-li.tab-active .tab-interactive .box-glyph {
    will-change: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #ffffff;
  }
  .box-style2 .box-li.tab-active .interactive .box-glyph.active,
  .box-style2 .box-li.tab-active .tab-interactive .box-glyph.active {
    color: #008374;
  }
  .box-style2 .box-li.tab-active .interactive .box-glyph1,
  .box-style2 .box-li.tab-active .tab-interactive .box-glyph1 {
    will-change: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #008374;
  }
  .box-style2 .box-li.tab-active .interactive .box-glyph1.active,
  .box-style2 .box-li.tab-active .tab-interactive .box-glyph1.active {
    background: #008374;
    color: #ffffff;
  }
  .box-style2 .box-li.tab-active .interactive .box-li-inner,
  .box-style2 .box-li.tab-active .tab-interactive .box-li-inner {
    border-bottom: solid 1px transparent;
  }
  .box-style2 .box-li.tab-active .box-sub-menu {
    background: #f9f9f9;
    will-change: background;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
  .box-style2 .box-li.tab-active .interactive-btn.button-teal50-border {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.card-list-m .item-card-m {
  height: 10em;
  background: #bfe0dc;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-list-m .item-card-m:hover {
  background-color: #e1f1ef;
  will-change: background-color;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.card-list-m .item-card-m.active {
  background-color: #9dcfc9;
  will-change: background-color;
  -webkit-transition: background-color 0.05s ease;
  -moz-transition: background-color 0.05s ease;
  -o-transition: background-color 0.05s ease;
  -ms-transition: background-color 0.05s ease;
  transition: background-color 0.05s ease;
}
.ratio-square {
  position: relative;
  float: left;
}
.ratio-square:before {
  content: "";
  display: block;
  margin-top: 100%;
}
.ratio-square .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.barchart-wrpr {
  background: #f9f9f9;
  border-top: solid #eeeeee 2px;
  margin: 35px 0 69px 0;
}
.barchart {
  position: relative;
}
.barchart h3 {
  text-align: left;
  position: relative;
  top: 1em;
}
.barchart .updated-field {
  position: absolute;
  bottom: -26px;
  width: 100%;
}
.barchart.month-barchart h3 {
  position: static;
}
.barchart.month-barchart .chart-wrapper {
  overflow: inherit;
}
.barchart.month-barchart .chart-columns-wrapper {
  padding: 0 20px;
  width: 100%;
}
.barchart.month-barchart .charts-block-wrapper {
  height: 80%;
}
.barchart.month-barchart .charts-block-wrapper .chart-grid-line-wrapper,
.barchart.month-barchart .charts-block-wrapper .chart-visible-column {
  padding: 50px 0 45px 0;
  height: 100%;
}
.barchart.month-barchart .charts-block-wrapper .chart-grid-line-wrapper:last-child .chart-bar-day-sign,
.barchart.month-barchart .charts-block-wrapper .chart-visible-column:last-child .chart-bar-day-sign {
  border-right: 1px solid #f3f3f3;
}
.barchart.month-barchart .chart-arrow {
  color: #008374;
  cursor: pointer;
  line-height: 0;
}
.barchart.month-barchart .chart-arrow:hover {
  opacity: 1;
  color: #007668;
}
.barchart.month-barchart .chart-arrow.cursor-default {
  cursor: default;
}
.barchart.month-barchart .popover h3 {
  padding: 2px 5px;
}
.barchart.month-barchart .month-sign {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin: 0 auto;
}
.barchart.month-barchart .chart-grid-line-inner {
  width: 100%;
  border-bottom: 1px dotted #b3b3b3;
}
.barchart.month-barchart .chart-min-line {
  width: auto;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px dashed #dadada;
}
.barchart.month-barchart .chart-bar {
  cursor: pointer;
}
.barchart.month-barchart .chart-bar .filled {
  border: none;
  background-color: #bfe0dc;
}
.barchart.month-barchart .chart-bar .weekend {
  background-color: #97cbc5;
}
.barchart.month-barchart .chart-bar.disabled .filled {
  background: #f5f5f5;
  cursor: default;
}
.barchart.month-barchart .chart-bar .inactive:hover {
  background-color: #1a8f81;
}
.barchart.month-barchart .chart-wrapper.chart-loaded .throbber {
  display: none;
}
.barchart .chart-selected-date {
  width: 100%;
  text-align: center;
}
.barchart .chart-wrapper {
  height: 260px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.barchart .chart-wrapper.chart-loaded .throbber {
  -webkit-animation: none 1s linear infinite normal;
  animation: none 1s linear infinite normal;
}
.barchart .chart-wrapper.chart-loading .chart-min-price,
.barchart .chart-wrapper.chart-loading .chart-min-line,
.barchart .chart-wrapper.chart-loading .chart-month-line,
.barchart .chart-wrapper.chart-loading .chart-arrow {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.barchart .chart-wrapper.chart-loading .chart-min-line,
.barchart .chart-wrapper.chart-loading .chart-min-price {
  bottom: 0 !important;
}
.barchart .chart-wrapper.chart-loading .chart-visible-column {
  zoom: 1;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.barchart .chart-wrapper.chart-loading .chart-visible-column .chart-bar > div {
  background-color: #cccccc !important;
}
.barchart .chart-wrapper.chart-loading .bar-icon {
  display: none;
}
.barchart .chart-side-space,
.barchart .chart-arrow,
.barchart .chart-columns-wrapper,
.barchart .chart-visible-column,
.barchart .chart-inside-space,
.barchart .chart-bar {
  height: 100%;
  position: relative;
  float: left;
}
.barchart .chart-visible-column-inner {
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
  border-bottom: solid #dfdfdf 1px;
}
.barchart .chart-visible-column-inner.no-baseline {
  border-bottom: 0;
}
.barchart .chart-visible-column,
.barchart .chart-min-price-wrapper {
  padding: 60px 0 72px 0;
  height: 100%;
}
.barchart .chart-visible-column.clickable,
.barchart .chart-min-price-wrapper.clickable {
  cursor: pointer;
}
.barchart .chart-arrow {
  width: 6%;
  background: no-repeat 40%;
  opacity: 1;
  text-align: center;
}
.barchart .chart-arrow:hover {
  opacity: .7;
}
.barchart .chart-columns-wrapper {
  opacity: 1;
  position: relative;
  width: 88%;
}
.barchart .chart-columns-wrapper.show-price {
  left: 24px;
}
.barchart .chart-columns {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
position:relative .barchart .chart-columns.month-view {
  overflow: visible;
}
.barchart .month-view {
  overflow: visible;
}
.barchart .filled {
  opacity: 1;
  /*-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;*/
}
.barchart .filled.in-front {
  z-index: 1;
}
.barchart .chart-min-price-inner,
.barchart .chart-grid-line-inner {
  height: 100%;
  position: relative;
  width: 1%;
}
.barchart .chart-min-line,
.barchart .chart-grid-line {
  position: absolute;
  left: -14px;
  right: 10px;
  width: 10300%;
  border-bottom: 1px dashed #b5b5b5;
}
.barchart .chart-min-line.show-price,
.barchart .chart-grid-line.show-price {
  left: -34px;
}
.barchart .chart-min-price {
  position: absolute;
  left: -50px;
  line-height: 2em;
  text-align: left;
}
.barchart .chart-grid-line-price {
  left: -34px;
  text-align: left;
}
.barchart .chart-bar-weekday {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.barchart .chart-bar-monthday {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 43px;
}
.barchart .chart-bar-day-sign {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #f3f3f3;
}
.barchart .chart-inside-space {
  width: 5%;
}
.barchart .chart-bar {
  width: 90%;
  position: relative;
  float: left;
}
.barchart .chart-bar .bar-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  xxxmin-height: 2em;
  color: #cccccc;
}
.barchart .chart-bar .bar-icon:hover {
  color: #008374;
}
.barchart .chart-bar .bar-icon .icon-wrpr {
  min-height: 100px;
  background: #f9f9f9;
}
.barchart .chart-bar .bar-icon .front {
  z-index: 1;
}
.barchart .chart-bar .bar-loader {
  text-align: center;
  margin-top: -15px;
}
.barchart .chart-bar.inactive {
  cursor: pointer;
}
.barchart .chart-bar.active .bar-icon .icon {
  color: #008374;
}
.barchart .chart-bar .filled {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  position: absolute;
  bottom: 0;
}
.barchart .chart-bar .weekend {
  background-color: #C9C9C9;
}
.barchart .hoverable-bg:hover {
  background-color: #bfe0dc;
}
.barchart .chart-bar .filled.active {
  background-color: #1a8f81;
  color: #FFFFFF;
}
.barchart .chart-bar .filled.active .chart-bar-price {
  display: none;
}
.barchart .chart-bar .filled.round {
  background-color: transparent;
  border: 0px;
  position: relative;
  text-align: center;
  margin-top: -10px;
}
.barchart .chart-bar .filled.round .inner {
  background-color: #008374;
  color: #FFFFFF;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 100%;
  height: 110px;
  width: 110px;
}
.barchart .chart-bar .filled.round .inner .date {
  margin: 33px 0 0 0;
}
.barchart .chart-bar .filled.inactive.round {
  margin-top: 0px;
}
.barchart .chart-bar .filled.inactive.round .inner {
  background-color: #bfe0dc;
  margin: 0 auto;
  height: 85px;
  width: 85px;
}
.barchart .chart-bar .filled.inactive.round .inner .date {
  margin: 22px 0 0 0;
}
.barchart .chart-bar .filled.inactive .chart-bar-price {
  text-align: center;
  margin-top: -2em;
  color: #767676;
}
.barchart .chart-bar .filled.inactive .chart-bar-price.dodge {
  margin-top: -3em;
}
.barchart .chart-month-lines {
  position: relative;
  top: -44px;
  float: left;
  width: 100%;
}
.barchart .chart-month-line {
  float: left;
  min-height: 1em;
  text-align: center;
}
.barchart .chart-month-line.month {
  border-bottom: solid #dfdfdf 1px;
}
.barchart .chart-month-line span {
  background: #f9f9f9;
  position: relative;
  top: 0.7em;
  padding: 0 14px;
}
.barchart .chart-month-lines-wrpr {
  float: left;
  width: 100%;
}
.barchart .popover {
  position: absolute;
  z-index: 2;
  display: block;
  visibility: visible;
  line-height: 1.4;
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  /*-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;*/
  min-width: 8em;
  background-color: #ffffff;
  color: #111111;
  font-weight: bold;
  border: 0 none transparent;
  border-radius: 0;
}
.barchart .popover.top > .arrow {
  border-top-color: #cacaca;
}
.barchart .popover.top > .arrow:after {
  bottom: 2px;
  border-top-color: #ffffff;
}
.barchart .popover.in {
  zoom: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  /*-webkit-transition: all 0.2s cubic-bezier(0, 1, 0.27, 0.825);
		/* older webkit */
  /*-webkit-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
		-moz-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
		-o-transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
		transition: all 0.2s cubic-bezier(0, 1.65, 0.27, 0.825);
		/* custom */
  z-index: 3;
}
.barchart .popover-content {
  padding: 0 5px;
  line-height: 1.2;
}
.barchart .popover-title {
  background: transparent;
  border-bottom: transparent;
  padding: 0 0 20px 0;
  font-size: 0.8125em;
  white-space: nowrap;
}
.barchart .popover.top {
  margin-top: 30px;
  padding: 5px 10px;
  text-align: left;
}
.barchart .popover.top.in {
  margin-top: -15px;
}
.barchart #slide {
  position: absolute;
  width: 100px;
  height: 100px;
  background: blue;
  transition: 1s;
}
.barchart #slide.left {
  left: -100px;
}
.barchart #slide.right {
  right: -100px;
}
/*
-------------------------------------------------
User Profile info CSS start
-------------------------------------------------
*/
.no-fav {
  height: 20.938em;
  background: #80c1ba;
  border-radius: 5px;
}
.no-fav .fav-cont {
  padding-top: 100px;
}
.card-field {
  background: #ffffff;
  border-left: 5px solid #bfe0dc;
}
.card-field.focussed {
  border-left: 5px solid #40a297;
}
.time-line:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  border-right: 2px solid #80c1ba;
  left: 1px;
  top: 2px;
  z-index: -1;
}
.time-line.pre:after {
  border-right: 2px solid #efefef;
}
.time-line .time-step {
  background: #41a297;
  padding: 5px 15px;
  border-radius: 3px;
}
.time-line .time-step.init {
  background: #cccccc;
}
.time-line .current:after {
  content: '';
  position: absolute;
  border-top: 2px dashed #80c1ba;
  top: 50%;
  z-index: -1;
  left: 0;
  width: 100%;
}
.time-line.pre .story-inner-box:after {
  border-top: 2px dashed #efefef;
}
.time-line .timeline-list {
  padding: 140px 0 115px 0;
}
.time-line .timeline-list.no-flight {
  padding: 140px 0 80px 0;
}
.time-line .timeline-list li {
  margin: 16px 0;
}
.time-line .story-box {
  top: -125px;
  z-index: 1;
  width: 35%;
}
.time-line .story-box-init {
  top: 35px;
  z-index: 1;
  width: 40%;
}
.time-line .story-box-init.right {
  top: -110px;
  width: 33%;
}
.time-line .img-box {
  height: 170px;
  margin-bottom: 2px;
}
.time-line .img-box img {
  height: 170px;
  width: 100%;
}
.time-line .detail-box {
  background: #41a297;
}
.time-line .flight-details-no-bg {
  background: #41a297;
}
.time-line .timeline-story-left .story-box {
  left: 0;
}
.time-line .timeline-story-left .story-inner-box:after {
  left: 100%;
}
.time-line .timeline-story-right .story-box {
  right: 0;
}
.time-line .timeline-story-right .story-inner-box:after {
  right: 100%;
}
.time-line .timeline-init-left .story-box-init {
  left: 0;
}
.time-line .timeline-init-left .story-inner-box:after {
  left: 100%;
}
.time-line .timeline-init-right .story-box-init {
  right: 0;
}
.time-line .timeline-init-right .story-inner-box:after {
  right: 100%;
}
.time-line .story-inner-box {
  position: relative;
}
.time-line .story-inner-box:after {
  content: '';
  position: absolute;
  width: 35%;
  border-top: 2px dashed #80c1ba;
  top: 55%;
  z-index: 0;
  margin: 0 5px;
}
.time-line .label.tealgreen-bg {
  background: #008374;
}
.time-line .label.gray-9-bg {
  background: #999999;
}
.time-line .time-pill-cont {
  position: relative;
  margin: 0 auto;
  min-height: 97px;
  width: 97px;
  z-index: 2;
  padding: 5px;
  background: #ffffff;
}
.time-line .time-pill-cont .time-pill {
  width: 85px;
  height: 85px;
  border: 1px solid #80c1ba;
  padding-top: 7px;
}
.time-line .time-pill-cont .time-pill.grey-border {
  border: 1px solid #e5e5e5;
}
.time-line .trip-btns button {
  line-height: 2em;
}
.time-line .trip-btns .btn-left {
  margin-right: 2px;
}
.time-line .timeline-init {
  padding-top: 50px;
}
.time-line li.min-height-80 {
  min-height: 80px;
}
.time-line .time-pill-node {
  width: 11px;
  height: 11px;
  margin: 0 auto;
  border-width: 2px;
  z-index: 2;
}
.time-line .text-box {
  left: -25%;
  bottom: 80%;
}
.time-line .icon-box {
  top: -90px;
}
.time-line .icon-box .story-inner-box:after {
  border-top-style: solid;
  width: 41%;
}
.time-line .fade-out-down {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 100%;
  bottom: -96px;
}
.pagination li {
  display: inline-block;
}
.pagination li .interactive {
  will-change: background;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding: 10px 15px;
  border-radius: 3px;
  color: #333333;
}
.pagination li .interactive:hover,
.pagination li .interactive.active {
  will-change: background;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
  background: #008374;
  color: #ffffff;
}
.chart-row {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  line-height: 2.9em;
}
.chart-row.active {
  border-color: #008374;
}
.chart-row.active .status {
  color: #41a297;
}
.chart-row.warning,
.chart-row.delayed,
.chart-row.deverted {
  border-color: #ff8800;
}
.chart-row.warning .status,
.chart-row.delayed .status,
.chart-row.deverted .status {
  color: #ff8800;
}
.chart-row.danger,
.chart-row.cancelled {
  border-color: #e65f5f;
}
.chart-row.danger .status,
.chart-row.cancelled .status {
  color: #e65f5f;
}
.filter-row-1 {
  border-top: solid #efefef 1px;
}
.filter-style1 {
  color: #666666;
  padding: 11px 0 5px 0;
  border-right: 1px solid #efefef;
}
.filter-style1.last-filter {
  border-right: none;
}
/*
-------------------------------------------------
User Profile info CSS End
-------------------------------------------------
*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: xxxnav-link-padding;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: xxxnav-link-hover-bg;
}
.nav > li.disabled > a {
  color: xxxnav-disabled-link-color;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: xxxnav-disabled-link-hover-color;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: xxxnav-link-hover-bg;
  border-color: xxxlink-color;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid xxxnav-tabs-border-color;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: xxxline-height-base;
  border: 1px solid transparent;
  border-radius: xxxborder-radius-base xxxborder-radius-base 0 0;
}
.nav-tabs > li > a:hover {
  border-color: xxxnav-tabs-link-hover-border-color xxxnav-tabs-link-hover-border-color xxxnav-tabs-border-color;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: xxxnav-tabs-active-link-hover-color;
  background-color: xxxnav-tabs-active-link-hover-bg;
  border: 1px solid xxxnav-tabs-active-link-hover-border-color;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > li {
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > li > a {
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: xxxborder-radius-base;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid xxxnav-tabs-justified-link-border-color;
}
.nav-tabs.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > li > a {
  border-bottom: 1px solid xxxnav-tabs-justified-link-border-color;
  border-radius: xxxborder-radius-base xxxborder-radius-base 0 0;
}
.nav-tabs.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > .active > a,
.nav-tabs.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > .active > a:hover,
.nav-tabs.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > .active > a:focus {
  border-bottom-color: xxxnav-tabs-justified-active-link-border-color;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: xxxnav-pills-border-radius;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: xxxnav-pills-active-link-hover-color;
  background-color: xxxnav-pills-active-link-hover-bg;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > li {
  display: table-cell;
  width: 1%;
}
.nav-justified xxxmedia (min-width: xxxscreen-sm-min) > li > a {
  margin-bottom: 0;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: xxxborder-radius-base;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid xxxnav-tabs-justified-link-border-color;
}
.nav-tabs-justified xxxmedia (min-width: xxxscreen-sm-min) > li > a {
  border-bottom: 1px solid xxxnav-tabs-justified-link-border-color;
  border-radius: xxxborder-radius-base xxxborder-radius-base 0 0;
}
.nav-tabs-justified xxxmedia (min-width: xxxscreen-sm-min) > .active > a,
.nav-tabs-justified xxxmedia (min-width: xxxscreen-sm-min) > .active > a:hover,
.nav-tabs-justified xxxmedia (min-width: xxxscreen-sm-min) > .active > a:focus {
  border-bottom-color: xxxnav-tabs-justified-active-link-border-color;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  /*.radius-top (@radius)*/
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.content-page-nav {
  position: relative;
  will-change: transform;
}
.content-page-nav:after {
  width: 0;
  height: 0;
  content: " ";
  border-style: solid;
  border-width: 1em 2em;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f1f1f1;
  will-change: all;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -2em;
  content: '';
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.content-page-nav:hover:after,
.content-page-nav:focus:after {
  -webkit-transform: translate(0, -0.5em);
  -moz-transform: translate(0, -0.5em);
  -o-transform: translate(0, -0.5em);
  -ms-transform: translate(0, -0.5em);
  transform: translate(0, -0.5em);
}
.content-page-nav.active:after {
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  transform: translate(0, -1em);
}
.content-page-nav.active:after,
.content-page-nav:hover:after,
.content-page-nav:focus:after {
  will-change: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bannner-bg {
  background: url(../images/bg-search.jpg) no-repeat top left;
  background-size: cover;
  min-height: 280px;
}
/****************************************************************/
/*	utility classes	*/
.shadow-border {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}
.shadow-border.less-shadow {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.shadow-border.less-shadow1 {
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.line-through {
  text-decoration: line-through;
}
.line-height-none {
  line-height: 0;
}
.line-height-base {
  line-height: 1.3em;
}
.line-height-sml {
  line-height: 1em;
}
.line-height-m {
  line-height: 1.2;
}
.block-element {
  display: block;
}
.inline-element {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.height-inherit {
  height: inherit;
}
.transform-none {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.loader-position {
  top: 6.250em;
  left: 10.625em;
  z-index: 99;
}
.absolute-bottom-right {
  bottom: 0;
  right: 0;
}
.absolute-bottom-left {
  bottom: 0;
  left: 0;
}
.absolute-top-right {
  top: 0;
  right: 0;
}
.absolute-top-left {
  top: 0;
  left: 0;
}
.absolute-bottom-right-s {
  bottom: .5em;
  right: .5em;
}
.absolute-top-right-m {
  top: 1em;
  right: 1em;
}
.absolute-bottom-left-m {
  bottom: 1em;
  left: 1em;
}
.absolute-bottom-right-m {
  bottom: 1em;
  right: 1em;
}
.absolute-fill {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.centered {
  text-align: center;
}
.centered-block {
  margin: 0 auto;
  float: none;
}
.centered-table {
  overflow: auto;
  margin: 0 auto;
  display: table;
}
.r-align {
  text-align: right;
}
.l-align {
  text-align: left;
}
@media (min-width: 990px) {
  .r-align-md {
    text-align: right;
  }
  .l-align-md {
    text-align: left;
  }
}
.equal-height-parent {
  display: table;
  border-collapse: separate;
}
.equal-height-row {
  display: table-row;
}
.equal-height-element {
  display: table-cell;
}
.v-middle {
  vertical-align: middle;
}
.v-align-parent,
.v-align-p {
  display: table;
}
.v-align-parent .v-align-child,
.v-align-p .v-align-child {
  display: table-cell;
  vertical-align: middle;
}
.v-align-parent .v-align-child.v-align-top,
.v-align-p .v-align-child.v-align-top {
  vertical-align: top;
}
.max-width {
  width: 100%;
}
.max-height {
  height: 100%;
}
.debug {
  padding: 20px 0;
  margin: 10px 0;
  overflow: auto;
  text-align: center;
}
.debug.gray {
  background: #DDDDDD;
}
.debug.red {
  background: #CFBEAB;
}
.debug.blue {
  background: #eeeeee;
}
.testFields {
  display: block;
  overflow: auto;
  clear: both;
}
.testFields .col {
  padding: 10px 0 0 0;
}
.testFields textarea,
.testFields pre {
  min-height: 200px;
  max-height: 400px;
  min-width: 400px;
}
.testFields button {
  padding: 10px;
}
.testFields p {
  padding: 0 20px;
  margin: 0;
}
.testhtml {
  padding: 40px 10px;
  border: solid #ccc 1px;
  border-radius: 5px;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after {
  clear: both;
}
.absolute-fill {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.absolute-fill.extratop {
  top: 83%;
}
.absolute-shift {
  position: absolute;
  bottom: auto;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 101;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.hidden-gentle {
  display: none;
  visibility: hidden;
}
.hide-text {
  color: transparent;
  font-size: 0;
}
.show-reader {
  font-size: 1px;
  opacity: .01;
  position: absolute !important;
  height: 1px !important;
  width: 1px;
}
.invisible {
  zoom: 1;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.affix {
  position: fixed;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.border-none {
  border: none;
}
.no-r-bdr {
  border-right: none;
}
.no-l-bdr {
  border-left: none;
}
.no-t-bdr {
  border-top: none;
}
.no-b-bdr {
  border-bottom: none;
}
.border-left-std {
  border-left: 6px solid #008374;
}
.border-left-s {
  border-left: 1px solid #f1f1f1;
}
.border-gray-9 {
  border: 2px solid #999999;
}
.border-gray-15 {
  border: 1px solid #dadada;
}
.border-t-gray-15 {
  border-top: 1px solid #dadada;
}
.border-r-gray-15 {
  border-right: 1px solid #dadada;
}
.border-b-gray-15 {
  border-bottom: 1px solid #dadada;
}
.border-l-gray-15 {
  border-left: 1px solid #dadada;
}
.border-gray-0 {
  border: 1px solid #ffffff;
}
.border-back {
  border-color: black;
}
.border-tealGreen {
  border: 1px solid #008374;
}
.border-top-none {
  border-top: none;
}
.border-left-std {
  border-left: 6px solid #008374;
}
.border-left-gray-0 {
  border-left: 2px solid #ffffff;
}
.border-left-gray-15 {
  border-left: 1px solid #dadada;
}
.border-left-tealGreen-s {
  border-left: 2px solid #008374;
}
.border-left-tealGreen {
  border-left: 10px solid #008374;
}
.border-left-tealGreenLight {
  border-left: 10px solid #cfe8e5;
}
.border-left-gray-10 {
  border-left: 2px solid #efefef;
}
.border-left-s {
  border-left: 1px solid #f1f1f1;
}
.border-right-s {
  border-right: 1px solid #f1f1f1;
}
.border-right-s1 {
  border-right: 1px solid #cccccc;
}
.border-bottom-s-black {
  border-bottom: 1px solid #333333;
}
.border-bottom-s {
  border-bottom: 1px solid #f1f1f1;
}
.border-bottom-l {
  border-bottom: 3px solid #333333;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #dadada;
}
.border-radius-none {
  border-radius: 0;
}
.border-rradius-none {
  /*.radius-right (@radius)*/
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.border-lradius-none {
  /*.radius-left (@radius)*/
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.border-radius {
  border-radius: 7px;
}
.border-radius-s {
  border-radius: 4px;
}
.border-radius-l {
  border-radius: 15px;
}
.border-bradius {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.border-left-tb-radius {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.border-right-tb-radius {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.border-top-shamrockGreen {
  border-top: 5px solid #8abb14;
}
.border-top-radius-std {
  /*.radius-top (@radius)*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.border-bottom-radius-std {
  /*.radius-bottom (@radius)*/
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.border-top-white-s {
  border-top: 1px solid #ffffff;
}
.border-top-white {
  border-top: 5px solid #ffffff;
}
.border-top-transparent {
  border-top: 5px solid transparent;
}
.column-white-border {
  border-right: 2px solid #ffffff;
}
.column-grey-border {
  border-right: 2px solid #efefef;
}
.text-underline {
  text-decoration: underline;
}
.text-shadow-s {
  text-shadow: 0px 0px black;
}
.pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-xxs {
  left: -405px;
}
.top-std {
  top: 10px;
}
.top-xl-negative {
  top: -44px;
}
.top-xxl {
  top: 200px;
}
.top-lrg {
  top: 24px;
}
.button-bottom {
  bottom: 15px;
  right: 15px;
}
.top-min-std {
  top: -10px;
}
.left-m {
  left: 15px;
}
.padding-none {
  padding: 0;
}
.margin-none {
  margin: 0;
}
.margin-auto {
  margin: 0 auto;
}
.padding-xxs {
  padding: 1px;
}
.padding-s {
  padding: 5px;
}
.padding-m {
  padding: 15px;
}
.padding-std {
  padding: 10px;
}
.padding-lrg {
  padding: 20px;
}
.padding-xlrg {
  padding: 30px;
}
.padding-xxlrg {
  padding: 48px;
}
.padding-all {
  padding: 20px 25px 20px 23px;
}
.logo-airlingus {
  margin: 5px 20px 0 15px;
}
.logo-shamrock {
  background-image: url(../images/logo_aerlingus/stem.svg);
  -webkit-animation: wave 5s ease infinite normal;
  animation: wave 5s ease infinite normal;
  background-repeat: no-repeat;
  position: relative;
  width: 23%;
  background-position: 44% 78%;
  background-size: auto 60%;
  height: 3em;
}
.logo-shamrock .logo-petal-top,
.logo-shamrock .logo-petal-left,
.logo-shamrock .logo-petal-right {
  -webkit-animation: wave 5s ease infinite normal;
  animation: wave 5s ease infinite normal;
  fill: #89ba16;
  position: absolute;
}
.logo-shamrock .logo-petal-left {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  height: 1.4em;
  width: 46%;
  right: 0.1em;
  top: 1em;
}
.logo-shamrock .logo-petal-top {
  -webkit-transform-origin: 22% 100%;
  -moz-transform-origin: 22% 100%;
  -ms-transform-origin: 22% 100%;
  transform-origin: 22% 100%;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  height: 1.5em;
  width: 40%;
  left: 47%;
  top: 0;
}
.logo-shamrock .logo-petal-right {
  -webkit-transform-origin: 100% 55%;
  -moz-transform-origin: 100% 55%;
  -ms-transform-origin: 100% 55%;
  transform-origin: 100% 55%;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  height: 1.8em;
  width: 38%;
  left: 0.55em;
  top: .7em;
}
.padding-top-null {
  padding-top: 0;
}
.padding-top-xxs {
  padding-top: 1px;
}
.padding-top-xs {
  padding-top: 2px;
}
.padding-top-xs3 {
  padding-top: 3px;
}
.padding-top-s {
  padding-top: 5px;
}
.padding-top-std {
  padding-top: 10px;
}
.padding-top-m {
  padding-top: 15px;
}
.padding-top-lrg {
  padding-top: 20px;
}
.padding-top-xlrg {
  padding-top: 30px;
}
.padding-top-xxlrg {
  padding-top: 48px;
}
.padding-top-xxxlrg {
  padding-top: 60px;
}
.padding-bottom-s {
  padding-bottom: 5px;
}
.padding-bottom-s1 {
  padding-bottom: 8px;
}
.padding-bottom-s2 {
  padding-bottom: 4px;
}
.padding-bottom-std {
  padding-bottom: 10px;
}
.padding-bottom-std1 {
  padding-bottom: 14px;
}
.padding-bottom-m {
  padding-bottom: 15px;
}
.padding-bottom-lrg {
  padding-bottom: 20px;
}
.padding-bottom-xlrg {
  padding-bottom: 30px;
}
.padding-bottom-xxxlrg {
  padding-bottom: 60px;
}
.padding-top-bottom-lrg {
  padding: 22px 10px;
}
.padding-left-xs {
  padding-left: 2px;
}
.padding-left-s {
  padding-left: 5px;
}
.padding-left-std {
  padding-left: 10px;
}
.padding-left-m {
  padding-left: 15px;
}
.padding-left-lrg {
  padding-left: 20px;
}
.padding-left-xlrg {
  padding-left: 30px;
}
.padding-left-xlrg1 {
  padding-left: 43px;
}
.padding-left-xxxlrg {
  padding-left: 60px;
}
.padding-right-s {
  padding-right: 5px;
}
.padding-right-s1 {
  padding-right: 7px;
}
.padding-right-std {
  padding-right: 10px;
}
.padding-right-m {
  padding-right: 15px;
}
.padding-right-lrg {
  padding-right: 20px;
}
.padding-right-xlrg {
  padding-right: 30px;
}
.padding-right-xxlrg {
  padding-right: 36.9px;
}
.padding-right-xxxlrg {
  padding-right: 120px;
}
.margin-m {
  margin: 15px;
}
.margin-top-s {
  margin-top: 5px;
}
.margin-top-std {
  margin-top: 10px;
}
.margin-top-m {
  margin-top: 15px;
}
.margin-top-lrg {
  margin-top: 20px;
}
.margin-top-xlrg {
  margin-top: 30px;
}
.margin-top-xlrg1 {
  margin-top: 25px;
}
.margin-top-xxlrg {
  margin-top: 60px;
}
.margin-top-xxlrg3 {
  margin-top: 87px;
}
.margin-top-xxlrg4 {
  margin-top: 78px;
}
.margin-top-xxlrg2 {
  margin-top: 100px;
}
.margin-top-xxlrg1 {
  margin-top: 51px;
}
.margin-top-xxxlrg {
  margin-top: 180px;
}
.margin-bottom-xs {
  margin-bottom: 2px;
}
.margin-bottom-s {
  margin-bottom: 5px;
}
.margin-bottom-std {
  margin-bottom: 10px;
}
.margin-bottom-m {
  margin-bottom: 15px;
}
.margin-bottom-lrg {
  margin-bottom: 20px;
}
.margin-bottom-xlrg {
  margin-bottom: 30px;
}
.margin-bottom-xxlrg {
  margin-bottom: 60px;
}
.margin-bottom-xxxlrg {
  margin-bottom: 60px;
}
.margin-left-s {
  margin-left: 5px;
}
.margin-left-std {
  margin-left: 10px;
}
.margin-left-m {
  margin-left: 15px;
}
.margin-left-lrg {
  margin-left: 20px;
}
.margin-left-xlrg {
  margin-left: 30px;
}
.margin-left-xxxxlrg {
  margin-left: 150px;
}
.less-margin-left {
  margin-left: -25px;
}
.margin-right-s {
  margin-right: 5px;
}
.margin-right-std {
  margin-right: 10px;
}
.margin-right-m {
  margin-right: 15px;
}
.margin-right-lrg {
  margin-right: 20px;
}
.margin-right-xlrg {
  margin-right: 30px;
}
.margin-right-xxlrg {
  margin-right: 60px;
}
.margin-top-negative-xs {
  margin-top: -3px;
}
.default-height-1 {
  min-height: 250px;
}
.default-height-s {
  height: 122px;
}
.default-height-m {
  height: 150px;
}
.outline-none {
  outline: none;
}
.bg-gray-0 {
  background-color: #ffffff;
}
.default-height-10xlrg {
  min-height: 300px;
}
.default-height-37std {
  min-height: 370px;
}
.bdr-s-gray-0 {
  border: 2px solid #ffffff;
}
.bdr-s-gray-0.n-bdr {
  border-right: none;
}
.margin-top-xxxxlrg {
  margin-top: 560px;
}
.plane-on-line {
  font-size: 10em;
  position: absolute;
  right: 1.5em;
  top: 1em;
  display: block;
  z-index: 0;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.plane-on-line:after {
  content: '';
  width: 650px;
  height: 650px;
  position: absolute;
  border: 3px dashed #80c1ba;
  right: -3.75em;
  top: -1.7em;
  border-radius: 100%;
  -webkit-animation: rotating 250s linear infinite normal;
  animation: rotating 250s linear infinite normal;
  z-index: 0;
}
.plane-on-line.tealGreenDark:after {
  border-color: #006257;
}
.rotate {
  -webkit-animation: rotating 5s linear infinite normal;
  animation: rotating 5s linear infinite normal;
}
.plane-on-dotted-line {
  font-size: 7em;
  position: absolute;
  right: 1.4em;
  top: 1.36em;
  display: block;
  z-index: 0;
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.dotted-plane-track {
  fill: none;
  stroke: #006257;
  stroke-width: 4;
  stroke-dasharray: 11, 11;
}
.plane-rotate {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  position: absolute;
  left: 1.250em;
  top: -0.4em;
}
.plane-rotate.plane-position {
  left: 0.8em;
  top: -0.9em;
}
@-moz-document url-prefix() {
  .plane-on-line {
    background-image: url(../images/1170-plane-tealGreen75.png);
    background-repeat: no-repeat;
    color: transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 165px;
    width: 343px;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .plane-on-line:after {
    display: none;
  }
}
.glyph-globe {
  position: absolute;
  left: 0.2em;
  top: -0.4em;
}
.glyph-globe.globe-position {
  left: 0em;
  top: -0.5em;
}
.wrapper-glyphs {
  position: absolute;
  left: 0.7em;
  /*top:100%;*/
  bottom: -0.2em;
  /*width:30%;
	height:35%*/
}
.rotate-null {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-left {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotate-upright {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-upleft {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotate-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.capital:first-letter {
  text-transform: uppercase;
}
.z-index-10 {
  z-index: 10;
}
