@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'Days';
  src: url("fonts/Days.eot?#iefix") format("embedded-opentype"), url("fonts/Days.woff") format("woff"), url("fonts/Days.ttf") format("truetype"), url("fonts/Days.svg#Days") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! Flickity v2.0.5
	http://flickity.metafizzy.co
	---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Global */
.jBox-wrapper {
  text-align: left; }

.jBox-wrapper,
.jBox-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word; }

.jBox-container {
  background: #fff; }

.jBox-content {
  padding: 8px 10px;
  overflow: auto;
  -webkit-transition: opacity .15s;
  transition: opacity .15s; }

/* jBox Tooltip */
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold; }

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px; }

/* Pointer */
.jBox-pointer {
  position: absolute;
  overflow: hidden; }

.jBox-pointer-top {
  top: 0; }

.jBox-pointer-bottom {
  bottom: 0; }

.jBox-pointer-left {
  left: 0; }

.jBox-pointer-right {
  right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px; }

.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px; }

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2); }

/* jBox Modal & jBox Confirm */
.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
  border-radius: 3px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4); }

.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
  background: #f4f5f6;
  border-bottom: 1px solid #ddd;
  text-shadow: 0 1px 0 #fff; }

.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
  padding-right: 55px; }

.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4); }

/* jBox Modal */
.jBox-Modal .jBox-content {
  padding: 12px 15px; }

/* jBox Confirm */
.jBox-Confirm .jBox-content {
  text-align: center;
  padding: 45px 35px; }

.jBox-Confirm-footer {
  border-top: 1px solid #e2e2e2;
  background: #fafafa;
  border-radius: 0 0 3px 3px;
  text-align: center;
  padding: 10px 0; }

.jBox-Confirm-button {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  border-radius: 3px;
  padding: 0 20px;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s; }

.jBox-Confirm-button-cancel {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  background: #ddd;
  color: #999;
  margin-right: 25px; }

.jBox-Confirm-button-cancel:hover {
  background: #ccc;
  color: #666; }

.jBox-Confirm-button-submit {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  background: #5fc04c;
  color: #fff; }

.jBox-Confirm-button-submit:hover {
  background: #53a642; }

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.26); }

/* jBox Notice */
.jBox-Notice {
  -webkit-transition: margin .2s;
  transition: margin .2s; }

.jBox-Notice .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  background: #333;
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222); }

.jBox-Notice .jBox-content {
  border-radius: 3px;
  padding: 12px 20px; }

.jBox-Notice .jBox-title {
  padding: 8px 20px 0;
  font-weight: bold; }

.jBox-hasTitle.jBox-Notice .jBox-content {
  padding-top: 5px; }

.jBox-Notice-color .jBox-container {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.jBox-Notice-gray .jBox-container {
  color: #666;
  text-shadow: 0 1px 0 #fff;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #fafafa, #f0f0f0);
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0); }

