@charset "UTF-8";
a,
article,
aside,
div,
footer,
nav,
section {
  behavior: url("ie-css3.htc"); }

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

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
   }
/* Styles for screens that are atleast 392px; */
@media only screen and (min-width: 24.5em) {
  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .small-push-1 {
    left: inherit; }

  .small-pull-1 {
    right: inherit; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .small-push-11 {
    left: inherit; }

  .small-pull-11 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: none; } }
@font-face {
  font-family: 'OpenSansCondensedLight';
  src: url("../font/OpenSans-CondLight-webfont.eot");
  src: url("../font/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-CondLight-webfont.woff") format("woff"), url("../font/OpenSans-CondLight-webfont.ttf") format("truetype"), url("../font/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url("../font/OpenSans-CondBold-webfont.eot");
  src: url("../font/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-CondBold-webfont.woff") format("woff"), url("../font/OpenSans-CondBold-webfont.ttf") format("truetype"), url("../font/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../font/OpenSans-Regular-webfont");
  src: url("../font/OpenSans-Regular-webfont?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular-webfont.woff") format("woff"), url("../font/OpenSans-Regular-webfont.ttf") format("truetype"), url("../font/OpenSans-Regular-webfont.svg#OpenSansRegularwebfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than whatÔÇÖs here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is ÔÇťactivatedÔÇŁ.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only ÔÇťscrollableÔÇŁ top-level container element.
 */
.picker__holder {
  position: fixed;
  -webkit-backface-visibility: hidden;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than whatÔÇÖs here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }
.picker__box {
  padding: 0 1em; }

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

.picker__month, .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic; }

.picker__select--month, .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month, .picker__select--year {
    margin-top: -.5em; } }
.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus, .picker__select--year:focus {
  border-color: #0089ec; }

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next, .picker__nav--prev {
    top: -.33em; } }
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }
.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000; }

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }
.picker__table td {
  margin: 0;
  padding: 0; }

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500; }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--outfocus {
  color: #646464; }

.picker__day--infocus:hover, .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #0089ec;
  color: #fff; }

.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

.picker__footer {
  text-align: center; }

.picker__button--clear, .picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0; }

.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--clear:before, .picker__button--today:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20; }

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

/*! qTip2  (includes: svg ajax tips modal viewport imagemap ie6 / basic css3) | qtip2.com | Licensed MIT, GPL | Tue May 21 2013 16:36:16 */
.qtip, .qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: 700; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
  background: transparent;
  color: #fff;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande',sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40); }

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em; }

#qtip-overlay.blurs {
  cursor: pointer; }

#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
------------------------------
	Impromptu
------------------------------
*/
.jqifade {
  position: absolute;
  background-color: #777777; }

div.jqi {
  width: 400px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 1px #eeeeee;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 7px; }

div.jqi .jqiclose {
  position: absolute;
  top: 4px;
  right: -2px;
  width: 18px;
  cursor: default;
  color: #bbbbbb;
  font-weight: bold; }

div.jqi .jqistate {
  background-color: #fff; }

div.jqi .jqititle {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: solid 1px #eeeeee; }

div.jqi .jqimessage {
  padding: 10px;
  line-height: 20px;
  color: #444444; }

div.jqi .jqibuttons {
  float: right; }

div.jqi .jqibuttons button {
  margin: 0;
  padding: 15px 20px;
  background-color: transparent;
  font-weight: normal;
  border: none;
  border-left: solid 1px #e4e4e4;
  color: #777;
  font-weight: bold;
  font-size: 12px; }

div.jqi .jqibuttons button.jqidefaultbutton {
  color: #489afe; }

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
  color: #e20026;
  outline: none; }

.jqiwarning .jqi .jqibuttons {
  background-color: #b95656; }

/* sub states */
div.jqi .jqiparentstate::after {
  background-color: #777;
  opacity: 0.6;
  filter: alpha(opacity=60);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

div.jqi .jqisubstate {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  padding: 7px;
  border: solid 1px #eeeeee;
  border-top: none;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px; }

div.jqi .jqisubstate .jqibuttons button {
  padding: 10px 18px; }

/* arrows for tooltips/tours */
.jqi .jqiarrow {
  position: absolute;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  border: solid 10px transparent; }

.jqi .jqiarrowtl {
  left: 10px;
  top: -20px;
  border-bottom-color: #ffffff; }

.jqi .jqiarrowtc {
  left: 50%;
  top: -20px;
  border-bottom-color: #ffffff;
  margin-left: -10px; }

.jqi .jqiarrowtr {
  right: 10px;
  top: -20px;
  border-bottom-color: #ffffff; }

.jqi .jqiarrowbl {
  left: 10px;
  bottom: -20px;
  border-top-color: #ffffff; }

.jqi .jqiarrowbc {
  left: 50%;
  bottom: -20px;
  border-top-color: #ffffff;
  margin-left: -10px; }

.jqi .jqiarrowbr {
  right: 10px;
  bottom: -20px;
  border-top-color: #ffffff; }

.jqi .jqiarrowlt {
  left: -20px;
  top: 10px;
  border-right-color: #ffffff; }

.jqi .jqiarrowlm {
  left: -20px;
  top: 50%;
  border-right-color: #ffffff;
  margin-top: -10px; }

.jqi .jqiarrowlb {
  left: -20px;
  bottom: 10px;
  border-right-color: #ffffff; }

.jqi .jqiarrowrt {
  right: -20px;
  top: 10px;
  border-left-color: #ffffff; }

.jqi .jqiarrowrm {
  right: -20px;
  top: 50%;
  border-left-color: #ffffff;
  margin-top: -10px; }

.jqi .jqiarrowrb {
  right: -20px;
  bottom: 10px;
  border-left-color: #ffffff; }

.formee fieldset {
  background: #fff;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* hover effect */
.field-button:hover {
  background: transparent; }

/* Form legend and titles */
.formee {
  font: normal 10px/1.1em OpenSansRegular; }

.formee legend, .formee h3 {
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: -.035em;
  color: #2b2b2b;
  font-weight: normal; }

/* form elements  */
.formee-lbl, .formee label {
  color: #2b2b2b;
  font-size: 1.4em;
  line-height: 1.3em;
  vertical-align: middle; }

.formee-req {
  font-weight: bold;
  font-style: normal;
  color: #d10000;
  font-size: 1.2em;
  line-height: .85em; }

.formee .formee-txt, .formee input[type="tel"], .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee input[type="email"], .formee textarea, .formee select {
  border-color: #c6c6c6 #dadada #eaeaea;
  background: #fdfdfd;
  color: #999;
  font-size: 1.4em;
  font-family: inherit;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.formee select {
  border-color: #c6c6c6 #dadada #eaeaea;
  background: #fafafa;
  color: #999; }

.formee .formee-txt:hover, .formee input[type="tel"]:hover, .formee input[type="email"]:hover, .formee input[type="text"]:hover, .formee input[type="password"]:hover, .formee input[type="file"]:hover, .formee textarea:hover, .formee select:hover {
  color: #666;
  background: #fff none;
  border-color: #c6c6c6; }

form .formee-txt:focus, .formee input[type="tel"]:focus, .formee input[type="email"]:focus, .formee input[type="text"]:focus, .formee input[type="password"]:focus, .formee input[type="file"]:focus, .formee textarea:focus, .formee select:focus {
  color: #333;
  background: #fff none;
  border-color: #659ec9 #70aedd #a8cfec;
  outline: 0; }

/* form msg status  */
.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
  color: #2b2b2b;
  /*corner*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.formee-msg-info h3, .formee-msg-warning h3, .formee-msg-error h3, .formee-msg-success h3 {
  font-size: 2em;
  line-height: 1.1em;
  letter-spacing: -.02em;
  padding: 0;
  margin: 0 0 .3em 0; }

.formee-msg-info {
  background: #d1ecf7 url(../img/form-ic-info.png) no-repeat 12px 23px;
  border-color: #bcdfef; }

.formee-msg-warning {
  background: #fff6bf url(../img/form-ic-warning.png) no-repeat 12px 23px;
  border-color: #fceb77; }

.formee-msg-error {
  background: #fad0d0 url(../img/form-ic-error.png) no-repeat 12px 23px;
  border-color: #f6abab; }

.formee-msg-success {
  background: #e5f8ce url(../img/form-ic-success.png) no-repeat 12px 23px;
  border-color: #d0f1a6; }

.formee-msg-success strong, .formee-msg-success a {
  color: #62b548; }

.formee-msg-info strong, .formee-msg-info a {
  color: #11689e; }

.formee-msg-warning strong, .formee-msg-warning a {
  color: #957210; }

.formee-msg-error strong, .formee-msg-error a {
  color: #b01717; }

/* form validation */
.formee-error {
  border-color: #FAD0D0 !important;
  color: #b01717 !important;
  /* shadow */
  -moz-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
  box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4); }

/* form buttons */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: -.015em;
  color: #fff;
  border-color: #3a77a4;
  background: #5393c2;
  /* gradient */
  background: -moz-linear-gradient(top, #5393c2 40%, #3a77a4);
  background: -webkit-linear-gradient(top, #5393c2 40%, #3a77a4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5393c2', endColorstr='#3a77a4');
  /* corner */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4); }

.formee-button:hover, .formee input[type="submit"]:hover, .formee input[type="button"]:hover, .formee input[type="reset"]:hover {
  background: #70aedd;
  /* gradient */
  background: -moz-linear-gradient(top, #70aedd 40%, #69a4d0);
  background: -webkit-linear-gradient(top, #70aedd 40%, #69a4d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70aedd', endColorstr='#69a4d0');
  /* shadow */
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.4); }

/* fix  ff bugs */
.formee:after, .formee div:after, .formee ol:after, .formee ul:after, .formee li:after, .formee dl:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

/* Form Structure */
.formee {
  margin: 0;
  padding: 0; }

.formee fieldset {
  border: 1px solid #d4d4d4;
  position: relative;
  height: 100%;
  padding: 1.2em 0;
  margin: 0 0 4em; }

.formee legend {
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.5% 0.5% 0.8%; }

.formee h3 {
  margin: 2em 1% .8%;
  padding: 0.5% 0.5% 0.8%; }

/* Field Grid */
.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-12-12 {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0.0% 0.5% 1%;
  height: 100%;
  /*ie7*/
  *margin-left: .8%;
  *margin-right: .8%;
  *padding: 0% 0.25% 1%; }

/* 12-column Grid (thanks for Fluid 960 Grid System) */
.grid-1-12 {
  width: 5.333%; }

.grid-2-12 {
  width: 13.666%; }

.grid-3-12 {
  width: 22%; }

.grid-4-12 {
  width: 30.333%; }

.grid-5-12 {
  width: 38.666%; }

.grid-6-12 {
  width: 47%; }

.grid-7-12 {
  width: 55.333%; }

.grid-8-12 {
  width: 63.666%; }

.grid-9-12 {
  width: 72%; }

.grid-10-12 {
  width: 80.333%; }

.grid-11-12 {
  width: 88.666%; }

.grid-12-12 {
  width: 97%; }

/* first item */
.formee .alpha {
  margin-left: 0; }

/* last item */
.formee .omega {
  margin-right: 0; }

/* clear */
.formee .clear {
  clear: both; }

/* input without label */
.formee-no-lbl {
  position: relative;
  padding-bottom: 0; }

/* input without label */
.formee-no-lbl input, .formee-no-lbl label, .formee-no-lbl span, .formee-no-lbl ul, .formee-no-lbl p {
  position: absolute;
  bottom: 0; }

/* multiple containers inside field-grid */
.formee .left {
  clear: none;
  float: left !important;
  margin-right: 0.3em !important; }

.formee .right {
  clear: none;
  float: right !important;
  margin-left: 0.3em !important; }

/* form elements  */
.formee-lbl, .formee label {
  display: block;
  height: auto;
  margin: 0.2em 0 0.5em; }

.formee .formee-txt, .formee input[type="tel"], .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee input[type="email"], .formee textarea, .formee select {
  vertical-align: middle;
  line-height: 1.1em;
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*ie7*/
  *width: 99%; }

.formee textarea {
  height: 10em; }

.formee select {
  padding: 9px;
  height: 2.7em; }

.formee-list .formee-lbl, .formee-list label {
  display: inline;
  height: auto;
  margin: 0.5em 0 0.8em 2px; }

.formee-req {
  position: relative;
  top: 3px; }

.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
  padding: 20px 20px 15px 38px;
  border: 1px solid #ccc;
  display: block;
  height: auto;
  margin: 0 1.5% 0.8em;
  clear: both; }

.formee-msg-info li, .formee-msg-warning li, .formee-msg-error li, .formee-msg-success li {
  list-style: none;
  padding: 0;
  margin-bottom: .4%;
  font-size: 1.4em;
  line-height: 1.1em;
  vertical-align: top; }

/* form button  */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  padding: 8px 15px 9px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border: 1px solid #D4D4D4; }

/* lista de chk e rdo */
.formee-list {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.formee-list li, .formee-list li {
  margin: 0.5em 0.6em 0.8em;
  float: left;
  display: inline-block;
  list-style: none; }

.formee-list input {
  margin-right: 0.2em; }

/* input size */
.formee-small {
  width: 30% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/
  *width: 25% !important; }

.formee-medium {
  width: 50% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/
  *width: 45% !important; }

/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 13.10.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden; }

.tp-simpleresponsive img {
  max-width: none; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important; }

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 30px;
  bottom: -30px; }

.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe {
  width: 100% !important;
  height: 100% !important; }

/*************************
	-	CAPTIONS	-
**************************/
.caption.big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  font-family: Arial;
  padding: 0px 4px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #000;
  letter-spacing: -1.5px; }

.caption.big_orange {
  position: absolute;
  color: #ff7302;
  text-shadow: none;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  font-family: Arial;
  padding: 0px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #fff;
  letter-spacing: -1.5px; }

.caption.big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  font-family: Arial;
  padding: 0px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #fff;
  letter-spacing: -1.5px; }

.caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5); }

.caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: -2px; }

.caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.caption.black {
  color: #000;
  text-shadow: none; }

.caption.noshadow {
  text-shadow: none; }

.caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.caption a:hover {
  color: #ffa902; }

/******************************
	-	BUTTONS	-
*******************************/
.button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px; }

.button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top; }

.purchase:hover,
.button:hover,
.button.big:hover {
  background-position: bottom, 15px 11px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    /*font-size:11px !important;*/
    font-weight: normal; }

  a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    /*font-size:10px !important;*/ }

  a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }
/*	BUTTON COLORS	*/
.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.button.darkgrey, .button.grey,
.button:hover.darkgrey, .button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222; }

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555; }

/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tp-bullets {
  z-index: 100;
  position: absolute;
  bottom: 10px; }

.tp-bullets.simplebullets {
  bottom: 10px; }

.tp-bullets.simplebullets.navbar {
  bottom: -20px;
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -17px; }

.tp-bullets.simplebullets .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: -12px; }

.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: -10px; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 30px !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 30px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left; }

/*************************************
	-	TP ARROWS 	-
**************************************/
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: -13px; }

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: -13px; }

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: -20px;
  margin-top: -8px; }

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: -20px;
  margin-top: -8px; }

.tp-leftarrow.navbar.thumbswitharrow {
  margin-right: 10px; }

.tp-rightarrow.navbar.thumbswitharrow {
  margin-left: 0px; }

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  /*background:url(../assets/arrow_left2.png) no-Repeat top left;	*/
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: -9px; }

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  /*background:url(../assets/arrow_right2.png) no-Repeat top left; */
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: -9px; }

