/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -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,
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/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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 {
    -moz-box-sizing: content-box;
    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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 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;
}

/*! Custom Boilerplate based on HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==========================================================================
         Base styles: opinionated defaults
         ========================================================================== */
         *,
         *:before,
         *:after {
            box-sizing: border-box;
        }

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

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

        hr {
            display: block;
            height: 1px;
            border: 0;
            border-top: 1px solid #ccc;
            margin: 1em 0;
            padding: 0;
        }

        audio,
        canvas,
        img,
        svg,
        video {
            vertical-align: middle;
        }

        img,
        table,
        td,
        blockquote,
        code,
        pre,
        textarea,
        input,
        video {
            max-width: 100%;
        }

/* ==========================================================================
         Browse Happy prompt
         ========================================================================== */
         .browsehappy {
            margin: 0.2em 0;
            background: #ccc;
            color: #000;
            padding: 0.2em 0;
        }


/* ==========================================================================
         Typography style based on KNACSS
         More explanations -> http://knacss.com/demos/tutoriel.html#typo
         ========================================================================== */

         /* Helvetica Neue */
         @font-face{
            font-family:"Neue Helvetica W01";
            src:url("../bundles/coolbuscore/css/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
            src:url("../bundles/coolbuscore/css/fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"),url("../bundles/coolbuscore/css/fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"),url("../bundles/coolbuscore/css/fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"),url("../bundles/coolbuscore/css/fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
            font-weight: 600;
            font-style: normal;
        }
        @font-face{
            font-family:"Neue Helvetica W01";
            src:url("../bundles/coolbuscore/css/fonts/08e2b89e-9853-40e2-b409-05538c48390b.eot?#iefix");
            src:url("../bundles/coolbuscore/css/fonts/08e2b89e-9853-40e2-b409-05538c48390b.eot?#iefix") format("eot"),url("../bundles/coolbuscore/css/fonts/3d0bfb88-4887-4fd3-a16f-34ae15cbfe25.woff") format("woff"),url("../bundles/coolbuscore/css/fonts/007ff3cd-c6c5-4d33-8458-99c3d6fc8598.ttf") format("truetype"),url("../bundles/coolbuscore/css/fonts/67ccdd14-5fcd-479c-9829-ec39a60795fa.svg#67ccdd14-5fcd-479c-9829-ec39a60795fa") format("svg");
            font-weight: 200;
            font-style: normal;
        }

        /* College */
        @font-face {
            font-family: 'College';
            src: url('../bundles/coolbuscore/css/fonts/COLLEGEB-webfont.eot');
            src: url('../bundles/coolbuscore/css/fonts/COLLEGEB-webfont.eot?#iefix') format('embedded-opentype'),
            url('../bundles/coolbuscore/css/fonts/COLLEGEB-webfont.woff') format('woff'),
            url('../bundles/coolbuscore/css/fonts/COLLEGEB-webfont.ttf') format('truetype'),
            url('../bundles/coolbuscore/css/fonts/COLLEGEB-webfont.svg#collegebold') format('svg');
            font-weight: 700;
            font-style: normal;
        }
        @font-face {
            font-family: 'College';
            src: url('../bundles/coolbuscore/css/fonts/COLLEGE-webfont.eot');
            src: url('../bundles/coolbuscore/css/fonts/COLLEGE-webfont.eot?#iefix') format('embedded-opentype'),
            url('../bundles/coolbuscore/css/fonts/COLLEGE-webfont.woff') format('woff'),
            url('../bundles/coolbuscore/css/fonts/COLLEGE-webfont.ttf') format('truetype'),
            url('../bundles/coolbuscore/css/fonts/COLLEGE-webfont.svg#collegeregular') format('svg');
            font-weight: 400;
            font-style: normal;
        }

        /* Fine College */
        @font-face {
            font-family: 'Fine College';
            src: url('../bundles/coolbuscore/css/fonts/fine_college-webfont.eot');
            src: url('../bundles/coolbuscore/css/fonts/fine_college-webfont.eot?#iefix') format('embedded-opentype'),
            url('../bundles/coolbuscore/css/fonts/fine_college-webfont.woff') format('woff'),
            url('../bundles/coolbuscore/css/fonts/fine_college-webfont.ttf') format('truetype'),
            url('../bundles/coolbuscore/css/fonts/fine_college-webfont.svg#fine_collegeregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }


        html {
            font-size: 62.5%;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
        }
        body {
            font-size: 1em;
            line-height: 1.4;
        }

/*
* Titles
*/
h1,
.h1-like {
    font-size: 3.2rem;
}

h2,
.h2-like {
    font-size: 2.8rem;
}

h3,
.h3-like {
    font-size: 2.4rem;
}

h4,
.h4-like {
    font-size: 2rem;
}

h5,
.h5-like {
    font-size: 1.8rem;
}

h6,
.h6-like {
    font-size: 1.6rem;
}

/*
* Alternate font sizing
*/
.smaller {
    font-size: 0.71em;
}

.small {
    font-size: 0.86em;
}

.big {
    font-size: 1.14em;
}

.bigger {
    font-size: 1.29em;
}

.biggest {
    font-size: 1.43em;
}


em,
.em,
i {
    font-style: italic;
}

.no-em {
    font-style: normal;
}

strong,
.strong,
b {
    font-weight: bold;
}

.no-strong {
    font-weight: normal;
}


/* ==========================================================================
         Very basic layout
         D.R.Y. and use this class if necessary.
         ========================================================================== */
/*
 * Unstyled list - remove margin, padding and list type
 */
 .unstyled-list {
    margin:0;
    padding:0;
    list-style-type: none;
}

.left,
.start {
    float: left;
}

img.left,
img.start {
    margin-right: 1em;
}

.right,
.end {
    float: right;
}

img.right,
img.end {
    margin-left: 1em;
}

img.left,
img.right,
img.start,
img.end {
    margin-bottom: 0.5em;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.txtcenter {
    text-align: center;
}


/* ==========================================================================
         Form basic style
                thanks to HTML5boilerplate,
                github.com/nathansmith/formalize
                and www.sitepen.com
                ========================================================================== */

/*
* Buttons
*/
[class*="btn-"] {
    display: inline-block;
}

/*
* forms items
*/
input,
button,
select,
label,
[class*="btn-"] {
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
    color:#111;
}

label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

legend {
    border: 0;
    white-space: normal;
}

textarea {
    min-height: 5em;
    vertical-align: top;
    font-family: inherit;
    font-size: inherit;
    resize: vertical;
}

/*
* Clickable input types in iOS
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

/* if select styling bugs on WebKit
* 'x' appears on right of search input when text is entered. This removes it
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/*
* Removes inner padding and border in FF3+
*/
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
* Placeholder
*/
::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
    opacity: 1;
}



/* ==========================================================================
         Custom styles
         ========================================================================== */
         html,
         body {
            height: 100%;
        }


        body {
            background:url('../bundles/coolbuscore/images/bg_front.jpg') center no-repeat #111;
            background-size: cover;
            background-attachment: fixed;
            font-family:"Neue Helvetica W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
            color:#fff;
        }

        /*body*/.about {
            background-image: url('../bundles/coolbuscore/images/bg_about.jpg');
            overflow-x: hidden;
        }
        /*body*/.prices {
            background-image: url('../bundles/coolbuscore/images/bg_prices.jpg');
            overflow-x: hidden;
        }
        /*body*/.gallery {
            background-image: url('../bundles/coolbuscore/images/bg_gallery.jpg');
            overflow: hidden;
        }
        /*body*/.booking {
            background-image: url('../bundles/coolbuscore/images/bg_booking.jpg');

        }


        a {
            color:#fff;
        }


        .wrapper {
            width: 98%;
            max-width: 960px;
            max-width: 96rem;
            margin: 0 auto;
        }

/* ==========================================================================
         HEADER
         ========================================================================== */
         .header {
            max-width: 96em;
            margin: 0 auto;
            padding:1em 0;
            z-index: 10;
        }
        .header:before{
            background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
            height: 200px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            content: '';
            z-index: -1;
        }

/**
* LOGO
**/
.header__logo {
    font-size: 1em;
    margin:0;
    display: inline-block;
}
.header__logo a {
    display: block;
    text-indent: -999em;
    width: 26.2em;
    height: 6.5em;
    background: url('../bundles/coolbuscore/images/logo-coolbus.png') no-repeat 0 0;
}


/**
* NAVIGATION
**/
.main-nav {
    float:right;
}

.main-nav__links {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.main-nav__links li {
    display: inline-block;
}
.main-nav__links li + li {
    margin-left:46px;
    margin-left:4.6rem;
}
.main-nav__links a {
    text-decoration: none;
    padding-bottom: 3px;
    font-weight: 200;
    position: relative;
}
.main-nav__links a:after {
    content: '';
    position: absolute;
    left:50%;
    top:105%;
    margin-left:-22px;
    margin-left:-2.25rem;
    width: 45px;
    width: 4.5rem;
    height: 9px;
    height: 0.9rem;
    background: transparent;

    -webkit-transition:background 300ms ease;
    transition:background 300ms ease;
}
.main-nav__links a:hover:after,
.main-nav__links a:focus:after,
.main-nav__links .current a:after {
    background: #d9b62b;
}
.main-nav__links .current a {
    font-weight: 600;
}

/* LANG */
.main-nav__lang {
    display: inline-block;
    margin-left:46px;
    margin-left:4.6rem;
    vertical-align: middle;
}
.main-nav__lang li {
    display: inline-block;
}
.main-nav__lang a {
    font-size:14px;
    font-size:1.4rem;
    border:1px solid transparent;
    text-decoration: none;
    padding:2px 6px;
    padding:0.2rem 0.6rem;
    border-radius: .6rem;

    -webkit-transition:border-color 300ms ease;
    transition:border-color 300ms ease;
}
.main-nav__lang a:hover,
.main-nav__lang a:focus,
.main-nav__lang .current a {
    border-color: #fff;
}

.main-nav .social-link {
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
}

.main-nav .social-link img {
    max-height: 2rem;
    width: auto;
}

/* ==========================================================================
         MAIN
         ========================================================================== */
         .main__title {
            text-transform: uppercase;
            font-family: 'College';
            font-size: 58px;
            font-size: 5.8rem;
            padding-left:85px;
            padding-left:8.5rem;
            line-height: 1;
        }
        .main__title strong {
            display: block;
            font-family: 'Fine College';
            font-size:75px;
            font-size: 7.5rem;
            color:#ffcd05;
            font-weight: 400;
            line-height: 1;
        }

/**
* HOMEPAGE
**/
.front .main{
    position: relative;
}
.ontheroad {
    float: right;
    padding: 20px 30% 20px 20px;
    padding: 2rem 30% 2rem 2rem;
    background: url('../bundles/coolbuscore/images/ontheroad-lines.png') right 76px no-repeat rgba(0,0,0,.65);
    margin-top:10%;
    text-transform: uppercase;
    font-family: 'College';
}

.ontheroad__title {
    display: inline-block;
    font-weight: 400;
    font-size: 41px;
    font-size:4.1rem;
    line-height: 2;
    margin:0 58px 0 0;
    margin:0 5.8rem 0 0;
    position: relative;
}

.ontheroad__title strong {
    display: block;
    font-family: 'Fine College';
    font-size:127px;
    font-size:12.7rem;
    color:#ffcd05;
    font-weight: 400;
    line-height: 0.8;
}
.ontheroad__title span {
    display: block;
    font-size:173px;
    font-size:17.3rem;
}
.ontheroad__title:before {
    content: url('../bundles/coolbuscore/images/icon-bus.png');
    display: inline-block;
}

/* Book Link */
.ontheroad__booklink {
    text-transform: uppercase;
    font-family: 'College';
    display: inline-block;
    vertical-align: top;
    width: 130px;
    width: 13rem;
    background-color: #ffcd05;
    color:#333333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    padding: 1rem;
    position:relative;
    margin-top: 110px;
    margin-top: 11rem;
    min-height: 175px;
    min-height: 17.5rem;
}
.ontheroad__booklink:hover,
.ontheroad__booklink:focus {
    background-color: #d9ae04;
}
.ontheroad__booklink:before {
    content:'';
    display: inline-block;
    width: 39px;
    width: 3.9rem;
    height: 39px;
    height: 3.9rem;
    border-radius: 50%;
    border:10px solid #ffcd05;
    position: absolute;
    top:-65px;
    top:-6.5rem;
    left:50%;
    margin-left:-20px;
    margin-left:-2rem;
}
.ontheroad__booklink:after {
    content:'';
    display: inline-block;
    width: 5px;
    width: 0.5rem;
    height: 27px;
    height: 2.7rem;
    background-color: #ffcd05;
    position: absolute;
    top:-27px;
    top:-2.7rem;
    left:50%;
    margin-left:-3px;
    margin-left:-0.3rem;
}
.ontheroad__booklink strong {
    display: block;
    font-size: 30px;
    font-size: 3rem;
    margin: 5px 0;
    margin: 0.5rem 0;
}
.ontheroad__booklink strong:lang(fr){
   font-size: 23px;
   font-size: 2.3rem;
}
.ontheroad__booklink span {
    display: block;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 0.8;
}
.about .ontheroad__booklink:lang(fr) {
    margin-top:160px;;
    margin-top:16rem;
}

/* Testimonial */
.front-block{
    float: right;
    padding-right:30%;
    padding-right:30%;
    margin-top: 4%;
    position: relative;
}
.front-testimonial {
    font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
    width: 260px;
    width: 26rem;
    /* margin: 0 auto; */
    clear: both;
    text-align: center;
    color: #414445;
    position: relative;
    left: -105%;
}
.front-testimonial > div {
    display: none;
}
.front-testimonial__quote {
    font-size: 25px;
    font-size:2.5rem;
    line-height: 1.2;
    margin:0;
}
.front-testimonial__quote:before {
    content:url('../bundles/coolbuscore/images/blockquote-top.png');
}
.front-testimonial__quote:after {
    content:url('../bundles/coolbuscore/images/blockquote-bottom.png');
}
.front-testimonial__author:before,
.front-testimonial__author:after {
    content:' - ';
}
.front-testimonial__author {
    font-size: 14px;
    font-size: 1.4rem;
}

/**
* ABOUT
**/
.about .main {
    position: relative;
}
.features {
    background: url('../bundles/coolbuscore/images/about-lines.png') center bottom no-repeat;
    padding-left:85px;
    padding-left:8.5rem;
    position: relative;
}
.features:before {
    content:'';
    width: 50%;
    height:156px;
    position: absolute;
    left:-50%;
    top:-50px;
    background: url('../bundles/coolbuscore/images/about-lines-left.png') right center no-repeat;
}
.features:after {
    content:'';
    width: 50%;
    height:350px;
    position: absolute;
    right:-50%;
    top:95px;
    background: url('../bundles/coolbuscore/images/about-lines-right.png') left center no-repeat;
}
.features li {
    display: inline-block;
    vertical-align: bottom;
    width: 60px;
    width: 6rem;
}
.features li + li {
    margin-left: 85px;
    margin-left: 8.5rem;
}
[class*="features__icon--"] {
    display: inline-block;
    position: relative;
    width: 100%;
    color:#444;
    background: rgba(255,255,255,0.6);
    height: 80px;
    height: 8rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-family: 'College';
    font-size:18px;
    font-size:1.8rem;
    text-align: center;
    padding-top: 65px;
    padding-top: 6.5rem;
}
.no-rgba [class*="features__icon--"] {
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MDhBQjEwOUY4NjQxMUUzOTRENkE3Qjg4QzU1M0Q2RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MDhBQjEwQUY4NjQxMUUzOTRENkE3Qjg4QzU1M0Q2RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYwOEFCMTA3Rjg2NDExRTM5NEQ2QTdCODhDNTUzRDZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYwOEFCMTA4Rjg2NDExRTM5NEQ2QTdCODhDNTUzRDZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+imAsFQAAAAtJREFUCB1j+D8TAAKaAZlc9i1DAAAAAElFTkSuQmCC');
}
[class*="features__icon--"]:before {
    content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAKCAYAAABWiWWfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowRkJDMTZGOUY4NUExMUUzODk3QUQ3NEM2MkVFQUYyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRkJDMTZGQUY4NUExMUUzODk3QUQ3NEM2MkVFQUYyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBGQkMxNkY3Rjg1QTExRTM4OTdBRDc0QzYyRUVBRjI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBGQkMxNkY4Rjg1QTExRTM4OTdBRDc0QzYyRUVBRjI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8ywbkgAAALVJREFUeNqk0bELAWEYx/H3kmRQspAySFlYyGAwSSTKfyZWg80ghcFuMivyv5Dh9X3reRa95e71q09X1/Xt7t7IWtswxkzRMv69ccDe/FhEzF3T6GCMuuc599AWxzgxXRY9DFHxBDc4xY3p8uhjgMLXJ69xThLTlTCSt83JvRdWuCSN6apySF2k8MQS15CYromJnLwLznELjenJtzFDEQvcQ2O6jPxPF97h8U9MV0bN/b+PAAMAmTk3+aHJA3EAAAAASUVORK5CIIA=');
    position: absolute;
    bottom:-17px;
    left:0;
}
[class*="features__icon--"]:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    content:'';
    display: inline-block;
    width: 102%;
    height: 15px;
    background-color: #ffcd05;
    position: absolute;
    left: 0;
    bottom:-30px;

    -webkit-transition:opacity 300ms ease;
    transition:opacity 300ms ease;
}
[class*="features__icon--"]:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    left: -2px;
}
[class*="features__icon--"] strong {
    font-size: 0;
    display: block;
    line-height: 0.8;
}
[class*="features__icon--"] strong:before {
    content:'';
    position: absolute;
    top:15%;
    left:50%;
    margin-left: -25px;
    display: inline-block;
    width: 51px;
    height: 51px;
    background: url('../bundles/coolbuscore/images/icons-features.png') 0 0 no-repeat;
}
.features__icon--sound strong:before {
    background-position: -51px 0;
}
.features__icon--beer strong:before {
    background-position: -102px 0;
}
.features__icon--dollars strong:before {
    background-position: -153px 0;
}
.features__icon--pictures strong:before {
    background-position: -204px 0;
}
.features li:hover [class*="features__icon--"] {
    height: 110px;
    height: 11rem;
    margin-top: -30px;
}
.features li:hover [class*="features__icon--"] strong {
    font-size: 1em;
}
.features li:hover [class*="features__icon--"] strong:before {
    top:5%;
}

.features__details {
    opacity: 0;
    position: absolute;
    left:85px;
    left:8.5rem;
    top:130px;
    top:13rem;

    -webkit-transition:opacity 300ms ease;
    transition:opacity 300ms ease;
}
[class*="features__icon--"]:hover + .features__details {
    opacity: 1;
}
.features__details p {
    max-width: 480px;
    max-width: 48rem;
    font-size: 19px;
    font-size: 1.9rem;
    color:#fff;
    margin:.5em 0;
}
.features__title {
    font-family: 'Fine College';
    font-size:37px;
    font-size:3.7rem;
    color:#ffcd05;
    font-weight: 400;
    line-height: 0.8;
    margin:1em 0 .25em 0;
}

.about .ontheroad__booklink {
    position: absolute;
    right: 48px;
    top: 276px;
    right: 4.8rem;
    top: 27.6rem;
}
/*
 * Gallery
 */
 .gallery_overlay {
    /*float: right;*/
    padding: 10px 10px 10px 10px;
    padding: 1rem 1rem 1rem 1rem;
    background: rgba(0,0,0,.65);
    margin-top:21%;
    margin-left:28%;
    width: 50%;
    text-transform: uppercase;
    font-family: 'College';
    font-weight: 700;

}
.gallery__title {
    display: inline-block;
    font-weight: 400;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 2;
    margin:0 0px 0 0;
    margin:0 0rem 0 0;
}
.gallery__title strong {
    display: inline-block;
    font-family: 'Fine College';
    font-size:68px;
    font-size:6.8rem;
    color:#ffcd05;
    font-weight: 400;
    line-height: 0.8;
}
.gallery__title strong:lang(fr) {
    font-size: 52px;
    font-size: 5.2rem;
}
.gallery__title span {
    display: block;
    font-size:72px;
    font-size:7.2rem;
    line-height: 8rem;
}
.gallery__icon {
    display: inline-block;
    background: url('../bundles/coolbuscore/images/gallery.png') 0 0 no-repeat;
    vertical-align: top;
    margin-top: -3px;
    text-transform: uppercase;
    width: 93px;
    width: 9.3rem;
    height: 138px;
    height: 13.8rem;
    position: relative;
    font-family: 'College';
    font-weight: 700;
    cursor: pointer;

}
.gallery__icon p {
    position: absolute;
    bottom: 0;
    padding: 0 0 5px 13px;
    font-family: 'College';
    color:  #333333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing:1px;
}
.gallery__icon p span {
    font-size: 18rem;
    font-size: 1.8rem;
    letter-spacing:normal;
    line-height: normal;
}

#discover{
    position: relative;
    margin-top: 160px;
    margin-top: 16rem;
    margin-left: 20px;
    margin-left: 2rem;
    background: url('../bundles/coolbuscore/images/gallery_stripe_bg.png') center bottom no-repeat;

}

#discover:before{
    background: url('../bundles/coolbuscore/images/gallery_stripe_bg_before.png') right center no-repeat;
    content: '';
    width: 50%;
    height: 15px;
    position: absolute;
    left: -48%;
    top: 0px;
    top: 0rem;

}
#discover:after{
    background: url('../bundles/coolbuscore/images/gallery_stripe_bg_after.png') left center no-repeat;
    content: '';
    width: 40%;
    height: 257px;
    position: absolute;
    right: -38%;
    top: -242px;
}
#discover .ontheroad__booklink{
    margin-top: -50px;
    margin-top: -26rem;
    margin-left: 74rem;
}
#discover .ontheroad__booklink:before {

    position: absolute;
    top:250px;
    top:25rem;
    left:50%;
    margin-left:-20px;
    margin-left:-2rem;
}
#discover .ontheroad__booklink:after {

    position: absolute;
    top:175px;
    top:17.5rem;
    left:50%;
    margin-left:-3px;
    margin-left:-0.3rem;
    height: 77px;
    height: 7.7rem;
}