.jBox-Notice-red .jBox-container {
  background: #b02222;
  background-image: -webkit-linear-gradient(top, #ee2222, #b02222);
  background-image: linear-gradient(to bottom, #ee2222, #b02222); }

.jBox-Notice-green .jBox-container {
  background: #70a800;
  background-image: -webkit-linear-gradient(top, #95cc2a, #70a800);
  background-image: linear-gradient(to bottom, #95cc2a, #70a800); }

.jBox-Notice-blue .jBox-container {
  background: #2b91d9;
  background-image: -webkit-linear-gradient(top, #5abaff, #2b91d9);
  background-image: linear-gradient(to bottom, #5abaff, #2b91d9); }

.jBox-Notice-yellow .jBox-container {
  color: #744700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  background: #ffb11f;
  background-image: -webkit-linear-gradient(top, #ffd665, #ffb11f);
  background-image: linear-gradient(to bottom, #ffd665, #ffb11f); }

/* jBox Image */
.jBox-Image {
  background: #fff;
  padding: 8px 8px 45px;
  border-radius: 5px; }

.jBox-Image .jBox-content {
  padding: 0;
  width: 100%;
  height: 100%; }

.jBox-image-container {
  border-radius: 5px;
  background: #fff center center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.jBox-image-label {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  margin-top: -35px;
  padding: 0 90px 5px 10px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0; }

.jBox-image-label.active {
  opacity: 1; }

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
  position: absolute;
  bottom: 0px;
  width: 22px;
  height: 45px;
  background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
  background-size: 11px auto;
  cursor: pointer;
  opacity: .6;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
  opacity: 1; }

.jBox-image-pointer-next {
  right: 8px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.jBox-image-pointer-prev {
  right: 30px; }

.jBox-image-open #jBox-overlay {
  background-color: rgba(0, 0, 0, 0.86); }

.jBox-Image.jBox-loading .jBox-container:before {
  left: auto;
  top: auto;
  bottom: -33px;
  right: 55px;
  margin-top: -9px;
  margin-left: -9px; }

/* Close button */
.jBox-closeButton {
  cursor: pointer;
  position: absolute; }

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%; }

.jBox-closeButton path {
  -webkit-transition: fill .2s;
  transition: fill .2s; }

.jBox-closeButton path {
  fill: #aaa; }

.jBox-closeButton:hover path {
  fill: #888; }

.jBox-closeButton:active path {
  fill: #666; }

/* Close button in overlay */
#jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px; }

#jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px; }

#jBox-overlay .jBox-closeButton path {
  fill: #d2d4d6; }

#jBox-overlay .jBox-closeButton:hover path {
  fill: #fff; }

#jBox-overlay .jBox-closeButton:active path {
  fill: #b2b4b6; }

/* Close button in title */
.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px; }

.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px; }

/* Close button in box */
.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%; }

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px; }

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #f4f5f6; }

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 4px; }

.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px; }

/* Overlay */
#jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.6); }

/* Block scrolling */
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden; }

/* Draggable */
.jBox-draggable {
  cursor: move; }

/* Spinner */
@keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes jBoxLoading {
  to {
    -webkit-transform: rotate(360deg); } }

.jBox-loading .jBox-content {
  min-height: 32px;
  min-width: 38px;
  opacity: 0; }

.jBox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px; }

.jBox-spinner:before {
  content: 'Loading…';
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  box-sizing: border-box; }

.jBox-spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.6);
  animation: jBoxLoading .6s linear infinite;
  -webkit-animation: jBoxLoading .6s linear infinite; }

/* IE8 fixes */
.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
  border: 1px solid #aaa; }

.jBox-IE8 .jBox-pointer:after {
  display: none; }

.jBox-IE8 .jBox-pointer {
  border: 0;
  background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC); }

.jBox-IE8 .jBox-pointer-top {
  background-position: center top; }

.jBox-IE8 .jBox-pointer-bottom {
  background-position: center bottom; }

.jBox-IE8 .jBox-pointer-left {
  background-position: left center; }

.jBox-IE8 .jBox-pointer-right {
  background-position: right center; }

.jBox-IE8.jBox-Modal .jBox-container {
  border: 3px solid #aaa; }

/* No SVG support fixes */
.jBox-nosvg .jBox-closeButton:before {
  font-family: Verdana, sans-serif;
  content: 'x';
  text-align: center;
  font-size: 18px;
  color: #888; }

/*
 * Fallr v2.0.1
 * Simple & elegant modal box jQuery plugin
 *
 * Copyright 2011-2014 amatyr4n
 * http://codecanyon.net/user/amatyr4n?ref=amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
#fallr-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #333;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5; }

#fallr-wrapper,
#fallr-wrapper * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: Helvetica, Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  color: #555;
  text-shadow: 1px 1px 1px #fff;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased; }

#fallr-wrapper {
  position: fixed;
  overflow: hidden;
  background: #f0f0f0;
  border: 1px solid #fff;
  box-shadow: 0 1px 10px #333;
  box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
  -moz-box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5);
  -webkit-box-shadow: 0 1px 10px rgba(32, 32, 32, 0.5); }

#fallr-icon {
  position: absolute;
  top: 35px;
  left: 20px;
  height: 64px;
  width: 64px;
  background-position: 0 0;
  background-repeat: no-repeat; }

#fallr {
  position: relative;
  padding: 40px 20px 20px 72px; }

#fallr-buttons {
  position: relative;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 15px;
  clear: both;
  display: block;
  text-align: right; }

/*  Github button style
    http://nicolasgallagher.com/lab/css3-github-buttons/ 
*/
#fallr-wrapper .fallr-button,
#fallr button,
#fallr input[type="submit"] {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #d4d4d4;
  margin-left: 10px;
  margin-top: 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  transition: box-shadow .3s linear;
  -moz-transition: box-shadow .3s linear;
  -webkit-transition: box-shadow .3s linear; }

#fallr-wrapper .fallr-button:hover,
#fallr-wrapper .fallr-button:focus,
#fallr button:hover,
#fallr button:focus,
#fallr input[type="submit"]:hover,
#fallr input[type="submit"]:focus {
  border-color: #3072b3;
  border-bottom-color: #2a65a0;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: default;
  background-color: #3C8DDE;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
  background-image: -webkit-linear-gradient(#599bdc, #3072b3);
  background-image: linear-gradient(#599bdc, #3072b3);
  box-shadow: 0 0 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 3px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, 0.3);
  transition: box-shadow .3s linear;
  -moz-transition: box-shadow .3s linear;
  -webkit-transition: box-shadow .3s linear; }

#fallr-wrapper .fallr-button.fallr-button-danger {
  color: #900; }

#fallr-wrapper .fallr-button.fallr-button-danger:hover,
#fallr-wrapper .fallr-button.fallr-button-danger:focus {
  border-color: #b53f3a;
  border-bottom-color: #a0302a;
  color: #fff;
  background-color: #dc5f59;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
  background-image: -webkit-linear-gradient(#dc5f59, #b33630);
  background-image: linear-gradient(#dc5f59, #b33630); }

#fallr abbr {
  border-bottom: 1px dotted #333; }

#fallr h1,
#fallr h2,
#fallr h3,
#fallr h4,
#fallr h5,
#fallr h6,
#fallr p,
#fallr form,
#fallr input,
#fallr label {
  margin-bottom: 10px; }

#fallr h3 {
  font-size: 30px;
  line-height: 45px; }

#fallr h4 {
  font-size: 25px;
  line-height: 37px; }

#fallr h5 {
  font-size: 20px;
  line-height: 30px; }

#fallr input[type="text"],
#fallr input[type="password"],
#fallr textarea {
  background: #fff;
  border: solid 1px #999;
  color: #777;
  padding: 5px;
  width: 97%;
  box-shadow: inset #bbb 0px 0px 5px;
  -moz-box-shadow: inset #bbb 0px 0px 5px;
  -webkit-box-shadow: inset #bbb 0px 0px 5px;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear; }

#fallr input[type="text"]:focus,
#fallr input[type="password"]:focus,
#fallr textarea:focus {
  box-shadow: inset #7bbdfe 0px 0px 7px;
  -moz-box-shadow: inset #7bbdfe 0px 0px 7px;
  -webkit-box-shadow: inset #7bbdfe 0px 0px 7px;
  transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear; }