.tp-leftarrow.large {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_large_left.png) no-Repeat top left;
  width: 46px;
  height: 46px;
  margin-left: 20px;
  margin-top: -23px; }

.tp-rightarrow.large {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_large_right.png) no-Repeat top left;
  width: 46px;
  height: 46px;
  margin-left: -20px;
  margin-top: -23px; }

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left; }

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 100;
  position: absolute;
  padding: 0px 2px 2px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */ }

.fullwidthbanner-container .tp-thumbs {
  padding: 2px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png);
  position: absolute;
  z-index: 200; }

.tp-bannertimer.tp-bottom {
  bottom: 0px !important;
  height: 5px; }

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive .tp-bullets.tp-thumbs {
    width: 300px !important;
    height: 30px !important; }

  .responsive .tp-bullets.tp-thumbs .tp-mask {
    width: 300px !important;
    height: 30px !important; }

  .responsive .tp-bullets.tp-thumbs .bullet {
    width: 60px !important;
    height: 30px !important; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none; }

  .responsive .tparrows {
    display: none; } }
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden; }

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div {
  width: 10000px;
  height: 10000px;
  background: url(../assets/coloredbg.png) repeat; }

.tp-loader {
  /* background:url(../assets/loader.gif) no-repeat 10px 10px; */
  background-color: #fff;
  margin: -22px -22px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.1.0");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

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

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

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

[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center; }

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

ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em; }

ul.icons-ul > li .icon-li {
  width: .7142857142857143em;
  display: inline-block;
  text-align: center; }

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

.icon-muted {
  color: #eee; }

.icon-light {
  color: #fff; }

.icon-dark {
  color: #333; }

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies .title {
  font-weight: 700; }

.cc-cookies {
  position: relative;
  float: left;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
  background: #757575;
  color: #fff;
  font-size: 13px;
  z-index: 13000;
  text-align: center;
  color: #fff; }

.cc-cookies a, .cc-cookies a:hover {
  color: #fff;
  text-decoration: underline; }

.cc-cookies a:hover {
  text-decoration: none; }

.cc-overlay {
  height: 100%;
  padding-top: 25%; }

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333; }

.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #e20026;
  padding: 15px 20px;
  border-radius: 0px;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in; }

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em; }

.cc-cookies a.cc-cookie-reset {
  background: #f15b00; }

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
  background: #af001d;
  -o-transition: background 0.5s ease-in;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in; }

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em; }

.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto; }

.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline; }

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none; }

.cc-cookies .cookie_box_right p {
  margin-bottom: 0; }

.cookie_box_left .cc-cookie-text {
  font-size: 0.8rem;
  margin-bottom: 0 !important; }

@media screen and (min-width: 940px) {
  .cookie_box {
    margin: 0 auto;
    width: 1000px; }

  .cookie_box_left {
    width: 80%;
    float: left;
    display: inline-block;
    text-align: left; }

  .cookie_box_right {
    width: 20%;
    float: left;
    display: inline-block; }

  .cookie_box_right p {
    font-size: 9px; } }
@media screen and (max-width: 939px) {
  .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
    width: 40%; }

  .cookie_box_left {
    padding: 2%; }

  .cc-cookie-accept {
    width: 40%;
    margin: 0 auto;
    margin-left: 0; } }
.select2{
  width: 100% !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: .7em 1em;
  user-select: none;
  -webkit-user-select: none;
  background-color: #f6f6f6;
  border-color: #ddd;
  border-width: 1px 0 0;
  border-style: solid;
  color: #333;
  text-shadow: 0 1px 0 #f3f3f3; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 14px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 3px 6px 3px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-selection--single {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=  '#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=  '#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=  '#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=  '#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.hidden {
  display: none; }

.clearfix {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative; }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.clear-right {
  clear: right !important; }

ol li {
  list-style: inherit; }

.list-default li {
  list-style-type: circle;
  margin-left: 50px;
  padding-left: 5px;
  margin-bottom: 7px; }

.ul_decorated li {
  list-style: disc;
  margin-left: 30px; }

/* End hide from IE-mac */
/*
    *   ToC
    *   0. General declarations
*   1. Main elements
*/
/*
*   0.0
*/
span.error {
  background: #e20026;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 8px; }

body {
  margin: 0 0 20px;
  color: #555;
  font-family: OpenSansRegular; }

#days-slider .days-slider-duration {
  color: #555;
  font-family: OpenSansRegular; }

#main-row {
  position: relative;
  z-index: 9985; }

#full-loader {
  position: absolute;
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100001; }
  #full-loader img {
    position: fixed;
    height: 128px;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    top: 50%;
    width: 128px; }

#header,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: OpenSansCondensedLight;
  text-transform: uppercase; }

ul {
  padding-left: 0; }

li {
  list-style: none; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transiition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #e20026;
  text-decoration: none; }
  a:hover {
    color: #555; }

.justify {
  text-align: justify; }

#days-number,
#display_numberOfDays,
#formContact legend,
#form_policy_data legend,
#home-faq,
#motto,
#on-top .product-name,
.before-calculate,
.big-red span,
.info-box a,
.inner-header li a,
.login a,
.qtip h3,
.red-button,
.service .title,
.table-header h3,
.travel-tab a,
.white-button,
.whom,
nav ul li a {
  font-family: OpenSansCondensedLight, OpenSansRegular;
  font-size: 125%; }

.policy-box {
  font-family: OpenSansCondensedLight, OpenSansRegulart; }

.no-border {
  border: none !important; }

.red-button {
  background: #e20026;
  border: none;
  color: #fff;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transiition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #e20026;
  color: #fff;
  padding: 7px 15px; }
  .red-button .icon-check,
  .red-button .icon-check-empty {
    margin: 0 5px !important; }
  .red-button .icon-ok {
    margin: 0 3px !important; }

.white-button {
  background: #e20026;
  border: none;
  color: #fff;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transiition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  color: #e20026; }
  .white-button .icon-check,
  .white-button .icon-check-empty {
    margin: 0 !important; }
  .white-button:hover,
  .white-button a:hover {
    color: #fff !important;
    background: #e20026 !important; }
    .white-button:hover label,
    .white-button a:hover label {
      color: #fff !important; }

.red-button:hover {
  background: #000;
  color: #fff; }

/*
    *   1.0 Header
*/
#pull {
  display: none;
  float: left; }

.wwf .logo-wwf {
  display: block;
  float: left;
  border: 1px solid #d9d9d9; }
.wwf .slogan-wwf {
  display: block;
  float: left;
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 16px; }
.wwf .button-wwf {
  display: block;
  float: left;
  margin: 3px 0 0;
  padding: 8px 10px;
  width: 100%;
  font-size: 15px;
  font-family: OpenSansCondensedBold, OpenSansRegular;
  background: #fff;
  border-radius: 5px;
  cursor: pointer; }
  .wwf .button-wwf input {
    display: none; }
  .wwf .button-wwf:hover {
    color: #fff;
    background: #e20026; }
.wwf .button-wwf-active {
  color: #fff;
  background: #e20026; }

.list-decimal li {
  margin: 15px 0 20px 40px; }
  .list-decimal li:before {
    margin: 0 10px 0 -35px;
    padding: 5px 8px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    background: #e10027; }
.list-decimal .first:before {
  content: '1.'; }
.list-decimal .second:before {
  content: '2.'; }
.list-decimal .third:before {
  content: '3.'; }

#header {
  display: block;
  color: #888;
  margin-bottom: 5px;
  margin-top: 40px;
  text-transform: none;
  z-index: 100; }
  #header #header-logo,
  #header .header-contact,
  #header .header-teaser {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  #header #header-logo {
    width: 20%; }
  #header .header-contact,
  #header .header-teaser {
    padding: 0 5px; }
  #header .header-teaser {
    text-align: center;
    width: 53%; }
  #header .header-contact {
    width: 27%; }
  #header #site-title {
    left: -9999px;
    position: absolute; }
  #header h2 {
    color: #888;
    font-size: 250%;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase; }
  #header .header-contact {
    text-align: right; }
    #header .header-contact h2 {
      margin-bottom: 5px; }
    #header .header-contact span {
      font-size: 115%; }

nav {
  clear: both;
  float: left;
  display: block;
  line-height: 25px;
  margin-top: 10px;
  padding: 5px;
  background: #f9f9f9;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  nav ul {
    display: block;
    float: left;
    margin: 0;
    padding: 2px;
    /*
        *	Submenus
    */
        /*
            .has-sub-menu {
            position: relative;

            .sub-menu-col {
            float: left;
            }

            .sub-menu {
            color: #fff;
            display: none;
            //left: 0;
            position: absolute;
            //top: 38px;
            background: $base_color;
            font-size: 90%;
            width: 500px;
            //max-width: 300px;
            z-index: 333;

            ul {
            padding: 10px;
            }

            li {
            width: 100%;

            a {
            padding: 5px 0;
            text-transform: none;
            }

            a:hover {
            background: inherit;
            color: #fff;
            text-decoration: underline;
            }
            }
            }
            .sub-menu-two-cols {
            min-width: 300px;

            .sub-menu-col {
            width: 50%;
            }
            }
            }

        */ }
    nav ul li {
      float: left;
      margin-right: 3px;
      position: relative; }
      nav ul li a {
        background: #e20026;
        border: none;
        color: #fff;
        display: block;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: all 0.3s ease;
        -moz-transiition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 5px 20px; }
        nav ul li a:hover {
          background: #000;
          color: #fff; }
    nav ul .has-sub-menu:hover {
      position: relative; }
      nav ul .has-sub-menu:hover .sub-menu {
        display: block; }
  nav .login {
    float: right; }
    nav .login a {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-transition: all 0.3s ease;
      -moz-transiition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: #555;
      color: #fff;
      display: inline-block;
      font-size: 90%;
      padding: 7px 15px; }
      nav .login a:hover {
        background: #000;
        color: #fff; }

/*
    *   Banner
*/
.bannercontainer {
  position: relative;
  margin: 0 auto;
  padding: 10px 0; }
  .bannercontainer #slide-down {
    position: absolute;
    z-index: 22;
    right: 50%;
    margin-right: -126px;
    top: 60px; }
    .bannercontainer #slide-down button {
      font-size: 200%; }
  .bannercontainer .banner {
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    position: relative;
    overflow: hidden; }
    .bannercontainer .banner a {
      color: #fff; }
    .bannercontainer .banner li img {
      padding: 0;
      -webkit-border-radius: 15px 0 15px 0;
      -moz-border-radius: 15px 0 15px 0;
      border-radius: 15px 0 15px 0; }
    .bannercontainer .banner .big-red {
      display: block;
      overflow: hidden;
      -webkit-border-radius: 15px 0 15px 0;
      -moz-border-radius: 15px 0 15px 0;
      border-radius: 15px 0 15px 0;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      height: auto;
      padding: 15px;
      white-space: normal !important;
      width: 220px; }
      .bannercontainer .banner .big-red span {
        display: block;
        line-height: 105%;
        text-transform: uppercase;
        width: 100%; }
      .bannercontainer .banner .big-red .caption-price-container {
        display: block;
        margin: 0 auto;
        width: 60%; }
      .bannercontainer .banner .big-red .red-button {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        float: left;
        font-size: 150%;
        margin-top: 10px;
        padding: 12px 10px;
        width: 100%;
        text-align: center; }
      .bannercontainer .banner .big-red .caption-title {
        margin-bottom: 5px;
        font-size: 200%;
        font-weight: bold; }
      .bannercontainer .banner .big-red .caption-price {
        font-family: OpenSansRegular;
        font-size: 300%;
        text-align: center; }
      .bannercontainer .banner .big-red .caption-after-price,
      .bannercontainer .banner .big-red .caption-before-price {
        position: relative;
        font-size: 80%; }
      .bannercontainer .banner .big-red .caption-before-price {
        left: 0;
        text-align: left;
        top: 0; }
      .bannercontainer .banner .big-red .caption-after-price {
        bottom: 0;
        right: 0;
        text-align: right; }
      .bannercontainer .banner .big-red p {
        max-width: 100%; }

/*
    *   Slider
*/
.tp-leftarrow,
.tp-rightarrow {
  background: none; }

.tp-leftarrow.large,
.tp-rightarrow.large {
  background: none;
  margin-left: 0;
  margin-right: 0; }

.tparrows {
  display: table; }
  .tparrows i {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transiition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #e20026;
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
    .tparrows i:hover {
      background: rgba(255, 255, 255, 0.9);
      color: #e20026; }

.tp-leftarrow {
  left: 10px !important; }
  .tp-leftarrow i {
    padding: 0 20px 0 15px; }

.tp-rightarrow {
  left: auto !important;
  right: 10px !important;
  text-align: right; }
  .tp-rightarrow i {
    padding: 0 15px 0 20px; }

.tp-bullets {
  left: auto !important;
  right: 10px !important;
  width: auto !important; }
  .tp-bullets.simplebullets.square .bullet {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transiition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    margin-right: 5px; }
  .tp-bullets.simplebullets .bullet.selected, .tp-bullets.simplebullets .bullet:hover {
    background: #e20026; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .tp-rightarrow {
    right: 20px !important; } }
/*
    *   Motto
*/
#motto {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f9f9f9;
  font-size: 125%;
  line-height: 24px;
  margin: 10px 0 10px 10%;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 60%; }
  #motto span {
    color: #e20026;
    font-size: 150%;
    vertical-align: middle; }

/*
    *   Services
*/
#services {
  display: block;
  overflow: hidden;
  background: url("../img/services-shadow.png") no-repeat center bottom;
  padding-bottom: 70px; }
  #services .service {
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    border-radius: 15px 0 15px 0;
    background: #f9f9f9;
    margin: 0 0 0 0.5357142857142857%;
    padding: 20px;
    text-align: center;
    width: 12%; }
    #services .service .red-button {
      margin: 0 auto;
      padding: 7px 15px;
      width: 80%;
      font-size: 18px; }
    #services .service .title {
      display: block;
      font-size: 26px;
      line-height: 100%;
      margin-bottom: 10px;
      text-transform: uppercase; }
    #services .service:hover {
      background: #e20026;
      color: #fff; }
      #services .service:hover .red-button {
        background: #fff;
        color: #e20026; }
    #services .service:first-of-type {
      margin-left: 0; }

