/* Minification failed. Returning unminified contents.
(1368,6): run-time error CSS1031: Expected selector, found ','
 */
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* Preserve some sanity */
.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set up some rules to govern the grid */
.grid {
  display: block;
  clear: both;
}
.grid .unit {
  float: left;
  width: 100%;
  padding: 20px;
}



/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
.grid .unit:first-child { padding-left: 20px; }
.grid .unit:last-child { padding-right: 20px; }

/* Nested grids already have padding though, so let’s nuke it */
.unit .unit:first-child { padding-left: 0; }
.unit .unit:last-child { padding-right: 0; }
.unit .grid:first-child > .unit { padding-top: 0; }
.unit .grid:last-child > .unit { padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
  padding: 0 !important;
}

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* Width classes also have shorthand versions numbered as fractions
 * For example: for a grid unit 1/3 (one third) of the parent width,
 * simply apply class="w-1-3" to the element. */
.grid .whole,          .grid .w-1-1 { width: 100%; }
.grid .half,           .grid .w-1-2 { width: 50%; }
.grid .one-third,      .grid .w-1-3 { width: 33.3332%; }
.grid .two-thirds,     .grid .w-2-3 { width: 66.6665%; }
.grid .one-quarter,    .grid .w-1-4 { width: 25%; }
.grid .three-quarters, .grid .w-3-4 { width: 75%; }
.grid .one-fifth,      .grid .w-1-5 { width: 20%; }
.grid .two-fifths,     .grid .w-2-5 { width: 40%; }
.grid .three-fifths,   .grid .w-3-5 { width: 60%; }
.grid .four-fifths,    .grid .w-4-5 { width: 80%; }
.grid .one-sixth,      .grid .w-1-3 { width: 16.6666%; }
.grid .two-sixths,      .grid .w-1-3 { width: 33.3332%; }
.grid .golden-small,   .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */
.grid .golden-large,   .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */

/* Clearfix after every .grid */
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}

/* Utility classes */
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.pull-left    { float: left; }
.pull-right   { float: right; }
.align-vtop { vertical-align: top; }
/* Responsive Stuff */

@media screen and (max-width: 860px) {
    .hide-on-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
  /* Stack anything that isn’t full-width on smaller screens */
  
  .grid .unit {
    width: 100% !important;
    padding: 10px 20px;
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important;
    margin: auto;
  }
  .hide-on-mobiles {
    display: none !important;
  }
  
}