#fallr ol li,
#fallr ul li,
#fallr blockquote,
#fallr q {
  margin-left: 20px; }

#fallr table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.35em;
  width: 100%; }

#fallr th,
#fallr td {
  padding: 10px; }

#fallr th {
  background-color: #cecece;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#cecece));
  background-image: -webkit-linear-gradient(#ececec, #cecece);
  background-image: linear-gradient(#ececec, #cecece); }

/* custom icons */
.ficon-calendar {
  background: url("img/calendar.png"); }

.ficon-chat {
  background: url("img/chat.png"); }

.ficon-check {
  background: url("img/check.png"); }

.ficon-config {
  background: url("img/wrench.png"); }

.ficon-error {
  background: url("img/error.png"); }

.ficon-pen {
  background: url("img/pen.png"); }

.ficon-help {
  background: url("img/help.png"); }

.ficon-info {
  background: url("img/info.png"); }

.ficon-lamp {
  background: url("img/lamp.png"); }

.ficon-mail {
  background: url("img/mail.png"); }

.ficon-photo {
  background: url("img/camera.png"); }

.ficon-secure {
  background: url("img/unlock.png"); }

.ficon-trash {
  background: url("img/trash.png"); }

.ficon-user {
  background: url("img/user.png"); }

.ficon-up {
  background: url("img/up.png"); }

.ficon-down {
  background: url("img/down.png"); }

.ficon-left {
  background: url("img/left.png"); }

.ficon-right {
  background: url("img/right.png"); }

.ficon-at {
  background: url("img/at.png"); }

.ficon-bar {
  background: url("img/bars.png"); }

.ficon-book {
  background: url("img/book.png"); }

.ficon-chart {
  background: url("img/chart.png"); }

.ficon-clock {
  background: url("img/clock.png"); }

.ficon-gear {
  background: url("img/cog.png"); }

.ficon-document {
  background: url("img/document.png"); }

.ficon-folder {
  background: url("img/folder.png"); }

.ficon-heart {
  background: url("img/heart.png"); }

.ficon-home {
  background: url("img/home.png"); }

.ficon-key {
  background: url("img/key.png"); }

.ficon-magnifier {
  background: url("img/magnifier.png"); }

.ficon-pin {
  background: url("img/pin.png"); }

.ficon-minus {
  background: url("img/minus.png"); }

.ficon-window {
  background: url("img/window.png"); }

.ficon-plus {
  background: url("img/plus.png"); }

.ficon-reload {
  background: url("img/reload.png"); }

.ficon-quote {
  background: url("img/quote.png"); }

.ficon-star {
  background: url("img/star.png"); }

.ficon-tag {
  background: url("img/tag.png"); }

* {
  margin: 0; }

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

body,
html {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 62.5%;
  line-height: 17px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

body {
  background-color: #fff; }

input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  outline: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 0; }

input[placeholder],
[placeholder],
*[placeholder] {
  color: #000;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important; }

:-moz-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #bfbfbf inset;
  -webkit-text-fill-color: #000 !important; }

a,
a:visited,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out; }

a:hover {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #040332;
  font-family: "proxima-nova", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0;
  letter-spacing: 0em; }

h1 {
  font-size: 50px;
  line-height: 46px; }

h2 {
  font-size: 30px;
  line-height: 30px; }

h3 {
  font-size: 20px;
  line-height: 24px; }

h4 {
  font-family: "proxima-nova" ,  Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 18px; }

p {
  font-family: "proxima-nova" , Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  font-weight: 400; }
  p strong {
    font-weight: 600; }

label {
  font-family: "proxima-nova" , Helvetica, Arial, "Lucida Grande", sans-serif; }

.has-background {
  background-size: cover;
  background-position: center center;
  -ms-behavior: url(css/backgroundsize.min.htc); }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2000; }

#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 110;
  background-color: #f68b2f; }

nav {
  float: left;
  width: calc(100% - 1024px);
  padding: 0 0 0 40px;
  margin: 35px 0 0 0;
  position: relative;
  z-index: 10;
  opacity: 1; }

.loading nav {
  opacity: 0; }

nav ul {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none; }

nav ul li {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  position: relative; }

nav ul li ul {
  position: absolute;
  top: 30px;
  left: -20px;
  width: 300px;
  background-color: #f68b2f;
  padding: 0 20px 20px 20px; }

nav ul li ul .sf-arrows ul .sf-with-ul:after {
  right: 0; }

nav ul li ul li {
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%; }

nav ul li ul li ul {
  left: 280px;
  top: 0;
  padding: 20px; }

nav ul li:last-child {
  margin: 0; }

nav ul li a,
nav ul li a:visited {
  color: #fff; }

nav ul li a:hover {
  color: #9f4a00; }

#contacts-cart {
  float: right;
  width: 1024px;
  padding: 0; }

#contact-points {
  float: left; }

#contact-points ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

#contact-points ul li {
  float: left;
  width: auto;
  margin: 0 30px 0 0;
  font-size: 16px;
  line-height: 90px;
  font-weight: 600; }

#contact-points ul li:last-child {
  margin: 0; }

