/* Minification failed. Returning unminified contents.
(2028,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: 700;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*! jQuery UI - v1.10.3 - 2013-10-30
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

.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}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.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-year{width:100%}.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}.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}.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}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("/images/jquery-ui/animated-overlay.gif");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(/images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(/images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(/images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;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 #fbcb09;background:#fdf5ce url(/images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(/images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top 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:#b81900 url(/images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.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)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/images/jquery-ui/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/images/jquery-ui/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(/images/jquery-ui/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/images/jquery-ui/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(/images/jquery-ui/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/images/jquery-ui/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/images/jquery-ui/ui-icons_ffd27a_256x240.png)}.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{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}.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}.ui-widget-overlay{background:#666 url(/images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(/images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 40px rgba(43, 57, 89, 0.94);
	   -moz-box-shadow: 0 0 40px rgba(43, 57, 89, 0.94);
	        box-shadow: 0 0 40px rgba(43, 57, 89, 0.94);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #2b3959;
	background: rgba(43, 57, 89, 0.94);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@font-face {
	font-family: 'busrates';
	src: url("../fonts/busrates.eot");
	src: url("../fonts/busrates.eot?#iefix") format("embedded-opentype"), url("../fonts/busrates.woff") format("woff"), url("../fonts/busrates.ttf") format("truetype"), url("../fonts/busrates.svg#busrates") format("svg");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
}

html,
button,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input.text,
select,
textarea {
	background: #fff;
	color: #5a6a7b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
}

body {
	counter-reset: form-step;
	margin: 0 auto;
	max-width: 1920px;
}

a {
	color: #dc6a0c;
	text-decoration: underline;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

a:link {
	color: #dc6a0c;
}

a:visited {
	color: #dc6a0c;
}

a:hover {
	color: #19233c;
}

a:active {
	color: #19233c;
}

::-moz-selection {
	background: #e6e7ec;
	color: #19233c;
	text-shadow: none !important;
}

::selection {
	background: #e6e7ec;
	color: #19233c;
	text-shadow: none !important;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input.text,
button,
select,
textarea {
	background-color: #fff;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input.text,
select {
	line-height: 3;
	height: 3em;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input.text {
	-webkit-appearance: none;
	border: 1px solid #b4bfc9;
	padding: 0 12px;
}

select,
textarea {
	border: 1px solid #b4bfc9;
	padding: 12px;
}

input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input.text:focus,
textarea:focus,
select:focus {
	border-color: #2b3959;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b4bfc9;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b4bfc9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b4bfc9;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b4bfc9;
}

label {
	color: #2b3959;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

a.btn,
input.btn,
div.btn,
input[type="submit"],
button {
	-webkit-appearance: none;
	background-color: #e78a16;
	border: none;
	color: #f2f3f5;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 12px 26px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

a.btn:hover,
input.btn:hover,
div.btn:hover,
input[type="submit"]:hover,
button:hover {
	background-color: #dc6a0c;
	text-decoration: none;
}

input.btn:focus,
input[type="submit"]:focus,
button:focus {
	background-color: #dc6a0c;
}

a.btn.disabled,
input.btn.disabled,
div.btn.disabled,
input[type="submit"].disabled,
button.disabled {
	background-color: #b4bfc9;
	cursor: default;
}

textarea {
	resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2b3959;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

h1,
h2,
h3 {
	line-height: 1.2;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
}

img, object, embed {
	height: auto !important;
	max-width: 100%;
}



/* ==========================================================================
Icons
========================================================================== */

[class^="icon-"], [class*=" icon-"] {
	font-family: 'busrates';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
	content: "\e605";
}

.icon-file-pdf:before {
	content: "\e606";
}

.icon-star:before {
	content: "\e600";
}

.icon-checkmark:before {
	content: "\e602";
}

.icon-star-half:before {
	content: "\e601";
}

.icon-phone:before {
	content: "\e607";
}

.icon-check-inactive:before {
	content: "\e603";
}

.icon-mail:before {
	content: "\e608";
}

.icon-check-active:before {
	content: "\e604";
}

.icon-linkedin:before {
	content: "\e001";
}

.icon-twitter:before {
	content: "\e03b";
}

.icon-facebook:before {
	content: "\e002";
}

.icon-googleplus:before {
	content: "\e000";
}

.icon-restaurants:before {
	content: "\e003";
}

.icon-hotels:before {
	content: "\e004";
}

.icon-buses:before {
	content: "\e005";
}