@media screen and (min-width: 769px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1000px) {
  .wider .grid {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* LARGE FLAG SPRITE POSITION     */

.ad, .ad-crm {
	background-position: 0 0;
}

.ae, .ae-crm {
	background-position: -24px 0;
}

.ag, .ag-crm {
	background-position: -48px 0;
}

.ai, .ai-crm {
	background-position: -72px 0;
}

.al, al-crm {
	background-position: -96px 0;
}

.ao, .ao-crm {
	background-position: -120px 0;
}

.ar, .ar-crm {
	background-position: -24px 0;
}

.at, .at-crm {
	background-position: -144px 0;
}

.au, .au-crm {
	background-position: -168px 0;
}

.aw, .aw-crm {
	background-position: -192px 0;
}

.bb, .bb-crm {
	background-position: -216px 0;
}

.be, .be-crm {
	background-position: -240px 0;
}

.bh, .bh-crm {
	background-position: -264px 0;
}

.bn, .bn-crm {
	background-position: -288px 0;
}

.bo, .bo-crm {
	background-position: -312px 0;	
}

.br, .br-crm {
	background-position: -336px 0;
}

.bs, .bs-crm {
	background-position: -360px 0;
}

.bg, .bg-crm {
	background-position: -384px 0;
}

.by, .by-crm {
	background-position: -408px 0;
}

.bz, .bz-crm {
	background-position: -432px 0;
}

.ca, .ca-crm {
	background-position: -456px 0;
}

.ch, .ch-crm {
	background-position: -480px 0;
}

.cl, .cl-crm {
	background-position: -504px 0;
}

.cm, .cm-crm {
	background-position: -528px 0;
}

.cn, .cn-crm {
	background-position: -552px 0;
}

.co, .co-crm {
	background-position: -576px 0;
}

.cr, .cr-crm {
	background-position: -600px 0;
}

.cs, ,cs-crm {
	background-position: -624px 0;
}

.cy, .cy-crm {
	background-position: -648px 0;
}

.cz, .cy-crm {
	background-position: -624px 0;
}

.da, .da-crm {
	background-position: -672px 0;
}

.de, .de-crm {
	background-position: -696px 0;
}

.dk, .dk-crm {
	background-position: -672px 0;
}

.do, .do-crm {
	background-position: -720px 0;
}

.ec, .ec-crm {
	background-position: -744px 0;
}

.ee, .ee-crm {
	background-position: -768px 0;
}

.eg, .eg-crm {
	background-position: -792px 0;
}

.en, .en-crm {
	background-position: 0 -24px;
}

.es, .es-crm {
	background-position: -24px -24px;
}

.fi, .fi-crm {
	background-position: -48px -24px;
}

.fj, .fj-crm {
	background-position: -72px -24px;
}

.fr, .fr-crm {
	background-position: -96px -24px;
}

.gb, .gb-crm {
	background-position: 0 -24px;
}

.gd, .gd-crm {
	background-position: -120px -24px;
}

.gf, .gf-crm {
	background-position: -144px -24px;
}

.gh, .gh-crm {
	background-position: -168px -24px;
}

.gi, .gi-crm {
	background-position: -192px -24px;
}

.gp, .gp-crm {
	background-position: -216px -24px;
}

.gr, .gr-crm {
	background-position: -240px -24px;
}

.gt, .gt-crm {
	background-position: -264px -24px;
}

.gu, .gu-crm {
	background-position: -288px -24px;
}

.gy, .gy-crm {
	background-position: -312px -24px;
}

.he, .he-crm {
	background-position: -336px -24px;
}

.hk, .hk-crm {
	background-position: -360px -24px;
}

.hn, .hn-crm {
	background-position: -384px -24px;
}

.hr, .hr-crm {
	background-position: -408px -24px;
}

.ht, .ht-crm {
	background-position: -432px -24px;
}

.hu, .hu-crm {
	background-position: -456px -24px;
}

.id, .id-crm {
	background-position: -480px -24px;
}

.ie, .ie-crm {
	background-position: -504px -24px;
}

.il, .il-crm {
	background-position: -528px -24px;
}

.in, .in-crm {
	background-position: -552px -24px;
}

.ir, .ir-crm {
	background-position: -576px -24px;
}

.is, .is-crm {
	background-position: -600px -24px;
}

.im, .im-crm {
	background-position: -624px -24px;
}

.it, .it-crm {
	background-position: -648px -24px;
}

.ja, .ja-crm {
	background-position: -672px -24px;
}

.je, .je-crm {
	background-position: -696px -24px;
}

.jm, .jm-crm {
	background-position: -720px -24px;
}

.jo, .jo-crm {
	background-position: -744px -24px;
}

.jp, .jp-crm {
	background-position: -672px -24px;
}

.ke, .ke-crm {
	background-position: -768px -24px;
}

.kn, .kn-crm {
	background-position: -792px -24px;
}

.ko, .ko-crm {
	background-position: 0 -48px;
}

.kr, .kr-crm {
	background-position: 0 -48px;
}

.kw, .kw-crm {
	background-position: -24px -48px;
}

.ky, .ky-crm {
	background-position: -48px -48px;
}

.la, .la-crm {
	background-position: -72px -48px;
}

.lb, .lb-crm {
	background-position: -120px -48px;
}

.lc, .lc-crm {
	background-position: -96px -48px;
}

.lk, .lk-crm {
	background-position: -144px -48px;
}

.ls, .ls-crm {
	background-position: -168px -48px;
}

.lt, .lt-crm {
	background-position: -192px -48px;
}

.lu, .lu-crm {
	background-position: -216px -48px;
}

.lv, .lv-crm {
	background-position: -240px -48px;
}

.ma, .ma-crm {
	background-position: -264px -48px;
}

.md, .md-crm {
	background-position: -288px -48px;
}

.mk, .mk-crm {
	background-position: -312px -48px;
}

.mo, .mo-crm {
	background-position: -336px -48px;
}

.mp, .mp-crm {
	background-position: -360px -48px;
}

.mq, .mq-crm {
	background-position: -384px -48px;
}

.mt, .mt-crm {
	background-position: -408px -48px;
}

.mu, .mu-crm {
	background-position: -432px -48px;
}

.mx, .mx-crm {
	background-position: -456px -48px;
}

.my, .my-crm {
	background-position: -480px -48px;
}

.mz, .mz-crm {
	background-position: -504px -48px;
}

.na, .na-crm {
	background-position: -528px -48px;
}

.nc, .nc-crm {
	background-position: -552px -48px;
}

.ni, .ni-crm {
	background-position: -576px -48px;
}

.nl, .nl-crm {
	background-position: -600px -48px;
}

.no, .no-crm {
	background-position: -624px -48px;
}

.nr, .nr-crm {
	background-position: -648px -48px;
}

.nz, .nz-crm {
	background-position: -672px -48px;
}

.om, .om-crm {
	background-position: -696px -48px;
}

.pa, .pa-crm {
	background-position: -720px -48px;
}

.pe, .pe-crm {
	background-position: -744px -48px;
}

.ph, .ph-crm {
	background-position: -768px -48px;
}

.pl, .pl-crm {
	background-position: -792px -48px;
}

.po, .po-crm {
	background-position: 0 -72px;
}

.pr, .pr-crm {
	background-position: -24px -72px;
}

.pt, .pt-crm {
	background-position: 0 -72px;
}

.pw, .pw-crm {
	background-position: -48px -72px;
}

.py, .py-crm {
	background-position: -72px -72px;
}

.qa, .qa-crm {
	background-position: -96px -72px;
}

.re, .re-crm {
	background-position: -120px -72px;	
}

.ro, .ro-crm {
	background-position: -144px -72px;	
}

.rs, .rs-crm {
	background-position: -168px -72px;	
}

.ru, .ru-crm {
	background-position: -192px -72px;	
}

.sa, .sa-crm {
	background-position: -216px -72px;	
}

.sb, .sb-crm {
	background-position: -240px -72px;	
}

.sd, .sd-crm {
	background-position: -264px -72px;	
}

.se, .se-crm {
	background-position: -288px -72px;	
}

.sy, .sy-crm {
	background-position: -312px -72px;	
}

.sg, .sg-crm {
	background-position: -336px -72px;	
}

.si, .si-crm {
	background-position: -360px -72px;		
}

.sm, .sm-crm {
	background-position: -384px -72px;	
}

.sk, .sk-crm {
	background-position: -408px -72px;	
}

.sl, .sl-crm {
	background-position: -432px -72px;	
}

.sv, .sv-crm {
	background-position: -288px -72px;
}

.sz, .sz-crm {
	background-position: -456px -72px;	
}

.ta, .ta-crm {
	background-position: -480px -72px;	
}

.tc, .tc-crm {
	background-position: -504px -72px;	
}

.th, .th-crm {
	background-position: -528px -72px;	
}

.tr, .tr-crm {
	background-position: -552px -72px;	
}

.tt, .tt-crm {
	background-position: -576px -72px;	
}

.tu, .tu-crm {
	background-position: -600px -72px;	
}

.tw, .tw-crm {
	background-position: -624px -72px;	
}

.ua, .ua-crm {
	background-position: -648px -72px;
}

.uk, .uk-crm {
	background-position: -648px -72px;
}

.us, .us-crm {
	background-position: -672px -72px;	
}

.uy, .uy-crm {
	background-position: -696px -72px;	
}

.ve, .ve-crm {
	background-position: -720px -72px;	
}

.vi, .vi-crm {
	background-position: -744px -72px;	
}

.ye, .ye-crm {
	background-position: -768px -72px;	
}

.za, .za-crm {
	background-position: -792px -72px;
}

.zh, .zh-crm {
	background-position: -360px -24px;
}

.zm, .zm-crm {
	background-position: 0 -96px;
}

.zs, .zs-crm {
	background-position: -552px 0;
}

.zw, .zw-crm {
	background-position: -24px -96px;
}

.ke, .ke-crm {
	background-position: -48px -96px;
}
.tz, .tz-crm {
	background-position: -48px -96px;
}
.ug, .ug-crm {
	background-position: -48px -96px;
}

.sw, .sw-crm {
	background-position: -48px -96px;
}

.light-box-iframe {
  background-color: #fff;
  border: 2px solid #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.light-box {
  background-color: #fff;
  padding: 12px 20px;
  border: 7px solid #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  width: 75%;
  max-width: 400px;
}
.light-box h3 {
	margin:0 0 10px 0;
}
.light-box .text-center {
	text-align:center;
}
.light-box.question,
.light-box.tick,
.light-box.error {
  padding: 20px;
}
.light-box.question p,
.light-box.tick p,
.light-box.error p {
  min-height: 31px;
  padding-left: 50px;
  background: url(/images/lightbox/alert-warning.png) 0 50% no-repeat;
  padding-top: 10px;
}
.light-box.tick p {
  background: url(/images/lightbox/alert-tick.png) 0 50% no-repeat;
}
.light-box.error p {
  background: url(/images/lightbox/alert-error.png) 0 50% no-repeat;
}
.light-box textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.light-box.light-box-wide {
  width: 75%;
  max-width: 500px;
}
.light-box.light-box-full {
  width: 75%;
  max-width: 800px;
}

/* General */

body {
  font-family: "Century Gothic", CenturyGothic, Muli, sans-serif;
  color: #444;
  background: #FFF;
}

/* I use full-width horizontal sections a lot */
body > header,
body > section,
body > footer {
  display: block;
  width: 100%;
  clear: both;
  float: left;
}


h1, h2, h3 {
  font-family: "Century Gothic", CenturyGothic, Muli, sans-serif;
  font-weight: 700;
  color: #f60;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 2em;
  margin-top: 20px;
margin-bottom: 10px;
}

h3 {
  font-size: 1.4em;
  color: #f60;
}

h4 {
    font-size: 1.4em;
    color: #000;
    font-family: Arial;
    font-weight: bold;
}

a {
  color: #000;
  text-decoration: underline;
  font-family: Arial;
}

a:hover {
    color: #f60;
}

ul.tick {
    list-style-image:url(/images/tick-orange.png);
    font-weight:bold;
    padding-left:28px;
}
ul.tick li {
    padding:3px 0 3px 0;
}
/*** Forms ***********************/

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*** Buttons *********************/

.btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-decoration:none;
}

header .btn-default {
  background-color: #FFF;
  border: 0;
  color: #E75C00;
  line-height: 23px;
}
header .btn-default:hover,
header .btn-default:focus {
  background-color: #FFEFE5;
  background-position: 0 -15px;
  color: #E75C00;
  border: 0;
}
header .btn-default:active,
header .btn-default.active {
  background-color: #FFF;
  border: 0;
  color: #E75C00;
}

.btn-easy {
  background-image: -webkit-linear-gradient(top, #FB7F03 0%, #f60 100%);
  background-image:      -o-linear-gradient(top, #FB7F03 0%, #f60 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#f60));
  background-image:         linear-gradient(to bottom, #FB7F03 0%, #f60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFB7F03', endColorstr='#f60', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: 0;
  color: #FFF;
  font-weight: bold;
}
.btn-easy:hover,
.btn-easy:focus {
  background-color: #f60;
  background-position: 0 -15px;
  color: #FFF;
}
.btn-easy:active,
.btn-easy.active {
  background-color: #f60;
  border: 0;
  color: #FFF;
}
.btn-easy:disabled,
.btn-easy[disabled] {
  background-color: #f60;
  background-image: none;
  color: #FFF;
}

.glyphicon-chevron-down {
    font-size: 13px;
    opacity: 0.7;
}

/*** Header and Footer ******************/

header, section {
  border-bottom: 1px solid #eee;
}

header .grid .unit {
    padding-top: 0px;
    padding-bottom: 10px;
}

header, section, footer {
  /*border-top: 1px solid #fff;*/
}

header {
  padding: 12px 0px 0px 0px;
}

header, footer {
  background-color: #f60;
}

header #account a.btn {
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid white;
}

header #account a.btn:hover,
header #account a.btn:focus {
  text-decoration: none;
}

header .dropdown-menu a,
header .dropdown-menu a:hover,
header .dropdown-menu a:focus {
    text-decoration: none;
}

header h1 a {
  color: #333;
  border-bottom: none;
}

header p {
  margin: 2em 0;
}

header .btn-group {
  margin: 0px 10px 10px 10px;
}
header .btn-group:last-child {
  margin-right: 0px;
}
.header-buttons {
    margin-top: 8px;
}

footer .whole {
  text-align: center;
}

footer ul {
    list-style-type:none;
    margin:0;
	padding:0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul a {
    font-family: Arial;
    color: #FFF;
    text-decoration:none;
    font-size: 0.9em;
}

footer ul a:hover,
footer ul a:focus {
    font-family: Arial;
    color: #FFF;
    text-decoration: underline;
}


img.dynamic {
  max-width: 100%;
}

.lead {
  font-size: 1.5em;
}

p, pre {
  font-size: 1.0em;
  line-height: 1.8em;
  margin: 0 0 10px;
}


footer p {
  margin: 0;
  font-size: 1.1em;
  color: #FFF;
}

iframe {
    background-color: #9cc5c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


pre {
  padding: 10px;
  text-align: center;
}

.home.top-form {
    background: url('/images/background-van-blue-sky-01.jpg');
    background-repeat:no-repeat;
    background-position: top center;
}

.dest.top-form {
    background: url('/images/background-van-blue-sky-01.jpg');
    background-repeat:no-repeat;
    background-position: top center;
}

.about.top-form {
    background: url('/images/background-van-blue-sky-01.jpg');
    background-repeat:no-repeat;
    background-position: top center;
}

.top-form .grid.header .unit {
    padding-bottom: 0px;
}

.panels {
  background: url('/images/background-box-banner.jpg');
  background-repeat:no-repeat;
  background-position: top center;
  /*background-size: 100%;*/
}

#languages span.flag {
  background-image: url('/images/sprite-flags.png');
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  width: 24px;
  float: left;
  margin-right: 10px;
}


#currency .btn {
    width: 215px;
}

#currency span.cur {
  height: 22px;
  width: 24px;
  float: left;
  margin-right: 15px;
}

#currency .btn span.cur {
    font-weight: bold;
}