#contact-points ul li a,
#contact-points ul li a:visited {
  color: #fff;
  position: relative;
  padding: 0 0 0 30px; }

#contact-points ul li a i {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 200ms linear 0ms;
  transition: color 200ms linear 0ms; }

#contact-points ul li a:hover {
  color: #9f4a00; }

#contact-points ul li a:hover i {
  color: #9f4a00; }

#cart-display {
  float: right;
  margin: 0 20px 0 0; }

#cart-display span {
  float: left;
  width: auto;
  margin: 0;
  font-size: 16px;
  line-height: 90px;
  font-weight: 600; }

#cart-display span a,
#cart-display span a:visited {
  color: #fff;
  position: relative;
  padding: 0 0 0 35px; }

#cart-display span a i {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 200ms linear 0ms;
  transition: color 200ms linear 0ms; }

#cart-display span a:hover {
  color: #9f4a00; }

#cart-display span a:hover i {
  color: #9f4a00; }

#menu-toggle {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none; }

#menu-toggle i {
  font-size: 30px;
  color: #fff;
  -webkit-transition: color 200ms linear 0ms;
  transition: color 200ms linear 0ms;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

#menu-toggle i:hover {
  color: #9f4a00; }

#mobile-menu {
  position: fixed;
  left: 0;
  top: 90px;
  height: calc(100% - 90px);
  width: 100%;
  background-color: #f68b2f;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 40px;
  z-index: 100;
  display: none; }

#mobile-menu-left {
  float: left;
  width: 50%;
  padding: 0 20px 0 0; }

#mobile-menu-right {
  float: right;
  width: 50%;
  padding: 0 0 0 20px;
  text-align: right; }

ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  position: relative; }

ul li ul {
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  display: none; }

ul li ul li {
  font-size: 20px;
  line-height: 30px; }

ul li:last-child {
  margin: 0; }

ul li a,
ul li a:visited {
  color: #fff; }

ul li a:hover {
  color: #9f4a00; }

#brand {
  position: fixed;
  top: 110px;
  left: 40px;
  z-index: 100; }

main {
  float: right;
  width: 1024px;
  min-height: 100vh;
  height: auto;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 130px 0 0 0; }

#content {
  float: left;
  width: 100%;
  padding: 0 0 100px 0; }

#book-with-us {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0; }

#category-overview {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0; }

#category {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0; }

#cart-empty {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0; }

.section-title {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0; }

.section-title h2 {
  font-size: 30px;
  color: #333;
  position: relative;
  font-weight: 800;
  text-transform: uppercase; }

.section-title h2:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  background-color: #f68b2f;
  width: 30px;
  height: 2px;
  content: '';
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%); }

.section-text {
  float: left;
  width: 100%;
  padding: 0 120px;
  text-align: center; }

.section-text h2 {
  font-size: 24px;
  color: #f68b2f;
  font-weight: 800;
  margin: 0 0 20px 0; }

.section-text h3 {
  font-size: 22px;
  color: #f68b2f;
  font-weight: 800;
  margin: 0 0 20px 0; }

.section-text h4 {
  font-size: 20px;
  color: #f68b2f;
  font-weight: 800;
  margin: 0 0 20px 0; }

#featured-categories {
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0; }

.featured-category {
  float: left;
  width: 230px;
  height: 340px;
  margin: 0 20px 0 0; }

.featured-category .media {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.featured-category .media img {
  border: 5px solid #fff;
  -webkit-transition: border 200ms linear 0ms;
  transition: border 200ms linear 0ms;
  max-width: 100%;
  height: auto; }

.featured-category .content {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 20px; }

.featured-category .content h3 {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 200ms linear 0ms;
  transition: color 200ms linear 0ms; }

.featured-category a:hover h3 {
  color: #f68b2f; }

.featured-category a:hover img {
  border: 5px solid #f68b2f; }

#category-grid {
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0 0 70px 0; }

.category-item {
  float: left;
  width: 230px;
  height: 500px;
  margin: 0 20px 0 0;
  position: relative; }

.category-item .media {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.category-item .media img {
  float: left;
  width: 100%; }

.category-item .content {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  min-height: 170px; }

.category-item .content h3 {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  -webkit-transition: color 200ms linear 0ms;
  transition: color 200ms linear 0ms; }

.category-item .content p {
  font-size: 14px;
  line-height: 16px;
  color: #333; }

.category-item .action {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0; }

.category-item .action a,
.category-item .action a:visited {
  float: left;
  width: 100%;
  border-radius: 5px;
  line-height: 45px;
  background-color: #ed3237;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background-color 200ms linear 0ms;
  transition: background-color 200ms linear 0ms; }

.category-item .action a:hover {
  background-color: #f68b2f; }

#product {
  float: left;
  width: 100%;
  padding: 0 20px; }

#description {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

#description h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #ed3237;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: 600; }

#description h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600; }

#page {
  float: left;
  width: 100%;
  padding: 0 40px; }

#cart {
  float: left;
  width: 100%;
  padding: 0 40px; }

#page h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #ed3237;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 600; }

#page ul {
  padding: 0 0 0 20px;
  margin: 0 0 25px 0;
  list-style: disc; }

#page ul li {
  font-family: "proxima-nova" , Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0 0 5px 0;
  font-weight: 400; }