.galleries [class*="gallery-"] {
    position:fixed;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:#111;
    text-align:center;
    z-index:999;

    -webkit-transition:left 500ms ease;
    transition:left 500ms ease;
}
.in-gallery[class*="gallery-"] {
    left:0;
}
.item-gallery {
    background-color: #1C1C1C;
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 100%;*/
    /*width: 100% !important;*/
}
.item-gallery.landscape {
    background-size: 100% auto;
}
.item-gallery.portrait {
    background-size: auto 100%;
}

/**jcycle*/
.pictures-carousel {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.pictures-carousel img {
    width: 100%;
    height: auto;
    max-width: none;
    top: 50% !important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* pager */
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span {
    font-family: arial; font-size: 40px; width: 16px; height: 16px;
    display: inline-block; color: rgba(198,198,198,0.7); cursor: pointer;
    margin-right: 1%;
}
.cycle-pager span.cycle-pager-active {
    color: #ffffff;
}
.cycle-pager > * {
    cursor: pointer;
}

/* overlay */
.galleries .close {
    display: inline-block;
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: 700;
    font-size:24px;
    text-indent: -999em;
    z-index: 101;
}
.galleries .close:after {
    content: 'X';
    position: absolute;
    right: 5%;
    top: 1%;
    padding: 0px 10px;
    text-indent: 0;
    z-index: 101;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    font-weight: 400;
    text-decoration: none;

}

.galleries .close:hover:after{
    color: black;
    border-color:black;
        text-decoration: none;

}
.galleries .close:hover,
.no-touch .galleries .close:focus {
    color: #999;
        text-decoration: none;

}
.gallery-pictures .next,
.gallery-pictures .prev {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 101;
}
.gallery-pictures .next {
    left: auto;
    right: 5%;
}
.gallery-pictures .next:after {
    background: url("../bundles/coolbuscore/images/btn-arrow.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 28px;
    margin-left: 10px;
    vertical-align: middle;
    width: 40px;
}
.gallery-pictures .prev:before {
    background: url("../bundles/coolbuscore/images/btn-arrow.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 28px;
    margin-left: 10px;
    -webkit-transform: rotate(180deg) scale(1) skew(1deg) translate(0px);
    transform: rotate(180deg) scale(1) skew(1deg) translate(0px);
    vertical-align: middle;
    width: 40px;
}

/**
* BOOKING
**/
.form-group{
    padding-left: 40px;
}
.form-field {
    display: inline-block;
    width: 146px;
    padding:5px 0;
    margin-right:6px;
}

.form-field input,.form-field select {
    border-radius: 4px;
    border: 0;
    line-height: 24px;
    height: 24px;
    width: 100%;
    padding-left:5px;
}

.form-field-street {
    display: block;
    width: 96.5%;
}

.form-field-zipcode {
    width: 25%;
}

.form-field-country{
    width: 200px;
    margin-right: 0;
}
.form-field-city,
.form-field-end_city,
.form-field-start_city,
.form-field-end_street,
.form-field-start_street {
    width: 165px;
}

.form-field-start_zipcode,
.form-field-end_zipcode,
.form-field-end_street_number,
.form-field-start_street_number {
    width: 60px;
    margin-right:0;
}

input[name*=date] {
    width: 117px;
    margin-right:6px;
}
select[name*=time] {
    width: 53px;
    margin-right:0;
}

.form-field-start_date,
.form-field-end_date {
    width: 100%
}
.datesimple div {display: inline-block;}

.form-field-package {
    width: 233px;
}

.form-field-package select {
    width: 100%;
}

.form-field-nb_person{
    width: 114px;
}

.booking-form {
    display: inline-block;
    /*margin-left:26px;*/
    margin-top:90px;
    font-size: 1.4rem;
    font-size: 14px;

}

.booking-form h2 {
    border-bottom:2px dashed white;
    margin-top: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-weight: normal;
    font-size:32px;
    font-size:3.2rem;
}

.booking-form p{
    padding-left: 40px;
    font-size: 16px;
    font-size: 1.6rem;
}

.booking-form fieldset {
    margin:0;
    padding:0;
    border:0;
    font-size:16px;
    font-size:1.6rem;
    text-transform: uppercase;
}

.booking-form  input[type=submit]{
    display: inline-block;
    background: transparent url(../bundles/coolbuscore/images/bg_send.png) no-repeat left top;
    width:89px;
    height:46px;
    font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border:0;
    text-align: center;
    margin-left: 1%
}

.error input{
    background-color: red;
    color: white;
}

.error ::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.error :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.error ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.error :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}
.booking-step {
    width: 255px;
    display: inline-block;
}

fieldset.personal-information{
    margin-top: 8%;
}
fieldset.booking-step-package {
    margin-right: 16px;
    margin-top: 5%;
}
fieldset.booking-step-pers {
    width: 120px;
    margin-right: 25px;
}

fieldset.booking-step-start {
    margin-right: 22px;
    margin-top: 13px;
}

.error input {
    border: 1px solid red;
}
.error select {
    border: 1px solid red;
}
.form-field .msg-error {display: none;}

.booking-infos {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin-right:30px;
    margin-top:95px;
    font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
}

.booking-infos address{
    color: #cccccc;
}

.booking-infos h3 {
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    color: white;
}
.booking-infos h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    margin: 0 0 5% 0;
    text-transform: uppercase;
}

.booking-infos .col-1,.booking-infos .col-2 {
    width: 50%;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top;
}
.booking-infos .col-1{
    width: 47%;
}

.booking__infos {
    text-transform: uppercase;
    font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    color:white;
    font-size: 26px;
    font-size: 2.6rem;
    text-decoration: none;
    text-align: center;
    position:relative;
}
.booking__infos:after {
    background: url('../bundles/coolbuscore/images/booking_hand.png') 0 0 no-repeat;
    content: '';
    width: 100%;
    height: 62px;
    display: block;
}
.booking__infos strong {
    color: #ffcd05;
    display: block;
    font-family: 'Fine College';
    font-size: 60px;
    font-size: 6rem;
    font-weight: 400;
    line-height: 0.8;
}
.booking__infos span {
    display: block;
    font-size: 56px;
    font-size: 35px;
    font-size: 3.50rem;
    font-weight: 600;
    line-height: 5rem;

}


/**
* PRICES
**/
.galleries-prices {
    overflow-y: auto;
    height: auto;
}
.prices .close:after {
    content: 'X';
    position: absolute;
    right: 5%;
    top: 1%;
    padding: 0px 10px;
    text-indent: 0;
    z-index: 101;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    font-weight: 400;

}
.prices .close:hover:after{
    color: white;
    border-color:white;
}
.prices .main__title {
    margin-top: 30px;
    margin-top: 3rem;
}
.prices .main__title span {
    text-align: right;
    display: block;
    padding-right: 17%;
    font-size: 40px;
    font-size: 4.0rem;
}
.prices .main__title span:lang(fr) {
    padding-right: 34%;
}
.prices__list_bottom{
    position: relative;
}
.prices__item {
    width: 130px;
    height: 186px;
    display: inline-block;
    margin-right: 1%;
    cursor: pointer;
}
.prices__item:hover{
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    color: white !important;
    background-color: rgba(153, 51, 0, 0.8) !important;
}
.prices__list_bottom .prices__item {
    padding-top: 5%;
}
.prices__list_bottom .prices__item:first-child{
    margin-left: 5%;
}
.prices__item h4 {
    font-family: "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10% 0;
    padding: 0;
}
.prices__item h5 {
    font-family: 'College';
    font-weight: 400;
    font-size: 20px;
    font-size: 2.0rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.prices__list_top h5:after {
    background: url('../bundles/coolbuscore/images/arrow.png') 0 0 no-repeat;
    content: '';
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    text-align: center;
    left: 34%;
}
.prices__list_bottom h5:before {
    background: url('../bundles/coolbuscore/images/arrow_.png') 0 0 no-repeat;
    content: '';
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    text-align: center;
    left: 34%;
    top: -120%;
}
.prices__item h3 {
    font-family: 'College';
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
    border-top: 2px dashed white;
    border-bottom: 2px dashed white;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}
.prices__item--special,
.prices__item--specialc {
    font-family: 'College';
    font-weight: 400;
    display: inline-block;
    background: url('../bundles/coolbuscore/images/prices_icon.png') 0 0 no-repeat;
    text-transform: uppercase;
    width: 126px;
    width: 12.6rem;
    height: 187px;
    height: 18.7rem;
    position: relative;
    vertical-align: bottom;
    margin-left: 2%;
}
.prices__item--special:hover,
.prices__item--specialc:hover {
    background-color: transparent !important;
}
.prices__item--special p,
.prices__item--specialc p {
    position: absolute;
    bottom: 0;
    top: 100px;
    padding: 0 5px;
    color:  #333333;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing:1px;
    text-align:center;
}
.prices__discover{
    position: absolute;
    top: -50%;
    left: 82%;
    z-index: 105;
}
.prices__item .small,
.prices__item--sushi h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
}
/* prices item*/
.prices__item--pack {
    background-color: rgba(85, 148, 54, 0.9);
    color: white;
}
.prices__item--start {
    background-color: rgba(238, 195, 53, 0.9);
    color: #71601c;
}

.prices__item--cool {
    background-color: rgba(88, 206, 184, 0.9);
    color: #185c50;
}

.prices__item--battin {
    background-color: rgba(239, 195, 53, 0.9);
    color: #71601c;
}

.prices__item--bofferding {
    background-color: rgba(18, 122, 70, 0.9);
    color: white;
}

.prices__item--tussi {
    background-color: rgba(123, 48, 115, 0.9);
    color: white;
}

.prices__item--sushi {
    background-color: rgba(76, 77, 77, 0.9);
    color:white
}

.prices__item--extra{
    background-color: rgba(139, 114, 62, 0.9);
    color:white
}

.prices__item--pack9{
    background-color: rgba(96, 152, 173, 0.9);
    color:white
}

.prices__item--pack8{
    background-color: rgba(238, 147, 70, 0.9);
   color:white
}
/* the road*/
.separator{
    position: relative;
    margin: 20px 0 20px 0;
    margin: 2rem 0 2rem 0;
    background: url('../bundles/coolbuscore/images/prices_stripe_bg.png') center bottom no-repeat;
    width: 100%;
    height: 15px;
}

.separator:before{
    background: url('../bundles/coolbuscore/images/prices_stripe_bg_before.png') right center no-repeat;
    content: '';
    width: 50%;
    height: 163px;
    position: absolute;
    left: -50%;
    top: 4px;
    top: 0.4rem;
}

.separator:after{
    background: url('../bundles/coolbuscore/images/prices_stripe_bg_after.png') left center no-repeat;
    content: '';
    width: 40%;
    height: 257px;
    position: absolute;
    right: -38%;
    top: -44px;
    top: -4.4rem;
}
/* price comparison*/
#coolbus-prices{
    opacity: 0.99;
}
.prices__comparison{
    padding-top: 4%;
    /*z-index: 1;*/
}
.prices__comparison--title {
    color: white;
    text-transform: uppercase;
    width: 49%;
    height: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    font-family: 'College';
    margin-bottom: 20px;
}

.prices__comparison h3 {
    background-color: #993300;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.prices__comparison h4{
    font-size: 33px;
    margin: 0;
    padding: 0;

}
.prices__comparison h2 {
    border-top: 7px dashed #993300;
    border-bottom: 7px dashed #993300;
    color: #993300;
    font-size: 70px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.prices__comparison h2 span {
    color: white;
    display: block;
    font-size: 46px;
}

.prices__comparison--list {
    color: white;
    text-transform: uppercase;
    width: 49%;
    height: 50%;
    display: inline-block;
    vertical-align: top;
}
.prices__comparison--list h4{
    font-size: 18px;
}
.prices__comparison--item {
    display: inline-block;
    border-radius: 10px 0 10px 0;
    padding: 3px 0 0 0;
    width: 23%;
    height: 81px;
    margin: 0 0% 2% 2%;
    font-family: 'College';
    vertical-align: middle;
    cursor: pointer;
}

.prices__comparison--item:hover,
.prices__comparison--item-active {
    border-radius: 10px;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    color: white !important;
    background-color: rgba(153, 51, 0, 0.8) !important;
}

.prices__comparison--item p:hover {
    border-color: white;
}

.prices__comparison--list p{
    display: block;
    border-top: 2px dashed #993300;
    border-bottom: 2px dashed #993300;
    border-color: white;
    font-size: 17px;
    margin: 7% 0 0 0;
    padding: 8% 0 10% 0;
}
.prices__comparison--list span{
    display: block;
    font-size: 12px;
}

.prices__comparison--item-pack{
    background-color: #529133;
    color: #a24202;
}
.prices__comparison--item-start{
    background-color: #e79f23;
    color: #a24202;
}

.prices__comparison--item-cool{
    background-color: #669999;
    color: #0f411c;
}
.prices__comparison--item-battin {
    background-color: #cc9933;
    color: #0f3801;
}
.prices__comparison--item-bofferding {
    background-color: #147c48;
    color: #e69f23;
}
.prices__comparison--item-bofferding p {
    font-size: 11px;
    margin-top: 7%;
    padding-bottom: 4%;
}

.prices__comparison--item-tussi {
    background-color: #cc6699;
    color: #484072;
}
.prices__comparison--item-sushi {
    background-color: #999999;
    color: #0f3801;
}
.prices__comparison--item-sushi p {
    font-size: 14px;
}
.prices__comparison--item-special,
.prices__comparison--item-specialc {
    background-color: #8a713d;
    color: #693430;
}
.prices__comparison--item-special p,
.prices__comparison--item-specialc p {
    font-size: 12px;
    height: 64px;
}

.prices__comparison--block {
    color: black;
    width: 49%;
    height: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    float: left;
    font-size: 12px;
    font-family: 'Tahoma', Arial, sans-serif;
}
.prices__comparison--form {
    float:right;
    text-decoration: none;
    margin-bottom: 20px;
    background: #993300;
    padding:8px;
}
.prices__comparison--form:hover,
.prices__comparison--form:focus {
    background: rgba(153, 51, 0, 0.8);
}
.prices__comparison--form:after {
    content:'(PDF)';
    font-size: 10px;
    display: inline-block;
    margin-left:5px;
}
.prices__comparison--infos {
    clear:both;
}
.prices__comparison--infos p {
    width: 100%;
}
.prices__comparison--block p + h5 {
    margin-top: 2em;
}
.prices__comparison--block ul li{
    list-style: none;
    padding-left: 5px;
}
.prices__comparison--block ul li:before {
    content: "• ";
}
.package-partners-logo--quick,
.package-partners-logo--sushi {
    clear:both;
    text-align:center;
    margin: 1em 0;
}
.package-partners-logo--quick a {
    padding-top: 95px;
    display: inline-block;
    background: url('../bundles/coolbuscore/images/logo-quick.png') top center no-repeat;
}
.package-partners-logo--sushi a {
    padding-top: 95px;
    display: inline-block;
    background: url('../bundles/coolbuscore/images/logo-sushicours.png') top center no-repeat;
}
.package-price-table {
    width: 100%;
    margin: 2em 0;
}
.package-price-table td {
    padding:4px 0;
    vertical-align:top;
}
.package-price-table td + td {
    text-align: right;
    width: 40%;
}
.package-price-table__tva {
    display: inline-block;
    width: 75px;
    text-align: left;
}
.package-price-table__total {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.package-price-table__total td + td {
    padding: 0;
    font-weight: bold;
}
.package-price-table__total span {
    float:left;
}
.prices__comparison--block hr {
    border: 0;
    height: 1px;
    background: #000;
    margin-top: 2em;
}
.prices__comparison__legal {
    font-size: 11px;
    font-style: italic;
}
/* second block comparaison*/
.prices__comparison--block2{
    margin-left: 2%;
}
.prices__comparison--block h5{
    margin: 0;
    padding: 0;
    clear:both;
}
.prices__comparison--data{
    display: none;
}
.prices .gallery-pictures .ontheroad__booklink{
    position: absolute;
    top: 5%;
    right: 5%;
}
/* ==========================================================================
         FOOTER
         ========================================================================== */
         .footer {
            display: none;
            position: relative;
            left: 0;
            right: 0;
            bottom:0;
            padding:25px 0 22px;
            padding:2.5rem 0 2.2rem;
            font-size: 14px;
            font-size: 1.4rem;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MDczQTQ0QUY3OUExMUUzQkRBQ0ZCOTg4NjZDOUQzOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MDczQTQ0QkY3OUExMUUzQkRBQ0ZCOTg4NjZDOUQzOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgwNzNBNDQ4Rjc5QTExRTNCREFDRkI5ODg2NkM5RDM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgwNzNBNDQ5Rjc5QTExRTNCREFDRkI5ODg2NkM5RDM4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+R6PYbwAAAAtJREFUCB1jYIgDAABhAF8+E/PMAAAAAElFTkSuQmCC');
            background: rgba(0,0,0,.35);

            -webkit-transition: bottom 500ms ease-out;
            transition: bottom 500ms ease-out;
        }
        .booking .footer{
            display: block;
        }
        .footer .wrapper {
            position: relative;
        }
        .is-close.footer {
            position: fixed;
            bottom: -190px;
            background: none;
            -webkit-transition: bottom 500ms ease-out;
            transition: bottom 500ms ease-out;
        }

        /* Foot nav */
        .footer__links {
            position: absolute;
            top:-115px;
            top:-11.5rem;
            right: 0;
            display: none;
        }
        .booking .footer__links{
            top:0px;
            top:0rem;
        }
        .footer__links li {
            display: inline-block;
        }
        .footer__share-twitter,
        .footer__share-gplus,
        .footer__share-facebook {
            display: inline-block;
            width: 24px;
            height: 25px;
            background: url('../bundles/coolbuscore/images/footer-social.png') 0 0 no-repeat;
            text-indent: -999em;
            vertical-align: middle;
        }
        .footer__share-gplus {
            background-position: -24px 0;
        }
        .footer__share-facebook {
            background-position: -48px 0;
        }

        /* Cross Selling */
        .cross-selling__toggle {
            display: block;
            width:48.5px;
            width:4.85rem;
            height: 30px;
            height: 3rem;
            text-indent: -999em;
            background: url('../bundles/coolbuscore/images/cs-arrow.svg') 0 -40px no-repeat;
            border:0;
            margin: 0 auto;
            position: relative;
        }
        .cross-selling__toggle:before {
            content:'';
            display: inline-block;
            position: absolute;
            top:-20px;
            left:50%;
            width: 120px;
            height: 72px;
            margin-left: -60px;
            /*background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MDczQTQ0QUY3OUExMUUzQkRBQ0ZCOTg4NjZDOUQzOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MDczQTQ0QkY3OUExMUUzQkRBQ0ZCOTg4NjZDOUQzOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgwNzNBNDQ4Rjc5QTExRTNCREFDRkI5ODg2NkM5RDM4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgwNzNBNDQ5Rjc5QTExRTNCREFDRkI5ODg2NkM5RDM4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+R6PYbwAAAAtJREFUCB1jYIgDAABhAF8+E/PMAAAAAElFTkSuQmCC');*/


            border-radius: 90px 90px 0 0;
            -moz-border-radius: 90px 90px 0 0;
            -webkit-border-radius: 90px 90px 0 0;

            z-index: -1;

            -webkit-transition: background-color 200ms ease;
            transition: background-color 200ms ease;
        }
        .is-close .cross-selling__toggle {
            background-position: 0 0px;
            /*background: rgba(0,0,0,.37);*/
        }
        .is-close .cross-selling__toggle:before {
            background: transparent;
            background: rgba(0,0,0,.37);
        }
        .no-svg .cross-selling__toggle {
            background-image: url('../bundles/coolbuscore/images/cs-arrow.png');
        }
        .cross-selling {
            text-align: center;
        }
        .cross-selling li {
            display: inline-block;
            vertical-align: text-top;
            margin-top: 15px;
            margin-top: 1.5rem;
        }
        .cross-selling li + li {
            margin-left: 8%;
        }
        .cross-selling img {
            display: block;
            margin-bottom: 5px;
            margin-bottom: 0.5rem;
        }
        /*overlay*/
        .cross-selling figure {
            height: 111px;
            overflow: hidden;
            position: relative;
            width: 111px;
            margin: 0;
            border-radius: 50%;
        }

        .cross-selling figcaption {
            color: white;
            display: table;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0px;
            z-index: 100;
            /*border-radius: 50%;*/
            -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
        }

        .cross-selling li:hover figcaption {
            opacity: 1;
        }

        .cross-selling img {
            display: block;
            height: auto;
            -webkit-transition: all 300ms;
            transition: all 300ms;
            max-width: 100%;
        }

        .cross-selling figcaption p {
            display: table-cell;
            font-size: 1.5em;
            position: relative;
            top:0;
            width: 110px;
            -webkit-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            vertical-align: middle;
        }

        .cross-selling li:hover figcaption p {
            border-radius: 50%;
        }


        .cross-selling__title {
            font-weight: 200;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.2;
            text-transform: uppercase;
            margin:0;
        }
        .cross-selling__title span {
            display: block;
            font-size:14px;
            font-size:1.4rem;
        }

/* ==========================================================================
        Helper classes
        ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */
 .hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
 .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: h5bp.com/p
 */
 .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
 */
 .clearfix:before,
 .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
    Media Queries sample
    /!\ if you don't use them, don't forget to delete the code.
========================================================================== */
@media only screen and (max-width: 1200px) {
    .galleries .ontheroad__booklink{
        display: none;
    }
}

/*! jQuery UI - v1.10.4 - 2014-06-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.7em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../bundles/coolbuscore/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("../bundles/coolbuscore/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("../bundles/coolbuscore/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("../bundles/coolbuscore/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../bundles/coolbuscore/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("../bundles/coolbuscore/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("../bundles/coolbuscore/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../bundles/coolbuscore/images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../bundles/coolbuscore/images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../bundles/coolbuscore/images/jquery-ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../bundles/coolbuscore/images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../bundles/coolbuscore/images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../bundles/coolbuscore/images/jquery-ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../bundles/coolbuscore/images/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("../bundles/coolbuscore/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("../bundles/coolbuscore/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}