.icon-attractions:before {
	content: "\e006";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-search:before {
	content: "\f002";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-suitcase:before {
	content: "\f0f2";
}

.icon-signup:before {
	content: "\e007";
}

.icon-youtube:before {
	content: "\e609";
}

.icon-sort:before {
	content: "\e610";
}

.icon-info:before {
	content: "\e60a";
}

[class^="iconawesome-"], [class*=" iconawesome-"] {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconawesome-pinterest:before {
    content: "\f0d2";
}

.iconawesome-instagram:before {
    content: "\f16d";
}

.iconawesome-bus-listings:before {
    content: "\f207";
}

.iconawesome-hotel-listings:before {
    content: "\f015";
}

.iconawesome-restaurant-listings:before {
    content: "\f0f5";
}

.iconawesome-attraction-listings:before {
    content: "\f19c";
}

.iconawesome-bid:before {
    content: "\f176";
}

.iconawesome-reports:before {
    content: "\f0f6";
}

.iconawesome-reviews:before {
    content: "\f087";
}

.iconawesome-info:before {
    content: "\f03a";
}


/* ==========================================================================
Grid Styles
========================================================================== */

.columns .col-1-2 {
	float: left;
	margin-right: 8%;
	width: 46%;
}

.columns .col-1-4 {
	float: left;
	margin-right: 8%;
	width: 19%;
}

.columns .col-3-4 {
	float: left;
	margin-right: 8%;
	width: 73%;
}

.columns .col-1-3 {
	float: left;
	margin-right: 8%;
	width: 28%;
}

.columns .col-2-3 {
	float: left;
	margin-right: 8%;
	width: 64%;
}

.columns .last {
	margin-right: 0;
}

.columns .last + * {
	clear: both;
}


/* ==========================================================================
asp.net tabs ... i'm so sorry
========================================================================== */

/*.ajax__tab_xp .ajax__tab_header {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.25em !important;
    line-height: 1.5;
    height: auto !important;
}*/

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
	height: auto !important;
    /*background: #2b3959 !important;*/
}

.ajax__tab_default .ajax__tab_tab {
	overflow: visible !important;
	vertical-align: top !important;
}

.ajax__tab_default .ajax__tab_tab img {
	vertical-align: middle;
}

/* ==========================================================================
Custom Styles
========================================================================== */

.abbr-key dt {
	color: #2b3959;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.abbr-key dd {
	margin: 0 0 1.25em 0;
}

.account-tabs {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: center;
}

.account-tabs li {
	margin-bottom: 1px;
}

.account-tabs a {
	background: #2b3959;
	color: #f2f3f5;
	display: block;
	font-size: 0.875em;
	padding: 0.75em 1.25em 0.75em 1.25em;
    /*padding: 0.75em 1.25em 0.75em 5em;*/
	text-decoration: none;
}

.account-tabs .icon {
    color: #e78a16;
	display: block;
	float: left;
	margin-right: 14px;
}

.account-tabs a:hover > .icon {
	background: #e78a16;
	color: #fff;
}

.account-tabs a:hover {
	background: #e78a16;
	color: #fff;
}

.accordionContent {
	margin-bottom: 2em;
}

.accordionHeader {
	background: #4a5978;
	color: #b4bfc9;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	margin-bottom: 0.5em;
	padding: 0.75em 1.5em;
}

.accordionHeader:hover {
	background: #2b3959;
	color: #f2f3f5;
}

.accordionHeaderSelected {
	background: #2b3959;
	color: #f2f3f5;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	padding: 0.75em 1.5em;
}

.ad-728x90 {
    display: none;
}

.ad-728x90 img {
	display: block;
	margin: 0 auto;
}

.ad-728x90 iframe {
	display: block;
	margin: 0 auto;
}

.ad-160x600 img {
	display: block;
	margin: 0 auto;
}

.ad-211x422 img {
	display: block;
	margin: 0 auto;
}

a.add-on-button {
	background: #e78a16;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	/*padding: 0.75em 1.5em;*/
    padding: 0.6em 1.5em;
	text-decoration: none;
	vertical-align: top;
}

a.add-on-button:hover {
	background: #dc6a0c;
}

.alert-itinerary {
    border: 1px solid #ff0000;
}

.alert-itinerary-orange-dark {
    background-color: #f3cb8d !important;
}

.alert-itinerary-orange-light {
    background-color: #f9e5c6 !important;
}

.announcement {
	background: #e6e7ec;
	border-bottom: 1px solid #dddee5;
	padding: 10% 0 12% 0;
	text-align: center;
}

.announcement .content {
	max-width: 700px;
	margin: 0 auto;
}

.back-to-top {
	display: none;
}

.breadcrumb {
	display: none;
}

#bus-abbr-key {
	display: none;
	padding: 1.5em;
}

.bus-listing .fleet {
	font-size: 0.875em;
	padding-top: 1.5em;
	margin-bottom: 1em;
}

.bus-listing .fleet h4 {
	margin: 0 0 0.75em 0;
}

.bus-listing .fleet h4 a {
	font-family: 'Source Sans Pro', sans-serif;
}

.bus-listing .fleet table,
.bus-listing .fleet thead,
.bus-listing .fleet tbody,
.bus-listing .fleet tr,
.bus-listing td {
	display: block;
}

.bus-listing .fleet table {
	border: 1px solid #dadce3;
}

.bus-listing .fleet thead {
	display: none;
}

.bus-listing .fleet td {
	padding: 0 1em;
	vertical-align: top;
}

.bus-listing .fleet tbody tr {
	border-top: 1px solid #dadce3;
	position: relative;
}

.bus-listing .fleet tbody tr:first-child {
	border-top: none;
}

.bus-listing .fleet tbody tr.alt {
	background: #fbfbfc;
}

.bus-listing .fleet tbody tr.amenities-list {
	border-top: none;
}

.bus-listing .fleet tbody tr.amenities-list.active {
	padding-bottom: 1em;
}

.bus-listing .fleet tbody tr.amenities-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bus-listing .fleet tbody tr.amenities-list strong {
	display: none;
}

.bus-listing .fleet td {
	display: none;
}

.bus-listing .fleet tr.active td {
	display: block;
}

.bus-listing .fleet td:before {
	content: attr(data-title) ":";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 700;
	vertical-align: top;
}

.bus-listing .fleet .amenities-list td:before,
.bus-listing .fleet td.select:before {
	content: none;
}

.bus-listing .fleet th.title {
	cursor: pointer;
	display: block;
	padding: 1em 3em 1em 1em;
	position: relative;
	text-align: left;
}

.bus-listing .fleet .active th.title {
	background: #2b3959;
	color: #f2f3f5;
	margin-bottom: 1em;
}

.bus-listing .fleet th.title:after {
	font-family: 'busrates';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f078";
	position: absolute;
	right: 1em;
	top: 1em;
}

.bus-listing .fleet .active th.title:after {
	content: "\f077";
}

.bus-listing .fleet .amenities .icon-info {
	display: none;
}

.bus-type-chooser.collapsible {
	margin-bottom: 1em;
}

.center {
    float: none !important;
    margin-left: auto !important; 
    margin-right: auto !important;
}

.center-text {
    text-align: center;
}

.checkbox-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checkbox-list label {
	color: #5a6a7b;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left: 0.25em;
}

.cities-destinations {
	display: none;
	margin-bottom: 12%;
}

.cities-destinations h3 {
	margin: 0;
}

.cities-destinations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cities-destinations .dropdown {
	margin: 1em 0;
}

.cities-destinations .dropdown .icon-chevron-down {
	float: right;
	font-size: 0.8125em;
	padding: 0 6% 0 5%;
}

.cities-destinations .dropdown .button {
	background: #374665;
	color: #f2f3f5;
	cursor: pointer;
	display: block;
	padding: 5% 0 5% 8%;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.cities-destinations .dropdown.active .button {
	background: #e78a16;
}

.cities-destinations .dropdown ul {
	background: #374665;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cities-destinations .dropdown li {
	color: #f2f3f5;
	cursor: pointer;
	border-top: 1px solid #2b3959;
	padding: 5% 8%;
}

.cities-destinations .destinations-pane {
	display: none;
}

.cities-destinations .destinations-pane {
	font-size: 0.8125em;
}

.cities-destinations #pane-destinations-buses {
	display: block;
}

.cities-destinations a {
	border-bottom: 1px solid #374665;
	display: block;
	padding: 4% 0;
}

.cities-destinations a:hover {
	border-color: #f2f3f5;
	text-decoration: none;
}

.content {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.copy_mod h3 {
	margin-top: 0;
	font-size: 1em;
}

.copy_mod ol {
}

.copy_mod .content_area {
	padding: 1.25em;
}

.copyright {
	font-size: 0.8125em;
	margin-top: 0;
	text-align: center;
}

.crop-preview-contianer {
    display: block;
}

.crop-preview-contianer img {
    width: 250px;
}

.footer-ads {
	background: #4a5978;
	text-align: center;
}

.footer-ads .ad-211x90 {
	margin: 4% 0;
}

.footer-ads .ad-211x90 img {
	display: block;
	margin: 0 auto;
}

.footer-nav {
	margin-bottom: 8%;
}

.footer-nav ul {
	border-top: 1px solid #374665;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	font-size: 0.8125em;
}

.footer-nav a {
	border-bottom: 1px solid #374665;
	display: block;
	padding: 4% 0;
}

.footer-nav a:hover {
	border-color: #f2f3f5;
	text-decoration: none;
}

.form-step {
	background: #f2f3f5;
	border-top: none;
	margin-bottom: 1.25em;
	padding: 1.25em;
}

.form-step p:first-child {
	margin-top: 0;
}

.form-step p:last-child {
	margin-bottom: 0;
}

.form-step-header {
	background: #2b3959;
	color: #f2f3f5;
	font-size: 1em;
	margin: 0;
	padding: 0.75em 1.5em;
}

.form-step-header:before {
	counter-increment: form-step;
	content: counter(form-step) ". ";
}

.form-step-padding {
    padding-top: 8px;
    padding-right: 8px;
}

.form-subhead {
	background: #e6e7ec;
	font-size: 1em;
	padding: 0.75em 1em;
}

.form-subhead span {
	color: #5a6a7b;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
}

.full-width {
    width: 100%;
}

.hotel-giveaway-img {
        display: none;
    }

.how-to-use {
	background: #f2f3f5;
	border-bottom: 1px solid #e6e7ec;
	text-align: center;
}

.how-to-use header {
	margin: 0 auto;
	max-width: 700px;
	padding: 14% 20px;
	text-align: center;
}

.how-to-use header h2 {
	font-size: 1.5em;
	margin: 0;
}

.how-to-use header p {
	margin-bottom: 0;
}

.how-to-use .icon {
	background: #e78a16;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #f2f3f5;
	display: inline-block;
	font-size: 2.25em;
	height: 100px;
	line-height: 98px;
	text-align: center;
	width: 100px;
}

.how-to-use .step {
	border-top: 1px solid #e6e7ec;
	padding: 14% 20px;
}

.how-to-use .step h3 {
	margin: 1em 0 0.5em 0;
}

.how-to-use .step p {
	margin: 0;
}

.hr {
	margin: 12% 20%;
}

.hr hr {
	border: 0;
	border-top: 1px solid #e6e7ec;
	height: 0;
	line-height: 0;
}

.img-member {
    background: rgb(0, 80, 161); 
    background: rgba(0, 80, 161, .50); 
    position: relative; 
    bottom: 25px; 
    height: 25px; 
    width: 100%;
    z-index: 1000;
    text-align: center;
}

.img-member > span {
    font-weight: bold;
    color: #fff; 
    z-index: 1001;
}

a.icon-info {
	color: #b4bfc9;
	text-decoration: none;
}

a.icon-info:hover {
	color: #dc6a0c;
}

/*a.icon-info {
	background: #b4bfc9;
	border-radius: 50%;
	color: #f2f3f5;
	display: inline-block;
	font-size: 10px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	height: 16px;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	width: 16px;
	vertical-align: top;
}*/

/*
a.icon-info:hover {
	background: #2b3959;
}*/

.interior {
	padding-bottom: 4%;
}

.interior .advertisement {
	border: 1px solid #dadce3;
	display: inline-block;
	padding: 1em;
	position: relative;
}

.interior .advertisement:before {
	background: #fff;
	color: #81909f;
	content: "Advertisement";
	font-size: 10px;
	left: 2em;
	margin-left: -6px;
	position: absolute;
	padding: 0 6px;
	text-transform: uppercase;
	top: -.75em;
}

.interior .search {
	background: #f2f3f5 !important;
	border: 1px solid #e6e7ec;
	display: none;
	margin-bottom: 2em;
	padding: 1.25em;
	text-align: left;
}

.interior .search-type {
	margin-top: 1em;
}

.interior .search label,
.interior .search .form-field.columns label {
	color: #2b3959;
	display: block;
	float: none;
	font-size: 1em;
	margin: 0 0 4px 0;
	padding: 0;
	width: auto;
}

.interior .search input[type="text"],
.interior .search select {
	border: 1px solid #b4bfc9;
	font-size: 1em;
	float: none;
	margin: 0;
	width: 100%;
}

.interior .search .btn {
	border: none;
	width: auto;
}

.interior .search .content {
	padding: 0;
}

.interior .search h2 {
	display: none;
}

.interior .search .search-form {
	background: transparent;
	margin-bottom: 0;
	padding: 0;
}

.interior .search .form-field {
	margin-bottom: 1em;
}

.interior .search .form-field.columns {
	border: none;
	margin: 0;
	padding: 0;
}

.interior .search .form-field .col-1-2,
.interior .search .form-field .col-1-3 {
	float: none;
	margin: 0 0 1em 0;
	width: auto;
}

.interior .search .main-dropdown {
	line-height: 1.2;
	position: relative;
}

.interior .search .main-dropdown .button {
	background: #2b3959;
	padding: 0.75em 1em;
}

.interior .search .main-dropdown .icon-chevron-down {
	padding: 0;
}

.interior .search .main-dropdown ul {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.interior .search .main-dropdown li {
	background: #2b3959;
	border-top: 1px solid #374665;
	float: none;
	font-size: 1em;
	margin: 0;
	padding: 0.75em 1em;
	opacity: 1;
}

.interior .search .main-dropdown li:first-child {
	border: none;
}

.interior .search .main-dropdown li:hover {
	background: #374665;
}

.interior .search .sub-dropdown {
	font-size: 1em;
	margin: 1em 0;
}

.interior .search .sub-dropdown .title {
	color: #2b3959;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.interior .search .sub-dropdown ul {
	display: block;
}

.interior .search .sub-dropdown li {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
	text-align: left;
}

.interior .search .sub-dropdown li.active {
	border-color: #2b3959;
	color: #2b3959;
}

.interior-content {
	margin-bottom: 10%;
}

.intro {
	padding-top: 14%;
}

.intro .full-intro {
	display: none;
}

.intro a {
	text-decoration: underline;
}

.intro .columns .col-1-3,
.intro .columns .col-2-3 {
	float: none;
	margin: 0 0 18% 0;
	width: auto;
}

.itinerary-traveltype-control {
	display: none;
}

.itinerary-companies h3 {
	background: #2b3959;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0.75em 1em;
}

.itinerary-companies dl {.
	background: #f2f3f5;
	margin: 0 0 1em 0;
	padding: .25em 1.25em 1.25em 1.25em;
}

.itinerary-companies dt {
	color: #2b3959;
	font-weight: 700;
	margin-top: 1em;
}

.itinerary-companies dd {
	margin: 0;
}

.itinerary-form .form-field {
	margin-bottom: 1em;
}

.itinerary-form .form-field .form-field {
	margin: 0 0 0.5em 1em;
}

.itinerary-form .form-field .form-field label {
	display: inline;
	font-family: 'Source Sans Pro', sans-serif;
}

.itinerary-form table.amenity td {
    padding-right: 30px !important;
}

.itinerary-form label {
	display: inline-block;
	margin-bottom: 0.25em;
}

.itinerary-form > .pad-bottom {
    margin-bottom: 1.5em;
}

.itinerary-link {
    display: none;
}

.itinerary-step2-intro .refine-search {
	font-size: 0.875em;
	position: relative;
}

.itinerary-step2-listings {
	margin: 2em 0;
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"],
input.text,
select,
textarea,
.itinerary-form select,
.itinerary-form textarea {
	width: 100%;
}

.left {
    float: left;
}

.listing-management {
	border: 1px solid #dadce3;
	font-size: 0.875em;
}

.listing-management,
.listing-management tbody,
.listing-management tr,
.listing-management td {
	display: block;
}

.listing-management thead {
	display: none;
}

.listing-management tbody tr {
	background: #f2f3f5;
	border-top: 1px solid #dadce3;
	padding: 1em;
	position: relative;
}

.listing-management tbody tr:first-child {
	border-top: none;
}

.listing-management tbody tr.alt {
	background: #fbfbfc;
}

.listing-management td {
	border-top: 1px solid #e6e7ec;
	padding: 0.5em 1em;
	vertical-align: top;
}

.listing-management td:first-child {
	border-top: none;
}

.listing-management td:before {
	content: attr(data-title) ":";
	display: inline-block;
	margin-right: 0.25em;
	font-weight: 700;
	vertical-align: top;
}

.listing-management .bid-button {
    margin-top: 38px;
}

.listing-management .bid-button-disabled {
    background-color: #b4bfc9 !important;
    cursor: default;
    margin-top: 38px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.my-account-addon-summary {
    background: #e6e7ec; 
    padding:8px; 
    margin-bottom: 8px; 
    font-weight: bold;
}

.my-account-tabs {
    padding: 0;
}

.my-account-tabs .main-dropdown {
    margin: 0;
}

.my-account-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-account-tabs .main-dropdown li {
    background: rgba(25, 35, 60, 0.94);
    border: none;
    color: #f2f3f5;
    float: left;
    font-size: 1.25em;
    margin: 0 0.25em 0 0;
    opacity: .65;
    padding: 0.5em 1em;
    cursor: pointer;
}

.my-account-tabs .main-dropdown li.active {
	opacity: 1;
}

.my-account-tabs .my-account-tab-container {
    border: 1px solid #999999;
    padding: 8px;
}

.my-account-tabs .my-account-tab-container .init-inactive {
    display: none;
}

.my-account-tabs .my-account-tab-container table {
    table-layout: fixed;
    width: 100% !important;
}

.nav-icon {
	background: #2b3959;
	border-left: 1px solid #374665;
	cursor: pointer;
	display: block;
	height: 56px;
	padding: 17px 0 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 56px;
}

.nav-icon .icon-bar {
	background: #f2f3f5;
	display: block;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 3px;
	line-height: 1;
	margin: 3px auto;
	overflow: hidden;
	width: 18px;
}

.nav-icon.active {
	background: #e78a16;
	border-color: #e78a16;
}

.nav-icon.active .icon-bar {
	background: #f2f3f5;
}

label .note {
	color: #5a6a7b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.875em;
}

.overall-rating {
	background: #2b3959;
	color: #81909f;
	display: inline-block;
	padding: 1em 2em;
	text-align: center;
}

.overall-rating .value {
	color: #f2f3f5;
	display: block;
	font-size: 3em;
	font-weight: 700;
	line-height: 1;
}

.orange {
    color: #dc6a0c;
}

.page-header {
	padding: 1em 0;
}

.page-header h1 {
	margin: 0;
}

.page-subhead {
	background: #e78a16;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0.75em 1.5em;
}

ul.pagination {
	border: 1px solid #e6e7ec;
	border-width: 1px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.pagination li {
	display: none;
	float: left;
	line-height: 3em;
	width: 33.33333333333333%;
}

ul.pagination li.prev a:before,
ul.pagination li.next a:after {
	font-family: 'busrates';
	font-size: 0.75em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

ul.pagination li.prev a:before {
	content: "\f053";
	margin-right: 0.5em;
}

ul.pagination li.next a:after {
	content: "\f054";
	margin-left: 0.5em;
}

ul.pagination li.prev,
ul.pagination li.next,
ul.pagination li.active {
	display: block;
}

ul.pagination a {
	display: block;
	text-decoration: none;
	width: auto;
}

ul.pagination .active a {
	color: #5a6a7b;
}

ul.pagination .active a:after {
	content: " of " attr(data-pages);
}

.partner-logos {
	display: none;
	text-align: center;
}

.partner-logos.top {
	display: none;
}

.partner-logos.bottom {
	display: block;
}

.partner-logos a {
	display: inline-block;
	max-width: 40%;
	padding: 10px;
	vertical-align: middle;
}

.partner-logos p {
	margin: 0 0 4px 0;
	font-size: 0.8125em;
}

.primary-nav {
	display: none;
}

.primary-nav .header {
	display: none;
}

.primary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav a {
	background: #e78a16;
	border-top: 1px solid #eda32d;
	color: #f2f3f5;
	display: block;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	text-decoration: none;
}

.primary-nav a:hover {
	background: #dc6a0c;
	text-decoration: none;
}

.primary-nav .icon {
	display: block;
	float: left;
	font-size: 2em;
	margin-right: 14px;
}

.primary-nav .title {
	font-family: 'Montserrat', sans-serif;
}

.primary-nav p {
	display: none;
}

.rating {
	color: #e78a16;
}

.rating-cost {
	color: #2b3959;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.rating-info {
	text-align: center;
	margin-bottom: 2em;
}

.rating-info .overall-rating {
	margin-bottom: 1em;
}

.rating-info .company-photo {
    float: right;
    /*margin: 0 0 0 1.5em;*/
    margin-top: 0;
    max-width: 220px;
}

.refine-search label {
	color: #b4bfc9;
}

.refine-search input,
.refine-search select,
.refine-search textarea {
	border: none;
}

.hotel-refine-search .search-button {
    display: none; 
}

.hotel-refine-search .search-button-bottom {
    display: block;
    padding-top: 20px;
    width: 100%;    
}

.hotel-refine-search .searchAgainContainer {
    display: none;
}

.hotel-refine-search .searchAgainContainer .icon-search {
    color: black;
}

.hotel-refine-search .searchAgainContainer .new-search {
    color: #dc6a0c; 
    font-weight: bold;
}

.hotel-refine-search .input-container {
    overflow: hidden; 
}

.refine-sort .refine-search .menu {
	background: #2b3959;
	border: none;
	color: #f2f3f5;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.refine-search > .button {
	background: #2b3959;
	color: #f2f3f5;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 1em;
	position: relative;
}

.refine-search > .button .icon-search {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
}

.refine-search > .button .icon-chevron-down {
	position: absolute;
	font-size: 0.8125em;
	right: 1em;
	top: 50%;
	margin-top: -0.7em;
}

.refine-search.active > .button {
	background: #e78a16;
}

.refine-search.active > .button .icon-chevron-down:before {
	content: "\f077";
}

.refine-search .menu {
	background: #f2f3f5;
	border-top: none;
	display: none;
	padding: 1.5em 1em;
}

.refine-search a.icon-info {
	color: #b4bfc9;
	text-decoration: none;
}

.refine-search .form-field {
	margin-bottom: 6%;
}

.refine-search label {
	display: block;
	margin-bottom: 8px;
}

.refine-search .amenities-list #btnAmenities {
    cursor: pointer;
}

.refine-search .amenities-list #control-container {
    display: none; 
    position: absolute; 
    background: #2b3959; 
    padding: 28px; 
    margin-left: -14px;
}

.refine-search .amenities-list .form-field {
	float: left;
	margin-bottom: 0.25em;
	width: 50%;
}

.refine-search .amenities-list .form-field label {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 0.25em;
}

.refine-search .brands-list .form-field {
	float: left;
	margin-bottom: 0.25em;	
}

.refine-search .brands-list .form-field label {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0 0 0 0.25em;
}

.refine-search .brands-list .form-field .top-level-brand > label {
    font-weight: bold;
    color: #e78a16;
}

.brands-list ul {
    list-style: none;
    margin: 0;
}

.brands-list ul.top-level > li {
    float: left;
    padding-left: 10px;
    width: 15%;
}

.refine-search .refine-search-type {
	display: none;
}

.refine-search .refine-search-type h2 {
	display: none;
}

.refine-search .search-by {
	border-top: 1px solid #e6e7ec;
	margin-top: 6%;
	padding-top: 6%;
}

.refine-search .sub-dropdown {
	margin-bottom: 6%;
}

.refine-search .sub-dropdown .title {
	color: #2b3959;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.refine-search .sub-dropdown .button {
	display: none;
}

.refine-search .sub-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.refine-search .sub-dropdown li {
	color: #81909f;
	cursor: pointer;
	display: inline-block;
	margin-right: 1em;
	padding-bottom: 0.5em;
}

.refine-search .sub-dropdown li.active {
	border-bottom: 1px solid #4a5978;
	color: #4a5978;
}

.refine-sort {
	font-size: 0.875em;
}

.refine-sort .sort-search {
	padding: 1em 0;
	border-bottom: 1px solid #e6e7ec;
}

.refine-sort .sort-search h4 {
	margin: 0;
}

.refine-sort .sort-search h4 .icon-sort {
	display: inline-block;
	margin-right: 0.25em;
}

.refine-sort .sort-search a {
	border-right: 1px solid #b4bfc9;
	display: inline-block;
	line-height: 1;
	margin-right: 0.5em;
	padding-right: 0.65em;
	vertical-align: middle;
}

.refine-sort .sort-search a:last-child {
	border-right: none;
}

.refine-sort .sort-search a.active {
	color: #5a6a7b;
	text-decoration: none;
}

.refine-sort .sort-search a i {
	display: inline-block;
	font-size: 0.5em;
	margin-left: 0.5em;
	vertical-align: middle;
}

.report-search {
	background: #f2f3f5;
	padding: 0 2em 1.5em 2em;
}

.report-search .title {
	background: #2b3959;
	margin: 0 -2em 1.5em -2em;
	padding: 1em 2em;
}

.report-search .title h3 {
	color: #f2f3f5;
	margin: 0;
}

.report-search h4 {
	margin: 0 0 0.25em 0;
}

.report-search .date-range {
	margin-bottom: 1.25em;
}

.report-search .date-range input {
	margin-right: 0.5em;
	max-width: 200px;
	vertical-align: middle;
}

.report-search .date-range button {
	background: none;
	margin-right: 2em;
	padding: 0;
	vertical-align: middle;
}

.report-search .date-range img {
	display: block;
}

.report-search .actions {
	margin-bottom: 1.25em;
}

.report-search .buttons input {
	margin-right: 0.5em;
}

#request-quote-modal {
	display: none;
	padding: 1.5em;
}

#request-quote-modal h3 {
	margin-top: 0;
}

#request-quote-modal h4 {
	color: #5a6a7b;
}

#request-quote-modal a {
	display: block;
	margin-bottom: 0.5em;
	padding-left: 1em;
	position: relative;
	text-decoration: none;
}

#request-quote-modal a:before {
	color: #2b3959;
	content: "\f054";
	display: inline-block;
	font-family: 'busrates';
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	left: 0;
	line-height: 2.25;
	position: absolute;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.required {
	color: #cc2315;
}

.required ul {
    list-style: none;
}

.right {
    float: right;
}

.search {
	background-color: #2b3959;
	background-size: 0;
	background-repeat: no-repeat;
	padding: 14% 0;
}

.search .content {
	max-width: 900px;
}

.search h2 {
	color: #f2f3f5;
	margin-top: 0;
	text-align: center;
}

.search .main-dropdown {
	margin-bottom: 10%;
}

.search .main-dropdown .icon-chevron-down {
	float: right;
	font-size: 0.8125em;
	padding: 0 6% 0 5%;
}

.search .main-dropdown .button {
	background: #374665;
	color: #f2f3f5;
	cursor: pointer;
	display: block;
	padding: 5% 0 5% 8%;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.search .main-dropdown.active .button {
	background: #e78a16;
}

.search .main-dropdown ul {
	background: #374665;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.search .main-dropdown li {
	color: #f2f3f5;
	cursor: pointer;
	border-top: 1px solid #2b3959;
	padding: 5% 8%;
}

.search .sub-dropdown {
	font-size: 1.125em;
	margin-bottom: 1em;
}

.search .sub-dropdown .title {
	color: #4a5978;
	font-weight: 700;
}

.search .sub-dropdown .button {
	display: none;
}

.search .sub-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.search .sub-dropdown li {
	color: #81909f;
	cursor: pointer;
	display: inline-block;
	margin: 0 6px;
	padding: 8px 0;
}

.search .sub-dropdown li.active {
	border-bottom: 1px solid #f2f3f5;
	color: #f2f3f5;
}

.search #search-hotels,
.search #search-attractions,
.search #search-restaurants {
	display: none;
}

.search-results #search-buses {
	display: none;
}