#page p a {
  color: #ed3237;
  border-bottom: 1px solid #ed3237; }

#page p a:hover {
  color: #f68b2f;
  border-bottom: 1px solid #f68b2f; }

#cart h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #ed3237;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 600; }

#cart p a {
  color: #ed3237;
  border-bottom: 1px solid #ed3237; }

#cart p a:hover {
  color: #f68b2f;
  border-bottom: 1px solid #f68b2f; }

#checkout-message h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #ed3237;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 600; }

#checkout-message p a {
  color: #ed3237;
  border-bottom: 1px solid #ed3237; }

#checkout-message p a:hover {
  color: #f68b2f;
  border-bottom: 1px solid #f68b2f; }

#contact-left {
  float: left;
  width: 420px; }

#map {
  float: left;
  width: 100%;
  height: 360px;
  margin: 0 0 25px 0; }

#map-inner {
  float: left;
  width: 100%;
  height: 360px; }

#contact-right {
  float: right;
  width: 420px;
  border-top: 3px solid #ed3237;
  padding: 20px 0 0 0; }

#contact-right .field {
  float: left;
  width: 100%;
  margin: 0 0 25px 0; }

#contact-right .field label {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #000;
  font-size: 13px; }

#contact-right .text input {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 35px;
  color: #000;
  font-size: 13px; }

#contact-right .email input {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 35px;
  color: #000;
  font-size: 13px; }

#contact-right .textarea textarea {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 90px;
  color: #000;
  font-size: 13px; }

#contact-right .Actions input {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  background-color: #ed3237;
  border: none; }

.form {
  float: left;
  width: 420px; }

.form .field {
  float: left;
  width: 100%;
  margin: 0 0 15px 0; }

.form .camera {
  position: relative;
  width: 70%; }

#camerahireimage {
  float: right; }

.form .field label {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #000;
  font-size: 13px; }

.form .checkbox label {
  width: 80%;
  margin: 0; }

.form .checkbox input {
  float: left;
  margin: 3px 10px 0 0; }

.form .text input {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 35px;
  color: #000;
  font-size: 13px; }

.form .text input.error {
  border: 1px solid #ed3237; }

.form .email input {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 35px;
  color: #000;
  font-size: 13px; }

.form .email input.error {
  border: 1px solid #ed3237; }

.form .dropdown select {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 35px;
  color: #000;
  font-size: 13px; }

.form .textarea textarea {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 90px;
  color: #000;
  font-size: 13px; }

.form span.message {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  color: #ed3237;
  font-size: 14px; }

.form .Actions {
  float: left;
  width: 100%; }

.form .Actions input {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  background-color: #ed3237;
  border: none;
  margin: 0 0 20px 0; }

.form .Actions p {
  font-size: 14px; }

#cart-left {
  float: left;
  width: 420px; }

#cart-right {
  float: right;
  width: 420px; }

#checkout-form {
  float: left;
  position: relative;
  width: 100%; }

#form-loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/loading.svg") center center no-repeat;
  z-index: 100; }

#checkout-form fieldset {
  float: left;
  width: 100%; }

#checkout-form h3 {
  float: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  color: #ee751c;
  font-weight: bold;
  border-bottom: 1px solid #ed3237; }

#checkout-form .Actions {
  float: left;
  width: 100%;
  text-align: right; }

#checkout-form .Actions input {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  background-color: #ed3237;
  border: none;
  margin: 0 0 20px 0; }

#CreditCardExpiryMonth {
  float: left;
  width: 200px; }

#CreditCardExpiryYear {
  float: right;
  width: 200px; }

#checkout-form .checkbox a {
  color: #ed3237;
  text-decoration: underline; }

#checkout-form .checkbox a:hover {
  color: #f68b2f;
  text-decoration: underline; }

#insurance {
  float: left;
  width: 100%; }

#insurance p {
  font-size: 11px;
  color: #666;
  line-height: 13px; }

#insurance ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

#insurance ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  position: relative; }

#insurance ul li span {
  position: absolute;
  right: 0;
  color: #ed3237; }

.insurance-label {
  float: left;
  width: 100%;
  position: relative; }

.insurance-label .insurance-bubble {
  display: inline-block;
  width: 20px;
  height: 20px; }

.insurance-label a.infobubble {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #ee751c;
  border-radius: 50%;
  text-align: center; }

.insurance-label a.infobubble i {
  color: #fff;
  top: 3px;
  position: absolute;
  left: 8px; }

.jBox-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase; }

.jBox-content p {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px; }