#currency > ul {
    height: 200px;
    width: 214px;
    overflow: auto;
}


/** Navigation **********************************/

#nav-bar {
    padding:10px 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  border-bottom: 1px solid #AAA;

  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.26);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.26);
}

#nav-bar .unit {
    padding-top: 0px;
    padding-bottom: 0px;
}

#nav-bar .nav-list {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav-bar ul.nav-list > li {
	display:inline-block;
	float: left;
	margin-right: 1px;
    padding: 0;
}
#nav-bar ul.nav-list > li:after{
    content: " | ";
    padding: 0 10px 0 6px;
}
#nav-bar ul.nav-list > li:last-child:after {
    content: "";
    padding:0;
}
#nav-bar ul.nav-list > li > a {
    color: #000;
    text-decoration:none;
    font-size: 0.9em;
}

#nav-bar ul.nav-list > li > a:hover,
#nav-bar ul.nav-list > li > a:focus {
    color: #000;
    text-decoration: underline;
}

.nowrap {
    white-space:nowrap;
}
.nav-bar-review {
    color:#ff6600;
    line-height:22px;
    font-size:.9em;
    margin-bottom:0;
    white-space:nowrap;
}
.star-row {
    position:relative;
    display:inline-block;
    height:22px;
    background:url(/images/star-row-orange.png) 0 -30px no-repeat;
    width:100px;
    overflow:hidden;
    vertical-align:middle;
}
.star-row span {
    position:absolute;
    height:100%;
    line-height:100px;
    background:url(/images/star-row-orange.png) 0 0 no-repeat;

}