/*
    *   Info-boxes
*/
#info-boxes {
  display: block;
  overflow: hidden;
  margin: 15px 0; }
  #info-boxes .info-box {
    margin-bottom: 10px;
    min-height: 100px; }
    #info-boxes .info-box a {
      position: relative;
      display: block;
      overflow: hidden;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transiition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #bbb;
      cursor: pointer;
      padding: 10px;
      width: 100%;
      text-align: center;
      display: table;
      /*
          .align-wrapper {
          display: table;
          float: left;
          height: 47px;
          min-height: 47px;
          vertical-align: middle;
          width: 66.66666%;
      } */ }
      #info-boxes .info-box a .align-wrapper {
        display: table-cell;
        max-height: 88px;
        overflow: hidden;
        padding: 20px 0;
        text-align: left;
        vertical-align: middle;
        width: 100%; }
        #info-boxes .info-box a .align-wrapper span {
          display: block;
          width: 100%; }
      #info-boxes .info-box a .align {
        display: table-cell;
        vertical-align: middle; }
    #info-boxes .info-box:hover a {
      color: #888; }
    #info-boxes .info-box:hover .info-icon span {
      opacity: 1; }
  #info-boxes .info-icon {
    position: relative;
    display: block;
    float: left;
    height: 84px;
    min-height: 84px;
    overflow: hidden;
    width: 100px; }
    #info-boxes .info-icon span {
      -webkit-transition: all 0.3s ease;
      -moz-transiition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      opacity: 0; }
  #info-boxes .info-cart .info-icon {
    background: url("../img/footer-icons/cart.png") top left no-repeat;
    background-position: 0 -84px; }
    #info-boxes .info-cart .info-icon span {
      background: url("../img/footer-icons/cart.png") top left no-repeat;
      background-position: top left; }
  #info-boxes .info-card .info-icon {
    background: url("../img/footer-icons/card.png") top left no-repeat;
    background-position: 0 -84px; }
    #info-boxes .info-card .info-icon span {
      background: url("../img/footer-icons/card.png") top left no-repeat;
      background-position: top left; }
  #info-boxes .info-list .info-icon {
    background: url("../img/footer-icons/list.png") top left no-repeat;
    background-position: 0 -84px; }
    #info-boxes .info-list .info-icon span {
      background: url("../img/footer-icons/list.png") top left no-repeat;
      background-position: top left; }
  #info-boxes .info-protection .info-icon {
    background: url("../img/footer-icons/protection.png") top left no-repeat;
    background-position: 0 -84px; }
    #info-boxes .info-protection .info-icon span {
      background: url("../img/footer-icons/protection.png") top left no-repeat;
      background-position: top left; }

#home-faq {
  clear: both;
  overflow: hidden;
  margin: 20px 0 10px;
  /*text-align: center;*/ }
  #home-faq .faq__block {
    float: left;
    color: #999;
    /*line-height: 150%;*/
    line-height: 32px;
    text-transform: uppercase; }
    #home-faq .faq__block a {
      border-bottom: 1px #555 dotted;
      color: #555; }
      #home-faq .faq__block a:hover {
        color: #e20026; }
    #home-faq .faq__block span {
      color: #e20026; }
  #home-faq .social__block {
    float: right; }
    #home-faq .social__block > p {
      display: inline-block;
      margin: 0 4px 0 0;
      color: #a3a3a3;
      font-size: 21px;
      text-transform: uppercase; }
  #home-faq .social__icon {
    display: inline-block;
    margin: 0 2px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    #home-faq .social__icon a {
      display: block;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px; }
    #home-faq .social__icon--fb {
      background: #36589b; }
      #home-faq .social__icon--fb:hover {
        background: #2f4d88; }
      #home-faq .social__icon--fb img {
        position: relative;
        top: -1px; }
    #home-faq .social__icon--blog {
      background: #e20026; }
      #home-faq .social__icon--blog:hover {
        background: #c90022; }
      #home-faq .social__icon--blog p {
        position: relative;
        top: -1px;
        line-height: 12px;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase; }

/*
    *   Footer
*/
#footer {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f9f9f9;
  margin: 0 0 20px;
  padding: 30px 25px; }
  #footer .white-border {
    border-bottom: 10px solid #fff;
    margin-bottom: 30px;
    margin-top: 30px; }
  #footer .footer-links {
    font-size: 90%; }
    #footer .footer-links li {
      line-height: 133%;
      margin-bottom: 1px;
      padding-bottom: 5px; }
      #footer .footer-links li a {
        border-bottom: 1px #555 dotted;
        color: #555; }
        #footer .footer-links li a:hover {
          border-bottom: 1px #e20026 dotted;
          color: #e20026; }

#copy,
#interactivo {
  font-size: 85%; }

#copy {
  float: right;
  text-align: right; }
  #copy a {
    float: right; }
  #copy span {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    top: 17px;
    font-size: 12px; }

#interactivo {
  padding: 17px 0 0;
  float: left;
  color: #555; }
  #interactivo a {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -1px;
    color: #555;
    font-weight: bold; }
    #interactivo a:hover {
      color: #0cb1a5; }
    #interactivo a img {
      opacity: 0.6;
      margin-top: 2px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #interactivo a img:hover {
        opacity: 1; }
  #interactivo span {
    position: relative;
    float: left;
    margin-right: 5px;
    font-size: 12px; }

/*
    #interactivo {
    text-align: right;
    line-height: 30px;
    margin: 20px 0;

    img {
    float: right;
    margin-left: 10px;
    }
    }
*/
/*
    *   Travel
*/
.white-background {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  background: #fff;
  float: left;
  padding: 40px 20px;
  position: relative;
  width: 100%;
  z-index: 100; }
  .white-background .cancellation-area {
    margin-top: 50px; }
    .white-background .cancellation-area #cancellation-img {
      margin: 0.9em 0 0 10px;
      min-width: 230px; }
    .white-background .cancellation-area .cancellation-info {
      border-top: 1px dashed #f9f9f9;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      clear: both;
      float: left;
      font-size: 75%;
      margin: 20px 0;
      padding: 10px 0; }
    .white-background .cancellation-area #cancellation-box {
      text-transform: uppercase;
      font-size: 135%;
      position: static !important;
      display: table !important;
      max-width: 235px; }
    .white-background .cancellation-area #cancellation-box {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      margin-left: 10px; }
      .white-background .cancellation-area #cancellation-box:hover {
        background: #E20026;
        color: #fff; }
        .white-background .cancellation-area #cancellation-box:hover i {
          color: #fff; }
      .white-background .cancellation-area #cancellation-box input {
        left: -9999px;
        position: absolute; }
      .white-background .cancellation-area #cancellation-box aside {
        float: right;
        bottom: 12px; }
    .white-background .cancellation-area #cancellation-box.active {
      background: #E20026;
      color: #fff;
      color: #fff; }
      .white-background .cancellation-area #cancellation-box.active i {
        color: #fff; }
    .white-background .cancellation-area section {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      background: #f9f9f9;
      padding: 12px; }
      .white-background .cancellation-area section label {
        display: block !important;
        width: 80%;
        float: left; }
    .white-background .cancellation-area .table-scopes {
      margin-top: 30px; }
    .white-background .cancellation-area #order-travel-cancelation-field {
      margin-left: 20px; }
      .white-background .cancellation-area #order-travel-cancelation-field > * {
        float: left; }
      .white-background .cancellation-area #order-travel-cancelation-field input {
        width: 90%; }
      .white-background .cancellation-area #order-travel-cancelation-field .pln {
        margin-top: 5px;
        padding-left: 5px;
        width: 10%; }
      .white-background .cancellation-area #order-travel-cancelation-field #cancellation-approval {
        font-size: 80%;
        margin-top: 15px;
        text-transform: none; }
        .white-background .cancellation-area #order-travel-cancelation-field #cancellation-approval input {
          position: relative;
          float: left;
          height: auto;
          top: 4px;
          width: 5%; }
        .white-background .cancellation-area #order-travel-cancelation-field #cancellation-approval span {
          float: left;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 0;
          width: 95%; }

.product-wrapper {
  /*
      .white-background {
      @include display;
      @include radius(15px);
      background: #fff;
      padding: 40px 20px;
      }
  */ }
  .product-wrapper header {
    display: block;
    overflow: hidden; }

/*
    *   TRAVEL TABS - NAVIGATION ON TOP
*/
.travel-tab a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #f9f9f9;
  color: #555;
  font-size: 150%;
  line-height: 210%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }
  .travel-tab a:hover {
    background: #e20026;
    color: #fff; }
.travel-tab .active {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
  padding-bottom: 20px; }
  .travel-tab .active:hover {
    color: #555;
    background: #f9f9f9; }

.policy-box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f9f9f9;
  display: block;
  float: left;
  padding: 10px 10px 30px;
  width: 100%;
  /*
      .white-background {
      -webkit-box-shadow: 0px -7px 10px -7px #999;
      -moz-box-shadow: 0px -7px 10px -7px #999;
      box-shadow: 0px -7px 10px -7px #999;
  }*/ }
  .policy-box .inner-header li {
    float: left;
    margin-right: 5px; }
    .policy-box .inner-header li a {
      display: block;
      overflow: hidden;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, white 0%, #f2f2f2 59%, #f2f2f2 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(59%, #f2f2f2), color-stop(100%, #f2f2f2));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, white 0%, #f2f2f2 59%, #f2f2f2 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, white 0%, #f2f2f2 59%, #f2f2f2 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, white 0%, #f2f2f2 59%, #f2f2f2 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, white 0%, #f2f2f2 59%, #f2f2f2 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=  '#ffffff', endColorstr='#f2f2f2',GradientType=0 );
      /* IE6-9 */
      background-size: 100% 100%;
      color: #999;
      font-size: 125%;
      padding: 15px 60px; }
      .policy-box .inner-header li a:hover {
        background-size: 100% 500%; }
    .policy-box .inner-header li .active {
      background: #fff;
      color: #555; }
  .policy-box .basic-selects {
    background: #f9f9f9;
    float: left;
    padding: 15px;
    position: relative;
    font-family: OpenSansRegular;
    color: #555;
    width: 33.333%;
    /*
        #destination-qtip{
        position: absolute;
        top: 1px;
        left: 65%;
        cursor: pointer;
    }*/ }
    .policy-box .basic-selects a {
      font-size: 12px; }
    .policy-box .basic-selects #days-count {
      font-size: 150%; }
      .policy-box .basic-selects #days-count span {
        color: #e20026; }
    .policy-box .basic-selects #chd-qtip,
    .policy-box .basic-selects #destination-qtip,
    .policy-box .basic-selects #sixfive-qtip {
      position: absolute;
      top: 1px;
      left: 85%;
      cursor: pointer; }
    .policy-box .basic-selects #wwf-qtip {
      top: 5px;
      left: 10%;
      cursor: pointer; }
    .policy-box .basic-selects .icon-stack {
      position: relative;
      top: 17px;
      left: 0.5%;
      font-size: 13px;
      color: #e20026; }
    .policy-box .basic-selects #wwf {
      padding: 7px 15px 7px 7px;
      width: 100%;
      display: table;
      cursor: pointer; }
      .policy-box .basic-selects #wwf span {
        display: table-cell;
        vertical-align: middle; }
      .policy-box .basic-selects #wwf .icon-wwf {
        width: 15%; }
      .policy-box .basic-selects #wwf .label-wwf {
        width: 75%;
        line-height: 7px; }
        .policy-box .basic-selects #wwf .label-wwf label {
          -webkit-transition: all 0.3s ease;
          -moz-transiition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          line-height: 11px; }
        .policy-box .basic-selects #wwf .label-wwf > span {
          font-size: 10px;
          font-weight: bold;
          font-family: OpenSansRegular; }
      .policy-box .basic-selects #wwf .check-wwf {
        width: 10%;
        font-size: 19px;
        text-align: center; }
      .policy-box .basic-selects #wwf > input {
        display: none; }
    .policy-box .basic-selects .active {
      color: #fff !important;
      background: #e20026 !important; }
      .policy-box .basic-selects .active label {
        color: #fff !important; }
    .policy-box .basic-selects #discountToggle {
      font-size: 12px;
      cursor: pointer; }
    .policy-box .basic-selects #discountInput input {
      text-transform: uppercase; }
    .policy-box .basic-selects #discountInput #btnPromoCode {
      font-size: 22px;
      margin-top: 37px;
      text-transform: uppercase; }
    .policy-box .basic-selects #discountInput #promo-result {
      display: none;
      margin-bottom: 10px;
      padding: 0 6px;
      /*		width: 100%;*/
      color: #fff;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      .policy-box .basic-selects #discountInput #promo-result i {
        width: 10%;
        display: inline-block;
        text-align: right;
        float: left;
        line-height: 34px; }
      .policy-box .basic-selects #discountInput #promo-result span {
        padding: 7px;
        font-size: 15px;
        float: left;
        line-height: 16px;
        width: 85%;
        display: inline-block;
        text-align: center; }
    .policy-box .basic-selects #discountInput .error {
      background: #e20026; }
    .policy-box .basic-selects #discountInput .success {
      background: #00810A; }
    .policy-box .basic-selects #car-statment input {
      display: block;
      float: left;
      margin: 5px; }
    .policy-box .basic-selects #car-statment label {
      display: block;
      float: right;
      width: 90%;
      font-size: 12px; }
    .policy-box .basic-selects .tip label {
      padding-right: 20px; }
    .policy-box .basic-selects .tip .icon-stack {
      position: absolute;
      top: 0;
      right: 0;
      left: initial; }
  .policy-box .custom-selects {
    width: 62%; }
  .policy-box .whom {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f9f9f9;
    float: left;
    margin-left: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase; }
  .policy-box .table-header {
    position: relative;
    display: block;
    //overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f9f9f9;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    padding: 15px;
    text-align: center;
    width: 24.326%;
    }
  .extreme_recomendation {
    position: absolute;
    top: -133px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    left: 0;
    padding: 0 15px;
  }
  .extreme_recomendation.travel {
    display: none;
  }
  .extreme_recomendation p {
    color: #e20026;
    font-size: 24px;
  }
  .extreme_recomendation_travel {
    position: absolute;
    top: -140px;
    width: 150%;
    background: #fff;
    border-radius: 10px;
    right: 25%;
    text-align: center;
    padding: 0 15px;
  }
  .extreme_recomendation_travel p {
    color: #e20026;
    font-size: 24px;
  }
  .extreme_recomendation_travel .svg {
    width: 70px;
    position: absolute;
    top: 42%;
  }
  .extreme_recomendation_travel .leftIcon {
    left: -48px;
  }
  .extreme_recomendation_travel .rightIcon {
    right: -48px;
  }
  @media (max-width: 768px) {
      .extreme_recomendation {
          position: static;
          padding: 5px 10px;
          margin-top: 10px;
      }
      .extreme_recomendation p {
          font-size: 12px;
      }
  }