/*.search .search-form {
	margin-bottom: 10%;
	text-align: center;
}*/

.search .search-form {
	/*background: #2b3959;
	background: rgba(25, 35, 60, 0.94);
	padding: 4% 6%;
	margin-bottom: 10%;*/
	text-align: center;
}

.search .form-field {
	margin-bottom: 4%;
	text-align: left;
}

.search .form-field.columns {
	margin-bottom: 0;
}

.search .form-field .col-1-2,
.search .form-field .col-1-3 {
	float: none;
	margin: 0 0 4% 0;
	width: auto;
}

.search button {
	font-size: 1.125em;
	margin-top: 4%;
}

.search label {
	display: none;
	font-size: 1.125em;
}

.search input[type="text"],
.search select {
	border: none;
	font-size: 1.125em;
	width: 100%;
}

.search .required-field {
    color: #fff;
}

.search .radio-container {
	margin-bottom: 1em;
}

.search .radio-container .form-field {
	text-align: center;
}

.search .radio-container .form-field > label {
	color: #f2f3f5;
    display: inline-block;
	text-align: left;
	width: 140px;
}

.search .radio-container .form-subfield label {
	color: #f2f3f5;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

.search .radio-container .form-subfield {
	display: inline-block;
	margin-right: 1em;
}

/*#search-bus-c-a,
#search-hotel-c-a,
#search-attraction-c-a,
#search-restaurant-c-a {
	display: none;
}*/

.search-type {
	display: none;
}

#pane-bus-company-review,
#pane-bus-metro,
#pane-hotel-metro,
#pane-attraction-type,
#pane-restaurant-type {
	display: block;
}

.search-pagination {
	border-top: 1px solid #e6e7ec;
	padding-top: 0.5em;
	text-align: center;
}

.search-pagination .pagination {
	margin-top: 0.5em;
}

.search-pagination a.view-all {
	margin-left: 0.75em;
}

.search-result {
	background: #f2f3f5;
	margin: 0 -20px;
	padding: 0 20px 2em 20px;
}

.search-result .result-header {
	background: #e6e7ec;
	margin: 0 -20px;
	padding: 0 20px 0.75em 20px;
}

.search-result h2 {
	background: #2b3959;
	color: #f2f3f5;
	margin: 0 -20px;
	margin-bottom: 0.5em;
	padding: 1em 20px;
}

/*.search-result h4 {
	margin: 0.5em 0;
}

.search-result h4 a {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.875em;
	margin-left: 0.5em;
}*/

.search-result .result-header .rating {
	color: #e78a16;
	float: left;
	margin-right: 1em;
}

.search-result .reviews {
	float: right;
}

.search-result .info-columns .col1,
.search-result .info-columns .col2,
.search-result .info-columns .col3 {
	border-bottom: 1px solid #dadce3;
	font-size: 0.875em;
	padding: 1.5em 0;
}

.search-result .info-columns .col1 h4,
.search-result .info-columns .col2 h4,
.search-result .info-columns .col3 h4 {
	margin: 0 0 0.5em 0;
}

.search-result .info-columns .rating {
	color: #b4bfc9;
	display: inline-block;
	margin-left: 0.25em;
}

.search-result .contact {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;
	position: relative;
}