ul.dropdown, ul.dropdown ul {
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  min-width: 150px;
  padding: 5px 0;
  margin: 2px 0px 0px 0px;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

ul.dropdown li {
    padding: 0px;
}

ul.dropdown li:hover {
    background-color: rgba(0,0,0,0.1);
}

ul.dropdown li a {
    text-decoration: none;
    display: block;
    padding: 4px 8px;
    line-height: 25px;
}

ul.dropdown li a:hover {
    text-decoration: none;
    color: #000;
}
    
ul.dropdown ul {
    margin: -25px 0px 0px 100px;
}

.header-wrap {
    background-color:rgba(0,0,0,.3);
    padding:10px 16px;
    float:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:790px;
    max-width:100%;
    box-sizing:border-box;
}
.header-wrap h2 {
    margin:0;
    color:#fff;
}
.header-wrap p {
    margin:0;
    color:#fff
}

.info-boxes {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin:auto;
    max-width:960px;
    min-height:400px;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.info-box {
    display:inline-block;
    background-repeat:no-repeat;
    background-position: top center;
    max-width: 301px;
    width:32%;
    text-align: center;
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;     
    vertical-align:top;  
    margin-top:38px;
    padding-top:50px;
    background-repeat:no-repeat;
    background-position:50% 0;
}
.info-box>div {
    padding: 20px 20px 5px 20px;
    background:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 215px;
}

.info-box h3 {
    margin: 0px 0px 10px 0px;
}

.info-box h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-box p {
    font-family: Arial;
    line-height: 1.5em
}

.info-stelios {
    background-image: url('/images/box-stelios-says.png');
    text-align:left;
}

.info-telephone {
    background-image: url('/images/box-telephone.png');
}

.info-telephone p strong {

}

.info-review {
    background-image: url('/images/box-review.png');
}
.info-review .outer-quote {
    background:url(/images/bubble_mark.png) 35px 100% no-repeat;
    padding-bottom:20px;
}
.info-review .quote {
    background-color: #f60;
    padding:10px 30px 10px 10px;
    color: #FFF;
    font-size: .875em;
    line-height: 1.25em;
    text-align: left;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:relative;
    overflow:hidden;
}
.info-review ul {
    margin:0;
    padding:0;
    list-style:none;
}
.info-review li {
    display:none;
}
.info-review li:first-child {
    display:list-item;
}
.info-review ul a {
    position:absolute;
    width:20px;
    text-align:center;
    right:0;
    top:0;
    height:100%;
    line-height:5000px;
    background:#e65c01 url(/images/reviews-nextarrow.png) 50% 50% no-repeat;
    font-size:30px;
}
.info-review ul a:hover {
    background-color:#ff7b00;
}
.info-review .quote p {
    margin:0;
    min-height:48px;
}
.info-review .quote .stars {
    text-align: center;
    font-size: 0.7em;
    display:block;
    line-height:2em;
}

.info-review .quote img.quote-arrow {
    position: relative;
    top: 31px;
    left: -60px;
}

.info-review p {
    margin: 0px 0px;
}
.info-review .subtext {
    font-size: 0.8em;
    margin: 5px 0px;
}

.about-section {
    text-align: center;
    background-color: #EBEBEB;
}

.about p {
    font-family: Arial;
}

.grid .unit.newsletter-outer {
    padding-top: 70px;
}

/** Newsletter ****************/

#newsletter {
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f5f5f5',GradientType=0 );
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    padding: 35px 15px;
}

#newsletter span.top {
    display: block;
    height: 12px;
    width: 100%;
    background: url('/images/bg-stripes.png') 0 0 repeat-x;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#newsletter span.bottom {
    display: block;
    height: 12px;
    width: 100%;
    background: url('/images/bg-stripes.png') 0 0 repeat-x;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#newsletter .btn-easy {
    text-align: center;
    padding: 12px 36px;
    font-size: 1.6em;
    font-weight: bold;
    margin: 10px;
}