@media (max-width: 992px) {
  .extreme_recomendation_travel {
    display: none;
  }
  .extreme_recomendation.travel {
    display: block;
    position: static;
    padding: 5px 10px;
    margin-top: 10px;
  }
  .extreme_recomendation.travel p {
    font-size: 12px;
  }
}
    .policy-box .table-header:last-of-type {
      margin-right: 0; }
    .policy-box .table-header h3 {
      cursor: pointer;
      font-size: 175%;
      font-weight: normal;
      line-height: 25px;
      text-align: center;
      text-transform: uppercase; }
    .policy-box .table-header label {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      font-size: 125%;
      padding: 7px 10px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer; }
    .policy-box .table-header input {
      left: -9999px;
      position: absolute;
      visibility: hidden; }
    .policy-box .table-header.header-selected {
      background: #e20026 !important;
      color: #fff; }
      .policy-box .table-header.header-selected .red-button {
        background: #fff;
        color: #e20026; }
      .policy-box .table-header.header-selected:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
  .policy-box #table {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    /*
        *	Header of table
    */ }
    .policy-box #table header {
      float: right;
      position: relative;
      width: 50%; }
    .policy-box #table ul {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      background: #fff;
      margin-bottom: 0; }
      .policy-box #table ul li {
        border-bottom: 1px dashed #ddd;
        padding: 12px 15px; }
        .policy-box #table ul li .small-scope {
          background: inherit !important;
          display: block;
          font-size: 75%;
          padding: 0 5px;
          text-align: center;
          width: 100% !important; }
        .policy-box #table ul li:first-of-type {
          -webkit-border-radius: 12px 12px 0 0;
          -moz-border-radius: 12px 12px 0 0;
          border-radius: 12px 12px 0 0; }
        .policy-box #table ul li:last-of-type {
          -webkit-border-radius: 0 0 12px 12px;
          -moz-border-radius: 0 0 12px 12px;
          border-radius: 0 0 12px 12px;
          border: none; }
    .policy-box #table .more {
      -webkit-border-radius: 12px 12px 0 0;
      -moz-border-radius: 12px 12px 0 0;
      border-radius: 12px 12px 0 0;
      background: #f0f0f0;
      cursor: pointer;
      clear: both;
      float: right;
      margin-top: -80px; }
      .policy-box #table .more i {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #e20026;
        color: #fff;
        display: inline-block;
        margin-left: 5px;
        padding: 2px 6px;
        font-size: 14px; }
    .policy-box #table #policy_bundle {
      margin-right: 5px; }
    .policy-box #table .aditional-information {
      display: block;
      clear: left;
      float: left;
      padding-left: 15px;
      margin-top: 20px;
      width: 50%;
      border: 1px dashed #ddd;
      background-color: #dedede;
      border-radius: 8px; }
      .policy-box #table .aditional-information span {
        display: block;
        margin: 1em 0;
        text-transform: uppercase; }
      .policy-box #table .aditional-information p {
        font-size: 0.8em; }
    .policy-box #table .section-information {
      float: left;
      font-family: OpenSansCondensedLight;
      width: 50%;
      clear: left; }
    .policy-box #table .row-highlighted {
      background: #ececec; }
    .policy-box #table .table-section {
      clear: both;
      float: left;
      width: 100%; }
      .policy-box #table .table-section:first-of-type {
        margin-top: 20px; }
      .policy-box #table .table-section .inner-section {
        width: 100%;
        background: #f0f0f0;
        clear: both;
        float: left;
        padding: 40px 10px 13px;
        -webkit-border-radius: 8px 0 8px 8px;
        -moz-border-radius: 8px 0 8px 8px;
        border-radius: 8px 0 8px 8px; }
      .policy-box #table .table-section header {
        height: 120px;
        margin-bottom: -55px !important;
        padding-top: 50px; }
        .policy-box #table .table-section header .prices {
          float: right;
          width: 50%; }
          .policy-box #table .table-section header .prices .price {
            width: 31.4%;
            font-size: 68%;
            background: #ffffff;
            margin-right: 10px;
            display: inline-block;
            border-radius: 8px;
            -webkit-transition: all 0.3s ease;
            -moz-transiition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-weight: bold;
            text-align: center; }
      .policy-box #table .table-section li {
        -webkit-transition: all 0.3s ease;
        -moz-transiition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .policy-box #table .table-section .section-content.hidden {
        display: none; }
      .policy-box #table .table-section header {
        width: 100%;
        font-family: OpenSansCondensedLight, OpenSansRegular;
        margin-bottom: 0;
        text-transform: uppercase; }
      .policy-box #table .table-section h3 {
        cursor: pointer;
        float: left;
        font-size: 145%;
        font-weight: normal;
        line-height: 150%;
        margin-bottom: 0;
        padding-left: 15px;
        width: 100%; }
      .policy-box #table .table-section .section-scope {
        float: left;
        width: 50%; }
        .policy-box #table .table-section .section-scope .scope {
          float: left;
          font-weight: bold;
          margin-left: 10px;
          width: 31.4%;
          text-align: center; }
          .policy-box #table .table-section .section-scope .scope ul {
            -webkit-transition: all 0.3s ease;
            -moz-transiition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        .policy-box #table .table-section .section-scope .scope-selected li {
          -webkit-transition: all 0.3s ease;
          -moz-transiition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          border-bottom: 1px dashed #fff; }
          .policy-box #table .table-section .section-scope .scope-selected li.row-highlighted {
            background: #e20026 !important; }
          .policy-box #table .table-section .section-scope .scope-selected li:last-of-type {
            border-bottom: none; }
        .policy-box #table .table-section .section-scope .scope-selected.scope-hover {
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important; }
        .policy-box #table .table-section .section-scope .scope-hover {
          background: #ececec; }

#travel-wrapper .policy-box #table {
  width: 100%;
  /*
      .more {
      padding: 10px 15px;
  }*/ }

/*
    *   Product
*/
.product-select-tabs {
  display: block;
  overflow: hidden;
  padding: 0 1.55em; }
  .product-select-tabs .large-1-5 {
    float: left;
    margin-left: 1.111111111111111%;
    width: 11.5%; }
    .product-select-tabs .large-1-5 a {
      display: block;
      overflow: hidden;
      -webkit-border-radius: 15px 0 15px 0;
      -moz-border-radius: 15px 0 15px 0;
      border-radius: 15px 0 15px 0; }
    .product-select-tabs .large-1-5 .select {
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0; }
    .product-select-tabs .large-1-5:first-of-type {
      margin-left: 0; }
    .product-select-tabs-mobile{
        display: none;
    }

.product-wrapper header {
  display: block;
  overflow: visible;
  float: right;
  margin-top: 130px;
  width: 60%;
  }
.product-wrapper #table {
  float: right;
  font-family: OpenSansCondensedLight, OpenSansRegular;
  width: 66.666%; }
  .product-wrapper #table .more {
    -webkit-transition: all 0.3s ease;
    -moz-transiition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 75%;
    padding: 1px 6px; }
  .product-wrapper #table h3:hover .more {
    background: #e20026;
    color: #fff; }
    .product-wrapper #table h3:hover .more i {
      background: #fff;
      color: #e20026; }
  .product-wrapper #table header.no-column {
    display: block;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #e20026;
    color: #fff;
    float: right;
    font-family: OpenSansCondensedLight;
    font-size: 200%;
    line-height: 150%;
    margin-right: 30px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto; }
  .product-wrapper #table .content {
    clear: both;
    float: left;
    font-family: OpenSansCondensedLight;
    margin: 20px 0 0;
    width: 95%; }
    .product-wrapper #table .content h3 {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background: #f9f9f9;
      border: none;
      cursor: pointer;
      font-size: 150%;
      font-weight: normal;
      line-height: 150%;
      margin-bottom: 0;
      margin-top: 15px;
      overflow: hidden;
      padding: 5px 10px;
      text-transform: uppercase; }
      .product-wrapper #table .content h3.accordion-expanded {
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        background: #f9f9f9; }
    .product-wrapper #table .content .accordion-info {
      display: none;
      background: #f9f9f9;
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      border: none;
      padding: 0 10px 10px; }
      .product-wrapper #table .content .accordion-info ul {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-top: 2px dashed #ddd;
        display: block;
        margin-top: 0;
        padding: 10px 0; }
      .product-wrapper #table .content .accordion-info .data {
        float: right;
        font-weight: bold; }
.product-wrapper .effect8 {
  position: relative; }
  .product-wrapper .effect8:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 10px 0 10px -12px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 10px 0 10px -12px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 10px 0 10px -12px rgba(0, 0, 0, 0.8) inset;
    top: 35px;
    bottom: 10px;
    left: -3px;
    height: 40px;
    right: 0;
    margin-top: 5px;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg); }
  .product-wrapper .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 10px 0 10px -12px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 10px 0 10px -12px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 10px 0 10px -12px rgba(0, 0, 0, 0.8) inset;
    top: 35px;
    bottom: 10px;
    left: -3px;
    height: 40px;
    right: 0;
    margin-top: 5px;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
    margin-bottom: 5px;
    right: 10px;
    bottom: 5px;
    top: auto;
    transform: skew(8deg) rotate(3deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg); }
.product-wrapper #choices-box {
  clear: left;
  float: left;
  margin: 50px 0;
  overflow: hidden;
  padding: 25px 0;
  position: relative;
  width: 22%; }
  .product-wrapper #choices-box header {
    color: #e20026;
    font-family: OpenSansCondensedLight;
    font-size: 125%;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    float: none; }
  .product-wrapper #choices-box ul {
    -webkit-box-shadow: 10px 0 4px -4px rgba(0, 0, 0, 0.3) inset, 0 0 40px -40px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 10px 0 4px -4px rgba(0, 0, 0, 0.3) inset, 0 0 40px -40px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 10px 0 4px -4px rgba(0, 0, 0, 0.3) inset, 0 0 40px -40px rgba(0, 0, 0, 0.5) inset;
    margin-top: 15px;
    overflow: hidden;
    display: block;
    padding: 0; }
    .product-wrapper #choices-box ul li {
      -webkit-border-radius: 0 10px 10px 0;
      -moz-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0;
      -webkit-box-shadow: 0 8px 6px -6px #999999;
      -moz-box-shadow: 0 8px 6px -6px #999999;
      box-shadow: 0 8px 6px -6px #999999;
      clear: both;
      float: left;
      margin-bottom: 10px;
      position: relative;
      width: 100%; }
      .product-wrapper #choices-box ul li span {
        background: none;
        padding: 0;
        margin: 0; }
      .product-wrapper #choices-box ul li .heading {
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0;
        background: #f1f1f1;
        color: #999;
        display: block;
        float: left;
        font-family: OpenSansCondensedLight;
        padding: 10px;
        position: relative;
        text-transform: uppercase;
        width: 79%;
        z-index: 10; }
        .product-wrapper #choices-box ul li .heading .prefix {
          display: block;
          overflow: hidden;
          clear: both;
          text-align: center; }
        .product-wrapper #choices-box ul li .heading .name {
          display: block;
          overflow: hidden;
          clear: both;
          text-align: center;
          font-size: 150%; }
      .product-wrapper #choices-box ul li .check {
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0;
        background: #f9f9f9;
        color: #999;
        display: table;
        height: 60px;
        margin: 0;
        right: 0;
        position: absolute;
        width: 25%;
        text-align: center; }
        .product-wrapper #choices-box ul li .check i {
          display: table-cell;
          vertical-align: middle; }
      .product-wrapper #choices-box ul li:last-of-type {
        margin-bottom: 0; }
      .product-wrapper #choices-box ul li:hover .heading {
        background: #e0e0e0;
        color: #333; }
      .product-wrapper #choices-box ul li:hover .check {
        color: #333; }
    .product-wrapper #choices-box ul .active .heading {
      background: #e20026;
      color: #fff; }
    .product-wrapper #choices-box ul .active .check {
      color: #e20026; }
    .product-wrapper #choices-box ul .active:hover .heading {
      background: #fb002a;
      color: #fff; }
    .product-wrapper #choices-box ul .active:hover .check {
      color: #fb002a; }

/* Steps panel */
.steps-panel-cont {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  z-index: 9;
  background: #e20026;
  color: white;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%; }
  .steps-panel-cont .collapse {
    padding-top: 20px; }
    .steps-panel-cont .collapse .step {
      display: table;
      padding-left: 20px;
      opacity: 0.6; }
      .steps-panel-cont .collapse .step div,
      .steps-panel-cont .collapse .step i {
        display: table-cell;
        vertical-align: middle; }
        .steps-panel-cont .collapse .step div p,
        .steps-panel-cont .collapse .step i p {
          margin-top: 0; }
        .steps-panel-cont .collapse .step div span,
        .steps-panel-cont .collapse .step i span {
          font-size: 22px; }
    .steps-panel-cont .collapse .active {
      font-weight: 700;
      opacity: 1; }

.scope-hover,
.table-header:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transiition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 60px 60px #eaeaea inset;
  -moz-box-shadow: 0 0 60px 60px #eaeaea inset;
  box-shadow: 0 0 60px 60px #eaeaea inset; }