.search-result .contact li {
	color: #dc6a0c;
	cursor: pointer;
	text-decoration: underline;
}

.search-result .contact li:before {
	color: #2b3959;
	font-family: 'busrates';
	font-size: 0.8125em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	left: 0;
	line-height: 2;
	position: absolute;
	speak: none;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-result .contact li.email:before {
	content: "\e608";
}

.search-result .contact li.phone:before {
	content: "\e607";
}

.search-result .contact li.website:before {
	content: "\e605";
}

.search-result .contact li.active {
	color: #5a6a7b;
	cursor: auto;
	text-decoration: none;
}

.search-result .social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-result .social-links li {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}

.search-result .social-links a {
	border-radius: 50%;
	color: #f2f3f5;
	background: #2b3959;
	display: inline-block;
	height: 1.75em;
	line-height: 1.75;
	text-align: center;
	text-decoration: none;
	width: 1.75em;
}

.search-result .social-links a:hover {
	background: #dc6a0c;
	color: #fff;
}

.search-result .info-columns .col3 ul {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.search-result .photo {
	display: inline-block;
	margin-bottom: 0.5em;
	max-width: 220px;
	vertical-align: middle;
}

.search-result .photo img {
	background: #fff;
	border: 1px solid #e6e7ec;
	display: block;
	padding: 4px;
}

.search-result .nearby {
	margin-top: 0.5em;
}

.search-result .info-columns .col1 .nearby h4 {
	margin: 0;
}

.search-result .payment img {
	display: inline-block;
	vertical-align: middle;
}

.search-result .amenities {
    border-bottom: none;
	font-size: 0.875em;
	padding: 1.5em 0;
}

.search-result .amenities > p {
    margin: 0;
}

.search-result .amenities > h4 {
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #dadce3;
}

.search-result .amenities-list {
    margin: 0 0 0.5em 0;    
    border-bottom: 1px solid #dadce3;
    list-style: none;	
	padding: 0;
}

/*.search-result .amenities-list li {
    display: inline-block;
	vertical-align: middle;        
}*/

.search-result .amenities-list li.inactive {
    color: #b4bfc9;
    opacity: .50;
}

.search-result .amenities-list li > div {
    padding-right: 1.5em;
    display: inline-block;
}

.search-result .amenities-list li.bar > div {
    background: url('/images/hotels/bar-active.png') no-repeat;    
}

.search-result .amenities-list li.bar-inactive > div {
    background: url('/images/hotels/bar-inactive.png') no-repeat;        
}

.search-result .amenities-list li.fitness > div {
    background: url('/images/hotels/gym-active.png') no-repeat;    
}

.search-result .amenities-list li.fitness-inactive > div {
    background: url('/images/hotels/gym-inactive.png') no-repeat;        
}

.search-result .amenities-list li.pool > div {
    background: url('/images/hotels/pool-active.png') no-repeat;    
}

.search-result .amenities-list li.pool-inactive > div {
    background: url('/images/hotels/pool-inactive.png') no-repeat;        
}

.search-result .amenities-list li.parking > div {
    background: url('/images/hotels/bus_parking-active.png') no-repeat;    
}

.search-result .amenities-list li.parking-inactive > div {
    background: url('/images/hotels/bus_parking-inactive.png') no-repeat;        
}

.search-result .amenities-list li.breakfast > div {
    background: url('/images/hotels/free_breakfast-active.png') no-repeat;    
}

.search-result .amenities-list li.breakfast-inactive > div {
    background: url('/images/hotels/free_breakfast-inactive.png') no-repeat;        
}

.search-result .amenities-list li.resturant > div {
    background: url('/images/hotels/resturant-active.png') no-repeat;    
}

.search-result .amenities-list li.resturant-inactive > div {
    background: url('/images/hotels/resturant-inactive.png') no-repeat;        
}

.search-result .amenities-list li.business > div {
    background: url('/images/hotels/business_facilities-active.png') no-repeat;    
}

.search-result .amenities-list li.business-inactive > div {
    background: url('/images/hotels/business_facilities-inactive.png') no-repeat;        
}

.search-result .amenities-list li.wifi > div {
    background: url('/images/hotels/free_wifi-active.png') no-repeat;    
}

.search-result .amenities-list li.wifi-inactive > div {
    background: url('/images/hotels/free_wifi-inactive.png') no-repeat;        
}

.search-result .amenities-list li.spa > div {
    background: url('/images/hotels/spa-active.png') no-repeat;    
}

.search-result .amenities-list li.spa-inactive > div {
    background: url('/images/hotels/spa-inactive.png') no-repeat;        
}

.search-result .amenities-list li.casino > div {
    background: url('/images/hotels/casino-active.png') no-repeat;    
}

.search-result .amenities-list li.casino-inactive > div {
    background: url('/images/hotels/casino-inactive.png') no-repeat;        
}

.search-result .amenities-list li.meeting > div {
    background: url('/images/hotels/meeting_facilites-active.png') no-repeat;    
}

.search-result .amenities-list li.meeting-inactive > div {
    background: url('/images/hotels/meeting_facilites-inactive.png') no-repeat;        
}

.search-result .amenities-list li.smoking > div {
    background: url('/images/hotels/no_smoking-active.png') no-repeat;    
}

.search-result .amenities-list li.smoking-inactive > div {
    background: url('/images/hotels/no_smoking-inactive.png') no-repeat;        
}

.search-result .no-border {
    padding-top: 0 !important;
    border-top: none !important;
}

.search-result .description {
	border-bottom: 1px solid #dadce3;
	font-size: 0.875em;
	padding: 1.5em 0;
}

.search-result .description > p {
	margin: 0;
}

.search-result .certification img {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}

.search-result .col-left {
	font-size: 0.875em;
	margin-bottom: 1em;
}

.search-result .col-right {
	font-size: 0.875em;
}

.search-result .col-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.search-result .location-info {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.search-result .location-info li {
	margin-bottom: 0.25em;
}

.search-result .location-info span {
	color: #2b3959;
	font-family: 'Montserrat', sans-serif;
}

.search-result .request-type {
	font-size: 0.875em;
	margin-bottom: 1em;
}

.search-result .request-quote {
	font-size: 0.875em;
	margin-top: 1em;
}

.search-result .additional-info {
	display: none;
}

.search-result .additional-info .links {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.search-result .additional-info .links a {
	text-decoration: none;
}

.search-result .additional-info .links i {
	color: #2b3959;
	display: inline-block;
	margin-right: 0.25em;
}

.search-result .carousel {
	margin-top: 1em;
}

.search-result .toggle-additional-info {
	color: #dc6a0c;
	cursor: pointer;
	text-decoration: underline;
}

.search-result .toggle-additional-info:hover {
	color: #2b3959;
}

/*.search-result .toggle-additional-info {
	background: #e6e7ec;
	color: #2b3959;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	margin-top: 1em;
	padding: 0.75em 1em;
}

.search-result .toggle-additional-info i {
	float: right;
}

.search-result .toggle-additional-info.active i:before {
	content: "\f077";
}*/

.search-result-mini {
	background: #f2f3f5;
	font-size: 0.875em;
	margin-bottom: 1em;
	padding: 0 1.5em 1.5em 1.5em;
	text-align: left;
}

.search-result-mini-noresults {
	background: #f2f3f5;
	font-size: 0.875em;
	margin-bottom: 1em;
	padding: 1.5em 1.5em 1.5em 1.5em;
	text-align: left;
}

.similar-searches .did-you-mean {
    float: left; 
    clear: right;
    margin-right: 2em;
}

.similar-searches .see-also {
    float: left;
}

.similar-searches .see-also ul {
    text-align: left;
}

.similar-searches h4 {
    margin-top:0;
}

.similar-searches ul {
    list-style: none; 
    padding-left: 0;
}

.rail-result-list > h4 {
	background: #fff;
	display: inline-block;
	font-size: 0.875em;
	margin: -0.75em 0 1em 0;
	padding: 0 1em;
	vertical-align: middle;
}

.rail-result-list > h4 a {
	text-decoration: none;
}

.search-result-mini img {
	background: #fff;
	border: 1px solid #e6e7ec;
	display: block;
	margin: 0;
	padding: 4px;
}

.search-result-mini h3 {
	background: #2b3959;
	color: #f2f3f5;
	font-size: 1em;
	margin: 0 -1.5em;
	padding: 1em 1.5em;
}

.search-result-mini h3 > a {
    text-decoration: none;
    color:#fff;
}

.search-result-mini .contact {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.5em;
	position: relative;
	text-align: left;
}

.search-result-mini .contact li {
	color: #dc6a0c;
	cursor: pointer;
	text-decoration: underline;
}

.search-result-mini .contact li:before {
	color: #2b3959;
	font-family: 'busrates';
	font-size: 0.8125em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	left: 0;
	line-height: 2;
	position: absolute;
	speak: none;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-result-mini .contact li.email:before {
	content: "\e608";
}

.search-result-mini .contact li.phone:before {
	content: "\e607";
}

.search-result-mini .contact li.website:before {
	content: "\e605";
}

.search-result-mini .contact li.active {
	color: #5a6a7b;
	cursor: auto;
	text-decoration: none;
}

.search-result-mini .sub-head {
	background: #e6e7ec;
	margin: 0 -1.5em 1em -1.5em;
	padding: 0.5em 1.5em;
}

.search-result-mini .rating {
    color: #e78a16;
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}

.search-result-mini .rating-cost {
	color: #2b3959;
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}

.search-result-mini .photo {
	margin-bottom: 0.5em;
}

.search-result-mini .photo img {
	display: block;
}

.search-result-mini .nearby {
	margin: 0.5em 0 1em 0;
}

.search-result-mini .nearby h4 {
	margin: 0;
}

.search-results .rail-right {
	display: none;
}

.search-results .search {
	padding: 0;
}

.search-results .search .main-dropdown .button {
	background: none;
	color: #dc6a0c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 1em;
}

.interior .search .search-form {
	padding: 0 1.25em 1.25em 1.25em;
}

.search-steps {
	display: none;
}

.secondary-nav {
	display: none;
}

.show {
    display: block !important;
}

.site-credit {
	margin-bottom: 0;
	text-indent: -9999em;
}

.site-credit a {
	background: url("/images/made-by-cg.png") no-repeat;
	display: block;
	height: 24px;
	margin: 0 auto;
	width: 72px;
}

.site-footer {
	background: #2b3959;
	color: #81909f;
	padding: 14% 0;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
	color: #f2f3f5;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:active {
	color: #b4bfc9;
	text-decoration: none;
}

.site-footer a:hover {
	color: #f2f3f5;
}

.site-footer .newsletter {
	margin-bottom: 14%;
	text-align: center;
}

.site-footer .newsletter input {
	border: none;
	display: block;
	margin-bottom: 1em;
	width: 100%;
}

.site-footer .newsletter h3 {
	margin: 0;
}

.site-footer .newsletter h3,
.site-footer .newsletter p,
.site-footer .newsletter input {
	text-align: left;
}

.site-footer .social-media {
	margin-bottom: 14%;
}

.site-footer .social-media h3 {
	margin: 0;
}

.site-footer .social-media a {
	display: block;
	float: left;
	margin-top: 1em;
	width: 50%;
}

.site-footer .social-media a:hover {
	text-decoration: none;
}

.site-footer .social-media i {
	margin-right: 8px;
}

.site-header {
	background: #f2f3f5;
	padding: 1.5em 0;
	text-align: center;
}

.site-header .logo {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.site-header .logo img {
	display: block;
}

.site-login {
	display: none;
	padding: 1.5em;
}

.site-login h2 {
	margin-top: 0;
}

.site-login .form-field {
	margin-bottom: 1em;
}

.site-login input[type="email"],
.site-login input[type="password"] {
	display: block;
	margin-top: 0.25em;
	width: 100%;
}

.site-login p {
	margin-bottom: 0;
}

.site-nav {
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	z-index: 9999;
}

.site-nav > a {
	display: none;
}

.site-nav .feature {
	display: none;
}

.step-header span {
	color: #5a6a7b;
}

.testimonial {
	background: #f2f3f5;
	border-top: 1px solid #e6e7ec;
	margin-top: 40px;
	padding: 0 20px 4% 20px;
	text-align: center;
}

.testimonial blockquote {
	background: #2b3959;
	color: #f2f3f5;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	max-width: 900px;
	padding: 20px;
	position: relative;
	text-align: center;
	top: -40px;
}

.testimonial blockquote:after {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 20px;
	border-width: 20px 20px 0 0;
	border-style: solid;
	border-color: #2b3959 transparent;
	display: block;
	width: 0;
}

.testimonial p {
	margin: 0;
	position: relative;
}

.testimonial .author {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8125em;
	margin: -20px 0 0 0;
}

.ui-timepicker-div dl {
	margin-bottom: 0;
}

.ui-timepicker-div .note {
	font-size: 14px;
	font-weight: normal;
}

.top-bar {
	border-bottom: 1px solid #e6e7ec;
}

.top-bar .content {
	padding: 0;
}

.top-bar .itinerary {
	background: #2b3959;
	color: #f2f3f5;
	display: block;
	height: 56px;
	line-height: 56px;
	margin-right: 56px;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	z-index: 2;
}

.top-bar .itinerary:hover {
	background: #e78a16;
	color: #fff;
}

.top-bar .itinerary .icon {
	color: #e78a16;
	display: block;
	float: left;
	margin-right: 14px;
}

.top-bar .itinerary:hover .icon {
	color: #fff;
}

.top-bar .itinerary .icon img {
	display: block;
}

.top-bar .join-login {
	display: none;
}

.top-spots h3 {
	margin-top: 0;
}

.ui-timepicker-div dd {
	display: inline-block;
	margin: 0;
}

.ui-timepicker-div .ui_tpicker_time,
.ui-timepicker-div dt {
	display: none;
}

.ui-timepicker-div .ui_tpicker_time_label {
	display: block;
}

ul.user-reviews {
	list-style: none;
	margin: 2em 0 3em 0;
	padding: 0;
}

ul.user-reviews li {
	background: #f2f3f5;
	margin-bottom: 2em;
	padding: 0 1em 1.5em 1em;
}

ul.user-reviews .review-head {
	background: #2b3959;
	margin: 0 -1em 1.5em -1em;
	padding: 1em;
}

ul.user-reviews h3 {
	color: #f2f3f5;
	margin: 0 0 0.25em 0;
}

ul.user-reviews blockquote {
	clear: both;
	margin: 0;
}

ul.user-reviews .photos a {
	display: inline-block;
	margin: 0 1em 1em 0;
	vertical-align: middle;
}

ul.user-reviews .photos img {
	display: block;
}

ul.user-reviews dl {
	margin: 0;
}

ul.user-reviews dt {
	clear: both;
	float: left;
	margin-right: 0.5em;
	font-weight: 700;
}

ul.user-reviews dd {
	float: left;
	margin: 0;
}

a.write-review-btn-bottom {
	margin-bottom: 2em;
}

.operator-response {
	background: #e6e7ec;
	margin: 1.5em -1em -1.5em -1em;
	padding: 1em;
}

.operator-response h4 {
	color: #2b3959;
	margin: 0 0 0.5em 0;
}

.tooltip {
	position: relative;
}

.tooltip .icon-info {
	color: #b4bfc9;
	font-size: 0.875em;
}

.tooltip:hover .icon-info {
	color: #e78a16;
}

.tooltip:hover:after {
	background: #2b3959;
	border-radius: 0.25em;
	bottom: 2em;
	color: #fff;
	content: attr(title);
	font-size: 0.875em;
	left: -1em;
	padding: 0.75em 1em;
	position: absolute;
	z-index: 98;
	width: 16em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.tooltip:hover:before {
	border: solid;
	border-color: #2b3959 transparent;
	border-width: 0.5em 0.65em 0 0.65em;
	bottom: 1.5em;
	content: "";
	left: 50%;
	margin-left: -0.65em;
	position: absolute;
	z-index: 99;
	font-size: 0.875em;
}

.weekly-stats {
    background-color: #f2f3f5; 
    text-align: center; 
    padding: 3% 0 3% 0;
}

.weekly-stats .header {
    padding-bottom: 2%;
}

.weekly-stats h2 {
    display: inline;
    margin-right: 3%;    
}

.weekly-stats img {
    margin: auto;
}

.white {
    color: white;
}

.interior-rail-item {
	border-bottom: 1px solid #e6e7ec;
	font-size: 0.875em;
	padding: 1.5em 0;
	text-align: left;
}

/* ==========================================================================
	 jQuery UI stuff
	 ========================================================================== */
.ui-datepicker-current {
	display: none;
}


/* ==========================================================================
	 Media Queries
	 ========================================================================== */
@media only screen and (min-width: 500px) {

	.announcement {
		padding: 6% 0 8% 0;
	}

	.cities-destinations .dropdown .button {
		padding: 3% 0 3% 6%;
	}

	.cities-destinations .dropdown .icon-chevron-down {
		padding: 0 4% 0 3%;
	}

	.cities-destinations .dropdown li {
		padding: 3% 6%;
	}

	.cities-destinations .destinations-pane li {
		float: left;
		width: 46%;
	}

	.cities-destinations .destinations-pane li:nth-child(odd) {
		clear: both;
		margin-right: 8%;
	}

	.footer-ads {
		padding: 2% 20px 0 20px;
	}

	.footer-nav ul {
		border: none;
	}

	.footer-nav li {
		float: left;
		width: 46%;
	}

	.footer-nav li:nth-child(odd) {
		clear: both;
		margin-right: 8%;
	}

	.form-step {
		padding: 2em;
	}

	.how-to-use header {
		padding: 8% 20px;
	}

	.how-to-use .icon {
		float: left;
		height: 120px;
		line-height: 118px;
		margin-right: 1em;
		width: 120px;
	}

	.how-to-use .step h3 {
		margin-top: 0;
	}

	.how-to-use .step {
		margin-top: 2em;
		padding: 8% 20px;
		text-align: left;
	}

	.intro {
		padding-top: 8%;
	}

	.intro .columns .col-1-3,
	.intro .columns .col-2-3 {
		margin-bottom: 8%;
	}

	.partner-logos.top {
		display: block;
	}

	.partner-logos.bottom {
		display: none;
	}

	.refine-sort .sort-search h4 {
		display: inline-block;
		margin: 0 0.5em 0 0;
		vertical-align: middle;
	}

    .refine-search .amenities-list #control-container {
        padding: 28px; 
        margin-left: -28px;
    }

	.small_screens_only {
		display: none !important;
	}

	.search {
		padding: 8% 0;
	}

	.search button {
		margin: 0;
	}

	.search .main-dropdown {
		margin-bottom: 6%;
	}

	.search .main-dropdown .button {
		padding: 3% 0 3% 6%;
	}

	.search .main-dropdown .icon-chevron-down {
		padding: 0 4% 0 3%;
	}

	.search .main-dropdown li {
		padding: 3% 6%;
	}

	/*.search .search-form {
        background: #2b3959;
		background: rgba(25, 35, 60, 0.94);
		padding: 4% 6%;
		margin-bottom: 4%;
	}*/
    
	.search .form-field {
		margin-bottom: 2%;
	}

	.site-footer {
		padding: 8% 0;
	}

	.site-footer .social-media {
		margin-bottom: 8%;
	}

	.site-footer .newsletter {
		margin-bottom: 8%;
	}

	.site-footer .newsletter input {
		float: left;
		width: 50%;
	}

	.site-footer .newsletter button {
		float: left;
		width: 22%;
	}

	.site-header .itinerary {
		padding: 4% 20px;
	}
}

@media only screen and (min-width: 750px) {
	h1 {
		font-size: 2.25em;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.125em;
	}

	.account-tabs {
		background: #f2f3f5;
	}

	.account-tabs li {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: top;
	}

	.account-tabs a {
		background: none;
		color: #dc6a0c;
		font-size: 1em;
	}

	.accordionContent {
		background: #f2f3f5;
		border: 1px solid #e6e7ec;
		margin-bottom: 0.5em;
		padding: 1em 1.5em;
	}

    .ad-728x90 {
	    display: block;
    }

	.breadcrumb {
		bottom: 1em;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 0;
	}

	.breadcrumb li {
		display: inline-block;
		margin-right: 0.5em;
	}

	.breadcrumb li:before {
		content: "\f054";
		display: inline-block;
		font-family: 'busrates';
		speak: none;
		font-size: 0.5em;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin-right: 1em;
		text-transform: none;
		vertical-align: middle;
		-webkit-font-smoothing: antialiased;
	}

	.breadcrumb li:first-child:before {
		content: none;
		display: none;
	}

	.breadcrumb a {
		text-decoration: none;
	}

	.bus-listing .fleet {
		margin-left: -1.714285714285714em;
		margin-right: -1.714285714285714em;
	}

	.bus-listing .fleet h4 {
		padding-left: 1.714285714285714em;
	}

	.bus-listing .fleet table {
		border: 1px solid #dadce3;
		border-width: 1px 0;
		display: table;
		margin: 0;
		width: 100%;
	}

	.bus-listing .fleet thead {
		background: #e6e7ec;
		display: table-header-group;
	}

	.bus-listing .fleet tbody {
		display: table-row-group;
	}

	.bus-listing .fleet tr {
		display: table-row;
	}

	/*.bus-listing .fleet tbody tr:hover {
		background: #2b3959;
	}*/

	.bus-listing .fleet tbody tr {
		background: none;
		border: none;
		padding: 0;
	}

	.bus-listing .fleet tbody tr.alt {
		background: #fbfbfc;
	}

	/*.bus-listing .fleet tbody tr.alt:hover {
		background: #2b3959;
	}*/


	.bus-listing .fleet th {
		color: #2b3959;
		border-left: 1px solid #dadce3;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		padding: 8px;
		text-align: center;
		vertical-align: top;
	}

	.bus-listing .fleet th:first-child {
		border-left: none;
	}

	.bus-listing .fleet td {
		border-left: 1px solid #e2e4e9;
		display: table-cell;
		text-align: center;
		padding: 6px 8px;
		vertical-align: top;
	}

	/*.bus-listing .fleet tbody tr:hover td {
		border-left-color: #485470;
		color: #f2f3f5;
	}*/

	.bus-listing .fleet .select {
		border-left: none;
	}

	.bus-listing .fleet tbody tr:nth-child(2n) td {
		border-color: #ebebf0;
	}

	.bus-listing .fleet td:first-child {
		border-left: none;
	}

	.bus-listing .fleet td:before {
		content: none;
	}

	.bus-listing .fleet .amenities .icon-info {
		display: inline-block;
	}

	.bus-listing .fleet tbody tr.amenities-list strong {
		display: inline;
	}

	.bus-listing .fleet tbody tr.amenities-list {
		border-bottom: 1px solid #e6e7ec;
		border-top: 1px solid #e6e7ec;
		display: none;
	}

	.bus-listing .fleet tbody tr.amenities-list td {
		padding-left: 1em;
		text-align: left;
	}

	.bus-listing .fleet tbody tr.amenities-list ul {
		display: inline-block;
	}

	.bus-listing .fleet tbody tr.amenities-list li {
		display: inline-block;
		margin: 0 0.5em;
		vertical-align: top;
	}

	.bus-listing .fleet tbody tr.amenities-list .icon-checkmark {
		color: #b4bfc9;
	}

	.bus-listing .fleet label {
		display: none;
	}

	.bus-listing .fleet a.icon-info {
		vertical-align: middle;
	}

	.bus-listing .fleet th.title {
		display: none;
	}

	.checkbox-list.three-col li {
		float: left;
		padding-right: 1em;
		width: 50%;
	}

	.cities-destinations {
		margin-bottom: 2%;
	}

	.cities-destinations .dropdown {
		margin-bottom: 0;
	}

	.cities-destinations .dropdown .button {
		display: none;
		padding: 2% 0 2% 4%;
	}

	.cities-destinations .dropdown .icon-chevron-down {
		padding: 0 3% 0 2.5%;
	}

	.cities-destinations .dropdown ul {
		background: none;
		border-bottom: 1px solid #374665;
		display: block;
	}

	.cities-destinations .dropdown li {
		border: none;
		color: #81909f;
		float: left;
		font-size: 1.25em;
		margin: 0 2em -1px 0;
		padding: 0.25em 0;
	}

	.cities-destinations .dropdown li.active {
		border-bottom: 1px solid #f2f3f5;
		color: #f2f3f5;
	}

	.cities-destinations .destinations-pane {
		font-size: 1em;
	}

	.company_image {
		top: 48px;
		right: 35%;
	}

	.company_image2 {
		top: 48px;
		right: 23%;
	}

	.footer-ads {
		padding: 2% 20px;
	}

	.footer-ads .ad-211x90 {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
		width: 18%;
	}

	.footer-ads .ad-728x90 {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}

	.footer-nav {
		border: none;
		float: left;
		margin-right: 8%;
		padding: 0;
		width: 28%;
	}

	.cities-destinations,
	.partner-logos {
		display: block;
	}

	table .hide_on_small_screens {
		display: table-cell;
	}

    .hotel-giveaway {
        background-image: url("/images/temp/hotel_notop_small.png");
        background-repeat: no-repeat;
        margin: 55px auto 0 auto;
        width: 275px;
        height: 133px;        
        z-index: 9998;
        top: 0;
        left: 0;
        right:0; 
        position: absolute;    
    }

    .hotel-giveaway-img {
        display: none;
    }

    .hotel-refine-search .search-button {
        float: right;
        display: block;
    }

    .hotel-refine-search .search-button-bottom {
        display: none;
    }

    .hotel-refine-search .searchAgainContainer {
        display: block;
        float: left; 
        background-color: white; 
        padding: 10px
    }

    .hotel-refine-search .searchAgainContainer .icon-search {
        color: black;
    }

    .hotel-refine-search .searchAgainContainer .new-search {
        color: #dc6a0c; 
        font-weight: bold;
    }

    .hotel-refine-search .input-container {
        overflow: hidden; 
        padding-right: 28px;
    }

	.hr {
		margin: 8% 16%;
	}

	.intro {
		padding: 8% 0;
	}

	.intro .columns .col-1-3 {
		float: left;
		margin: 0 8% 0 0;
		width: 28%;
	}

	.intro .columns .col-2-3 {
		float: left;
		margin: 0 8% 0 0;
		width: 64%;
	}

	.intro .columns .last {
		margin-right: 0;
	}

	ul.itemlist > li {
		width: 25%;
	}

	ul.itemlist > li h3 {
		font-size: 1.25em;
	}

	.itinerary-form .col-left {
		float: left;
		margin-right: 8%;
		width: 46%;
	}

	.itinerary-form .col-right {
		float: left;
		width: 46%;
	}

    .listinged-edit-sub-table {
        border-top: 1px solid #4a5978 !important;
    }

	.listing-edit {
		/*border-bottom: 1px solid #e6e7ec;*/
		border-top: 1px solid #2b3959;
		border-left: none;
		border-right: none;
		margin: 0;
		width: 100%;
	}

    .listing-edit th.thin,
    .listing-edit td.thin {
        width:20%;
    }

    .listing-edit th.thinner,
    .listing-edit td.thinner {
        width:10%;
    }

    .listing-edit th.thinnest,
    .listing-edit td.thinnest {
        width:7%;
    }

    .listing-edit td.no-border {
        border: none;
    }

	.listing-edit thead {
		background: #2b3959;
	}

    .listing-edit-sub-table thead {
        background: #4a5978 !important;
    }

	.listing-edit tbody tr {
		background: #f2f3f5;
	}

	.listing-edit tbody tr.alt {
		background: #fbfbfc;
	}

	.listing-edit tbody tr.no-background {
		background: #fff;
	}

	.listing-edit tbody tr.no-background > td {
	    border: none !important;
	}

	.listing-edit th {
		color: #b4bfc9;
		border-left: 1px solid #374665;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		padding: 0.75em;
		text-align: center;
		vertical-align: bottom;
	}

    .listing-edit th.sub-table {
        color: #fff !important;
        border-left: 1px solid #4a5978 !important;
    }

	.listing-edit th:first-child {
		border-left: none;
	}

	.listing-edit th:last-child {
		border-right: 1px solid #2b3959;
	}

    .listing-edit th.sub-table:last-child {
        border-right: 1px solid #4a5978 !important;
    }

	.listing-edit th a {
		color: #f2f3f5;
		text-decoration: none;
	}

	.listing-edit th a:hover {
		color: #e78a16;
	}

	.listing-edit td {
		border: 1px solid #e6e7ec;
		border-width: 0 0 1px 1px;
		display: table-cell;
		text-align: center;
		padding: 0.75em;
		vertical-align: top;
	}

	.listing-edit td:last-child {
		border-right: 1px solid #e6e7ec;
	}

    .listinged-management-sub-table {
        border-top: 1px solid #4a5978 !important;
    }

	.listing-management {
		border-bottom: 1px solid #e6e7ec;
		border-top: 1px solid #2b3959;
		border-left: none;
		border-right: none;
		display: table;
		margin: 0;
		width: 100%;
	}

    .listing-management thead.sub-table {
		background: #4a5978 !important;
	}

	.listing-management thead {
		background: #2b3959;
		display: table-header-group;
	}
	
    .listing-management thead tr {
	    background: #2b3959;
    }

	.listing-management tbody {
		display: table-row-group;
	}

	.listing-management tr {
		display: table-row;
	}

	.listing-management tbody tr {
		border: none;
		padding: 0;
	}

	.listing-management th {
		color: #b4bfc9;
		border-left: 1px solid #374665;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		padding: 0.75em;
		text-align: center;
		vertical-align: top;
	}

    .listing-management th.sub-table {
        color: #fff !important;
        border-left: 1px solid #4a5978 !important;
    }

	.listing-management th:first-child {
		border-left: none;
	}

	.listing-management th:last-child {
		border-right: 1px solid #2b3959;
	}

    .listing-management th.sub-table:last-child {
        border-right: 1px solid #4a5978 !important;
    }

	.listing-management th a {
		color: #f2f3f5;
		text-decoration: none;
	}

	.listing-management th a:hover {
		color: #e78a16;
	}

	.listing-management td {
		border: 1px solid #e6e7ec;
		border-width: 0 0 1px 1px;
		display: table-cell;
		text-align: center;
		padding: 0.75em;
		vertical-align: top;
	}

	.listing-management td:last-child {
		border-right: 1px solid #e6e7ec;
	}

	.listing-management td:before {
		content: none;
	}

    .listing-management td.left {
        text-align: left !important;
        width: 100%;
    }

    .listing-management td.left > textarea {
        width: 100%;
    }

    .no-top-margin {
        margin-top: 0;
    }

	.page-header {
		position: relative;
		text-align: left;
	}

	ul.pagination {
		border: none;
	}

	ul.pagination li {
		display: inline-block;
		line-height: 2;
		vertical-align: top;
		width: auto;
	}

	ul.pagination a {
		color: #2b3959;
		padding: 0 0.75em;
	}

	ul.pagination a:hover {
		background: #2b3959;
		color: #f2f3f5;
	}

	ul.pagination .active a {
		background: #f2f3f5;
		color: #5a6a7b;
	}

	ul.pagination .active a:after {
		content: none;
	}

	.partner-logos {
		float: right;
		padding: 0;
	}

	.partner-logos a {
		max-width: none;
		padding: 0 10px;
	}

	.rail {
		width: 35%;
		margin-right: 1%;
		float: left;
	}

	.rating-info {
		text-align: left;
	}

	.rating-info .overall-rating {
		float: left;
		margin: 0 1.5em 0 0;
	}

	.rating-info .company-info {
		float: left;
	}

    .refine-search label {
		color: #b4bfc9;
	}

	.refine-search input,
	.refine-search select,
	.refine-search textarea {
		border: none;
	}

    .refine-sort .refine-search .menu {
		background: #2b3959;
		border: none;
		color: #f2f3f5;
		position: absolute;
		width: 100%;
		z-index: 100;
	}
	
    .refine-search .menu {
		padding: 2em;
		text-align: center;
	}

	.refine-search .menu .col-left {
		float: left;
		margin-right: 8%;
		width: 46%;
	}

	.refine-search .menu .col-right {
		float: left;
		width: 46%;
	}

	.refine-search .filters {
		text-align: left;
	}

	.refine-search .form-field {
		margin-bottom: 2em;
	}

	.refine-search .amenities-list .form-field {
		float: left;
		width: 33.33333333333333%;
	}

    /*.refine-search*/ .brands-list .form-field {
		float: left;
		/*width: 20%;*/
        width: 33.33333333333333%;
        /*padding-left: 10px;*/
	}

    .refine-search .refine-search-btn {
        margin-left: auto; 
        margin-right: auto; 
        text-align: center; 
        /*padding-top: 1.5em;*/
    }

	.refine-search .search-by {
		border: none;
		margin: 1.5em 0 1.5em 0;
		padding-top: 0;
		text-align: left;
	}

	.refine-search .refine-search-type {
		display: block;
		float: left;
		padding: 1em 6% 0 6%;
		width: 50%;
	}

	.refine-search #pane-bus-metro {
		border-right: 1px solid #e6e7ec;
		padding-right: 10%;
		position: relative;
	}

	.refine-search #pane-bus-metro:after {
		background: #f2f3f5;
		color: #2b3959;
		content: "OR";
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		margin: -20px -12px 0 0;
		padding: 0.5em 0;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.refine-search #pane-bus-zip {
		padding-left: 10%;
	}

	.refine-search #search-bus-c-a,
	.refine-search #search-hotel-c-a,
	.refine-search #search-attraction-c-a,
	.refine-search #search-restaurant-c-a {
		display: block;
	}

	.refine-search .refine-search-type h2 {
		display: block;
		margin-top: 0;
	}

	.refine-search .sub-dropdown {
		margin-bottom: 1em;
		position: relative;
	}

	.refine-search .sub-dropdown:after {
		background: #e6e7ec;
		content: "\0020";
		height: 1px;
		left: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		width: 100%;
		z-index: 1;
	}

	.refine-search .sub-dropdown .title {
		background: #f2f3f5;
		padding-right: 1em;
		position: relative;
		z-index: 2;
	}

	.refine-search .sub-dropdown ul {
		display: none;
	}

	.result .search_img {
		width: 25%;
		float: left;
		margin-right: 0.5%;
	}

	.result .result_info {
		width: 44.5%;
	}

	.result .result_right {
		width: 30%;
	}

	a.request {
		margin: 0.5em;
		position: relative;
		right: auto;
		top: auto;
		font-size: 1em;
	}

	.search {
		padding: 8% 0 4% 0;
	}

	.search h2 {
		text-align: center;
	}

	.search .form-field.columns {
		border-bottom: 1px solid #374665;
		margin-bottom: 2%;
		padding-bottom: 2%;
	}

	.search .form-field .col-1-2 {
		float: left;
		margin: 0 8% 0 0;
		width: 46%;
	}

	.search .form-field .col-1-3 {
		float: left;
		margin: 0 8% 0 0;
		width: 28%;
	}

	.search .form-field .last {
		margin-right: 0;
	}

	.search .form-field .last + * {
		clear: both;
	}

	.search .form-field.columns label {
		float: none;
		margin: 0;
		padding: 0 0 8px 0;
		width: auto;
	}

	.search .form-field.columns input,
	.search .form-field.columns select {
		float: none;
		width: 100%;
	}

	.search .main-dropdown .button {
		display: none;
		padding: 2% 0 2% 4%;
	}

	.search .main-dropdown .icon-chevron-down {
		padding: 0 3% 0 2.5%;
	}

	.search .main-dropdown ul {
		background: none;
		border-bottom: 1px solid #374665;
		display: block;
	}

	.search .main-dropdown li {
		background: #2b3959;
		background: rgba(25, 35, 60, 0.94);
		border: none;
		color: #f2f3f5;
		float: left;
		font-size: 1.25em;
		margin: 0 0.25em 0 0;
		opacity: .65;
		padding: 0.5em 1em;
	}

	.search .main-dropdown li.active {
		opacity: 1;
	}

	.search label {
		color: #f2f3f5;
		display: block;
		float: left;
		margin-right: 2%;
		padding: 12px 0;
		width: 24%;
	}
	
	.search .radio-container {
		text-align: left;
	}
	
	.search .radio-container label {
		float: none;
		margin-right: 0;
		padding: 0;
		width: auto;
	}
	
	.search .radio-container .form-field {
		display: inline-block;
		text-align: left;
		width: 33%;
	}
	
	.search .radio-container .form-field > label {
		margin-right: 1em;
		width: auto;
	}
	
	.search .radio-container > label {
		display: inline-block;
		width: 32%;
	}
	
	.search .radio-container .form-subfield {
		margin-right: 0.5em;
	}

	.search input[type="text"],
	.search select {
		float: left;
		width: 74%;
	}

	.search input::-webkit-input-placeholder,
	.search textarea::-webkit-input-placeholder {
		color: #5a6a7b;
	}

	.search input:-moz-placeholder,
	.search textarea:-moz-placeholder {
		color: #5a6a7b;
	}

	.search input::-moz-placeholder,
	.search textarea::-moz-placeholder {
		color: #5a6a7b;
	}

	.search input:-ms-input-placeholder,
	.search textarea:-ms-input-placeholder {
		color: #5a6a7b;
	}

	.search .sub-dropdown {
		margin-left: 26%;
		text-align: left;
	}

	.search .sub-dropdown ul {
		display: inline-block;
	}

	.search .sub-dropdown .title {
		display: inline-block;
		margin-right: 8px;
	}
	
	.search .required-field {
		float: left; 
		width: 24%; 
		padding: 12px 0; 
		text-align: left; 
	}
	
	.search .ad-728x90 {
		padding-top: 4%
	}

	.search-pagination {
		border: none;
		padding: 0;
		line-height: 2;
		margin: 1em 0;
		text-align: left;
	}

	.search-pagination .pagination {
		float: right;
		margin: 0;
	}

	.search-result {
		background: #f2f3f5;
		margin: 0 0 2em 0;
		padding: 1.5em;
	}

	.search-result .result-header {
		background: #2b3959;
		margin: -1.5em -1.5em 0 -1.5em;
		padding: 1em 1.5em;
		text-align: right;
	}

	.search-result h2 {
		background: none;
		border: none;
		color: #f2f3f5;
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 70%;
	}

	.search-result .result-header .rating {
		color: #e78a16;
		display: inline-block;
		float: none;
		margin-right: 1em;
		vertical-align: middle;
	}

	.search-result .reviews {
		float: none;
	}

	.search-result .result-header a {
		color: #b4bfc9;
	}

	.search-result .result-header a:hover {
		color: #f2f3f5;
	}

	.search-result .info-columns {
		margin: 0 -1.5em;
		overflow: hidden;
	}

	.search-result .info-columns .col1,
	.search-result .info-columns .col2,
	.search-result .info-columns .col3 {
		border-left: 1px solid #dadce3;
		border-bottom: none;
		float: left;
		padding-left: 1.714285714285714em;
		padding-right: 1.714285714285714em;
		width: 33.33333333333333%;
		margin-bottom: -400px;
		padding-bottom: 400px;
	}

    .search-result .amenities-list li {
        display: inline-block;
	    vertical-align: middle;        
    }

    .search-result .amenities-list li.col1,     
    .search-result .amenities-list li.col2,   
    .search-result .amenities-list li.col3 {        		
		padding-right: 1.714285714285714em;
		margin-bottom: -10px;
		padding-bottom: 10px;
    }

    .search-result .amenities-list li.col1 {
        width: 33%;
    }
    
    .search-result .amenities-list li.col2 {
        width: 35%;
    }

    .search-result .amenities-list li.col3 {
        width: 30%;
    }
        
	.search-result .info-columns .col1 {
		border-left: none;
		text-align: center;
	}

    .search-result .amenities-list li.col1 {
        border-left: none;
    }

	.search-result .info-columns .column-content {
		padding-bottom: 1.714285714285714em;
	}

    .search-result .amenities {
        border-top: 1px solid #dadce3;
		margin-left: -1.714285714285714em;
		margin-right: -1.714285714285714em;
		padding-left: 1.714285714285714em;
		padding-right: 1.714285714285714em;
    }

	.search-result .description {
		border-top: 1px solid #dadce3;
		margin-left: -1.714285714285714em;
		margin-right: -1.714285714285714em;
		padding-left: 1.714285714285714em;
		padding-right: 1.714285714285714em;
	}

	.search-result .location-info li {
		float: left;
		padding-right: 2em;
		width: 50%;
	}

	.search-result .certification img {
		margin: 0 0.5em;
	}

	.search-result .request-type {
		text-align: center;
	}

	.search-result .request-type .form-field {
		display: inline-block;
		margin: 0 1em;
		vertical-align: top;
	}

	.search-result .request-quote {
		text-align: center;
	}

	.search-result .additional-info .full-description {
		float: left;
		margin-right: 8%;
		width: 64%;
	}

    .full-description-full-width {
        width: 100% !important;
    }

	.search-result .additional-info .links {
		float: right;
		width: 28%;
	}

	/*.search-result .toggle-additional-info {
		margin: 1em -1.5em -1.5em -1.5em;
		padding: 1em 1.5em;
	}*/

	.site-footer .newsletter,
	.site-footer .social-media {
		border: none;
		float: left;
		padding: 0;
		width: 28%;
	}

	.site-footer .social-media {
		margin-right: 8%;
	}

	.site-footer .newsletter input {
		float: none;
		width: 100%;
	}

	.site-footer .newsletter button {
		float: none;
		width: auto;
	}

	.site-header .itinerary {
		background: none;
		float: right;
		font-size: 1em;
		margin-top: 10px;
		padding: 0;
	}

	.site-header .itinerary:hover {
		background: none;
	}

	.site-header .itinerary .icon {
		margin-top: -4px;
	}

	.site-header .logo {
		float: left;
		padding: 0;
		text-align: left;
	}

	.site-header .logo img {
		display: block;
	}

	.testimonial blockquote {
		padding: 6%;
	}

	.testimonial blockquote > p:before {
		content: "\201C";
		color: #4a5978;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 6em;
		left: -6%;
		line-height: 1;
		position: absolute;
		top: -40%;
	}

	.testimonial blockquote > p:after {
		content: "\201D";
		color: #4a5978;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 6em;
		line-height: 1;
		position: absolute;
		right: -6%;
		top: -40%;
	}

	ul.user-reviews li {
		padding: 0 2em 2em 2em;
	}

	ul.user-reviews .review-head {
		margin: 0 -2em 2em -2em;
		padding: 1.5em 2em;
	}

	ul.user-reviews h3 {
		float: left;
		margin: 0;
	}

	ul.user-reviews .rating {
		float: right;
	}

	.operator-response {
		margin: 2em -2em -2em -2em;
		padding: 2.5em 4em;
	}
}

@media only screen and (min-width: 1000px) {
	.announcement {
		padding: 2% 0;
	}

	a.back-to-top {
		background: rgba(25, 35, 60, 0.5);
		bottom: 20px;
		color: #fff;
		font-size: 1.5em;
		height: 40px;
		line-height: 40px;
		opacity: .3;
		position: fixed;
		right: 20px;
		text-align: center;
		text-decoration: none;
		width: 40px;
	}

	a.back-to-top:hover {
		background: #e78a16;
		opacity: 1;
	}

	.checkbox-list.three-col li {
		width: 33.33333333333333%;
	}

	.cities-destinations {
		margin-bottom: 6%;
	}

	.cities-destinations .destinations-pane li {
		margin-right: 8%;
		width: 28%;
	}

	.cities-destinations .destinations-pane li:nth-child(odd) {
		clear: none;
	}

	.cities-destinations .destinations-pane li:nth-child(3n+1) {
		clear: both;
	}

	.cities-destinations .destinations-pane li:nth-child(3n) {
		margin-right: 0;
	}

	.content {
		max-width: 1300px;
		padding-left: 40px;
		padding-right: 40px;
	}

    .hotel-giveaway {
        background-image: url("/images/temp/hotel_notop_small.png");
        background-repeat: no-repeat;
        margin: 44px auto 0 400px;
        width: 275px;
        height: 133px;        
        z-index: 9998;
        top: 0;
        left: 0;
        right:0; 
        position: absolute;    
    }

    /*.hotel-giveaway {
        background-image: url("/images/temp/hotel_no_sky_scaled_cut.png");
        background-repeat: no-repeat;
        margin: 9px auto 0 auto;
        width: 400px;
        height: 151px;
        z-index: 9998;
        top: 0;
        left: 0;
        right:0; 
        position: absolute;    
    }*/

    .hotel-giveaway-img {
        display: none;
    }

	.how-to-use {
		padding: 0 0 3% 0;
	}

	.how-to-use header {
		padding: 0 20px 4% 20px;
	}

	.how-to-use .step h3 {
		margin-top: 1.5em;
	}

	.how-to-use .icon {
		float: none;
		margin: 0 auto;
	}

	.how-to-use .step {
		border: none;
		float: left;
		padding: 0;
		margin-right: 8%;
		text-align: center;
		width: 19%;
	}

	.how-to-use .step.last {
		margin-right: 0;
	}

	.hr {
		margin: 10% 20%;
	}

	.interior-content {
		float: left;
		margin-right: 6%;
		width: 51.5%;
	}

	.interior-content.wo-rail-right {
		margin-right: 0;
		width: 63%;
	}

	.interior-content.wo-rail-left {
		float: left;
		margin-right: 6%;
		width: 78%;
	}

	.interior-content.wo-rail-left-right {
		float: left;
		margin-right: 0%;
		width: 100%;
	}

	.interior .search {
		display: block;
	}

	.interior .search .main-dropdown .button {
		display: block;
	}

	.interior .search .main-dropdown ul {
		display: none;
	}

	.interior-content {
		margin-bottom: 0;
	}

	.itinerary-step2-intro .section-title {
		float: left;
	}

	.itinerary-step2-intro .refine-search {
		float: right;
		margin-top: 0.5em;
	}

	.itinerary-step2-intro .refine-search .menu {
		border: none;
		background: #2b3959;
		position: absolute;
		right: 0;
		width: 700px;
		z-index: 10;
	}

	.itinerary-step2-listings {
		margin: 4em 0;
		text-align: center;
	}

	.itinerary-step2-listings .rail-result-list {
		display: inline-block;
		margin: 0 2%;
		max-width: 22em;
		vertical-align: top;
		width: 29%;
	}

	.itinerary-step2-listings .rail-result-list > h4 {
		font-size: 1.25em;
	}

	.mini-map {
		margin-bottom: 1.5em;
	}

	.mini-map #location-map {
		display: block;
		height: 16em;
		text-align: left;
	}

    #location-map img {
		max-width: none;
	}

	.mini-map #location-map img {
		max-width: none;
	}

	.mini-map .btn {
		display: block;
		font-size: 0.875em;
	}

	.page-header {
		padding: 1.5em 0;
	}

	.rail-header {
		margin: 0;
	}

	.rail-header a {
		text-decoration: none;
	}

	.rail-left {
		float: left;
		margin-right: 6%;
		width: 20.5%;
	}

	.rail-left.wo-rail-right {
		width: 31%;
	}

	.rail-right {
		float: left;
		width: 16%;
	}

	.rail-right > h3:first-child {
		margin: 0.75em 0 2em 0;
	}

	.rail-result-list {
		border: 1px solid #dadce3;
		margin-bottom: 10%;
		padding: 0 1em;
		position: relative;
	}

	.rail-result-list .view-more {
		bottom: -0.75em;
		font-size: 0.875em;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		left: 0;
		position: absolute;
		text-align: center;
		width: 100%;
	}

	.rail-result-list .view-more a {
		display: inline-block;
		background: #fff;
		text-decoration: none;
		padding: 0 1em;
	}

	.rail-right .advertisement {
		margin-bottom: 10%;
	}

    .advertisement-additional-considerations {
        margin-bottom: 14px;
    }

	.refine-search {
		float: left;
	}

	.refine-search > .button {
		background: none;
		color: #dc6a0c;
		padding: 1em 2.5em 1em 1.5em;
	}

	.refine-search.active > .button {
		background: #2b3959;
		color: #f2f3f5;
	}

	.refine-search > .button .icon-search {
		color: #2b3959;
		margin-right: 0.25em;
	}

	.refine-search.active > .button .icon-search {
		color: #fff;
	}

	.refine-search > .button .icon-chevron-down {
		right: 1.5em;
	}

	.refine-search label {
		color: #b4bfc9;
	}

	.refine-search input,
	.refine-search select,
	.refine-search textarea {
		border: none;
	}

	.refine-search a.icon-info:hover {
		color: #f2f3f5;
	}

	.refine-search .sub-dropdown:after {
		background: #374665;
	}

	.refine-search #pane-bus-metro {
		border-color: #374665;
	}

	.refine-sort {
		background: #f2f3f5;
		position: relative;
		margin-bottom: 2em;
	}

	.refine-sort .refine-search .menu {
		background: #2b3959;
		border: none;
		color: #f2f3f5;
		position: absolute;
		width: 100%;
		z-index: 100;
	}

	.refine-search #pane-bus-metro:after {
		background: #2b3959;
		color: #81909f;
	}

	.refine-search .sub-dropdown .title {
		background: #2b3959;
		color: #81909f;
	}

	.refine-search .refine-search-type h2 {
		color: #f2f3f5;
	}

	.refine-sort .sort-search {
		border-bottom: none;
		float: right;
		line-height: 1.5;
		margin-right: 1em;
		padding: 0.75em 0 0 0;
	}

    .search-result .amenities {
        margin-top: 0;
    }

	.search-result .description {
		margin-top: 0;
	}

	.search-result .photo img {
		margin: 0;
	}

	.search-result .col-right {
		width: 50%;
	}

	.search-results .interior-content {
		margin-right: 6%;
		width: 72%;
	}

	.search-results .rail-right {
		display: block;
		text-align: center;
		width: 22%;
	}

	.intro {
		padding: 4% 0;
	}

	.nav-icon {
		display: none;
	}

	.page-header .search-steps {
		background: #f2f3f5;
		border: 1px solid #e6e7ec;
		display: block;
		list-style: none;
		margin: 1.5em 0 0 0;
		overflow: hidden;
		padding: 0;
	}

	.page-header .search-steps li {
		border-left: 1px solid #e6e7ec;
		float: left;
		font-size: 0.875em;
		line-height: 1.3;
		margin-bottom: -100px;
		padding-bottom: 100px;
		width: 25%;
	}

    .page-header .search-steps li.thirds {
        width: 33.33%;
    }

	.page-header .search-steps li:first-child {
		border-left: none;
	}

	.page-header .search-steps li.active {
		background: #2b3959;
		color: #b4bfc9;
	}

	.page-header .search-steps .step-content {
		padding: 1em 1.5em;
	}

	.page-header .search-steps h3 {
		margin: 0 0 0.25em 0;
	}

	.page-header .search-steps li.active h3 {
		color: #f2f3f5;
	}

	.page-header .search-steps p {
		display: inline;
		margin: 0;
	}

	.primary-nav {
		display: block !important;
		float: left;
		margin-bottom: -99999px;
		padding-bottom: 99999px;
		width: 50%;
	}

	.primary-nav a {
		background: transparent;
		border-color: #202c48;
		height: auto;
		line-height: 1.5;
		padding: 20px;
	}

	.primary-nav a:hover {
		background: #202c48;
	}

	.primary-nav .icon {
		font-size: 2.25em;
	}

	.primary-nav .title {
		color: #f2f3f5;
		font-size: 1.25em;
	}

	.primary-nav a p {
		color: #81909f;
		display: block;
		margin: 0;
	}

    .primary-nav #traveltips {
        display: none;
    }

	.result {
		font-size: 0.75em;
	}

	table.info td .circle {
		font-size: 0.8em;
	}

	.search {
		background-image: url("/images/placeholders/hero.jpg");
		background-attachment: fixed;
		background-position: 50% 70px;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 3% 0 0 0;
	}

	.search .main-dropdown {
		margin: 0;
	}

	.search .main-dropdown ul {
		border: none;
	}

	.search h2 {
		margin-bottom: 2%;
	}

	.search .search-form {
		background: #2b3959;
		background: rgba(25, 35, 60, 0.94);
		margin-bottom: 0;
		padding: 4% 6%;
	}

	.search .ad-728x90 {
		padding: 2% 40px;
	}

	.secondary-nav {
		background: #2b3959;
		display: block;
		float: left;
		margin-bottom: -99999px;
		padding: 0 0 99999px 0;
		width: 25%;
	}

	.secondary-nav .header {
		border-bottom: 1px solid #374665;
	}

	.secondary-nav ul {
		list-style: none;
		margin: 0;
		padding: 20px;
	}

	.secondary-nav a {
		border-bottom: 1px solid #374665;
		display: block;
		padding: 10px 0;
	}

	.secondary-nav li:first-child a {
		padding-top: 0;
	}

	.secondary-nav a:hover {
		border-color: #f2f3f5;
	}

	.site-footer {
		padding: 4% 0;
	}

	.site-footer .newsletter,
	.site-footer .social-media {
		margin-bottom: 4%;
	}

	.site-footer .newsletter input {
		float: left;
		width: 66%;
	}

	.site-footer .newsletter button {
		float: left;
		width: 34%;
	}

	.site-header {
		padding: 30px 40px;
	}

	.site-nav {
		float: right;
		position: static;
		width: auto;
	}

	.site-nav > a {
		border-right: 1px solid #374665;
		color: #f2f3f5;
		display: block;
		line-height: 32px;
		padding: 6px 22px;
		text-decoration: none;
	}

	.site-nav:hover > a {
		border-color: #e78a16;
		background: #e78a16;
		color: #fff;
		text-decoration: none;
	}

	.site-nav:hover > a .icon-chevron-down {
		color: #fff;
	}

	.site-nav:hover .menu {
		display: block !important;
	}

	.site-nav.active > a {
		border-color: #4a5978;
		background: #4a5978;
		color: #f2f3f5;
		text-decoration: none;
	}

	.site-nav .icon-chevron-down {
		color: #e78a16;
		display: inline-block;
		font-size: 0.8125em;
		margin-left: 6px;
		vertical-align: top;
	}

	.site-nav .menu {
		background: #19233c;
		border: 6px solid #f2f3f5;
		/*border-width: 0 6px 6px 6px;*/
		-moz-box-shadow: 0 20px 50px rgba(25, 35, 60, 0.2);
		-webkit-box-shadow: 0 20px 50px rgba(25, 35, 60, 0.2);
		box-shadow: 0 20px 50px rgba(25, 35, 60, 0.2);
		color: #f2f3f5;
		display: none;
		left: 0;
		line-height: 1.5;
		margin: 0 34px;
		overflow: hidden;
		position: absolute;
		z-index: 9999;
	}

	.site-nav .menu a,
	.site-nav .menu a:link,
	.site-nav .menu a:visited,
	.site-nav .menu a:active {
		color: #f2f3f5;
		text-decoration: none;
	}

	.site-nav .feature {
		background: #4a5978;
		display: block;
		float: left;
		margin: 0 0 -99999px 0;
		padding: 20px 20px 99999px 20px;
		width: 25%;
	}

	.site-nav .feature h4 {
		color: #f2f3f5;
		margin-bottom: 0;
	}

	.site-nav .header {
		color: #81909f;
		display: block;
		font-family: 'Montserrat', sans-serif;
		padding: 20px 20px 10px 20px;
	}

	.step-header span {
		display: block;
	}

	.testimonial {
		padding: 0 40px 20px 40px;
	}

	.testimonial blockquote:after {
		right: 80px;
	}

	.testimonial .author {
		font-size: 1em;
	}

	.top-bar {
		background: #2b3959;
		border-bottom: none;
		color: #81909f;
		line-height: 32px;
	}

	.top-bar .content {
		padding: 0 40px;
		position: relative;
	}

	.top-bar .itinerary {
		background: transparent;
		border: 1px solid #374665;
		border-width: 0 1px;
		float: right;
		height: auto;
		line-height: 32px;
		margin: 0;
		padding: 6px 22px;
	}

	.top-bar .itinerary .icon {
		display: inline-block;
		float: none;
		margin: 0 6px 0 0;
		vertical-align: top;
	}

	.top-bar .join-login {
		display: block;
		float: left;
		padding: 6px 0;
	}

	.top-bar .join-login a {
		background: #4a5978;
		color: #fff;
		display: inline-block;
		font-size: 0.812em;
		margin-left: 4px;
		padding: 0 18px;
		text-decoration: none;
		vertical-align: top;
	}

	.top-bar .join-login a:hover {
		background: #dc6a0c;
	}
}