#newsletter h3 {
    margin: 0px 0px 30px 0px;
}

#newsletter input {
    width: 80%;
    text-align: center;
    display: block;
    margin : 0 auto;
    height: 45px;
    font-family: arial;
}

#newsletter p {
    text-align: center;
}

.newsletter button {
    text-align: center;
    padding: 12px 36px;
    font-size: 1.6em;
    font-weight: bold;
    margin: 10px;
}
.first-paragraph-closed > * {
    display:none;
}
.first-paragraph-closed > *:first-child {
    display:block;
}
.first-paragraph-open + .first-paragraph-expand {
    display:none;
}
.below-banner {
    height:185px;
}
/*
Style the db about text and buttons

#divMore {
    display:none;
}
#divMore a span, #spHide span {
    display:block;
    padding: 5px 12px !important;
    color:#fff !important;
    margin:1em auto 0;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    width:140px;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-decoration:none;
    background-image: -webkit-linear-gradient(top, #FB7F03 0%, #f60 100%);
    background-image: -o-linear-gradient(top, #FB7F03 0%, #f60 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#f60));
    background-image: linear-gradient(to bottom, #FB7F03 0%, #f60 100%);
}
.about-section a {
    text-decoration:none;
}
.about-section p {
    margin:0;
}
    */

/*** Destinations list ******************/