.check,
.heading {
  -webkit-transition: all 0.3s ease;
  -moz-transiition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 8px #bbb inset;
  -moz-box-shadow: 0 0 8px #bbb inset;
  box-shadow: 0 0 8px #bbb inset; }

/*
    *   Form Policy Data
*/
.box-content,
.formee fieldset,
fieldset {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f9f9f9;
  border: none;
  margin-bottom: 30px;
  padding: 20px; }
  .box-content .pers-choice label,
  .formee fieldset .pers-choice label,
  fieldset .pers-choice label {
    background: #e20026;
    border: none;
    color: #fff;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transiition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #e20026;
    color: #fff;
    padding: 7px 15px;
    cursor: pointer; }
    .box-content .pers-choice label i,
    .formee fieldset .pers-choice label i,
    fieldset .pers-choice label i {
      margin-left: 10px; }
    .box-content .pers-choice label:hover,
    .formee fieldset .pers-choice label:hover,
    fieldset .pers-choice label:hover {
      background: #000; }
  .box-content .pers-choice .active,
  .formee fieldset .pers-choice .active,
  fieldset .pers-choice .active {
    background: #000; }
  .box-content .pers-choice input,
  .formee fieldset .pers-choice input,
  fieldset .pers-choice input {
    display: none; }
  .box-content ul li,
  .formee fieldset ul li,
  fieldset ul li {
    margin-bottom: 10px; }
    .box-content ul li:last-child,
    .formee fieldset ul li:last-child,
    fieldset ul li:last-child {
      margin-bottom: 0 !important; }

fieldset.datains .over65 {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0; }
.regulation--info-judgment{
  margin-top: 50px;
}
.regulation--info-judgment>p:nth-child(3n+1){
  font-weight: bold;
}
#form_policy_data {
  font-size: 80%; }
  #form_policy_data h2 {
    color: #e20026;
    font-size: 175%;
    margin-left: 1.5%; }
  #form_policy_data h5 {
    color: #e20026;
    font-size: 150%; }
  #form_policy_data .person-check label {
    clear: none;
    float: left;
    margin-right: 10px;
    width: auto; }
  #form_policy_data .company-only {
    display: none; }
  #form_policy_data .example {
    color: #aaaaaa;
    margin: 2px 3px; }
  #form_policy_data .regulations label {
    display: inline; }
  #form_policy_data .abroad {
    margin-bottom: 5px; }
  #form_policy_data .abroad i {
    left: 15px;
    top: 3px; }
  #form_policy_data .abroad .c-tooltip {
    top: 56%;
    left: -14px; }
  #form_policy_data .regulations .expander {
    font-family: OpenSansCondensedLight, sans-serif;
    font-size: 16px;
    vertical-align: text-bottom;
    cursor: pointer; }
  #form_policy_data .regulations ul {
    margin-bottom: 0;
    margin-top: 0; }
    #form_policy_data .regulations ul li span {
      float: left;
      margin-left: 30px;
      width: 90%; }
    #form_policy_data .regulations ul li .required {
      color: red;
      position: relative;
      font-size: 7px;
      top: -9px; }
    #form_policy_data .regulations ul li .disclaimer-info {
      display: none; }
      #form_policy_data .regulations ul li .disclaimer-info p {
        width: 95%;
        margin-left: 5%; }
        #form_policy_data .regulations ul li .disclaimer-info p .expander-close {
          width: 30%;
          float: right;
          margin: 20px;
          text-align: center;
          cursor: pointer; }
  #form_policy_data .regulations input {
    clear: none;
    float: left;
    position: relative;
    top: 4px; }
  #form_policy_data .regulations .answer {
    overflow: hidden; }
    #form_policy_data .regulations .answer a {
      color: #e20026; }
      #form_policy_data .regulations .answer a:hover {
        color: #555; }
    #form_policy_data .regulations .answer label.error {
      font-size: 90%; }
  #form_policy_data .actions a {
    line-height: normal;
    float: left !important; }
  #form_policy_data .actions span {
    float: left;
    padding: 12px; }
    #form_policy_data .actions span .required {
      color: #e20026;
      position: relative;
      font-size: 7px;
      top: -7px; }
  #form_policy_data #policytype_insuredItems_registration_number,
  #form_policy_data #policytype_insuredItems_vin {
    text-transform: uppercase; }
  #form_policy_data input::-webkit-input-placeholder {
    text-transform: none !important; }
  #form_policy_data input::-moz-placeholder {
    text-transform: none !important; }
  #form_policy_data input:-ms-input-placeholder {
    text-transform: none !important; }

form .send-button {
  cursor: pointer;
  font-size: 150%;
  padding: 10px 15px;
  text-transform: uppercase;
  float: right; }

/*
    *   Car
*/
#car-wrapper #table {
  width: 100%; }
  #car-wrapper #table header .table-header {
    margin-left: 2.4%;
    width: 47.6%; }
  #car-wrapper #table .table-section {
    margin-top: 0; }
    #car-wrapper #table .table-section header {
      margin: 0; }
  #car-wrapper #table .scope {
    margin-left: 2.4%;
    width: 47.6%; }
#car-wrapper #days-slider {
  -webkit-border-radius: 15px 0 15px 0;
  -moz-border-radius: 15px 0 15px 0;
  border-radius: 15px 0 15px 0;
  background: #f9f9f9;
  float: left;
  padding: 15px;
  position: relative;
  width: 33.333%; }
  #car-wrapper #days-slider .date-start {
    margin-top: 20px; }
  #car-wrapper #days-slider .days-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e20026;
    border: 1px solid #e20026;
    height: 22px;
    margin: 10px 0;
    padding: 0 20px 0 1px;
    position: relative; }
  #car-wrapper #days-slider #days-number-slider {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #e20026;
    border: 1px solid #e20026;
    height: 20px;
    position: relative; }
    #car-wrapper #days-slider #days-number-slider a {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background: #fff;
      height: 18px;
      position: absolute;
      width: 18px;
      z-index: 3; }
  #car-wrapper #days-slider #days-number,
  #car-wrapper #days-slider #display_numberOfDays {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 8px 6px -6px #999999;
    -moz-box-shadow: 0 8px 6px -6px #999999;
    box-shadow: 0 8px 6px -6px #999999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #e20026;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 150%;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    text-indent: 0.01px;
    text-overflow: ''; }
  #car-wrapper #days-slider #minus,
  #car-wrapper #days-slider #plus {
    -webkit-transition: all 0.3s ease;
    -moz-transiition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #e20026;
    cursor: pointer;
    position: absolute;
    top: 80px; }
  #car-wrapper #days-slider #minus:hover,
  #car-wrapper #days-slider #plus:hover {
    color: #ff163d; }
  #car-wrapper #days-slider #plus {
    right: 20%; }
  #car-wrapper #days-slider #minus {
    left: 20%; }

/*
    *   PickADate
*/
.picker__header select {
  font-size: 100%;
  height: auto;
  padding: 2px;
  width: auto; }

.picker__day {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.picker__nav--next:hover,
.picker__nav--prev:hover {
  background: none; }

.picker__day--today {
  color: #fff;
  background: #888; }

.picker__day--selected {
  border-color: #e20026; }
  .picker__day--selected:hover {
    border-color: #e20026; }

.picker__button--clear:focus,
.picker__button--clear:hover,
.picker__button--today:focus,
.picker__button--today:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #ffafbc; }

.picker__day--today:before {
  border-top: 0.5em solid #333; }

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  background: #e20026;
  color: #fff; }

.picker__button--today:before {
  border-top: 0.66em solid #333; }

.picker--focused .picker__day--disabled,
.picker__day--disabled:hover {
  background: none;
  border: none;
  color: #ddd; }

/*
    *   Policy Data Form
*/
#formContact,
#form_policy_data {
  font-size: 80%; }

#formContact legend,
#form_policy_data legend {
  color: #e20026;
  float: left;
  font-size: 200%;
  width: 100%;
  text-transform: uppercase; }

#formContact label,
#form_policy_data label {
  font-family: OpenSansCondensedLight, sans-serif; }

#formContact .datepicker-icon,
#form_policy_data .datepicker-icon {
  margin-left: 10px; }

/*
    *   Lifted bottom corners
*/
.lifted-bottom {
  position: relative;
  padding: 1em;
  background: #fcfcfc;
  box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px -1px rgba(0, 0, 0, 0.2); }
  .lifted-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg);
    /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg);
    /* Opera */
    -moz-transform: skew(-3deg, -2deg);
    /* Firefox */
    bottom: 18px;
    box-shadow: 0 20px 5px -5px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%; }
  .lifted-bottom:after {
    content: "";
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg);
    /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg);
    /* Opera */
    -moz-transform: skew(-3deg, -2deg);
    /* Firefox */
    bottom: 18px;
    box-shadow: 0 20px 5px -5px rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 1px;
    max-width: 50%;
    width: 50%;
    -ms-transform: skew(3deg, 2deg);
    /* IE 9 */
    -webkit-transform: skew(3deg, 2deg);
    /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg);
    /* Opera */
    -moz-transform: skew(3deg, 2deg);
    /* Firefox */
    left: auto;
    right: 1px; }

/*
    *   Lifted top corners
*/
.lifted-top {
  position: relative;
  padding-top: 15px;
  background: inherit;
  box-shadow: 0 0 1px -1px rgba(90, 90, 90, 0.2);
  -o-box-shadow: 0 0 1px -1px rgba(90, 90, 90, 0.2);
  -moz-box-shadow: 0 0 1px -1px rgba(90, 90, 90, 0.2); }
  .lifted-top:before {
    content: "";
    position: absolute;
    z-index: 1;
    -ms-transform: skew(3deg, 2deg);
    -webkit-transform: skew(3deg, 2deg);
    /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg);
    /* Opera */
    -moz-transform: skew(3deg, 2deg);
    /* Firefox */
    top: 35px;
    box-shadow: 0 -20px 8px -8px rgba(90, 90, 90, 0.3);
    height: 50px;
    left: 1px;
    margin: 0 15px;
    max-width: 50%;
    width: 50%; }
  .lifted-top:after {
    content: "";
    position: absolute;
    z-index: 1;
    -ms-transform: skew(3deg, 2deg);
    -webkit-transform: skew(3deg, 2deg);
    /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg);
    /* Opera */
    -moz-transform: skew(3deg, 2deg);
    /* Firefox */
    top: 35px;
    box-shadow: 0 -20px 8px -8px rgba(90, 90, 90, 0.3);
    height: 50px;
    left: 1px;
    margin: 0 15px;
    max-width: 50%;
    width: 50%;
    -ms-transform: skew(-3deg, -2deg);
    /* IE 9 */
    -webkit-transform: skew(-3deg, -2deg);
    /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg);
    /* Opera */
    -moz-transform: skew(-3deg, -2deg);
    /* Firefox */
    left: auto;
    right: 1px; }

.lifted-top-standalone {
  position: relative;
  background: inherit;
  box-shadow: 0 0 1px -1px rgba(90, 90, 90, 0.2);
  -o-box-shadow: 0 0 1px -1px rgba(90, 90, 90, 0.2);
  -moz-box-shadow: 0 0 1px -1px rgba(90, 90, 90, 0.2);
  margin: 0 10px; }
  .lifted-top-standalone:before {
    content: "";
    position: absolute;
    z-index: -3;
    -ms-transform: skew(3deg, 2deg);
    -webkit-transform: skew(3deg, 2deg);
    /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg);
    /* Opera */
    -moz-transform: skew(3deg, 2deg);
    /* Firefox */
    top: 20px;
    box-shadow: 0 -20px 8px -8px rgba(90, 90, 90, 0.3);
    height: 50px;
    left: 1px;
    margin: 0 5px;
    max-width: 50%;
    width: 50%; }
  .lifted-top-standalone:after {
    content: "";
    position: absolute;
    z-index: -3;
    -ms-transform: skew(3deg, 2deg);
    -webkit-transform: skew(3deg, 2deg);
    /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg);
    /* Opera */
    -moz-transform: skew(3deg, 2deg);
    /* Firefox */
    top: 20px;
    box-shadow: 0 -20px 8px -8px rgba(90, 90, 90, 0.3);
    height: 50px;
    left: 1px;
    margin: 0 5px;
    max-width: 50%;
    width: 50%;
    -ms-transform: skew(-3deg, -2deg);
    /* IE 9 */
    -webkit-transform: skew(-3deg, -2deg);
    /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg);
    /* Opera */
    -moz-transform: skew(-3deg, -2deg);
    /* Firefox */
    left: auto;
    right: 1px; }

#sport-wrapper .lifted-top:after, #sport-wrapper .lifted-top:before {
  padding: 0;
  top: 85px;
  z-index: 0; }

#business-wrapper .lifted-top:after, #business-wrapper .lifted-top:before {
  padding: 0;
  top: 85px;
  z-index: 0; }

/*
    *   qTips
*/
.qtip {
  background: #fff;
  color: #555;
  font-size: 100%;
  max-width: 836px; }
  .qtip h3 {
    font-size: 175%;
    line-height: 125%;
    margin: 0;
    padding: 0; }
  .qtip p {
    line-height: 100%;
    margin-top: 0; }
  .qtip span {
    font-weight: bold; }
  .qtip #areas-map-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: #e20026; }
  .qtip #destination-qtip-disc {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .qtip #destination-qtip-disc img {
      padding: 15px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
    .qtip #destination-qtip-disc .description {
      padding: 20px; }
      .qtip #destination-qtip-disc .description .columns h3 {
        color: #da043e; }
      .qtip #destination-qtip-disc .description .columns a {
        float: right;
        padding-bottom: 20px; }
      .qtip #destination-qtip-disc .description .columns:last-of-type h3 {
        color: #17477e; }
    .qtip #destination-qtip-disc a {
      float: right;
      margin: 0 20px 10px; }
  .qtip #wwf-qtip-disc {
    /*padding: 40px;*/
    color: #fff;
    /*width: 636px;*/
    /*height: 435px;*/
    /*background: url("../img/tigers.jpg") no-repeat center center;*/
    /*background-size: auto 100%;*/ }
    .qtip #wwf-qtip-disc h3 {
      margin-bottom: 20px;
      font-size: 20px;
      font-family: OpenSansCondensedBold, OpenSansRegular; }
    .qtip #wwf-qtip-disc p {
      margin: 20px 0;
      line-height: 1.3; }
    .qtip #wwf-qtip-disc a {
      color: #fff;
      font-family: OpenSansRegular; }
    .qtip #wwf-qtip-disc .qtip-tip {
      display: none; }

.qtip-content {
  padding: 0; }

.qtip-elvia {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #e20026; }
  .qtip-elvia .qtip-close {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    background: #e20026 !important;
    color: #fff; }
    .qtip-elvia .qtip-close span {
      font-size: 17px;
      width: 24px;
      height: 19px; }

.qtip-rounded {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 7px solid #e20026; }

.qtip-rounded-grey {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 7px solid #e20026;
  border: 7px solid #f9f9f9; }

#sports-content {
  display: none; }

#email-box-form label.error {
  color: #e20026; }
#email-box-form li label {
  font-size: 100%; }
  #email-box-form li label span {
    font-weight: normal; }
#email-box-form .red-button {
  font-size: 200%; }
#email-box-form a {
  color: #e20026; }