.jBox-content p:last-child {
  margin: 0; }

#carttotals ul {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }

#carttotals ul li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }

#carttotals ul li span {
  float: right;
  color: #ed3237; }

.cart-item {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ed3237;
  padding: 0 0 30px 0; }

.cart-item:last-child {
  border-bottom: none; }

.cart-item-left {
  float: left;
  width: 130px; }

.cart-item-right {
  float: right;
  width: 290px;
  height: 100px;
  position: relative; }

.cart-item-right p {
  font-size: 16px;
  line-height: 20px; }

.cart-item-pax {
  float: left;
  width: 100%;
  position: relative; }

.cart-item-person {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0; }

.cart-item-add {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0; }

.cart-item-person label {
  display: none; }

.cart-item-person:first-child label {
  display: block; }

.cart-item-pax .remove {
  position: absolute;
  right: -20px;
  top: 8px;
  cursor: pointer;
  font-size: 12px; }

.cart-item-person:first-child .remove {
  display: none;
  top: 38px; }

.cart-item-pax .remove:hover {
  color: #ff0000; }

.cart-item-right p {
  margin: 0 0 5px 0; }

.cart-item-right .item-price {
  color: #ee751c;
  font-size: 13px; }

.cart-item-right .removetour {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ed3237;
  font-size: 13px;
  cursor: pointer; }

.cart-item-right .removetour:hover {
  color: #000; }

.cart-item-add span {
  color: #ee751c;
  font-size: 13px;
  cursor: pointer;
  padding: 0 10px; }

.cart-item-add span:hover {
  color: #ed3237; }

.cart-item div.passengername {
  float: left;
  width: 250px; }

.cart-item div.tourdate {
  float: right;
  width: 150px; }

.cart-item div.text label {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #000;
  font-size: 13px;
  font-weight: bold; }

.cart-item div.text input {
  float: left;
  width: 100%;
  border: 1px solid #999;
  padding: 5px;
  height: 35px;
  color: #000;
  font-size: 13px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; }

.cart-item div.text input.error {
  border: 1px solid #ed3237; }

#product-content {
  float: left;
  width: 50%;
  padding: 0 20px 0 0; }

#product-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 600; }

#product-content ul {
  list-style: disc;
  padding: 0 0 0 15px; }

#product-content ul li {
  font-size: 16px;
  line-height: 24px; }

#product-options {
  float: right;
  width: 50%;
  padding: 0 0 0 20px; }

.category-tour-prices {
  float: left;
  width: 100%; }

.category-tour-prices h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 600; }

.category-tour-prices h4 {
  color: #ee751c;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  text-transform: uppercase; }

.category-tour-prices h4 span {
  color: #ed3237;
  float: right;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer; }

.category-tour-prices h4 span:hover {
  color: #000; }

.category-tour-prices .tours {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

.category-tour-prices h5 {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  margin: 0 0 5px 0;
  font-weight: bold; }

.category-tour-prices h5 span {
  color: #858585; }

.category-tour-prices ul {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f68b2f; }

.category-tour-prices li {
  position: relative;
  margin: 0 0 14px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #f68b2f; }

.category-tour-prices li:last-child {
  margin: 0 0 14px 0;
  padding: 20px 0 0 0; }

.category-tour-prices li a,
.category-tour-prices li a:visited {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px; }

.category-tour-prices li a:hover {
  color: #ed3237;
  text-decoration: none; }

.category-tour-prices li a span {
  float: right;
  color: #ed3237; }

.category-tour-prices li .option-title {
  float: left;
  width: 200px; }

.category-tour-prices li .option-title h5 span {
  color: #757575; }

.category-tour-prices li .option-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px; }

.category-tour-prices li .infobubble-button {
  position: absolute;
  top: 16px;
  right: 0;
  width: 20px;
  height: 20px; }

.category-tour-prices li a.infobubble {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #ee751c;
  border-radius: 50%;
  text-align: center; }

.category-tour-prices li a.infobubble i {
  color: #fff;
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 13px; }

.category-tour-prices li .addtocart-button {
  position: absolute;
  top: 9px;
  left: 70px;
  padding: 0 0 0 30px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-weight: 400; }

.category-tour-prices li a.addtocart span {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #ed3237;
  border-radius: 50%;
  text-align: center; }

.category-tour-prices li a.addtocart span i {
  color: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 13px; }

.category-tour-prices li span.price {
  position: absolute;
  top: 9px;
  left: 0px;
  font-size: 13px;
  text-decoration: none;
  margin: 0 0 5px 0;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-weight: 400; }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border-top: 1px solid #e7e7e7;
  overflow: hidden; }

#footer-copyright {
  float: left;
  padding: 0 0 0 40px; }

#footer-copyright span {
  font-size: 12px;
  line-height: 75px;
  color: #333; }

#footer-legals {
  float: right;
  padding: 0 40px 0 0; }

#footer-legals span {
  font-size: 12px;
  line-height: 75px;
  color: #333; }

#footer-legals span a,
#footer-legals span a:visited {
  color: #333;
  text-decoration: none;
  padding: 0 0 0 10px; }

#footer-legals span a:hover {
  color: #f68b2f; }

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 1024px);
  height: 100%;
  z-index: 1; }

#background .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#tagline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 2; }