.dest-list .dest-row {
    display: block;
    clear:both;
    padding: 3px 0px;
}

.dest-list h4 {
    display: inline;
    font-size: 1.4em;
}

.dest-list p {
    float: right;
    font-family: Arial;
    font-size: 1.0em;
    font-weight: bold;
}

.dest-list p span {
    font-size: 1.6em;
    color: #f60;
}

/** Homepage panels *****************/

.here-to-help {
    text-align: center;
}

.here-to-help h2 {
    font-size: 2.0em;
}

.prices-from {
    border-bottom: 1px solid #ccc;
}

.prices-from h2 {
    font-size: 1.5em;
    font-weight: bold;
    float: left;
    margin: 27px 10px 0px 0px;
}

.prices-from .price-amount {
    font-size: 2.4em;
    font-weight: bold;
    color: #000;
}

.prices-from .price-per-day {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

.prices-from p {
    font-family: Arial;
    font-size: 0.7em;
    margin-top: -9px;
}

.great-deals-list {
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}

.great-deals-list h3 {
    margin-bottom: 4px;
}

.great-deals-list ul li {
    list-style-image: url(/images/green_tick.png);
    list-style-position: outside;
    font-family: Arial;
    padding-bottom: 12px;
}

.great-deals-list ul.list-left {
    float: left; 
    width: 45%; 
    margin-right: 5%;
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}

.great-deals-list ul.list-right {
    float: right; 
    width: 45%; 
    margin-left: 5%;
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
}

.sitemap a {
    font-size: 0.9em;
}

h3.suppliers-heading {
    margin:0 0 20px;
    line-height:20px;
}
p.suppliers {
    margin:0;
    text-align:justify;
    line-height:0;
}
p.suppliers img{
    padding-bottom:10px;
}
#suppliers-wrapper .full-width {
    display:block;
    width:100%;
    position:relative;
    top:12px;
}
#copyright p {
    font-family:Arial;
    font-size: 0.9em;
}