/*
    *   Product tab
*/
#over-all-cont {
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
  z-index: 9999; }
  #over-all-cont #on-top {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #e20026; }
    #over-all-cont #on-top .on-top-content {
      margin: 0 auto;
      width: 1000px;
      height: 92px;
      color: #ffffff;
      padding: 15px; }
    @media (max-width: 956px) {
      #over-all-cont #on-top .on-top-content {
        height: 150px;
      }
    }
    #over-all-cont #on-top .on-top-content-box {
      display: block;
      float: left; }
      #over-all-cont #on-top .on-top-content-box.border {
        padding: 0 30px 0 0; }
      #over-all-cont #on-top .on-top-content-box .small {
        font-size: 90%; }
      #over-all-cont #on-top .on-top-content-box .after-calculate .small {
        letter-spacing: -1px; }
      #over-all-cont #on-top .on-top-content-box .after-calculate > span {
        clear: left;
        float: left; }
      #over-all-cont #on-top .on-top-content-box .option {
        float: left;
        padding-right: 20px; }
        #over-all-cont #on-top .on-top-content-box .option span {
          clear: both;
          float: left; }
        #over-all-cont #on-top .on-top-content-box .option .product-name {
          font-size: 150%;
          margin: 5px 0 15px; }
    #over-all-cont #on-top .border {
      border-right: 1px solid #fff; }
    #over-all-cont #on-top .summary {
      padding-left: 10px;
      position: relative;
      width: 50%; }
    #over-all-cont #on-top .on-top-content-box .on-top-price {
      font-size: 3em;
      font-weight: bold; }
    #over-all-cont #on-top .pln {
      position: relative;
      top: -20px;
      left: -10px;
      font-weight: normal;
      font-size: 0.4em; }
    #over-all-cont #on-top .buy-it {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      position: absolute;
      background: #f9f9f9;
      border: none;
      float: right;
      font-size: 200%;
      padding: 10px 24px;
      right: 0;
      top: 0; }
    #over-all-cont #on-top .before-calculate {
      width: 60%; }
    #over-all-cont #on-top.on-top-static {
      -webkit-transition: all 0.3s ease;
      -moz-transiition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      margin: 20px auto 5px;
      position: relative;
     }

    .buy-it-travel.disabled:hover {
      background-color: #f9f9f9 !important;
      color: #e20026 !important;

    }

    /* helpbox to enable 'Kupuje' button */
    .confirm-box-wrapper {
      position: relative;
    }
    #confirm-box {
      position: absolute;
      bottom: 40px;
      background-color: #fff;
      padding: 10px;
      border-radius: 10px;
      border: 1px solid #e20026;
      text-align: right;
        opacity: 0.9;
    }
    @media (max-width: 856px) {
      #confirm-box {
        right: 0;
        width: 150%;

      }
    }
    #confirm-box p {
      color: #e20026;
      text-align: left;
    }
    #confirm-button {
      border-radius: 12px;
      font-size: 125%;
      padding: 7px 18px;
      text-align: center;
      cursor: pointer;
      border: none;
      display: inline-block;
      transition: all 0.3s;
      color: #fff;
      background-color: #e20026;
    }
    #confirm-button:hover {
      background-color: #000;
    }

/*
    *   Radio error for three columns in table
    * /

    #radio-error {
    background: #fff;
    color: #555;
    border: 1px solid red;
    display: none;
    font-family: Arial, sans-serif;
    padding: 7px 10px;
    //position: absolute;
}*/
/*
    *   Loader for price bar
*/
#bar-loader {
  background: rgba(226, 0, 38, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9990; }
  #bar-loader img {
    display: block;
    margin: 20px auto 0; }

/*
    *   Errors
*/
#policy_bundle .error {
  color: #fff;
  width: 60%;
  left: 24%;
  position: absolute;
  background: #e20026;
  display: block;
  margin-left: -5%;
  top: -45%;
  border: 5px solid #fff; }

input.error,
select.error,
textarea.error {
  border: 1px solid #e20026 !important; }

label.error {
  color: #e20026;
  font-size: 125%; }

/*
    *   Big background images for bundles
*/
.background-image {
  -webkit-border-radius: 0 17px 17px 0;
  -moz-border-radius: 0 17px 17px 0;
  border-radius: 0 17px 17px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1; }

/*
    *   Contact form
*/
#contact_message {
  max-width: 1063px;
  min-height: 100px;
  min-width: 100%; }

/*
    *   Product pages backgrounds
*/
#cancellation-wrapper .white-background {
  background: url("../img/bg/bg_cancellation.jpg") white no-repeat top right; }

#cancellation-wrapper .white-background-adv {
  background: url("../img/bg/bg_cancellation_adv.jpg") white no-repeat top right; }

#travel-wrapper .white-background {
  background: url("../img/bg/bg_travel.jpg") white no-repeat top right; }

#travel-wrapper .white-background-adv {
  background: url("../img/bg/bg_travel_adv.jpg") white no-repeat top right; }

#sport-wrapper .white-background {
  background: url("../img/bg/bg_sport_2.jpg") white no-repeat top right; }

#sport-wrapper-ski .white-background {
  background: url("../img/bg/bg_ski.jpg") white no-repeat top right; }

#sport-wrapper-skipl .white-background {
  background: url("../img/bg/bg_ski_pl.jpg") white no-repeat top right; }

#business-wrapper .white-background {
  background: url("../img/bg/bg_business.jpg") white no-repeat top right; }

#work-wrapper .white-background {
  background: url("../img/bg/bg_praca.jpg") white no-repeat top right; }

#car-wrapper .white-background {
  background: url("../img/bg/bg_auto_2015_1krok_v1_lato.jpg") white no-repeat top right; }

/*
    *   Login section
*/
#login-form .container .user-form-container,
#new-password .container .user-form-container,
#reset-info .container .user-form-container,
#reset-password .container .user-form-container {
  margin: 0 auto;
  max-width: 100%;
  width: 500px; }
  #login-form .container .user-form-container .error-message,
  #new-password .container .user-form-container .error-message,
  #reset-info .container .user-form-container .error-message,
  #reset-password .container .user-form-container .error-message {
    margin: 0 auto;
    padding: 20px 0 5px;
    text-align: center;
    color: #e20026;
    background: #f9f9f9; }
  #login-form .container .user-form-container .box-header,
  #new-password .container .user-form-container .box-header,
  #reset-info .container .user-form-container .box-header,
  #reset-password .container .user-form-container .box-header {
    background: none repeat scroll 0 0 #e20026;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    font-size: 125%;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 15px;
    position: relative;
    z-index: 15;
    text-transform: none; }
  #login-form .container .user-form-container .user-form,
  #new-password .container .user-form-container .user-form,
  #reset-info .container .user-form-container .user-form,
  #reset-password .container .user-form-container .user-form {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #f9f9f9;
    overflow: hidden;
    padding: 10px 20px;
    width: 100%; }
    #login-form .container .user-form-container .user-form div,
    #new-password .container .user-form-container .user-form div,
    #reset-info .container .user-form-container .user-form div,
    #reset-password .container .user-form-container .user-form div {
      margin: 0 auto; }
    #login-form .container .user-form-container .user-form #remember-me,
    #new-password .container .user-form-container .user-form #remember-me,
    #reset-info .container .user-form-container .user-form #remember-me,
    #reset-password .container .user-form-container .user-form #remember-me {
      width: 49%;
      float: left; }
      #login-form .container .user-form-container .user-form #remember-me a,
      #new-password .container .user-form-container .user-form #remember-me a,
      #reset-info .container .user-form-container .user-form #remember-me a,
      #reset-password .container .user-form-container .user-form #remember-me a {
        font-size: 12px; }
    #login-form .container .user-form-container .user-form label,
    #new-password .container .user-form-container .user-form label,
    #reset-info .container .user-form-container .user-form label,
    #reset-password .container .user-form-container .user-form label {
      display: block;
      margin-top: 10px;
      margin-bottom: 5px; }
      #login-form .container .user-form-container .user-form label:first-child,
      #new-password .container .user-form-container .user-form label:first-child,
      #reset-info .container .user-form-container .user-form label:first-child,
      #reset-password .container .user-form-container .user-form label:first-child {
        margin-top: none; }
    #login-form .container .user-form-container .user-form input[type='password'], #login-form .container .user-form-container .user-form input[type='text'],
    #new-password .container .user-form-container .user-form input[type='password'],
    #new-password .container .user-form-container .user-form input[type='text'],
    #reset-info .container .user-form-container .user-form input[type='password'],
    #reset-info .container .user-form-container .user-form input[type='text'],
    #reset-password .container .user-form-container .user-form input[type='password'],
    #reset-password .container .user-form-container .user-form input[type='text'] {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #ddd;
      font-family: 'OpenSansRegular', OpenSansRegular;
      padding: 6px;
      width: 100%; }
    #login-form .container .user-form-container .user-form input[type="submit"],
    #new-password .container .user-form-container .user-form input[type="submit"],
    #reset-info .container .user-form-container .user-form input[type="submit"],
    #reset-password .container .user-form-container .user-form input[type="submit"] {
      float: right;
      margin-top: 10px; }

/*
    * Info graphics section
*/
#info-graphics-nav {
  float: right;
  margin: 0 0 20px;
  padding: 0; }
  #info-graphics-nav li {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #e20026;
    cursor: pointer;
    float: left;
    list-style: none;
    padding: 10px 15px;
    text-align: center; }
  #info-graphics-nav li.active,
  #info-graphics-nav li:hover {
    border-bottom: 2px solid #e20026; }
  #info-graphics-nav li:first-of-type {
    margin-left: 0; }

#info-graphics-slider {
  margin-top: 20px; }
  #info-graphics-slider section {
    float: left;
    text-align: center;
    width: 100%; }
    #info-graphics-slider section img {
      display: inline; }

#form_order_policy .table-scopes header {
  -webkit-border-radius: 8px 0 8px 8px;
  -moz-border-radius: 8px 0 8px 8px;
  border-radius: 8px 0 8px 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #D8D8D8;
  color: #555;
  cursor: pointer;
  float: left;
  font-size: 125%;
  line-height: 45px;
  min-height: 45px;
  margin-top: 30px;
  width: 100%;
  overflow: visible; }
  #form_order_policy .table-scopes header:last-of-type {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  #form_order_policy .table-scopes header:first-of-type {
    -webkit-border-radius: 8px 0px 8px 8px;
    -moz-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px; }
  #form_order_policy .table-scopes header:hover {
    background: #e20026; }
    #form_order_policy .table-scopes header:hover .title {
      color: #fff; }
    #form_order_policy .table-scopes header:hover .arrow,
    #form_order_policy .table-scopes header:hover .details {
      background: #e20026;
      color: #fff; }
      #form_order_policy .table-scopes header:hover .arrow i,
      #form_order_policy .table-scopes header:hover .details i {
        background: #fff;
        color: #e20026; }
  #form_order_policy .table-scopes header .arrow {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #D8D8D8;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    text-align: center;
    width: 3%;
    padding-top: 5px;
    margin-top: -25px;
    font-size: 70%;
    line-height: 20px;
    color: #fff; }
    #form_order_policy .table-scopes header .arrow i {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      background: #e20026;
      padding: 2px 5px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
  #form_order_policy .table-scopes header .title {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 0 25px;
    width: 30%;
    float: left; }
  #form_order_policy .table-scopes header .details {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #D8D8D8;
    font-size: 70%;
    margin-top: -25px;
    padding-left: 7px;
    border-radius: 5px 0 0 0;
    line-height: 20px;
    padding-top: 5px;
    padding-right: 2px;
    margin-right: 3%; }
  #form_order_policy .table-scopes header .main-value {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: right;
    width: 14.55%;
    background: #fff;
    color: #555;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    margin: 5px 5px 0 0;
    height: 35px;
    line-height: 35px; }
    #form_order_policy .table-scopes header .main-value.scope-selected {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      color: #fff;
      background: #e20026 !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
#form_order_policy .table-scopes aside {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 5px 0 0 #e20026;
  -moz-box-shadow: 0 5px 0 0 #e20026;
  box-shadow: 0 5px 0 0 #e20026;
  background: #F23E41;
  color: #FFF; }
#form_order_policy .table-scopes .scope-list-hidden {
  display: none;
  margin-top: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #F0F0F0; }
#form_order_policy ul {
  display: table;
  margin: 0;
  padding: 20px 0;
  width: 100%; }
  #form_order_policy ul li {
    display: table;
    float: left;
    list-style-type: none;
    margin-bottom: 5px;
    width: 100%; }
    #form_order_policy ul li span {
      -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      border-radius: 0.5em;
      display: inline-block;
      padding: 10px 15px;
      margin-left: 5px;
      text-align: center;
      background: #fff; }
#form_order_policy .scope-list-hidden li {
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 100%;
  margin: 0 0 -5px; }
  #form_order_policy .scope-list-hidden li .description hr {
    border-top: none;
    border-right: none;
    border-bottom: 1px dashed #ddd;
    border-left: none;
    margin-left: -15px;
    margin-right: -15px; }
  #form_order_policy .scope-list-hidden li .active-scope,
  #form_order_policy .scope-list-hidden li .complex-scope,
  #form_order_policy .scope-list-hidden li .extreme-scope,
  #form_order_policy .scope-list-hidden li .medium-scope,
  #form_order_policy .scope-list-hidden li .optimum-scope,
  #form_order_policy .scope-list-hidden li .vip-scope,
  #form_order_policy .scope-list-hidden li .pl-scope,
  #form_order_policy .scope-list-hidden li .plus-scope,
  #form_order_policy .scope-list-hidden li .prestige-scope,
  #form_order_policy .scope-list-hidden li .standard-scope {
    font-weight: bold; }
  #form_order_policy .scope-list-hidden li .icon-stack {
    background-color: transparent;
    width: 13px !important;
    display: inline-block;
    font-size: 13px;
    color: #e20026;
    height: auto;
    line-height: 2px;
  }
  #form_order_policy .scope-list-hidden li span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: table-cell;
    vertical-align: middle;
    width: 15%; }
    #form_order_policy .scope-list-hidden li span .scope-small {
      background: inherit !important;
      display: block;
      font-size: 75%;
      padding: 0 5px;
      margin: 0;
      text-align: center;
      width: 100% !important; }
  #form_order_policy .scope-list-hidden li .scope-hover {
    background: #f9f9f9; }
  #form_order_policy .scope-list-hidden li .scope-selected {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    background: #e20026 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #form_order_policy .scope-list-hidden li .description {
    margin: 0;
    width: 40%;
    text-align: left; }
  #form_order_policy .scope-list-hidden li:hover span {
    background: #f9f9f9; }
#form_order_policy .scope-list-hidden .only-one-column .description {
  width: 59.7% !important; }
#form_order_policy .scope-list-hidden .only-one-column .standard-scope {
  width: 40.3% !important; }
#form_order_policy .scope-list-hidden .theader span {
  background: #f9f9f9;
  color: #fff;
  font-weight: 700; }
#form_order_policy .scope-list-hidden .theader.oc span {
  visibility: hidden; }
#form_order_policy .scope-list-hidden .theader.oc .description {
  visibility: visible;
  color: #555; }
#form_order_policy .scope-list-hidden .cancellation-scopes {
  width: 100%; }
  #form_order_policy .scope-list-hidden .cancellation-scopes li span {
    width: 33.7%; }
  #form_order_policy .scope-list-hidden .cancellation-scopes li .description {
    width: 66.3%; }
#form_order_policy .only-two #policy_bundle {
  width: 40.18%; }
  #form_order_policy .only-two #policy_bundle .table-header {
    width: 48.87892376681614%; }
#form_order_policy .only-two .scope-list-hidden li .description {
  width: 60%; }
#form_order_policy .only-two .scope-list-hidden li span {
  width: 20%; }
#form_order_policy .only-two header .title {
  width: 47%; }
#form_order_policy .only-two header .main-value {
  width: 19.63963963963964%; }
#form_order_policy .sport #policy_bundle {
  width: 30.18%; }
  #form_order_policy .sport #policy_bundle .table-header {
    width: 47.88%; }