@media only screen and (min-width: 1150px) {

	.footer-ads .ad-211x90 {
		width: auto;
	}

	.footer-ads .ad-728x90 {
		margin: 0 2%;
		width: auto;
	}

    .hotel-giveaway {
        background-image: url("/images/temp/hotel_no_sky_scaled_cut.png");
        background-repeat: no-repeat;
        margin: 9px auto 0 auto;
        width: 400px;
        height: 151px;
        z-index: 9998;
        top: 0;
        left: 0;
        right:0; 
        position: absolute;    
    }

    .hotel-giveaway-img {
        margin: 44px auto 0 auto;        
        z-index: 0;
        top: 0;
        left: 0;
        right:0; 
        position: absolute;
        display: inline-block;
    }

	.search-result .col-left {
		width: 28%;
	}

	.search-result .col-right {
		width: 38%;
	}

	.search-result .location-info {
		margin-top: 0;
	}

	.site-header {
		margin-top: 44px;
	}

	.testimonial blockquote {
		padding: 3% 4%;
	}

	.top-bar {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 5000;
	}
}
/* ==========================================================================
	 Helper classes
	 ========================================================================== */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.hide {
	display: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* ==========================================================================
	 Print styles
	 ========================================================================== */
@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;
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]: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;
	}

	@page {
		margin: 1cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.ui-autocomplete li.cityLast {
	border-bottom: 1px #e6e7ec solid;
}

.ui-autocomplete li i {
	color: #4a5978;
	float: right;
	vertical-align: middle;
	padding-right: 4px;
    font-size: smaller;
}

.ui-autocomplete li i.fa {
    padding-top: 4px;
}

.ui-autocomplete {
	background: #ffffff;
	-ms-border-radius: 0;
	border-radius: 0;
}

.ui-autocomplete li:hover {
	color: white;
	background: rgba(25, 35, 60, 0.94);
	outline: none;
}

.ui-state-focus, .ui-widget-content .ui-state-focus {
	border: none;
	background: #ffffff;
	font-weight: normal;
	color: #000000;
}

.ui-autocomplete-loading {
	background: url('/images/ajax-loader-textbox.gif') no-repeat right center;
}

.alert {
  padding: 0.75em 1.5em;
  margin-bottom: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-saveallfleet {
    margin-bottom: 8px !important;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.progress {
  margin-left: auto; 
  margin-right: auto;
  height: 40px;
    font-size: 1em;
  margin-top: 1.5em;
    margin-bottom: 1.5em;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress-bar-warning {
  background-color: #e78a16;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; padding: 0; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li {
	margin-right: 8px; 
	}

.carousel li img {
	background: #fff;
	border: 1px solid #e6e7ec;
	padding: 4px;
	}
	
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {
	background: #e78a16;
	box-shadow: 0 1px 4px rgba(43, 57, 89, 0.3);
	border-radius: 50%;
	border: 3px solid #fff;
	text-decoration: none;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 0.875em;
	margin: -16px 0 0;
	line-height: 28px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #f2f3f5;
	text-align: center;
	}

.flex-direction-nav a:hover {
	background: #dc6a0c;
	}
	
.flex-direction-nav .flex-prev { left: -16px; }
.flex-direction-nav .flex-next { right: -16px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {  }
.flex-direction-nav .flex-disabled { background: #b4bfc9; cursor: default; }
.flex-direction-nav .flex-disabled:hover { background: #b4bfc9; }
.flex-direction-nav a:before  {
	font-family: 'busrates';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f053";
	}
.flex-direction-nav a.flex-next:before  { content: "\f054"; }



/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