#tagline span {
  float: left;
  width: 100%;
  font-family: 'Days';
  font-size: 16px;
  line-height: 75px;
  color: #fff;
  padding: 0 40px; }

#carousel {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 1024px);
  height: 100%;
  z-index: 1; }

#carousel-slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#carousel .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#carousel-left {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10; }

#carousel-left i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80px;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: opacity 200ms linear 0ms;
  transition: opacity 200ms linear 0ms; }

#carousel-right {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10; }

#carousel-right i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 80px;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: opacity 200ms linear 0ms;
  transition: opacity 200ms linear 0ms; }

#carousel:hover #carousel-left i,
#carousel:hover #carousel-right i {
  opacity: 1; }

#popup {
  display: none; }

#popup-content {
  float: left;
  background-color: #fff;
  padding: 40px;
  max-width: 400px;
  box-shadow: 0px 0px 32px -5px rgba(0, 0, 0, 0.64); }

#popup-text {
  float: left;
  width: 100%;
  text-align: center; }

#popup-text p {
  font-weight: 600; }

#popup-buttons {
  float: left;
  width: 100%;
  text-align: center; }

#popup-buttons a {
  display: inline-block;
  border: 1px solid #f68b2f;
  background-color: #f68b2f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 15px;
  padding: 14px 18px 12px 18px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 12px; }

#popup-buttons a:hover {
  border: 1px solid #000;
  background-color: #000; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 9999; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  padding: 8px 12px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu a {
  color: #13a; }

.sf-menu li {
  background: transparent;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu ul li {
  background: #ee751c; }

.sf-menu ul ul li {
  background: #ee751c; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #ed3237;
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 35px; }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: 0px;
  margin-right: 0;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 8px; }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/**
	 * Variables declared here can be overridden by consuming applications, with
	 * the help of the `!default` flag.
	 *
	 * @example
	 *     // overriding $hoverColor
	 *     $hoverColor: rgba(red, 0.05);
	 *
	 *     // overriding image path
	 *     $flagsImagePath: "images/";
	 *
	 *     // import the scss file after the overrides
	 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
	 */
ul.country-list {
  width: 300px; }

ul.country-list li {
  font-size: 12px;
  line-height: 14px; }

.intl-tel-input {
  position: relative;
  display: inline-block; }

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.intl-tel-input .hide {
  display: none; }

.intl-tel-input .v-hide {
  visibility: hidden; }

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px; }

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555; }

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll; }

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px; }

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px; }

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal; } }

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.intl-tel-input .country-list .country {
  padding: 5px 10px; }

.intl-tel-input .country-list .country .dial-code {
  color: #999; }

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle; }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px; }

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0; }

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px; }

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer; }

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default; }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent; }

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table; }

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px; }

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px; }

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px; }

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px; }

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px; }

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px; }

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.intl-tel-input.iti-container:hover {
  cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti-flag {
  width: 20px; }

.iti-flag.be {
  width: 18px; }

.iti-flag.ch {
  width: 15px; }

.iti-flag.mc {
  width: 19px; }

.iti-flag.ne {
  width: 18px; }

.iti-flag.np {
  width: 13px; }

.iti-flag.va {
  width: 15px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px; } }

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px; }

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px; }

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px; }

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px; }

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px; }

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px; }

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px; }

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px; }

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px; }

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px; }

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px; }

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px; }

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px; }

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px; }

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px; }

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px; }

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px; }

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px; }

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px; }

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px; }

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px; }

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px; }

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px; }

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px; }

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px; }

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px; }

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px; }

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px; }

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px; }

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px; }

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px; }

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px; }

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px; }

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px; }

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px; }

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px; }

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px; }

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px; }

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px; }

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px; }

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px; }

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px; }

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px; }

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px; }

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px; }

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px; }

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px; }

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px; }

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px; }

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px; }

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px; }

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px; }

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px; }

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px; }

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px; }

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px; }

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px; }

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px; }

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px; }

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px; }

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px; }

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px; }

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px; }

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px; }

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px; }

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px; }

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px; }

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px; }

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px; }

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px; }

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px; }

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px; }

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px; }

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px; }

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px; }

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px; }

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px; }

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px; }

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px; }

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px; }

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px; }

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px; }

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px; }

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px; }

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px; }

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px; }

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px; }

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px; }

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px; }

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px; }

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px; }

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px; }

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px; }

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px; }

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px; }

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px; }

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px; }

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px; }

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

@media only screen and (max-width: 2160px) {
  nav {
    margin: 38px 0 0 0; }
  nav ul li {
    font-size: 15px; }
  .sf-arrows .sf-with-ul {
    padding-right: 25px; }
  .sf-arrows ul .sf-with-ul:after {
    top: 6px; }
  #contact-points ul li {
    font-size: 15px; } }

@media only screen and (max-width: 2030px) {
  nav {
    margin: 38px 0 0 0; }
  nav ul li {
    font-size: 14px; }
  .sf-arrows .sf-with-ul {
    padding-right: 25px; }
  .sf-arrows ul .sf-with-ul:after {
    top: 6px; }
  #contact-points ul li {
    font-size: 14px; }
  #cart-display span {
    font-size: 14px; } }