#form_order_policy .sport #basic-scopes {
  float: right;
  width: 75%; }
#form_order_policy .table-scopes--cancellation header .title {
  width: 40%; }
#form_order_policy .table-scopes--cancellation header .main-value {
  width: 57%; }
#form_order_policy .table-scopes--cancellation .scope-list-hidden li .description {
  vertical-align: top;
  width: 15%; }
#form_order_policy .table-scopes--cancellation .scope-list-hidden li .active-scope ul {
  display: block;
  text-align: left; }
#form_order_policy .table-scopes--cancellation .scope-list-hidden li .active-scope li {
  position: relative;
  display: block;
  float: none;
  margin-bottom: 10px;
  padding-left: 14px;
  font-weight: normal;
  line-height: 1.4; }
  #form_order_policy .table-scopes--cancellation .scope-list-hidden li .active-scope li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555555; }

.skiwpl .main-value {
  width: 25.5% !important; }
.skiwpl .scope-list-hidden .description {
  width: 74% !important; }
.skiwpl .scope-list-hidden span {
  width: 26% !important; }

/*
    About us
*/
#about,
#privacy,
#statute {
  font-family: OpenSansRegular; }
  #about .container,
  #privacy .container,
  #statute .container {
    background: #f9f9f9;
    padding: 10px 20px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    #about .container header h2,
    #privacy .container header h2,
    #statute .container header h2 {
      font-weight: normal; }
    #about .container header span,
    #privacy .container header span,
    #statute .container header span {
      text-align: center;
      margin: 50px 0; }
    #about .container header .quota,
    #privacy .container header .quota,
    #statute .container header .quota {
      text-align: center;
      font-size: 24px;
      margin: 0 0 30px; }
      #about .container header .quota img,
      #privacy .container header .quota img,
      #statute .container header .quota img {
        margin-bottom: 30px; }
      #about .container header .quota i,
      #privacy .container header .quota i,
      #statute .container header .quota i {
        color: #DDDDDD; }
      #about .container header .quota .pull-right,
      #privacy .container header .quota .pull-right,
      #statute .container header .quota .pull-right {
        margin-right: 10%; }
      #about .container header .quota .pull-left,
      #privacy .container header .quota .pull-left,
      #statute .container header .quota .pull-left {
        margin-left: 10%; }
      #about .container header .quota span,
      #privacy .container header .quota span,
      #statute .container header .quota span {
        width: 70%;
        display: block;
        margin: 0 auto;
        color: #e20026; }
    #about .container .about-content section h3,
    #privacy .container .about-content section h3,
    #statute .container .about-content section h3 {
      font-family: OpenSansRegular !important;
      text-transform: none;
      line-height: normal;
      font-size: 16px;
      font-weight: normal; }
    #about .container .about-content section p,
    #privacy .container .about-content section p,
    #statute .container .about-content section p {
      font-size: 13px;
      line-height: normal; }
    #about .container .about-content section .slogan,
    #privacy .container .about-content section .slogan,
    #statute .container .about-content section .slogan {
      background: #e20026;
      color: #fff;
      padding: 20px;
      border-radius: 8px; }
    #about .container .ac,
    #privacy .container .ac,
    #statute .container .ac {
      font-weight: bold;
      text-align: center; }
    #about .container p,
    #about .container ul,
    #privacy .container p,
    #privacy .container ul,
    #statute .container p,
    #statute .container ul {
      font-size: 90%;
      line-height: 140%; }
  #about #faq ul.taby li a,
  #privacy #faq ul.taby li a,
  #statute #faq ul.taby li a {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    display: block;
    background: #fff;
    color: #555;
    padding: 12px 0;
    min-width: 200px; }
  #about #faq ul.taby li a.current,
  #privacy #faq ul.taby li a.current,
  #statute #faq ul.taby li a.current {
    background: #e20026;
    color: #fff; }
  #about #faq ul.taby li :last-of-type a,
  #privacy #faq ul.taby li :last-of-type a,
  #statute #faq ul.taby li :last-of-type a {
    margin-right: 0; }
  #about #faq ul.questions,
  #privacy #faq ul.questions,
  #statute #faq ul.questions {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 3px solid #f9f9f9; }
    #about #faq ul.questions li,
    #privacy #faq ul.questions li,
    #statute #faq ul.questions li {
      position: relative;
      margin: 10px 0 10px 35px; }
      #about #faq ul.questions li a,
      #privacy #faq ul.questions li a,
      #statute #faq ul.questions li a {
        color: #555; }
        #about #faq ul.questions li a.active,
        #privacy #faq ul.questions li a.active,
        #statute #faq ul.questions li a.active {
          color: #e20026;
          font-weight: 700; }
      #about #faq ul.questions li i,
      #privacy #faq ul.questions li i,
      #statute #faq ul.questions li i {
        position: absolute;
        color: #e20026;
        font-size: 16px;
        left: -15px;
        top: 2px; }
  #about #faq ul.answers > li,
  #privacy #faq ul.answers > li,
  #statute #faq ul.answers > li {
    margin-bottom: 30px; }
    #about #faq ul.answers > li span,
    #privacy #faq ul.answers > li span,
    #statute #faq ul.answers > li span {
      font-weight: 700; }
    #about #faq ul.answers > li p,
    #privacy #faq ul.answers > li p,
    #statute #faq ul.answers > li p {
      margin-left: 20px; }
  #about #faq .panes,
  #privacy #faq .panes,
  #statute #faq .panes {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; }

/*
    * Preview
*/
.container,
.data-form,
.page {
  /*
      *   Payment boxes in payment section
  */ }
  .container .box-header,
  .data-form .box-header,
  .page .box-header {
    background: #e20026;
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 2px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
    .container .box-header a,
    .data-form .box-header a,
    .page .box-header a {
      color: #fff !important;
      display: block;
      text-decoration: underline; }
  .container .box-content,
  .container fieldset,
  .data-form .box-content,
  .data-form fieldset,
  .page .box-content,
  .page fieldset {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; }
  .container .payment-insured-info,
  .data-form .payment-insured-info,
  .page .payment-insured-info {
    clear: both;
    float: left;
    margin: 30px 0 20px; }
  .container .payment-info-box,
  .data-form .payment-info-box,
  .page .payment-info-box {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 3px solid #e20026;
    font-size: 125%;
    overflow: hidden;
    padding: 15px; }
    .container .payment-info-box .info-content,
    .data-form .payment-info-box .info-content,
    .page .payment-info-box .info-content {
      display: table-cell;
      width: 80%;
      vertical-align: middle; }
      .container .payment-info-box .info-content span,
      .data-form .payment-info-box .info-content span,
      .page .payment-info-box .info-content span {
        color: #e20026;
        font-family: OpenSansCondensedBold, OpenSansRegular; }
    .container .payment-info-box p,
    .data-form .payment-info-box p,
    .page .payment-info-box p {
      margin: 0 0 8px; }
    .container .payment-info-box i,
    .data-form .payment-info-box i,
    .page .payment-info-box i {
      color: #e20026;
      width: 20%;
      text-align: center;
      height: 100%;
      display: table-cell;
      vertical-align: middle; }
  .container #summary-box .box-content,
  .container #summary-box fieldset,
  .data-form #summary-box .box-content,
  .data-form #summary-box fieldset,
  .page #summary-box .box-content,
  .page #summary-box fieldset {
    padding: 5px 20px; }
    .container #summary-box .box-content ul,
    .container #summary-box fieldset ul,
    .data-form #summary-box .box-content ul,
    .data-form #summary-box fieldset ul,
    .page #summary-box .box-content ul,
    .page #summary-box fieldset ul {
      font-size: 0.8em; }
      .container #summary-box .box-content ul li,
      .container #summary-box fieldset ul li,
      .data-form #summary-box .box-content ul li,
      .data-form #summary-box fieldset ul li,
      .page #summary-box .box-content ul li,
      .page #summary-box fieldset ul li {
        border-collapse: separate;
        width: 100%;
        display: table;
        border-bottom: 1px solid #D8D8D8;
        border-spacing: 5px 5px; }
        .container #summary-box .box-content ul li:last-child,
        .container #summary-box fieldset ul li:last-child,
        .data-form #summary-box .box-content ul li:last-child,
        .data-form #summary-box fieldset ul li:last-child,
        .page #summary-box .box-content ul li:last-child,
        .page #summary-box fieldset ul li:last-child {
          border-bottom: none; }
        .container #summary-box .box-content ul li span,
        .container #summary-box fieldset ul li span,
        .data-form #summary-box .box-content ul li span,
        .data-form #summary-box fieldset ul li span,
        .page #summary-box .box-content ul li span,
        .page #summary-box fieldset ul li span {
          display: table-cell;
          vertical-align: middle; }
        .container #summary-box .box-content ul li .summary-label,
        .container #summary-box fieldset ul li .summary-label,
        .data-form #summary-box .box-content ul li .summary-label,
        .data-form #summary-box fieldset ul li .summary-label,
        .page #summary-box .box-content ul li .summary-label,
        .page #summary-box fieldset ul li .summary-label {
          width: 30%;
          line-height: 20px; }
        .container #summary-box .box-content ul li .summary-content,
        .container #summary-box fieldset ul li .summary-content,
        .data-form #summary-box .box-content ul li .summary-content,
        .data-form #summary-box fieldset ul li .summary-content,
        .page #summary-box .box-content ul li .summary-content,
        .page #summary-box fieldset ul li .summary-content {
          width: 70%;
          line-height: 20px; }
          .container #summary-box .box-content ul li .summary-content .data,
          .container #summary-box fieldset ul li .summary-content .data,
          .data-form #summary-box .box-content ul li .summary-content .data,
          .data-form #summary-box fieldset ul li .summary-content .data,
          .page #summary-box .box-content ul li .summary-content .data,
          .page #summary-box fieldset ul li .summary-content .data {
            color: #000;
            font-weight: bold;
            margin: 0 3px; }
  .container .preview-box,
  .data-form .preview-box,
  .page .preview-box {
    line-height: 20px; }
    .container .preview-box .box-content .preview-row,
    .container .preview-box fieldset .preview-row,
    .data-form .preview-box .box-content .preview-row,
    .data-form .preview-box fieldset .preview-row,
    .page .preview-box .box-content .preview-row,
    .page .preview-box fieldset .preview-row {
      width: 100%;
      display: table;
      border-bottom: 1px solid #D8D8D8;
      border-spacing: 5px 10px; }
      .container .preview-box .box-content .preview-row:last-child,
      .container .preview-box fieldset .preview-row:last-child,
      .data-form .preview-box .box-content .preview-row:last-child,
      .data-form .preview-box fieldset .preview-row:last-child,
      .page .preview-box .box-content .preview-row:last-child,
      .page .preview-box fieldset .preview-row:last-child {
        border-bottom: none; }
      .container .preview-box .box-content .preview-row label,
      .container .preview-box fieldset .preview-row label,
      .data-form .preview-box .box-content .preview-row label,
      .data-form .preview-box fieldset .preview-row label,
      .page .preview-box .box-content .preview-row label,
      .page .preview-box fieldset .preview-row label {
        font-size: 0.8em;
        width: 50%;
        line-height: 20px;
        display: table-cell; }
      .container .preview-box .box-content .preview-row span,
      .container .preview-box fieldset .preview-row span,
      .data-form .preview-box .box-content .preview-row span,
      .data-form .preview-box fieldset .preview-row span,
      .page .preview-box .box-content .preview-row span,
      .page .preview-box fieldset .preview-row span {
        font-size: 0.8em;
        width: 50%;
        display: table-cell; }
    .container .preview-box .box-content .red-button,
    .container .preview-box fieldset .red-button,
    .data-form .preview-box .box-content .red-button,
    .data-form .preview-box fieldset .red-button,
    .page .preview-box .box-content .red-button,
    .page .preview-box fieldset .red-button {
      text-align: center; }
  .container .areas-map img,
  .data-form .areas-map img,
  .page .areas-map img {
    display: block;
    margin: 0 auto; }
  .container .areas-table-container .area-a,
  .data-form .areas-table-container .area-a,
  .page .areas-table-container .area-a {
    color: #da043e; }
  .container .areas-table-container .area-b,
  .data-form .areas-table-container .area-b,
  .page .areas-table-container .area-b {
    color: #17477e; }
  .container .areas-table-container .areas-table,
  .data-form .areas-table-container .areas-table,
  .page .areas-table-container .areas-table {
    float: left;
    width: 47.5%; }
    .container .areas-table-container .areas-table td,
    .data-form .areas-table-container .areas-table td,
    .page .areas-table-container .areas-table td {
      line-height: 133%;
      padding: 0 5px 5px 0;
      vertical-align: top; }
    .container .areas-table-container .areas-table:last-of-type,
    .data-form .areas-table-container .areas-table:last-of-type,
    .page .areas-table-container .areas-table:last-of-type {
      margin-left: 5%; }

/*
    *	Payment action
*/
.payment-action-info {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  line-height: 20px;
  background: #F2F2F2;
  padding: 20px; }

#pay-now {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #e20026;
  color: #fff;
  display: table;
  margin: 30px 0 50px;
  padding: 20px;
  width: 100%; }
  #pay-now section {
    font-size: 115%; }
  #pay-now .price {
    font-size: 150%; }
  #pay-now button {
    float: right;
    text-transform: uppercase;
    color: #555 !important;
    height: 100%;
    width: 100%;
    padding: 20px;
    text-shadow: none !important; }
    #pay-now button:hover {
      color: #fff !important;
      background: #af001d !important; }
  #pay-now > * {
    display: table-cell;
    vertical-align: middle; }

.grey-form {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background: #F2F2F2;
  padding: 20px; }

/*
    *   Common styles for full width tables
*/
.big-table {
  border-collapse: collapse;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%; }
  .big-table tbody {
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
    font-size: 13px; }
    .big-table tbody tr {
      border-top: 2px solid #D4D4D4; }
      .big-table tbody tr td {
        padding: 20px; }
        .big-table tbody tr td a {
          margin: 5px 0; }
    .big-table tbody tr:first-of-type {
      border: none; }
  .big-table td {
    text-align: center; }
  .big-table thead {
    font-family: OpenSansCondensedLight, OpenSansRegular; }
    .big-table thead th {
      background: #e20026;
      border: none;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      padding: 10px 0; }
    .big-table thead th:first-of-type {
      -webkit-border-radius: 8px 0 0 0;
      -moz-border-radius: 8px 0 0 0;
      border-radius: 8px 0 0 0; }
    .big-table thead th:last-of-type {
      -webkit-border-radius: 0 8px 0 0;
      -moz-border-radius: 0 8px 0 0;
      border-radius: 0 8px 0 0; }
  .big-table .button {
    display: block;
    margin-bottom: 10px; }
  .big-table .button:last-of-type {
    margin-bottom: 0; }
  .big-table td {
    padding-bottom: 10px; }

#owu-download .owu-list a:hover button {
  background: #000; }
#owu-download .owu-list li {
  line-height: 30px;
  border-bottom: 1px dotted #555;
  padding: 12px; }
  #owu-download .owu-list li:last-of-type {
    border: none; }