#copyright .logo {
    padding-left: 20px;
}
#ext-logos {
    text-align:center;
}
#ext-logos img {
    padding: 0px 5px 3px;
    vertical-align: middle;
}
 /*** Legacy easycar.com styles ***********************/

.easy-old h1 {
    font-size: 2.0em;
    line-height: 1.3em;
}

.easy-old h2 {
    font-size: 1.6em;
    line-height: 1.3em;
}

.easy-old h4 {
    font-size: 1.4em;
    line-height: 1.3em;
    color: #f60;
}

.easy-old,
.easy-old p,
.easy-old ul,
.easy-old li {
    font-family: Arial;
    font-size: 1.0em;
    line-height: 1.8em;
}

.easy-old img {
    width: 100%;
}

/*** Lightbox ***************************/

#lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
}
#lightbox-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}


/*--------------Contact Us------------------*/
.contact-email,.contact-phone,.contact-mail {
    padding-left:70px;
    background:transparent url(/images/email_ico.gif) 0 0 no-repeat;
    margin:20px 0;
}
.contact-phone {
    background-image:url(/images/phone_ico.gif);
}
.contact-mail {
    background-image:url(/images/mail_ico.gif);
}
.contact-email div {
    position:relative;
    margin-bottom:10px;
}
.contact-email div label {
    width:100px;
    display:inline-block;
    padding-top:5px;
}
.contact-email div input[type=text], .contact-email div textarea {
    box-sizing:border-box;
    width:330px;
    padding:3px 5px;
}
.contact-email div textarea {
    height:100px;
}
.contact-email div .field-validation-error {
    padding-top:4px;
    color:#fff;
}
.contact-email div .field-validation-error span, .Error {
    color:#c22;
}
.small {
    font-size:.8em;
}
/***  Blog       ********************************************************/

.blog .meta {
    margin-top:0;
    font-size:12px;
}
.blog .article-title {
    margin-bottom:0;
}
.blog .article-title a {
    color:#ff6600;
    text-decoration:none;
}
.blog .article-title a:hover {
    text-decoration:underline;
}
.blog .archive-months{
    list-style:none;
    font-size:22px;
    padding:0;
}
.blog .archive-months li a {
    color:#ff6600;
    text-decoration:none;
}
.blog .archive-months li a:hover {
    text-decoration:underline;
}
.blog img {
    width:auto;
    max-width:100%;
}
/***  Responsive ********************************************************/

@media (min-width: 979px) {
    
}

@media (max-width: 860px) {

    #currency .btn {
        width: auto;
    }

    #currency button span.cur {
        width:56px;
    }
    #currency .btn{
        padding: 5px 0;
    }
    #languages .btn {
        padding: 5px 15px;
    }


    #currency .btn span.cur {
        margin-right: 0px;
        font-size: 1.6em;
        font-weight: bold;
    }

    #languages .btn span.flag {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {

    .panels {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        padding-bottom: 20px;
    }
    .nav-bar-review {
        float:none;
        clear:left;
    }
    #suppliers-wrapper .full-width {
        position:static;
    }
}