@media only screen and (max-width: 1980px) {
  nav {
    width: 100%;
    margin: 20px 0 10px 0; }
  nav ul li {
    font-size: 18px; }
  #contacts-cart {
    width: 100%;
    padding: 0 0 0 40px; }
  #contact-points ul li {
    font-size: 18px;
    line-height: 28px; }
  #contact-points {
    opacity: 0.7; }
  #cart-display {
    opacity: 1; }
  #cart-display span {
    font-size: 18px;
    line-height: 28px; } }

@media only screen and (max-width: 1640px) {
  main {
    width: 770px; }
  #background {
    width: calc(100% - 770px); }
  #carousel {
    width: calc(100% - 770px); }
  #contact-left {
    float: left;
    width: 100%;
    margin: 0 0 30px 0; }
  #map {
    float: left;
    width: 100%;
    height: 360px; }
  #map-inner {
    float: left;
    width: 100%;
    height: 360px; }
  #contact-right {
    float: right;
    width: 100%;
    margin: 0 0 10px 0; }
  #cart-left {
    float: left;
    width: 100%; }
  #cart-right {
    float: left;
    width: 100%; }
  #cart-right .form {
    width: 100%; }
  .cart-item-right {
    width: calc(100% - 130px); }
  #CreditCardExpiryYear {
    width: 50%;
    padding: 0 0 0 10px; }
  #CreditCardExpiryMonth {
    width: 50%;
    padding: 0 10px 0 0; }
  .cart-item div.passengername {
    width: 50%;
    padding: 0 10px 0 0; }
  .cart-item div.tourdate {
    width: 50%;
    padding: 0 0 0 10px; }
  #product-content {
    width: 100%;
    padding: 0; }
  #product-options {
    width: 100%;
    padding: 20px 0 0 0; }
  #product-options #product {
    padding: 0; } }

@media only screen and (max-width: 1180px) {
  #brand {
    z-index: 200;
    top: 13px;
    width: 100px; }
  #brand img {
    width: 100%;
    height: auto; }
  nav {
    display: none; }
  #contacts-cart {
    display: none; }
  #menu-toggle {
    display: block; }
  .shownav #mobile-menu {
    display: block; }
  body.shownav {
    overflow: hidden; } }

@media only screen and (max-width: 1280px) {
  p {
    font-size: 16px;
    line-height: 18px; }
  main {
    width: 100%;
    margin: 0;
    padding: 40px 0 0 0; }
  #background {
    width: 100%;
    position: relative;
    float: left;
    height: 600px;
    top: 0;
    left: 0; }
  #carousel {
    width: 100%;
    position: relative;
    float: left;
    height: 600px;
    top: 0;
    left: 0; }
  .category-item .content h3 {
    font-size: 14px;
    line-height: 16px; }
  .section-title h2 {
    font-size: 24px; }
  #page h2 {
    font-size: 24px; }
  #page ul li {
    font-size: 16px;
    line-height: 18px; }
  #category-grid {
    padding: 0 20px; }
  .category-item {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 20px; }
  .featured-category {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 20px;
    text-align: center; }
  .featured-category .content h3 {
    font-size: 14px;
    line-height: 16px; } }

@media only screen and (max-width: 1024px) {
  #carousel-left i {
    font-size: 40px; }
  #carousel-right i {
    font-size: 40px; } }

@media only screen and (max-width: 960px) {
  #mobile-menu ul li {
    font-size: 20px;
    line-height: 30px; }
  #mobile-menu ul li ul {
    padding: 0 0 0 10px;
    display: none; }
  #mobile-menu ul li ul li {
    font-size: 18px;
    line-height: 26px; } }

@media only screen and (max-width: 860px) {
  .featured-category {
    height: 280px; }
  .category-item {
    width: 50%;
    height: auto;
    margin: 0 0 20px 0; }
  .featured-category {
    width: 50%;
    height: auto;
    margin: 0 0 20px 0; }
  .featured-category img {
    width: 100%; }
  .section-text {
    padding: 0 20px; }
  #background {
    height: 80vh; }
  #carousel {
    height: 80vh; } }

@media only screen and (max-width: 640px) {
  #background {
    height: 300px;
    margin: 90px 0 0 0; }
  #carousel {
    height: 300px;
    margin: 0 0 0 0; }
  #mobile-menu ul li {
    font-size: 16px;
    line-height: 26px; }
  #mobile-menu ul li ul {
    padding: 0 0 0 10px;
    display: none; }
  #mobile-menu ul li ul li {
    font-size: 16px;
    line-height: 26px; }
  #mobile-menu-left {
    width: 100%;
    padding: 0; }
  #mobile-menu-right {
    width: 100%;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #fff; }
  #tagline {
    text-align: center;
    height: 40px; }
  #tagline span {
    font-size: 14px;
    line-height: 40px; }
  .category-item {
    width: 100%; }
  .category-item .content {
    min-height: 0px;
    margin: 0;
    padding: 0; }
  .featured-category {
    width: 100%; }
  #footer-copyright {
    text-align: center;
    float: left;
    width: 100%;
    padding: 15px 0 0 0; }
  #footer-copyright span {
    line-height: 1; }
  #footer-legals {
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0 10px 0; }
  #footer-legals span {
    line-height: 1; } }