#owu-download .owu-list .red-button {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  float: right;
  font-size: 14px;
  padding: 7px 20px;
  display: inline; }

#tips #side-button {
  display: none; }
#tips .side-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff; }
  #tips .side-bar ul {
    margin-top: 0; }
    #tips .side-bar ul li {
      position: relative;
      margin-left: 25px; }
      #tips .side-bar ul li a {
        color: #555; }
        #tips .side-bar ul li a.active {
          color: #e20026;
          font-weight: 700; }
      #tips .side-bar ul li i {
        position: absolute;
        color: #e20026;
        font-size: 16px;
        left: -15px;
        top: 2px; }

#tip-main .side-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  min-height: 270px;
  padding: 10px 20px; }
  #tip-main .side-bar ul {
    margin-top: 0; }
    #tip-main .side-bar ul li {
      position: relative;
      margin: 10px 0 10px 15px; }
      #tip-main .side-bar ul li a {
        color: #555; }
        #tip-main .side-bar ul li a.active {
          color: #e20026;
          font-weight: 700; }
      #tip-main .side-bar ul li i {
        position: absolute;
        color: #e20026;
        font-size: 16px;
        left: -15px;
        top: 2px; }
  #tip-main .side-bar h3 {
    color: #e20026; }
#tip-main .ambulance,
#tip-main .dive,
#tip-main .hearth,
#tip-main .plane,
#tip-main .shield,
#tip-main .umbrela {
  background: url("../img/sprites.png") no-repeat;
  margin-top: 25px; }
#tip-main .shield {
  background-position: 0 0;
  width: 47px;
  height: 50px; }
#tip-main .plane {
  background-position: -51px -5px;
  width: 61px;
  height: 42px; }
#tip-main .dive {
  background-position: -116px 0;
  width: 57px;
  height: 53px; }
#tip-main .hearth {
  background-position: -182px 0;
  width: 50px;
  height: 50px; }
#tip-main .umbrela {
  background-position: -237px 0;
  width: 50px;
  height: 53px; }
#tip-main .ambulance {
  background-position: -293px -4px;
  width: 58px;
  height: 43px; }

/* 404 error */
#fourhundredfour .container {
  padding: 30px 20px !important; }
  #fourhundredfour .container a.red-button {
    display: inline !important; }
  #fourhundredfour .container p {
    padding: 0; }
  #fourhundredfour .container span {
    color: #e20026;
    font-size: 20px;
    margin-bottom: 30px;
    display: block; }
  #fourhundredfour .container ul {
    margin-left: 0; }
    #fourhundredfour .container ul li {
      margin-left: 20px; }

/* contact form & data*/
#contact .contact-data fieldset {
  font-family: OpenSansRegular !important; }
  #contact .contact-data fieldset p {
    margin-left: 23px;
    font-size: 13px;
    line-height: 16px; }
    #contact .contact-data fieldset p:first-of-type {
      font-size: 120% !important; }
  #contact .contact-data fieldset ol li {
    font-size: 13px;
    padding-bottom: 10px; }

#over-all-cont #on-top {
  padding: 0 5px; }

.buy-bar-button {
  display: none; }

.abroad {
  position: relative; }
  .abroad label {
    padding: 0 0 0 20px;
    cursor: pointer; }
  .abroad input {
    position: absolute;
    visibility: hidden; }
  .abroad i {
    position: absolute;
    top: 6px;
    left: 2px;
    font-size: 18px; }

.popup-info-date {
  display: none;
  position: absolute;
  z-index: 9;
  top: -74px;
  left: 8px;
  padding: 10px;
  width: 300px;
  background-color: #e20026; }
  .popup-info-date:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 8%;
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #e20026;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    display: block;
    width: 0;
    cursor: default;
    background: transparent; }
  .popup-info-date p {
    margin: 0;
    font-size: 10px;
    color: #fff; }
  .popup-info-date .close {
    background-color: #c90022;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    font-size: 10px;
    margin: 8px 0 0;
    display: inline-block;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease; }
    .popup-info-date .close:hover {
      color: #c90022;
      background: #fff; }

.banner-discount {
  position: relative;
  margin: 10px 0; }
  .banner-discount img {
    display: block;
    border-radius: 17px; }
  .banner-discount .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #000;
    background: none;
    border: none;
    outline: none; }

.complaints-list {
  margin-top: 25px;
  margin-bottom: 40px; }
  .complaints-list li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 35px; }
    .complaints-list li img {
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 50em) {
  .l-front {
    padding: 20px 10px; } }
@media screen and (min-width: 64.063em) {
  .l-front {
    padding: 40px; } }
@media screen and (min-width: 40.063em) {
  .l-front {
    padding: 30px 10px; } }
.l-front .page-title {
  font-size: 40px;
  font-weight: normal;
  text-transform: none; }
  .l-front .page-title span {
    font-weight: bold;
    font-family: 'OpenSansCondensedBold', 'sans-serif'; }

.l-front--1 {
  min-height: 430px;
  background-image: url("../img/f01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden; }
  @media screen and (min-width: 64.063em) {
    .l-front--1 {
      display: flex;
      align-items: flex-end; } }
  .l-front--1 .page-title {
    color: #fff; }

.l-front--2 {
  /* min-height: 470px; */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden; }
  .l-front--2 .page-title {
    color: #000;
    font-size: 54px;
    text-align: right;
    line-height: 1.2; }
  .l-front--2 .subtitle {
    text-align: right;
    color: #e20026;
    font-size: 20px;
    font-family: 'OpenSansCondensedBold', 'sans-serif'; }
    .l-front--2 .subtitle img {
      vertical-align: middle; }
      .l-front--2 .page-title--mobile{
          display: none;
      }

.c-tile--01 {
  overflow: hidden; }
  @media screen and (max-width: 50em) {
    .c-tile--01 {
      margin: 0 0 60px !important; } }
  .c-tile--01 .c-tile__item {
    display: block;
    position: relative;
    float: left;
    margin: 5px 6px;
    padding: 24px 42px;
    width: 22%;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: background-color 0.3s ease; }
    @media screen and (max-width: 459px) {
      .c-tile--01 .c-tile__item {
        margin: 5px 0;
        width: 100%; } }
    @media screen and (min-width: 460px) {
      .c-tile--01 .c-tile__item {
        width: 46%; } }
    @media screen and (min-width: 50.063em) and (max-width: 64em) {
      .c-tile--01 .c-tile__item {
        width: 47%; } }
    @media screen and (min-width: 64.063em) {
      .c-tile--01 .c-tile__item {
        width: 22%; } }
    .c-tile--01 .c-tile__item:hover {
      background-color: #ebebeb; }
  .c-tile--01 .title {
    margin: 0;
    padding-left: 22px;
    color: #555555;
    font-size: 18px;
    font-weight: bold; }
  .c-tile--01 .icon {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 20px; }

.c-form legend {
  position: relative;
  display: block;
  margin-bottom: 18px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: 'OpenSansCondensedBold', 'sans-serif'; }
  .c-form legend .icon {
    position: absolute;
    top: -14px;
    right: 0; }
.c-form fieldset {
  margin: 0;
  padding: 0;
  color: #fff;
  background: none;
  border: none; }

.c-form--01 {
  padding: 28px 26px;
  background-color: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .c-form--01 .c-form__group {
    margin-bottom: 10px; }
    .c-form--01 .c-form__group:last-of-type {
      margin-bottom: 0; }
    .c-form--01 .c-form__group span.error {
      position: relative;
      z-index: 1;
      top: -4px;
      padding: 10px 0 6px;
      font-size: 10px;
      border-radius: 2px; }
    .c-form--01 .c-form__group input,
    .c-form--01 .c-form__group select {
      position: relative;
      z-index: 2;
      padding: 0 14px;
      width: 100%;
      height: 36px;
      font-size: 14px;
      border-radius: 4px;
      border: none; }
    .c-form--01 .c-form__group select {
      padding-right: 0; }
    .c-form--01 .c-form__group label {
      display: block;
      margin: 8px 0;
      font-size: 14px;
      color: #fff; }
    .c-form--01 .c-form__group button {
      display: block;
      width: 100%;
      height: 36px;
      color: #fff;
      font-size: 20px;
      font-family: 'OpenSansCondensedLight', 'sans-serif';
      text-align: center;
      background-color: #e20026;
      border: none;
      border-radius: 4px;
      transition: background-color 0.3s ease; }
      .c-form--01 .c-form__group button:hover {
        background-color: #c90022; }
  .c-form--01 .c-form__group-checkbox input {
    position: absolute;
    visibility: hidden; }
    .c-form--01 .c-form__group-checkbox input:checked + label::after {
      content: '';
      position: absolute;
      top: 5px;
      left: 2px;
      width: 10px;
      height: 7px;
      border-left: 2px solid #000;
      border-bottom: 2px solid #000;
      transform: rotate(-45deg); }
  .c-form--01 .c-form__group-checkbox label {
    position: relative;
    padding-left: 24px;
    line-height: 1.4;
    cursor: pointer; }
    .c-form--01 .c-form__group-checkbox label::before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      background-color: #fff;
      border-radius: 4px; }

.formee--cancellation .form-control {
  height: 2.7em; }
  .formee--cancellation .form-control:disabled {
    pointer-events: none;
    cursor: default;
    background-color: #f5f5f5; }
    .formee--cancellation .form-control:disabled:hover {
      pointer-events: none;
      cursor: default;
      background-color: #f5f5f5;
      border-color: #c6c6c6 #dadada #eaeaea; }

.c-popup--1 {
  display: none;
  width: 350px; }
  .c-popup--1 .c-popup__close {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #333333;
    font-size: 38px;
    cursor: pointer; }
  .c-popup--1 .c-popup__body {
    padding: 30px 35px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden; }
    .c-popup--1 .c-popup__body .title {
      margin: 0 0 20px;
      padding: 0;
      color: #262423;
      font-size: 18px;
      font-family: OpenSansRegular;
      font-weight: bold;
      text-transform: none; }
    .c-popup--1 .c-popup__body p {
      margin-bottom: 20px;
      color: #262423;
      font-size: 14px;
      font-family: OpenSansRegular;
      line-height: 1.4; }
  .c-popup--1 .c-popup__award {
    margin: 0 -35px -30px;
    padding: 40px;
    background-color: #e20026; }
    .c-popup--1 .c-popup__award .bold {
      font-family: OpenSansRegular;
      font-weight: bold; }
    .c-popup--1 .c-popup__award .light {
      font-family: OpenSansRegular; }
    .c-popup--1 .c-popup__award p {
      margin: 0 0 10px;
      color: #fff;
      text-align: center; }

.c-popup--2 .c-popup__close {
  color: #fff; }
.c-popup--2 .c-popup__body {
  padding: 0; }

.c-tooltip {
  position: absolute;
  z-index: 9;
  top: 45%;
  padding: 16px;
  background-color: #e20026;
  border-radius: 5px; }
  .c-tooltip::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 26px;
    border-color: transparent transparent #e20026 transparent;
    background: transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    display: block;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
  .c-tooltip p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-family: OpenSansRegular;
    line-height: 1;
    text-align: center; }
    .c-tooltip p span {
      display: block; }
  .c-tooltip button {
    display: inline-block;
    margin: 0 4px;
    padding: 12px 20px;
    color: #232323;
    font-size: 18px;
    font-family: OpenSansCondensedLight;
    background-color: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    transition: all 0.3s ease; }
    .c-tooltip button:hover {
      color: #fff;
      background-color: #000; }
      .c-tooltip button:hover i {
        color: #fff; }
    .c-tooltip button i {
      padding-right: 8px; }

.flex-grid {
  position: relative;
  overflow: hidden; }
  .flex-grid.unflowed {
    overflow: inherit;
    min-height: 492px;
  }
  .flex-grid__item {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .flex-grid__item {
        position: static; } }

.d-panel {
  float: right;
  margin: 10px 0;
  width: 445px;
  border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .d-panel {
      width: 100%; } }

.d-panel__head {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  color: #555;
  background: #D8D8D8;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 5px; }

.d-panel__head:hover {
  background: #c5c5c5; }

.d-panel__head h1 {
  margin: 5px 10px;
  font-size: 16px;
  text-align: center;
  line-height: 1.3; }

.d-panel__body {
  position: relative;
  z-index: 1;
  display: none;
  top: -10px;
  padding: 10px 20px;
  overflow: hidden;
  color: #555;
  background-color: #F0F0F0;
  border-radius: 5px; }

.d-panel__body h2 {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.3;
  text-transform: none; }

.d-panel__body h3 {
  margin: 20px 0 10px;
  font-size: 16px;
  text-transform: none; }

.d-panel__body h4 {
  margin: 0 0 5px;
  color: #e20026;
  font-size: 16px;
  font-weight: normal;
  text-transform: none; }

.d-panel__body p {
  margin: 5px 0 10px;
  line-height: 1.3; }

.d-panel__body .special {
  margin: 10px 0;
  padding: 0;
  font-style: italic;
  font-size: 16px; }

.d-panel__body .btn {
  position: relative;
  float: right;
  margin: 20px 0 10px 0;
  padding-right: 30px;
  color: #555;
  background: none;
  border: none;
  outline: none;
  line-height: 1; }
  .d-panel__body .btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #e20026;
    border-radius: 50%; }
  .d-panel__body .btn::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: 25% 25% 0; }

.guide-list h2{
  text-transform: none;
  line-height: 42px;
  font-weight: initial;
  font-size: 36px;
}

.guide-list .clearfix{
  padding: 0 30px;
}

.guide-list .article-container:first-child{
  padding-top: 50px;
}

.list--top__image{
  background-size: cover;
  background-position: center;
  min-height: 450px;
  width: 100%;
  padding: 20px 30px;
}

.list--top__image .previous{
  padding: 5px 40px;
}

.list--top__image .previous a{
  color: #ffffff;
  cursor: pointer;
}

.guide-list .nav-bottom__btn{
  background-color: #ffffff;
  text-align: center;
  display: flex;
}

.guide-list__post-content{
  padding: 40px 80px;
}

.guide-list__post-content .post-item__img{
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
  margin: 30px 0;
}

.guide-list__post-content h2{
  font-size: 42px;
}

.guide-list__post-content p {
  font-size: 16px;
}

.guide-list .nav-bottom__btn ul{
  margin: auto;
}

.guide-list .article-item .article-item__img{
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}

.guide-list .article-item h3{
  text-transform: none;
  line-height: 42px;
  font-weight: initial;
  font-size: 30px;
}
.guide-list-box{
  margin-top: -50px;
  background-color: #ffffff;
}

/*# sourceMappingURL=elvia.css.map */