@media (min-width: 569px) {
    .header-buttons {
        display: inherit !important;
    }
    
    .nav-buttons {
        display: none !important;
    }

    #mobile-menu-btn {
        display: none;
    }
}

@media (max-width: 568px) {
    .contact-email, .contact-phone, .contact-mail {
        padding:70px 0 0 0;
    }
    .contact-email div label {
        float: none;
        display: block;
    }
    .contact-email div {
        width:auto;
    }
    .contact-email div input, .contact-email div input[type=text], .contact-email div textarea{
        float:none;
        width:100%;
    }
    .contact-email div .field-validation-error {
        position:absolute;
        top:4px;
        right:0;
    }

    .info-box {
        width:301px;
        display:block;
        margin-left: auto;
        margin-right:auto;
    }

    #mobile-menu-btn {
        display: block;
        margin-top: 8px;
    }
    
    .header-buttons {
        display: none !important;
    }
    .iframed .header-buttons {
        display: block !important;
    }
    .iframed .header-logo {
        max-width:49%;
    }
    .nav-buttons {
        display: inherit !important;
    }
    /*
    .header-buttons ul.dropdown,
    .nav-buttons ul.dropdown {
        right: -20px;
    }*/

    .nav-buttons {
        width:100%;
    }

    .nav-buttons .btn-group {
        margin: 10px 10px 10px 0px;
    }
    .nav-buttons .btn-group .btn {
        line-height: 24px;
        border: solid #BBB 1px;
        background-color: #FFF;
        color: #F60;
    }

    .nav-buttons .btn-group .btn-easy {
        color: #FFF;
        padding: 4px 20px;
    }

    .nav-buttons .btn-group .btn:hover,
    .nav-buttons .btn-group .btn:active
    {
        background-color: #FFF;
        
    }

    .grid .unit.search-box {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    /*Make dropdown links appear inline*/
	#nav-bar ul.nav-list {
		position: static;
	}
	/*Create vertical spacing*/
	#nav-bar ul.nav-list > li {
		margin-bottom: 1px;
	}

    #nav-bar ul.nav-list > li + li:before{
        padding: 0;
    }

    #nav-bar ul.nav-list > li::after,
    #nav-bar ul.nav-list > li + li:after {
        content: "";
    }

	/*Make all menu links full width*/
	#nav-bar ul.nav-list > li, li a {
		width: 100%;
	}

    .nav-collapsed {
        display: none;
    }
}

/* van styles */
.van-info {
    border:1px solid #ccc;
    border-radius: 3px;
}
.van-info h4 {
    color:#fff;
    background:#ff6600;
    padding:10px;
    margin:0 0 10px 0;
    font-size:16px;
}
    .van-info h4 span {
        font-size:12px;
    }
.van-info img {
    float:left;
}
    .van-info ul {
        margin:0 10px 7px 120px;
        padding:0;
        list-style:none;
    }
    .van-info li {
        background:#eee;
        border-radius:3px;
        margin:0 0 5px 0;
        font-size:11px;
        padding: 4px;
        width:100%;
        overflow:hidden;
        box-sizing:border-box;
    }
        .van-info li h5 {
            float:left;
            width:60%;
            font-weight:normal;
            font-size:1em;
            margin:0;
        }

.gridsmall.grid .unit {
    padding-top:10px;
    padding-bottom:10px;
}

.book-by-phone {
    clear:both;
    background:#f1f1f1 url(/images/background-book-by-phone.jpg) bottom right no-repeat;
    min-height:200px;
    text-align:center;
}
.book-by-phone h3 {
    font-size:30px;
    margin:40px 0 10px;
}
.destination-content{
    border:1px solid #ccc;
    border-radius:3px;
    padding:30px;
}

ul.features {
    list-style-image: url(/images/green_tick.png);
    list-style-position: outside;
    padding-left:40px;
    margin:0;
    text-align:left;
    float:left;
    width:50%;
    box-sizing:border-box;
}
ul.features li {
    padding-bottom:10px;
}
.user-content table{
    width:auto !important;
}
.user-content h1 {
    font-size:30px;
    margin:0;
}
.user-content h3 {
    margin:0;
    font-weight:bold;
}
.user-content h4 {
    color:#f60;
    margin:0;
    font-weight:normal;
}
.user-content hr {
    display:none;
}
@media screen and (max-width: 768px) {
    ul.features {
        width:100%;
    }
}
